svn commit: r336411 - head/security/oidentd

Oliver Lehmann oliver at FreeBSD.org
Sat Dec 14 01:01:33 UTC 2013


Author: oliver
Date: Sat Dec 14 01:01:32 2013
New Revision: 336411
URL: http://svnweb.freebsd.org/changeset/ports/336411

Log:
  fix build on FreeBSD 10

Modified:
  head/security/oidentd/Makefile

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Sat Dec 14 01:01:06 2013	(r336410)
+++ head/security/oidentd/Makefile	Sat Dec 14 01:01:32 2013	(r336411)
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--disable-masq
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h
+	@${REINPLACE_CMD} -e 's|5-9|5-11|g;s|4-9|4-11|g' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin


More information about the svn-ports-head mailing list