Racoon port fails to install rc.d script on FreeBSD 10.x and above (actually, it will install them only on versions starting from digits from the string "56789"). Fix: The following patch will fix this issue: http://codelabs.ru/fbsd/ports/racoon2/restore-rc.d-scripts-for-10.x.diff It works for me and passes Tinderbox builds. QA page: http://codelabs.ru/fbsd/ports/qa/security/racoon2/20100526a How-To-Repeat: Try to install the port on FreeBSD 10.x and watch for the contents of the directory /usr/local/etc/rc.d/ for the presence of scripts spmd and iked. One can also check the build results from my 10.x Tinderbox, http://gpf.codelabs.ru/tb-errors/mine-9/racoon2-20100526a_1.log
Responsible Changed From-To: freebsd-ports-bugs->sumikawa Over to maintainer (via the GNATS Auto Assign Tool)
sumikawa 2012-02-27 04:40:57 UTC FreeBSD ports repository Modified files: security/racoon2 Makefile Added files: security/racoon2/files patch-configure.in Log: install rc.d scripts on FreeBSD 10.x and above PR: ports/165456 Submitted by: rea Revision Changes Path 1.64 +1 -1 ports/security/racoon2/Makefile 1.1 +11 -0 ports/security/racoon2/files/patch-configure.in (new) _______________________________________________ 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, thank.