Revision: 133408 https://trac.macports.org/changeset/133408 Author: khindenburg@macports.org Date: 2015-02-28 13:54:25 -0800 (Sat, 28 Feb 2015) Log Message: ----------- calc: update to 2.12.5.0 #46955 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 2015-02-28 21:38:12 UTC (rev 133407) +++ trunk/dports/math/calc/Portfile 2015-02-28 21:54:25 UTC (rev 133408) @@ -3,7 +3,7 @@ PortSystem 1.0 name calc -version 2.12.4.13 +version 2.12.5.0 categories math license LGPL-2.1 maintainers nomaintainer @@ -24,8 +24,8 @@ master_sites sourceforge:project/calc/calc/${version} use_bzip2 yes -checksums rmd160 c04d995a500ad7b0be27afbb6edaa6978c42437e \ - sha256 1e6fd3256bd7bf738fcfe6e2d6a9d8a6bb0f37393aba6020b01d96274419a92c +checksums rmd160 d291d3a0bb9c91b92016c41b4abcdf3cfeccac07 \ + sha256 a0e7b47af38330f188970998c8e5039134dadf6f2e3f2c00d7efdae272a4338d depends_lib port:readline port:ncurses @@ -41,9 +41,6 @@ variant universal {} -build.args-append DARWIN_ARCH="[get_canonical_archflags]" \ - MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target} - test.run yes test.target check Modified: trunk/dports/math/calc/files/patch-Makefile.diff =================================================================== --- trunk/dports/math/calc/files/patch-Makefile.diff 2015-02-28 21:38:12 UTC (rev 133407) +++ trunk/dports/math/calc/files/patch-Makefile.diff 2015-02-28 21:54:25 UTC (rev 133408) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-09-27 03:55:28.000000000 -0500 -+++ Makefile 2013-11-14 05:12:38.000000000 -0600 -@@ -585,7 +585,7 @@ +--- Makefile.orig 2014-10-06 10:45:15.000000000 +0200 ++++ Makefile 2015-02-24 21:16:31.000000000 +0100 +@@ -573,7 +573,7 @@ #INCDIR= /usr/local/include #INCDIR= /dev/env/DJDIR/include @@ -9,7 +9,7 @@ # Where to install calc related things # -@@ -624,15 +624,15 @@ +@@ -612,15 +612,15 @@ # #BINDIR= /usr/local/bin #BINDIR= /dev/env/DJDIR/bin @@ -28,7 +28,7 @@ # NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!! # Always be sure that the CALC_INCDIR path ends in /calc to avoid -@@ -699,7 +699,7 @@ +@@ -687,7 +687,7 @@ # # If in doubt, use T= # @@ -37,7 +37,7 @@ # where man pages are installed # -@@ -710,7 +710,7 @@ +@@ -698,7 +698,7 @@ #MANDIR= #MANDIR= /usr/local/man/man1 #MANDIR= /usr/man/man1 @@ -46,7 +46,7 @@ #MANDIR= /dev/env/DJDIR/man/man1 #MANDIR= /usr/man/u_man/man1 #MANDIR= /usr/contrib/man/man1 -@@ -837,11 +837,11 @@ +@@ -825,11 +825,11 @@ # # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing. # @@ -62,7 +62,7 @@ # #READLINE_LIB= -lreadline #READLINE_EXTRAS= -lhistory -lncurses -@@ -852,6 +852,9 @@ +@@ -840,6 +840,9 @@ #READLINE_LIB= -L/usr/local/lib -lreadline #READLINE_EXTRAS= -lhistory -lncurses # @@ -72,24 +72,3 @@ # For Apple OS X: install fink from http://fink.sourceforge.net # and then do a 'fink install readline' and then use: # -@@ -1180,9 +1183,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} ${DARWIN_ARCH} - ifdef ALLOW_CUSTOM --LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib -+LIBCUSTCALC_SHLIB= -single_module -undefined dynamic_lookup -dynamiclib -install_name ${LIBDIR}/libcustcalc${LIB_EXT_VERSION} ${DARWIN_ARCH} - else - LIBCUSTCALC_SHLIB= - endif -@@ -1197,7 +1200,7 @@ - CCOPT= ${DEBUG} - CCMISC= ${DARWIN_ARCH} - # --LCC= MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} gcc -+LCC= MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} ___CC___ - CC= ${PURIFY} ${LCC} ${CCWERR} - # - # Darwin dynamic shared lib filenames
participants (1)
-
khindenburg@macports.org