Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 13:41:52 -0800 (PST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org
Subject:   ports/121447: [PATCH] graphics/p5-GD-Graph: allow package build on perl-5.6.2
Message-ID:  <200803062141.m26Lfqku059662@db1.leeym.com>
Resent-Message-ID: <200803062150.m26Lo0l4030654@freefall.freebsd.org>

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

>Number:         121447
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-GD-Graph: allow package build on perl-5.6.2
>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:   Thu Mar 06 21:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- use CPAN macro
- allow port build on old perl (5.6.2)
- remove no-longer-use post-patch target

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

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

--- p5-GD-Graph-1.44_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD-Graph/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	8 Sep 2007 01:00:07 -0000	1.20
+++ Makefile	6 Mar 2008 21:38:38 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	1.44
 PORTREVISION=	1
 CATEGORIES=	graphics perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Test/BWARFIELD
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	GDGraph-${DISTVERSION}
 
@@ -21,7 +20,7 @@
 		${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	5.8.0+
+PERL_CONFIGURE=	yes
 
 MAN3=		GD::Graph.3 \
 		GD::Graph::Data.3 \
@@ -30,7 +29,4 @@
 		GD::Graph::colour.3 \
 		GD::Graph::hbars.3
 
-post-patch:
-	@${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
-
 .include <bsd.port.mk>
--- p5-GD-Graph-1.44_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?200803062141.m26Lfqku059662>