svn commit: r481998 - head/math/cddlib

Fernando Apesteguía fernape at freebsd.org
Sun Oct 14 20:43:40 UTC 2018


On Sat, Oct 13, 2018 at 10:53 PM Mathieu Arnold <mat at freebsd.org> wrote:
>
> 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.

Fixed in r481998.

Thanks!


>
> --
> Mathieu Arnold


More information about the svn-ports-all mailing list