2004-12-01 15:01:04 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Depend on p5-DBI and p5-File-Temp, required to run the mysqlhotcopy
script.
Bump PKGREVISION to each package respectively.
|
2004-11-23 17:07:02 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.
* 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-16 22:48:38 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Don't include "pthread.buildlink3.mk" here. Not all programs (especially
not Apache modules) use Posix Threads.
|
2004-11-16 19:56:29 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Remove superflous variable assignments committed by accident.
|
2004-11-16 19:01:58 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Apply fix for PR pkg/28313 committed by tron@ on mysql-client some
minutes ago, but using subst.mk.
|
2004-11-16 15:10:55 by Ben Collver | Files touched by this commit (1) |
Log message:
The mysql4-client libraries depend on libpthread. When building
packages that depend on mysql-client, using buildlink3, and using
GNU PTH, the pthread library never gets pulled in by buildlink. This
caused the p5-DBD-mysql build to fail, which in turn caused the mytop
build to fail. The fix is to include mk/pthread.buildlink3.mk in
mysql4-client/buildlink3.mk.
This addresses PR#28162.
|
2004-11-12 15:19:07 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Bump PKGREVISION.
|
2004-11-12 13:39:12 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Enable support for old C API functions in libmysqlclient:
mysql_drop_db(), mysql_create_db() and mysql_connect(), required
to build some applications using the MySQL 3.23.x API.
|
2004-11-08 19:19:42 by Juan Romero Pardines | Files touched by this commit (11) |
Log message:
Fix breakage added in last commits in mysql4-* packages:
* 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-01 21:23:21 by Jaromir Dolecek | Files touched by this commit (2) |
Log message:
Need also patch-au from mysql4-server. The build completes successfully
with this patch.
|