diff options
author | brooks <brooks@FreeBSD.org> | 2005-12-03 01:39:32 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-12-03 01:39:32 +0800 |
commit | 7c0603f80654bf1e44adc28d3c348b65bfcd8b04 (patch) | |
tree | 5545833a3e8deb6bb5091ba883098e1c3d513c99 /misc | |
parent | 902f750ee02e96669abd9d2583ac5500106cd587 (diff) | |
download | freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.tar.gz freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.tar.zst freebsd-ports-gnome-7c0603f80654bf1e44adc28d3c348b65bfcd8b04.zip |
Mark broken due to configure errors. Admit I don't have time or
interest in fixing the problems with this obsolete port and drop
maintainership.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gpt/Makefile | 10 | ||||
-rw-r--r-- | misc/gpt31/Makefile | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 55ef47ea8192..080c2fc49ecd 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -9,14 +9,16 @@ PORTNAME= gpt PORTVERSION= 3.2 PORTREVISION= 1 CATEGORIES= misc archivers devel parallel -MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +MASTER_SITES= http://www-unix.globus.org/ftppub/gt4/4.0/4.0.0/gpt/ +DISTNAME= gpt-${PORTVERSION}autotools2004-src -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-3.1 +BROKEN= "Does not build" + RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ @@ -29,7 +31,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ USE_PERL5= yes USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}autotools2004 NO_BUILD= yes PLIST_SUB+= PERL=${PERL} diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index fcc34baa15b6..81f0e6004db3 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -12,12 +12,14 @@ CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-* NO_LATEST_LINK= YES +BROKEN= "Does not build" + RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ |