diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-11 05:38:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-11 05:38:40 +0000 |
commit | e4a46328e3c0d7cbd7c97611c28187b48064a186 (patch) | |
tree | fe9b14391581bf00ecd3cc64ef19b068e9e28e7f /databases/msql3 | |
parent | 444e04c4369cfb689389f6157c53c5f737fc46df (diff) | |
download | ports-e4a46328e3c0d7cbd7c97611c28187b48064a186.tar.gz ports-e4a46328e3c0d7cbd7c97611c28187b48064a186.zip |
- 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/msql3')
-rw-r--r-- | databases/msql3/Makefile | 8 | ||||
-rw-r--r-- | databases/msql3/pkg-install | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 25aecfcab1d3..1a4540915f2c 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/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/msql3/pkg-install b/databases/msql3/pkg-install index f140382da510..97f3761cda54 100644 --- a/databases/msql3/pkg-install +++ b/databases/msql3/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 |