svn commit: r481998 - head/math/cddlib
Mathieu Arnold
mat at FreeBSD.org
Sat Oct 13 20:53:14 UTC 2018
On Sat, Oct 13, 2018 at 05:45:42PM +0000, Fernando Apesteguía wrote:
> Author: fernape
> Date: Sat Oct 13 17:45:42 2018
> New Revision: 481998
> URL: https://svnweb.freebsd.org/changeset/ports/481998
>
> Log:
> math/cddlib: Fix permissions for .so files
>
> * Use COPYTREE_SHARE instead of COPYTREE_BIN
> * Bump PORTREVISION
>
> Reported by: adamw@
> Approved by: tcberner (mentor, implicit)
>
> Modified:
> head/math/cddlib/Makefile
>
> Modified: head/math/cddlib/Makefile
> ==============================================================================
> --- head/math/cddlib/Makefile Sat Oct 13 17:00:23 2018 (r481997)
> +++ head/math/cddlib/Makefile Sat Oct 13 17:45:42 2018 (r481998)
> @@ -2,6 +2,7 @@
>
> PORTNAME= cddlib
> PORTVERSION= 0.94j
> +PORTREVISION= 1
> CATEGORIES= math
>
> MAINTAINER= phascolarctos at protonmail.ch
> @@ -33,7 +34,7 @@ pre-build-MANUAL-off:
> do-install:
> ${MKDIR} ${STAGEDIR}${HEADERSDIR}
> cd ${WRKSRC}/src/.libs && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin
> - cd ${WRKSRC}/lib-src/.libs && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib '-name *\.so*'
> + cd ${WRKSRC}/lib-src/.libs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib '-name *\.so*'
The thing is, now they are not stripped any more.
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20181013/418980f1/attachment.sig>
More information about the svn-ports-head
mailing list