joerg
36a6d19157
Handle dependency on libstdc++ / libc++ in bsd.lib.mk.
2013-09-12 17:14:20 +00:00
christos
8423827b89
avoid compiler bug
2013-05-24 17:44:27 +00:00
wiz
3fdf88b87a
Revert previous: tsutsui noted that this file is for X11R6.
...
The one for X11R7 already had HAVE_OPENPTY defined.
2012-07-12 12:43:06 +00:00
wiz
8b21675839
Define HAS_OPENPTY in CPPFLAGS (since this Makefile doesn't use a config.h).
2012-07-12 10:14:04 +00:00
abs
a598bb2b51
Missed defining XSERVER_XVAX
2012-05-15 14:29:29 +00:00
abs
cc2189268d
Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but
...
with three additional lines of an ioctl() case in the kernel 'startx' will
display the traditional three xterms
2012-05-14 08:42:03 +00:00
tron
df92d05dec
Move "libexpat" from X11 into base which fixes PR lib/40346.
...
This change was approved by the Core Group.
2012-02-29 20:07:51 +00:00
tsutsui
49921f182e
Set WARNS?=2.
2011-11-27 00:53:52 +00:00
apb
96aacf816f
Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR}
...
starts with "/". This should fix issues involving .//usr/X11R7 instead
of ./usr/X11R7 in METALOG during the build for some ports.
2011-09-12 13:38:42 +00:00
mrg
9bbb3dca38
apply some -Wno-error. there are char * vs. const char * issues that
...
GCC 4.5 complains about, that are fixed in newer eg, MesaLib.
2011-07-21 03:36:29 +00:00
christos
e4b0447a20
Missing \\
2011-05-30 02:12:02 +00:00
christos
99b79f0f2d
find util/memleak/memleak.h
2011-05-29 23:00:41 +00:00
christos
44a292d910
need mi now.
2011-05-26 21:20:26 +00:00
christos
2911e3e3dc
get the afb.h file from the normal place.
2011-05-23 02:37:58 +00:00
christos
d04eeaedcf
not enough fixing the Imakefile, we need this one too.
2011-05-23 02:35:28 +00:00
mbalmer
a5ce577b9d
Build the updates ssh-askpass program and add the man page to the xbase set.
2011-04-03 13:29:45 +00:00
tsutsui
5668b16a99
Disable USE_PAM on ports which have legacy non-XFree86 servers.
...
With this change, xinit(1) can properly quit Xserver after
xinitrc script exits.
Tested on dreamcast (-current) and hpcmips (netbsd-5).
2010-10-10 07:03:28 +00:00
mrg
1314a37a1f
fix the dependancy list for this.
2010-03-22 00:23:59 +00:00
roy
33d71c82dc
Use correct lib
2010-02-04 12:54:55 +00:00
roy
98eb889579
Userland now builds and uses terminfo instead of termcap.
...
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
perry
2cd7db9ec7
add -n to gzip invocation
2009-03-31 21:12:51 +00:00
christos
467f2a18c1
turn on paste64.
2009-02-20 16:06:59 +00:00
abs
328961279a
Convert more MACHINE tests to MACHINE_ARCH so it is more obvious what
...
could be sharable per MACHINE_ARCH. Again another selection of mixed
amd64/x86_64 tests cleaned up, including one file which was testing
MACHINE for both!
2009-02-14 13:48:16 +00:00
abs
e468650cc4
Enable Xvfb build on vax and x68k to match every other port.
2009-02-08 00:50:07 +00:00
martin
e0b01c2a5d
fix include filename
2008-11-28 10:27:29 +00:00
apb
f46c1de7cb
Use ${TOOL_SED} instead if plain sed in Makefiles.
2008-10-25 22:27:34 +00:00
apb
f3f295c281
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
...
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
2008-10-19 22:05:23 +00:00
macallan
884d2768b4
use -DAVOID_VGAHW on sparc(64) - needed for XVR-100
2008-10-03 05:16:22 +00:00
macallan
67c4d710e0
actually pass -DPCI_VIA_TTYE0 on sparc(64), also don't overwrite other
...
options
2008-10-03 05:14:01 +00:00
jmcneill
efc24d0acb
Add ${X11FONTDIR}/TTF/ to COMPILEDDEFAULTFONTPATH
2008-09-25 13:29:53 +00:00
lukem
d0c116a1ef
Implement bin/rgb/rgb_mkdb.sh to build rgb.db using awk(1) and db(1).
...
Remove tools/rgb; the code isn't portable enough (relies upon <ndbm.h>)
Tested on NetBSD 3.1 and Fedora Core 8
(XXX: although the generated .db file has the correct contents on FC8,
it's also 161MiB instead of 64KiB. I think this is a problem in the
build of the db routines in tools/compat, and we'll need to debug
separately.).
Fixes cross-build fallout from PR 36836
2008-09-05 05:20:39 +00:00
lukem
4beacee691
Cleanup DB scratch files.
...
MAKEVERBOSE love
2008-09-02 01:39:19 +00:00
lukem
ee02c62e8a
Fix cut&pasto
2008-09-02 01:31:22 +00:00
rtr
6c4b42c91b
- move build of showrgb to x11/bin/showrgb
...
- build and install rgb to destdir
- use host rgb to generate rgb.db database at build time and install it
- fix set list for above
should resolve pr/36836
2008-09-01 10:37:19 +00:00
rtr
dd60de83e9
build rgb as a host tool so we can generate the rgb database for the
...
Xmac68k server.
2008-09-01 10:24:15 +00:00
lukem
25d0645357
Define NOHTML: doc2html doesn't like XtAppCSh.man
2008-08-27 02:18:56 +00:00
rtr
221336487d
MKMAN=no -> NOMAN= # defined
...
identified by dh@
2008-05-25 01:46:18 +00:00
ghen
551ca764ea
Add X11 support for the Colemak keyboard layout, see http://colemak.com
...
(it's been included in upstream X.org, too).
2008-05-21 17:09:29 +00:00
lukem
66176dfdff
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
...
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00
macallan
3d7d158b1c
shark doesn't need ioperm_noop.c anymore
2008-04-23 05:13:43 +00:00
macallan
72582f8379
Follow changes in xsrc to allow mmap()ing IO space on shark.
...
Now we have X on rev. 4 sharks.
2008-04-19 20:53:36 +00:00
phx
be7af1fd4f
Define -DPCI_VIA_TTYE0 for SRCS.bus and not for SRCS.bsd (macppc and ofppc),
...
to ensure the option is generated when compiling netbsdPci.c.
2008-04-11 15:14:08 +00:00
macallan
e637592b65
enable PCI_VIA_TTYE0 for sparc(64), macppc and ofppc. Should probably be done
...
for prep as well.
2008-03-29 23:26:15 +00:00
dholland
b13483cd3e
MKMAN does not belong in source makefiles; use NOMAN.
2008-03-10 02:02:56 +00:00
dholland
ce33f8bb1e
MKMAN does not belong in source makefiles; use NOMAN.
2008-03-10 01:46:31 +00:00
phx
ae0b13c01b
Make XFree86 compile for ofppc.
...
Approved by garbled.
2008-03-08 10:37:48 +00:00
ad
2ecdf58c2c
Remove systrace. Ok core@.
2007-12-31 15:31:24 +00:00
macallan
6f048fd242
build the glint driver on sparc64
2007-12-19 17:33:55 +00:00
macallan
930f62ff15
-DGLINT_AVOID_INT10 on archs where we're seriously unlikely to encounter a
...
GLint in VGA legacy mode
2007-12-19 17:15:54 +00:00