summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-5/+5
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-20Use ${VARBASE}.xtraeme1-2/+2
2004-07-18Unbuildlinkify mysql_config so that --libs and --include return the correctjlam1-1/+2
values.
2004-07-18The libraries don't link against libreadline, only the client binaries, sojlam1-3/+2
remove the readline buildlink3.mk file.
2004-07-18No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOLjlam1-2/+1
is defined.
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme5-12/+12
Lots of bugfixes, please review the Changelog file.
2004-05-14s/netbsd.org/NetBSD.org/grant1-2/+2
2004-05-14distinguish between mysql 3 and 4 in COMMENT.grant1-2/+2
2004-04-27Unused.wiz1-28/+0
2004-04-22Bl3ify.seb3-8/+31
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.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-13Fix the build by adding USE_LANGUAGES=c c++ and linking myisam/isamrecht1-1/+2
with CXX. Noted by kristerw's bulk-build and Michal Pasternak on tech-pkg@.
2004-03-10Add --disable-dependency-tracking to speed up normal builds considerably.tv1-1/+5
2004-03-07Updated mysql-client to 4.0.18martti3-10/+14
* Bug fixes
2004-03-02Remove info files entries from PLIST.seb1-2/+1
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti7-0/+249
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.