From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 25 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB966B72 for ; Wed, 25 Sep 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A140A25BA for ; Wed, 25 Sep 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8PDU19J017733 for ; Wed, 25 Sep 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8PDU1AC017732; Wed, 25 Sep 2013 13:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 25 Sep 2013 13:30:01 GMT Resent-Message-Id: <201309251330.r8PDU1AC017732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jake Guffey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1018883E for ; Wed, 25 Sep 2013 13:25:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F23402571 for ; Wed, 25 Sep 2013 13:25:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8PDP19H023430 for ; Wed, 25 Sep 2013 13:25:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8PDP1S2023339; Wed, 25 Sep 2013 13:25:01 GMT (envelope-from nobody) Message-Id: <201309251325.r8PDP1S2023339@oldred.freebsd.org> Date: Wed, 25 Sep 2013 13:25:01 GMT From: Jake Guffey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182372: sysutils/fusefs-libs fails to build for package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 13:30:01 -0000 >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: