svn commit: r345633 - in head/databases/p5-qdbm: . files

Andrej Zverev az at FreeBSD.org
Sat Feb 22 13:06:44 UTC 2014


Author: az
Date: Sat Feb 22 13:06:43 2014
New Revision: 345633
URL: http://svnweb.freebsd.org/changeset/ports/345633
QAT: https://qat.redports.org/buildarchive/r345633/

Log:
  - fix build for fbsd 10.0 (respect CC)
  - add stage support and fix pkg-plist

Added:
  head/databases/p5-qdbm/files/
  head/databases/p5-qdbm/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/databases/p5-qdbm/Makefile
  head/databases/p5-qdbm/pkg-plist

Modified: head/databases/p5-qdbm/Makefile
==============================================================================
--- head/databases/p5-qdbm/Makefile	Sat Feb 22 13:05:20 2014	(r345632)
+++ head/databases/p5-qdbm/Makefile	Sat Feb 22 13:06:43 2014	(r345633)
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	p5-
 COMMENT=	Perl API for QDBM
 
 SLAVEPORT=	perl
-USES=		perl5
+USES=		perl5 shebangfix
 
 MASTERDIR=	${.CURDIR}/../../databases/qdbm
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl
@@ -14,7 +14,8 @@ PLIST=		${.CURDIR}/pkg-plist
 DESCR=		${.CURDIR}/pkg-descr
 PATCHDIR=	${.CURDIR}/files
 
+SHEBANG_FILES=	mypldoc curia/plcrtest depot/pldptest villa/plvltest
+
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Added: head/databases/p5-qdbm/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-qdbm/files/patch-Makefile.in	Sat Feb 22 13:06:43 2014	(r345633)
@@ -0,0 +1,15 @@
+--- ./Makefile.in.orig	2014-02-22 20:37:23.684230972 +0400
++++ ./Makefile.in	2014-02-22 20:37:32.400230373 +0400
+@@ -25,10 +25,10 @@
+ DESTDIR =
+ 
+ # Building binaries
+-CC = gcc
++CC ?= gcc
+ INC = -I. -I../.. -I$(HOME)/include -I/usr/local/include
+ OPTIMIZE = -O2
+-LD = gcc
++LD ?= gcc
+ LIBS = -L../.. -I$(HOME)/lib -L/usr/local/lib -lqdbm @LIBS@
+ RUNENV = LD_LIBRARY_PATH=.:..:../..:/usr/local/lib:$(HOME)/lib
+ 

Modified: head/databases/p5-qdbm/pkg-plist
==============================================================================
--- head/databases/p5-qdbm/pkg-plist	Sat Feb 22 13:05:20 2014	(r345632)
+++ head/databases/p5-qdbm/pkg-plist	Sat Feb 22 13:06:43 2014	(r345633)
@@ -1,7 +1,6 @@
 bin/plcrtest
 bin/pldptest
 bin/plvltest
-lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Curia.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Depot.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Villa.pm


More information about the svn-ports-head mailing list