[57168] trunk/dports/math/calc

raimue at macports.org raimue at macports.org
Sun Sep 6 17:53:46 PDT 2009


Revision: 57168
          http://trac.macports.org/changeset/57168
Author:   raimue at macports.org
Date:     2009-09-06 17:53:43 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
math/calc:
Addition to r57166.

Revision Links:
--------------
    http://trac.macports.org/changeset/57166

Modified Paths:
--------------
    trunk/dports/math/calc/Portfile
    trunk/dports/math/calc/files/patch-Makefile.diff

Modified: trunk/dports/math/calc/Portfile
===================================================================
--- trunk/dports/math/calc/Portfile	2009-09-07 00:23:17 UTC (rev 57167)
+++ trunk/dports/math/calc/Portfile	2009-09-07 00:53:43 UTC (rev 57168)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             calc
 version          2.12.3.3
+revision         1
 categories       math
 maintainers      nomaintainer
 description      Arbitrary precision calculator

Modified: trunk/dports/math/calc/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/calc/files/patch-Makefile.diff	2009-09-07 00:23:17 UTC (rev 57167)
+++ trunk/dports/math/calc/files/patch-Makefile.diff	2009-09-07 00:53:43 UTC (rev 57168)
@@ -1,5 +1,5 @@
---- Makefile.orig	2009-09-07 02:07:08.000000000 +0200
-+++ Makefile	2009-09-07 02:07:42.000000000 +0200
+--- Makefile.orig	2009-09-07 02:48:19.000000000 +0200
++++ Makefile	2009-09-07 02:49:11.000000000 +0200
 @@ -585,7 +585,7 @@
  
  #INCDIR= /usr/local/include
@@ -72,15 +72,18 @@
  # For Apple OS X: install fink from http://fink.sourceforge.net
  #		  and then do a 'fink install readline' and then use:
  #
-@@ -1167,7 +1170,7 @@
+@@ -1167,9 +1170,9 @@
  CC_SHARE= -fPIC
  DEFAULT_LIB_INSTALL_PATH= ${PWD}:${LIBDIR}:/usr/local/lib
  LD_SHARE= ${DARWIN_ARCH}
 -LIBCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib
 +LIBCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib -install_name ${LIBDIR}/libcalc${LIB_EXT_VERSION}
  ifdef ALLOW_CUSTOM
- LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib
+-LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib
++LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib -install_name ${LIBDIR}/libcustcalc${LIB_EXT_VERSION}
  else
+ LIBCUSTCALC_SHLIB=
+ endif
 @@ -1184,7 +1187,7 @@
  CCOPT= ${DEBUG}
  CCMISC= ${DARWIN_ARCH}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/00e683d6/attachment.html>


More information about the macports-changes mailing list