Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 20:41:33 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482113 - head/math/cddlib
Message-ID:  <201810142041.w9EKfXg6043264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Sun Oct 14 20:41:33 2018
New Revision: 482113
URL: https://svnweb.freebsd.org/changeset/ports/482113

Log:
  math/cddlib: strip .so objects
  
  Reported by:	mat@

Modified:
  head/math/cddlib/Makefile

Modified: head/math/cddlib/Makefile
==============================================================================
--- head/math/cddlib/Makefile	Sun Oct 14 20:17:25 2018	(r482112)
+++ head/math/cddlib/Makefile	Sun Oct 14 20:41:33 2018	(r482113)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cddlib
 PORTVERSION=	0.94j
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	phascolarctos@protonmail.ch
@@ -47,5 +47,8 @@ post-install-MANUAL-on:
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} "examples*" ${STAGEDIR}${EXAMPLESDIR}
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 
 .include <bsd.port.mk>



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