summaryrefslogtreecommitdiff
path: root/databases/mysql-client
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07Remove mysql-server and mysql-client (versions 4.0.26), becauseghen10-386/+0
1) they will not be maintained anymore 2) their package directory names where confusing (mysql4-* have a more recent version) These package directories may be used for meta-pkgs in the future (pulling in the latest mysql?-* packages).
2005-12-06DragonFly support.joerg2-6/+25
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Revert previous: mysql-client-4.0.x does build on Interix withtv1-2/+2
--enable-assembler supplied.
2005-11-09Don't use the asm string functions on Interix. (To be fixed, but for nowtv1-2/+2
the symbol naming is wrong, so no --enable-assembler will get it built.)
2005-09-27Update mysql-* to 4.0.26:xtraeme4-20/+15
Functionality added or changed: * Added the mysql_get_client_version C API function to the embedded server library. (It was present in the regular client library but inadvertently omitted from the embedded library.) Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html for more information.
2005-08-12Back the last change out after discussion with <xtraeme>.salo1-2/+3
The ABI didn't change and the vulnerability is server side-only.
2005-08-12Update mysql-{client,server} to 4.0.25, which should fixxtraeme4-23/+8
the following vulnerabilities: http://www.appsecinc.com/resources/alerts/mysql/2005-001.html http://www.appsecinc.com/resources/alerts/mysql/2005-002.html Please see changelog: http://dev.mysql.com/doc/mysql/en/news-4-0-25.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-14Define BUILDLINK_INCDIRS.mysql-client to ensure that the MySQLschmonz1-1/+2
include dir is automatically available in ${CPPFLAGS}, following the example of postgres74-lib.
2005-07-05use {CFLAGS,CXXFLAGS}.SunOS instead of conditional.grant1-5/+3
2005-07-05specify path to openssl in --with-openssl argument.grant1-2/+2
noted by Pierre Bourgin on tech-pkg@
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Use RCD_SCRIPTS_SHELL on the scripts we install, as they do not use fullysketch1-3/+6
portable shell constructs.
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-3/+3
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv2-4/+2
2005-03-15Update to 4.0.24, which fixes the vulnerability reported in:xtraeme4-102/+8
http://www.k-otik.com/english/advisories/2005/0252 See http://dev.mysql.com/doc/mysql/en/news-4-0-24.html Bumped BUILDLINK_RECOMMENDED to 4.0.24.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-20Update mysql-{client,server} to 4.0.23a (bugfix release).xtraeme8-30/+120
See http://dev.mysql.com/doc/mysql/en/News-4.0.23.html for the full list of changes. This update applies the fix for the mysqlaccess script symlink vulnerability, bump BUILDLINK_RECOMMENDED.
2004-12-31Bump PKGREVISION because the previous versions built with bsd.pkg.mk 1.1552minskim1-2/+2
may contain a wrong path to the perl executable.
2004-12-17Fix typo in comment.wiz1-2/+2
2004-12-02Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requiresxtraeme1-5/+3
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-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam1-3/+1
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-23* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.xtraeme3-14/+23
* 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-16Remove superflous variable assignments committed by accident.tron1-7/+1
2004-11-16Add missing "thr" to SUBST_CLASSES.xtraeme1-2/+2
2004-11-16Use subst.mk for last tron@'s changes, no functional changes.xtraeme2-8/+7
2004-11-16Make sure that "libmysqlclient.so" is not linked against "libpthread".tron2-3/+15
Bump package revision because of this changes. This fixes PR pkg/28313 by Jarle Greipsland.
2004-11-12Bump PKGREVISION.xtraeme1-1/+2
2004-11-12Enable support for old C API functions in libmysqlclient:xtraeme1-1/+2
mysql_drop_db(), mysql_create_db() and mysql_connect(), required to build some applications using the MySQL 3.23.x API.
2004-11-09Update mysql-{client,server} to 4.0.22.xtraeme9-39/+163
Functionality added or changed: * The --with-openssl option for configure now accepts a path prefix as an argument. --with-openssl-includes and --with-openssl-libs are still supported, but are needed only to override the default values. (Bug #5494) * Added new --without-man option to configure to suppress building/installing the manual pages. (Bug #5379) * InnoDB: New mysqld option --innodb-table-locks and session variable innodb_table_locks (on by default). In applications using AUTOCOMMIT=1, InnoDB's internal table locks can cause deadlocks. You can set innodb_table_locks=0 in `my.cnf' to remove that problem. See section 16.17 Restrictions on InnoDB Tables. (Bug #3299, Bug #5998) * InnoDB: Added the startup option and settable global variable innodb_max_purge_lag for delaying INSERT, UPDATE and DELETE operations when the purge operations are lagging. The default value of this parameter is zero, meaning that there will not be any delays. See section 16.13 Implementation of Multi-Versioning. * InnoDB: Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table because it is referenced by a FOREIGN KEY constraint. And a lot of bugfixes: http://dev.mysql.com/doc/mysql/en/News-4.0.22.html
2004-10-30This needs pthread.bl3.mk too...xtraeme1-1/+2
2004-10-28Fix BUILDLINK_PKGSRCDIR.xtraeme1-2/+2
2004-10-28Use subst.mk instead of using sed(1)/mv(1)/rm(1).xtraeme1-15/+12
2004-10-28Update mysql-{client,server} to 4.0.21 (previously mysql4-*).xtraeme6-36/+69
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
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-06Unused.wiz1-26/+0
2004-05-14distinguish between mysql 3 and 4 in COMMENT.grant1-2/+2
2004-04-03USE_BUILTIN.zlib wasn't being set, resulting in missing symbolsschmonz2-6/+6
for "compress" and "uncompress". Convert to bl3 to fix build.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Remove info files entries from PLIST files.seb1-2/+1