Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Jun 2022 08:35:39 2022.1
|
Baptiste Daroussin (bapt)  |
x11/xorgproto: update to 2022.1 |
21 Nov 2021 18:25:11 2021.5
|
Po-Chuan Hsieh (sunpoet)  |
x11/xorgproto: Add NO_ARCH
Approved by: portmgr (blanket) |
10 Nov 2021 08:09:24 2021.5
|
Daniel Engberg (diizzy)  |
x11/xorgproto: Update to 2021.5
There's no changelog by upstream, commit log:
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/commits/master
Exp-run by: antoine
PR: 259600
Approved by: arrowd (mentor), zeising (member of x11@)
Differential Revision: https://reviews.freebsd.org/D32766 |
29 Jun 2021 02:04:16 2021.4
|
Kevin Bowling (kbowling)  Author: Samy Mahmoudi |
x11/xorgproto: add LICENSE and clean up Makefile
PR: 230735
Approved by: x11 (verbal) |
18 May 2021 14:51:42 2021.4
|
Jan Beich (jbeich)  |
x11/xorgproto: update to 2021.4
Changes: https://lists.x.org/archives/xorg-announce/2021-February/003072.html
Changes: https://lists.x.org/archives/xorg-announce/2021-February/003073.html
Changes: https://lists.x.org/archives/xorg-announce/2021-April/003085.html
PR: 255771
Reported by: portscout
Approved by: zeising
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D30203 |
07 Apr 2021 08:09:01 2020.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2020.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 May 2020 18:58:36
2020.1
|
zeising  |
x11/xorgproto: Improve description
Improve the package description and comment of x11/xorgproto, to try to be a
bit clearer about what this actually is.
Add WWW:, pointing to the gitlab repo.
No functional change to the package. |
28 May 2020 08:43:30
2020.1
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
14 Apr 2020 19:27:26
2020.1
|
zeising  |
x11/xorgproto: Update to 2020.1
Update x11/xorgproto to 2020.1
Adds a DPMSNotify event
Adds XF86XK_FullScreen keysym
This update is needed to silence the harmless "Could not resolve keysym
XF86FullScreen" message that can be printed on xorg-server start. [1]
Complete changelog:
https://lists.x.org/archives/xorg-announce/2020-April/003042.html
PR: 245384 [1]
Reported by: alt2600@icloud.com [1] |
23 Nov 2019 12:59:57
2019.2
|
amdmi3  |
- OPTIONize docs
PR: 241811
Submitted by: amdmi3
Approved by: maintainer timeout (x11, 2 weeks) |
06 Nov 2019 17:58:27
2019.2
|
zeising  |
Update xorgproto, libX11 and libXvMC
Update x11/xorgproto to 2019.2 [0]
Disable all legacy headers, they are no longer needed, since they only
detail deprecated protocol features.
Update x11/libX11 to 1.6.9
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Update x11/libXvMC to 1.0.12 [1]
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Patch mesa prts to explicitly link against -lXv, previously this was pulled
in by x11/libXvMC, but with changes to libXvMC .pc file, this is no longer
true.
Bump portrevision for mesa-dri because of this.
Thanks fo antoine for the exp-run!
PR: 241314 (exp-run) [0], 240801 [1]
Submitted by: pete@nomadlogic.org [1] |
03 Nov 2019 21:56:38
2019.1
|
zeising  |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
22 Jun 2019 19:33:16
2019.1
|
zeising  |
x11/xorgproto: update to 2019.1
Update x11/xorgproto to 2019.1
This release contains cleanups and and a few new keysyms. No functional
changes to any protocols.
Big thanks to antoine and portmgr for help with the exp-run!
Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/003000.html
PR: 238728 (exp-run)
exp-run by: antoine
Sponsored by: B3 Init (zeising) |
06 Aug 2018 12:20:39
2018.4
|
mat  |
Fix Xprint build issue.
For some reason, the Xprint.man patch is supposed to get into a subdirectory
that does not exist:
--------------------------
|--- man/Xprint.man.orig 2018-07-24 10:46:56 UTC
|+++ man/Xprint.man
--------------------------
(Creating file Xprint.man...)
Patching file Xprint.man using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
done
So patch extracts it in the first existing directory, and then the build fails:
make[1]: don't know how to make man/Xprint.7. Stop
make[1]: stopped in /wrkdirs/usr/ports/x11/xorgproto/work/xorgproto-2018.4
*** Error code 1
Stop.
Sponsored by: Absolight |
31 Jul 2018 18:41:30
2018.4
|
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |