[57494] trunk/dports

devans at macports.org devans at macports.org
Fri Sep 11 10:13:09 PDT 2009


Revision: 57494
          http://trac.macports.org/changeset/57494
Author:   devans at macports.org
Date:     2009-09-11 10:13:09 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
various gnome ports: remove unsupported darwin 7 platform variant.

Modified Paths:
--------------
    trunk/dports/devel/orbit2/Portfile
    trunk/dports/gnome/gconf/Portfile
    trunk/dports/gnome/gnome-vfs/Portfile
    trunk/dports/gnome/libgnomecups/Portfile

Modified: trunk/dports/devel/orbit2/Portfile
===================================================================
--- trunk/dports/devel/orbit2/Portfile	2009-09-11 16:59:22 UTC (rev 57493)
+++ trunk/dports/devel/orbit2/Portfile	2009-09-11 17:13:09 UTC (rev 57494)
@@ -41,10 +41,6 @@
 test.run        yes
 test.target     check
 
-platform darwin 7 {
-    configure.cflags-append -DBIND_8_COMPAT=1
-}
-
 if { [variant_isset universal] } {
     # Find architectures which will not run on build platform.
     if { ${os.arch}=="i386" } {

Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile	2009-09-11 16:59:22 UTC (rev 57493)
+++ trunk/dports/gnome/gconf/Portfile	2009-09-11 17:13:09 UTC (rev 57494)
@@ -43,10 +43,6 @@
     ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory \
     ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
 
-platform darwin 7 {
-    configure.cflags-append -DBIND_8_COMPAT=1
-}
-
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile	2009-09-11 16:59:22 UTC (rev 57493)
+++ trunk/dports/gnome/gnome-vfs/Portfile	2009-09-11 17:13:09 UTC (rev 57494)
@@ -60,13 +60,6 @@
         ${worksrcpath}/libgnomevfs/gnome-vfs-unix-mounts.c
 }
 
-platform darwin 7 {
-    post-patch {
-        reinplace "s|#include <stdio.h>|#include <stdio.h>\\
-        #include <stdint.h>|g" ${worksrcpath}/libgnomevfs/xdgmimecache.c
-    }
-}
-
 variant avahi description {Enable Bonjour through avahi} {
     depends_lib-append      port:avahi
     configure.args-delete   --disable-avahi

Modified: trunk/dports/gnome/libgnomecups/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecups/Portfile	2009-09-11 16:59:22 UTC (rev 57493)
+++ trunk/dports/gnome/libgnomecups/Portfile	2009-09-11 17:13:09 UTC (rev 57494)
@@ -35,9 +35,6 @@
 
 configure.args  --mandir=${prefix}/share/man
 
-platform darwin 7 {
-    depends_build-append    port:cups-headers
-}
 platform darwin 8 {
     patchfiles-append       patch-libgnomecups-gnome-cups-request.c.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/1305716f/attachment.html>


More information about the macports-changes mailing list