summaryrefslogtreecommitdiff
path: root/databases/xmysqladmin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Upgrade to 1.0.Dirk Froemberg1999-07-043-36/+23
| | | | | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=19990
* Revert to old version.Dirk Froemberg1999-07-011-1/+1
| | | | Notes: svn path=/head/; revision=19933
* Revert to old version.Dirk Froemberg1999-07-011-2/+2
| | | | Notes: svn path=/head/; revision=19932
* Switch from mysql322 to mysql322-client and mysql322-server.Dirk Froemberg1999-07-012-4/+4
| | | | Notes: svn path=/head/; revision=19931
* The xforms ports is no longer an i386-only port.Steve Price1999-06-081-4/+1
| | | | Notes: svn path=/head/; revision=19323
* remove manpages from PLISTAndreas Klemm1999-04-111-1/+0
| | | | | | | remove one unnecessary empty line at the end of PLIST Notes: svn path=/head/; revision=17776
* msqladmin -> mysqladminDirk Froemberg1999-03-231-1/+1
| | | | | | | | PR: ports/10756 Submitted by: chris@holly.dyndns.org Notes: svn path=/head/; revision=17364
* Sync version number (5 -> 6) of libmysqlclient with mysql322.Dirk Froemberg1999-02-121-2/+2
| | | | Notes: svn path=/head/; revision=16654
* Fix build error:Dirk Froemberg1999-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 Notes: svn path=/head/; revision=16536
* Fix path on web.tryc.on.caBill Fenner1999-01-271-2/+2
| | | | Notes: svn path=/head/; revision=16387
* Don't try to find out which mysql version is installed.Dirk Froemberg1999-01-181-7/+3
| | | | | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi Notes: svn path=/head/; revision=16183
* Change the dependencies to MySQL:Dirk Froemberg1999-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(?).) Notes: svn path=/head/; revision=16048
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-071-1/+4
| | | | | | | XForms has not been available for FreeBSD/alpha yet. Notes: svn path=/head/; revision=15906
* unbreak port ... xforms is available as ELF now ...Andreas Klemm1998-11-211-3/+1
| | | | Notes: svn path=/head/; revision=14736
* The mysql321 port is no longer broken.Steve Price1998-10-201-2/+2
| | | | Notes: svn path=/head/; revision=14100
* Mark broken for ELF because of xforms port.Steve Price1998-09-261-2/+4
| | | | Notes: svn path=/head/; revision=13406
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* use stable mysql portAndreas Klemm1998-09-061-2/+2
| | | | Notes: svn path=/head/; revision=13035
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* unbreak port (updated PLIST)Andreas Klemm1998-03-022-3/+3
| | | | Notes: svn path=/head/; revision=9996
* Mark this port broken, doesn't package.Satoshi Asami1998-02-021-1/+2
| | | | Notes: svn path=/head/; revision=9574
* Update to latest version 0.4.4Andreas Klemm1998-01-293-44/+82
| | | | | | | Please note: you need the newest xforms library (BTW: same for xmysql !) Notes: svn path=/head/; revision=9504
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-042-3/+3
| | | | Notes: svn path=/head/; revision=8102
* I think we need this.Satoshi Asami1997-09-091-0/+1
| | | | Notes: svn path=/head/; revision=7820
* New port xmysqladmin ...Andreas Klemm1997-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. Notes: svn path=/head/; revision=7755