2005-07-29 23:02:35 by Juan Romero Pardines | Files touched by this commit (12) |
Log message:
Update to 4.1.13.
Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html
for a detailed description.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
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-14 05:35:41 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Define BUILDLINK_INCDIRS.mysql-client to ensure that the MySQL
include dir is automatically available in ${CPPFLAGS}, following
the example of postgres74-lib.
|
2005-05-23 16:00:21 by Juan Romero Pardines | Files touched by this commit (9) |
Log message:
Update mysql4-* to 4.1.12.
Lots of changes and bugs fixed, see
http://dev.mysql.com/doc/mysql/en/news-4-1-12.html
for more information.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-18 17:08:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Use RCD_SCRIPTS_SHELL on the scripts we install, as they do not use fully
portable shell constructs.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-04-06 16:13:46 by Juan Romero Pardines | Files touched by this commit (5) |
Log message:
Update mysql4-{client,server} to 4.1.11 (Released 1 April 2005)
Lots of bugfixes and new functionality was added, more info:
http://dev.mysql.com/doc/mysql/en/news-4-1-11.html
|
2005-03-15 16:09:14 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update to 4.1.10a.
- Fix potential security vulnerabilities in the creation of temporary
table file names and the handling of User Defined Functions (UDFs).
More info: http://www.k-otik.com/english/advisories/2005/0252
Increased BUILDLINK_RECOMMENDED to 4.1.10a.
|
2005-03-08 17:48:11 by Juan Romero Pardines | Files touched by this commit (5) |
Log message:
o Add missing RCSID tags to patch-a{a,m} and use pkglint.
o Explain how to start mysqld correctly, PKG_RCD_SCRIPTS {dis,en}abled;
closes PR pkg/29579.
|