Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 18:05:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244404] x11/xdm: stray #endif in installed Xresources.sample
Message-ID:  <bug-244404-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244404

            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: x11@FreeBSD.org
          Reporter: olgeni@FreeBSD.org
          Assignee: x11@FreeBSD.org
             Flags: maintainer-feedback?(x11@FreeBSD.org)

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 >=3D 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244404-7788>