Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 20:46:11 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org, gslin@gslin.org
Subject:   ports/101704: [PATCH] databases/p5-Class-DBI-Pg: Fix PERL_MODBUILD dependency
Message-ID:  <20060809124611.74090220@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608091250.k79CoGwb010312@freefall.freebsd.org>

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

>Number:         101704
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Class-DBI-Pg: Fix PERL_MODBUILD dependency
>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 Aug 09 12:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Class-DBI-Pg-0.09_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-Class-DBI-Pg/Makefile /home/staff/gslin/work/p5-Class-DBI-Pg/Makefile
--- /usr/ports/databases/p5-Class-DBI-Pg/Makefile	Fri Jul 14 18:52:58 2006
+++ /home/staff/gslin/work/p5-Class-DBI-Pg/Makefile	Wed Aug  9 20:44:59 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	Class-DBI-Pg
 PORTVERSION=	0.09
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Class/DMAKI
@@ -17,13 +18,13 @@
 
 .include <bsd.port.pre.mk>
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
+RUN_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
+RUN_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
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
 .endif
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${BUILD_RUN}
 
 PERL_MODBUILD=	yes
 
--- p5-Class-DBI-Pg-0.09_1.patch ends here ---

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



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