Commit Graph

1412 Commits

Author SHA1 Message Date
mrg
3fac453078 .error out if attempting to use this with non xorg-server 1.10. 2019-01-28 18:50:39 +00:00
tron
94fb8a5b02 Fix build with "USE_SSP" set to "yes" 2019-01-22 12:45:25 +00:00
mrg
529b231fc9 link in libexecinfo. 2019-01-18 23:05:30 +00:00
snj
a117763158 regen for 2.25 2019-01-13 19:21:27 +00:00
uwe
bc7d43ca97 Hook vboxvideo driver into the build. 2019-01-10 23:10:23 +00:00
mrg
d99d24b447 add new source for libdrm 2.4.96. 2019-01-10 09:12:57 +00:00
mrg
34fdd58f59 build fixes for libdrm 2.4.96.
XXX: may still have build issues, and cleandir before
XXX: update builds is likely needed
2019-01-10 09:10:31 +00:00
mrg
25071ede70 build infrastructure for vboxvideo driver. 2019-01-10 00:05:57 +00:00
mrg
478d07119d define IPv6 unless not building INET6. 2019-01-03 23:39:47 +00:00
mrg
f7b24ba1bb XXX: add hw/xfree86/common to the include path. 2019-01-03 23:26:58 +00:00
mrg
bf3711ce19 move some defines from xorg-server dix-config.h back into makefiles,
so that Xx68k can build.
2019-01-03 23:25:52 +00:00
mrg
018986d93b explicitly link libXfont since it is used.
from Patrick Welche in private email.
2019-01-02 22:58:44 +00:00
mrg
7434adc046 build fixes for xorg-server 1.20 parts:
- define HAVE_XF86_CURSOR_RESET_CURSOR for several drivers that now
  look for it.
- remove various -Wno* options no longer needed, in particular the
  global -Wno-error in the radeon and radeon-kms drivers
2019-01-01 00:37:06 +00:00
mrg
2c2a6480d6 find all headers. 2018-12-31 21:38:53 +00:00
mrg
87c0a43c46 more deprecated functions still used. 2018-12-31 21:38:39 +00:00
mrg
8cb776e741 more xorg-server 1.20 updates:
- more -Wno-error for deprecated functions
- add missing header paths
2018-12-31 13:05:07 +00:00
mrg
08d63db33d -Wno-error for newly deprecated things. 2018-12-31 12:13:50 +00:00
mrg
fe441dc30e fixes for xorg-server 1.20:
- XFree86LOADER is obsolete.
- some deprecated functions are used, we should fix them.
2018-12-31 11:58:43 +00:00
mrg
b40e891f0b build updates for xorg-server 1.20.3:
- moved/removed/new files
- don't define HAVE_XORG_CONFIG_H or HAVE_DIX_CONFIG_H if using
  ${X11FLAGS.DIX} -- already included.

put glxvnd into glx itself for now.
2018-12-31 11:14:03 +00:00
mrg
0bf4e02709 install symbols/trans for xkeyboard-config 2.25. 2018-12-30 09:19:04 +00:00
mrg
11420921f2 add new man subdir to path. 2018-12-30 08:51:21 +00:00
mrg
2720c93d95 link against libgbm. 2018-12-30 08:34:29 +00:00
mrg
97d7153cf7 updates for new mga and r128 drivers. 2018-12-30 07:13:15 +00:00
maya
6a0229bcd8 Remove duplicate INCSDIR 2018-12-25 08:59:06 +00:00
macallan
0210ccb23c build Xorg with nv and wsfb drivers on iyonix 2018-11-10 01:38:02 +00:00
riastradh
3951e80425 libdrm needs libpci for bus info stuff. 2018-09-09 01:53:23 +00:00
maya
433ad4054d revert my own commit from a while back. Do allow matching bitmap fonts.
Not all bitmap fonts are bad, apparently.
2018-08-30 05:39:21 +00:00
alnsn
325d3ebb6c Don't use $NetBSD$ in a sentence, refer to them as 'RCS identifiers'. 2018-08-04 17:53:29 +00:00
alnsn
64f8b7ae34 README.import with step-by-step import instruction. 2018-08-04 17:47:26 +00:00
alnsn
2bf4ff61c1 Resolve conflicts. 2018-08-04 17:30:01 +00:00
kamil
edf90d610b Fix xf86-video-wsfb build with Clang/LLVM
The code uses non-orthodox types in format strings.
Add a compiler flag to disable a warning that is turned into a fatal error.
2018-08-03 02:26:00 +00:00
kamil
59cb04fbbd Fix libXfont2 build with Clang/LLVM on i386
The code uses non-orthodox types in format strings.
Add a compiler flag to disable a warning that is turned into a fatal error.
2018-08-03 02:23:09 +00:00
kamil
d2023060f5 Fix libGLU build with Clang/LLVM
The register keyword is deprecated in newer C++ standards.
Add a compiler flag to disable a warning that is turned into a fatal error.
2018-08-03 02:20:20 +00:00
kamil
5548fd880c Fix dri7 build with Clang/LLVM
The register keyword is deprecated in newer C++ standards.
Add a compiler flag to disable a warning that is turned into a fatal error.
2018-08-03 02:19:12 +00:00
alnsn
174af426a0 Remove files imported to a wrong directory. 2018-07-29 22:46:13 +00:00
alnsn
e552f68674 Import Lua 5.3.5. 2018-07-29 19:45:46 +00:00
macallan
8279ef98c5 build EXA support for nv driver 2018-07-12 21:22:20 +00:00
maya
dbf7303b20 Add missing file to openchrome driver.
Prior to this commit, startx failed with a missing symbol.
2018-07-10 17:36:38 +00:00
maya
7ed863e55f Claim to have getopt_long.
We do, and packages occasionally expect the long options to exist.
Pointed out while investigating
PR pkg/53425: graphics/py-matplotlib 2.2.2 import fails
(which is not fixed by this commit)
2018-07-04 12:25:48 +00:00
christos
4b2f952390 Use the fonts from our installed directory not the system when we are a tool!
Martin found it.
XXX pullup-8
2018-07-03 21:12:10 +00:00
mbalmer
62e2d99666 Apply bugfix #7 from lua.org/bugs.html: Memory-allocation error when resizing
a table can leave it in an inconsistent state.
2018-07-01 10:08:38 +00:00
rjs
272c99c1b7 Add missing xcb files to build.
Fixes xsrc/53337.
2018-06-07 18:16:55 +00:00
snj
5e36459aec belatedly bump the shlib version for freetype-2.9.1, using the scheme
outlined in src/external/mit/xorg/lib/freetype/shlib_version.
2018-06-06 03:09:12 +00:00
snj
f051e27d61 prune unused-for-5-years Makefile that bogusly installed internal headers. 2018-06-06 02:26:46 +00:00
snj
f62205a9ad - remove duplicate ftpfr.c from SRCS
- psmodule.c -> psnames.c
2018-06-06 02:20:07 +00:00
christos
11e4f7ba0a Generate xml files properly. Noted by youri.
XXX: pullup-8
2018-06-01 01:21:02 +00:00
mrg
197fc894d1 fix XORG_PKG_PACKAGE_NAME to not include multiple quotes for PACKAGE_NAME,
and add a XORG_PKG_RELEASE_DATE to define RELEASE_DATE.
2018-05-31 09:31:39 +00:00
mrg
4a035634ac remove unused include. 2018-05-31 09:09:32 +00:00
christos
c50a4e606c - Introduce :q modifier for make variables and make it double escape $'s so
that passing variables to recursive makes with :q works as expected.
- Revert :Q to work as before.
- Adjust makefiles that use recursive make to use :q

Discussed on tech-toolchain@
XXX: pullup 8
2018-05-27 01:14:50 +00:00
alnsn
1a047feb17 Change LUAL_BUFFERSIZE from 4-8K to 128 bytes for kernel-side Lua.
LUAL_BUFFERSIZE defines how much luaL_Buffer allocates from
the stack. Apparently, 4-8K is too much for the kernel stack.
2018-05-26 20:17:56 +00:00