From owner-svn-ports-head@FreeBSD.ORG Sun Mar 9 13:25:21 2014 Return-Path: Delivered-To: svn-ports-head@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 B6C47DAE; Sun, 9 Mar 2014 13:25:21 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9A93971; Sun, 9 Mar 2014 13:25:20 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id 10so4010005lbg.11 for ; Sun, 09 Mar 2014 06:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=WRRjD1IV7uwf9RUNDcOaH0/zqJt2SzhhuFr2dYpYSkQ=; b=ka+dLiFn09/roDk0RzoMYFY2yNNeja6+gqTUdn8x2Wjns7tfyHB+bKBXarWIlYFmYd heJuxcvum/u0bakaWqoQz41X/sQk2Urv7anoaBo+trCYdE2lyFOCWFOK6FoLJrXBL6Hb KTs7tjHwuIS4t1xq6Ak64EFgSM2D0EXlTRlq+h/2XW2DBqY+jEp+cm7RBy2dEJOYzxik a7MSRaNUrGCbFaSGWBlv9Nq9mtT6hDI5q8yG1AoRKcnxILXvshpUeftfG5+hOaHvvwhS 3pqdaJmcMKcuhQWVk/YhgNe85mEuN9h0UoV4H/JVZtdxIM/7mOYQ7clwHOr/N/xelIRW 32CQ== X-Received: by 10.112.205.5 with SMTP id lc5mr2206258lbc.40.1394371518757; Sun, 09 Mar 2014 06:25:18 -0700 (PDT) Received: from [10.230.30.85] ([83.149.8.141]) by mx.google.com with ESMTPSA id wv4sm9056349lbb.10.2014.03.09.06.25.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Mar 2014 06:25:17 -0700 (PDT) References: <201403091126.s29BQJm6010911@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201403091126.s29BQJm6010911@svn.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Message-Id: <78A893C4-2C20-4009-925A-E44AE397B2BD@gmail.com> X-Mailer: iPhone Mail (11B651) From: Andrej Zverev Subject: Re: svn commit: r347563 - head/misc/ossp-uuid Date: Sun, 9 Mar 2014 17:25:03 +0400 To: Vasil Dimov Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 13:25:21 -0000 In original patch pkg-plist was correct. You now trying to remove directorie= s which belong to lang/perl but not to your port. > On 09 =CD=C1=D2=D4=C1 2014 =C7., at 15:26, Vasil Dimov wr= ote: >=20 > Author: vd > Date: Sun Mar 9 11:26:18 2014 > New Revision: 347563 > URL: http://svnweb.freebsd.org/changeset/ports/347563 > QAT: https://qat.redports.org/buildarchive/r347563/ >=20 > Log: > misc/ossp-uuid: fix perl binding, patch based on [1] >=20 > PR: ports/187387 [1] > Submitted by: culot@ >=20 > Modified: > head/misc/ossp-uuid/Makefile > head/misc/ossp-uuid/pkg-plist >=20 > Modified: head/misc/ossp-uuid/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/misc/ossp-uuid/Makefile Sun Mar 9 10:23:40 2014 (r347562) > +++ head/misc/ossp-uuid/Makefile Sun Mar 9 11:26:18 2014 (r347563) > @@ -3,7 +3,7 @@ >=20 > PORTNAME=3D uuid > PORTVERSION=3D 1.6.2 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D misc devel > MASTER_SITES=3D ${MASTER_SITE_OSSP} > MASTER_SITE_SUBDIR=3D lib/${PORTNAME} > @@ -12,7 +12,7 @@ PKGNAMEPREFIX=3D ossp- > MAINTAINER=3D vd@FreeBSD.org > COMMENT=3D ISO-C & Perl API and CLI for generating Universally Unique I= dentifiers >=20 > -CONFLICTS=3D e2fsprogs-libuuid-[0-9]* > +#CONFLICTS=3D e2fsprogs-libuuid-[0-9]* >=20 > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > @@ -20,12 +20,15 @@ CONFIGURE_ARGS=3D --disable-shared --enabl > --includedir=3D${PREFIX}/include/ossp >=20 > .if defined(WITH_PERL) > +MAKE_JOBS_UNSAFE=3D yes > USES+=3D perl5 > CONFIGURE_ENV+=3D PERL=3D${PERL5} > -CONFIGURE_ARGS+=3D --with-perl > +CONFIGURE_ARGS+=3D--with-perl > +# Without WITH_PERL=3Dyes in uuid's make args it could pick WITH_PERL=3D1= if > +# somebody has run "make WITH_PERL=3D1" in the port's directory, then its= check > +# whether WITH_PERL is set to "yes" would fail. > +MAKE_ARGS+=3D WITH_PERL=3Dyes > PLIST_SUB+=3D WITH_PERL=3D'' > -MAN3=3D OSSP::uuid.3 > -MAN3PREFIX=3D ${PREFIX}/lib/perl5/${PERL_VER} > .else > PLIST_SUB+=3D WITH_PERL=3D'@comment ' > .endif > @@ -36,6 +39,10 @@ PLIST_SUB+=3D WITH_PERL=3D'@comment ' > CFLAGS+=3D -fPIC -DPIC > .endif >=20 > +post-patch: > + ${REINPLACE_CMD} -e 's/\(libuuid\\*\.\)la/\1a/g' \ > + ${WRKSRC}/perl/Makefile.PL > + > regression-test: test >=20 > test: build >=20 > Modified: head/misc/ossp-uuid/pkg-plist > =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/misc/ossp-uuid/pkg-plist Sun Mar 9 10:23:40 2014 (r347562)= > +++ head/misc/ossp-uuid/pkg-plist Sun Mar 9 11:26:18 2014 (r347563)= > @@ -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 >=20