summaryrefslogtreecommitdiff
path: root/databases/msql/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Remove MASTER_SITES and add IGNORE= comment about how to fetch.Bill Fenner1999-08-211-3/+8
| | | | | | | | | | | There are enough ports with things like this, perhaps bsd.port.mk should handle this. PR: ports/10832 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20847
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-141-3/+1
| | | | Notes: svn path=/head/; revision=17863
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Add a few more Y2K/WWW_SITE pointers ...Marc G. Fournier1999-03-121-1/+3
| | | | Notes: svn path=/head/; revision=17152
* Update to version 2.0.4.1 and in the process: portlint, fixSteve Price1998-08-301-8/+5
| | | | | | | PLIST, and honor PREFIX. Notes: svn path=/head/; revision=12934
* Note the PR.David E. O'Brien1998-02-271-2/+2
| | | | | | | PR: ports/5868 Notes: svn path=/head/; revision=9956
* Port is BROKEN.David E. O'Brien1998-02-271-1/+3
| | | | | | | | | 1. Isn't PREFIX clean 2. PLIST is way erronious (comment out NO_PACKAGE) and just try... (PR to be submitted) Notes: svn path=/head/; revision=9955
* Upgrade to 2.0.3; James seems to be busy at the moment.Thomas Gellekum1998-02-131-5/+6
| | | | | | | | PR: 4769 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> Notes: svn path=/head/; revision=9697
* Remove bad MASTER_SITE, change MAINTAINTER to MAINTAINER and clean up a few ↵Justin M. Seger1997-11-261-9/+7
| | | | | | | portlint errors. Notes: svn path=/head/; revision=8856
* Upgrade to 2.01James FitzGibbon1997-09-031-4/+4
| | | | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br> Notes: svn path=/head/; revision=7758
* Merge from msql-beta port as of 07/11/97James FitzGibbon1997-07-141-5/+7
| | | | | | | | Upgrade to v2.0 release PR: ports/4072 Notes: svn path=/head/; revision=7316
* Merge from msql-beta port as of 05/18/97James FitzGibbon1997-07-141-3/+3
| | | | | | | Upgrade to v2.0b7.1 Notes: svn path=/head/; revision=7315
* Merge from msql-beta port as of 04/28/97James FitzGibbon1997-07-141-1/+1
| | | | | | | | Change startup script in ${PREFIX}/etc/rc.d to directly run the daemon instead of using the old kludgey run_daemon wrapper. Fix up two mistakes in the PLIST Notes: svn path=/head/; revision=7314
* Merge from msql-beta port as of 04/15/97James FitzGibbon1997-07-141-3/+8
| | | | | | | | | | Upgrade to v2.0b6 PLEASE NOTE: upgrading from <= b4 of mSQL2 requires that you dump and re-load all your databases. See the Makefile for details. Notes: svn path=/head/; revision=7313
* Merge from msql-beta port as of 2/05/97James FitzGibbon1997-07-141-3/+3
| | | | | | | Upgrades 2.0b3 -> 2.0b4 Notes: svn path=/head/; revision=7310
* Merge from msql-beta as of 1/21/97James FitzGibbon1997-07-141-24/+38
| | | | Notes: svn path=/head/; revision=7309
* Change in MASTER_SITESJames FitzGibbon1997-02-121-2/+2
| | | | Notes: svn path=/head/; revision=5587
* CAT_E_GORIES+= -> CAT_E_GORIES=David E. O'Brien1996-11-171-4/+4
| | | | | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup Notes: svn path=/head/; revision=4530
* Use INSTALL_ aliases in post-install:James FitzGibbon1996-10-041-8/+14
| | | | | | | | | | | Create rc.d-style local startup script Fix omissions in pkg/PLIST Remove erroneous PREFIX in Makefile (and modify PLIST to match) Remove IS_INTERACTIVE (assume installation will run as root) Use union diffs instead of context diffs. Notes: svn path=/head/; revision=3914
* Add $Id$.Satoshi Asami1996-08-291-0/+2
| | | | Notes: svn path=/head/; revision=3719
* Upgraded to v1.0.16James FitzGibbon1996-08-091-4/+5
| | | | | | | Added maintainer as jfitz@freebsd.org Notes: svn path=/head/; revision=3561
* Upgrade, 1.0.7 -> 1.0.14.Satoshi Asami1996-06-031-6/+14
| | | | | | | | | | Note this port is RESTRICTED now, it's not free for commercial entities. Reviewed by: chuckr@glue.md.edu Submitted by: james@nexis.net and br@stiller.netland.inka.de, among others. Notes: svn path=/head/; revision=3163
* Upgrade, 1.0.5 -> 1.0.7.Satoshi Asami1995-09-141-3/+3
| | | | | | | Submitted by: Chuck Robey <chuckr@eng.umd.edu> Notes: svn path=/head/; revision=2151
* Add "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :<Satoshi Asami1995-08-281-1/+2
| | | | Notes: svn path=/head/; revision=2121
* Make this NO_PACKAGE.Satoshi Asami1995-08-261-3/+4
| | | | Notes: svn path=/head/; revision=2117
* Makefile updates, database version! Only one subdir! ;)Satoshi Asami1995-04-111-5/+6
| | | | Notes: svn path=/head/; revision=1341
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-3/+4
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Upgrade to 1.0.5. Change default dir for pid's to /var/run likeGary Palmer1995-02-231-2/+2
| | | | | | | the rest of the system Notes: svn path=/head/; revision=1021
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Correct the rather broken URLGary Palmer1995-01-151-2/+2
| | | | Notes: svn path=/head/; revision=776
* MSQL port from Michael Reifenberger.Jordan K. Hubbard1995-01-141-0/+17
Submitted by: mr Notes: svn path=/head/; revision=771