Commit Graph

20 Commits

Author SHA1 Message Date
espie
20ae9afccc prepare xview for libc changes.
xview is abusing FILE, by making its own in order to coerce vfscanf to
give it stuff it shouldn't.

This is absolutely awful code. The clean way would be to duplicate the
vfscanf code there.  But hey, C doesn't have stringstreams, so it must
suffer.

Fix independently reinvented, looks a lot like NetBSD's.
2005-04-18 11:48:20 +00:00
espie
5ce349ba61 for best results, apply va_copy only to va_list.
okay pvalchev@
2004-03-10 17:34:45 +00:00
pvalchev
728931077d use va_copy for copying va_list types, not assigning directly which is illegal 2004-03-03 09:02:14 +00:00
espie
93579f1968 go away, shoo! 2003-12-30 02:01:13 +00:00
espie
0eabca9cd8 more warnings go away. 2003-12-30 02:00:39 +00:00
espie
ee305feb7e Missed a few XCOMM.
gcc3's cpp warns about missing defines in imakefiles, two obvious fixes.
Start removing warnings caused by extra shit at end of #undef...
2003-12-30 01:52:22 +00:00
espie
5a333df48e Replace dubious /**/# construct with proper XCOMM 2003-12-30 01:05:58 +00:00
espie
aea8f5950e Regen patches with recent update-patches. 2003-12-30 00:47:24 +00:00
espie
6f567b3344 Put XCOMM in the patches instead of # to help gcc3 2003-12-30 00:28:35 +00:00
pvalchev
e409d64fde fgetc() returns an int, not a char 2002-02-20 23:27:12 +00:00
espie
54682acca9 Convert to new X11 requirements (libs built with -shared).
Should fix xview (which is completely broken right now anyway), build
in progress...
2000-10-22 17:44:44 +00:00
espie
9f38e11563 Fix for -current. 2000-09-08 10:21:48 +00:00
espie
042e18c7a5 Don't build and install msgfmt and xgettext, as they conflict with gettext. 2000-04-07 00:53:50 +00:00
espie
5007c6b897 Let xview install under /usr/local.
Tweak the extras_menus recognition code lightly:
- the redefine part is broken, as the filename has a full path.
- let the fallback work, e.g., go to /usr/local/lib instead of /usr/lib.
2000-04-04 21:17:21 +00:00
espie
8b336014c2 More missing DESTDIRs 2000-04-04 20:19:34 +00:00
espie
b3d36575ac Use mkdir -p, like the rest of OpenBSD X11.
Missed one DESTDIR yet.
2000-04-04 20:12:00 +00:00
espie
58dc743df6 Missed a few DESTDIR, noticeable when you install Read-Only. 2000-04-04 14:55:16 +00:00
espie
e0be12a31e Missing DESTDIR and extra spaces going to hamper Fake. 2000-04-02 22:58:48 +00:00
espie
379a5cbae5 Help Fake. 2000-04-02 18:53:12 +00:00
espie
f3cbb56810 Xview's return.
Cleaned up so that lib depends on config:build, and lndir it
instead of mucking with the source dir.

All patches put into config/patches, separated and renamed
(yes, this is a LARGE fucker).

Fake

xview/clients to come.

Currently installs under /usr/X11R6, some more patches to X needed to fix
that.
2000-04-02 15:25:13 +00:00