ports/113165: textproc/openfts

Erwin Lansing erwin at bamse.staff.tdk.net
Wed May 30 17:20:05 UTC 2007


>Number:         113165
>Category:       ports
>Synopsis:       textproc/openfts
>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:04 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:

	

--- openfts.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/openfts/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	24 May 2005 19:48:50 -0000	1.10
+++ Makefile	30 May 2007 17:17:04 -0000
@@ -16,7 +16,8 @@
 COMMENT=	Open Source Full Text Search engine
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes	\
-		${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql-contrib
+		${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql-contrib \
+		${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
 
 PERL_CONFIGURE=	yes
 
@@ -31,12 +32,6 @@
 .if !defined(NOPORTDOCS)
 PORTDOCS=	Changes INSTALL README primer.html
 
-.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
-.else
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
-.endif	# ${PERL_LEVEL} < 500600
-
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
 	${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
--- openfts.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list