ports/96721: register missing depend for databases/slony1

Vivek Khera vivek at khera.org
Wed May 3 18:10:30 UTC 2006


>Number:         96721
>Category:       ports
>Synopsis:       register missing depend for databases/slony1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 03 18:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 6.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 6.0-RELEASE-p7 FreeBSD 6.0-RELEASE-p7 #5: Wed Apr 19 12:35:50 EDT 2006 vivek at lorax.kcilink.com:/u/lorax1/usr6/obj.i386/n/lorax1/usr6/src/sys/KCI32SMP i386


	
>Description:
	

when perl tools option enabled, port failed to specify dependency on DBD::Pg
perl module, which is necesary to configure and run the scripts.

>How-To-Repeat:
	
>Fix:

	


diff -Pru slony1/Makefile slony1.new/Makefile
--- slony1/Makefile	Tue Feb  7 16:36:50 2006
+++ slony1.new/Makefile	Wed May  3 13:59:56 2006
@@ -33,8 +33,10 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PERLTOOLS)
-USE_PERL5_RUN=	yes
+USE_PERL=	yes
 CONFIGURE_ARGS+=	--with-perltools=${LOCALBASE}/sbin
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
 PLIST_SUB+=	PERLTOOLS=""
 SUB_LIST+=	PERLTOOLS=""
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list