ports/183108: [patch update] databases/p5-DBD-cego

Kurt Jaeger fbsd-ports at opsec.eu
Sat Oct 19 18:10:01 UTC 2013


>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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at dirrmtry %%SITE_PERL%%
+ at dirrmtry lib/perl5/site_perl/5.18/mach/auto
+ at dirrmtry lib/perl5/site_perl/5.18
+ at dirrmtry lib/perl5/site_perl
+ at dirrmtry lib/perl5/5.18/man/man3
+ at dirrmtry lib/perl5/5.18/man
+ at dirrmtry lib/perl5/5.18
+ at dirrmtry lib/perl5

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list