- Rearrange the FETCH related bits to increate portlint happieness

(not that portlint is ever going to like this port :).
- Remove obsolete MASTER_SITE_SUBDIR.
- Don't quote or capitalize IGNORE.
- Don't capitalize BROKEN.

Reported by:	kris (IGNORE)
This commit is contained in:
Brooks Davis 2005-09-13 23:16:33 +00:00
parent 108960574a
commit fb059bc75f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142657
4 changed files with 36 additions and 36 deletions

View File

@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel
MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
DISTNAME= sge-V60u6_TAG-src
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Sun Grid Engine, a batch queueing system
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
# We have to use wget because the master site required cookies to
# download the file.
DISABLE_SIZE= yes
FETCH_CMD= wget -c
OPTIONS= BDB "Use DB based spooler (currently broken)" off \
DRMAA "Support the Java DRMAA API (requires native Java)" on \
QMON "Qmon support (requires X and Motif)" on
@ -35,12 +41,6 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH}
# We have to use fetch because the master site required cookies to
# download the file.
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
DISABLE_SIZE= yes
FETCH_CMD= wget -c
SGE_BASE?= sge
SGE_ROOT= ${PREFIX}/${SGE_BASE}
SGE_ARCH= fbsd-${ARCH}
@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
.if ${OSVERSION} < 503000
.if ${OSVERSION} < 500000
BROKEN= "Does not build without libpthread"
BROKEN= "does not build without libpthread"
.else
IGNORE= "Not supported for FreeBSD < 5.3"
IGNORE= is not supported for FreeBSD < 5.3
.endif
.endif

View File

@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel
MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
DISTNAME= sge-V60u6_TAG-src
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Sun Grid Engine, a batch queueing system
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
# We have to use wget because the master site required cookies to
# download the file.
DISABLE_SIZE= yes
FETCH_CMD= wget -c
OPTIONS= BDB "Use DB based spooler (currently broken)" off \
DRMAA "Support the Java DRMAA API (requires native Java)" on \
QMON "Qmon support (requires X and Motif)" on
@ -35,12 +41,6 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH}
# We have to use fetch because the master site required cookies to
# download the file.
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
DISABLE_SIZE= yes
FETCH_CMD= wget -c
SGE_BASE?= sge
SGE_ROOT= ${PREFIX}/${SGE_BASE}
SGE_ARCH= fbsd-${ARCH}
@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
.if ${OSVERSION} < 503000
.if ${OSVERSION} < 500000
BROKEN= "Does not build without libpthread"
BROKEN= "does not build without libpthread"
.else
IGNORE= "Not supported for FreeBSD < 5.3"
IGNORE= is not supported for FreeBSD < 5.3
.endif
.endif

View File

@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel
MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
DISTNAME= sge-V60u6_TAG-src
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Sun Grid Engine, a batch queueing system
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
# We have to use wget because the master site required cookies to
# download the file.
DISABLE_SIZE= yes
FETCH_CMD= wget -c
OPTIONS= BDB "Use DB based spooler (currently broken)" off \
DRMAA "Support the Java DRMAA API (requires native Java)" on \
QMON "Qmon support (requires X and Motif)" on
@ -35,12 +41,6 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH}
# We have to use fetch because the master site required cookies to
# download the file.
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
DISABLE_SIZE= yes
FETCH_CMD= wget -c
SGE_BASE?= sge
SGE_ROOT= ${PREFIX}/${SGE_BASE}
SGE_ARCH= fbsd-${ARCH}
@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
.if ${OSVERSION} < 503000
.if ${OSVERSION} < 500000
BROKEN= "Does not build without libpthread"
BROKEN= "does not build without libpthread"
.else
IGNORE= "Not supported for FreeBSD < 5.3"
IGNORE= is not supported for FreeBSD < 5.3
.endif
.endif

View File

@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel
MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
DISTNAME= sge-V60u6_TAG-src
MASTER_SITE_SUBDIR= brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Sun Grid Engine, a batch queueing system
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
# We have to use wget because the master site required cookies to
# download the file.
DISABLE_SIZE= yes
FETCH_CMD= wget -c
OPTIONS= BDB "Use DB based spooler (currently broken)" off \
DRMAA "Support the Java DRMAA API (requires native Java)" on \
QMON "Qmon support (requires X and Motif)" on
@ -35,12 +41,6 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH}
# We have to use fetch because the master site required cookies to
# download the file.
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
DISABLE_SIZE= yes
FETCH_CMD= wget -c
SGE_BASE?= sge
SGE_ROOT= ${PREFIX}/${SGE_BASE}
SGE_ARCH= fbsd-${ARCH}
@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite
.if ${OSVERSION} < 503000
.if ${OSVERSION} < 500000
BROKEN= "Does not build without libpthread"
BROKEN= "does not build without libpthread"
.else
IGNORE= "Not supported for FreeBSD < 5.3"
IGNORE= is not supported for FreeBSD < 5.3
.endif
.endif