This update removes patches: files/patch-fastipsec files/patch-rcvar and adds patches: files/patch-samples-rc.d-racoon2.in files/patch-samples-rc.d-spmd.in The new samples/Makefile.in incorrectly hardcodes sysconfdir=@sysconfdir@/racoon2 which then intruduces inconsistencies with other files that do not hardcode this value (e.g. the rc.d scripts). This is corrected by the new patch-samples-Makefile.in file and by setting CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 etc/rc.d/racoon2 is now installed as well. And all the rc.d scripts now install without the .sh extention. pkg-plist is reworked to install and remove .conf files without the .sample extention unless a modified file already exists. Also /var/run/racoon2 is now removed on deinstall. How-To-Repeat: cd /usr/ports/security/racoon2 && make install
Responsible Changed From-To: freebsd-ports-bugs->sumikawa Over to maintainer (via the GNATS Auto Assign Tool)
sumikawa 2008-04-17 06:28:39 UTC FreeBSD ports repository Modified files: security/racoon2 Makefile distinfo pkg-plist security/racoon2/files patch-samples-Makefile.in patch-samples-rc.d-iked.in patch-samples-rc.d-kinkd.in Added files: security/racoon2/files patch-samples-rc.d-spmd.in Removed files: security/racoon2/files patch-configure patch-fastipsec patch-rcvar Log: Upgrade to 20071227e. PR: ports/119795 From: Yarema <yds@CoolRat.org> Revision Changes Path 1.53 +2 -3 ports/security/racoon2/Makefile 1.35 +3 -3 ports/security/racoon2/distinfo 1.4 +0 -11 ports/security/racoon2/files/patch-configure (dead) 1.2 +0 -420 ports/security/racoon2/files/patch-fastipsec (dead) 1.2 +0 -33 ports/security/racoon2/files/patch-rcvar (dead) 1.6 +18 -7 ports/security/racoon2/files/patch-samples-Makefile.in 1.2 +8 -4 ports/security/racoon2/files/patch-samples-rc.d-iked.in 1.2 +8 -4 ports/security/racoon2/files/patch-samples-rc.d-kinkd.in 1.1 +11 -0 ports/security/racoon2/files/patch-samples-rc.d-spmd.in (new) 1.13 +37 -12 ports/security/racoon2/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed commited, thanks.