summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Good-by mysql4-client now. It isn't supported any more and no packagetaca1-33/+0
need it now.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-03-26pkglint cleanup.wiz1-4/+2
2008-03-26Re-add mysql4 packages.wiz1-0/+35
Andreas Hallmann graciously agreed to maintain them.
2008-03-25Remove mysql4 (4.1 branch) packages.wiz1-35/+0
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13.
2008-03-06+ Honor PKGINFODIR in mysql4-client.jlam1-5/+13
+ Remove explicit naming of "-lncurses -ltermcap" as the way to get the termcap libraries. Including termcap.buildlink3.mk (indirectly through including readline/buildlink3.mk) will do the right thing. + Remove readline dependency from Makefile.common and add it into mysql4-client/Makefile. Only the -client package needs and uses readline. The -server package only "needs" it to placate the configure script, but none of its installed binaries are linked against it. + Add full DESTDIR support to the -client and -server packages. Bump the PKGREVISION of mysql4-client to 3. The PKGREVISION of mysql4-server remains unchanged since there are no user-visible changes to the binary package.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-05-26Update mysql4-client and mysql4-server to version 4.1.19.seb1-2/+1
Lots of changes since last packaged version (4.1.15), please see: http://dev.mysql.com/doc/refman/4.1/en/news-4-1-19.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-18.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-17.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-16.html Most notably this version includes a fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517 While here install more man pages and merge mysql4-client/patches/patch-ad into mysql4-client/patches/patch-af.
2006-03-30* Honor PKGINFODIR.jlam1-3/+2
* List the info files directly in the PLIST.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-02-16Updated mysql4-{client,server} to 4.1.10.xtraeme1-2/+2
A lot of bugfixes and functionality was added... please see: http://dev.mysql.com/doc/mysql/en/news-4-1-10.html
2005-01-20Apply patch from MySQL BitKeeper repository to fix the symlinkxtraeme1-2/+2
vulnerability in the mysqlaccess script. Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2005-01-10Update mysql4-* to 4.1.8a.xtraeme1-2/+2
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to see the list of changes, new features added and a bunch of bugs were fixed.
2005-01-01Bump PKGREVISION because old binary packages may contain a wrong pathminskim1-2/+2
to the perl executable.
2004-12-02Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requiresxtraeme1-5/+2
mysql*-client! explain which are the required packages to run the script.
2004-12-01Depend on p5-DBI and p5-File-Temp, required to run the mysqlhotcopyxtraeme1-2/+5
script. Bump PKGREVISION to each package respectively.
2004-11-23* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.xtraeme1-4/+7
* Use PTHREAD_AUTO_VARS=no to disable linking to libpthread all programs and libraries, which is wrong. * Set USE_LIBTOOL and GNU_CONFIGURE before including bsd.prefs.mk, so the test for _OPSYS_MAX_CMDLEN is not skipped. Bump PKGREVISION to each package respectively (mysql-client and mysql4-client), closes PR pkg/28162 and PR pkg/28222.
2004-11-16Apply fix for PR pkg/28313 committed by tron@ on mysql-client somextraeme1-2/+2
minutes ago, but using subst.mk.
2004-11-12Bump PKGREVISION.xtraeme1-2/+2
2004-11-08Fix breakage added in last commits in mysql4-* packages:xtraeme1-5/+3
* Make mysql4-client build on NetBSD 1.[56]* * Don't install mysqld and friends in mysql4-client (eww!) * Remove an unneeded patch. * Remove duplicated files in mysql4-client's PLIST. Also, use assembler functions when MACHINE_ARCH == i386. This closes PR pkg/27154, pkg/27720, pkg/27744 and pkg/28035. BTW, I tested them on NetBSD 1.6.2, 2.0_RC4 and -current. Bump PKGREVISION for both packages.
2004-11-01define USE_BUILDLINK3 before including Makefile.common, which pulls somejdolecek1-2/+3
buildlink3.mk files
2004-10-31enable the thread-safe client so that the full set of tools isgrant1-1/+3
built and installed. bump PKGREVISION.
2004-10-22Update databases/mysql4* packages to 4.0.21 (latest stable productionxtraeme1-2/+1
release) and take maintainership. Functionality added or changed: # Print version_comment (from ./configure --comment during compilation) when starting the server. E.g.: Version: '4.0.21-debug' socket: '/tmp/mysql.sock' port: 0 Official MySQL Binary # Made the MySQL server not react to signals SIGHUP and SIGQUIT on Mac OS X 10.3. This is needed because under this OS, the MySQL server receives lots of these signals (reported as Bug #2030). # On Windows, the mysqld-nt and mysqld-max-nt servers now write error messages to the Windows event log in addition to the MySQL error log. Tons of bugfixes were fixed, more information: http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+3
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-07-18Unbuildlinkify mysql_config so that --libs and --include return the correctjlam1-1/+2
values.
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme1-2/+1
Lots of bugfixes, please review the Changelog file.
2004-05-14distinguish between mysql 3 and 4 in COMMENT.grant1-2/+2
2004-04-22Bl3ify.seb1-4/+3
Provide a buildlink3.mk file for mysql4-client package. While here remove obsolete USE_NEW_TEXINFO.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti1-0/+24
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 client programs and libraries.