[63521] trunk/dports/devel/pure-gen

ryandesign at macports.org ryandesign at macports.org
Sat Feb 6 21:30:26 PST 2010


Revision: 63521
          http://trac.macports.org/changeset/63521
Author:   ryandesign at macports.org
Date:     2010-02-06 21:30:24 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
pure-gen: update to 0.7; see #19265

Modified Paths:
--------------
    trunk/dports/devel/pure-gen/Portfile
    trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile	2010-02-07 02:54:43 UTC (rev 63520)
+++ trunk/dports/devel/pure-gen/Portfile	2010-02-07 05:30:24 UTC (rev 63521)
@@ -3,8 +3,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      gen 0.4
-revision                        5
+pure.setup                      gen 0.7
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
@@ -14,15 +13,17 @@
 
 long_description                ${name} is ${description}.
 
-checksums                       md5     c9e8ef5453a7e2383312e8a004d66ff5 \
-                                sha1    d675544355939a04344153b5e5a99f171506fd3a \
-                                rmd160  1411c196497bc6bf8569a6c04c0e5b9b1eb987e3
+checksums                       md5     6b0b1846b2aa702e7eb3680fde646e1d \
+                                sha1    846fb12c000395d25b1f6c55094154f75b4910c3 \
+                                rmd160  12216c10521806bdadccbdc3e2d7630b9a70b41f
 
 depends_build-append            path:bin/ghc:ghc \
                                 port:hs-language-c
 
 # pure-gen uses gcc at runtime to parse C headers but the
 # -fdirectives-only option it needs is only available in gcc 4.3 and up.
-depends_run-append              path:bin/gcc-mp-4.3:gcc43
+depends_run-append              path:bin/gcc-mp-4.4:gcc44
 
 patchfiles-append               patch-pure-gen.pure.diff
+
+build.args-append               LIBRARY_PATH=${prefix}/lib

Modified: trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff
===================================================================
--- trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff	2010-02-07 02:54:43 UTC (rev 63520)
+++ trunk/dports/devel/pure-gen/files/patch-pure-gen.pure.diff	2010-02-07 05:30:24 UTC (rev 63521)
@@ -1,11 +1,11 @@
---- pure-gen.pure.orig	2009-02-21 19:47:28.000000000 -0600
-+++ pure-gen.pure	2009-02-26 17:38:49.000000000 -0600
+--- pure-gen.pure.orig	2009-07-30 18:58:36.000000000 -0500
++++ pure-gen.pure	2010-02-06 23:27:31.000000000 -0600
 @@ -6,7 +6,7 @@
     an input file as well as all its includes, so the -fdirectives-only option
     is required to keep those intact. This is pretty much tied to gcc right
     now, but as dump-ast also uses gcc you'll need it anyway. */
 -let cpp = "gcc -E -fdirectives-only";
-+let cpp = "gcc-mp-4.3 -E -fdirectives-only";
++let cpp = "gcc-mp-4.4 -E -fdirectives-only";
  
- // This path is set at installation time. For the uninstalled version we
- // assume the current directory.
+ // This path is set at build time. For the uninstalled version we assume the
+ // current directory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100206/e78e75b5/attachment.html>


More information about the macports-changes mailing list