From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 16:41:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEE3C1EA; Sun, 9 Mar 2014 16:41:23 +0000 (UTC) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F88FC48; Sun, 9 Mar 2014 16:41:23 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id v1so1566726yhn.28 for ; Sun, 09 Mar 2014 09:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=dPE0QIkjiNGbhW5xtU8hCG+GDaembiZqKyV9LCGIOyQ=; b=pO2VOtK2BReDIQV/i1WkE/f6FMjW2qxTkOCGYAXF+NTkvNsqzQY2/jPNHhzDwnkV9O UoFHxYbinvvB/wQrUKikqIy6v0MldEj9IOn2X5XrKYJ7ZZUVVlk66SeeHURmLir1MuVK bICZkR0xLhIYjAfmMFEELrCKO8bV0O4/4mbrU6s4vylOnA8L5vs4MJaQ7MBMIHgdzDGT uX3ZhDVNU034oKXgowErl+p07LZ+YX7QY/X9nRSf82aSmVg6+w2odVKofw1ikQUg8gki Orxu8LHSgfXEcDX+GvAKAWW7Z3w3l1YMzTlG65wMUgq3gs0iwnF+B0NtUZyBqjcJ4h98 zWjg== MIME-Version: 1.0 X-Received: by 10.236.43.9 with SMTP id k9mr39133631yhb.51.1394383282535; Sun, 09 Mar 2014 09:41:22 -0700 (PDT) Sender: vasild@gmail.com Received: by 10.170.216.6 with HTTP; Sun, 9 Mar 2014 09:41:22 -0700 (PDT) In-Reply-To: <78A893C4-2C20-4009-925A-E44AE397B2BD@gmail.com> References: <201403091126.s29BQJm6010911@svn.freebsd.org> <78A893C4-2C20-4009-925A-E44AE397B2BD@gmail.com> Date: Sun, 9 Mar 2014 18:41:22 +0200 X-Google-Sender-Auth: zkjL94Is7a0C3PHNaVedUw2pETQ Message-ID: Subject: Re: svn commit: r347563 - head/misc/ossp-uuid From: Vasil Dimov To: Andrej Zverev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-ports-head@freebsd.org" , Vasil Dimov , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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, 09 Mar 2014 16:41:23 -0000 On 9 March 2014 15:25, Andrej Zverev wrote: > In original patch pkg-plist was correct. No, it was not because it did not contain e.g. %%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz > You now trying to remove directories which belong to lang/perl but not to= your port. I added those because they were listed by "make WITH_PERL=3D1 check-orphans" and I also found other ports that do that: find /usr/ports/ -mindepth 3 -maxdepth 3 -name pkg-plist |xargs grep '@dirrmtry %%SITE_PERL%%$' find /usr/ports/ -mindepth 3 -maxdepth 3 -name pkg-plist |xargs grep '@dirrmtry lib/perl5' I assume that those should be removed now since you sent this email. Should %%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod.gz be removed from misc/ossp-uuid/pkg-plist too? >> On 09 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2014 =D0=B3., at 15:26, Vasil Dimov= wrote: [...] >> --- head/misc/ossp-uuid/pkg-plist Sun Mar 9 10:23:40 2014 (r34756= 2) >> +++ head/misc/ossp-uuid/pkg-plist Sun Mar 9 11:26:18 2014 (r34756= 3) >> @@ -5,7 +5,9 @@ include/ossp/uuid++.hh >> lib/libuuid.a >> lib/libuuid++.a >> lib/libuuid++.la >> +%%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod.gz >> libdata/pkgconfig/uuid.pc >> +%%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz >> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm >> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pod >> %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid/.packlist >> @@ -14,4 +16,17 @@ libdata/pkgconfig/uuid.pc >> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid >> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP >> %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/OSSP >> +%%WITH_PERL%%@dirrmtry %%PERL5_MAN3%% >> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto >> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% >> +%%WITH_PERL%%@dirrmtry %%SITE_PERL%% >> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/man >> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/%%PERL_ARCH%% >> +%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%% >> +%%WITH_PERL%%@dirrmtry lib/perl5/site_perl >> +%%WITH_PERL%%@dirrmtry lib/perl5 >> +man/man1/uuid-config.1.gz >> +man/man1/uuid.1.gz >> +man/man3/uuid++.3.gz >> +man/man3/uuid.3.gz >> @dirrmtry include/ossp