From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 2 21:30:00 2014 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 ESMTPS id CCB11596 for ; Sun, 2 Feb 2014 21:30:00 +0000 (UTC) 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 8DA56113B for ; Sun, 2 Feb 2014 21:30:00 +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 s12LU05V009064 for ; Sun, 2 Feb 2014 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s12LU08w009063; Sun, 2 Feb 2014 21:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Feb 2014 21:30:00 GMT Resent-Message-Id: <201402022130.s12LU08w009063@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, "B. Petit" 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 ESMTPS id 8F4F2528 for ; Sun, 2 Feb 2014 21:23:04 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B8581110 for ; Sun, 2 Feb 2014 21:23:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s12LN3GJ096812 for ; Sun, 2 Feb 2014 21:23:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s12LN3A6096804; Sun, 2 Feb 2014 21:23:03 GMT (envelope-from nobody) Message-Id: <201402022123.s12LN3A6096804@oldred.freebsd.org> Date: Sun, 2 Feb 2014 21:23:03 GMT From: "B. Petit" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186391: x11/xdm fails to install when the XDMSHELL option is enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 21:30:00 -0000 >Number: 186391 >Category: ports >Synopsis: x11/xdm fails to install when the XDMSHELL option is enabled >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: Sun Feb 02 21:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: B. Petit >Release: 9.2-STABLE >Organization: >Environment: >Description: There is a typo in x11/xdm port's version 1.11.1 packing list on xdmshell manpage that prevents the creation of the package when the XDMSHELL option is enabled. >How-To-Repeat: >Fix: Patch is attached. Patch attached with submission follows: diff -r c94aaaca05d4 x11/xdm/pkg-plist --- a/x11/xdm/pkg-plist Thu Jan 30 08:11:18 2014 +0100 +++ b/x11/xdm/pkg-plist Sun Feb 02 02:09:55 2014 +0100 @@ -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: >Unformatted: