Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2019 04:46:03 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
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
Message-ID:  <201909150446.x8F4k3kA084876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909150446.x8F4k3kA084876>