From owner-svn-ports-head@freebsd.org Sun Sep 15 04:46:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD0D7E02AB; Sun, 15 Sep 2019 04:46:04 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46WGzJ47kYz3y2D; Sun, 15 Sep 2019 04:46:04 +0000 (UTC) (envelope-from asomers@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A6202F13; Sun, 15 Sep 2019 04:46:04 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8F4k42T084879; Sun, 15 Sep 2019 04:46:04 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8F4k3kA084876; Sun, 15 Sep 2019 04:46:03 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201909150446.x8F4k3kA084876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Sun, 15 Sep 2019 04:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512089 - in head/sysutils/fusefs-libs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head/sysutils/fusefs-libs: . files X-SVN-Commit-Revision: 512089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2019 04:46:04 -0000 Author: asomers (src committer) Date: Sun Sep 15 04:46:03 2019 New Revision: 512089 URL: https://svnweb.freebsd.org/changeset/ports/512089 Log: sysutils/fusefs-libs: don't install irrelevant man pages Don't install man pages for programs that the port doesn't install. PR: 236638 Reviewed by: emaste Approved by: se (maintainer timeout) Sponsored by: The FreeBSD Foundation Added: head/sysutils/fusefs-libs/files/patch-doc_Makefile.am (contents, props changed) Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/pkg-plist Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Sun Sep 15 03:54:12 2019 (r512088) +++ head/sysutils/fusefs-libs/Makefile Sun Sep 15 04:46:03 2019 (r512089) @@ -4,6 +4,7 @@ PORTNAME= fusefs DISTVERSIONPREFIX= fuse- DISTVERSION= 2.9.9 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -libs Added: head/sysutils/fusefs-libs/files/patch-doc_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-libs/files/patch-doc_Makefile.am Sun Sep 15 04:46:03 2019 (r512089) @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orig 2019-07-31 16:36:32 UTC ++++ doc/Makefile.am +@@ -1,5 +1,8 @@ + ## Process this file with automake to produce Makefile.in + ++if BSD ++else + dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1 ++endif + + EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html Modified: head/sysutils/fusefs-libs/pkg-plist ============================================================================== --- head/sysutils/fusefs-libs/pkg-plist Sun Sep 15 03:54:12 2019 (r512088) +++ head/sysutils/fusefs-libs/pkg-plist Sun Sep 15 04:46:03 2019 (r512089) @@ -18,6 +18,3 @@ lib/libulockmgr.so lib/libulockmgr.so.1 lib/libulockmgr.so.1.0.1 libdata/pkgconfig/fuse.pc -man/man1/fusermount.1.gz -man/man1/ulockmgr_server.1.gz -man/man8/mount.fuse.8.gz