[Bug 244404] x11/xdm: stray #endif in installed Xresources.sample
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244404
Bug ID: 244404
Summary: x11/xdm: stray #endif in installed Xresources.sample
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
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.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"