Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 20:51:22 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, lbr@FreeBSD.org
Subject:   ports/101708: [PATCH] databases/p5-DBIx-Class: Fix PERL_MODBUILD problem
Message-ID:  <20060809125122.71EE5220@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608091300.k79D0S1G011264@freefall.freebsd.org>

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

>Number:         101708
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class: Fix PERL_MODBUILD problem
>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 13:00:27 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 (lbr@FreeBSD.org) is cc'd.

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

--- p5-DBIx-Class-0.07000_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-DBIx-Class/Makefile /home/staff/gslin/work/p5-DBIx-Class/Makefile
--- /usr/ports/databases/p5-DBIx-Class/Makefile	Sun Jul 23 17:39:46 2006
+++ /home/staff/gslin/work/p5-DBIx-Class/Makefile	Wed Aug  9 20:50:56 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	DBIx-Class
 PORTVERSION=	0.07000
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBIx
@@ -15,7 +16,7 @@
 MAINTAINER=	lbr@FreeBSD.org
 COMMENT=	Extensible and flexible object <-> relational mapper
 
-BUILD_DEPENDS=	p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
+RUN_DEPENDS=	p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
 		p5-SQL-Abstract>=1.20:${PORTSDIR}/databases/p5-SQL-Abstract \
 		p5-SQL-Abstract-Limit>=0.101:${PORTSDIR}/databases/p5-SQL-Abstract-Limit \
 		p5-Class-C3>=0.11:${PORTSDIR}/devel/p5-Class-C3 \
@@ -24,7 +25,7 @@
 		p5-DBI>=1.40:${PORTSDIR}/databases/p5-DBI \
 		p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
 		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-DBIx-Class-0.07000_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?20060809125122.71EE5220>