Date: Wed, 25 Sep 2013 13:25:01 GMT From: Jake Guffey <jake.guffey@eprotex.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/182372: sysutils/fusefs-libs fails to build for package Message-ID: <201309251325.r8PDP1S2023339@oldred.freebsd.org> Resent-Message-ID: <201309251330.r8PDU1AC017732@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182372 >Category: ports >Synopsis: sysutils/fusefs-libs fails to build for package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 25 13:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jake Guffey >Release: 9.0-RELEASE >Organization: eProtex >Environment: FreeBSD ePBLDSRV01X.eprotex.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Wed Feb 1 20:10:54 UTC 2012 root@build.eprotex.com:/usr/obj/nanobsd.epshield001/usr/src/sys/EPSHIELD-USB amd64 >Description: The pkg-plist for sysutils/fusefs-libs contains spaces between the %%PORTDOCS%% and %%DOCSDIR%% macros, causing "make package" to fail. I would have added the patch as an attachment but it's only two affected lines. >How-To-Repeat: Update the local ports tree cd /usr/ports/sysutils/fusefs-libs make package >Fix: diff -Nur fusefs-libs.orig/pkg-plist fusefs-libs/pkg-plist --- fusefs-libs.orig/pkg-plist 2013-09-25 13:19:55.676924745 +0000 +++ fusefs-libs/pkg-plist 2013-09-25 13:12:25.060924367 +0000 @@ -22,7 +22,7 @@ man/man1/ulockmgr_server.1.gz man/man8/mount.fuse.8.gz @dirrm include/fuse -%%PORTDOCS%% %%DOCSDIR%%/libs/how-fuse-works -%%PORTDOCS%% %%DOCSDIR%%/libs/kernel.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/how-fuse-works +%%PORTDOCS%%%%DOCSDIR%%/libs/kernel.txt %%PORTDOCS%%@dirrm %%DOCSDIR%%/libs %%PORTDOCS%%@dirrmtry %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251325.r8PDP1S2023339>