From owner-freebsd-perl@FreeBSD.ORG Sun Oct 20 17:10:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.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 ESMTP id 7C8F28A9 for ; Sun, 20 Oct 2013 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A92E2373 for ; Sun, 20 Oct 2013 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KHA1Ej057715 for ; Sun, 20 Oct 2013 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9KHA1l4057714; Sun, 20 Oct 2013 17:10:01 GMT (envelope-from gnats) Date: Sun, 20 Oct 2013 17:10:01 GMT Message-Id: <201310201710.r9KHA1l4057714@freefall.freebsd.org> To: perl@FreeBSD.org From: Kurt Jaeger Subject: Re: ports/183108: [patch update] databases/p5-DBD-cego X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 17:10:01 -0000 The following reply was made to PR ports/183108; it has been noted by GNATS. From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Kurt Jaeger Subject: Re: ports/183108: [patch update] databases/p5-DBD-cego Date: Sun, 20 Oct 2013 19:01:12 +0200 Hi! > http://www.freebsd.org/cgi/query-pr.cgi?pr=183108 New patch, which also includes update to 1.2.7. ---------- diff -r -u -N databases/p5-DBD-cego/Makefile /usr/home/pi/myp/databases/p5-DBD-cego/Makefile --- databases/p5-DBD-cego/Makefile 2013-10-01 21:14:15.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/Makefile 2013-10-20 18:59:14.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/p5-DBD-cego/Makefile 327717 2013-09-20 16:13:47Z bapt $ PORTNAME= DBD-cego -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ RUN_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego +NO_STAGE= yes + .if defined(.PARSEDIR) USE_GMAKE= yes .endif @@ -24,9 +26,6 @@ USE_PERL5= configure CC:= ${CXX} -MAN3= DBD::Cego.3 - -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|fno-strict-aliasing|fno-strict-aliasing -fpermissive|g' ${WRKSRC}/Makefile diff -r -u -N databases/p5-DBD-cego/distinfo /usr/home/pi/myp/databases/p5-DBD-cego/distinfo --- databases/p5-DBD-cego/distinfo 2013-10-01 21:14:15.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/distinfo 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -SHA256 (DBD-cego-1.2.6.tar.gz) = d944addd62cb3c6bdc853269a7f645f99a7fa255113c7279c81e06313d4b98e9 -SIZE (DBD-cego-1.2.6.tar.gz) = 28192 diff -r -u -N databases/p5-DBD-cego/files/patch-makefile-pl /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl --- databases/p5-DBD-cego/files/patch-makefile-pl 2013-10-01 21:14:15.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl 2013-10-19 19:53:57.000000000 +0200 @@ -34,9 +34,9 @@ - 'OPTIMIZE' => '-O6 -DNDEBUG=1', + 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', + 'MYEXTLIB' => '-lcego -llfcxml -llfcbase', -+ 'CC' => 'g++', ++ 'CC' => 'clang++', + 'CCFLAGS' => '-O2 -pipe -fno-strict-aliasing -fpermissive', -+ 'LD' => 'g++ -L/usr/local/lib', ++ 'LD' => 'clang++ -L/usr/local/lib', + 'XSPROTOARG' => '-noprototypes', + 'OPTIMIZE' => '-O3 -DNDEBUG=1', 'XSOPT' => '-C++', diff -r -u -N databases/p5-DBD-cego/pkg-plist /usr/home/pi/myp/databases/p5-DBD-cego/pkg-plist --- databases/p5-DBD-cego/pkg-plist 2013-10-01 21:14:15.000000000 +0200 +++ /usr/home/pi/myp/databases/p5-DBD-cego/pkg-plist 2013-10-20 18:56:32.000000000 +0200 @@ -2,6 +2,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/Cego.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/Cego.so +%%SITE_PERL%%/%%PERL_ARCH%%/man/man3/DBD::Cego.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%% +@dirrmtry lib/perl5/site_perl/5.18/mach/auto +@dirrmtry lib/perl5/site_perl/5.18 +@dirrmtry lib/perl5/site_perl +@dirrmtry lib/perl5/5.18/man/man3 +@dirrmtry lib/perl5/5.18/man +@dirrmtry lib/perl5/5.18 -- pi@opsec.eu +49 171 3101372 7 years to go !