| Commit message (Collapse) | Author | Files | Lines |
|
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
Notes:
svn path=/head/; revision=266994
|
|
- fix include layout [1]
- drop obsolete WITH_NDB knob
PR: ports/146276 [1]
Submitted by: pgollucci
Notes:
svn path=/head/; revision=257849
|
|
PR: ports/145774
Submitted by: Gerard Seibert <gerard@seibercom.net>
Notes:
svn path=/head/; revision=252859
|
|
- Switch to use USERS and GROUPS [1]
PR: ports/144887 [1]
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
Notes:
svn path=/head/; revision=252647
|
|
Reported by: many
Notes:
svn path=/head/; revision=238198
|
|
Notes:
svn path=/head/; revision=192515
|
|
Notes:
svn path=/head/; revision=176720
|
|
- Unmark FORBIDDEN
- Install a rcNG startup script
- Enable support for ndbcluster
- Add knob to use process scope threads
Notes:
svn path=/head/; revision=120092
|
|
- Fix plist (don't install .la files)
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=118376
|
|
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=99976
|
|
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>
Notes:
svn path=/head/; revision=96629
|
|
o Sync with mysql40 port changes.
o Make portlint clean.
PR: ports/60119
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=95620
|
|
Remove problematic HAVE_BROKEN_REALPATH define, now we
have a fixed version. This allows usage of symlinks for
database paths again which was previously broken.
Bump portrevision.
Notes:
svn path=/head/; revision=81751
|
|
PR: 51342
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=81394
|
|
PR: ports/50130
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=77407
|
|
Fix configure on -current.
PR: ports/47902
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=74675
|
|
PR: 45543
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by: portmgr (will)
Repo-copy performed by: cvs (josefk)
Notes:
svn path=/head/; revision=74356
|
|
Submitted by: sobomax
Notes:
svn path=/head/; revision=71680
|
|
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
Notes:
svn path=/head/; revision=71630
|
|
PR: ports/44784
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Notes:
svn path=/head/; revision=69859
|
|
Notes:
svn path=/head/; revision=68483
|
|
Notes:
svn path=/head/; revision=64658
|
|
Notes:
svn path=/head/; revision=61632
|
|
Notes:
svn path=/head/; revision=42551
|
|
Notes:
svn path=/head/; revision=41757
|
|
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Notes:
svn path=/head/; revision=37401
|
|
Notes:
svn path=/head/; revision=36063
|
|
Notes:
svn path=/head/; revision=33997
|
|
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.
Notes:
svn path=/head/; revision=33988
|
|
if -Wall was in CFLAGS. Thus mysql didn't build.
Reported, analyzed and tested by: deischen
Notes:
svn path=/head/; revision=28281
|
|
Notes:
svn path=/head/; revision=25061
|
|
consistent with mysqld and other OS.
Reported by: Clive Lin <clive@CirX.ORG>
Notes:
svn path=/head/; revision=23449
|
|
Notes:
svn path=/head/; revision=22503
|
|
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
Notes:
svn path=/head/; revision=17676
|
|
- 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.*.
Notes:
svn path=/head/; revision=16558
|
|
chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING
is defined.
Submitted by: maintainer
Notes:
svn path=/head/; revision=14972
|
|
not only using -lc_r what would result in linking in libc and libc_r
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Obtained from: John Birrell
Notes:
svn path=/head/; revision=13097
|