svn commit: r366667 - head/databases/rrdtool
Niclas Zeising
zeising at FreeBSD.org
Sat Aug 30 18:55:25 UTC 2014
Author: zeising
Date: Sat Aug 30 18:55:24 2014
New Revision: 366667
URL: http://svnweb.freebsd.org/changeset/ports/366667
QAT: https://qat.redports.org/buildarchive/r366667/
Log:
Strip RRDs.so
Approach choosen is different from the one in the PR.
PR: 192077
Submitted by: takefu at airport.fm
Modified:
head/databases/rrdtool/Makefile
Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile Sat Aug 30 18:53:20 2014 (r366666)
+++ head/databases/rrdtool/Makefile Sat Aug 30 18:55:24 2014 (r366667)
@@ -3,7 +3,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.4.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@@ -123,5 +123,6 @@ post-install:
@${ECHO_MSG} "# See ${EXAMPLESDIR} for some demonstration code #"
@${ECHO_MSG} "############################################################################"
.endif
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/RRDs/RRDs.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list