svn commit: r338078 - head/security/oidentd

Oliver Lehmann oliver at FreeBSD.org
Mon Dec 30 10:08:07 UTC 2013


Author: oliver
Date: Mon Dec 30 10:08:06 2013
New Revision: 338078
URL: http://svnweb.freebsd.org/changeset/ports/338078

Log:
  fix build on FreeBSD < 10
  
  Noted By: Lukasz Wasikowski <lukasz at wasikowski.net>

Modified:
  head/security/oidentd/Makefile

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Mon Dec 30 10:05:42 2013	(r338077)
+++ head/security/oidentd/Makefile	Mon Dec 30 10:08:06 2013	(r338078)
@@ -38,7 +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
+	@${REINPLACE_CMD} -e 's|\[5-9\]||g;s|\[4-9\]||g' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin


More information about the svn-ports-head mailing list