Modified: trunk/dports/databases/mysql5/Portfile (116612 => 116613)
--- trunk/dports/databases/mysql5/Portfile 2014-01-30 20:07:41 UTC (rev 116612)
+++ trunk/dports/databases/mysql5/Portfile 2014-01-30 21:02:29 UTC (rev 116613)
@@ -45,9 +45,6 @@
add_users ${mysqluser} group=${mysqluser} realname=MySQL\ Server
if {${name} eq ${subport}} {
-
- PortGroup archcheck 1.0
-
# http://bugs.mysql.com/bug.php?id=47360
PortGroup muniversal 1.0
@@ -58,10 +55,6 @@
port:openssl \
port:tcp_wrappers
- archcheck.files lib/libz.dylib \
- lib/libssl.dylib \
- lib/libwrap.dylib
-
patch.pre_args -p1
patchfiles patch-Makefile.in.diff \
patch-scripts-mysql_secure_installation.sh.diff
@@ -94,7 +87,6 @@
# "--without-readline" has the peculiar meaning "do not use the bundled copy
# of readline but use the system's (i.e. MacPorts') copy of readline"
depends_lib-append port:readline
- archcheck.files-append lib/libreadline.dylib
configure.args-append --without-readline
# Build libmysqld embedded server.