diff options
author | petef <petef@FreeBSD.org> | 2004-01-11 05:38:40 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-01-11 05:38:40 +0000 |
commit | d652f995afb66fa3887dd832b7ff642f9d881344 (patch) | |
tree | 4b9f879a202738700267b7ddb89d9697e5a9d781 | |
parent | b1cb73412074883892f1deb2380ec8b36657ceb0 (diff) | |
download | FreeBSD-ports-d652f995afb66fa3887dd832b7ff642f9d881344.zip FreeBSD-ports-d652f995afb66fa3887dd832b7ff642f9d881344.tar.gz |
- 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
-rw-r--r-- | databases/msql/Makefile | 8 | ||||
-rw-r--r-- | databases/msql/pkg-install | 2 | ||||
-rw-r--r-- | databases/msql3/Makefile | 8 | ||||
-rw-r--r-- | databases/msql3/pkg-install | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/databases/msql/Makefile b/databases/msql/Makefile index 25aecfc..1a45409 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 f140382..97f3761 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 diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 25aecfc..1a45409 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 f140382..97f3761 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 |