From johann@sanbi.ac.za  Mon Oct 16 03:17:53 2000
Return-Path: <johann@sanbi.ac.za>
Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119])
	by hub.freebsd.org (Postfix) with ESMTP id 2F57D37B66E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Oct 2000 03:17:50 -0700 (PDT)
Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4)
	id 13l7L0-000A3Y-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 16 Oct 2000 12:17:46 +0200
Message-Id: <E13l7L0-000A3Y-00@fling.sanbi.ac.za>
Date: Mon, 16 Oct 2000 12:17:46 +0200
From: johann@egenetics.com
Sender: johann@sanbi.ac.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port fix: sysutils/pib
X-Send-Pr-Version: 3.2

>Number:         22022
>Category:       ports
>Synopsis:       Port fix: sysutils/pib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 16 03:20:03 PDT 2000
>Closed-Date:    Sat Oct 28 02:00:17 PDT 2000
>Last-Modified:  Sat Oct 28 02:00:39 PDT 2000
>Originator:     Johann Visagie
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
Electric Genetics
>Environment:
>Description:
This is _really_ trivial.  The ports New World Order breaks pib 1.1, due to
the fact that the path to ${DESCR} has changed.  I emailed the
author/maintainer (msmith) ~6 days ago, but I assume he is understandably
busy at the moment, and have had no reply from him.
>How-To-Repeat:
>Fix:
diff -ruN pib.bak/files/patch-ab pib/files/patch-ab
--- pib.bak/files/patch-ab	Thu Nov 25 20:00:32 1999
+++ pib/files/patch-ab	Mon Oct 16 12:07:37 2000
@@ -1,5 +1,5 @@
---- pib.tcl.orig	Mon Jan  4 03:23:58 1999
-+++ pib.tcl	Sun Oct  3 21:09:27 1999
+--- pib.tcl.orig	Mon Jan  4 11:23:58 1999
++++ pib.tcl	Mon Oct 16 11:21:34 2000
 @@ -1,6 +1,6 @@
  #!/bin/sh
  # Tcl magic \
@@ -17,6 +17,15 @@
      source $Status(homedir)/tkSteal.tcl;
  
      # initialise Options
+@@ -1254,7 +1254,7 @@
+     
+     set w ".descreader";
+ 
+-    set fname "$Browser(cpath)/pkg/DESCR";
++    set fname "$Browser(cpath)/pkg-descr";
+     if {![file readable $fname]} {
+ 	if {$mode == "new"} {
+ 	    tk_dialog .message "" "Can't open the file :\n$fname\nto read port description." \
 @@ -2339,7 +2339,7 @@
  #
  proc wait_listwin {tag} {

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: msmith 
State-Changed-When: Sat Oct 28 02:00:17 PDT 2000 
State-Changed-Why:  

Fixed in PIB 1.2 


http://www.freebsd.org/cgi/query-pr.cgi?pr=22022 
>Unformatted:
