From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 16:49:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A5FD47C; Sun, 9 Mar 2014 16:49:14 +0000 (UTC) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE6FCE3; Sun, 9 Mar 2014 16:49:14 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uz6so6125970obc.13 for ; Sun, 09 Mar 2014 09:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oxRmbEg81HHSNgW7gdfalOoy/L1PG7q33cDhKoQ8Kak=; b=EWuoGyU3xZwlCcT6r4d2pnyPW3Jf8WNO7nK43DUNRy9k1CPLC/bWrAaNduQ0SpOp03 Sttuc1u5KwKJ+BaF5IiAWMAFdRBQ/3AknLzdjxy/J/n/gJqs1+Dxc0h+bkrj/MfOgx/j gpHn47zb9Cj1wVl3Vh2fMrGzL6Z/oDgwk9vLClVUbtxo8wU0uK+1DcQ6iYJCRYjzsADy b0pHOtEfX3u8BX2SM6goA8vQesHSKas/sPCxp6Di8JliGf0rdWy6C6qGnoQWDc5e2RXz WpTuPhOg26K3as1DdKXEVVtl5EHPNq3R4OGEQYFYYj/b4hO7DqhDM/OGkQSLKIQ3wb7F 0n0w== MIME-Version: 1.0 X-Received: by 10.60.45.105 with SMTP id l9mr1554758oem.53.1394383753529; Sun, 09 Mar 2014 09:49:13 -0700 (PDT) Received: by 10.182.52.193 with HTTP; Sun, 9 Mar 2014 09:49:13 -0700 (PDT) In-Reply-To: References: <201403091126.s29BQJm6010911@svn.freebsd.org> <78A893C4-2C20-4009-925A-E44AE397B2BD@gmail.com> Date: Sun, 9 Mar 2014 20:49:13 +0400 Message-ID: Subject: Re: svn commit: r347563 - head/misc/ossp-uuid From: Andrej Zverev To: Vasil Dimov Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "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:49:14 -0000 On Sun, Mar 9, 2014 at 8:41 PM, Vasil Dimov wrote: > 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 +%%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz from ports/187387 > >> 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=1 > 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? > You don't need blind trust for some commands :-) I send you PR ports/187396 Thank you!