Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2007 19:20:24 +0200 (CEST)
From:      Erwin Lansing <erwin@bamse.staff.tdk.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113166: databases/p5-Class-DBI-Pg - remove 4.x workaround 
Message-ID:  <200705301720.l4UHKOdS015321@bamse.staff.tdk.net>
Resent-Message-ID: <200705301730.l4UHU6aD007224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705301720.l4UHKOdS015321>