Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5d55788f | 2018-05-21 14:24:32 | Update to freetype-doc-2.9.1 | ||
| 1f0d8a70 | 2018-05-21 11:56:16 | Backout local change, not needed anymore Suggested by matthieu@ | ||
| c1147192 | 2018-05-21 11:52:24 | Update to FreeType 2.9.1 OK matthieu@ | ||
| 049ea173 | 2018-05-20 09:40:53 | Unlink fontcache and xf86misc libs and protos from the build. They are both unsupported on the server side for many years. ok tb@ | ||
| c4e3a279 | 2018-05-01 14:09:05 | Remove libXfont. unlinked from builds since one month. | ||
| ec1ab865 | 2018-04-02 17:06:02 | Unhook libXfont from the build. Obsoleted by libXfont2. Bulk ports build checked by naddy@. Thanks. | ||
| 891ed56e | 2018-03-12 18:49:08 | Explicitely initialize memory allocated when cur_count==0. Caused uninitilized memory reads and corruption with some fonts (ja-sazanami-ttf). Issue reported and diagnosticed by Bryan Linton bl at shoshoni dot info. Thanks. | ||
| 90d807dc | 2018-03-02 05:25:17 | use clock_gettime() path on PIPE_OS_BSD in os_time_get_nano() committed upstream as 7bea40e56652a1ded4374d92fb340b454fbac475 clock_nanosleep() isn't available yet so the usleep() path stays for os_time_sleep() | ||
| 4a71c373 | 2018-02-28 00:45:06 | Correct a pointless longstanding difference in ioctl numbering between linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@ | ||
| ff54d44d | 2018-02-21 06:01:53 | No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymore as the configure scripts have been changed to avoid pthread-stubs. | ||
| 494810fb | 2018-02-21 05:04:29 | Don't try to use pthread-stubs on OpenBSD. A similiar change is already committed upstream. | ||
| 32150df0 | 2018-02-17 02:31:15 | Merge libdrm 2.4.89 | ||
| 0d2d0904 | 2018-02-17 02:24:37 | Import libdrm 2.4.89 | ||
| 1742a041 | 2018-02-04 00:36:24 | armv7 has builtin atomics since the switch to clang | ||
| bc2a4df0 | 2018-01-08 06:41:59 | fix some files cvs got wrong when checking out 13.0.6 | ||
| 646d14d2 | 2018-01-08 05:41:20 | Revert to Mesa 13.0.6 again. Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well. | ||
| 702572c9 | 2017-12-31 07:12:12 | Merge Mesa 17.2.8 | ||
| cc122a5e | 2017-12-31 06:17:38 | Import Mesa 17.2.8 | ||
| 1123ad05 | 2017-12-15 19:29:11 | Update to FreeType 2.8.1 OK matthieu@ | ||
| cc59c895 | 2017-12-10 11:03:13 | Remove libpthread-stubs. | ||
| 635f3bb3 | 2017-12-08 14:50:06 | link libXfont2 to the build | ||
| a53d7d2e | 2017-11-28 15:47:53 | Update to libXfont2 2.0.3 | ||
| 698c744c | 2017-11-28 15:47:29 | Update to libXfont 1.5.4 | ||
| e19bfc28 | 2017-11-28 15:46:58 | Update to libXcursor 1.1.15 | ||
| c48e9461 | 2017-10-23 17:28:26 | This file isn't built anymore. So remove diffs with upstreams. | ||
| d13adfd8 | 2017-10-23 16:56:59 | Unlink libpthread-stubs from xenocara builds. ok sthen@ who will take care of the ports tree. Also ok espie@ | ||
| 4b98ce0c | 2017-10-23 16:50:28 | Remove all references to libpthread-stubs from xenocara. "looks sane" guenther@. | ||
| baa4f17b | 2017-10-22 09:19:25 | Update to libXfont2 2.0.2. Not yet linked to the build | ||
| 92ff90df | 2017-10-22 09:18:25 | Update to libXfont 1.5.3. No actual change since individual commits were already merged. | ||
| b9ca6f3d | 2017-10-22 09:14:28 | Update to libXRes 1.2.0 | ||
| 7e1ada62 | 2017-10-14 09:03:00 | MFC: pcfGetProperties: Check string boundaries (CVE-2017-13722) Without the checks a malformed PCF file can cause the library to make atom from random heap memory that was behind the `strings` buffer. This may crash the process or leak information. | ||
| dadc83bb | 2017-10-14 09:02:08 | MFC: Check for end of string in PatternMatch (CVE-2017-13720) If a pattern contains '?' character, any character in the string is skipped, even if it is '\0'. The rest of the matching then reads invalid memory. | ||
| ad2ad70a | 2017-08-26 16:59:17 | Revert to Mesa 13.0.6 to hopefully address rendering issues a handful of people have reported with xpdf/fvwm on ivy bridge with modesetting driver. | ||
| 754e2ec1 | 2017-08-26 05:58:10 | Make disabling regenerating source files provided in Mesa distfiles that require python/bison a configure flag instead of the previous way of testing whether python was found (which shouldn't be the case in xenocara even with ports packages installed). This is required when timestamps change on files causing targets to be invoked that will break if python and bison aren't available and found in path by the configure script. | ||
| fdce4630 | 2017-08-19 10:11:04 | Update to fontconfig 2.12.4. No API change. | ||
| c97e30df | 2017-08-14 11:21:30 | regen | ||
| 46c4fa73 | 2017-08-14 11:17:43 | cope with cvs import changing timestamps which caused make rules that invoke python to attempt to run and fail | ||
| 36c1bd02 | 2017-08-14 09:57:57 | Merge Mesa 17.1.6 | ||
| 6526d331 | 2017-08-14 09:30:06 | Import Mesa 17.1.6 | ||
| e188ddf9 | 2017-08-05 14:21:16 | Merge libdrm 2.4.82 | ||
| fb01c3ce | 2017-08-05 14:15:15 | Import libdrm 2.4.82 | ||
| 564a026c | 2017-07-02 09:52:23 | add a real dependency on the shadow tree, removes the need to run make depend okay matthieu@ (I added a comment explaining why this comes after bsd.xorg.mk) | ||
| c9e1b05c | 2017-06-24 13:58:55 | Update to freetype-doc-2.8 | ||
| 1a2ccef1 | 2017-06-23 16:15:17 | Update to freetype-2.8 No fallout in a bulk build on i386 (sthen@) OK matthieu@, sthen@ | ||
| 251e3d94 | 2017-06-18 21:09:07 | let X directories build even if you forget depend. - use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@ | ||
| 55a8e552 | 2017-05-21 13:18:29 | Make X work with radeondrm(4) hardware on loongson. OK jsg@ | ||
| e1b18e58 | 2017-05-10 08:27:50 | Fixes for CVE-2017-8105 and CVE-2017-8287 out-of-bounds write caused by a heap-based buffer overflow related to the t1_decoder_parse_charstrings function in psaux/t1decode.c out-of-bounds write caused by a heap-based buffer overflow related to the t1_builder_close_contour function in psaux/psobjs.c From upstream via Arch Linux OK matthieu@ | ||
| a632c2fb | 2017-04-14 07:52:10 | Merge libdrm 2.4.79 | ||
| 02337797 | 2017-04-14 07:45:34 | Import libdrm 2.4.79 | ||
| fa6c2100 | 2017-03-25 00:29:27 | Merge Mesa 13.0.6 | ||
| 480cde33 | 2017-03-25 00:05:01 | Import Mesa 13.0.6 | ||
| cff04da9 | 2017-02-28 18:44:56 | Update to libX11 1.6.5 | ||
| f9668bb9 | 2017-02-26 12:28:55 | Merge Mesa 13.0.5 | ||
| ba80afc3 | 2017-02-26 12:06:04 | Import Mesa 13.0.5 | ||
| 5b71eebd | 2017-02-19 17:41:29 | Update to libXi 1.7.9 | ||
| 6f7c809e | 2017-02-05 05:46:41 | Merge libdrm 2.4.75 | ||
| ae9658c5 | 2017-02-05 05:38:00 | Import libdrm 2.4.75 | ||
| cd197cfa | 2017-01-21 11:23:09 | Disable the shader cache in Mesa on powerpc. Its implementation uses gcc atomic builtins on a 64 bit integer which is not supported on 32 bit powerpc. Makes 3D work again on a PowerBook G4 with an ATI RV350 video card. tweak and ok jsg@ | ||
| 97409b6e | 2017-01-19 05:53:24 | Merge Mesa 13.0.3 | ||
| 6d4ad6fa | 2017-01-19 05:38:52 | Import Mesa 13.0.3 | ||
| 63b8ae52 | 2017-01-16 22:43:49 | Install new available config files, missed in fontconfig update. Pointed out by Nils Reusse <n.reusse@hxgn.net>. Thanks. | ||
| 7a54dc44 | 2017-01-13 11:48:20 | Update to freetype-doc-2.7.1 | ||
| 8c605c12 | 2017-01-13 11:19:58 | Update to FreeType-2.7.1 i386 bulk build by sthen@ amd64 bulk build by naddy@ OK matthieu@ | ||
| c503a0e7 | 2016-12-31 08:21:39 | Use the unlocked atomic path in Mesa when just __arm__ is defined and don't assume the builtin atomics are present with __ARM_ARCH_6__ and later as base gcc with -march=armv6 doesn't have them. | ||
| 1b36c183 | 2016-12-16 07:28:34 | Update to libXpm 3.5.12 | ||
| 54858cb1 | 2016-12-11 16:03:25 | disable additional rules to regen sources when xxd is not found Found the hard way by Mark Patruck and naddy. Didn't encounter it here with a post import build for reasons unknown. | ||
| 2047dff5 | 2016-12-11 10:03:01 | disable additional rules to regen sources when python is not found After a cvs import timestamps change which triggers rules that attempt to call python to regenerate files. When python is not found this generates empty files that override those from the distfile, breaking the build. When building inside xenocara python is never found as the pkg paths are not searched. | ||
| e2d98075 | 2016-12-11 08:53:19 | Merge Mesa 13.0.2 | ||
| a53e30e0 | 2016-12-11 08:25:29 | Import Mesa 13.0.2 | ||
| e6d0e038 | 2016-12-02 05:41:52 | Drop the local diff to avoid calling drm set/drop master ioctls, the kernel implements these as noops now. | ||
| 339adf11 | 2016-11-25 23:58:13 | Implement an OpenBSD specific codepath for drmGetDevice The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@ | ||
| 06724bcd | 2016-11-25 23:52:06 | Implement drmParsePciBusInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | ||
| 68ce36bf | 2016-11-25 23:48:50 | Implement drmParsePciDeviceInfo for OpenBSD by using the new DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | ||
| ed28609b | 2016-11-25 23:44:40 | Implement drmParseSubsystemType for OpenBSD. Always return DRM_BUS_PCI for now. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. ok kettenis@ | ||
| 038e4849 | 2016-11-25 23:41:29 | Implement drmGetMinorNameForFD for systems without sysfs by adapting drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@ | ||
| 750df2fc | 2016-11-19 08:45:51 | Fix a copy-paste error that resulted in the parent directory being chowned instead of only the symlink. no objections matthieu | ||
| b2fcf886 | 2016-11-19 05:45:00 | Merge libdrm 2.4.73 | ||
| 90bdad6a | 2016-11-19 05:36:14 | Import libdrm 2.4.73 | ||
| 617afc97 | 2016-11-07 19:31:57 | enter xcb-util-xrm/ | ||
| 86496c10 | 2016-11-07 19:25:35 | add generated autoconf bits | ||
| 1a446eda | 2016-11-07 19:22:59 | remove unneeded bits | ||
| 44c5a3cd | 2016-11-07 19:20:35 | add xcb-util-xrm-1.0 ok matthieu@ | ||
| 055e2cd0 | 2016-11-03 13:11:40 | Update to xcb-util-cursor to 0.1.3. This will give applications using this library the same X cursor search path as the ones that use the legacy libXcursor. | ||
| 21f67494 | 2016-11-03 12:22:54 | Update to libXvMC 1.0.10 | ||
| b5b7504b | 2016-11-03 11:00:48 | Update to libXv 1.0.11 | ||
| ffec5e92 | 2016-11-03 10:55:16 | Update to libXrender 0.9.10 | ||
| 20bda1d5 | 2016-11-03 10:47:58 | Update to libXrandr 1.5.1 | ||
| 47423fcb | 2016-11-03 10:30:05 | Update to libXfixes 5.0.3 | ||
| 20a75c6d | 2016-11-03 10:21:30 | Update to libX11 1.6.4 | ||
| 4c3f151e | 2016-11-03 10:19:11 | Remove stale files | ||
| 0e759a72 | 2016-11-03 09:28:22 | Update to libXi 1.7.8 | ||
| 9a2b6d09 | 2016-11-02 18:32:01 | regen | ||
| 9f1ad920 | 2016-11-02 18:29:23 | add Makefile.bsd-wrapper | ||
| 981fa8b5 | 2016-11-02 18:28:30 | Patch from upstreams to actually let this build | ||
| 0ed8a296 | 2016-11-02 18:05:49 | Import libXfont2 version 2.0.1 | ||
| 91c5ab3b | 2016-10-29 12:07:21 | Update to freetype-doc-2.7 | ||
| 73770604 | 2016-10-28 21:41:14 | Update to FreeType 2.7 Now Subpixel hinting, also known as ClearType hinting, is enabled by default. OK matthieu@ | ||
| 46fe26bc | 2016-10-23 06:16:03 | binutils on powerpc now ignores --gc-sections. Remove the local patch to avoid using it on powerpc from Mesa. Tested by matthieu@ on macppc. | ||
| 512a658c | 2016-10-16 06:11:11 | Merge libdrm 2.4.71 | ||
| d855f014 | 2016-10-16 06:01:17 | Import libdrm 2.4.71 |