non port: databases/mysql50-server/Makefile |
Number of commits found: 94 |
Monday, 6 May 2013
|
14:49 ale
Fix also -server ports with clang.
|
Monday, 29 Apr 2013
|
22:35 flo
Deprecate MySQL 5.0.X and set expiration date to 2013-06-30
Approved by: ale
|
Thursday, 17 Jan 2013
|
16:43 flo
Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by: maintainer
|
Tuesday, 4 Sep 2012
|
02:58 linimon
Mark as broken on ARM.
Approved by: maintainer
|
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Friday, 29 Jun 2012
|
09:59 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Monday, 26 Mar 2012
|
07:56 ale
Skip version 5.0.96 (no changes related to FreeBSD port).
Feature safe: yes
|
Friday, 10 Feb 2012
|
14:35 ale
Update to 5.0.95 release.
|
Wednesday, 9 Nov 2011
|
15:26 miwi
- Remove WITH_FBSD10_FIX, is no longer needed
|
Saturday, 29 Oct 2011
|
11:29 miwi
- Fix build on FreeBSD 10
|
Tuesday, 8 Feb 2011
|
12:49 ale
Update to 5.0.92:
- switch to use USER/GROUP [1]
- allow custom pidfile
- replace CONFLICTS with CONFLICTS_INSTALL
PR: ports/143384
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Feature safe: yes
|
Sunday, 9 Jan 2011
|
16:14 ale
Update to 5.0.91 release.
PR: ports/153690
Submitted by: Tom Judge <tom@tomjudge.com>
|
Tuesday, 26 Oct 2010
|
12:08 ale
Optimization: don't call times()->getrusage() on FreeBSD >= 7.0 when not needed.
Submitted by: davidxu
|
Thursday, 30 Sep 2010
|
09:10 ale
Switch to use daemon(8) in rc script to avoid keeping a tty open.
Submitted by: koitsu, ed
|
Tuesday, 24 Aug 2010
|
09:36 ale
Add missing closing quotes.
PR: ports/149748
Submitted by: Ivan Klymenko <fidaj@ukr.net>
|
Tuesday, 16 Feb 2010
|
11:03 ale
Update to 5.0.90 release.
Feature safe: yes
|
Monday, 11 Jan 2010
|
11:58 ale
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
|
Tuesday, 29 Dec 2009
|
09:45 ale
Update to 5.0.89 release.
|
Saturday, 21 Nov 2009
|
09:57 ale
Update to 5.0.88 release.
|
Monday, 26 Oct 2009
|
14:09 ale
Update to 5.0.87 release.
|
Thursday, 24 Sep 2009
|
14:24 ale
Update to 5.0.86 release:
- wait for mysql to be responsive at startup
Feature safe: yes
|
Thursday, 27 Aug 2009
|
15:18 ale
Update to 5.0.85 release.
|
Friday, 24 Jul 2009
|
08:08 ale
Update to 5.0.84 release and use bundled libtool.
|
Tuesday, 21 Jul 2009
|
08:27 ale
Update CONFLICTS.
|
Friday, 12 Jun 2009
|
06:36 ale
Update to 5.0.83 release.
|
Monday, 8 Jun 2009
|
06:03 ale
Update to 5.0.82 release and add additional manpages.
|
Wednesday, 13 May 2009
|
05:22 ale
Update to 5.0.81 release.
|
Wednesday, 25 Mar 2009
|
14:04 mm
- Mark MAKE_JOBS_SAFE for SMP compilation
Approved by: ale (maintainer, private e-mail)
|
Wednesday, 4 Mar 2009
|
07:24 ale
Add mysqld embedded server library and fix pkg-plist.
|
Monday, 16 Feb 2009
|
19:23 ale
Update to 5.0.77 release.
|
Friday, 16 Jan 2009
|
22:41 linimon
Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk.
Approved by: maintainer
|
Monday, 29 Dec 2008
|
10:22 ale
Update to 5.0.75 release.
PR: ports/129979
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
Monday, 17 Nov 2008
|
09:28 ale
Accept all linuxthreads library major versions.
|
Friday, 10 Oct 2008
|
18:35 ale
- Fix client input validation vulnerability
- Fix my.cnf search path
|
Wednesday, 27 Aug 2008
|
15:56 ale
Update to 5.0.67 release.
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Saturday, 26 Jul 2008
|
08:36 ale
Update CONFLICTS and remove duplicated USE_PERL5.
|
Thursday, 31 Jan 2008
|
22:18 ale
Update to 5.0.51a release.
|
Tuesday, 11 Dec 2007
|
20:14 ale
Update to 5.0.51 release.
|
Monday, 8 Oct 2007
|
08:30 ale
- tmpdir fix [1]
- add WITHOUT_THR_ALARM knob to reduce kernel contention [2]
(use it only if you understand the drawback)
Submitted by: stas [1], kris [2]
|
Thursday, 12 Jul 2007
|
08:59 ale
Update to 5.0.45 release.
|
Sunday, 20 May 2007
|
08:30 ale
Update to 5.0.41 release and drop support for FreeBSD < 5.
Approved by: portmgr (linimon)
|
Wednesday, 14 Mar 2007
|
16:13 ale
Update to 5.0.37 release.
|
Friday, 26 Jan 2007
|
22:39 ale
Update to 5.0.33 release.
|
Saturday, 20 Jan 2007
|
09:22 ale
Fix dependencies.
|
Sunday, 29 Oct 2006
|
22:43 mnag
- Update to 5.0.27. Fix ABI incompatibility.
Approved by: portmgr (erwin), maintainer (ale)
|
Sunday, 22 Oct 2006
|
10:32 ale
Update to 5.0.26 release and fix two security vulnerabilities
(CVE-2006-4226 and CVE-2006-4227).
Approved by: portmgr (erwin)
|
Wednesday, 27 Sep 2006
|
14:23 mnag
- Apply fix to ulong problem. http://bugs.mysql.com/bug.php?id=22227
- Bump -client PORTREVISION
- portlint
Approved by: maintainer (ale)
|
Thursday, 7 Sep 2006
|
07:40 ale
- Update to 5.0.24a release
- Add CSV Storage Engine support [1]
PR: ports/93107 [1]
Submitted by: Robert Uzzi <ruzzi@compedgeracing.com> [1]
|
Sunday, 6 Aug 2006
|
19:43 pav
- Update to 5.0.24
Approved by: ale's vacation
|
Thursday, 22 Jun 2006
|
10:23 ale
Remove the temporary hack to use the new USE_LDCONFIG feature.
|
Thursday, 1 Jun 2006
|
17:55 mnag
- Update to 5.0.22
PR: 98280
Approved by: ale
Security: http://lists.mysql.com/announce/365
|
Thursday, 4 May 2006
|
21:41 edwin
Remove USE_REINPLACE from all categories starting with D
|
Tuesday, 2 May 2006
|
19:20 ale
Update to 5.0.21 release.
|
Monday, 10 Apr 2006
|
06:28 ale
Update to 5.0.20 release.
|
Friday, 17 Mar 2006
|
07:06 ale
Update to 5.0.19 release:
- add mysql_upgrade script to update the databases from an earlier (even minor)
release
|
Tuesday, 7 Mar 2006
|
16:25 ale
Fix rcNG startup ordering for MySQL daemon.
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sunday, 5 Feb 2006
|
10:13 ale
Update CONFLICTS after MySQL 5.1 import.
|
Saturday, 28 Jan 2006
|
23:25 ale
Add zlib to plist if FreeBSD < 5.0
|
Wednesday, 11 Jan 2006
|
07:16 ale
Fix build on 4.X (use included zlib on 4.X).
|
Monday, 9 Jan 2006
|
12:03 ale
Update to 5.0.18 release:
- convert mysql-client.sh script to use ldconfig rcNG system
|
Thursday, 22 Dec 2005
|
17:48 ale
Update to 5.0.17 release.
|
Sunday, 27 Nov 2005
|
10:19 ale
Update to 5.0.16 release:
- add Federated Engine
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Wednesday, 26 Oct 2005
|
12:04 ale
Update to 5.0.15 release, the first Generally Available (GA) version!
|
Thursday, 29 Sep 2005
|
19:58 ale
Update to 5.0.13 rc release:
- Add knob to enable Archive Storage Engine [1]
Submitted by: Justin Bastedo <justin.bastedo@gmail.com> via grog [1]
|
Wednesday, 7 Sep 2005
|
12:04 ale
Update to 5.0.12 release.
PR: ports/85665
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
Sunday, 28 Aug 2005
|
18:46 ale
Update to 5.0.11 release.
PR: ports/85403
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
Saturday, 23 Jul 2005
|
07:34 ale
Install some header files (like mysqld_error.h) with the client, as previous
behaviour.
|
Saturday, 16 Jul 2005
|
11:22 ale
Update to 5.0.9 release.
PR: ports/83541
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
Saturday, 18 Jun 2005
|
14:06 ale
Update to 5.0.7 release.
|
Saturday, 11 Jun 2005
|
12:32 ale
Fix compilation on FreeBSD 4.X.
Submitted by: many
|
Wednesday, 8 Jun 2005
|
07:32 ale
Update to 5.0.6 release.
|
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Monday, 11 Apr 2005
|
09:31 ale
- Use the rcNG script to kill MySQL on deinstallation [1]
- 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)
PR: ports/79166 [1], ports/79597 [2]
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1],
Vasil Dimov <vd@datamax.bg> [2]
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wednesday, 6 Apr 2005
|
13:38 ale
Update to 5.0.3 release:
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
- Add the possibility to specify additional command-line arguments
to be passed to mysqld_safe on startup
|
Monday, 21 Mar 2005
|
14:08 pav
- Add new knob to define default server collation
Requested by: ale (maintainer)
|
Monday, 10 Jan 2005
|
14:13 ale
Extend allowed linuxthreads shlib versions.
|
13:40 ale
Move pre-configure in the common part.
Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
|
13:22 ale
Correct comment typo.
PR: ports/76050
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
13:17 ale
Update to 5.0.2 release:
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [1]
- Fix tcp wrappers (hopefully definitely!)
- Add WITH_NDB knob
Submitted by: sobomax [1]
|
Wednesday, 1 Dec 2004
|
10:42 ale
Add p5-File-Temp dependency to mysql-scripts.
Required to run mysqlhotcopy.
PR: ports/72095
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
Sunday, 24 Oct 2004
|
21:28 ale
Update to 5.0.1 (snapshot) release:
- Unmark FORBIDDEN
- Install a rcNG startup script
- Enable support for ndbcluster
- Add knob to use process scope threads
|
Thursday, 21 Oct 2004
|
21:30 nectar
Mark FORBIDDEN due to serious, unpatched security vulnerability
documented for almost two months at
http://vuxml.freebsd.org/e5e2883d-ceb9-11d8-8898-000d6111a684.html
|
Friday, 24 Sep 2004
|
16:21 ale
- Fix mysqlhotdump vulnerability
- Fix plist (don't install .la files)
Approved by: portmgr (marcus)
|
Tuesday, 18 May 2004
|
11:37 ale
- Replace dead MASTER_SITE [1]
- Fix mysqlbug vulnerability [2]
- Bump PORTREVISION
PR: ports/66671 [1]
Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1],
roam [2]
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Friday, 12 Mar 2004
|
10:36 ale
Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
|
Monday, 8 Mar 2004
|
08:58 ale
Fix mysql default db installation.
Noticed by: many
|
Tuesday, 2 Mar 2004
|
12:17 ale
Fix installation (a bit of perl was still there).
Reported by: bento via kris
|
Sunday, 29 Feb 2004
|
10:53 ale
Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
|
Wednesday, 4 Feb 2004
|
15:56 ale
Finally MySQL 5.0 appears in the ports tree!
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
|
Number of commits found: 94 |