Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 22:00:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388553 - head/audio/spiralsynthmodular
Message-ID:  <201506042200.t54M0E4H042555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  4 22:00:14 2015
New Revision: 388553
URL: https://svnweb.freebsd.org/changeset/ports/388553

Log:
  - Strip libraries

Modified:
  head/audio/spiralsynthmodular/Makefile

Modified: head/audio/spiralsynthmodular/Makefile
==============================================================================
--- head/audio/spiralsynthmodular/Makefile	Thu Jun  4 21:43:45 2015	(r388552)
+++ head/audio/spiralsynthmodular/Makefile	Thu Jun  4 22:00:14 2015	(r388553)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spiralsynthmodular
 PORTVERSION=	0.2.2a
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	SF/spiralmodular/spiralmodular/${PORTVERSION}%20%28Latest%20Version%29
 DISTNAME=	spiralmodular-${PORTVERSION}
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-
 
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
-
 CONFIGURE_ENV=	FLTK_CONFIG="${FLTK_CONFIG}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
@@ -61,4 +60,8 @@ post-patch:
 		/^#include "FL/s|.h"$$|.H"|; \
 		s|fl_file_chooser.H|Fl_File_Chooser.H|g'
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/SpiralPlugins/*.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506042200.t54M0E4H042555>