ports/113166: databases/p5-Class-DBI-Pg - remove 4.x workaround
Erwin Lansing
erwin at bamse.staff.tdk.net
Wed May 30 17:30:06 UTC 2007
>Number: 113166
>Category: ports
>Synopsis: databases/p5-Class-DBI-Pg - remove 4.x workaround
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed May 30 17:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Erwin Lansing
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD bamse.staff.tdk.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Dec 13 13:18:58 CET 2006 root at bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Perl 5.005_03 is no longer supported, so remove workaround for
DBI and DBD::Pg
>How-To-Repeat:
>Fix:
--- classdbipg.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-Class-DBI-Pg/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 14 Jul 2006 10:52:58 -0000 1.10
+++ Makefile 30 May 2007 17:19:15 -0000
@@ -15,14 +15,8 @@
MAINTAINER= mat at FreeBSD.org
COMMENT= Extensions to Class::DBI for PostgreSQL
-.include <bsd.port.pre.mk>
-
-BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
-.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
-.endif
+BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
+ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
@@ -38,4 +32,4 @@
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- classdbipg.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list