From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 21 20:40:35 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 87DB316A4CE for ; Sat, 21 Aug 2004 20:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C55043D2D for ; Sat, 21 Aug 2004 20:40:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7LKeZMu084308 for ; Sat, 21 Aug 2004 20:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7LKeZD2084285; Sat, 21 Aug 2004 20:40:35 GMT (envelope-from gnats) Resent-Date: Sat, 21 Aug 2004 20:40:35 GMT Resent-Message-Id: <200408212040.i7LKeZD2084285@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, Radim Kolar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9930F16A4CE for ; Sat, 21 Aug 2004 20:30:38 +0000 (GMT) Received: from smtp3.vol.cz (smtp3.vol.cz [195.250.128.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id E070F43D39 for ; Sat, 21 Aug 2004 20:30:37 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (volny-ipt-3-24.dialup.vol.cz [62.177.66.24]) by smtp3.vol.cz (8.12.9p2/8.12.9) with ESMTP id i7LKUZK3096916 for ; Sat, 21 Aug 2004 22:30:36 +0200 (CEST) (envelope-from hsn@netmag.cz) Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BycGI-00077l-AK ; Sat, 21 Aug 2004 22:14:50 +0200 Message-Id: Date: Sat, 21 Aug 2004 22:14:50 +0200 From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hsn@netmag.cz Subject: ports/70800: [mu] sysutils/portindex: fix symlink case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 20:40:35 -0000 >Number: 70800 >Category: ports >Synopsis: [mu] sysutils/portindex: fix symlink case >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 21 20:40:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Aug 19 19:04:54 CEST 2004 >Description: Fix case while /usr/ports is symlink to somewhere else. Not tested, but it should not break any existing code. Reported by Alex Varju Added file(s): - files/patch-varju Port maintainer (hsn@netmag.cz) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- portindex-18_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/Makefile /home/hsn/myports/portindex/Makefile --- /usr/ports/sysutils/portindex/Makefile Fri Jul 30 19:08:46 2004 +++ /home/hsn/myports/portindex/Makefile Sat Aug 21 22:03:38 2004 @@ -7,6 +7,7 @@ PORTNAME= portindex PORTVERSION= 18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.tecnik93.com/~radim/distfiles/ DISTNAME= bsdportsutils-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/sysutils/portindex/files/patch-varju /home/hsn/myports/portindex/files/patch-varju --- /usr/ports/sysutils/portindex/files/patch-varju Thu Jan 1 01:00:00 1970 +++ /home/hsn/myports/portindex/files/patch-varju Sat Aug 21 22:07:14 2004 @@ -0,0 +1,23 @@ +--- freebsdports.py.bak Wed Jul 28 14:03:59 2004 ++++ freebsdports.py Sat Aug 21 22:05:52 2004 +@@ -117,9 +117,9 @@ + print 'Output of make describe has',len(spl),'fields.' + return False + if this.path!=spl[1]: +- print "Port path is",this.path,"but Makefile reports",spl[1] ++ print "Warning: port path is",this.path,"but Makefile reports",spl[1] + this.name=spl[0] +- this.path=spl[1] ++ #this.path=spl[1] + this.prefix=spl[2] + this.comment=sre.sub(r'\s{2,}',' ',spl[3].strip()) + this.dfile=spl[4] --- portindex-18_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: