pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update rakudo-star to 2015.11.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Sun Dec 27 14:09:13 2015 +0100
Changeset:	f93900395278b0783a36c11f030be6a8aaa89a24

Modified Files:
	rakudo-star/DESCR
	rakudo-star/Makefile
	rakudo-star/distinfo

Log Message:
Update rakudo-star to 2015.11.

This does not build, so the update is incomplete.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f93900395278b0783a36c11f030be6a8aaa89a24

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rakudo-star/DESCR    |  5 +----
 rakudo-star/Makefile | 16 +++++-----------
 rakudo-star/distinfo |  7 ++++---
 3 files changed, 10 insertions(+), 18 deletions(-)

diffs:
diff --git a/rakudo-star/DESCR b/rakudo-star/DESCR
index 8c00a75..1c86a5f 100644
--- a/rakudo-star/DESCR
+++ b/rakudo-star/DESCR
@@ -4,7 +4,4 @@ language. It runs on the Parrot virtual machine.
 The Rakudo Star distribution (fondly called Rakudo *) is the Rakudo
 compiler plus a selection of useful Perl 6 modules, the most recent
 incarnation of the "Using Perl 6" book, and other software that can
-be used with the Rakudo compiler to enhance its utility.  Rakudo Star
-is meant for early adopters who wish to explore what's possible with
-Rakudo Perl 6 and provide feedback on what works, what doesn't, and
-what else they would like to see included in the distribution.
+be used with the Rakudo compiler to enhance its utility.
diff --git a/rakudo-star/Makefile b/rakudo-star/Makefile
index a568de1..a3af11d 100644
--- a/rakudo-star/Makefile
+++ b/rakudo-star/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.9 2015/10/10 01:57:53 ryoon Exp $
 
-DISTNAME=	rakudo-star-2013.08
-PKGREVISION=	7
+DISTNAME=	rakudo-star-2015.11
 CATEGORIES=	lang perl6
 MASTER_SITES=	http://rakudo.org/downloads/star/
 
@@ -15,22 +14,17 @@ MAKE_JOBS_SAFE=	no
 .include "../../mk/bsd.prefs.mk"
 
 USE_LANGUAGES=		c c++
-USE_TOOLS+=		perl
+USE_TOOLS+=		perl gmake
 PLIST_SRC+=		${PLIST_SRC_DFLT}
 .if (${OPSYS} != "Darwin")
 PLIST_SRC+=		PLIST.shared
-.else
-USE_TOOLS+=		 gmake
 .endif
 
 HAS_CONFIGURE=		yes
 CONFIG_SHELL=		${PERL5}
 CONFIGURE_SCRIPT=	Configure.pl
-CONFIGURE_ARGS=		--prefix=${PREFIX:Q} \
-			--with-nqp=${PREFIX}/bin/nqp
+CONFIGURE_ARGS=		--prefix=${PREFIX:Q} --backends=moar
 
-PLIST_SUBST+=		PARROT_VERSION=${PARROT_VERSION:Q}
-PRINT_PLIST_AWK+=        { gsub(/${PARROT_VERSION}/, "$${PARROT_VERSION}") }
-
-.include "../../lang/nqp/buildlink3.mk"
+.include "../../wip/MoarVM/buildlink3.mk"
+.include "../../wip/nqp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/rakudo-star/distinfo b/rakudo-star/distinfo
index bc43d50..c14605d 100644
--- a/rakudo-star/distinfo
+++ b/rakudo-star/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2013/09/13 22:04:07 schmonz Exp $
 
-SHA1 (rakudo-star-2013.08.tar.gz) = ac59cbfdd52d82e21570c82b6b81a98135ef2bc9
-RMD160 (rakudo-star-2013.08.tar.gz) = 16e3ee89dec6f4927a97a4f9e223ac107c188b25
-Size (rakudo-star-2013.08.tar.gz) = 9230224 bytes
+SHA1 (rakudo-star-2015.11.tar.gz) = e56055e11b7dc8a496de5473632390f879eaa9b0
+RMD160 (rakudo-star-2015.11.tar.gz) = 2aa09f8e60a918d9d8952e9169c78548c440a52a
+SHA512 (rakudo-star-2015.11.tar.gz) = bd6537f090dd258a6f843596a813452a5f62bdc96839f78243e93f32cfa9a70bfdc054ddb923aa8823c3fe3cf3e5698ead6d91cabbe0004979e6967d10d1c8bb
+Size (rakudo-star-2015.11.tar.gz) = 12346203 bytes


Home | Main Index | Thread Index | Old Index