2004-11-01 21:00:51 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
define USE_BUILDLINK3 before including Makefile.common, which pulls some
buildlink3.mk files
|
2004-11-01 09:30:25 by grant beattie | Files touched by this commit (3) |
Log message:
move patch-af back here and don't share patches with mysql4-server.
some of the patches disable part of the build and break the client
build.
should fix build issue noted on tech-pkg.
|
2004-10-31 11:14:14 by grant beattie | Files touched by this commit (2) |
Log message:
enable the thread-safe client so that the full set of tools is
built and installed.
bump PKGREVISION.
|
2004-10-31 10:24:27 by grant beattie | Files touched by this commit (1) |
Log message:
be explicit about where openssl is, fixes openssl detection on Solaris.
|
2004-10-31 10:01:25 by grant beattie | Files touched by this commit (3) |
Log message:
use patches and distinfo from mysql4-server instead of duplicating
patches here.
|
2004-10-30 10:12:18 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Add missing pthread.bl3.mk, closes PR pkg/27650.
|
2004-10-28 03:34:27 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Use subst.mk instead of using sed(1)/mv(1)/rm(1).
|
2004-10-28 03:12:44 by Juan Romero Pardines | Files touched by this commit (14) |
Log message:
Update mysql4-{client,server} to 4.1.7 (latest production release).
MySQL version 4.1 offers dozens of important product enhancements
and new features, including support for:
* Subqueries and derived tables -- allowing users to search
complex data sets with greater ease and efficiency;
* A significantly faster and more flexible client-server protocol
with support for prepared statements, providing optimized query
execution and improved warning information;
* New GUI installer and configuration wizards for Linux and Windows,
making it easier for developers to set up and optimize their
MySQL databases;
* Encrypted client-server communication using OpenSSL (GPL),
greatly increasing security against malicious intrusion and
unauthorized access.
* A more highly-optimized MySQL server library with a smaller
memory footprint that performs significantly faster when embedded
in third-party software.
* Extensive Unicode support through the utf8 and ucs2 international
character sets for applications that require the use of local
languages;
* Industry-standard GIS spatial types for storing and managing
geographic data;
* Improved full text search and Help features.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
|