ports/114309: sysutils/libchk: Ignore locations under /usr/X11R6

Tom McLaughlin tmclaugh at FreeBSD.org
Thu Jul 5 01:30:03 UTC 2007


>Number:         114309
>Category:       ports
>Synopsis:       sysutils/libchk: Ignore locations under /usr/X11R6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 01:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Tue Jun 19 03:46:08 EDT 2007
    tom at bofh:/usr/obj/usr/src/sys/GENERIC_ULE



>Description:


Attached patch causes libchk to ignore the following directories automatically since
they are really locations under /usr/local now.

/usr/X11R6/bin
/usr/X11R6/lib
/usr/X11R6/libexec
/usr/X11R6/sbin

Man page is also updated.


>How-To-Repeat:





>Fix:


--- patch-libchk.rb begins here ---
--- libchk.rb.orig	Fri May 14 13:11:09 2004
+++ libchk.rb	Wed Jul  4 19:32:11 2007
@@ -60,7 +60,12 @@
     "#{$x11base}/sbin",
   ]
 
-  $exclude_dirs = []
+  $exclude_dirs = [
+    "#{$x11base}/bin",
+    "#{$x11base}/lib",
+    "#{$x11base}/libexec",
+    "#{$x11base}/sbin",
+  ]
 end
 
 def main(argv)
--- patch-libchk.rb ends here ---
--- patch-libchk.1 begins here ---
--- libchk.1.orig	Sun May  2 14:56:10 2004
+++ libchk.1	Wed Jul  4 19:17:13 2007
@@ -37,9 +37,6 @@
 .It Pa $LOCALBASE/bin
 .It Pa $LOCALBASE/libexec
 .It Pa $LOCALBASE/sbin
-.It Pa $X11BASE/bin
-.It Pa $X11BASE/libexec
-.It Pa $X11BASE/sbin
 .El
 .Pp
 And the directories listed in
@@ -123,9 +120,6 @@
 .It Ev LOCALBASE
 The local base directory. (default:
 .Pa /usr/local )
-.It Ev X11BASE
-The X11 base directory. (default:
-.Pa /usr/X11R6 )
 .El
 .Sh SEE ALSO
 .Xr ldconfig 8
--- patch-libchk.1 ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list