[61285] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Mon Dec 7 16:33:56 PST 2009


Revision: 61285
          http://trac.macports.org/changeset/61285
Author:   ryandesign at macports.org
Date:     2009-12-07 16:33:54 -0800 (Mon, 07 Dec 2009)
Log Message:
-----------
pure, pure-devel: update to 0.39, and fix building when build_arch is not the default

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure/files/patch-Makefile.in.diff
    trunk/dports/lang/pure-devel/Portfile
    trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2009-12-07 23:57:06 UTC (rev 61284)
+++ trunk/dports/lang/pure/Portfile	2009-12-08 00:33:54 UTC (rev 61285)
@@ -4,7 +4,7 @@
 
 name                    pure
 conflicts               pure-devel
-version                 0.38
+version                 0.39
 categories              lang
 platforms               darwin
 maintainers             ryandesign
@@ -29,9 +29,9 @@
     the examples are BSD-licensed.
 
 checksums \
-    md5     b163d4a39eab330d057e25a23eca750a \
-    sha1    35c0adac6eec94ebf5426c0dfd94085eaaf5516c \
-    rmd160  3b97ca507abaa1fcebd95d7cfc1866b0677005c1
+    md5     9141c0ac016505b2aa4ceb2a08095663 \
+    sha1    46f77df98944d73ec3f9e018cc3b318c1d1b5907 \
+    rmd160  0b5bbb41f409251da42da929cdc70a8976f36504
 
 depends_build \
     path:bin/llvm-config:llvm

Modified: trunk/dports/lang/pure/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-Makefile.in.diff	2009-12-07 23:57:06 UTC (rev 61284)
+++ trunk/dports/lang/pure/files/patch-Makefile.in.diff	2009-12-08 00:33:54 UTC (rev 61285)
@@ -1,6 +1,24 @@
---- Makefile.in	2009-05-21 05:10:06.000000000 -0500
-+++ Makefile.in	2009-06-01 18:40:46.000000000 -0500
-@@ -292,7 +292,7 @@
+--- Makefile.in.orig	2009-11-23 14:42:36.000000000 -0600
++++ Makefile.in	2009-12-07 18:20:53.000000000 -0600
+@@ -182,14 +182,14 @@
+ 
+ ifeq ($(sharedlib), yes)
+ pure$(EXE): pure.o $(libpure)
+-	$(CXX) -o $@ -L. $(LDFLAGS) pure.o -l$(libpure_name) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
++	$(CXX) $(CXXFLAGS) -o $@ -L. $(LDFLAGS) pure.o -l$(libpure_name) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
+ else
+ pure$(EXE): pure.o $(OBJECT)
+-	$(CXX) -o $@ $(LDFLAGS) pure.o $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
++	$(CXX) $(CXXFLAGS) -o $@ $(LDFLAGS) pure.o $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
+ endif
+ 
+ $(libpure): $(OBJECT)
+-	$(CXX) $(shared) $(soname) -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS)
++	$(CXX) $(CXXFLAGS) $(shared) $(soname) -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS)
+ ifneq ($(libpure), $(libpure_soname))
+ 	ln -sf $(libpure) $(libpure_soname)
+ endif
+@@ -319,7 +319,7 @@
  	$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
  	ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure
  	$(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2009-12-07 23:57:06 UTC (rev 61284)
+++ trunk/dports/lang/pure-devel/Portfile	2009-12-08 00:33:54 UTC (rev 61285)
@@ -4,7 +4,7 @@
 
 name                    pure-devel
 conflicts               pure
-version                 0.38-r2754
+version                 0.39-r2799
 categories              lang
 platforms               darwin
 maintainers             ryandesign

Modified: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2009-12-07 23:57:06 UTC (rev 61284)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2009-12-08 00:33:54 UTC (rev 61285)
@@ -1,6 +1,24 @@
---- Makefile.in	(revision 1608)
-+++ Makefile.in	(working copy)
-@@ -292,7 +292,7 @@
+--- Makefile.in.orig	2009-11-23 14:42:36.000000000 -0600
++++ Makefile.in	2009-12-07 18:20:53.000000000 -0600
+@@ -182,14 +182,14 @@
+ 
+ ifeq ($(sharedlib), yes)
+ pure$(EXE): pure.o $(libpure)
+-	$(CXX) -o $@ -L. $(LDFLAGS) pure.o -l$(libpure_name) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
++	$(CXX) $(CXXFLAGS) -o $@ -L. $(LDFLAGS) pure.o -l$(libpure_name) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
+ else
+ pure$(EXE): pure.o $(OBJECT)
+-	$(CXX) -o $@ $(LDFLAGS) pure.o $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
++	$(CXX) $(CXXFLAGS) -o $@ $(LDFLAGS) pure.o $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS) $(RL_LIBS)
+ endif
+ 
+ $(libpure): $(OBJECT)
+-	$(CXX) $(shared) $(soname) -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS)
++	$(CXX) $(CXXFLAGS) $(shared) $(soname) -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LLVM_LDFLAGS) $(LIBS)
+ ifneq ($(libpure), $(libpure_soname))
+ 	ln -sf $(libpure) $(libpure_soname)
+ endif
+@@ -319,7 +319,7 @@
  	$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
  	ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure
  	$(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091207/73d07d9f/attachment.html>


More information about the macports-changes mailing list