notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/echoping/Makefile
SVNWeb

Number of commits found: 59

Wed, 12 Jul 2023
[ 18:56 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  commit hash:7d1faa7179813ffa542b550a1fdb3bdc80a7986c  7d1faa7  (Only the first 10 of 299 ports in this commit are shown above. View all ports for this commit)
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 2 Aug 2021
[ 04:41 Xin LI (delphij) search for other commits by this committer ]    commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  3ba73da  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
Tue, 13 Jul 2021
[ 09:48 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:7f1fbb2020e286621e3107c2bf369f9973e99112  commit hash:7f1fbb2020e286621e3107c2bf369f9973e99112  commit hash:7f1fbb2020e286621e3107c2bf369f9973e99112  7f1fbb2 
net/echoping: fix the segmentation fault at dns.c:111

Add missing prototype for to_upper() which returns char *.  Without it,
compiler assumed that it returns an int, which results in segmentation
fault in init() at dns.c when trying process its result which had been
cast to char *, albeit needlessly (this code does lots of bogus casts).

PR:	220294
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 2 Aug 2020
[ 21:18 swills search for other commits by this committer ] Original commit   Revision:544003
net/echoping: undeprecate since smokeping requires it

Requested by:	eugen
[ 17:23 swills search for other commits by this committer ] Original commit   Revision:543982
net/echoping: Move to new source destination and deprecate

PR:		248084
Submitted by:	Marcel Bischoff <marcel@herrbischoff.com>
Sat, 16 Nov 2019
[ 13:46 tobik search for other commits by this committer ] Original commit   Revision:517746 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Clean up WRKSRC and USE_GITHUB usage in some ports
Wed, 9 Oct 2019
[ 12:17 bapt search for other commits by this committer ] Original commit   Revision:514143 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Mon, 1 Jul 2019
[ 18:36 pi search for other commits by this committer ] Original commit   Revision:505629
net/echoping: fix build by adding USES=pkgconfig

PR:		238457
Tue, 18 Jun 2019
[ 21:08 antoine search for other commits by this committer ] Original commit   Revision:504501
Mark BROKEN: fails to configure

configure.ac:29: error: possibly undefined macro: AC_DEFINE

Reported by:	pkg-fallout
Tue, 4 Jun 2019
[ 19:07 eugen search for other commits by this committer ] Original commit   Revision:503488
net/echoping: keep up with changes

echping does not exist at SourceForge anymore.
Use distfile from Github and deal with differences:

- new distfile has no configure scripts but configure.ac
and requires generation of configure, but modern autoreconf
cannot handle its configure.ac files properly so they need
some polishing with pre-configure target to be useful;

- broad usage of HTTP Strict Transport Security
requires new patch fixing echoping's HTTP "accept_redirects" mode,
so this echoping does not fail in this mode on HTTP redirects;

- pet portlint;
- bump PORTREVISION.
Tue, 2 Apr 2019
[ 03:35 yuri search for other commits by this committer ] Original commit   Revision:497546 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
dns/libidn: Update to 1.35

Bump 48 ports.
Previous update to 1.34 broke jabberd.

PR:		228048
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 25 Nov 2015
[ 02:14 amdmi3 search for other commits by this committer ] Original commit   Revision:402386
- Strip library
- Switch to options helpers
Sat, 21 Nov 2015
[ 13:33 culot search for other commits by this committer ] Original commit   Revision:402158
- Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping
Sat, 16 May 2015
[ 17:54 amdmi3 search for other commits by this committer ] Original commit   Revision:386565
- Add CPE info
- Add LICENSE

Approved by:	portmgr blanket
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Mon, 22 Sep 2014
[ 14:48 tijl search for other commits by this committer ] Original commit   Revision:368948
Port uses sqrt(3) so link with libm

Reported by:	sbruno
Sat, 30 Aug 2014
[ 18:18 tijl search for other commits by this committer ] Original commit   Revision:366659 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 10 Jul 2014
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Wed, 21 May 2014
[ 09:35 sumikawa search for other commits by this committer ] Original commit   Revision:354736
Fix plist.
Mon, 19 May 2014
[ 06:11 sumikawa search for other commits by this committer ] Original commit   Revision:354494
Upgrade to 6.0.2

PR:		ports/189418
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Sun, 9 Mar 2014
[ 14:43 miwi search for other commits by this committer ] Original commit   Revision:347634
- Stage support
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Tue, 5 Mar 2013
[ 17:07 miwi search for other commits by this committer ] Original commit   Revision:313460 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Tue, 24 Jul 2012
[ 21:09 cs search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Mon, 14 Mar 2011
[ 08:40 wen search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of dns/libidn
Fri, 25 Feb 2011
[ 01:32 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Chase after net/openldap24-server update.

Reminded by:    miwi
Thu, 1 Apr 2010
[ 10:09 linimon search for other commits by this committer ] Original commit 
Mark as broken on ia64 and powerpc.

Hat:            portmgr
Mon, 5 Jan 2009
[ 19:04 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 249 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Fri, 6 Jun 2008
[ 13:50 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Tue, 3 Apr 2007
[ 04:09 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 6.0.0.
Tue, 27 Mar 2007
[ 20:27 pav search for other commits by this committer ] Original commit 
- Fix after objformat removal

Reported by:    pointyhat
Thu, 30 Nov 2006
[ 13:05 sumikawa search for other commits by this committer ] Original commit 
Make OPTIONify.

PR:             ports/106060
Submitted by:   Henrik Brix Andersen <henrik@brixandersen.dk>
Thu, 9 Nov 2006
[ 02:50 sumikawa search for other commits by this committer ] Original commit 
- Use USE_OPENLDAP
- Fix portlint warning about order of DISTNAME

PR:             ports/105294
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Thu, 15 Jun 2006
[ 06:40 sumikawa search for other commits by this committer ] Original commit 
Fix pkg-plist.
Mon, 12 Jun 2006
[ 03:51 sumikawa search for other commits by this committer ] Original commit 
Fix dependency.
Wed, 7 Jun 2006
[ 06:14 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 6.0-BETA.

PR:             ports/95877
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Sat, 12 Nov 2005
[ 18:52 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
Tue, 26 Oct 2004
[ 15:26 krion search for other commits by this committer ] Original commit 
Chase libraries for new devel/libidn version.
Mon, 28 Jun 2004
[ 06:36 krion search for other commits by this committer ] Original commit 
Chase libraries for new devel/libidn version
Sat, 22 May 2004
[ 08:10 krion search for other commits by this committer ] Original commit 
- Chase libraries for new devel/libidn version
Sun, 7 Mar 2004
[ 23:37 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 5.2.0

Noticed by:     Stephane Bortzmeyer <bortz@users.sourceforge.net>
Fri, 6 Feb 2004
[ 13:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Sat, 13 Dec 2003
[ 12:56 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 5.1.0.
Thu, 22 May 2003
[ 23:02 sumikawa search for other commits by this committer ] Original commit 
Chaged MASTER_SITES.
Fri, 7 Mar 2003
[ 06:08 ade search for other commits by this committer ] Original commit  (Only the first 10 of 358 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Thu, 9 Jan 2003
[ 20:10 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 5.0.1.
Sat, 12 Oct 2002
[ 22:21 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 5.0.0.  IPv6 was newly supported.
Sat, 22 Sep 2001
[ 07:09 sf search for other commits by this committer ] Original commit 
update to 4.2.0.    
Sat, 10 Mar 2001
[ 07:23 vanilla search for other commits by this committer ] Original commit 
Fix mismatch checksum, the author change the content of tarball   without bump
version.    
Wed, 14 Feb 2001
[ 16:42 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 4.1.0    
Sun, 14 Jan 2001
[ 10:50 kris search for other commits by this committer ] Original commit 
Update to echoping 3.0.1 and reset maintainer to ports with   permission of old
maintainer.    

Number of commits found: 59