Date: Thu, 22 Oct 2015 03:51:25 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289730 - in head: contrib/groff/tmac contrib/mdocml lib/libgpib targets/pseudo/userland/lib Message-ID: <201510220351.t9M3pP5B028098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510220351.t9M3pP5B028098>