[37500] trunk/dports/lang/pure-devel

ryandesign at macports.org ryandesign at macports.org
Tue Jun 10 02:09:57 PDT 2008


Revision: 37500
          http://trac.macosforge.org/projects/macports/changeset/37500
Author:   ryandesign at macports.org
Date:     2008-06-10 02:09:56 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
pure-devel: update to r200

Modified Paths:
--------------
    trunk/dports/lang/pure-devel/Portfile

Added Paths:
-----------
    trunk/dports/lang/pure-devel/files/patch-Makefile.in-dynamiclib.diff

Removed Paths:
-------------
    trunk/dports/lang/pure-devel/files/patch-Makefile-mandir.diff
    trunk/dports/lang/pure-devel/files/patch-Makefile-nostrip.diff

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2008-06-10 07:42:09 UTC (rev 37499)
+++ trunk/dports/lang/pure-devel/Portfile	2008-06-10 09:09:56 UTC (rev 37500)
@@ -3,12 +3,10 @@
 PortSystem              1.0
 
 name                    pure-devel
-version                 0.2.0.r54
+version                 0.3.0.r200
 categories              lang
 platforms               darwin
 maintainers             ryandesign
-use_configure           no
-universal_variant       no
 use_parallel_build      yes
 homepage                http://pure-lang.sourceforge.net/
 master_sites            sourceforge:pure-lang
@@ -44,28 +42,11 @@
     port:llvm \
     port:readline
 
-patchfiles \
-    patch-Makefile-mandir.diff
-
 platform darwin {
     patchfiles-append \
-        patch-Makefile-nostrip.diff
+        patch-Makefile.in-dynamiclib.diff
 }
 
-build.args \
-    prefix=${prefix} \
-    build=release
-
-build.env \
-    LIBS=-liconv
-
-destroot.args \
-    prefix=${prefix}
-
-variant debug description {Build non-optimized (builds quicker; runs slower)} {
-    build.args-delete build=release
-}
-
 test.run                yes
 test.target             check
 

Deleted: trunk/dports/lang/pure-devel/files/patch-Makefile-mandir.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile-mandir.diff	2008-06-10 07:42:09 UTC (rev 37499)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile-mandir.diff	2008-06-10 09:09:56 UTC (rev 37500)
@@ -1,11 +0,0 @@
---- Makefile	(revision 54)
-+++ Makefile	(working copy)
-@@ -15,7 +15,7 @@
- prefix = /usr/local
- bindir = $(prefix)/bin
- libdir = $(prefix)/lib/pure
--mandir = $(prefix)/man/man1
-+mandir = $(prefix)/share/man/man1
- 
- DESTDIR=
- 

Deleted: trunk/dports/lang/pure-devel/files/patch-Makefile-nostrip.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile-nostrip.diff	2008-06-10 07:42:09 UTC (rev 37499)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile-nostrip.diff	2008-06-10 09:09:56 UTC (rev 37500)
@@ -1,11 +0,0 @@
---- Makefile	(revision 54)
-+++ Makefile	(working copy)
-@@ -144,7 +144,7 @@
- 
- install: pure $(lib)
- 	install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(mandir)
--	install -s pure $(DESTDIR)$(bindir)/pure
-+	install pure $(DESTDIR)$(bindir)/pure
- 	install -m 644 $(lib) $(DESTDIR)$(libdir)
- 	install -m 644 pure.1 $(DESTDIR)$(mandir)/pure.1
- 

Added: trunk/dports/lang/pure-devel/files/patch-Makefile.in-dynamiclib.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile.in-dynamiclib.diff	                        (rev 0)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in-dynamiclib.diff	2008-06-10 09:09:56 UTC (rev 37500)
@@ -0,0 +1,13 @@
+Index: Makefile.in
+===================================================================
+--- Makefile.in	(revision 200)
++++ Makefile.in	(working copy)
+@@ -115,7 +115,7 @@
+ endif
+ 
+ $(libpure): $(OBJECT)
+-	$(CXX) -shared -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LIBS)
++	$(CXX) -dynamiclib -o $@ $(LDFLAGS) $(OBJECT) $(LLVM_LIBS) $(LIBS)
+ 	ln -sf $(libpure) $(libpurelnk)
+ 
+ pure.o: pure.cc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080610/593b06aa/attachment-0001.htm 


More information about the macports-changes mailing list