[32670] trunk/dports/lang/gst/Portfile

saispo at macports.org saispo at macports.org
Thu Jan 10 06:54:53 PST 2008


Revision: 32670
          http://trac.macosforge.org/projects/macports/changeset/32670
Author:   saispo at macports.org
Date:     2008-01-10 06:54:51 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
Update ports with tickets #13865 patch attached

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2008-01-10 14:17:31 UTC (rev 32669)
+++ trunk/dports/lang/gst/Portfile	2008-01-10 14:54:51 UTC (rev 32670)
@@ -2,21 +2,23 @@
 
 PortSystem 1.0
 name             gst
-version          2.3.3
+version          3.0
 categories       lang
-maintainers      nomaintainer
+maintainers      nomaintainer at macports.org
 description      free implementation of Smalltalk-80
 long_description \
     GNU Smalltalk is a free implementation of the Smalltalk-80 language \
     which runs on most versions on Unix and, in general, everywhere you \
     can find a POSIX-compliance library. An uncommon feature of it is \
     that it is well-versed to scripting tasks and headless processing.
-homepage         http://www.gnu.org/software/smalltalk/
+homepage         http://smalltalk.gnu.org/
 platforms        darwin
 master_sites     gnu:smalltalk
 distname         smalltalk-${version}
-checksums        sha1 d9ecd8dd47af254254e44d9f5a8563edb9abb4c2
+checksums        sha1 500c2089a2aa16f97bf9111d520cb17a87d0558d
 
+depends_build	 port:zip
+
 depends_lib      port:gmp \
                  port:libiconv \
                  port:ncurses \
@@ -25,10 +27,10 @@
                  port:tcl \
                  port:tk
 
-configure.args   --disable-generational-gc \
-                 --disable-gtk \
-                 --infodir=${prefix}/share/info \
+configure.args   --infodir=${prefix}/share/info \
                  --mandir=${prefix}/share/man
+                 # --disable-generational-gc \
+                 # --disable-gtk \
 
 test.run         yes
 test.target      check
@@ -36,9 +38,3 @@
 platform darwin 6 {
     depends_lib-append port:dlcompat
 }
-
-platform i386 {
-    pre-configure {
-        return -code error "Intel based Macs are not supported."
-    }
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080110/433b3728/attachment.html


More information about the macports-changes mailing list