From owner-svn-src-head@freebsd.org Thu Oct 22 03:51:27 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34645A1B61D; Thu, 22 Oct 2015 03:51:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8AD318E6; Thu, 22 Oct 2015 03:51:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9M3pQpG028103; Thu, 22 Oct 2015 03:51:26 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9M3pP5B028098; Thu, 22 Oct 2015 03:51:25 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201510220351.t9M3pP5B028098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 22 Oct 2015 03:51:25 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 03:51:27 -0000 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 \