diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-12-02 17:39:32 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-12-02 17:39:32 +0000 |
commit | 141addc6bb6da3cddb86bb7b59c9a0275dd56ac2 (patch) | |
tree | 90127dbabca659a98ffb8d59b693a41c723840de /misc/gpt/Makefile | |
parent | Update to 1.64 (diff) |
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/gpt/Makefile')
-rw-r--r-- | misc/gpt/Makefile | 10 |
1 files changed, 6 insertions, 4 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} |