From d9029c513982bd669b22c88b2f04cd4cfd5c201f Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 27 Dec 2010 15:02:38 +0000 Subject: Update MySQL to 5.5.8 GA release. Read UPDATING. Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port. --- databases/mysql55-scripts/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 databases/mysql55-scripts/Makefile (limited to 'databases/mysql55-scripts') diff --git a/databases/mysql55-scripts/Makefile b/databases/mysql55-scripts/Makefile deleted file mode 100644 index 1dd7955a6a52..000000000000 --- a/databases/mysql55-scripts/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: 28 Jan 2006 -# Whom: Alex Dupre -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql55-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.scripts - -SCRIPTS_ONLY= yes -USE_PERL5= yes - -.include "${MASTERDIR}/Makefile" -- cgit v1.2.3