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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: net/icpld/Makefile
SVNWeb

Number of commits found: 38

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)
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.
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
Fri, 8 Jan 2016
[ 13:59 amdmi3 search for other commits by this committer ] Original commit   Revision:405550
- Switch to options helpers
Tue, 18 Nov 2014
[ 09:37 bapt search for other commits by this committer ] Original commit   Revision:372709 (Only the first 10 of 449 ports in this commit are shown above. View all ports for this commit)
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Tue, 29 Jul 2014
[ 21:43 adamw search for other commits by this committer ] Original commit   Revision:363399 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Sat, 25 Jan 2014
[ 05:38 miwi search for other commits by this committer ] Original commit   Revision:340986
- 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)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 17 Dec 2012
[ 02:15 bapt search for other commits by this committer ] Original commit   Revision:309053 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on

Approved by:	miwi (maintainer)
Thu, 26 Mar 2009
[ 14:59 miwi search for other commits by this committer ] Original commit 
- Mark MAKE_JOBS_SAFE for SMP compilation
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 29 Jul 2008
[ 09:22 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.5
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Mon, 7 Aug 2006
[ 07:58 miwi search for other commits by this committer ] Original commit 
- Respect DESTDIR for all my ports

Reviewed by:    gabor
Approved by:    krion (mentor)
Fri, 16 Jun 2006
[ 22:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Obey conventions and change my mail to @FreeBSD.org address

Approved by:    krion (mentor)
Tue, 9 May 2006
[ 16:36 mnag search for other commits by this committer ] Original commit 
- Update to 1.1.4
- Add IPV6 OPTIONS
- Take maintainership

PR:             96680
Submitted by:   Martin Wilke <freebsd___unixfreunde.de>
Tue, 11 Oct 2005
[ 12:53 krion search for other commits by this committer ] Original commit 
Fix MASTER_SITES.
Wed, 14 Sep 2005
[ 08:26 krion search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Drop maintainership, since I'm buried in the $REALLIFE stuff.
Sun, 17 Jul 2005
[ 22:14 krion search for other commits by this committer ] Original commit 
Update to 1.1.1
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sun, 10 Apr 2005
[ 12:43 krion search for other commits by this committer ] Original commit 
Update to 1.1.0
Sat, 19 Mar 2005
[ 10:09 krion search for other commits by this committer ] Original commit 
Update to 1.0.9
Mon, 24 Jan 2005
[ 23:26 krion search for other commits by this committer ] Original commit 
Update to 1.0.6
Tue, 12 Oct 2004
[ 15:00 krion search for other commits by this committer ] Original commit 
Update to 1.0.5
Mon, 28 Jun 2004
[ 15:41 krion search for other commits by this committer ] Original commit 
Update to version 1.0.0
Sun, 30 May 2004
[ 05:48 krion search for other commits by this committer ] Original commit 
- Add new MASTER_SITES for a better redundancy

Reported by:    pointyhat via kris
Sat, 15 May 2004
[ 07:26 krion search for other commits by this committer ] Original commit 
- Update to version 0.6.3
Tue, 6 Apr 2004
[ 14:39 krion search for other commits by this committer ] Original commit 
- Update to version 0.6.1
Sat, 20 Mar 2004
[ 17:53 krion search for other commits by this committer ] Original commit 
- Utilize PLIST_FILES
Tue, 16 Mar 2004
[ 08:47 krion search for other commits by this committer ] Original commit 
- Update to version 0.6.0
Fri, 30 Jan 2004
[ 14:05 krion search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Sun, 25 Jan 2004
[ 19:16 krion search for other commits by this committer ] Original commit 
- Update to version 0.5.4
Tue, 13 Jan 2004
[ 21:28 krion search for other commits by this committer ] Original commit 
- Update to version 0.5.3
Sun, 11 Jan 2004
[ 22:44 krion search for other commits by this committer ] Original commit 
- Update to version 0.5.2
Tue, 6 Jan 2004
[ 23:37 krion search for other commits by this committer ] Original commit 
Add icpld-0.5.0,

ICPLD (Internet Connection Performance Logging Daemon) is a
daemon which, by sending ICMP requests to an IP address of your
choice, monitors whether your machine has a working network
connection. It will log any failed attempts, and will stamp a
log as soon as a reply is received. It keeps track of when the
connection was unavailable, as well as for how long. It records
both total down time and each occasion of interrupted
connection. The log can also be duplicated in HTML format to
put online.

Number of commits found: 38