summaryrefslogtreecommitdiff
path: root/databases/mysql/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1999-05-06Nuke mysql; it's now mysql-server and mysql-client.tv1-57/+0
1999-04-09Update to mysql-3.22.21.bad1-9/+14
There are way too many changes and new features to list them here. The most notable change is the introduction of the GRANT system which requires fixing the privilege tables when upgrading. See the mysql manual. XXX Todo: fix installation of mysql.server script.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-04Some cleanups:frueauf1-2/+4
- add -Dunix for some files which relied on it to be defined - run `mysqladmin shutdown` right after mysql_install_db to prevent blind running mysql daemon, pointed out in pr 6533 by Matthew Green - set NO_PACKAGE if we build/install the server case - mysql_install_db needs the data dir from the source distribution to work - this never worked for binary packages! Remove the bogus exec in PLIST-server too as consequence.
1999-02-04Make this work on ELF properly - add -Wl,-R${LOCALBASE}/lib/mysql tofrueauf1-1/+2
LDFLAGS. Pointed out my Matthew Green in pr 6533.
1998-12-28Use correct syscall number on arm32.bad1-2/+2
Enable building server on arm32.
1998-10-28Update to mysql-3.21.33.bbad1-4/+4
Update mit-pthreads for 1.3H signal changes on alpha and i386. Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version). Enable building the server on sparc. Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.) Fix two bugs in mit-pthreads with functions returning off_t's.
1998-10-19Remove myself as MAINTAINER. Several other people are working on it andtsarna1-2/+2
know more about the current state than I do.
1998-09-01Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.agc1-3/+1
1998-08-20The Grand Homepagification:tsarna1-2/+5
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-20Use USE_LIBTOOL definition.agc1-4/+2
Correct the location of the client libraries.
1998-07-20Update to use libtool to build the clients' shared library.tv1-4/+22
Add support for client-only setups on all architectures other than those the server's threads support (i386 and alpha).
1998-07-20Add missing S to ONLY_FOR_ARCHS.frueauf1-2/+2
1998-07-17Update mysql to 3.21.33.frueauf1-3/+3
1998-07-15Use automatic shared object handlingagc1-2/+1
1998-07-06Update to mysql-3.21.32a.frueauf1-2/+4
1998-06-23Use automatic manual page handling.agc1-3/+1
1998-06-22Initial addition of MySQL, a free SQL database server.frueauf1-0/+35
Based on pr 5601 by Ty Sarna, enhancement and upgrade to 3.21.31 by me.