Date: Sat, 19 Oct 2013 20:01:20 +0200 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: lemke@lemke-it.com Subject: ports/183108: [patch update] databases/p5-DBD-cego Message-ID: <E1VXaq0-000HZ2-Vf@f10.opsec.eu> Resent-Message-ID: <201310191810.r9JIA0mM034474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183108 >Category: ports >Synopsis: [patch update] databases/p5-DBD-cego >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 19 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-BETA1 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 22:55:05 CEST 2013 pi@f10.opsec.eu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix for compile, staging >How-To-Repeat: - >Fix: 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-19 19:56:10.000000000 +0200 @@ -24,9 +24,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/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-19 19:59:11.000000000 +0200 @@ -1,7 +1,18 @@ +lib/perl5/5.18/man/man3/DBD::Cego.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Cego.pm %%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 +@dirrmtry lib/perl5 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VXaq0-000HZ2-Vf>