ports/186391: x11/xdm fails to install when the XDMSHELL option is enabled

B. Petit elrond at phoe.frmug.org
Sun Feb 2 21:30:00 UTC 2014


>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:


More information about the freebsd-ports-bugs mailing list