diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
commit | d9029c513982bd669b22c88b2f04cd4cfd5c201f (patch) | |
tree | 7f5fb76f05a3aae44742dda07753ffe091a58bfd /databases/mysql55-scripts | |
parent | - Update to 0.062 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=266994
Diffstat (limited to 'databases/mysql55-scripts')
-rw-r--r-- | databases/mysql55-scripts/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
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 <ale@FreeBSD.org> -# -# $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" |