Date: Mon, 15 Oct 2018 09:47:36 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482113 - head/math/cddlib Message-ID: <20181015074736.2bvk7zmefzywh73m@atuin.in.mat.cc> In-Reply-To: <201810142041.w9EKfXg6043264@repo.freebsd.org> References: <201810142041.w9EKfXg6043264@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--zbn5nr7mueix25tm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 14, 2018 at 08:41:33PM +0000, Fernando Apestegu=EDa wrote: > Author: fernape > Date: Sun Oct 14 20:41:33 2018 > New Revision: 482113 > URL: https://svnweb.freebsd.org/changeset/ports/482113 >=20 > Log: > math/cddlib: strip .so objects > =20 > Reported by: mat@ >=20 > Modified: > head/math/cddlib/Makefile >=20 > Modified: head/math/cddlib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D cddlib > PORTVERSION=3D 0.94j > -PORTREVISION=3D 1 > +PORTREVISION=3D 2 > CATEGORIES=3D math > =20 > MAINTAINER=3D 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 Mmmm, first, no need to add a post-install, just put the STRIP command with the installation commands. Then, I assumed from the COPYTREE_* macros that there was a hierachy of files being installed. If not the case, maybe using INSTALL_LIB would be preferable. --=20 Mathieu Arnold --zbn5nr7mueix25tm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlvERhdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkjSfw//Q/1JxnDyBpVA83vHla0nMt7G+/Sl/hg2bK+6kb+bamAvJ1qhZltV18Kq YfGCLdUu/7JzGRrbSR8Mk5GUbrl7fuxhWuAC46qWg9SwHDKUh6bKSP0fCWlFNKcV AROH+bIloDr+slO5wDp11RdSiBvMyMROZGbkyeaRbEFrThtKylglKCGxDLMHpoLp mrBlrBKmh9KxJRswSfD0c0Z05X0eP7Dt4SFs4OzKoc50Ib/Q4nzY/gED7bB27/Jl yl4pw8bRBITVez6gdXJXLQ7AuP726BmTk56mhT5sXSvBL8Oa8Fh4acUERRwbaktH qYbgZrAdEyV8fSEXzxv/fy+Q936bdhC9scwTJbKx6O0N7o4qKKXCUU+Dm4y6GPcG O3r2Quo8ZH8k8cUEcKkN/lbTx1U2UMC2T9wGNu5HIMmQdn32HDOxNqsTK1850grG 9h4OF27fyp6m5f/lBNwVfRr1MdEotzjZ8PTr5B5vpBy9Hhkut4bFmcbW3rqCCc7x U2TxC1NC5HqxSLyfAs92C2eOT/aIYquWyPPTsurM+kXVHgcteH5JaEWkeF0ZzzCL EIU6pxRNOo9osIu7BY+7ayKcIAmxepQ7KTdIp09IeI51iqLf0dWmOtoBsiHPK3O7 WSmbCKDE9i2TrO50XRjMtkZiLEXffvSmIqlzuSJajb7O6A35nvU= =MpP4 -----END PGP SIGNATURE----- --zbn5nr7mueix25tm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181015074736.2bvk7zmefzywh73m>