diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-16 19:35:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-16 19:35:58 +0000 |
commit | fae067866a5e5358b7576333a047280e8dca80aa (patch) | |
tree | c600c6eb8f43ca81e4c720677b399ee21b5b7e89 | |
parent | 4b1f1d27a66960aaf278ea4839cd51e54df05fa4 (diff) | |
download | pkgsrc-fae067866a5e5358b7576333a047280e8dca80aa.tar.gz |
Remove mysql51-embedded, included in mysql51-server nowadays.
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql51-embedded/DESCR | 15 | ||||
-rw-r--r-- | databases/mysql51-embedded/Makefile | 55 | ||||
-rw-r--r-- | databases/mysql51-embedded/PLIST | 84 | ||||
-rw-r--r-- | databases/mysql51-embedded/buildlink3.mk | 16 | ||||
-rw-r--r-- | databases/mysql51-embedded/distinfo | 7 | ||||
-rw-r--r-- | databases/mysql51-embedded/patches/patch-aa | 13 | ||||
-rw-r--r-- | databases/mysql51-embedded/patches/patch-ab | 13 |
8 files changed, 1 insertions, 205 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4f3433eaa4a..d9a0987004b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.325 2010/03/16 15:19:57 taca Exp $ +# $NetBSD: Makefile,v 1.326 2010/03/16 19:35:58 wiz Exp $ # COMMENT= Databases @@ -65,7 +65,6 @@ SUBDIR+= mysql4-server SUBDIR+= mysql5-client SUBDIR+= mysql5-server SUBDIR+= mysql51-client -SUBDIR+= mysql51-embedded SUBDIR+= mysql51-server SUBDIR+= mysqlcc SUBDIR+= mytop diff --git a/databases/mysql51-embedded/DESCR b/databases/mysql51-embedded/DESCR deleted file mode 100644 index 156ea0a9c30..00000000000 --- a/databases/mysql51-embedded/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -MySQL is a SQL (Structured Query Language) database server. SQL is the -most popular database language in the world. MySQL is a client-server -implementation that consists of a server daemon `mysqld' and many -different client programs/libraries. - -The main goals of MySQL are speed and robustness. - -The base upon which MySQL is built is a set of routines that have been -used in a highly demanding production environment for many years. While -MySQL is still in development it already offers a rich and highly useful -function set. - -The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). - -This package contains the MySQL embedded server programs. diff --git a/databases/mysql51-embedded/Makefile b/databases/mysql51-embedded/Makefile deleted file mode 100644 index 2a403aea03d..00000000000 --- a/databases/mysql51-embedded/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2010/02/21 13:07:19 wiz Exp $ - -DISTNAME= mysql-5.1.44 -PKGNAME= ${DISTNAME:S/-/-embedded-/} -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mysql.com/ -COMMENT= MySQL 5, a free SQL database (embedded server) -LICENSE= gnu-gpl-v2 - -PKG_DESTDIR_SUPPORT= user-destdir - -GNU_CONFIGURE= yes -GNU_CONFIGURE_PREFIX= ${PREFIX}/mysqld -USE_LANGUAGES= c c++ - -CONFIGURE_ARGS+= --with-embedded-server -CONFIGURE_ARGS+= --with-mysqld-ldflags=-all-static -CONFIGURE_ARGS+= --with-pic -CONFIGURE_ARGS+= --without-bench -CONFIGURE_ARGS+= --without-docs -CONFIGURE_ARGS+= --without-extra-tools -CONFIGURE_ARGS+= --without-libedit -CONFIGURE_ARGS+= --without-libwrap -CONFIGURE_ARGS+= --without-man -CONFIGURE_ARGS+= --without-server -CONFIGURE_ARGS+= --without-ssl - -# the usual == problem -CHECK_PORTABILITY_SKIP= configure BUILD/compile-pentium-gcov configure~ - -CFLAGS+= -fPIC -DPIC -CXXFLAGS+= -fPIC -DPIC - -INSTALLATION_DIRS= mysqld/lib/mysql - -# install headers and client library -INSTALL_DIRS= include libmysql sql - -# We only need readline to placate the configure script. None of the -# binaries are actually linked against -lreadline, so make this only -# a build-time dependency. -# -BUILDLINK_DEPMETHOD.readline= build -# NetBSD version is not recognized -USE_BUILTIN.readline= no -.include "../../devel/readline/buildlink3.mk" - -post-install: - ${INSTALL_LIB} ${WRKSRC}/libmysqld/libmysqld.a \ - ${DESTDIR}${PREFIX}/mysqld/lib/mysql - -.include "../../mk/bsd.pkg.mk" diff --git a/databases/mysql51-embedded/PLIST b/databases/mysql51-embedded/PLIST deleted file mode 100644 index 63767ed1ae4..00000000000 --- a/databases/mysql51-embedded/PLIST +++ /dev/null @@ -1,84 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $ -mysqld/bin/mysql_tzinfo_to_sql -mysqld/include/mysql/decimal.h -mysqld/include/mysql/errmsg.h -mysqld/include/mysql/keycache.h -mysqld/include/mysql/m_ctype.h -mysqld/include/mysql/m_string.h -mysqld/include/mysql/my_alloc.h -mysqld/include/mysql/my_attribute.h -mysqld/include/mysql/my_config.h -mysqld/include/mysql/my_dbug.h -mysqld/include/mysql/my_dir.h -mysqld/include/mysql/my_getopt.h -mysqld/include/mysql/my_global.h -mysqld/include/mysql/my_list.h -mysqld/include/mysql/my_net.h -mysqld/include/mysql/my_no_pthread.h -mysqld/include/mysql/my_pthread.h -mysqld/include/mysql/my_sys.h -mysqld/include/mysql/my_xml.h -mysqld/include/mysql/mysql.h -mysqld/include/mysql/mysql_com.h -mysqld/include/mysql/mysql_embed.h -mysqld/include/mysql/mysql_time.h -mysqld/include/mysql/mysql_version.h -mysqld/include/mysql/plugin.h -mysqld/include/mysql/sql_common.h -mysqld/include/mysql/sslopt-case.h -mysqld/include/mysql/sslopt-longopts.h -mysqld/include/mysql/sslopt-vars.h -mysqld/include/mysql/typelib.h -mysqld/lib/mysql/libmysqlclient.la -mysqld/lib/mysql/libmysqld.a -mysqld/libexec/mysqld -mysqld/share/mysql/charsets/Index.xml -mysqld/share/mysql/charsets/README -mysqld/share/mysql/charsets/armscii8.xml -mysqld/share/mysql/charsets/ascii.xml -mysqld/share/mysql/charsets/cp1250.xml -mysqld/share/mysql/charsets/cp1251.xml -mysqld/share/mysql/charsets/cp1256.xml -mysqld/share/mysql/charsets/cp1257.xml -mysqld/share/mysql/charsets/cp850.xml -mysqld/share/mysql/charsets/cp852.xml -mysqld/share/mysql/charsets/cp866.xml -mysqld/share/mysql/charsets/dec8.xml -mysqld/share/mysql/charsets/geostd8.xml -mysqld/share/mysql/charsets/greek.xml -mysqld/share/mysql/charsets/hebrew.xml -mysqld/share/mysql/charsets/hp8.xml -mysqld/share/mysql/charsets/keybcs2.xml -mysqld/share/mysql/charsets/koi8r.xml -mysqld/share/mysql/charsets/koi8u.xml -mysqld/share/mysql/charsets/latin1.xml -mysqld/share/mysql/charsets/latin2.xml -mysqld/share/mysql/charsets/latin5.xml -mysqld/share/mysql/charsets/latin7.xml -mysqld/share/mysql/charsets/macce.xml -mysqld/share/mysql/charsets/macroman.xml -mysqld/share/mysql/charsets/swe7.xml -mysqld/share/mysql/czech/errmsg.sys -mysqld/share/mysql/danish/errmsg.sys -mysqld/share/mysql/dutch/errmsg.sys -mysqld/share/mysql/english/errmsg.sys -mysqld/share/mysql/errmsg.txt -mysqld/share/mysql/estonian/errmsg.sys -mysqld/share/mysql/french/errmsg.sys -mysqld/share/mysql/german/errmsg.sys -mysqld/share/mysql/greek/errmsg.sys -mysqld/share/mysql/hungarian/errmsg.sys -mysqld/share/mysql/italian/errmsg.sys -mysqld/share/mysql/japanese/errmsg.sys -mysqld/share/mysql/korean/errmsg.sys -mysqld/share/mysql/norwegian-ny/errmsg.sys -mysqld/share/mysql/norwegian/errmsg.sys -mysqld/share/mysql/polish/errmsg.sys -mysqld/share/mysql/portuguese/errmsg.sys -mysqld/share/mysql/romanian/errmsg.sys -mysqld/share/mysql/russian/errmsg.sys -mysqld/share/mysql/serbian/errmsg.sys -mysqld/share/mysql/slovak/errmsg.sys -mysqld/share/mysql/spanish/errmsg.sys -mysqld/share/mysql/swedish/errmsg.sys -mysqld/share/mysql/ukrainian/errmsg.sys diff --git a/databases/mysql51-embedded/buildlink3.mk b/databases/mysql51-embedded/buildlink3.mk deleted file mode 100644 index 939598f8082..00000000000 --- a/databases/mysql51-embedded/buildlink3.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $ - -BUILDLINK_TREE+= mysql-embedded - -.if !defined(MYSQL_EMBEDDED_BUILDLINK3_MK) -MYSQL_EMBEDDED_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.mysql-embedded+= mysql-embedded>=5.1.36nb3 -BUILDLINK_PKGSRCDIR.mysql-embedded?= ../../databases/mysql51-embedded - -MYSQLD_PATH= ${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql -BUILDLINK_PASSTHRU_DIRS+= ${MYSQLD_PATH} -BUILDLINK_PASSTHRU_RPATHDIRS+= ${MYSQLD_PATH} -.endif # MYSQL_EMBEDDED_BUILDLINK3_MK - -BUILDLINK_TREE+= -mysql-embedded diff --git a/databases/mysql51-embedded/distinfo b/databases/mysql51-embedded/distinfo deleted file mode 100644 index e613208eae1..00000000000 --- a/databases/mysql51-embedded/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2010/02/21 13:07:19 wiz Exp $ - -SHA1 (mysql-5.1.44.tar.gz) = 265fbca02b2ef62926e2845d5fdf394298eb3206 -RMD160 (mysql-5.1.44.tar.gz) = f98d25322893b422ee708d683ee73ec9e17ad40a -Size (mysql-5.1.44.tar.gz) = 23400457 bytes -SHA1 (patch-aa) = 8a45d6dd9dcacd686b024e0e554f0487410cbaaa -SHA1 (patch-ab) = 36ad9671911a8af11a6f6f2477d3d53980a9a76c diff --git a/databases/mysql51-embedded/patches/patch-aa b/databases/mysql51-embedded/patches/patch-aa deleted file mode 100644 index 5b9c64ba457..00000000000 --- a/databases/mysql51-embedded/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $ - ---- include/my_handler.h.orig 2009-06-16 12:23:31.000000000 +0000 -+++ include/my_handler.h -@@ -39,7 +39,7 @@ extern "C" { - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. - */ - --#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define HA_MAX_KEY_SEG 16 /* Max segments for key */ - - #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/mysql51-embedded/patches/patch-ab b/databases/mysql51-embedded/patches/patch-ab deleted file mode 100644 index 5b5b18f7060..00000000000 --- a/databases/mysql51-embedded/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $ - ---- include/myisam.h.orig 2009-06-16 12:23:32.000000000 +0000 -+++ include/myisam.h -@@ -48,7 +48,7 @@ extern "C" { - The following defines can be increased if necessary. - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH. - */ --#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define MI_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define MI_MAX_KEY_SEG 16 /* Max segments for key */ - - #define MI_MAX_KEY_BUFF (MI_MAX_KEY_LENGTH+MI_MAX_KEY_SEG*6+8+8) |