summaryrefslogtreecommitdiffstats
path: root/databases/xmysqladmin
Commit message (Collapse)AuthorAgeFilesLines
* Fix MASTER_SITES.dirk2002-11-211-2/+3
|
* Fix include path for xforms.dirk2002-09-191-2/+2
|
* Bump XForms lib. version.mikeh2002-07-041-1/+1
|
* Switch to MASTER_SITE_SOURCEFORGE.dirk2001-04-081-3/+2
|
* libxforms.so.0 -> libforms.so.0dirk2001-03-112-3/+3
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Fix MASTER_SITES.dirk2000-07-051-3/+3
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* Take over maintainership.dirk2000-02-201-1/+1
|
* Reducing Maintainership to an amount of portsandreas2000-02-201-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Remove toasted MASTER_SITE (found by distfile survey)billf1999-11-231-2/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to 1.0.dirk1999-07-043-36/+23
| | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer)
* Revert to old version.dirk1999-07-011-1/+1
|
* Revert to old version.dirk1999-07-011-2/+2
|
* Switch from mysql322 to mysql322-client and mysql322-server.dirk1999-07-012-4/+4
|
* The xforms ports is no longer an i386-only port.steve1999-06-081-4/+1
|
* remove manpages from PLISTandreas1999-04-111-1/+0
| | | | remove one unnecessary empty line at the end of PLIST
* msqladmin -> mysqladmindirk1999-03-231-1/+1
| | | | | PR: ports/10756 Submitted by: chris@holly.dyndns.org
* Sync version number (5 -> 6) of libmysqlclient with mysql322.dirk1999-02-121-2/+2
|
* Fix build error:dirk1999-02-041-1/+12
| | | | | | | | | The API for libmysqlclient was changed a bit for mysql322. (xmysqladmin was written for mysql321.) So a db argument for mysql_real_connect() is necessary now and mysql_init() has to be called in order to initialize the connection struct. Problem reported by: jhk
* Fix path on web.tryc.on.cafenner1999-01-271-2/+2
|
* Don't try to find out which mysql version is installed.dirk1999-01-181-7/+3
| | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi
* Change the dependencies to MySQL:dirk1999-01-141-2/+6
| | | | | | | | The default is mysql322 now, but take mysql321 if it is installed. (mysql321 installs a static libmysqlclient.a only, mysql322 installs a static and shared version of the library. Note that the build dependency to mysql321 is a no op actually. It is in there to improve understanding(?).)
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* unbreak port ... xforms is available as ELF now ...andreas1998-11-211-3/+1
|
* The mysql321 port is no longer broken.steve1998-10-201-2/+2
|
* Mark broken for ELF because of xforms port.steve1998-09-261-2/+4
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* use stable mysql portandreas1998-09-061-2/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-2/+2
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* unbreak port (updated PLIST)andreas1998-03-022-3/+3
|
* Mark this port broken, doesn't package.asami1998-02-021-1/+2
|
* Update to latest version 0.4.4andreas1998-01-293-44/+82
| | | | Please note: you need the newest xforms library (BTW: same for xmysql !)
* cosmetic changes using portlint, a really nice tool ;-)andreas1997-10-042-3/+3
|
* I think we need this.asami1997-09-091-0/+1
|
* New port xmysqladmin ...andreas1997-09-025-0/+94
XmysqlAdmin is a front end to the MySQL database engine. It allows reloads, status check, process control, isamcheck and grant/revoke privileges.
OpenPOWER on IntegriCloud