svn commit: r339099 - branches/2014Q1/security/oidentd

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 8 11:32:46 UTC 2014


Author: bapt
Date: Wed Jan  8 11:32:45 2014
New Revision: 339099
URL: http://svnweb.freebsd.org/changeset/ports/339099

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

Modified:
  branches/2014Q1/security/oidentd/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/security/oidentd/Makefile
==============================================================================
--- branches/2014Q1/security/oidentd/Makefile	Wed Jan  8 11:31:29 2014	(r339098)
+++ branches/2014Q1/security/oidentd/Makefile	Wed Jan  8 11:32:45 2014	(r339099)
@@ -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-all mailing list