diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-07-28 19:46:34 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-07-28 19:46:34 +0000 |
commit | 974133fdfa15d6aabb58f44679042c3a89dcc025 (patch) | |
tree | 62dd13dbf66475ae612f92f6b26f27851c823c77 | |
parent | - Update to 2.3.2 (diff) |
sge and sgeee have been repo-copyed to sge53 and sgeee53 in preperation
for the addition of an SGE 6 port.
- Remove the sgeee port as the distinction between regular and
Enterprise Edition has been removed in 6.0.
- Temporarily disconnect sysutil/sge to avoid conflicts.
- set NO_LATEST_LINK in sge(ee)53.
Notes
Notes:
svn path=/head/; revision=140348
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | sysutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sge53/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sgeee/Makefile | 19 | ||||
-rw-r--r-- | sysutils/sgeee53/Makefile | 2 |
5 files changed, 7 insertions, 22 deletions
@@ -1585,3 +1585,5 @@ lang/gcc27|lang/gcc295|2005-07-18|long obsolete net/tramp-emacs20|net/tramp-emacs|2005-07-18|expired www/junkbuster||2005-07-18|security problems x11/eweather||2005-07-18|did not work with update wmweather +sysutils/sge|sysutils/sge53|2005-07-28|SGE 6 is being imported and is incompatable with 5.3 +sysutils/sgeee|sysutils/sgeee53|2005-07-28|SGE 6 is being imported and is incompatable with 5.3 diff --git a/sysutils/Makefile b/sysutils/Makefile index ce64a6a199bc..8997e9b62e32 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -456,8 +456,8 @@ SUBDIR += setcdboot SUBDIR += setquota SUBDIR += sformat - SUBDIR += sge - SUBDIR += sgeee + SUBDIR += sge53 + SUBDIR += sgeee53 SUBDIR += shlock SUBDIR += sjog SUBDIR += skill diff --git a/sysutils/sge53/Makefile b/sysutils/sge53/Makefile index cdbffc98a68c..ac145e0089b6 100644 --- a/sysutils/sge53/Makefile +++ b/sysutils/sge53/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= brooks MAINTAINER= brooks@FreeBSD.org COMMENT?= Sun Grid Engine, a batch queueing system +NO_LATEST_LINK= yes + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/sysutils/sgeee/Makefile b/sysutils/sgeee/Makefile deleted file mode 100644 index 6fa2b28c6254..000000000000 --- a/sysutils/sgeee/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Ports collection makefile for: sgeee -# Date created: Fri Jul 14, 2003 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $ -# - -PKGNAMESUFFIX= ee - -MAINTAINER= brooks@FreeBSD.org -COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system - -MASTERDIR= ${.CURDIR}/../sge - -SGEEE_FLAG= -sgeee -SGE_PRODUCT= -pr-geee - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/sgeee53/Makefile b/sysutils/sgeee53/Makefile index 6fa2b28c6254..c511190f3539 100644 --- a/sysutils/sgeee53/Makefile +++ b/sysutils/sgeee53/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= ee MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system -MASTERDIR= ${.CURDIR}/../sge +MASTERDIR= ${.CURDIR}/../sge53 SGEEE_FLAG= -sgeee SGE_PRODUCT= -pr-geee |