From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 9 15:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793B516A4CE for ; Fri, 9 Apr 2004 15:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE3C43D2F for ; Fri, 9 Apr 2004 15:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i39MKGbv014296 for ; Fri, 9 Apr 2004 15:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i39MKGTY014295; Fri, 9 Apr 2004 15:20:16 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 9 Apr 2004 15:20:16 -0700 (PDT) Resent-Message-Id: <200404092220.i39MKGTY014295@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brooks Davis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809BA16A4CE for ; Fri, 9 Apr 2004 15:17:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793A143D49 for ; Fri, 9 Apr 2004 15:17:40 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) i39MHebv014196 for ; Fri, 9 Apr 2004 15:17:40 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i39MHefa014195; Fri, 9 Apr 2004 15:17:40 -0700 (PDT) (envelope-from brooks) Message-Id: <200404092217.i39MHefa014195@freefall.freebsd.org> Date: Fri, 9 Apr 2004 15:17:40 -0700 (PDT) From: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/65380: Port update: misc/gpt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 22:20:16 -0000 >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: