[57182] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun Sep 6 21:07:14 PDT 2009


Revision: 57182
          http://trac.macports.org/changeset/57182
Author:   ryandesign at macports.org
Date:     2009-09-06 21:07:10 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
Remove darwin 7 bits; MacPorts 1.8.0 requires darwin 8 or newer

Modified Paths:
--------------
    trunk/dports/archivers/bzip2/Portfile
    trunk/dports/databases/mysql4/Portfile
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz-devel/Portfile
    trunk/dports/lang/php4/Portfile
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile
    trunk/dports/lang/php52/Portfile
    trunk/dports/lang/q/Portfile
    trunk/dports/print/freetype/Portfile

Removed Paths:
-------------
    trunk/dports/lang/q/files/patch-clib.diff

Modified: trunk/dports/archivers/bzip2/Portfile
===================================================================
--- trunk/dports/archivers/bzip2/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/archivers/bzip2/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -58,10 +58,6 @@
     patchfiles-append   patch-Makefile-so.diff
 }
 
-platform darwin 7 {
-    build.env           DYLD_LIBRARY_PATH="${worksrcpath}"
-}
-
 post-configure {
     reinplace "s|^CC=gcc|CC=${configure.cc}|" ${worksrcpath}/Makefile
 }

Modified: trunk/dports/databases/mysql4/Portfile
===================================================================
--- trunk/dports/databases/mysql4/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/databases/mysql4/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -58,14 +58,6 @@
         ${worksrcpath}/mysys/default.c
 }
 
-platform darwin 7 {
-    configure.ldflags           "-lncurses"
-    configure.cflags            "-O3 -fno-omit-frame-pointer"
-    configure.cxx               gcc
-    configure.cxxflags          "-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti"
-    configure.env-append        LIBS=-ldl
-}
-
 configure.args \
     --mandir=${prefix}/share/man \
     --infodir=${prefix}/share/info \

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/graphics/graphviz/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -35,14 +35,6 @@
     sha1    1d91b3a7d2c7fa15e5e718eb456210cd15731e14 \
     rmd160  d003cfa57e73c44fbb71ae8f8726ecc9c74735f9
 
-platform darwin 7 {
-    depends_lib-append \
-        port:gnuregex
-    post-extract {
-        reinplace "s|<regex.h>|<gnuregex.h>|g" ${worksrcpath}/lib/gvc/gvconfig.c
-    }
-}
-
 pre-extract {
     if {"darwin" == ${os.platform} && 9 == ${os.major}} {
         # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -35,14 +35,6 @@
     sha1    41df278c4789cb6e748a678d8cbde4e26c44a569 \
     rmd160  049b7576e054d15d3117aa3ce212969fb905e272
 
-platform darwin 7 {
-    depends_lib-append \
-        port:gnuregex
-    post-extract {
-        reinplace "s|<regex.h>|<gnuregex.h>|g" ${worksrcpath}/lib/gvc/gvconfig.c
-    }
-}
-
 pre-extract {
     if {"darwin" == ${os.platform} && 9 == ${os.major}} {
         # graphviz-devel needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant

Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/php4/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -94,13 +94,6 @@
     --enable-gd-native-ttf \
     --with-freetype-dir=${prefix}
 
-platform darwin 7 {
-    configure.env-append \
-        LIBS=-ldl
-    configure.cppflags-append \
-        "-no-cpp-precomp"
-}
-
 platform darwin 10 {
     configure.env-append \
         LIBS=-lresolv

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/php5/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -95,13 +95,6 @@
 # php5-mysql +mysqlnd needs mysqlnd support compiled into php
 configure.env-append    PHP_MYSQLND_ENABLED=yes
 
-platform darwin 7 {
-    configure.env-append \
-        LIBS=-ldl
-    configure.cppflags-append \
-        "-no-cpp-precomp"
-}
-
 platform darwin 10 {
     configure.env-append \
         LIBS=-lresolv
@@ -109,11 +102,8 @@
 
 platform macosx {
     configure.args-append \
-        --with-ldap=/usr
-    if {${os.major} > 7} {
-        configure.args-append \
-            --with-iodbc=/usr
-    }
+        --with-ldap=/usr \
+        --with-iodbc=/usr
 }
 
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/php5-devel/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -94,13 +94,6 @@
 # php5-mysql +mysqlnd needs mysqlnd support compiled into php
 configure.env-append    PHP_MYSQLND_ENABLED=yes
 
-platform darwin 7 {
-    configure.env-append \
-        LIBS=-ldl
-    configure.cppflags-append \
-        "-no-cpp-precomp"
-}
-
 platform darwin 10 {
     configure.env-append \
         LIBS=-lresolv
@@ -108,11 +101,8 @@
 
 platform macosx {
     configure.args-append \
-        --with-ldap=/usr
-    if {${os.major} > 7} {
-        configure.args-append \
-            --with-iodbc=/usr
-    }
+        --with-ldap=/usr \
+        --with-iodbc=/usr
 }
 
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/php52/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -106,13 +106,6 @@
     --without-pear \
     --with-freetype-dir=${prefix}
 
-platform darwin 7 {
-    configure.env-append \
-        LIBS=-ldl
-    configure.cppflags-append \
-        "-no-cpp-precomp"
-}
-
 platform darwin 10 {
     configure.env-append \
         LIBS=-lresolv
@@ -121,11 +114,8 @@
 platform macosx {
     configure.args-append \
         --with-ldap=/usr \
-        --with-kerberos=/usr
-    if {${os.major} > 7} {
-        configure.args-append \
-            --with-iodbc=/usr
-    }
+        --with-kerberos=/usr \
+        --with-iodbc=/usr
 }
 
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}

Modified: trunk/dports/lang/q/Portfile
===================================================================
--- trunk/dports/lang/q/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/q/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -62,10 +62,5 @@
 
 test.run                yes
 
-platform darwin 7 {
-    patchfiles-append \
-        patch-clib.diff
-}
-
 livecheck.version       [lindex [split ${version} -] 0]
 livecheck.regex         <title>q (.*) released.*</title>

Deleted: trunk/dports/lang/q/files/patch-clib.diff
===================================================================
--- trunk/dports/lang/q/files/patch-clib.diff	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/lang/q/files/patch-clib.diff	2009-09-07 04:07:10 UTC (rev 57182)
@@ -1,25 +0,0 @@
---- modules/clib/clib.c	Fri Feb 22 02:46:33 2008
-+++ modules/clib/clib.c	Mon Jun  9 05:42:37 2008
-@@ -6074,9 +6074,7 @@
-     if (!pattern) return __ERROR;
-     res = glob(pattern, 0, NULL, &g);
-     free(pattern);
--    if (res == GLOB_NOMATCH)
--      return mknil;
--    else if (res)
-+    if (res)
-       return __FAIL;
-     else {
-       expr x = mknil;
---- modules/clib/system.c	Mon Jun  9 05:46:28 2008
-+++ modules/clib/system.c	Mon Jun  9 19:37:46 2008
-@@ -4849,9 +4849,6 @@
- #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
- #undef SETPGRP_VOID
- #endif
--#if defined(__APPLE__)
--#define SETPGRP_VOID
--#endif
- 
- FUNCTION(system,setpgrp,argc,argv)
- {

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2009-09-07 03:59:51 UTC (rev 57181)
+++ trunk/dports/print/freetype/Portfile	2009-09-07 04:07:10 UTC (rev 57182)
@@ -60,12 +60,6 @@
     configure.ldflags-append ${configure.cc_archflags}
 }
 
-platform darwin 7 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-    configure.env-append    GNUMAKE=${build.cmd}
-}
-
 platform macosx {
     if {${os.major} < 9} {
         configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/cd260505/attachment.html>


More information about the macports-changes mailing list