[42862] trunk/dports/lang/gst/Portfile
saispo at macports.org
saispo at macports.org
Mon Dec 1 10:06:22 PST 2008
Revision: 42862
http://trac.macports.org/changeset/42862
Author: saispo at macports.org
Date: 2008-12-01 10:06:21 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
Upgrade port to gst v3.1
Modified Paths:
--------------
trunk/dports/lang/gst/Portfile
Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile 2008-12-01 17:51:59 UTC (rev 42861)
+++ trunk/dports/lang/gst/Portfile 2008-12-01 18:06:21 UTC (rev 42862)
@@ -3,10 +3,10 @@
PortSystem 1.0
name gst
-version 3.0.3
+version 3.1
revision 1
categories lang
-maintainers landonf openmaintainer
+maintainers saispo at macports.org
description Free implementation of Smalltalk-80
long_description \
GNU Smalltalk is a free implementation of the Smalltalk-80 language \
@@ -17,11 +17,8 @@
platforms darwin
master_sites gnu:smalltalk
distname smalltalk-${version}
-checksums md5 76b28a56eb60730de81680263f1a64ca \
- sha1 6b1b72b1d33633374c2f3218e5a1fce35f07f61f \
- rmd160 dc4502f1ee5919ed47c4dc3e2392990fbc4a5750
+checksums sha1 9b1602bf29d1483d9200d83419dc3cd0fc0d397b
-
depends_build port:zip
depends_lib port:gmp \
@@ -33,18 +30,36 @@
port:tk \
port:libsigsegv
-configure.args --infodir=${prefix}/share/info \
- --mandir=${prefix}/share/man \
- --with-gmp=${prefix}/lib \
- --with-readline=${prefix}/lib \
- --with-tcl=${prefix}/lib \
- --with-tk=${prefix}/lib \
- --with-libiconv-prefix=${prefix} \
- --with-system-libsigsegv=${prefix}
+configure.args --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man \
+ --enable-disassembler \
+ --enable-preemption \
+ --with-system-libffi --with-system-libsigsegv
+ # --enable-jit
-test.run yes
-test.target check
+test.run yes
+test.target check
+default_variants +gtk +tcltk
+
+variant gtk {
+ depends_lib-append port:gtk2
+ configure.args-append --enable-gtk
+}
+
+variant tcltk {
+ depends_lib-append port:tcl port:tk
+ configure.args-append --with-tk --with-tcl
+}
+
+variant nox conflicts gtk conflicts tk {
+ configure.args-append \
+ --without-x \
+ --disable-gtk \
+ --without-tk \
+ --without-tcl
+}
+
platform darwin 6 {
depends_lib-append port:dlcompat
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081201/7abe0b9c/attachment.html>
More information about the macports-changes
mailing list