| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: net/freeradius/Makefile |
|
CVSWeb
|
Number of commits found: 66 |
|
Wed, 20 Aug 2008
|
[ 01:57 ade ]
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. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
|
Thu, 31 Jan 2008
|
[ 13:29 jmelo ]
1.65 net/freeradius/Makefile
1.1 net/freeradius/files/patch-radsqlrelay
- Fix radsqlrelay.
- Bump portrevision.
- Update mastersites.
PR: ports/119910
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
|
|
Wed, 12 Dec 2007
|
[ 09:52 araujo ]
1.64 net/freeradius/Makefile
- Fix last commit when 'Ability override variables' was forgotten.
Reported by: David Wood <david@wood2.org.uk> (maintainer)
Approved by: stas (mentor, implicit)
|
|
Thu, 6 Dec 2007
|
[ 10:01 araujo ]
1.63 net/freeradius/Makefile
1.1 net/freeradius/files/patch-radiusd-no-pie
1.3 net/freeradius/files/radiusd.sh.in
- Added patch to remove -pie for radiusd. [1]
- Fixed a build failure on RELENG_7 AMD64.
- Chase heimdal shared version library bump. [2]
- Reworked RC script. [3]
- Mark as unbroken on AMD64.
- Bump PORTREVISION.
PR: ports/118425, ports/117262 [3]
Reported by: Sean McNeil <sean@mcneil.com> [1], Gioto Alves Lourenco
<gioto@pop-ro.rnp.br> [2]
Submitted by: Craig Leres <leres@ee.lbl.gov> [3], David Wood
<david@wood2.org.uk> (maintainer)
Approved by: portmgr (marcus), stas (mentor, implicit)
|
|
Sun, 28 Oct 2007
|
[ 22:08 lwhsu ]
1.62 net/freeradius/Makefile
1.2 net/freeradius/files/patch-src-modules-rlm_attr_rewrite-rlm_attr_rewrite.c
1.32 net/freeradius/pkg-plist
- Remove more 4.x cruft (obsolete comment in Makefile, obsolete patch,
simplification in WITH_NOPERL handling in Makefile).
- Use MASTER_SITE_SUBDIR rather than an explicit /old reference in
MASTER_SITES.
- Tidy pkg-plist, including the use of @stopdaemon and some mild reordering
so that it is more logical.
- Avoid spurious -L/usr/lib in the radiusd build step when using base OpenSSL.
- Use ${PTHREAD_LIBS} rather than -pthread.
- Remove the -p flag to cp when copying files into /usr/local/etc/raddb (this
may help stop FreeRADIUS stomping over explicitly set ownership and
permissions in this directory). [1]
- Generalise CONFLICTS.
- Support WITH_DEVELOPER (though it has to be used as a knob - I see no reason
to add this to the OPTIONS).
- Bump PORTREVISION.
[1] May address a concern of sem@ (maintainer had discussion by private mail)
PR: ports/117160
Submitted by: David Wood <david AT wood2.org.uk> (maintainer)
|
|
Thu, 4 Oct 2007
|
[ 03:10 edwin ]
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. )
Remove always-false/true conditions based on OSVERSION 500000
|
|
Sun, 30 Sep 2007
|
[ 09:17 linimon ]
1.60 net/freeradius/Makefile
Mark as broken on amd64 with gcc4.2. Probably needs -fPIC.
|
|
Sat, 29 Sep 2007
|
[ 21:51 linimon ]
1.59 net/freeradius/Makefile
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
|
|
Mon, 6 Aug 2007
|
[ 07:48 sem ]
1.58 net/freeradius/Makefile
1.21 net/freeradius/distinfo
1.1 net/freeradius/files/patch-pthread
1.30 net/freeradius/pkg-plist
- Update to 1.1.7
PR: ports/115157
Submitted by: maintainer
|
|
Mon, 23 Jul 2007
|
[ 10:36 rafan ]
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile
(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
|
|
Sat, 14 Apr 2007
|
[ 11:01 stas ]
1.56 net/freeradius/Makefile
1.20 net/freeradius/distinfo
1.6 net/freeradius/files/patch-doc::Makefile
1.2 net/freeradius/files/patch-raddb-Makefile-1.1.4_bug
1.6 net/freeradius/files/patch-src-main-Makefile.in
1.3 net/freeradius/files/patch-src::modules::rlm_sql::rules.mak
1.4 net/freeradius/files/patch-src::modules::rules.mak
1.29 net/freeradius/pkg-plist
- Update to 1.1.6
- Set correct permissions to ${PREFIX}/etc/raddb on install
- Modify CONFLICTS to take account of the likelihood that FreeRADIUS 2
will be released reasonably soon
- Move to handling NOPORTDOCS using the new --without-docdir option to
configure
- Fix handling of (NO)PORTDOCS in pkg-plist
- Remove unnecessary patches and simplify makefile
PR: ports/111521
Submitted by: David Wood<david@wood2.org.uk> (maintainer)
|
|
Wed, 28 Mar 2007
|
[ 17:22 miwi ]
1.55 net/freeradius/Makefile
1.19 net/freeradius/distinfo
1.3 net/freeradius/files/patch-Make.inc.in
1.3 net/freeradius/files/patch-raddb-Makefile
1.5 net/freeradius/files/patch-src-main-Makefile.in
1.28 net/freeradius/pkg-plist
1.2 net/freeradius/files/radiusd.sh.in
- Update to 1.1.5
PR: 110948
Submitted by: David Wood<david@wood2.org.uk>
|
|
Tue, 23 Jan 2007
|
[ 12:35 sem ]
1.54 net/freeradius/Makefile
1.27 net/freeradius/pkg-plist
- Create default config files from *.sample and remove them if they did not
changed. (Requested by Alan DeKok of the FreeRADIUS Project.)
- Add US mirror to MASTER_SITES.
- Fix CFLAGS.
- Tidy CONFIGURE_ARGS.
- Remove EXAMPLESDIR references. It's using nowhere.
- Pet portlint(1).
PR: ports/108196
Submitted by: David Wood (maintainer)
|
|
Thu, 18 Jan 2007
|
[ 19:13 pav ]
1.53 net/freeradius/Makefile
- Remove rlm_sql_firebird module, it breaks configure run
PR: ports/108054
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
|
|
Mon, 15 Jan 2007
|
[ 14:55 miwi ]
1.52 net/freeradius/Makefile
1.18 net/freeradius/distinfo
1.1 net/freeradius/files/patch-raddb-Makefile-1.1.4_bug
1.4 net/freeradius/pkg-descr
1.26 net/freeradius/pkg-plist
- Update to 1.1.4
PR: ports/107936
Submitted by: David Wood<david@wood2.org.uk> (maintainer)
|
|
Tue, 7 Nov 2006
|
[ 02:51 alepulver ]
1.51 net/freeradius/Makefile
1.422 UPDATING
1.4 net/freeradius/files/patch-ab
- Remove patch file: freeradius/files/patch-ab (see UPDATING note).
- Add note to UPDATING.
PR: ports/105025
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
|
|
Wed, 1 Nov 2006
|
[ 10:21 miwi ]
1.50 net/freeradius/Makefile
1.17 net/freeradius/distinfo
1.2 net/freeradius/files/patch-4.11-fix
1.5 net/freeradius/files/patch-doc::Makefile
1.4 net/freeradius/files/patch-src-main-Makefile.in
1.25 net/freeradius/pkg-plist
- Update to 1.1.3
- Pass maintainership to submitter
PR: ports/104949
Submitted by: David Wood<david@wood2.org.uk>
|
|
Thu, 5 Oct 2006
|
[ 17:20 shaun ]
1.41 net/arla/Makefile
1.49 net/freeradius/Makefile
1.24 security/pam_krb5/Makefile
- Chase shared library version bump in security/heimdal.
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
|
|
Tue, 15 Aug 2006
|
[ 01:56 clsung ]
1.18 misc/chmlib/Makefile
1.15 misc/compat3x/Makefile
1.33 misc/compat4x/Makefile
1.14 misc/compat5x/Makefile
1.6 misc/gctpc/Makefile
1.18 misc/gtl/Makefile
1.8 misc/projectionlib/Makefile
1.9 multimedia/dirac/Makefile
1.18 multimedia/openquicktime/Makefile
1.16 multimedia/pitivi/Makefile
(Only the first 10 of 68 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
Mon, 12 Jun 2006
|
[ 15:47 pav ]
1.47 net/freeradius/Makefile
1.24 net/freeradius/pkg-plist
- Some modules does not build on FreeBSD 4.X with base OpenSSL
Reported by: krismail
|
|
Mon, 5 Jun 2006
|
[ 22:14 pav ]
1.46 net/freeradius/Makefile
- Fix OpenSSL handling
PR: ports/98525
Submitted by: Dan Lukes <dan@obluda.cz>
|
|
Mon, 29 May 2006
|
[ 21:42 pav ]
1.45 net/freeradius/Makefile
1.16 net/freeradius/distinfo
1.23 net/freeradius/pkg-plist
- Update to 1.1.2
PR: ports/98065
Submitted by: David Wood <david@wood2.org.uk>
|
|
Tue, 28 Mar 2006
|
[ 21:30 sem ]
1.44 net/freeradius/Makefile
1.15 net/freeradius/distinfo
1.2 net/freeradius/files/patch-Make.inc.in
1.4 net/freeradius/files/patch-doc::Makefile
1.2 net/freeradius/files/patch-doc::rfc::Makefile
1.2 net/freeradius/files/patch-src-lib-dict.c
1.3 net/freeradius/files/patch-src-main-Makefile.in
1.2 net/freeradius/files/patch-src-modules-rlm_otp-otp-state.c
1.2 net/freeradius/files/patch-src::modules::rlm_ippool::Makefile.in
1.2 net/freeradius/files/patch-src::modules::rlm_sql::rules.mak
(Only the first 10 of 12 ports in this commit are shown above. )
- Update to 1.1.1
This release contains a number of improvements over previous
releases. We recommend that everyone using earlier versions of the
server upgrade to obtain the bug fixes and feates that this
version supplies. It's new features include:
o Updated dictionaries (as always),
o Digest authentication updates,
o Net-SNMP compatibility fixes,
o Bug fixes for multiple platforms (64-bit architectures, *BSD),
o Security fixes for EAP-MSCHAPv2,
o Miscellaneous other fixes
PR: ports/95033
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Tue, 14 Feb 2006
|
[ 21:04 sem ]
1.42 net/freeradius/Makefile
1.3 net/freeradius/files/radiusd.in
1.1 net/freeradius/files/radiusd.sh.in
- Fix PLIST on amd64 [1]
- Rename startup script back to radiusd.sh. It was renamed accidently
Reported by: krismail [1]
|
[ 15:16 sem ]
1.41 net/freeradius/Makefile
- Fix build with non-standard LOCALBASE
|
|
Wed, 8 Feb 2006
|
[ 13:58 sem ]
1.40 net/freeradius/Makefile
- Fix pkg-plist on 5.x+
Reported by: kris mail
Pointy hat to: me
|
|
Mon, 6 Feb 2006
|
[ 15:30 sem ]
1.39 net/freeradius/Makefile
1.1 net/freeradius/files/patch-src-lib-dict.c
1.19 net/freeradius/pkg-plist
- Fix a dictionary bug affected on 64 bit archs.
- While I'm here: fix pkg-plist - remove radiusd.sh.
- Bump PORTREVISION
PR: ports/92887
Submitted by: Alessandro Dellavedova <alessandro.dellavedova@gmail.com>
Obtained from: http://bugs.freeradius.org/show_bug.cgi?id=312
|
[ 14:24 sem ]
1.38 net/freeradius/Makefile
- Add heimdal kerberos support
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (ports@)
|
|
Sun, 5 Feb 2006
|
[ 19:34 dougb ]
1.37 net/freeradius/Makefile
1.2 net/freeradius/files/radiusd.in
Fix a small typo in MASTER_SITES
Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed
Bump PORTREVISION so that packages and users get the new rc.d script
|
|
Sat, 4 Feb 2006
|
[ 19:52 sem ]
1.36 net/freeradius/Makefile
1.1 net/freeradius/files/patch-4.11-fix
1.18 net/freeradius/pkg-plist
1.1 net/freeradius/files/radiusd.in
1.5 net/freeradius/files/radiusd.sh
- Add patch to fix build on 4.x [1]
- Implement a modern feature of USE_RC_SUBR and remove redundant commands.
PR: ports/92815 [1]
Submitted by: Dan Lukes <dan@obluda.cz>
|
|
Wed, 1 Feb 2006
|
[ 18:38 pav ]
1.35 net/freeradius/Makefile
1.13 net/freeradius/distinfo
1.2 net/freeradius/files/patch-raddb-Makefile
1.1 net/freeradius/files/patch-src-modules-rlm_otp-otp-state.c
1.17 net/freeradius/pkg-plist
- Update to 1.1.0
- No longer compiles on FreeBSD 4.X
PR: ports/92598
Submitted by: Alessandro Dellavedova
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
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. )
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.
|
|
Wed, 5 Oct 2005
|
[ 02:20 edwin ]
1.33 net/freeradius/Makefile
1.11 net/freeradius/distinfo
1.3 net/freeradius/files/patch-doc::Makefile
1.2 net/freeradius/files/patch-src::modules::rules.mak
1.16 net/freeradius/pkg-plist
Upgrade to 1.0.5
Noticed by Port New Version Check
|
|
Mon, 22 Aug 2005
|
[ 14:27 garga ]
1.32 net/freeradius/Makefile
- Drop maintainership
PR: ports/85141
Submitted by: thompsa (maintainer)
Approved by: portmgr (clement)
|
|
Sat, 18 Jun 2005
|
[ 00:33 thompsa ]
1.31 net/freeradius/Makefile
1.10 net/freeradius/distinfo
1.2 net/freeradius/files/patch-src-main-Makefile.in
1.15 net/freeradius/pkg-plist
Update to version 1.0.4.
Approved by: lesi
|
|
Tue, 31 May 2005
|
[ 09:28 flz ]
1.7 multimedia/handbrake/Makefile
1.2 net-mgmt/pads/Makefile
1.30 net/freeradius/Makefile
1.8 net/pfflowd/Makefile
1.94 print/lyx/Makefile
1.2 security/pamtester/Makefile
- Change maintainer address to his new shiny FreeBSD.org address.
PR: ports/81687
Submitted by: maintainer
|
|
Fri, 15 Apr 2005
|
[ 18:31 sem ]
1.29 net/freeradius/Makefile
1.1 net/freeradius/files/patch-raddb-Makefile
1.14 net/freeradius/pkg-plist
1.4 net/freeradius/files/radiusd.sh
1. Install sample SQL database schemas
2. Install config files as .sample to not clobber on upgrade
3. Add kerberos support
PR: ports/79945
Submitted by: maintainer
Contributed by: Andrey V. Elsukov [1]
Denis Shaposhnikov [2]
George C. Kaplan [3]
|
|
Fri, 18 Feb 2005
|
[ 08:44 krion ]
1.28 net/freeradius/Makefile
1.9 net/freeradius/distinfo
1.2 net/freeradius/files/patch-x99_rlm.c
1.13 net/freeradius/pkg-plist
Update to version 1.0.2
PR: ports/77661
Submitted by: maintainer
|
|
Mon, 31 Jan 2005
|
[ 00:35 girgen ]
1.628 MOVED
1.45 comms/gnokii/Makefile
1.405 databases/Makefile
1.35 databases/clip/Makefile
1.11 databases/dbconnect/Makefile
1.6 databases/erserver/Makefile
1.35 databases/grass-i18n/Makefile
1.36 databases/grass/Makefile
1.19 databases/gtksql/Makefile
1.16 databases/hk_classes/Makefile
(Only the first 10 of 107 ports in this commit are shown above. )
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
Wed, 6 Oct 2004
|
[ 08:42 arved ]
1.26 net/freeradius/Makefile
1.11 net/freeradius/pkg-plist
Fix package build on AMD64
PR: 72335
Submitted by: Andrew Thompson <andy@fud.org.nz>
Approved by: portmgr
|
|
Sun, 26 Sep 2004
|
[ 00:40 pav ]
1.25 net/freeradius/Makefile
1.8 net/freeradius/distinfo
- Update to 1.0.1
Denial-of-Service Security Fix
* Fix two remote crashes and a memory leak in RADIUS packet
decoding.
PR: ports/72012
Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
Approved by: portmgr (linimon)
|
|
Sun, 29 Aug 2004
|
[ 03:18 edwin ]
1.24 net/freeradius/Makefile
1.7 net/freeradius/distinfo
1.3 net/freeradius/files/patch-ab
1.1 net/freeradius/files/patch-x99_rlm.c
1.10 net/freeradius/pkg-plist
1.3 net/freeradius/files/radiusd.sh
[patch] update net/freeradius to 1.0.0
Update net/freeradius to 1.0.0 from 0.9.3 and take maintainership.
PR: ports/70603
Submitted by: Andrew Thompson <andy@fud.org.nz>
|
|
Fri, 11 Jun 2004
|
[ 03:24 nork ]
1.23 net/freeradius/Makefile
Fix dependency on databases/postgresql7
|
|
Fri, 4 Jun 2004
|
[ 18:29 ade ]
1.21 archivers/libcomprex/Makefile
1.50 archivers/rpm/Makefile
1.10 archivers/sectar/Makefile
1.19 audio/ecasound/Makefile
1.5 audio/faac/Makefile
1.20 audio/faad/Makefile
1.24 audio/glame/Makefile
1.12 audio/xmms-faad/Makefile
1.7 audio/xmms-imms/Makefile
1.3 audio/xmms-jack/Makefile
(Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ]
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. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
|
Tue, 9 Dec 2003
|
[ 10:19 tg ]
1.19 net/freeradius/Makefile
1.2 net/freeradius/files/patch-doc::Makefile
1.9 net/freeradius/pkg-plist
Add PostgreSQL support; support NOPORTDOCS.
PR: 59921
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
[ 09:43 tg ]
1.18 net/freeradius/Makefile
1.5 net/freeradius/distinfo
1.5 net/freeradius/files/patch-aa
1.8 net/freeradius/pkg-plist
Upgrade to 0.9.3.
|
|
Thu, 20 Nov 2003
|
[ 14:57 marcus ]
1.17 net/freeradius/Makefile
1.1 net/freeradius/files/patch-doc::Makefile
1.1 net/freeradius/files/patch-doc::rfc::Makefile
1.7 net/freeradius/pkg-plist
* Add USE_PERL5_BUILD
* Use %%DOCSDIR%%
* Use %%DATADIR%%
* Use USE_OPENLDAP
* Use USE_MYSQL
* Remove useless plist entries
PR: 59509
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
Mon, 3 Nov 2003
|
[ 00:54 kris ]
1.16 audio/mp3blaster/Makefile
1.7 audio/quelcom/Makefile
1.6 audio/sbagen/Makefile
1.8 audio/tempest_for_eliza/Makefile
1.3 comms/mlan3/Makefile
1.4 deskutils/bigyear/Makefile
1.5 devel/as80/Makefile
1.8 devel/asmutils/Makefile
1.5 devel/libtar/Makefile
1.7 dns/dnrd/Makefile
(Only the first 10 of 25 ports in this commit are shown above. )
Reset maintainer of ports owned by inactive committers who were just retired.
|
|
Sat, 1 Nov 2003
|
[ 11:32 brian ]
1.15 net/freeradius/Makefile
Fix MAN1 & MAN8 settings
|
|
Tue, 28 Oct 2003
|
[ 23:52 brian ]
1.14 net/freeradius/Makefile
1.4 net/freeradius/distinfo
1.4 net/freeradius/files/patch-aa
1.6 net/freeradius/pkg-plist
Upgrade to 0.9.2
PR: 58384
Submitted by: thomas@cuivre.fr.eu.org
|
|
Tue, 14 Oct 2003
|
[ 16:47 dinoex ]
1.95 mail/postfix-current/Makefile
1.80 mail/postfix/Makefile
1.12 mail/zmailer/Makefile
1.13 net/freeradius/Makefile
1.13 net/gnu-radius/Makefile
1.2 net/openradius/Makefile
1.5 net/suckblow/Makefile
1.115 security/ssh2/Makefile
1.37 www/apache13+ipv6/Makefile
1.42 www/apache13-fp/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
|
|
Mon, 13 Oct 2003
|
[ 21:03 ade ]
1.12 net/freeradius/Makefile
1.5 net/freeradius/pkg-plist
Fix things so this port does not install its own local copy of libltdl,
depending instead on devel/libltdl
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
Thu, 19 Jun 2003
|
[ 02:22 ume ]
1.11 net/freeradius/Makefile
1.4 net/freeradius/pkg-plist
1.2 net/freeradius/files/radiusd.sh
fix build on bento.
Approved by: maintainer (timeout)
|
|
Sun, 18 May 2003
|
[ 12:57 kris ]
1.10 net/freeradius/Makefile
BROKEN: incorrect pkg-plist
|
|
Mon, 21 Apr 2003
|
[ 14:35 leeym ]
1.9 net/freeradius/Makefile
1.3 net/freeradius/distinfo
1.3 net/freeradius/files/patch-aa
1.2 net/freeradius/files/patch-ab
1.3 net/freeradius/pkg-descr
1.3 net/freeradius/pkg-plist
* upgrade to 0.8.1
* make PREFIX work
PR: 50705
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
Approved by: maintainer timeout (2 weeks)
|
|
Fri, 7 Mar 2003
|
[ 06:08 ade ]
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. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Fri, 3 Jan 2003
|
[ 08:26 ijliao ]
1.10 databases/dbtool/Makefile
1.9 databases/gauche-gdbm/Makefile
1.16 databases/grass/Makefile
1.20 databases/libgda/Makefile
1.30 databases/libgda2/Makefile
1.9 databases/p5-GDBM/Makefile
1.6 databases/py-gdbm/Makefile
1.14 databases/ruby-gdbm/Makefile
1.15 databases/sqlrelay/Makefile
1.13 games/tinymux/Makefile
(Only the first 10 of 36 ports in this commit are shown above. )
chase gdbm lib version
|
|
Mon, 30 Sep 2002
|
[ 01:26 brian ]
1.6 net/freeradius/Makefile
1.2 net/freeradius/pkg-plist
Fix plist, unbreaking this port
Approved by: kris
|
|
Fri, 20 Sep 2002
|
[ 21:49 kris ]
1.5 net/freeradius/Makefile
BROKEN: build fails
|
|
Sat, 31 Aug 2002
|
[ 18:14 brian ]
1.4 net/freeradius/Makefile
1.2 net/freeradius/distinfo
1.2 net/freeradius/files/patch-aa
Update to 0.7
|
|
Sun, 2 Jun 2002
|
[ 19:42 brian ]
1.3 net/freeradius/Makefile
Add a missing mkdir
Submitted by: Pete Fritchman <petef@absolutbsd.org>
|
|
Wed, 15 May 2002
|
[ 05:07 kris ]
1.2 net/freeradius/Makefile
Add USE_GMAKE=yes
Noticed by: bento
|
|
Fri, 10 May 2002
|
[ 19:59 brian ]
1.1 net/freeradius/Makefile
1.1 net/freeradius/distinfo
1.1 net/freeradius/files/patch-aa
1.1 net/freeradius/pkg-comment
1.1 net/freeradius/pkg-descr
1.1 net/freeradius/pkg-plist
1.1 net/freeradius/files/radiusd.sh
Add freeradius, a RADIUS daemon implementation compatible with
livingston radiusd-2.01.
This RADIUS implementation implements MS-CHAP authentication whereas
most or all of the others don't.
Forced into it by: wollman (after removing freeradius-devel)
|
Number of commits found: 66 |