clang build. PKGREVISION -> 6.
Caution: while it builds, it does not build cleanly -- adding function
prototypes turned up some systemic issues.
If anyone uses this package it would be helpful to try building it
with -Wall and look in to how to fix things properly.
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.
worked at the time, but now it doesn't. Add a BUILDLINK_TRANSFORM hack
as well, and now this package builds.
(I also just fixed NetBSD HEAD's imake to stop claiming 'Secure' RPC is
supported.)
- HasSecureRPC is incorrectly set to YES by native X; set to NO.
- HasSetUserContext defaults to NO in both native and pkgsrc X;
set to YES.
While here fix missing <pwd.h> that was causing link-time warnings,
so bump PKGREVISION to 3.