svn commit: r387453 - head/lang/bigloo

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 26 00:16:57 UTC 2015


Author: amdmi3
Date: Tue May 26 00:16:56 2015
New Revision: 387453
URL: https://svnweb.freebsd.org/changeset/ports/387453

Log:
  - Strip libraries

Modified:
  head/lang/bigloo/Makefile

Modified: head/lang/bigloo/Makefile
==============================================================================
--- head/lang/bigloo/Makefile	Tue May 26 00:13:19 2015	(r387452)
+++ head/lang/bigloo/Makefile	Tue May 26 00:16:56 2015	(r387453)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bigloo
 PORTVERSION=	4.1a.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang scheme
 MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
 DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
@@ -86,6 +86,8 @@ post-patch:
 		${REINPLACE_CMD} -e '/LDFLAGS=/s|export|true|g'
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/bigloo/4.1a/*.so \
+		${STAGEDIR}${PREFIX}/lib/bigloo/4.1a/bmem/bmem.so
 .for i in bglafile bgldepend bgljfile bglmake bglmco bglpp bglprof bgltags \
 	bigloo
 	(cd ${WRKSRC}/manuals && ${INSTALL_MAN} ${i}.man \


More information about the svn-ports-all mailing list