| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=190265
|
|
|
|
| |
Notes:
svn path=/head/; revision=190263
|
|
|
|
| |
Notes:
svn path=/head/; revision=182849
|
|
|
|
| |
Notes:
svn path=/head/; revision=166022
|
|
|
|
|
|
|
|
|
| |
PR: 97502
Approved by: maintainer timeout (security bypass by mnag with secteam hat)
Security: CVE-2006-1516, CVE-2006-1517
Notes:
svn path=/head/; revision=162920
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
Notes:
svn path=/head/; revision=157011
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154109
|
|
|
|
| |
Notes:
svn path=/head/; revision=153339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=142561
|
|
|
|
| |
Notes:
svn path=/head/; revision=139673
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set the new sequence for finding my.cnf files [2]:
/etc, ${PREFIX}/etc, ${mysql_dbdir}
(default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf)
- Add the possibility to specify additional command-line arguments
to be passed to mysqld_safe on startup
PR: ports/79166 [1], ports/79597 [2]
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1],
Vasil Dimov <vd@datamax.bg> [2]
Notes:
svn path=/head/; revision=133016
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=131300
|
|
|
|
|
|
|
|
|
|
| |
- Fix potential security vulnerabilities in the creation of temporary
table file names and the handling of User Defined Functions (UDFs)
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
Notes:
svn path=/head/; revision=131178
|
|
|
|
|
|
|
|
| |
Submitted by: simon
Obtained from: MySQL BitKeeper Repository
Notes:
svn path=/head/; revision=126626
|
|
|
|
| |
Notes:
svn path=/head/; revision=126058
|
|
|
|
|
|
|
| |
Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
Notes:
svn path=/head/; revision=126054
|
|
|
|
|
|
|
| |
Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
Notes:
svn path=/head/; revision=126003
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [2]
- Fix tcp wrappers (hopefully definitely!)
PR: ports/75598 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1],
sobomax [2]
Notes:
svn path=/head/; revision=125952
|
|
|
|
|
|
|
| |
Spotted by: cdine <cdine@cdine.org>
Notes:
svn path=/head/; revision=124089
|
|
|
|
|
|
|
|
|
|
| |
Required to run mysqlhotcopy.
PR: ports/72095
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes:
svn path=/head/; revision=122887
|
|
|
|
|
|
|
| |
- Switch to rcNG startup script
Notes:
svn path=/head/; revision=120517
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix mysqlhotcopy insecure temporary file creation
- Fix bug in remote connections caused by libwrap [1]
PR: ports/70889 [1]
Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1]
Patch by: peadar [1]
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=118329
|
|
|
|
|
|
|
|
| |
- Add experimental WITH_PROC_SCOPE_PTH knob to use process scope
threads instead of system scope threads with libpthread
Notes:
svn path=/head/; revision=109423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
Now the SKIP_DNS_CHECK knob is pointless.
Notes:
svn path=/head/; revision=103762
|
|
|
|
| |
Notes:
svn path=/head/; revision=102507
|
|
|
|
| |
Notes:
svn path=/head/; revision=102498
|
|
|
|
| |
Notes:
svn path=/head/; revision=102481
|
|
|
|
|
|
|
|
|
|
| |
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
Requested by: many [1]
Notes:
svn path=/head/; revision=101867
|
|
|
|
|
|
|
| |
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=100836
|
|
|
|
|
|
|
|
| |
Noticed by: Petri Helenius <pete@he.iki.fi>
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=99883
|
|
|
|
|
|
|
|
| |
Reported by: kris
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=99398
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correctly support PTHREAD_LIBS/CFLAGS
- Use USE_GNOME=lthack
- Propagate DB_DIR in packages
- Use my @FreeBSD.org email address
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=98441
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 Make portlint clean.
PR: ports/60321
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=96038
|
|
|
|
|
|
|
|
|
|
| |
are always recommended.
PR: ports/58509
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=92124
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
|
| |
o Various little fixes.
o Change behaviour of BUILD_OPTIMIZED.
PR: ports/58377
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=91965
|
|
|
|
|
|
|
|
|
|
|
|
| |
on the make(1) command line[1].
Unbreak mysql40-server's building on -CURRENT (-pthread)[2].
PR: 56252[1], 56925[2]
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1],
Alex Dupre <sysadmin@alexdupre.com> (maintainer) [2]
Notes:
svn path=/head/; revision=90144
|
|
|
|
|
|
|
|
|
|
|
| |
Check for OVERWRITE_DB="no" in addition to just the test for its presence.
PR: 56703
Submitted by: maintainer
Approved by: security-officer (nectar)
Notes:
svn path=/head/; revision=89122
|
|
|
|
|
|
|
|
| |
PR: 54780
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=85502
|
|
|
|
|
|
|
|
|
|
|
| |
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: ports/52440
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes:
svn path=/head/; revision=81640
|
|
|
|
|
|
|
|
| |
PR: 51342
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=81389
|