diff options
author | brooks <brooks@FreeBSD.org> | 2005-12-03 01:36:15 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-12-03 01:36:15 +0800 |
commit | 99058ef680ed7b3447fa87da41338e2f1be19da5 (patch) | |
tree | 669316c6b25e09d83d79311ca6617f2ae1352d16 /misc | |
parent | 5bb5424ac7875413a3a89fe0d19c3b04631170e3 (diff) | |
download | freebsd-ports-gnome-99058ef680ed7b3447fa87da41338e2f1be19da5.tar.gz freebsd-ports-gnome-99058ef680ed7b3447fa87da41338e2f1be19da5.tar.zst freebsd-ports-gnome-99058ef680ed7b3447fa87da41338e2f1be19da5.zip |
Mark unconditionally broken. It's had various problems for ages and
I have neither time nor interest in fixing it. Drop maintainership.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/globus2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/globus2/Makefile b/misc/globus2/Makefile index 901fb04bfcc7..c1cc01f9936b 100644 --- a/misc/globus2/Makefile +++ b/misc/globus2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= bundles/src/:bundles updates/src/:updates DIST_SUBDIR= globus EXTRACT_ONLY= -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Globus Toolkit version ${GLOBUS_VER} NOMANCOMPRESS= yes @@ -65,9 +65,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} > 600028 -BROKEN= "Does not build on FreeBSD >= 6.0" -.endif +BROKEN= "Does not fetch" # XXX: We should build 64-bit flavors on 64-bit platforms, but the # 32-bit flavors build there and the 64-bit ones don't. This probalby |