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.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= msql
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@@ -20,7 +20,7 @@ USE_REINPLACE= YES
|
||||
# Not free for commercial use.
|
||||
RESTRICTED= "restrictive copyright (no commercial use)"
|
||||
|
||||
CFLAGS+= -DANSI_ARGS
|
||||
CFLAGS+= -DANSI_ARGS
|
||||
MAKE_ENV+= WRKSRC=${WRKSRC}
|
||||
|
||||
# Uncomment this if you're upgrading from <= b4 to >= b5 and have already
|
||||
@@ -67,6 +67,10 @@ 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"
|
||||
.endif
|
||||
|
||||
@@ -37,6 +37,7 @@ share/doc/msql/HISTORY
|
||||
share/doc/msql/INSTALL
|
||||
share/doc/msql/License
|
||||
share/doc/msql/MSQL_BOOK
|
||||
share/doc/msql/NEW_FEATURES
|
||||
share/doc/msql/README
|
||||
share/doc/msql/README.sco
|
||||
share/doc/msql/RELEASE_NOTES
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= msql
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@@ -20,7 +20,7 @@ USE_REINPLACE= YES
|
||||
# Not free for commercial use.
|
||||
RESTRICTED= "restrictive copyright (no commercial use)"
|
||||
|
||||
CFLAGS+= -DANSI_ARGS
|
||||
CFLAGS+= -DANSI_ARGS
|
||||
MAKE_ENV+= WRKSRC=${WRKSRC}
|
||||
|
||||
# Uncomment this if you're upgrading from <= b4 to >= b5 and have already
|
||||
@@ -67,6 +67,10 @@ 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"
|
||||
.endif
|
||||
|
||||
@@ -37,6 +37,7 @@ share/doc/msql/HISTORY
|
||||
share/doc/msql/INSTALL
|
||||
share/doc/msql/License
|
||||
share/doc/msql/MSQL_BOOK
|
||||
share/doc/msql/NEW_FEATURES
|
||||
share/doc/msql/README
|
||||
share/doc/msql/README.sco
|
||||
share/doc/msql/RELEASE_NOTES
|
||||
|
||||
Reference in New Issue
Block a user