From truckman@FreeBSD.org  Tue Feb 25 05:34:10 2014
Return-Path: <truckman@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 59F1D643
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Feb 2014 05:34:05 +0000 (UTC)
Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 998E71E05
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Feb 2014 04:15:04 +0000 (UTC)
Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2])
	by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s1P27SlB075746
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Feb 2014 18:07:28 -0800 (PST)
	(envelope-from truckman@FreeBSD.org)
Received: from mousie.catspoiler.org (localhost.catspoiler.org [127.0.0.1])
	by mousie.catspoiler.org (8.14.7/8.14.7) with ESMTP id s1P27Svl068254
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Feb 2014 18:07:28 -0800 (PST)
	(envelope-from truckman@FreeBSD.org)
Received: (from dl@localhost)
	by mousie.catspoiler.org (8.14.7/8.14.7/Submit) id s1P27SEB068253;
	Mon, 24 Feb 2014 18:07:28 -0800 (PST)
	(envelope-from dl)
Message-Id: <201402250207.s1P27SEB068253@mousie.catspoiler.org>
Date: Mon, 24 Feb 2014 18:07:28 -0800 (PST)
From: Don Lewis <truckman@FreeBSD.org>
Reply-To: Don Lewis <truckman@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: x11/xdm installation failes due to pkg-plist typo
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         187019
>Category:       ports
>Synopsis:       x11/xdm installation failes due to pkg-plist typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 05:40:01 UTC 2014
>Closed-Date:    Sun Apr 27 18:23:23 UTC 2014
>Last-Modified:  Sun Apr 27 18:23:23 UTC 2014
>Originator:     Don Lewis
>Release:        FreeBSD 11.0-CURRENT i386
>Organization:
FreeBSD project
>Environment:
System: FreeBSD FreeBSD scratch.catspoiler.org 11.0-CURRENT FreeBSD 11.0-CURRENT #70 r262340M: Sat Feb 22 15:58:39 PST 2014     dl@scratch.catspoiler.org:/usr/obj/usr/src/sys/GENERICSMB  i386

Ports revision r345674
xdm-1.1.11

>Description:

The x11/xdm port fails during the install phase due to a typo in pkg-plist
if the XDMSHELL option is enabled.

===>   Registering installation for xdm-1.1.11
pkg-static: lstat(/usr/ports/x11/xdm/work/stage/usr/local/man/man1/xmdshell.1.gz): No such file or directory
pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/authfiles/): No such file or directory
pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/): No such file or directory
pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/): No such file or directory
pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/): No such file or directory
*** Error code 74

Stop.


>How-To-Repeat:

Enable the XDMSHELL option and attempt to install the port.

>Fix:

Index: pkg-plist
===================================================================
--- pkg-plist	(revision 345674)
+++ pkg-plist	(working copy)
@@ -7,7 +7,7 @@
 lib/X11/xdm/pixmaps/xorg-bw.xpm
 lib/X11/xdm/pixmaps/xorg.xpm
 man/man1/xdm.1.gz
-%%XDMSHELL%%man/man1/xmdshell.1.gz
+%%XDMSHELL%%man/man1/xdmshell.1.gz
 share/X11/app-defaults/Chooser
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 25 05:40:26 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187019 

From: Toni Ballesta <mustelator@yahoo.es>
To: bug-followup@FreeBSD.org, truckman@FreeBSD.org, mustelator@yahoo.es
Cc:  
Subject: Re: ports/187019: x11/xdm installation failes due to pkg-plist typo
Date: Sun, 27 Apr 2014 17:39:22 +0200

 Duplicated bug.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186391
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 27 18:22:48 UTC 2014 
State-Changed-Why:  
See ports/186391. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187019 
>Unformatted:
