aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlard
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-03-0613-332/+0
| | | | | | | | | | | | | | | | | | | | | 2014-03-05 databases/mysqlard: Abandonware 2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999) 2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player 2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead 2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead 2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead Notes: svn path=/head/; revision=347184
* Deprecate, upstream disappeared.Antoine Brodin2014-02-051-0/+3
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=342911
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301490
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - Get rid FreeBSD 6.x supportMartin Wilke2011-11-071-7/+1
| | | | Notes: svn path=/head/; revision=285199
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-2/+2
| | | | Notes: svn path=/head/; revision=280086
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Mark BROKEN on 6.X: does not configurePav Lucistnik2010-05-251-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=255078
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix port when installing via pkg_add.Felippe de Meirelles Motta2009-11-041-1/+1
| | | | | | | | | PR: ports/138306 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> Approved by: Greg Albrecht <gregoryba@gmail.com> Notes: svn path=/head/; revision=243798
* 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
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-0/+1
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209418
* First steps in a big migration:Edwin Groothuis2007-07-051-1/+1
| | | | | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=194968
* - Use /bin/sh and do not depend on bashGabor Kovesdan2007-03-178-12/+12
| | | | | | | | | PR: ports/109768 Submitted by: Pankov Pavel <pankov_p@mail.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=187605
* The MySQL Activity Report package is a tool to help MySQL databaseAlejandro Pulver2006-10-0413-0/+332
administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes. WWW: http://gert.sos.be/en/projects/mysqlar/ PR: ports/101217 Submitted by: Greg Albrecht <gregoryba at gmail.com> Notes: svn path=/head/; revision=174477