Date: Fri, 9 Apr 2004 15:17:40 -0700 (PDT) From: Brooks Davis <brooks@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65380: Port update: misc/gpt Message-ID: <200404092217.i39MHefa014195@freefall.freebsd.org> Resent-Message-ID: <200404092220.i39MKGTY014295@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65380 >Category: ports >Synopsis: Port update: misc/gpt >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 09 15:20:15 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 4.9-STABLE FreeBSD 4.9-STABLE #11: Thu Feb 5 19:43:44 PST 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Fix the package when GPT_LOCATION is not set during install. Remove bogus quotes from COMMENT. Bump port revision due to package fix. Reported by: kris (pkg problem, via globus2 build problems) >How-To-Repeat: >Fix: diff -ruN vendor/gpt/Makefile gpt/Makefile --- vendor/gpt/Makefile Thu Feb 26 11:44:13 2004 +++ gpt/Makefile Fri Apr 9 15:14:23 2004 @@ -7,12 +7,13 @@ PORTNAME= gpt PORTVERSION= 3.1 +PORTREVISION= 1 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 -COMMENT= "Grid Packaging Tools (used to install Globus)" +COMMENT= Grid Packaging Tools (used to install Globus) RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ diff -ruN vendor/gpt/pkg-plist gpt/pkg-plist --- vendor/gpt/pkg-plist Thu Feb 26 11:44:13 2004 +++ gpt/pkg-plist Fri Apr 9 15:14:23 2004 @@ -132,5 +132,5 @@ @dirrm share/gpt/aclocal @dirrm share/gpt/amdir @dirrm share/gpt -@exec PATH=%%LOCALBASE%%/bin:${PATH} %D/sbin/gpt-config -probe -perl=%%PERL%% +@exec PATH=%%LOCALBASE%%/bin:${PATH} GPT_LOCATION=%D %D/sbin/gpt-config -probe -perl=%%PERL%% @unexec echo "Configuration information saved. If you will *NOT* use this package" && echo "anymore, please remove /var/db/gpt and its contents manually." >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404092217.i39MHefa014195>