[73603] trunk/dports/lang/rexx
ryandesign at macports.org
ryandesign at macports.org
Fri Nov 19 15:02:48 PST 2010
Revision: 73603
http://trac.macports.org/changeset/73603
Author: ryandesign at macports.org
Date: 2010-11-19 15:02:43 -0800 (Fri, 19 Nov 2010)
Log Message:
-----------
rexx: fix install_name of libregina.dylib; see #27388
Modified Paths:
--------------
trunk/dports/lang/rexx/Portfile
trunk/dports/lang/rexx/files/patch-configure.diff
Modified: trunk/dports/lang/rexx/Portfile
===================================================================
--- trunk/dports/lang/rexx/Portfile 2010-11-19 22:57:46 UTC (rev 73602)
+++ trunk/dports/lang/rexx/Portfile 2010-11-19 23:02:43 UTC (rev 73603)
@@ -4,6 +4,7 @@
name rexx
version 3.5
+revision 1
categories lang
platforms darwin
maintainers nomaintainer
Modified: trunk/dports/lang/rexx/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/rexx/files/patch-configure.diff 2010-11-19 22:57:46 UTC (rev 73602)
+++ trunk/dports/lang/rexx/files/patch-configure.diff 2010-11-19 23:02:43 UTC (rev 73603)
@@ -1,5 +1,5 @@
--- configure.orig 2009-12-30 17:56:37.000000000 -0600
-+++ configure 2010-11-19 13:07:31.000000000 -0600
++++ configure 2010-11-19 14:59:06.000000000 -0600
@@ -3080,66 +3080,6 @@
# mymakefile="Makefile.aix"
;;
@@ -75,3 +75,12 @@
LD_RXLIB_A1="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
LD_RXLIB_A2="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
LD_RXLIB_UTILA="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -o \$(@)"
+@@ -9585,7 +9524,7 @@
+ SHLPRE="lib"
+ # MH BUNDLE=".so"
+ BUNDLE=".junk"
+- SHL_LD="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -install_name ${SHLPRE}${SHLFILE}${SHLPST} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
++ SHL_LD="${CC} ${EEXTRA} -dynamiclib ${LDFLAGS} -install_name ${libdir}/${SHLPRE}${SHLFILE}${SHLPST} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
+ SHL_BASE="${LIBPRE}${SHLFILE}${SHLPST}"
+ # MH EXTRATARGET="libregina$BUNDLE"
+ OTHER_INSTALLS="installlib"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101119/dc27c409/attachment.html>
More information about the macports-changes
mailing list