Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 21:19:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343390 - head/audio/espeak
Message-ID:  <201402082119.s18LJuIv086319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Feb  8 21:19:56 2014
New Revision: 343390
URL: http://svnweb.freebsd.org/changeset/ports/343390
QAT: https://qat.redports.org/buildarchive/r343390/

Log:
  - Fully support staging (there were some ${STAGEDIR} statements but NO_STAGE
    was still defined)
  - also strip binaries and shared objects

Modified:
  head/audio/espeak/Makefile

Modified: head/audio/espeak/Makefile
==============================================================================
--- head/audio/espeak/Makefile	Sat Feb  8 21:15:28 2014	(r343389)
+++ head/audio/espeak/Makefile	Sat Feb  8 21:19:56 2014	(r343390)
@@ -33,7 +33,6 @@ MAKE_ENV+=	PTHREAD_CFLAGS="${PTHREAD_CFL
 
 CXXFLAGS+=	-I${LOCALBASE}/include
 USES=		gmake
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 USE_ZIP=	yes
 
@@ -66,5 +65,7 @@ post-patch:
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libespeak.so*
 
 .include <bsd.port.mk>



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