matthieu
d03f2ad290
radeon_dri.so needs the radeon_drm library, like the other
...
Mesa radeon drivers. From oga@.
2012-01-27 07:07:43 +00:00
matthieu
41391b2cde
Forcee the shared library revision for install too.
...
This fixes issues where, because of NFS client/server clock skew,
the lib gets rebuilt at install time. Problem noticed by todd@
2012-01-26 08:09:21 +00:00
dcoppa
f4996328a0
Force class alignment to a multiple of sizeof(XID): fixes a SIGBUS
...
crash on sparc64.
Upstream git commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0
OK matthieu@
2012-01-19 08:41:06 +00:00
matthieu
5168e0ac49
Bitstream Vera -> DejaVu in a comment.
2012-01-10 22:15:38 +00:00
matthieu
1e5cc7e8bb
regen
2012-01-10 21:48:00 +00:00
matthieu
bdbb206960
New config file providing replacement for Lucida fonts.
...
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts,
Provide aliases for commonly found Lucida family fonts (Lucida,
Lucida Grande, Lucida Sans Unicode).
Prodded by a submission by Tobias Ulmer. Ok mpi@.
2012-01-10 21:47:32 +00:00
matthieu
8ccc5e9cd4
Update to libXi 1.4.5.
2011-12-20 20:18:26 +00:00
matthieu
da4d50a40a
Update to libXi 1.4.4.
2011-12-17 17:39:19 +00:00
miod
e40bd9f548
Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt
...
the ICE, until a fix is devised (insert annoyed comment about hairy tricky
bugs in the ``reload'' code here).
2011-12-03 15:36:21 +00:00
naddy
e1ab192eb3
on alpha, remove optimization flags when compiling prog_execute.c to
...
prevent an internal compiler error in gcc 4.2.1; ok matthieu@
2011-11-29 14:57:54 +00:00
oga
75d011a3a1
Fix r200 libGL by linking with libdrm_radeon.
...
tested and reported by brynet; thanks!
``if it works, commit it'' matthieu@
2011-11-23 21:07:12 +00:00
matthieu
976f735d21
Update to freetype 2.4.8. Security update fixing CVE-2011-3439
2011-11-19 11:32:45 +00:00
matthieu
db0c239acc
Commit the last bit of freetype 2.4.6 which I previously hold back,
...
since it changes the metrics of some TrueType fonts. Users of DejaVu
at small sizes in xterm can use the 'scaleHeight' resource to
restore the previous vertical spacing (with xterm 276 and later).
Tested on a wide set of ports by ajachoutot@, naddy@, krw@ shadchin@.
2011-11-16 21:18:14 +00:00
matthieu
41e9e340b9
Update for freetype 2.4.7.
2011-11-13 22:34:37 +00:00
matthieu
e406f265be
Update to libpciaccess 0.12.1. Ok kettenis@, shadchin@
2011-11-06 21:35:46 +00:00
schwarze
489b2ffc16
roff(7) include lines must be ".so man3/foo.3", not ".so foo.3",
...
or the referenced file cannot be found.
This got broken during the libXi 1.4.2 update.
ok matthieu@
2011-11-02 21:41:59 +00:00
matthieu
b7c47e461d
Use -fPIC consistently with libmesa. fixes build on sparc.
2011-10-31 18:36:06 +00:00
matthieu
12dde70adc
Update to freetype 2.4.7.
...
This moslty is a bug-fix release for CVE-2011-3256.
2011-10-30 10:14:50 +00:00
matthieu
e9f704ccf2
Fix previous, which left out C sources.
2011-10-27 07:07:39 +00:00
matthieu
e455438cc5
fix build on mips64. problem spotted by todd@.
2011-10-26 21:48:08 +00:00
matthieu
a25491e7be
Remove extra white space at EOF
2011-10-26 21:15:07 +00:00
matthieu
753ca79637
Updated to Mesa 7.10.3
2011-10-23 13:59:38 +00:00
matthieu
77b69b735d
Build system updates for Mesa 7.10.3
2011-10-23 13:57:36 +00:00
ajacoutot
c217523095
Add more paths to cursorpath, themes can now be installed under
...
/usr/local/share/icons and /usr/local/share/pixmaps.
ok matthieu@
2011-10-20 06:48:36 +00:00
matthieu
1ffd67520b
Update version information for libxcb. Pointed at by robert@
2011-10-05 18:05:48 +00:00
matthieu
6b773761c7
Update to freetype 2.4.6.
...
For now, omit the patch to ttdriver.c that changes some font metrics and
appearance of applications using TrueType fonts. Will revisit once the
issue is solved.
2011-09-28 19:01:21 +00:00
matthieu
590161e69d
Sync with libX11/src/UIThrStubs: fix __pthread_once_stub()
2011-09-19 20:23:44 +00:00
matthieu
f476ec5831
Fix _Xthr_once_stub_() to call the init routine for each different id.
...
With tweaks from and ok ariane@
2011-09-19 20:21:37 +00:00
matthieu
d46230b379
regen
2011-09-10 10:30:30 +00:00
matthieu
c36e354560
Update to libXt 1.1.1
2011-09-10 09:36:19 +00:00
matthieu
9993018eda
Update to libXfont 1.4.4
2011-09-10 09:31:51 +00:00
matthieu
5577d754a3
Update to libX11 1.4.4. Tested by ajacoutot@, shadchin@.
2011-08-27 15:34:14 +00:00
todd
3e2ff7b40f
fix from matthieu@ as applied upstream for CVE-2011-2895
...
ok deraadt@
2011-08-11 15:29:02 +00:00
matthieu
1be04c484a
remove -mmmx from SSE2_FLAGS It's implied by -msse2 and is not in
...
upstreams distrib. This was a silly attempt to fix the amd64 issues
on my side.
2011-07-24 15:29:08 +00:00
matthieu
0def8ce1ff
Update to pixman 0.22.2.
...
0.22.0 was tested by many. 0.22.2 only add a few bug fixes.
Note that on amd64 a recent ld.so is needed to avoid random bus errors.
2011-07-24 13:05:47 +00:00
matthieu
f99cf4f7a6
Fix for CVE-2011-0226 from Freetype git repository.
2011-07-18 21:15:33 +00:00
matthieu
f6c615f075
Update to freetype 2.4.5. Tested by many.
2011-07-18 20:29:56 +00:00
dcoppa
651d3577d4
Fix libpthread linkage
...
OK matthieu@
2011-07-14 12:33:19 +00:00
matthieu
4f6a4267a4
Update to libXi 1.4.3.
...
This contains more doc fixes and a few more bug fixes.
2011-07-02 21:21:11 +00:00
matthieu
d932417016
Update to libXi 1.4.2.
...
Tested by ajacoutot@, jasper@, krw@, shadchin@.
I believe that the bugs spotted by krw@ are fixed in an upcoming
inputproto update.
2011-07-02 21:14:36 +00:00
matthieu
7d2cdbd9f3
Update to libXrandr 1.3.2.
...
Only documentation fixes and autotools changes.
2011-07-02 20:46:03 +00:00
matthieu
83d116af40
Update to libXcursor 1.1.12.
...
This is a bug fix release.
2011-07-02 20:41:33 +00:00
matthieu
3c48ff5d9e
Update to libXaw 1.0.9
2011-06-02 13:40:13 +00:00
oga
e7189c6b6c
Now the kernel support has been commited we can enable r600 driver
...
becaue the lack of kernel support won't break people trying to use gl.
ok matthieu ages ago
2011-05-30 21:52:42 +00:00
matthieu
8cc0378bfd
Update to libX11 1.4.3 which was released during the 1.4.2 tests.
...
Mostly churn in the doc build system, which is disabled on Xenocara
for now.
2011-05-30 20:52:47 +00:00
matthieu
d6643088f7
those files were added by mistake. remove them
2011-05-30 20:48:00 +00:00
matthieu
5a7270a20f
Update to libXext 1.3.0. Tested by ajacoutot@, jasper@ krw@, landry@,
...
shadchin@ on various architectures.
Bump major
2011-05-30 19:27:42 +00:00
matthieu
857c658f08
Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@,
...
shadchin@ on various architectures.
Bump major.
2011-05-30 19:19:29 +00:00
oga
5377107505
link libdrm_radeon so this actually can resolve symbols
2011-05-02 21:55:21 +00:00
oga
269078d2e1
Add libdrm_radeon
...
needed for the r600 dri driver. Tested by myself and matthieu.
2011-05-02 21:52:34 +00:00