net-mgmt/nagios-plugins fails to build at the patch stage when the JAIL option is enabled due to the need to chase a file rename in a Makefile conditional. Attached is a patch to chase the file rename. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mat Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
Author: mat Date: Mon Apr 14 20:39:46 2014 New Revision: 351290 URL: http://svnweb.freebsd.org/changeset/ports/351290 QAT: https://qat.redports.org/buildarchive/r351290/ Log: Fix build WITH=JAILS. PR: 188627 Submitted by: Ryan Frederick Sponsored by: Absolight Modified: head/net-mgmt/nagios-plugins/Makefile Modified: head/net-mgmt/nagios-plugins/Makefile ============================================================================== --- head/net-mgmt/nagios-plugins/Makefile Mon Apr 14 20:38:09 2014 (r351289) +++ head/net-mgmt/nagios-plugins/Makefile Mon Apr 14 20:39:46 2014 (r351290) @@ -126,8 +126,8 @@ post-patch: .endfor @${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.am .if ${PORT_OPTIONS:MJAIL} - @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.in - @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.in + @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.ac .endif .if ${OSVERSION} > 1000055 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"