[103011] trunk/dports/lang/librep/Portfile
larryv at macports.org
larryv at macports.org
Mon Feb 11 16:06:56 PST 2013
Revision: 103011
https://trac.macports.org/changeset/103011
Author: larryv at macports.org
Date: 2013-02-11 16:06:56 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
librep: Update to 0.92.3 (maintainer timeout on #37953).
Modified Paths:
--------------
trunk/dports/lang/librep/Portfile
Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile 2013-02-11 23:23:16 UTC (rev 103010)
+++ trunk/dports/lang/librep/Portfile 2013-02-12 00:06:56 UTC (rev 103011)
@@ -4,8 +4,7 @@
PortSystem 1.0
name librep
-version 0.92.1b
-revision 1
+version 0.92.3
categories lang
platforms darwin
maintainers hilaiel.com:lloyd
@@ -24,8 +23,8 @@
master_sites http://download.tuxfamily.org/librep/
use_xz yes
-checksums rmd160 69e00665fe02cd6fdf1f31531b22f5969e291bb1 \
- sha256 aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e
+checksums rmd160 dbbef7097c9a3f72c343f2e997bf2f337cd7233b \
+ sha256 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85
depends_build port:pkgconfig
@@ -33,10 +32,32 @@
port:gmp \
port:libffi
-# TODO variant with readline support
configure.args --without-readline
-# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1
+# Adding dependencies on GCC won't be necessary once r102932 is released.
+variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
+ depends_lib-append port:gcc45
+ configure.compiler macports-gcc-4.5
+}
+
+variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
+ depends_lib-append port:gcc45
+ configure.compiler macports-gcc-4.5
+}
+
+variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
+ depends_lib-append port:gcc47
+ configure.compiler macports-gcc-4.7
+}
+
+variant readline description {build with readline support} {
+ depends_lib-append port:readline
+ configure.args-delete --without-readline
+ configure.args-append --with-readline
+}
+
+# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4
+# ppc needs 1
platform darwin 8 powerpc {
configure.args-append --with-stack-direction=1
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/dd7fac4e/attachment-0001.html>
More information about the macports-changes
mailing list