svn commit: r388326 - head/audio/slv2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 12:27:40 UTC 2015
Author: amdmi3
Date: Tue Jun 2 12:27:39 2015
New Revision: 388326
URL: https://svnweb.freebsd.org/changeset/ports/388326
Log:
- Strip library
Modified:
head/audio/slv2/Makefile
Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile Tue Jun 2 12:27:33 2015 (r388325)
+++ head/audio/slv2/Makefile Tue Jun 2 12:27:39 2015 (r388326)
@@ -3,6 +3,7 @@
PORTNAME= slv2
PORTVERSION= 0.6.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
@@ -34,6 +35,7 @@ post-patch:
's|^#define _XOPEN_SOURCE .*||' ${WRKSRC}/src/plugin.c
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslv2.so
.for file in lv2_inspect lv2_jack_host lv2_list lv2_simple_jack_host
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
.endfor
More information about the svn-ports-all
mailing list