The FreeBSD Ports Archive
FreeBSD databases : msql4>
The Mini SQL server, version 2
The port of mSQL 1.x lived in its own tree, /usr/local/Minerva. At the
time, mSQL was a part of a larger project called Minerva, to which other tools
would be added. These other tools would also live in /usr/local/Minerva.
As of the 2.x release of mSQL, the author of mSQL has put many of these
tools into the base mSQL distribution, so it is no longer feasible to have the
program live in its own directory.
So, in keeping with the BSD directory tree structure, you will find the
following changes between the "official" mSQL 2.x distribution and the FreeBSD
port.
Documentation states: Port uses:
===================== ==========================
/usr/local/Hughes /usr/local
/usr/local/Hughes/msqldb /var/db/msqldb
/usr/local/Hughes/msql2.sock /var/spool/msql/msql2.sock
/usr/local/Hughes/msql2.pid /var/spool/msql/msql2.pid
/usr/local/Hughes/msql.conf /usr/local/etc/msql2/msql.conf
/usr/local/Hughes/msql.acl /usr/local/etc/msql2/msql.acl
http://www.hughes.com.au/
|
msql history
v. 1.66
date: 2006/05/04 21:40:00; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.65
date: 2005/12/15 20:34:46; author: anray; state: Exp; lines: +1 -1
Change email address for all my ports.
Approved by: sem(mentor)
v. 1.64
date: 2004/12/30 02:37:13; author: edwin; state: Exp; lines: +1 -1
[PATCH] change MAINTAINER email address for all my ports.
PR: ports/75559
Submitted by: Andrey Slusar
v. 1.63
date: 2004/08/07 20:48:44; author: krion; state: Exp; lines: +1 -1
Change maintainer's email.
PR: ports/70138
Submitted by: Andrey Slusar
v. 1.62
date: 2004/07/21 11:24:41; author: vs; state: Exp; lines: +2 -0
Add CONFLICTS for msql <-> msql3
PR: ports/69355
Submitted by: Andrey Slusar (maintainer)
v. 1.61
date: 2004/07/12 20:18:31; author: sem; state: Exp; lines: +1 -1
A new brave maintainer.
Submitted by: Andrey Slusar
Approved by: krion (mentor)
v. 1.60
date: 2004/06/14 05:53:32; author: linimon; state: Exp; lines: +1 -1
Remove quotes around IGNORE string (as suggested by kris). Found by
attempting to install databases/ruby-dbd_msql.
v. 1.59
date: 2004/04/10 17:26:31; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.58
date: 2004/01/11 05:38:40; author: petef; state: Exp; lines: +2 -6
- give a more specific URL to fetch the distfile from
- switch to UID/GID 98 so we don't conflict w/qmail
- remove BROKEN for -current; I can't repeat this, and it looks like
patch-az and patch-ab address the problem.
- bump PORTREVISION
v. 1.57
date: 2003/12/28 08:55:53; author: linimon; state: Exp; lines: +7 -3
Mark as broken on recent versions of -current due to use of varags.h
(deprecated in gcc3.3 in favor of stdarg.h.) This is not caught on bento
because this is a restricted port.
The distfile is from 2001; perhaps the submitter of the most recent
PR (ports/58479) might take a look at creating a port for msql3?
While here, pet portlint and fix plist.
v. 1.56
date: 2003/12/14 15:03:30; author: oliver; state: Exp; lines: +5 -1
fix the compile when bison is installed
PR: ports/58589
Submitted By: Ryan Thompson
v. 1.55
date: 2003/09/27 00:23:55; author: edwin; state: Exp; lines: +1 -1
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru
v. 1.54
date: 2003/09/24 12:28:14; author: ache; state: Exp; lines: +2 -1
Teach stdarg.h
v. 1.53
date: 2003/07/30 23:15:41; author: kris; state: Exp; lines: +0 -1
RESTRICTED implies NO_PACKAGE
v. 1.52
date: 2003/02/20 17:00:17; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.51
date: 2002/11/18 22:59:52; author: arved; state: Exp; lines: +2 -2
/usr/bin/chgrp -> ${CHGRP}
PR: 39972
Submitted by: Scott Flatman
v. 1.50
date: 2002/11/10 16:45:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.49
date: 2002/11/06 22:44:16; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.48
date: 2002/09/01 16:07:46; author: dwcjr; state: Exp; lines: +1 -0
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.47
date: 2002/08/24 14:51:14; author: ache; state: Exp; lines: +1 -1
Remove -l in su call - not needed
v. 1.46
date: 2001/12/07 23:23:01; author: ache; state: Exp; lines: +1 -0
Suggest user deleting command instead of using it automatically
v. 1.45
date: 2001/10/21 18:41:42; author: ache; state: Exp; lines: +4 -5
Upgrade to 2.0.12
v. 1.44
date: 2001/06/01 06:04:48; author: obrien; state: Exp; lines: +2 -2
Use proper POSIX syntax for `chown'.
v. 1.43
date: 2001/02/05 14:31:42; author: olgeni; state: Exp; lines: +3 -3
Style/space police (space -> tab) over the database category.
v. 1.42
date: 2001/01/28 08:10:42; author: ache; state: Exp; lines: +2 -2
Reorganize .o installed
Build shared modules properly
Use separate dir for socket/pid
v. 1.41
date: 2001/01/27 21:38:49; author: ache; state: Exp; lines: +6 -2
Install & use shared libs
v. 1.40
date: 2001/01/27 08:55:17; author: ache; state: Exp; lines: +11 -7
Upgrade to 2.0.11
v. 1.39
date: 2001/01/23 14:43:49; author: sf; state: Exp; lines: +3 -3
fix typo and correctly installing startup script.
PR: 21422,21448
Reported by: Vivek Khera
v. 1.38
date: 2000/10/23 21:02:42; author: will; state: Exp; lines: +2 -2
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
v. 1.37
date: 2000/07/05 12:36:21; author: tg; state: Exp; lines: +3 -4
As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
v. 1.36
date: 2000/04/08 22:48:34; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.35
date: 1999/08/31 06:41:12; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.34
date: 1999/08/27 21:13:44; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.33
date: 1999/08/25 05:21:16; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.32
date: 1999/08/22 18:57:29; author: mharo; state: Exp; lines: +4 -4
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.31
date: 1999/08/21 19:28:11; author: fenner; state: Exp; lines: +8 -3
Remove MASTER_SITES and add IGNORE= comment about how to fetch.
There are enough ports with things like this, perhaps bsd.port.mk
should handle this.
PR: ports/10832
Submitted by: Nick Hibma
v. 1.30
date: 1999/04/14 00:02:50; author: scrappy; state: Exp; lines: +1 -3
Move WWW_SITE to pkg/DESCR:WWW from Makefile
v. 1.29
date: 1999/04/08 19:05:44; author: billf; state: Exp; lines: +2 -2
Proper URLs that reference directories end in '/'
v. 1.28
date: 1999/03/12 15:16:59; author: scrappy; state: Exp; lines: +3 -1
Add a few more Y2K/WWW_SITE pointers ...
v. 1.27
date: 1998/08/30 15:57:31; author: steve; state: Exp; lines: +5 -8
Update to version 2.0.4.1 and in the process: portlint, fix
PLIST, and honor PREFIX.
v. 1.26
date: 1998/02/27 11:50:28; author: obrien; state: Exp; lines: +2 -2
Note the PR.
PR: ports/5868
v. 1.25
date: 1998/02/27 11:42:55; author: obrien; state: Exp; lines: +3 -1
Port is BROKEN.
1. Isn't PREFIX clean
2. PLIST is way erronious (comment out NO_PACKAGE) and just try...
(PR to be submitted)
v. 1.24
date: 1998/02/13 10:54:46; author: tg; state: Exp; lines: +6 -5
Upgrade to 2.0.3; James seems to be busy at the moment.
PR: 4769
Submitted by: Mikhail Teterin
v. 1.23
date: 1997/11/26 23:30:11; author: jseger; state: Exp; lines: +7 -9
Remove bad MASTER_SITE, change MAINTAINTER to MAINTAINER and clean up a few portlint errors.
v. 1.22
date: 1997/09/03 03:03:16; author: jfitz; state: Exp; lines: +4 -4
Upgrade to 2.01
Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.21
date: 1997/07/14 12:47:05; author: jfitz; state: Exp; lines: +7 -5
Merge from msql-beta port as of 07/11/97
Upgrade to v2.0 release
PR: ports/4072
v. 1.20
date: 1997/07/14 12:45:29; author: jfitz; state: Exp; lines: +3 -3
Merge from msql-beta port as of 05/18/97
Upgrade to v2.0b7.1
v. 1.19
date: 1997/07/14 12:44:41; author: jfitz; state: Exp; lines: +1 -1
Merge from msql-beta port as of 04/28/97
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
v. 1.18
date: 1997/07/14 12:43:37; author: jfitz; state: Exp; lines: +8 -3
Merge from msql-beta port as of 04/15/97
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.
v. 1.17
date: 1997/07/14 12:37:07; author: jfitz; state: Exp; lines: +3 -3
Merge from msql-beta port as of 2/05/97
Upgrades 2.0b3 -> 2.0b4
v. 1.16
date: 1997/07/14 12:35:13; author: jfitz; state: Exp; lines: +38 -24
Merge from msql-beta as of 1/21/97
v. 1.15
date: 1997/02/12 17:29:12; author: jfitz; state: Exp; lines: +2 -2
Change in MASTER_SITES
v. 1.14
date: 1996/11/17 03:18:30; author: obrien; state: Exp; lines: +4 -4
CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN
Misc cleanup
v. 1.13
date: 1996/10/04 00:38:34; author: jfitz; state: Exp; lines: +14 -8
Use INSTALL_ aliases in post-install:
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.
v. 1.12
date: 1996/08/29 10:20:55; author: asami; state: Exp; lines: +2 -0
Add $Id$.
v. 1.11
date: 1996/08/09 14:05:14; author: jfitz; state: Exp; lines: +5 -4
Upgraded to v1.0.16
Added maintainer as jfitz@freebsd.org
v. 1.10
date: 1996/06/03 01:56:07; author: asami; state: Exp; lines: +14 -6
Upgrade, 1.0.7 -> 1.0.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.
v. 1.9
date: 1995/09/14 11:27:52; author: asami; state: Exp; lines: +3 -3
Upgrade, 1.0.5 -> 1.0.7.
Submitted by: Chuck Robey
v. 1.8
date: 1995/08/28 07:49:48; author: asami; state: Exp; lines: +2 -1
Add "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :<
v. 1.7
date: 1995/08/26 09:31:14; author: asami; state: Exp; lines: +4 -3
Make this NO_PACKAGE.
v. 1.6
date: 1995/04/11 20:44:46; author: asami; state: Exp; lines: +6 -5
Makefile updates, database version! Only one subdir! ;)
v. 1.5
date: 1995/04/01 12:44:31; author: jkh; state: Exp; lines: +4 -3
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.4
date: 1995/02/23 02:26:26; author: gpalmer; state: Exp; lines: +2 -2
Upgrade to 1.0.5. Change default dir for pid's to /var/run like
the rest of the system
v. 1.3
date: 1995/02/11 13:48:55; author: asami; state: Exp; lines: +1 -2
Converted Makefiles as much as I could.
(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!
v. 1.2
date: 1995/01/15 05:17:22; author: gpalmer; state: Exp; lines: +2 -2
Correct the rather broken URL
v. 1.1
date: 1995/01/14 11:01:04; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/14 11:01:05; author: jkh; state: Exp; lines: +0 -0
MSQL port from Michael Reifenberger.
Submitted by: mr
=============================================================================
|
| |

|