Commit graph

8 commits

Author SHA1 Message Date
dholland
a6e7bebd79 Add a distfile patch kit to mop up legacy C. Will hopefully fix the
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.
2013-06-16 17:32:06 +00:00
dholland
c6b2ef82c5 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.
2012-01-08 00:33:34 +00:00
dholland
5f873ad5a0 Disabling 'Secure' RPC via IMAKEOPTS isn't sufficient -- I thought it
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.)
2011-12-13 04:40:30 +00:00
dholland
4bf0df1cc1 Override bad imake settings on NetBSD:
- 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.
2011-09-29 09:10:42 +00:00
agc
2017b81365 Let this package build and install in the presence of xpkgwedge. 2003-11-06 16:22:28 +00:00
wiz
adf0225368 Add RCS ids to patch-ac and patch-ab.
New patch-ad fixes problem with unset loginmoveInterval resource,
reported (including patch) by Robert Elz in pkg/15040.
2002-03-20 01:52:31 +00:00
wiz
af46fd0e16 xpkgwedge fixes from Robert Elz, pkg/15041. 2002-03-20 01:49:23 +00:00
jlam
3f4ac3f5db Try to fix compilation warnings in genauth.c due to conflicting
declarations for time() on NetBSD/alpha.
2000-10-02 07:38:40 +00:00