Commit Graph

3541 Commits

Author SHA1 Message Date
christos
20af2ec145 In the PIC case, build libXdmGreet; perhaps we should always build and
link against it, even in the static case?
2013-06-16 01:51:29 +00:00
mrg
cca850f1bd define HAVE_XAA_H. fixes problems seen since the update to 2.1.20. 2013-06-14 04:43:38 +00:00
christos
c42e7a1ab0 We need to say we have getloadavg(3) otherwise it wants to open /dev/kmem
and it does not work since we don't install setgid kmem.
2013-06-13 11:25:18 +00:00
mrg
0ca6164e56 rename (new) xorg_drivers to xorg_server -- platforms that build the
actual Xorg server (aka "xfree86 server").

move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.

this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
mrg
f28fe5a779 revert part of the previous; it ends up putting this Makefile into
freetype-config due to the use of ${.ALLSRC}.
2013-06-10 17:37:22 +00:00
mrg
b1c5a3884b check (new) MKXORG_DRIVERS to see if we should build drivers. 2013-06-10 05:01:44 +00:00
mrg
ba39e0d4ed revert previous; it was already done in the previous previous.
while here, make freetype-config depend upon Makefile, so it
will be rebuilt for update builds properly.
2013-06-08 00:37:33 +00:00
martin
cc87d0b6c6 Fix a few library substitutions 2013-06-07 19:28:25 +00:00
mrg
a22936209f fix the sed to find all patterns. from nonaka@. 2013-06-07 06:15:46 +00:00
mrg
1eadb0bbb3 fix vax build issues - GCC 4.1 warns about always true comparisons
more than GCC 4.5 does.
2013-06-06 21:42:36 +00:00
mrg
d5fe81af2a don't build greeter lib with GREET_LIB. it triggers some
sort of problem i haven't yet figured out, and our linker
doesn't need these hacks with --export-dynamic anyway.

if !MKPIC, built the greeter into xdm statically.
2013-06-06 09:13:41 +00:00
mrg
a75895984d updates for libXvMC 1.0.7. 2013-06-06 06:18:15 +00:00
mrg
80ab7ac533 remove hard coded version string now that fontconfig uses the
default match the normal code handles.
2013-06-05 22:42:19 +00:00
mrg
439c05d657 handle changed freetype-config generation; also move the hardcoded
version into a generator.
2013-06-05 22:38:44 +00:00
mrg
0baffc3fd7 add new files for pixman 0.30.0. bump minor. 2013-06-05 09:04:16 +00:00
mrg
738904b116 updates for freetype 2.4.12. stop installing internal headers. 2013-06-05 08:42:56 +00:00
mrg
de02b28338 install vmware(4) again 2013-06-05 08:42:21 +00:00
mrg
57ee32ee8a find new manuals in their new location. 2013-06-05 07:42:54 +00:00
mrg
42c44ae3d0 build fixes, build the new .pc file, and install the new header. 2013-06-05 07:26:36 +00:00
mrg
4798ae88ac vmware has just one w. 2013-06-05 06:28:57 +00:00
mrg
03422ac88f updates for xf86-video-vmware 13.0.1. just build the normal driver now. 2013-06-05 06:27:27 +00:00
mrg
b01ef1be52 libXdmGreet depends upon a bunch of libs; move it. 2013-06-05 02:51:49 +00:00
mrg
52ed54801a adapt for libXi 1.7.1. 2013-06-05 00:52:22 +00:00
mrg
06949c250d update properly for xdm 1.1.11:
- link libXdmGreet against the same libs that modular does
- copy all the config.h defines we need (could do the copy config.h
  thing here, but we use a bunch of non-standard paths)
- support ipv6 properly
- move freetype include to Makefile.xdm so the greeter can find it
2013-06-05 00:01:16 +00:00
mrg
1ca75828fb updates for merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2,
xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1
2013-06-04 22:45:07 +00:00
roy
709217a62f Sync 2013-06-04 09:40:12 +00:00
roy
c3da4b2ac2 Import openresolv-3.5.5 with the following changes from 3.5.3
* Fix setting IPv6 namservers over DBus to dnsmasq
 * Fix pdnsd config file generation
 * Man page fixes
2013-06-04 09:37:21 +00:00
mrg
482dede0a7 build libXdmGreet. 2013-06-04 07:44:45 +00:00
mrg
d94e18866f install libXdmGreet.so so xdm works again.
requires linking xdm with --export-dynamic.
2013-06-03 23:25:43 +00:00
christos
2e135f948c hack for old gcc. 2013-06-03 23:01:12 +00:00
mrg
4194596dec updates for fontconfig 2.10.93. 2013-06-03 20:23:39 +00:00
mrg
25b0cc3381 20-fix-globaladvance.conf is obsolete now. 2013-06-03 17:50:28 +00:00
mrg
50f40b06ef XXX: enable TDFXDRI to fix build. 2013-06-03 10:24:24 +00:00
mrg
2583cbf47f define HAVE_XAA_H. 2013-06-03 10:03:14 +00:00
mrg
15729b0b73 XXX: define SAVAGEDRI to avoid build failures. 2013-06-03 09:23:07 +00:00
mrg
87d54722af don't re-define HAVE_XAA_H 2013-06-03 09:12:28 +00:00
mrg
18f6a82dc3 define HAVE_XEXTPROTO_71. 2013-06-03 09:09:17 +00:00
mrg
5857e76311 define HAVE_XAA_H 2013-06-03 08:51:18 +00:00
mrg
2299f405af don't build fcarch.c into the library! 2013-06-03 07:23:02 +00:00
mrg
acf05b4e7d bump shlib version; some symbols were added. 2013-06-03 07:21:32 +00:00
mrg
9d9132cc5c build pc-pattern. 2013-06-03 06:56:49 +00:00
mrg
cd434df61b add fc-pattern. fix fc-cache build with fontconfig 2.10.2 2013-06-03 06:56:32 +00:00
mrg
45c5f0e7de updates for fontconfig 2.10.2 2013-06-03 06:46:53 +00:00
mbalmer
d7a7f8507d New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.
2013-06-02 11:02:40 +00:00
mrg
aa45ee5030 updates for xf86 1.3.4, xf86-video-mga 1.6.2, xf86-video-neomagic 1.2.7
and xf86-video-r128 6.9.1.
2013-06-02 08:57:17 +00:00
mrg
adb1d1aba2 update for xf86-video-glint 1.2.8 2013-06-02 07:41:35 +00:00
christos
947a14b9f0 add missing source path 2013-06-02 03:13:41 +00:00
mrg
8449f87118 update for openchrome 0.3.3. 2013-06-01 21:21:36 +00:00
mrg
2db442aae2 bump libpciaccess minor for the 2 new apis. 2013-06-01 09:08:01 +00:00
mrg
d3d664fa1a define HAVE__XEATDATAWORDS. 2013-06-01 07:53:11 +00:00