Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 05:39:32 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, aaron@FreeBSD.org
Subject:   ports/101781: [PATCH] games/p5-Games-AlphaBeta: Fix build
Message-ID:  <20060810213932.7FBB6371@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608102140.k7ALeEFr094567@freefall.freebsd.org>

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

>Number:         101781
>Category:       ports
>Synopsis:       [PATCH] games/p5-Games-AlphaBeta: Fix build
>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 Aug 10 21:40:14 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:
- Fix build by pointyhat notice
- Fix portlint

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

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

--- p5-Games-AlphaBeta-0.4.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/p5-Games-AlphaBeta/Makefile /home/staff/gslin/work/p5-Games-AlphaBeta/Makefile
--- /usr/ports/games/p5-Games-AlphaBeta/Makefile	Sat Nov  5 23:44:46 2005
+++ /home/staff/gslin/work/p5-Games-AlphaBeta/Makefile	Fri Aug 11 05:38:29 2006
@@ -15,10 +15,9 @@
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	Game-tree search with object oriented interface
 
-BUILD_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
-		${SITE_PERL}/${PERL_ARCH}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
+		${SITE_PERL}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
@@ -30,7 +29,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=         requires Perl 5.6.1 or above
+IGNORE=		requires Perl 5.6.1 or above
 .endif
 
 .include <bsd.port.post.mk>
--- p5-Games-AlphaBeta-0.4.6.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?20060810213932.7FBB6371>