Subject: CVS commit: pkgsrc/net/freeradius
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 08/29/2005 14:28:12
Module Name: pkgsrc
Committed By: tv
Date: Mon Aug 29 14:28:12 UTC 2005
Modified Files:
pkgsrc/net/freeradius: Makefile PLIST options.mk
Added Files:
pkgsrc/net/freeradius: PLIST.dbm PLIST.gdbm
Log Message:
- Make gdbm optional, but keep it as default. (Partial dbm support using
a builtin Berkeley DB 1.8x can now be used with option "bdb -gdbm"; no
dbm support at all can be selected with "-gdbm".)
- Specify --with/--without exactly once per option.
- Merge postgresql support to a single option (pgsql), and correspondingly
use pgsql.buildlink3.mk to pick the builder's desired implementation.
This aligns freeradius with the rest of pkgsrc, wrt pgsql support.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/net/freeradius/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/net/freeradius/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/net/freeradius/PLIST.dbm \
pkgsrc/net/freeradius/PLIST.gdbm
cvs rdiff -r1.4 -r1.5 pkgsrc/net/freeradius/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.