svn commit: r307957 - in head/benchmarks/bonnie++: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Thu Nov 29 09:22:55 UTC 2012


Author: martymac
Date: Thu Nov 29 09:22:55 2012
New Revision: 307957
URL: http://svnweb.freebsd.org/changeset/ports/307957

Log:
  Simplify PTHREAD_LIBS fix by removing useless patch
  
  Suggested by:	danfe
  Feature safe:	yes

Deleted:
  head/benchmarks/bonnie++/files/patch-configure
Modified:
  head/benchmarks/bonnie++/Makefile

Modified: head/benchmarks/bonnie++/Makefile
==============================================================================
--- head/benchmarks/bonnie++/Makefile	Thu Nov 29 07:45:36 2012	(r307956)
+++ head/benchmarks/bonnie++/Makefile	Thu Nov 29 09:22:55 2012	(r307957)
@@ -32,7 +32,7 @@ post-patch:
 	@${REINPLACE_CMD} \
 		's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
 	@${REINPLACE_CMD} \
-		's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+		's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list