summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As previously advertised, complete removal of vulnerable ports thatDoug Barton2011-10-141-191/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13 Notes: svn path=/head/; revision=283540
* Mark FORBIDDEN the remaining ports that are vulnerable for more thanDoug Barton2011-09-261-0/+3
| | | | | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports. Notes: svn path=/head/; revision=282419
* Switch to USERS/GROUPS.Alex Dupre2011-06-131-5/+3
| | | | | | | | PR: ports/157562, ports/157591 Submitted by: crees Notes: svn path=/head/; revision=275490
* Fix build with gcc 4.2.Alex Dupre2011-02-081-6/+7
| | | | | | | | | PR: ports/144791 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268785
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-3/+3
| | | | Notes: svn path=/head/; revision=247607
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-251-0/+1
| | | | | | | Approved by: ale (maintainer, private e-mail) Notes: svn path=/head/; revision=230972
* Move the USE_PERL5 definition for the scripts slave ports from the masterMark Linimon2009-01-161-1/+0
| | | | | | | | | to the slave port, to move it before the inclusion of bsd.port.pre.mk. Approved by: maintainer Notes: svn path=/head/; revision=226291
* Accept all linuxthreads library major versions.Alex Dupre2008-11-171-1/+1
| | | | Notes: svn path=/head/; revision=222965
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Update CONFLICTS and remove duplicated USE_PERL5.Alex Dupre2008-07-261-3/+3
| | | | Notes: svn path=/head/; revision=217548
* Re-enable build on FreeBSD >= 7, using gcc 3.4, since someoneAlex Dupre2008-06-051-1/+1
| | | | | | | | | | still prefers this EOL release. PR: ports/124102 Submitted by: Tom Evans <tevans.uk@googlemail.com> Notes: svn path=/head/; revision=214335
* Begin planning for de-orbit burn. This does not build with gcc4.2, andAlex Dupre2007-09-161-15/+4
| | | | | | | | | the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft. Notes: svn path=/head/; revision=199562
* Fix dependencies.Alex Dupre2007-01-201-1/+1
| | | | Notes: svn path=/head/; revision=182849
* Remove the temporary hack to use the new USE_LDCONFIG feature.Alex Dupre2006-06-221-5/+0
| | | | Notes: svn path=/head/; revision=166022
* - Update to 4.0.27Marcus Alves Grando2006-05-211-5/+5
| | | | | | | | | 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
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-071-1/+1
| | | | | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Convert mysql-client.sh to rcNG.Alex Dupre2006-01-121-7/+5
| | | | Notes: svn path=/head/; revision=153339
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Update to 4.0.26 release.Alex Dupre2005-09-131-3/+1
| | | | Notes: svn path=/head/; revision=142561
* Update to 4.0.25 release.Alex Dupre2005-07-201-14/+2
| | | | Notes: svn path=/head/; revision=139673
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-111-1/+3
| | | | | | | | | | | | | | | - 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
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Remove obsolate knob description.Alex Dupre2005-03-151-1/+0
| | | | Notes: svn path=/head/; revision=131300
* Update to 4.0.24 release:Alex Dupre2005-03-141-21/+11
| | | | | | | | | | - 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
* Extend allowed linuxthreads shlib versions.Alex Dupre2005-01-101-2/+2
| | | | Notes: svn path=/head/; revision=126058
* Move pre-configure in the common part.Alex Dupre2005-01-101-6/+6
| | | | | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru> Notes: svn path=/head/; revision=126054
* Share post-extract target with all three subports.Alex Dupre2005-01-091-3/+3
| | | | | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> Notes: svn path=/head/; revision=126003
* Update to 4.0.23a release [1]:Alex Dupre2005-01-091-12/+11
| | | | | | | | | | | | | - 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
* Fix p5-File-Temp dependency (not required for perl 5.8.x).Alex Dupre2004-12-151-2/+4
| | | | | | | Spotted by: cdine <cdine@cdine.org> Notes: svn path=/head/; revision=124089
* Add p5-File-Temp dependency to mysql-scripts.Alex Dupre2004-12-011-1/+2
| | | | | | | | | | Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=122887
* Update to 4.0.22 release:Alex Dupre2004-10-311-3/+4
| | | | | | | - Switch to rcNG startup script Notes: svn path=/head/; revision=120517
* Update to 4.0.21 release:Alex Dupre2004-09-211-4/+3
| | | | | | | | | | | | | - 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
* - Update to 4.0.20 releaseAlex Dupre2004-05-181-3/+11
| | | | | | | | - 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
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-121-8/+0
| | | | | | | Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103762
* Move mysql.info installation in do-install stage.Alex Dupre2004-02-291-3/+1
| | | | Notes: svn path=/head/; revision=102507
* Fix plist (remove not installed man page).Alex Dupre2004-02-281-1/+1
| | | | Notes: svn path=/head/; revision=102481
* - get rid of perl dependency [1]Alex Dupre2004-02-231-11/+41
| | | | | | | | | | - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Requested by: many [1] Notes: svn path=/head/; revision=101867
* Update to 4.0.18 release.Alex Dupre2004-02-131-2/+2
| | | | | | | Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100836
* Don't limit architectures.Alex Dupre2004-02-031-2/+0
| | | | | | | | Noticed by: Petri Helenius <pete@he.iki.fi> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99883
* Use unique LATEST_LINK.Alex Dupre2004-01-291-0/+4
| | | | | | | | Reported by: kris Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99398
* Sync with recent mysql323 changes:Alex Dupre2004-01-181-7/+13
| | | | | | | | | | | | - 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 Add CONFLICTS sections.Norikatsu Shigemura2003-12-261-2/+5
| | | | | | | | | | | | 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 Update to 4.0.17.Norikatsu Shigemura2003-12-171-4/+6
| | | | | | | | | | o Make portlint clean. PR: ports/60321 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=96038
* Move CXXFLAGS out of BUILD_OPTIMIZED section, since theyNorikatsu Shigemura2003-10-251-1/+1
| | | | | | | | | | are always recommended. PR: ports/58509 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=92124