From vivek@lorax.kcilink.com  Wed May  3 18:06:04 2006
Return-Path: <vivek@lorax.kcilink.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2633F16A405
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 May 2006 18:06:04 +0000 (UTC)
	(envelope-from vivek@lorax.kcilink.com)
Received: from lorax.kcilink.com (lorax.kciLink.com [206.112.95.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF24743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 May 2006 18:06:03 +0000 (GMT)
	(envelope-from vivek@lorax.kcilink.com)
Received: from localhost (localhost [127.0.0.1])
	by lorax.kcilink.com (Postfix) with ESMTP id 1599511460
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 May 2006 14:06:03 -0400 (EDT)
Received: from lorax.kcilink.com ([127.0.0.1])
	by localhost (lorax.kcilink.com [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id unmr+yNO5YQe for <FreeBSD-gnats-submit@freebsd.org>;
	Wed,  3 May 2006 14:06:01 -0400 (EDT)
Received: by lorax.kcilink.com (Postfix, from userid 120)
	id E0C4E11708; Wed,  3 May 2006 14:06:01 -0400 (EDT)
Message-Id: <20060503180601.E0C4E11708@lorax.kcilink.com>
Date: Wed,  3 May 2006 14:06:01 -0400 (EDT)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: register missing depend for databases/slony1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96721
>Category:       ports
>Synopsis:       register missing depend for databases/slony1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 03 18:10:15 GMT 2006
>Closed-Date:    Thu May 04 09:03:24 GMT 2006
>Last-Modified:  Thu May 04 09:03:24 GMT 2006
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Thu May 4 09:02:52 UTC 2006 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=96721 
>Unformatted:
