[36525] trunk/dports/lang/pure
ryandesign at macports.org
ryandesign at macports.org
Mon May 5 00:24:33 PDT 2008
Revision: 36525
http://trac.macosforge.org/projects/macports/changeset/36525
Author: ryandesign at macports.org
Date: 2008-05-05 00:24:23 -0700 (Mon, 05 May 2008)
Log Message:
-----------
pure: apply patch from pure-devel to fix dynamic loading on Mac OS X
Modified Paths:
--------------
trunk/dports/lang/pure/Portfile
Added Paths:
-----------
trunk/dports/lang/pure/files/
trunk/dports/lang/pure/files/patch-Makefile-nostrip.diff
Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2008-05-05 07:15:29 UTC (rev 36524)
+++ trunk/dports/lang/pure/Portfile 2008-05-05 07:24:23 UTC (rev 36525)
@@ -4,6 +4,7 @@
name pure
version 0.2
+revision 1
categories lang
platforms darwin
maintainers ryandesign
@@ -37,6 +38,11 @@
port:llvm \
port:readline
+platform darwin {
+ patchfiles-append \
+ patch-Makefile-nostrip.diff
+}
+
build.args \
prefix=${prefix} \
build=release
Copied: trunk/dports/lang/pure/files/patch-Makefile-nostrip.diff (from rev 36524, users/ryandesign/pure-devel/files/patch-Makefile-nostrip.diff)
===================================================================
--- trunk/dports/lang/pure/files/patch-Makefile-nostrip.diff (rev 0)
+++ trunk/dports/lang/pure/files/patch-Makefile-nostrip.diff 2008-05-05 07:24:23 UTC (rev 36525)
@@ -0,0 +1,11 @@
+--- 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
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080505/440c812d/attachment.html
More information about the macports-changes
mailing list