Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2000 12:17:46 +0200
From:      johann@egenetics.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22022: Port fix: sysutils/pib
Message-ID:  <E13l7L0-000A3Y-00@fling.sanbi.ac.za>

next in thread | raw e-mail | index | archive | help

>Number:         22022
>Category:       ports
>Synopsis:       Port fix: sysutils/pib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 16 03:20:03 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13l7L0-000A3Y-00>