pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xdm3d



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Jan  8 00:33:34 UTC 2012

Modified Files:
        pkgsrc/x11/xdm3d: Makefile distinfo
Added Files:
        pkgsrc/x11/xdm3d/patches: patch-Xresources_3D

Log Message:
This file has a backslash-escaped trailing space after the login
prompt string, which I assume is there on purpose. Unfortunately, it
seems that when run through modern gcc's cpp, as at least Dragonfly's
current X resources processing pipeline apparently does, cpp treats
this as backslash-newline and splices on the next line, which causes
everything to go wahooni-shaped.

As a hack/workaround, insert a blank line after this line, so if the
next line does get spliced on it won't break things.

Reported by Artem Falcon.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xdm3d/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xdm3d/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xdm3d/patches/patch-Xresources_3D

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index