mrg
e582e7fa7f
install vesa.4.
2008-08-30 04:44:34 +00:00
mrg
667cc9fca9
don't build stdResource.c on macppc.
2008-08-30 01:06:35 +00:00
mrg
cb0ad860fb
amd64 has MACHINE_ARCH of x86_64
2008-08-30 01:05:59 +00:00
rtr
1ab43164ff
- re-enable build of libddc it is needed as a convenience lib for linking
...
the Xorg server.
- define LIBISPRIVATE=yes for libddc so we don't get a module build
2008-08-29 07:46:19 +00:00
rtr
bc2f87a3cb
it is LIB=xtrap not LIB=XTrap
2008-08-29 04:30:07 +00:00
rtr
2429ee8035
don't build or install libddc
2008-08-29 04:13:02 +00:00
gmcgarry
5a8a518ea5
Both legs of conditional operator must return the same type.
2008-08-29 00:36:27 +00:00
mrg
3c54dc853b
add -Wl,--whole-archive ... -Wl,--no-whole-archive around the
...
xorg-server libs, so everything is linked in. necessary for
modules to load.
2008-08-28 08:37:01 +00:00
mrg
dee0ade029
don't link xf86cvt.c, it's in xf86modes already.
2008-08-28 08:36:03 +00:00
mrg
fc551bd26f
build xf86-video-radeon driver, as well as xf86-video-ati.
2008-08-28 07:49:05 +00:00
mrg
b3d9410523
COPTS.cursor.c+= -Wno-error
2008-08-28 07:34:20 +00:00
mrg
69cb79d655
COPTS.compwindow.c= -Wno-error
2008-08-28 07:33:38 +00:00
mrg
1f86556e49
add CPICFLAGS to COPTS -- this library is linked into a shared lib.
2008-08-28 07:33:22 +00:00
mrg
90f8533a21
add miext/cw.
2008-08-28 07:32:49 +00:00
mrg
22410694ef
look for generated config.h.
2008-08-28 07:22:30 +00:00
mrg
e5414b3513
add xf86-video-radeon
2008-08-28 07:22:02 +00:00
mrg
733fc86b2b
don't check MKXORG here.
2008-08-28 07:21:44 +00:00
mrg
5d47d830e9
look in /usr/X11R7
2008-08-28 07:21:06 +00:00
mrg
fbe5f55fce
this driver should be installed as kbd_drv
2008-08-28 01:36:55 +00:00
rtr
13d9614676
remove non-existent directories from DISTRIBTARGETS from lukem@
2008-08-27 23:47:40 +00:00
rtr
afd4bd72b7
list Xsession in CPPSCRIPTS from lukem@
2008-08-27 23:47:08 +00:00
gmcgarry
1db91f4266
Fix path to correct source directory.
2008-08-27 13:15:53 +00:00
gmcgarry
29ed8d5a56
Kludge the endianness detection here.
2008-08-27 12:22:37 +00:00
gmcgarry
a9f4a6fd99
Pull in change from master repo:
...
Log Message:
Don't recalculate offsets of packed unions, since they all have the same
offset. Spotted by Reinoud Zandijk.
2008-08-27 12:20:38 +00:00
rtr
8e6f40cefd
fix CPPFLAGS for module builds
2008-08-26 04:05:35 +00:00
rtr
697d639db6
use XORG_VERSION_CURRENT defined in Makefile.serverlib instead of
...
defining it all over the shop
2008-08-24 13:47:05 +00:00
rtr
209734477b
make obsolete MKX11LOADABLE
...
define XORG_VERSION_CURRENT here instead of ~everywhere else
remove mips specific knob to enable ELF modules we use them everywhere now
2008-08-24 13:43:57 +00:00
rtr
262f055daf
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.<lib> to be consistent with other libs
* cleanup CPPFLAGS
2008-08-24 13:40:13 +00:00
rtr
e09e7ba8f4
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.shadow to make them available for the module build
* cleanup CPPFLAGS
* build libshadow.so module with more correct set of SRCS
2008-08-24 13:37:33 +00:00
rtr
7fa94bbc14
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.mfb to make them available for the module build
* cleanup CPPFLAGS
* build libmfb.so module with more correct set of SRCS
2008-08-24 13:30:20 +00:00
rtr
7e73b6b74b
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.XTrap to make them available for the module build
* cleanup CPPFLAGS
* build libXTrap.so module with more correct set of SRCS
2008-08-24 13:25:03 +00:00
rtr
ef7ceee5bf
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.cfb32 to make them available for the module build
* cleanup CPPFLAGS
* build libcfb32.so module with more correct set of SRCS
2008-08-24 13:24:12 +00:00
rtr
cdac501c2a
* use LIBISPRIVATE instead of MKX11LOADABLE
...
* reorganize SRCS into SRCS.cfb to make them available for the module build
* cleanup CPPFLAGS
* build libcfb.so module with more correct set of SRCS
2008-08-24 13:23:33 +00:00
gmcgarry
50f2c2b359
Add pcc build framework.
2008-08-24 05:47:05 +00:00
gmcgarry
775b51a7ac
Import pcc-libs 0.9.9 080824
2008-08-24 05:34:44 +00:00
gmcgarry
6e0bca2262
Import pcc 0.9.9 080824
2008-08-24 05:32:48 +00:00
rtr
58d407c89b
stop using XSERVERINCDIR since it was referencing src/x11 reachover
...
this is not correct for xorg reachover
2008-08-15 15:55:05 +00:00
rtr
53b3cad8e5
remove special case NOPIC for mips
2008-08-15 10:31:12 +00:00
rtr
715ff2b0d0
traverse into server
2008-08-15 10:27:20 +00:00
lukem
9c4947d494
stuff TODO
2008-08-13 04:46:08 +00:00
lukem
b5d491f229
Regen for openldap 2.4.11.
...
(Done on a NetBSD 3.1 system, and hand-tweaked.)
2008-08-13 04:44:59 +00:00
lukem
554070741d
Add assertion.c to SRCS (introduced in 2.4.9->2.4.11 merge)
2008-08-13 04:44:04 +00:00
lukem
13c922b1de
version.c now depends on openldap.mk, so it gets rebuilt in an MKUPDATE=yes
...
build after openldap has been upgraded
2008-08-13 04:43:26 +00:00
lukem
25b9c7eeb8
Crank version to 2.4.11
2008-08-13 04:42:47 +00:00
lukem
5e376103b4
resolve conflicts between merge from 2.4.9 to 2.4.11
2008-08-13 04:15:48 +00:00
rtr
f431523df6
SHLIB_MAJOR=0 if defined(XMODULEDIR)
2008-08-10 11:56:06 +00:00
rtr
16734c80a9
set SHLIB_MAJOR=${PACKAGE_MAJOR}
...
just set LIBDIR= don't bother with allowing override
2008-08-10 11:28:42 +00:00
rtr
47be36a913
fix my lousy awk
2008-08-10 10:26:10 +00:00
rtr
aef88f4580
no need to MKLINT=no since LIBISMODULE=yes does this for us
2008-08-10 09:38:22 +00:00
rtr
a8e904b030
remove cheesy hack moduleinstall target and use LIBISPRIVATE=yes
2008-08-10 09:29:08 +00:00