maintainer-feedback requested: [Bug 244404] x11/xdm: stray #endif in installed Xresources.sample

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 25 18:05:12 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 244404: x11/xdm: stray #endif in installed Xresources.sample
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244404



--- Description ---
Using xdm 1.1.12, I get an error in xdm.log when starting a session:


xdm info (pid 3008): Starting X server on :0
/usr/local/etc/X11/xdm/Xresources:67:2: error: #endif without #if
#endif /* XPM */


The original source file has:

#ifdef XPM
XHASHif PLANES >= 8
xlogin*logoFileName: BITMAPDIR/XDM_PIXMAP
XHASHelse
xlogin*logoFileName: BITMAPDIR/XDM_BWPIXMAP
XHASHendif
xlogin*useShape: true
xlogin*logoPadding: 10
#endif /* XPM */

and the "#ifdef XPM" is not present in the installed file, only the extra
#endif.


More information about the freebsd-x11 mailing list