| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Fix plist (don't install .la files)
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
|
| |
- Fix mysqlbug vulnerability [2]
- Bump PORTREVISION
PR: ports/66671 [1]
Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1],
roam [2]
|
|
|
|
| |
Noticed by: many
|
|
|
|
|
|
| |
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
|
|
|
|
|
|
| |
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
|
|
|
|
|
|
|
|
|
| |
o Fix packages dependencies.
o portlint clean
o Correct typo in MASTER_SITES, Fix non-optimized build.
PR: ports/60559
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
|
|
|
| |
o Make portlint clean.
PR: ports/60120
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
|
|
|
|
| |
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
|
|
|
|
|
|
|
|
|
|
| |
o Switch from p5-Mysql to p5-DBD-mysql.
o Add MySQL 4 support (and set it as default) to p5-DBD-mysql.
o Bump PORTREVISION accordingly.
PR: ports/50315
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer)
Approved by: skv (p5-DBD-myql maintainer)
|
|
|
|
|
|
|
|
| |
o Fix pkg-plist.
o Bump PORTREVISION accordingly.
PR: ports/50293
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
|
|
|
|
| |
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
|
|
|
|
|
|
|
| |
PR: 45543
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by: portmgr (will)
Repo-copy performed by: cvs (josefk)
|
|
|
|
|
|
|
|
|
| |
This fixes a security hole which is remotely exploitable.
See http://security.e-matters.de/advisories/042002.html for details.
Submitted by: sobomax
Approved by: sobomax
|
| |
|
| |
|
|
|
|
| |
- add patch to use correct prototypes for libwrap
|
| |
|
|
|
|
| |
also affects slave port.
|
| |
|
|
|
|
| |
mysql_setpermission and mysqlhotcopy need the perl module.
|
| |
|
|
|
|
|
|
|
| |
ldconfig is run earlier.
PR: ports/24924
Submitted by: jeh
|
|
|
|
|
|
|
|
| |
This type allows SQL transactions (COMMIT, ROLLBACK).
Note: BerkeleyDB is build as part of mysql323-server since mysql
needs a special version of it. Thus we can't depend on
databases/db3 at the moment.
|
| |
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and mysql322-server.
- mit-pthread support was dropped.
- libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the
one coming with MySQL-3.22.x) so ports depending on MySQL having
a chance of using 3.23.x if installed.
mysql322-(client|server) and mysql323-(client|server) can't be
installed at the same time, of course.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- put mysqld in a sandbox:
- create user and group 'mysql' (uid and gid 88)
- start mysqld with user 'mysql'
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mysql322-client uses mysql322-server as a master port. So
all the magic is in mysql322-server.
mysql322-client must be used to add dependencies to, now.
Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial
point.
|
|
|
|
| |
A version using mysql322(-server) as a master port will follow.
|
|
|
|
|
|
|
|
|
| |
Note: This is a null commit for Makefile, the previous MASTER_SITE update
included a patch I hadn't intended for primetime.
Dirk can change/remove/modify this whenever he has the Better Solution.
Submitted by: Dan Moschuk <dan@trinsec.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
a reality.
This port was repo-copied by 'The Wraith'.
|
| |
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
|
|
|
| |
the .la file.
|
| |
|
| |
|
|
|
|
|
| |
Found by: portlint
Reminded by: asami
|
| |
|
|
|
|
| |
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- don't pollute CFLAGS with extra optimizer flags
- remove part of patch-ac which forces -pthread instead of -lc_r
(was included in the main distribution)
- don't name freebsd version in mit-pthreads/config/configure
explicitly. settings work for 2.*, 3.* and 4.*.
|
| |
|
|
|
|
|
| |
According to T.c.X DataKonsultAB this is the recommended version now.
So remove NO_LATEST_LINK (and set it for mysql321).
|
| |
|
| |
|
|
|
|
| |
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
| |
|
| |
|
|
|
|
|
|
|
| |
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING
is defined.
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8701
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
|
| |
- Upgrade to mysql-3.22.9-beta
- fix build under ELF
|
|
|
|
| |
with mysql321. (sigh)
|
| |
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
|
|
|
|
|
| |
In the future we have to mysql ports, a stable one and a developer version.
Under FreeBSD-current this port supports threads ...
|
|
|
|
|
|
|
| |
agreed by Josh Tiefenbach <josh@ican.net>, thanks Josh for your
previous work on this port.
Port is no more broken. Requested by new maintainer and tested by
me with a -current system.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/share/mysql/mysql
/usr/ports/databases/mysql/work/mysql-3.21.33/scripts/mysql_install_db
Didn't find the 'data' directory in the current directory
You should be in the distribution directory when executing this script
Please go to the directory where you unpacked this distribution
and start this script with 'scripts/mysql_install_db'
*** Error code 1
|
| |
|
|
|
|
|
| |
PR: 6322
Submitted by: ibex@physik.TU-Berlin.DE
|
| |
|
| |
|
|
|
|
|
| |
PR: 6075
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
|
|
|
|
| |
PR: 5983
Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
|
|
|
|
|
|
| |
this port. Also sort pkg/PLIST and some minor portlint mods.
PR: 5014
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
| |
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
|
| |
-- we are obviously not interested in keeping the old versions around
in that case.
|
| |
|
|
|
|
| |
Submitted by: axl@iafrica.com
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
|
|
|
|
|
| |
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
|
|
Submitted by: Josh Tiefenbach <josh@ican.net>
|