Date: Sun, 2 Feb 2014 21:23:03 GMT From: "B. Petit" <elrond@phoe.frmug.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186391: x11/xdm fails to install when the XDMSHELL option is enabled Message-ID: <201402022123.s12LN3A6096804@oldred.freebsd.org> Resent-Message-ID: <201402022130.s12LU08w009063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402022123.s12LN3A6096804>