ports/144130: [patch]: lang/rakudo update to 2010.02 "Amsterdam"

Aliaksandr Zahatski zahatski at gmail.com
Sat Feb 20 10:30:02 UTC 2010


>Number:         144130
>Category:       ports
>Synopsis:       [patch]: lang/rakudo update to 2010.02 "Amsterdam"
>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:   Sat Feb 20 10:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aliaksandr Zahatski
>Release:        
>Organization:
>Environment:
>Description:
Update lang/rakudo port to Rakudo #26 "Amsterdam"
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/lang/rakudo/Makefile rakudo/Makefile
--- /usr/ports/lang/rakudo/Makefile	2010-02-18 00:48:19.000000000 +0300
+++ rakudo/Makefile	2010-02-20 12:27:20.000000000 +0300
@@ -2,45 +2,23 @@
 # Date created:    15 March 2009
 # Whom:            Aliaksandr Zahatski <zahatski at gmail.com>
 #
-# $FreeBSD: ports/lang/rakudo/Makefile,v 1.4 2010/02/17 21:48:19 skv Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	rakudo
-PORTVERSION=	201001
+PORTVERSION=	201002
 CATEGORIES=	lang
-MASTER_SITES=	http://cloud.github.com/downloads/rakudo/rakudo/
-DISTNAME=	rakudo-2010-01
+MASTER_SITES=   http://cloud.github.com/downloads/rakudo/rakudo/
+DISTNAME=	rakudo-2010.02
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	zahatski at gmail.com
 COMMENT=	The Rakudo Perl 6 Compiler targets the Parrot Virtual Machine
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		bison:${PORTSDIR}/devel/bison \
 		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot
+		parrot_config:${PORTSDIR}/lang/parrot
 LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \
 		icudata:${PORTSDIR}/devel/icu
-RUN_DEPENDS=	parrot>=${PARROT_VERSION}:${PORTSDIR}/lang/parrot
-
-#           				    amd64       i386	sparc
-#				9-current       pass        gcc
-#				8-stable       	gcc	        pass
-#				7-stable        pass        pass
-#				6-stable        icu         icu
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == 'i386' && ${OSVERSION} >= 900000
-BROKEN=	internal gcc bugs
-.endif
-
-.if ${OSVERSION} >= 800000 && ${OSVERSION} <= 900000
-BROKEN=	internal gcc bugs
-.endif
-
-.if ${OSVERSION} < 700000
-BROKEN=	dependency devel/icu is broken on 6.x
-.endif
 
 USE_BISON=	build
 USE_PERL5=	5.8.0+
@@ -74,4 +52,6 @@
 
 .include "${.CURDIR}/../parrot/Makefile.common"
 
+.include <bsd.port.pre.mk>
+
 .include <bsd.port.post.mk>
diff -urN /usr/ports/lang/rakudo/distinfo rakudo/distinfo
--- /usr/ports/lang/rakudo/distinfo	2010-02-05 06:59:25.000000000 +0300
+++ rakudo/distinfo	2010-02-20 12:27:20.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (rakudo-2010-01.tar.gz) = 6fc9ad315e93adbe35f9f7b7711b00c3
-SHA256 (rakudo-2010-01.tar.gz) = 0a19288e2de9ce1284bd11fe6a469347f30bfcfef2225146d1e21cab0e5b8ae0
-SIZE (rakudo-2010-01.tar.gz) = 780386
+MD5 (rakudo-2010.02.tar.gz) = 6c6693241f61d9fe2848d0e91279d2d1
+SHA256 (rakudo-2010.02.tar.gz) = 04d90f73090e0e4dc6149c889a8333720053ea6b07a36ede52bff58139082a4e
+SIZE (rakudo-2010.02.tar.gz) = 876931
diff -urN /usr/ports/lang/rakudo/pkg-plist rakudo/pkg-plist
--- /usr/ports/lang/rakudo/pkg-plist	2010-02-18 00:48:19.000000000 +0300
+++ rakudo/pkg-plist	2010-02-20 12:30:37.000000000 +0300
@@ -7,7 +7,7 @@
 lib/parrot/%%PARROT_VERSION%%/languages/perl6/perl6.pbc
 @dirrm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib
 @dirrm lib/parrot/%%PARROT_VERSION%%/languages/perl6
- at dirrmtry lib/parrot/%%PARROT_VERSION%%/languages
- at dirrmtry lib/parrot/%%PARROT_VERSION%%/dynext
- at dirrmtry lib/parrot/%%PARROT_VERSION%%
- at dirrmtry lib/parrot
+ at dirrm lib/parrot/%%PARROT_VERSION%%/languages
+ at dirrm lib/parrot/%%PARROT_VERSION%%/dynext
+ at dirrm lib/parrot/%%PARROT_VERSION%%
+ at dirrm lib/parrot


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



More information about the freebsd-ports-bugs mailing list