Age | Commit message (Expand) | Author | Files | Lines |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 |
2004-01-07 | Rework patch-al to let it compile on !NetBSD platforms. | cube | 2 | -6/+6 |
2003-10-05 | Updated mysql-server to 3.23.58 | martti | 19 | -478/+85 |
2003-09-28 | make mysql 3.23.51 compile on 1.6.x, which uses bundled mit-pthreads | jdolecek | 2 | -1/+15 |
2003-09-28 | Update mysql-client and mysql-server to 3.23.51nb1 - pkg revision kept | jdolecek | 4 | -17/+17 |
2003-09-19 | Bumping once is enough, oops. | wiz | 1 | -2/+2 |
2003-09-19 | Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in | wiz | 1 | -2/+2 |
2003-09-19 | Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in | wiz | 3 | -9/+7 |
2003-09-18 | Add missing ../ in path to included file. | wiz | 1 | -2/+2 |
2003-09-18 | Specify the category when including other files and when depending on other | jmmv | 1 | -2/+2 |
2003-09-17 | Update to nb5: Add patch from | wiz | 3 | -3/+17 |
2003-09-01 | DEINSTALL script was removed. | seb | 1 | -2/+1 |
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -2/+5 |
2003-08-30 | We don't need it anymore, really, the usage of OWNS_DIRS_PERMS | seb | 1 | -16/+0 |
2003-08-30 | Prepare for pkgviews by making sure that passing VIEW-INSTALL or | jlam | 2 | -6/+20 |
2003-08-30 | Use the potential of bsd.pkg.install.mk: | seb | 3 | -54/+3 |
2003-08-24 | Bump package revision of mysql-client and mysql-server with | taca | 1 | -2/+2 |
2003-06-13 | Fix typo in ONLY_FOR_PLATFORM: s/NetBSD-arm/NetBSD-*-arm/ | abs | 1 | -2/+2 |
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -3/+4 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 |
2003-04-21 | lint | cjep | 1 | -0/+5 |
2003-03-24 | remove unnecessary parens and indent some conditionals for | grant | 1 | -7/+5 |
2003-02-09 | attempt to clarify password instructions | lukem | 1 | -5/+7 |
2003-01-31 | oops, share/mysql/mysql.server was missing | lukem | 1 | -1/+2 |
2003-01-29 | add explicit reminder about ${MYSQL_DATADIR} ownership | lukem | 2 | -1/+8 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+3 |
2003-01-21 | also need to set the "mysql root" password on -h `hostname` | lukem | 1 | -1/+3 |
2003-01-21 | install bin/mysql.server for people who won't or can't use etc/rc.d/mysqld. | lukem | 4 | -7/+9 |
2003-01-21 | - add rc.d script; based on [pkg/19055], with rework by me. | lukem | 8 | -11/+153 |
2003-01-20 | use native pthreads on NetBSD, if available | jdolecek | 1 | -9/+19 |
2003-01-20 | need to include <signal.h> in my_pthread.h to be compilable | jdolecek | 2 | -1/+14 |
2003-01-03 | this needs gmake to build... | lukem | 1 | -1/+2 |
2002-12-13 | Fix security problem in MySQL client library and server which were | tron | 3 | -5/+30 |
2002-09-20 | buildlink1 -> buildlink2 and move the USE_BUILDLINK2 definition to the | jlam | 1 | -6/+4 |
2002-08-23 | databases/myslq-server appears to work fine on Linux as well, so add | jschauma | 1 | -2/+2 |
2002-06-16 | Depend on mysql-client>=3.23.49. | wiz | 1 | -2/+2 |
2002-06-03 | Make included MIT pthread library build under NetBSD 1.6. | tron | 2 | -1/+42 |
2002-04-14 | Now, fix PR pkg/16038 for real. Remember to do a clean build after adding | veego | 2 | -6/+6 |
2002-04-11 | Ahh, the pitfalls of including bsd.*.mk. Keep up with NetBSD-1.5ZC, and | fredb | 2 | -1/+14 |
2002-04-11 | Prefix register names with '%' in included mit-pthreads to let this build | fredb | 4 | -1/+160 |
2002-03-25 | Adjust syscalls-powerpc-netbsd.S so it will build correctly again. | briggs | 2 | -1/+128 |
2002-03-18 | Updated mysql-server to 3.23.49 | martti | 4 | -18/+18 |
2002-01-08 | Updated mysql-{client,server} to 3.23.47. This is a bug-fix release, a | martti | 4 | -18/+18 |
2001-11-02 | Strongly buildlinkify. Note dependency on tcp_wrappers for platforms | jlam | 4 | -33/+13 |
2001-11-01 | Oops, back out previous. This locally modified file wasn't supposed | zuntum | 1 | -2/+2 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -5/+5 |
2001-10-18 | SVR4 packages have a limit of 9 chars for a package name. | veego | 1 | -1/+2 |
2001-10-08 | Fix a build problem with the new toolchain, where you would get: | veego | 2 | -1/+19 |
2001-10-08 | Update mysql to 3.23.43. | veego | 8 | -167/+19 |
2001-07-08 | Change the patch to only do this #ifdef __NetBSD__. | bad | 2 | -9/+13 |