svn commit: r289730 - in head: contrib/groff/tmac contrib/mdocml lib/libgpib targets/pseudo/userland/lib

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 22 03:51:27 UTC 2015


Author: bdrewery
Date: Thu Oct 22 03:51:25 2015
New Revision: 289730
URL: https://svnweb.freebsd.org/changeset/base/289730

Log:
  Remove more disconnected libgpib items missed in r276214.
  
  Sponsored by:	EMC / Isilon Storage Division

Deleted:
  head/lib/libgpib/
Modified:
  head/contrib/groff/tmac/doc-syms
  head/contrib/groff/tmac/groff_mdoc.man
  head/contrib/mdocml/lib.in
  head/targets/pseudo/userland/lib/Makefile.depend

Modified: head/contrib/groff/tmac/doc-syms
==============================================================================
--- head/contrib/groff/tmac/doc-syms	Thu Oct 22 01:36:16 2015	(r289729)
+++ head/contrib/groff/tmac/doc-syms	Thu Oct 22 03:51:25 2015	(r289730)
@@ -780,7 +780,6 @@
 .ds doc-str-Lb-libfetch    File Transfer Library for URLs (libfetch, \-lfetch)
 .ds doc-str-Lb-libform     Curses Form Library (libform, \-lform)
 .ds doc-str-Lb-libgeom     Userland API Library for kernel GEOM subsystem (libgeom, \-lgeom)
-.ds doc-str-Lb-libgpib     General-Purpose Instrument Bus (GPIB) library (libgpib, \-lgpib)
 .ds doc-str-Lb-libi386     i386 Architecture Library (libi386, \-li386)
 .ds doc-str-Lb-libintl     Internationalized Message Handling Library (libintl, \-lintl)
 .ds doc-str-Lb-libipsec    IPsec Policy Control Library (libipsec, \-lipsec)

Modified: head/contrib/groff/tmac/groff_mdoc.man
==============================================================================
--- head/contrib/groff/tmac/groff_mdoc.man	Thu Oct 22 01:36:16 2015	(r289729)
+++ head/contrib/groff/tmac/groff_mdoc.man	Thu Oct 22 03:51:25 2015	(r289730)
@@ -1732,8 +1732,6 @@ and their results are:
 .Lb libform
 .It Li libgeom
 .Lb libgeom
-.It Li libgpib
-.Lb libgpib
 .It Li libi386
 .Lb libi386
 .It Li libintl

Modified: head/contrib/mdocml/lib.in
==============================================================================
--- head/contrib/mdocml/lib.in	Thu Oct 22 01:36:16 2015	(r289729)
+++ head/contrib/mdocml/lib.in	Thu Oct 22 03:51:25 2015	(r289730)
@@ -57,7 +57,6 @@ LINE("libfsid",		"Filesystem Identificat
 LINE("libftpio",	"FTP Connection Management Library (libftpio, \\-lftpio)")
 LINE("libform",		"Curses Form Library (libform, \\-lform)")
 LINE("libgeom",		"Userland API Library for Kernel GEOM subsystem (libgeom, \\-lgeom)")
-LINE("libgpib",		"General-Purpose Instrument Bus (GPIB) library (libgpib, \\-lgpib)")
 LINE("libgpio",		"General-Purpose Input Output (GPIO) library (libgpio, \\-lgpio)")
 LINE("libhammer",	"HAMMER Filesystem Userland Library (libhammer, \\-lhammer)")
 LINE("libi386",		"i386 Architecture Library (libi386, \\-li386)")

Modified: head/targets/pseudo/userland/lib/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/lib/Makefile.depend	Thu Oct 22 01:36:16 2015	(r289729)
+++ head/targets/pseudo/userland/lib/Makefile.depend	Thu Oct 22 03:51:25 2015	(r289730)
@@ -42,7 +42,6 @@ DIRDEPS = \
 	lib/libexpat \
 	lib/libfetch \
 	lib/libgeom \
-	lib/libgpib \
 	lib/libgssapi \
 	lib/libiconv_modules/BIG5 \
 	lib/libiconv_modules/DECHanyu \


More information about the svn-src-head mailing list