[Fwd: sysutils/libchk: Ignore locations under /usr/X11R6]

Rene Ladan r.c.ladan at gmail.com
Sat Jul 7 19:39:51 UTC 2007


Hi,

This request to skip $X11BASE in the sysutils/libchk port is similar to 
ports/113099

Is it ok / politically correct to approve it?

Regards,
Rene

-------- Originele bericht --------
Onderwerp: sysutils/libchk: Ignore locations under /usr/X11R6
Datum: Wed, 4 Jul 2007 21:28:38 -0400
Van: Tom McLaughlin <tmclaugh at FreeBSD.org>
Aan: FreeBSD gnats submit <FreeBSD-gnats-submit at FreeBSD.org>
CC: r.c.ladan at gmail.com


>Submitter-Id:	current-users 
>Originator:	Tom McLaughlin 
>Organization:	 
>Confidential:	no 
>Synopsis:	sysutils/libchk: Ignore locations under /usr/X11R6 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		change-request 
>Release:	FreeBSD 6.2-STABLE i386 
>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 ---





-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 
(subkeys.pgp.net)

"It won't fit on the line."
		-- me, 2001



More information about the freebsd-x11 mailing list