Subject: CVS commit: pkgsrc/security/tcp_wrappers
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/26/2004 11:02:14
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Mar 26 11:02:14 UTC 2004

Modified Files:
	pkgsrc/security/tcp_wrappers: Makefile distinfo
	pkgsrc/security/tcp_wrappers/patches: patch-aa

Log Message:
Teach security/tcp_wrappers to build on NetBSD systems.  Remove the
ONLY_FOR_PLATFORMS setting and simply allow the build to fail on systems
on which it currently doesn't build.  Replace the cascading if statement
that set the Makefile target with something more compact.  Lastly, teach
tcp_wrappers to partially honor PKG_SYSCONFDIR -- it will default to the
historic locations /etc/host.{allow,deny} for the config files, but if
PKG_SYSCONFDIR.tcp_wrappers is set in /etc/mk.conf, then it will use that
instead.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/security/tcp_wrappers/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/security/tcp_wrappers/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/tcp_wrappers/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.