svn commit: r346843 - head/benchmarks/bonnie++
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 3 00:01:34 UTC 2014
Author: bapt
Date: Mon Mar 3 00:01:34 2014
New Revision: 346843
URL: http://svnweb.freebsd.org/changeset/ports/346843
QAT: https://qat.redports.org/buildarchive/r346843/
Log:
Remove USE_GCC=any the ports builds fine with clang 3.3+
Modified:
head/benchmarks/bonnie++/Makefile
Modified: head/benchmarks/bonnie++/Makefile
==============================================================================
--- head/benchmarks/bonnie++/Makefile Sun Mar 2 23:56:42 2014 (r346842)
+++ head/benchmarks/bonnie++/Makefile Mon Mar 3 00:01:34 2014 (r346843)
@@ -14,7 +14,6 @@ COMMENT= Performance Test of Filesystem
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USE_GCC= any
USES= shebangfix
SHEBANG_FILES= bon_csv2txt.in
@@ -25,8 +24,6 @@ PORTDOCS= readme.html
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} \
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
@@ -34,9 +31,7 @@ post-patch:
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list