non port: net/echoping/Makefile |
SVNWeb
|
Number of commits found: 59 |
Wed, 12 Jul 2023
|
[ 18:56 Felix Palmen (zirias) ] 7d1faa7 (Only the first 10 of 299 ports in this commit are shown above. )
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) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
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 )
|
Mon, 2 Aug 2021
|
[ 04:41 Xin LI (delphij) ] 3ba73da (Only the first 10 of 55 ports in this commit are shown above. )
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) ] 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 2 Aug 2020
|
[ 21:18 swills ]
net/echoping: undeprecate since smokeping requires it
Requested by: eugen
|
[ 17:23 swills ]
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
Clean up WRKSRC and USE_GITHUB usage in some ports
|
Wed, 9 Oct 2019
|
[ 12:17 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Drop the ipv6 virtual category for n* category as it is not relevant anymore
|
Mon, 1 Jul 2019
|
[ 18:36 pi ]
net/echoping: fix build by adding USES=pkgconfig
PR: 238457
|
Tue, 18 Jun 2019
|
[ 21:08 antoine ]
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 ]
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 ] (Only the first 10 of 50 ports in this commit are shown above. )
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 ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 25 Nov 2015
|
[ 02:14 amdmi3 ]
- Strip library
- Switch to options helpers
|
Sat, 21 Nov 2015
|
[ 13:33 culot ]
- Reassign sumikawa@'s ports after his commit bit was taken in for safekeeping
|
Sat, 16 May 2015
|
[ 17:54 amdmi3 ]
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Mon, 22 Sep 2014
|
[ 14:48 tijl ]
Port uses sqrt(3) so link with libm
Reported by: sbruno
|
Sat, 30 Aug 2014
|
[ 18:18 tijl ] (Only the first 10 of 51 ports in this commit are shown above. )
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 ] (Only the first 10 of 208 ports in this commit are shown above. )
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 )
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
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 ]
Fix plist.
|
Mon, 19 May 2014
|
[ 06:11 sumikawa ]
Upgrade to 6.0.2
PR: ports/189418
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
|
Sun, 9 Mar 2014
|
[ 14:43 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Tue, 5 Mar 2013
|
[ 17:07 miwi ] (Only the first 10 of 46 ports in this commit are shown above. )
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
|
Tue, 24 Jul 2012
|
[ 21:09 cs ] (Only the first 10 of 20 ports in this commit are shown above. )
Fix typos in COMMENT
|
Mon, 14 Mar 2011
|
[ 08:40 wen ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of dns/libidn
|
Fri, 25 Feb 2011
|
[ 01:32 delphij ] (Only the first 10 of 296 ports in this commit are shown above. )
Chase after net/openldap24-server update.
Reminded by: miwi
|
Thu, 1 Apr 2010
|
[ 10:09 linimon ]
Mark as broken on ia64 and powerpc.
Hat: portmgr
|
Mon, 5 Jan 2009
|
[ 19:04 delphij ] (Only the first 10 of 249 ports in this commit are shown above. )
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan
|
Fri, 6 Jun 2008
|
[ 13:50 edwin ] (Only the first 10 of 181 ports in this commit are shown above. )
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 ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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 ]
Upgrade to 6.0.0.
|
Tue, 27 Mar 2007
|
[ 20:27 pav ]
- Fix after objformat removal
Reported by: pointyhat
|
Thu, 30 Nov 2006
|
[ 13:05 sumikawa ]
Make OPTIONify.
PR: ports/106060
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
|
Thu, 9 Nov 2006
|
[ 02:50 sumikawa ]
- 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 ]
Fix pkg-plist.
|
Mon, 12 Jun 2006
|
[ 03:51 sumikawa ]
Fix dependency.
|
Wed, 7 Jun 2006
|
[ 06:14 sumikawa ]
Upgrade to 6.0-BETA.
PR: ports/95877
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
Sat, 12 Nov 2005
|
[ 18:52 pav ] (Only the first 10 of 27 ports in this commit are shown above. )
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 ]
Chase libraries for new devel/libidn version.
|
Mon, 28 Jun 2004
|
[ 06:36 krion ]
Chase libraries for new devel/libidn version
|
Sat, 22 May 2004
|
[ 08:10 krion ]
- Chase libraries for new devel/libidn version
|
Sun, 7 Mar 2004
|
[ 23:37 sumikawa ]
Upgrade to 5.2.0
Noticed by: Stephane Bortzmeyer <bortz@users.sourceforge.net>
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ] (Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Sat, 13 Dec 2003
|
[ 12:56 sumikawa ]
Upgrade to 5.1.0.
|
Thu, 22 May 2003
|
[ 23:02 sumikawa ]
Chaged MASTER_SITES.
|
Fri, 7 Mar 2003
|
[ 06:08 ade ] (Only the first 10 of 358 ports in this commit are shown above. )
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 ]
Upgrade to 5.0.1.
|
Sat, 12 Oct 2002
|
[ 22:21 sumikawa ]
Upgrade to 5.0.0. IPv6 was newly supported.
|
Sat, 22 Sep 2001
|
[ 07:09 sf ]
update to 4.2.0.
|
Sat, 10 Mar 2001
|
[ 07:23 vanilla ]
Fix mismatch checksum, the author change the content of tarball without bump
version.
|
Wed, 14 Feb 2001
|
[ 16:42 sumikawa ]
Upgrade to 4.1.0
|
Sun, 14 Jan 2001
|
[ 10:50 kris ]
Update to echoping 3.0.1 and reset maintainer to ports with permission of old
maintainer.
|
Number of commits found: 59 |