FreshPorts -- The Place For Ports Sun, 7 Sep 2008 7:12 PM BST
non port: net/gatekeeper/Makefile
CVSWeb

Number of commits found: 41

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(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)
Wed, 20 Aug 2008
[ 01:57 ade ] Original commit 
1.1670 MOVED
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
1.8 audio/bmp-musepack/Makefile
1.32 audio/faac/Makefile

(Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Sat, 1 Mar 2008
[ 07:26 rafan ] Original commit 
1.47 net/gatekeeper/Makefile
1.1 net/gatekeeper/files/patch-Routing-cxx
1.1 net/gatekeeper/files/patch-addpasswd-cxx
1.1 net/gatekeeper/files/patch-capctrl-cxx
1.1 net/gatekeeper/files/patch-clirw-cxx
1.1 net/gatekeeper/files/patch-main-cxx
- 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)
Thu, 4 Oct 2007
[ 03:10 edwin ] Original commit 
1.30 net/boinc-client/Makefile
1.61 net/freeradius/Makefile
1.2 net/frickin/Makefile
1.46 net/gatekeeper/Makefile
1.5 net/hawknl-devel/Makefile
1.4 net/hawknl/Makefile
1.5 net/iaxmodem/Makefile
1.6 net/iscsi-target/Makefile
1.8 net/kiax/Makefile
1.14 net/libnetdude/Makefile

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Sun, 30 Sep 2007
[ 05:47 linimon ] Original commit 
1.22 archivers/arj/Makefile
1.6 archivers/torrentzip/Makefile
1.17 audio/bmp-faad/Makefile
1.7 audio/bmp-mac/Makefile
1.4 audio/bmp-musepack/Makefile
1.29 audio/faac/Makefile
1.44 audio/faad/Makefile
1.9 audio/libtremor/Makefile
1.8 audio/lmms/Makefile
1.10 audio/mt-daapd/Makefile

(Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Thu, 21 Dec 2006
[ 21:43 miwi ] Original commit 
1.44 net/gatekeeper/Makefile
1.20 net/gatekeeper/distinfo
- Update to 2.2.4

PR:             ports/106875
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Fri, 21 Apr 2006
[ 14:12 erwin ] Original commit 
1.43 net/gatekeeper/Makefile
1.3 net/gatekeeper/pkg-install
1.6 net/gatekeeper/pkg-plist
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)
Sun, 26 Mar 2006
[ 16:35 sem ] Original commit 
1.42 net/gatekeeper/Makefile
1.19 net/gatekeeper/distinfo
1.1 net/gatekeeper/files/gnugk.sh.in
1.2 net/gatekeeper/files/gnugk.sh.sample
1.2 net/gatekeeper/files/patch-Makefile.in
1.2 net/gatekeeper/pkg-install
1.5 net/gatekeeper/pkg-plist
- 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
Sun, 5 Feb 2006
[ 12:35 netchild ] Original commit 
1.5 comms/pstngw/Makefile
1.2 net/asterisk-current/Makefile
1.6 net/asterisk-oh323/Makefile
1.46 net/asterisk/Makefile
1.5 net/callgen/Makefile
1.14 net/cphone/Makefile
1.41 net/gatekeeper/Makefile
1.53 net/gnomemeeting/Makefile
1.25 net/ohphone/Makefile
1.29 net/openam/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 30 Jun 2005
[ 19:11 flz ] Original commit 
1.39 net/gatekeeper/Makefile
1.1 net/gatekeeper/files/patch-Toolkit.cxx
- Fix configuration file handling (software problem).

PR:             ports/82815
Submitted by:   maintainer
Obtained from:  GateKeeper CVS
Thu, 23 Jun 2005
[ 15:46 pav ] Original commit 
1.38 net/gatekeeper/Makefile
1.17 net/gatekeeper/distinfo
1.1 net/gatekeeper/files/gnugk.sh.sample
1.1 net/gatekeeper/files/patch-Makefile.in
1.3 net/gatekeeper/files/patch-makefile
1.2 net/gatekeeper/files/patch-singleton.h
1.1 net/gatekeeper/pkg-deinstall
1.1 net/gatekeeper/pkg-install
1.4 net/gatekeeper/pkg-plist
- Update to 2.2.2
- Take maintainership

PR:             ports/82454
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Mon, 16 May 2005
[ 03:45 lawrance ] Original commit 
1.4 comms/pstngw/Makefile
1.32 net/asterisk/Makefile
1.4 net/callgen/Makefile
1.13 net/cphone/Makefile
1.37 net/gatekeeper/Makefile
1.49 net/gnomemeeting/Makefile
1.24 net/ohphone/Makefile
1.28 net/openam/Makefile
1.11 net/opengk/Makefile
1.63 net/openh323/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- 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)
Sun, 5 Dec 2004
[ 04:54 linimon ] Original commit 
1.11 comms/ixj/Makefile
1.13 devel/pwlib/Makefile
1.9 graphics/vid/Makefile
1.15 misc/alevt/Makefile
1.15 misc/vbidecode/Makefile
1.18 misc/videotext/Makefile
1.36 net/gatekeeper/Makefile
1.44 net/gnomemeeting/Makefile
1.23 net/ohphone/Makefile
1.27 net/openam/Makefile

(Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 8 Oct 2004
[ 04:54 danfe ] Original commit 
1.35 net/gatekeeper/Makefile
1.1 net/gatekeeper/files/patch-singleton.h
Unbreak the build with recent GCC.

Reported by:    kris
Approved by:    portmgr (krion), fjoe (mentor, implicit)
Sat, 18 Sep 2004
[ 18:21 kris ] Original commit 
1.34 net/gatekeeper/Makefile
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Wed, 4 Feb 2004
[ 05:10 marcus ] Original commit 
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile

(Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sat, 6 Sep 2003
[ 07:27 roger ] Original commit 
1.32 net/gatekeeper/Makefile
Add Radius Accounting support.
Remove an unused ldap flag.

Submitted by:   Aivis Olsteins <aivis@datatechlabs.com>
Thu, 28 Aug 2003
[ 08:26 roger ] Original commit 
1.31 net/gatekeeper/Makefile
1.15 net/gatekeeper/distinfo
1.2 net/gatekeeper/files/patch-makefile
Upgrade to 2.0.5
Fri, 7 Mar 2003
[ 06:08 ade ] Original commit 
1.15 net/GeoIP/Makefile
1.5 net/archie.el/Makefile
1.19 net/argus/Makefile
1.4 net/ari-yahoo/Makefile
1.24 net/arla/Makefile
1.2 net/arprelease/Makefile
1.25 net/arpwatch/Makefile
1.4 net/b2bua/Makefile
1.43 net/bind8/Makefile
1.6 net/bing/Makefile

(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.
Wed, 5 Mar 2003
[ 15:07 roger ] Original commit 
1.29 net/gatekeeper/Makefile
1.14 net/gatekeeper/distinfo
Upgrade to version 2.0.3

Submitted by:   Jesus Rodriguez
Tue, 4 Mar 2003
[ 14:53 roger ] Original commit 
1.28 net/gatekeeper/Makefile
1.1 net/gatekeeper/files/patch-makefile
1.3 net/gatekeeper/pkg-plist
build and install the addpasswd program.
Mon, 13 Jan 2003
[ 11:39 roger ] Original commit 
1.27 net/gatekeeper/Makefile
1.13 net/gatekeeper/distinfo
Upgrade to latest stable release
Thu, 21 Nov 2002
[ 23:23 roger ] Original commit 
1.26 net/gatekeeper/Makefile
1.12 net/gatekeeper/distinfo
1.5 net/gatekeeper/files/patch-aa
Upgrade to latest version
Fri, 11 Oct 2002
[ 07:17 roger ] Original commit 
1.25 net/gatekeeper/Makefile
1.11 net/gatekeeper/distinfo
1.4 net/gatekeeper/files/patch-aa
Upgrade to latest stable release.
Note LDAP has been disabled in the port Makefile to allow the port to
compile.
Sat, 31 Aug 2002
[ 03:44 kris ] Original commit 
1.21 java/guavac/Makefile
1.32 java/shujit/Makefile
1.8 lang/aleph/Makefile
1.29 lang/gnustep-base/Makefile
1.25 lang/gnustep-guile/Makefile
1.27 lang/gnustep-objc/Makefile
1.41 lang/librep/Makefile
1.9 mail/gnumail/Makefile
1.9 mail/icqmail/Makefile
1.7 mail/pantomime/Makefile

(Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
Sat, 3 Aug 2002
[ 19:07 ijliao ] Original commit 
1.23 net/gatekeeper/Makefile
1.7 net/gatekeeper/pkg-descr
update master site and WWW
Sat, 25 May 2002
[ 00:44 roger ] Original commit 
1.22 net/gatekeeper/Makefile
1.3 net/gatekeeper/files/patch-aa
Make sure we use the static openh323 libraries (as the openh323
port does not actually install the .so files)
Mon, 8 Oct 2001
[ 07:22 roger ]  
unknown net/gatekeeper/Makefile
unknown net/ohphone/Makefile
unknown net/openam/Makefile
unknown net/openh323/Makefile
unknown net/openmcu/Makefile
unknown net/gatekeeper/distinfo
unknown net/ohphone/distinfo
unknown net/openam/distinfo
unknown net/openh323/distinfo
unknown net/openmcu/distinfo
Forced commit to provide a log entry.   Upgrade to latest version of the
OpenH323 library and its applications.    
[ 07:11 roger ]  
unknown net/gatekeeper/Makefile
unknown net/ohphone/Makefile
unknown net/openam/Makefile
unknown net/openh323/Makefile
unknown net/openmcu/Makefile
unknown net/gatekeeper/distinfo
unknown net/ohphone/distinfo
unknown net/openam/distinfo
unknown net/openh323/distinfo
unknown net/openmcu/distinfo
(null)    
Fri, 10 Aug 2001
[ 18:03 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
Upgrade to 1.0 pre 8    
Mon, 9 Jul 2001
[ 12:46 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
Upgrade to version 1.0pre6 which compiles with the latest pwlib and   openh323
libraries    
Fri, 1 Jun 2001
[ 00:22 ade ]  
unknown graphics/pvmpov/Makefile
unknown japanese/dbskkd-cdb/Makefile
unknown japanese/emacs20-dl-canna/Makefile
unknown japanese/emacs20-dl-wnn6/Makefile
unknown japanese/skk-elisp/Makefile
unknown japanese/skk-tools/Makefile
unknown japanese/skkserv/Makefile
unknown korean/ftghostscript5/Makefile
unknown korean/ghostscript55httf/Makefile
unknown lang/gpc/Makefile

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Replace last remnants of "nonexistent", "/nonexistent" etc. with  
${NONEXISTENT} as per bsd.port.mk    
Fri, 4 May 2001
[ 09:26 roger ]  
unknown net/gatekeeper/Makefile
Fix mistake in master site    
Thu, 3 May 2001
[ 05:05 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
unknown net/gatekeeper/pkg-descr
Upgrade to 0.17    
Wed, 21 Feb 2001
[ 07:39 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
Upgrade to version 0.15    
Wed, 3 Jan 2001
[ 13:51 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
unknown net/gatekeeper/files/patch-aa
Upgrade to H323 Gatekeeper version 0.14a    
Sun, 12 Nov 2000
[ 09:32 roger ]  
unknown net/gatekeeper/Makefile
unknown net/ohphone/Makefile
unknown net/openam/Makefile
unknown net/opengatekeeper/Makefile
unknown net/openh323/Makefile
Bump port Revsion due to a patch in OpenH323S    
Sat, 21 Oct 2000
[ 11:51 roger ]  
unknown net/gatekeeper/Makefile
unknown net/gatekeeper/distinfo
Upgrade from 0.12pre4 to 0.12 (release)    
Wed, 14 Jun 2000
[ 15:21 sobomax ]  
unknown archivers/fastjar/Makefile
unknown astro/xplanet/Makefile
unknown audio/aumix/Makefile
unknown audio/extace/Makefile
unknown audio/knapster/Makefile
unknown audio/sphinx/Makefile
unknown audio/yamt/Makefile
unknown cad/felt/Makefile
unknown databases/metakit/Makefile
unknown deskutils/cbb/Makefile

(Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.    
Thu, 8 Jun 2000
[ 12:24 roger ]  
unknown net/gatekeeper/pkg/DESCR
unknown net/gatekeeper/Makefile
freebsd->FreeBSD and fix a portlint failure    

Number of commits found: 41

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19099
Broken 159
Deprecated 77
Ignore 425
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 12
new 48 hours15
new 7 days56
new fortnight99
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.208 seconds.