Date: Sun, 14 Oct 2018 20:43:18 +0200 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r481998 - head/math/cddlib Message-ID: <CAGwOe2YqirAZ9=uRGHF-yX0BVBmmpKQqPrwn6DW5cckKTmjNCA@mail.gmail.com> In-Reply-To: <20181013205310.vtzqwmhnajpritxg@atuin.in.mat.cc> References: <201810131745.w9DHjgup008982@repo.freebsd.org> <20181013205310.vtzqwmhnajpritxg@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 13, 2018 at 10:53 PM Mathieu Arnold <mat@freebsd.org> wrote: > > On Sat, Oct 13, 2018 at 05:45:42PM +0000, Fernando Apestegu=C3=ADa 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 > > =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 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=3D cddlib > > PORTVERSION=3D 0.94j > > +PORTREVISION=3D 1 > > CATEGORIES=3D math > > > > MAINTAINER=3D phascolarctos@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}${PREF= IX}/lib '-name *\.so*' > > + cd ${WRKSRC}/lib-src/.libs && ${COPYTREE_SHARE} . ${STAGEDIR}${PR= EFIX}/lib '-name *\.so*' > > The thing is, now they are not stripped any more. Fixed in r481998. Thanks! > > -- > Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2YqirAZ9=uRGHF-yX0BVBmmpKQqPrwn6DW5cckKTmjNCA>