[63491] trunk/dports/databases

ryandesign at macports.org ryandesign at macports.org
Fri Feb 5 18:03:38 PST 2010


Revision: 63491
          http://trac.macports.org/changeset/63491
Author:   ryandesign at macports.org
Date:     2010-02-05 18:03:38 -0800 (Fri, 05 Feb 2010)
Log Message:
-----------
mysql5, mysql5-server: update to 5.1.43 (#23567); remove no_embedded_server variant and use muniversal portgroup so we can build universal even when building the embedded server (#17300); remove post-configure block that doesn't seem right

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile
    trunk/dports/databases/mysql5-server/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2010-02-06 02:01:15 UTC (rev 63490)
+++ trunk/dports/databases/mysql5/Portfile	2010-02-06 02:03:38 UTC (rev 63491)
@@ -3,9 +3,12 @@
 PortSystem              1.0
 PortGroup               archcheck 1.0
 
+# http://bugs.mysql.com/bug.php?id=47360
+PortGroup               muniversal 1.0
+
 name                    mysql5
 conflicts               mysql5-devel mysql4
-version                 5.1.42
+version                 5.1.43
 set branch              [join [lrange [split ${version} .] 0 1] .]
 homepage                http://www.mysql.com/
 categories              databases
@@ -30,9 +33,9 @@
     http://ftp.plusline.de/mysql/Downloads/MySQL-${branch}/
 
 checksums \
-    md5     b644b219e130b7c6bca81948f75d72d7 \
-    sha1    b16a787b61dfc6f57ff6fb723223598c6f529db1 \
-    rmd160  03be40ad07238d0b13d82b3e763f5263962e3bef
+    md5     451fd3e8c55eecdf4c3ed109dce62f01 \
+    sha1    fff98e59f17487d646998662409bc894a422b7e9 \
+    rmd160  51aa017edc165f13f2cb696ee210505b8f2a21ee
 
 depends_lib \
     port:zlib \
@@ -89,21 +92,11 @@
 archcheck.files-append  lib/libreadline.dylib
 configure.args-append   --without-readline
 
-variant no_embedded_server description {Don't build the libmysqld embedded server (thereby allowing a universal build)} {}
-if {![variant_isset no_embedded_server]} {
-    # Build libmysqld embedded server.
-    configure.cflags-append -fPIC
-    configure.cxxflags-append -fPIC
-    configure.args-append --with-embedded-server --with-pic
-    
-    # http://bugs.mysql.com/bug.php?id=47360
-    universal_variant no
-}
+# Build libmysqld embedded server.
+configure.cflags-append -fPIC
+configure.cxxflags-append -fPIC
+configure.args-append --with-embedded-server --with-pic
 
-post-configure {
-    reinplace "s;openssl_includes = -I;openssl_includes_includes = -I${prefix}/include/openssl;" ${worksrcpath}/tests/Makefile
-}
-
 pre-destroot {
     xinstall -m 755 -d ${destroot}${sysconfdir}
     destroot.keepdirs-append ${destroot}${sysconfdir}

Modified: trunk/dports/databases/mysql5-server/Portfile
===================================================================
--- trunk/dports/databases/mysql5-server/Portfile	2010-02-06 02:01:15 UTC (rev 63490)
+++ trunk/dports/databases/mysql5-server/Portfile	2010-02-06 02:03:38 UTC (rev 63491)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    mysql5-server
-version                 5.1.42
+version                 5.1.43
 set branch              [join [lrange [split ${version} .] 0 1] .]
 homepage                http://www.mysql.com/
 categories              databases
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100205/ed13adaa/attachment.html>


More information about the macports-changes mailing list