ports/144356: [patch]: lang/rakudo: cleanup dependency

Aliaksandr Zahatski zahatski at gmail.com
Sun Feb 28 11:40:02 UTC 2010


>Number:         144356
>Category:       ports
>Synopsis:       [patch]: lang/rakudo: cleanup dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 28 11:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aliaksandr Zahatski
>Release:        
>Organization:
>Environment:
>Description:
Cleanups:
 - remove devel/m4 , textproc/flex, math/libgmp4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /usr/ports/lang/rakudo/Makefile	2010-02-22 01:02:52.000000000 +0300
+++ rakudo/Makefile	2010-02-28 12:49:52.000000000 +0300
@@ -7,18 +7,15 @@
 
 PORTNAME=	rakudo
 PORTVERSION=	2010.02
-PORTEPOCH=	1
+PORTEPOCH=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://cloud.github.com/downloads/rakudo/rakudo/
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	The Rakudo Perl 6 Compiler targets the Parrot Virtual Machine
 
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot
-LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \
-		icudata:${PORTSDIR}/devel/icu
+BUILD_DEPENDS=	parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot
+LIB_DEPENDS=	icudata:${PORTSDIR}/devel/icu
 RUN_DEPENDS=	parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot
 
 #           				    amd64       i386	sparc


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



More information about the freebsd-ports-bugs mailing list