notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/gatekeeper/Makefile

Number of commits found: 55

Saturday, 27 Jul 2013
11:19 bapt search for other commits by this committer
Mark as deprecated, the port is vulnerable for long with noone to take care of
it.
Original commitRevision:323780 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Friday, 3 Aug 2012
15:54 cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 9 Jan 2012
04:01 eadler search for other commits by this committer
- Remove outdated version checks

Reviewed by:    nox
Original commit
Monday, 25 Jul 2011
20:22 crees search for other commits by this committer
net/gatekeeper now uses USERS/GROUPS

Approved by:    rene (mentor, implicit)
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Saturday, 19 Feb 2011
14:48 miwi search for other commits by this committer
- Update to 2.2.8

PR:             154864
Submitted by:   Bourne-again Superuser <toor@arwen.ics.muni.cz>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Tuesday, 12 May 2009
22:32 linimon search for other commits by this committer
Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
Original commit
Monday, 5 Jan 2009
19:04 delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Saturday, 1 Mar 2008
07:26 rafan search for other commits by this committer
- Fix build after devel/pwlib updated to 1.12.0

PR:             ports/119375
Submitted by:   Steve Ames <steve at energistic.com> (maintainer of devel/pwlib)
Approved by:    maintainer timeout (2 months)
Original commit
Thursday, 4 Oct 2007
02:10 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Thursday, 21 Dec 2006
21:43 miwi search for other commits by this committer
- Update to 2.2.4

PR:             ports/106875
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Friday, 21 Apr 2006
13:12 erwin search for other commits by this committer
Due to a missing symbol in the default thread library on sparc64 in
OSVERSION <= 700003, the build ends with an linker error.
- mark it as BROKEN for this particular case

- fix a spelling bug in pkg-install
- add an entry to stop the daemon when uninstalling and the rcNG script
  is installed without .sh extension

Reported by:            Kris (pointyhat)
Discussed on:           freebsd-threads@, freebsd-sparc64@
Review and test on:     RELENG_6_1 i386, amd64, sparc64
                        CURRENT i386, amd64
PR:                     96135
Submitted by:           Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Sunday, 26 Mar 2006
15:35 sem search for other commits by this committer
- Update to 2.2.3-2
- Make use of DISTVERSION to handle the version number
- Convert to use the new versions of devel/pwlib and net/openh323
- Convert to the new USE_RC_SUBR style
- Remove NOCLEANDEPENDS, its only of use for the old pwlib/openh323
- Remove other useless stuff (pre-install, USE_BISON, ...)
- Make use of DOCSDIR and EXAMPLESDIR like in net/openam
- Add WITH_RADIUS knob instead of enabling it by default
- Enable the MySQL and PostGreSQL backends
- Add pre-everything to give users a hint about the available knobs
- Adjust directories in do-install, add DOCS installation
- Remove useless line from post-install

PR:             ports/94914
Submitted by:   maintainer
Original commit
Sunday, 5 Feb 2006
12:35 netchild search for other commits by this committer
Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:                     83396
Submitted by:           Steve Ames <steve@energistic.com>
In colaboration with:   Steve Ames <steve@energistic.com>
Approved by:            linimon ("no weeping changes ATM"-Heads-Up)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Thursday, 30 Jun 2005
18:11 flz search for other commits by this committer
- Fix configuration file handling (software problem).

PR:             ports/82815
Submitted by:   maintainer
Obtained from:  GateKeeper CVS
Original commit
Thursday, 23 Jun 2005
14:46 pav search for other commits by this committer
- Update to 2.2.2
- Take maintainership

PR:             ports/82454
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Original commit
Monday, 16 May 2005
02:45 lawrance search for other commits by this committer
- Add a bison %pure-parser declaration in pwlib.  The build was
  depending on old bison behaviour (#define YYPURE) which no longer
  works.  Fixes crash of opengk and maybe more.

- Bump PORTREVISION of ports using pwlib (they link with it statically)

PR:             ports/61053
Submitted by:   Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by:    clement (mentor)
Original commit
Sunday, 5 Dec 2004
04:54 linimon search for other commits by this committer
With portmgr hat on, reset Roger's maintainership of these ports.  While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
Original commit
Friday, 8 Oct 2004
03:54 danfe search for other commits by this committer
Unbreak the build with recent GCC.

Reported by:    kris
Approved by:    portmgr (krion), fjoe (mentor, implicit)
Original commit
Saturday, 18 Sep 2004
17:21 kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 6 Sep 2003
06:27 roger search for other commits by this committer
Add Radius Accounting support.
Remove an unused ldap flag.

Submitted by:   Aivis Olsteins <aivis@datatechlabs.com>
Original commit
Thursday, 28 Aug 2003
07:26 roger search for other commits by this committer
Upgrade to 2.0.5
Original commit
Friday, 7 Mar 2003
06:08 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Wednesday, 5 Mar 2003
15:07 roger search for other commits by this committer
Upgrade to version 2.0.3

Submitted by:   Jesus Rodriguez
Original commit
Tuesday, 4 Mar 2003
14:53 roger search for other commits by this committer
build and install the addpasswd program.
Original commit
Monday, 13 Jan 2003
11:39 roger search for other commits by this committer
Upgrade to latest stable release
Original commit
Thursday, 21 Nov 2002
23:23 roger search for other commits by this committer
Upgrade to latest version
Original commit
Friday, 11 Oct 2002
06:17 roger search for other commits by this committer
Upgrade to latest stable release.
Note LDAP has been disabled in the port Makefile to allow the port to
compile.
Original commit
Saturday, 31 Aug 2002
02:44 kris search for other commits by this committer
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
Original commit
Saturday, 3 Aug 2002
18:07 ijliao search for other commits by this committer
update master site and WWW
Original commit
Friday, 24 May 2002
23:44 roger search for other commits by this committer
Make sure we use the static openh323 libraries (as the openh323
port does not actually install the .so files)
Original commit
Monday, 8 Oct 2001
06:22 roger search for other commits by this committer
Forced commit to provide a log entry.   Upgrade to latest version of the
OpenH323 library and its applications.    
Original commit
06:11 roger search for other commits by this committer
(null)    
Original commit
Friday, 10 Aug 2001
17:03 roger search for other commits by this committer
Upgrade to 1.0 pre 8    
Original commit
Monday, 9 Jul 2001
11:46 roger search for other commits by this committer
Upgrade to version 1.0pre6 which compiles with the latest pwlib and   openh323
libraries    
Original commit
Thursday, 31 May 2001
23:22 ade search for other commits by this committer
Replace last remnants of "nonexistent", "/nonexistent" etc. with  
${NONEXISTENT} as per bsd.port.mk    
Original commit
Friday, 4 May 2001
08:26 roger search for other commits by this committer
Fix mistake in master site    
Original commit
Thursday, 3 May 2001
04:05 roger search for other commits by this committer
Upgrade to 0.17    
Original commit
Wednesday, 21 Feb 2001
07:39 roger search for other commits by this committer
Upgrade to version 0.15    
Original commit
Wednesday, 3 Jan 2001
13:51 roger search for other commits by this committer
Upgrade to H323 Gatekeeper version 0.14a    
Original commit
Sunday, 12 Nov 2000
09:32 roger search for other commits by this committer
Bump port Revsion due to a patch in OpenH323S    
Original commit
Saturday, 21 Oct 2000
10:51 roger search for other commits by this committer
Upgrade from 0.12pre4 to 0.12 (release)    
Original commit
Wednesday, 14 Jun 2000
14:21 sobomax search for other commits by this committer
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.    
Original commit
Thursday, 8 Jun 2000
11:24 roger search for other commits by this committer
freebsd->FreeBSD and fix a portlint failure    
Original commit

Number of commits found: 55