summaryrefslogtreecommitdiffstats
path: root/sysutils/sge62
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-09-13 23:16:33 +0000
committerbrooks <brooks@FreeBSD.org>2005-09-13 23:16:33 +0000
commit7f0aad2324c19eda549273f131b3755cbb44cc86 (patch)
tree8d12141e06610433342bcb1ea63a4c3c3c27dcb6 /sysutils/sge62
parent3a076d76a24dca2221a076a7b48751b7c4f679b4 (diff)
downloadFreeBSD-ports-7f0aad2324c19eda549273f131b3755cbb44cc86.zip
FreeBSD-ports-7f0aad2324c19eda549273f131b3755cbb44cc86.tar.gz
- 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)
Diffstat (limited to 'sysutils/sge62')
-rw-r--r--sysutils/sge62/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile
index d007175..3de657f 100644
--- a/sysutils/sge62/Makefile
+++ b/sysutils/sge62/Makefile
@@ -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
OpenPOWER on IntegriCloud