[134177] trunk/dports/lang/MoarVM

ionic at macports.org ionic at macports.org
Thu Mar 19 12:10:48 PDT 2015


Revision: 134177
          https://trac.macports.org/changeset/134177
Author:   ionic at macports.org
Date:     2015-03-19 12:10:47 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
MoarVM: apply patch provided in #47201. Update to 2015.03. Delete obsolete patch. Fixes: #47201.

Modified Paths:
--------------
    trunk/dports/lang/MoarVM/Portfile

Removed Paths:
-------------
    trunk/dports/lang/MoarVM/files/patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff

Modified: trunk/dports/lang/MoarVM/Portfile
===================================================================
--- trunk/dports/lang/MoarVM/Portfile	2015-03-19 18:51:52 UTC (rev 134176)
+++ trunk/dports/lang/MoarVM/Portfile	2015-03-19 19:10:47 UTC (rev 134177)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                MoarVM
-version             2015.02
-revision            2
+version             2015.03
 categories          lang devel
 platforms           darwin
 license             Artistic-2 MIT BSD ISC public-domain
@@ -16,14 +15,13 @@
 homepage            http://moarvm.org/
 master_sites        http://moarvm.org/releases/
 
-checksums           rmd160  853c106a02040f832b11dff0fa1bde14f6f890fa \
-                    sha256  4093ff80e6b40f215dd238282a464de59bbd5c2ef42cb9099e9ef68f07fe8d1b
+# To find the correct checksums for the given release, use:
+# openssl dgst -rmd160 <file>
+# openssl dgst -sha256 <file>
 
-# Delete this upstream patch once a new version comes out that includes it.
-patchfiles          patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff
+checksums           rmd160  0c5fe2447f5d7d59365aed9822fa34b65ad419fd \
+                    sha256  fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0
 
-patch.args          -p1
-
 # FIXME: may need ExtUtil::Command if by chance our default perl5 binary
 # does not match what Apple ships.
 depends_build       port:perl5

Deleted: trunk/dports/lang/MoarVM/files/patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff
===================================================================
--- trunk/dports/lang/MoarVM/files/patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff	2015-03-19 18:51:52 UTC (rev 134176)
+++ trunk/dports/lang/MoarVM/files/patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff	2015-03-19 19:10:47 UTC (rev 134177)
@@ -1,29 +0,0 @@
-From 09393586b6207b5aafd0067fc6f6ee339b7d3ff4 Mon Sep 17 00:00:00 2001
-From: Tobias Leich <email at froggs.de>
-Date: Wed, 11 Mar 2015 16:07:37 +0100
-Subject: [PATCH] use env's CFLAGS and LDFLAGS if set, fixes #182
-
----
- Configure.pl | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Configure.pl b/Configure.pl
-index 59e51e9..1403356 100644
---- a/Configure.pl
-+++ b/Configure.pl
-@@ -305,6 +305,7 @@
- push @cflags, $config{ccdefflags};
- push @cflags, $config{ccshared}     unless $args{static};
- push @cflags, '-fno-omit-frame-pointer -fsanitize=address' if $args{asan};
-+push @cflags, $ENV{CFLAGS} if $ENV{CFLAGS};
- $config{cflags} = join ' ', @cflags;
- 
- # generate LDFLAGS
-@@ -314,6 +315,7 @@
- push @ldflags, $config{ldinstflags}       if $args{instrument};
- push @ldflags, $config{ldrpath}           unless $args{static};
- push @ldflags, $^O eq 'darwin' ? '-faddress-sanitizer' : '-fsanitize=address' if $args{asan};
-+push @ldflags, $ENV{LDFLAGS} if $ENV{LDFLAGS};
- $config{ldflags} = join ' ', @ldflags;
- 
- # setup library names
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/30044307/attachment.html>


More information about the macports-changes mailing list