diff options
author | brooks <brooks@FreeBSD.org> | 2006-03-22 02:49:59 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-03-22 02:49:59 +0800 |
commit | 282df3cfe39d2ca911c9c82411db4085169c51fc (patch) | |
tree | e8625545df497183cc96afed30a098a0b1e54fe8 /sysutils | |
parent | ee23a1cd03cf301f9c63948c34111001144afc71 (diff) | |
download | freebsd-ports-gnome-282df3cfe39d2ca911c9c82411db4085169c51fc.tar.gz freebsd-ports-gnome-282df3cfe39d2ca911c9c82411db4085169c51fc.tar.zst freebsd-ports-gnome-282df3cfe39d2ca911c9c82411db4085169c51fc.zip |
Mark BROKEN on recent current due to bugs in build tools exposed by
jemalloc. Set to expire May 1. Drop maintainership.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sge53/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/sge53/Makefile b/sysutils/sge53/Makefile index 3585e4d62bec..132bfc923098 100644 --- a/sysutils/sge53/Makefile +++ b/sysutils/sge53/Makefile @@ -12,11 +12,12 @@ CATEGORIES= sysutils parallel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Sun Grid Engine, a batch queueing system DEPRECATED= SGE 5.3 is no longer maintained. \ Please consider sysutils/sge instead +EXPIRATION_DATE= 2006-05-01 NO_LATEST_LINK= yes @@ -25,7 +26,6 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_MOTIF= yes USE_OPENSSL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} @@ -65,8 +65,11 @@ MAN8= sge_commd.8 sge_execd.8 sge_qmaster.8 sge_schedd.8 \ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700013 +BROKEN= Does not compile with jemalloc +.endif .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif post-patch: |