From owner-svn-ports-all@freebsd.org Sun Oct 14 20:43:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D04CF10BEAE4; Sun, 14 Oct 2018 20:43:39 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4956D73617; Sun, 14 Oct 2018 20:43:39 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-lj1-f177.google.com with SMTP id u21-v6so15620451lja.8; Sun, 14 Oct 2018 13:43:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Fj0XuyCpYYzq/AdQUyyHoSDilaRq+qE3ZiwQE1HlO3s=; b=kUK2ZS5Ksp4nX2wa+SAdyDuMy1KIdr8OdVagEGemonDRQj/zquaPv1/gDmM91H+Z94 cXmJnbT4Fg8i+wUe6QLlUzRet8Y6o3XWjZ2W2onjxy/ta1jHAKhTrPCzWdDHGwUsqwQA zEfGuMTZdMO89be8wzKNztDjIDz5OXehGuiYaM0YSxeADnAdcvwUyIWWM6w4Xoq8IrdH 9oVm6vYtq/bFMyF+bzI87H5Ejou0R7j5ZcE2APMBmrWE4oREUFI8vTcZQZNFcFxXqyYn ccQsOT4nw5tTxh2/bj26cG5ABOzVY3JGg2Sb177F6ZzVHE+95IMKKe6tjUBLOukc9zZu Ns6g== X-Gm-Message-State: ABuFfoghFTE4xCkOwjZkFK/mCCkSSX1E0N1C5Jo+oYsJfqKeK0JNV6Vb nMMiEtoS8tO4d1zB2pNkisPrIqAXcJ0= X-Google-Smtp-Source: ACcGV61bTZYpjcn0j44+ZhjlU1Co4h/QGspncC1RkzXvCrvzxI6nTc5ET7IFLycl0xf9hBeJq29HJQ== X-Received: by 2002:a2e:908:: with SMTP id 8-v6mr8819694ljj.1.1539549811547; Sun, 14 Oct 2018 13:43:31 -0700 (PDT) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com. [209.85.208.181]) by smtp.gmail.com with ESMTPSA id n195-v6sm1704182lfb.26.2018.10.14.13.43.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Oct 2018 13:43:30 -0700 (PDT) Received: by mail-lj1-f181.google.com with SMTP id o14-v6so15658026ljj.2; Sun, 14 Oct 2018 13:43:30 -0700 (PDT) X-Received: by 2002:a2e:8514:: with SMTP id j20-v6mr9713240lji.111.1539549810474; Sun, 14 Oct 2018 13:43:30 -0700 (PDT) MIME-Version: 1.0 References: <201810131745.w9DHjgup008982@repo.freebsd.org> <20181013205310.vtzqwmhnajpritxg@atuin.in.mat.cc> In-Reply-To: <20181013205310.vtzqwmhnajpritxg@atuin.in.mat.cc> From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Sun, 14 Oct 2018 20:43:18 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r481998 - head/math/cddlib To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 20:43:40 -0000 On Sat, Oct 13, 2018 at 10:53 PM Mathieu Arnold 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