summaryrefslogtreecommitdiff
path: root/databases/mysql-query-browser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Expire this in two months: has been BROKEN for six months alreadyPav Lucistnik2008-09-041-0/+3
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | Approved by: araujo (mentor)
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Assign to new maintainer by request.Mark Linimon2008-05-011-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Mark BROKEN: checksum mismatchErwin Lansing2008-03-011-0/+2
|
* - Re-mark BROKEN; accidentally removed by GNOME 2.20 importPav Lucistnik2007-11-121-1/+9
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Mark as broken on amd64-7 (and presumably sparc64-7). Also mark brokenMark Linimon2007-10-241-1/+13
| | | | everywhere: fails to fetch (mastersites no longer have that subdirectory).
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Remove BROKEN.Alejandro Pulver2007-09-291-22/+12
| | | | | | | | | | | - Add missing dependency to libgnomeprint (in USE_GNOME) to make it build [1]. - Clean up [1]. - Remove ONLY_FOR_ARCHS=i386 (builds on amd64) [1]. - Remove BROKEN for FreeBSD < 5.x since it is unsupported [1]. PR: ports/115975 Submitted by: Vladimir Grebenschikov <vova@fbsd.ru> Reworked by: alepulver (myself) [1]
* Reset rainer.alves@gmail.com by request due to current lack of time toMark Linimon2007-06-291-1/+1
| | | | work on FreeBSD.
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* BROKEN: Does not compileKris Kennaway2007-02-271-0/+2
|
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | PR: ports/92445 Hat: portmgr
* MySQL Query Browser is a database querying tool that combines the simplicitySergey Matveychuk2006-04-189-0/+455
of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more. WWW: http://www.mysql.com/products/tools/query-browser/ PR: ports/95530 Submitted by: Rainer Alves <rainer.alves@gmail.com>