summaryrefslogtreecommitdiff
path: root/databases/msql
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-11 05:38:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-11 05:38:40 +0000
commite4a46328e3c0d7cbd7c97611c28187b48064a186 (patch)
treefe9b14391581bf00ecd3cc64ef19b068e9e28e7f /databases/msql
parentFix build on sparc64. (diff)
- 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
Notes
Notes: svn path=/head/; revision=97902
Diffstat (limited to 'databases/msql')
-rw-r--r--databases/msql/Makefile8
-rw-r--r--databases/msql/pkg-install2
2 files changed, 3 insertions, 7 deletions
diff --git a/databases/msql/Makefile b/databases/msql/Makefile
index 25aecfcab1d3..1a4540915f2c 100644
--- a/databases/msql/Makefile
+++ b/databases/msql/Makefile
@@ -7,7 +7,7 @@
PORTNAME= msql
PORTVERSION= 2.0.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
MAINTAINER= ports@FreeBSD.org
@@ -67,12 +67,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile due to varargs.h being deprecated"
-.endif
-
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use"
+IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use"
.endif
.include <bsd.port.post.mk>
diff --git a/databases/msql/pkg-install b/databases/msql/pkg-install
index f140382da510..97f3761cda54 100644
--- a/databases/msql/pkg-install
+++ b/databases/msql/pkg-install
@@ -8,7 +8,7 @@ fi
USER=msql
GROUP=${USER}
-UID=87
+UID=98
GID=${UID}
if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then