diff options
Diffstat (limited to 'databases/mysqlcc')
-rw-r--r-- | databases/mysqlcc/Makefile | 58 | ||||
-rw-r--r-- | databases/mysqlcc/distinfo | 2 | ||||
-rw-r--r-- | databases/mysqlcc/files/patch-shared-src-CMySQL.cpp | 19 | ||||
-rw-r--r-- | databases/mysqlcc/pkg-descr | 5 | ||||
-rw-r--r-- | databases/mysqlcc/pkg-plist | 41 |
5 files changed, 0 insertions, 125 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile deleted file mode 100644 index 28ead11c1d60..000000000000 --- a/databases/mysqlcc/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: mysqlcc -# Date created: 03 April 2002 -# Whom: ferruccio.vitale@tin.it -# -# $FreeBSD$ -# - -PORTNAME= mysqlcc -PORTVERSION= 0.9.4 -PORTREVISION= 5 -CATEGORIES= databases -MASTER_SITES= ftp://sunsite.dk/pub/databases/mysql/Downloads/MySQLCC/ \ - http://mysql.mirrors.pair.com/Downloads/MySQLCC/ \ - http://mirrors.sunsite.dk/mysql/Downloads/MySQLCC/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ferruccio.vitale@tin.it -COMMENT= A platform-independent GUI administration client for the MySQL server - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -BROKEN= does not compile -DEPRECATED= has been broken for almost a year -EXPIRATION_DATE=2011-04-17 - -USE_MYSQL= yes -IGNORE_WITH_MYSQL=323 - -GNU_CONFIGURE= yes -USE_QT_VER= 3 -CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \ - --with-mysql-lib=${LOCALBASE}/lib/mysql \ - --with-qt=${QT_PREFIX} - -DOCS= Changelog.txt README.txt TODO.txt -SHARE_DATA= error.wav warning.wav syntax.txt - -post-patch: - ${REINPLACE_CMD} -E -e 's@^(QMAKESPEC=)\$$QTDIR.*@\1${LOCALBASE}/share/qt/mkspecs/freebsd-g++@;s@\$$QTDIR/bin/qmake@${LOCALBASE}/bin/qmake@' ${WRKSRC}/configure - ${REINPLACE_CMD} -E -e "s@(QString mydir =) QDir.*@\1 \"${DATADIR}/\";@" ${WRKSRC}/src/CApplication.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mysqlcc ${PREFIX}/bin/ - ${MKDIR} -m 0755 -p ${DATADIR}/translations -.for f in ${SHARE_DATA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/ -.endfor - ${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations/ - ${INSTALL_DATA} ${WRKSRC}/translations/*.ts ${DATADIR}/translations/ -.if !defined(NOPORTDOCS) - ${MKDIR} -m 0755 -p ${DOCSDIR}/plugins -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor - (umask 022; ${TAR} -C ${WRKSRC}/plugins -cpf - . | ${TAR} -C ${DOCSDIR}/plugins -xpf -) -.endif - -.include <bsd.port.mk> diff --git a/databases/mysqlcc/distinfo b/databases/mysqlcc/distinfo deleted file mode 100644 index bc2a24b2a26d..000000000000 --- a/databases/mysqlcc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mysqlcc-0.9.4-src.tar.gz) = bb1c6b2a7c4a4b38d9c93d794e91aabf80f81a9a64739584709da00f228a7b66 -SIZE (mysqlcc-0.9.4-src.tar.gz) = 747244 diff --git a/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp b/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp deleted file mode 100644 index b0fbd9e936ae..000000000000 --- a/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp +++ /dev/null @@ -1,19 +0,0 @@ - -$FreeBSD$ - ---- shared/src/CMySQL.cpp.orig -+++ shared/src/CMySQL.cpp -@@ -450,8 +450,12 @@ - - if (!isConnected()) - return false; -- -+ -+#if ( MYSQL_VERSION_ID > 40100 ) || ( MYSQL_VERSION_ID == 50001 ) || ( MYSQL_VERSION_ID == 40107 ) -+ if (mysql_shutdown(mysql,SHUTDOWN_DEFAULT) != 0) -+#else - if (mysql_shutdown(mysql) != 0) -+#endif - { - if (emiterror) - emitError(); diff --git a/databases/mysqlcc/pkg-descr b/databases/mysqlcc/pkg-descr deleted file mode 100644 index 6177512cac11..000000000000 --- a/databases/mysqlcc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MySQL Control Center (also known as MySQLCC) is a -platform-independent GUI administration client for -the MySQL database server. - -WWW: http://www.mysql.com/products/mysqlcc/ diff --git a/databases/mysqlcc/pkg-plist b/databases/mysqlcc/pkg-plist deleted file mode 100644 index 34acd4643082..000000000000 --- a/databases/mysqlcc/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/mysqlcc -%%DATADIR%%/error.wav -%%DATADIR%%/warning.wav -%%DATADIR%%/syntax.txt -%%DATADIR%%/translations/Deutsch.qm -%%DATADIR%%/translations/Deutsch.ts -%%DATADIR%%/translations/French.qm -%%DATADIR%%/translations/French.ts -%%DATADIR%%/translations/Italian.qm -%%DATADIR%%/translations/Italian.ts -%%DATADIR%%/translations/Polish.qm -%%DATADIR%%/translations/Polish.ts -%%DATADIR%%/translations/Russian.qm -%%DATADIR%%/translations/Russian.ts -%%DATADIR%%/translations/Spanish.qm -%%DATADIR%%/translations/Spanish.ts -%%DATADIR%%/translations/Simplified_Chinese.qm -%%DATADIR%%/translations/Simplified_Chinese.ts -%%DATADIR%%/translations/Traditional_Chinese.qm -%%DATADIR%%/translations/Traditional_Chinese.ts -%%PORTDOCS%%%%DOCSDIR%%/Changelog.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/TODO.txt -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/README.txt -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello.cpp -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello.h -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello_plugin.cpp -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello_plugin.def -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello_plugin.h -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/hello_plugin.pro -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/main.cpp -%%PORTDOCS%%%%DOCSDIR%%/plugins/hello/moc_hello.cpp -%%PORTDOCS%%%%DOCSDIR%%/plugins/service/StdAfx.cpp -%%PORTDOCS%%%%DOCSDIR%%/plugins/service/StdAfx.h -%%PORTDOCS%%%%DOCSDIR%%/plugins/service/service.cpp -%%PORTDOCS%%@dirrm %%DOCSDIR%%/plugins/hello -%%PORTDOCS%%@dirrm %%DOCSDIR%%/plugins/service -%%PORTDOCS%%@dirrm %%DOCSDIR%%/plugins -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/translations -@dirrm %%DATADIR%% |