ports/113163: databases/postgresql_autodoc - remove 4.x workaround
Erwin Lansing
erwin at FreeBSD.org
Wed May 30 17:20:04 UTC 2007
>Number: 113163
>Category: ports
>Synopsis: databases/postgresql_autodoc - 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:20:03 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:
--- autodoc.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql_autodoc/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile 28 Jan 2007 21:28:42 -0000 1.22
+++ Makefile 30 May 2007 16:44:40 -0000
@@ -14,16 +14,9 @@
MAINTAINER= olgeni at FreeBSD.org
COMMENT= Automatic documentation generator for postgresql databases
-.include <bsd.port.pre.mk>
-
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
- ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
-
-.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
+ ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
+ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -32,4 +25,4 @@
WRKSRC= ${WRKDIR}/postgresql_autodoc
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- autodoc.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list