x11/xorgproto: Update to 2023.2
Sponsored by: Beckhoff Automation GmbH & Co. KG
(cherry picked from commit 61e150dcde
)
This commit is contained in:
parent
3e8a091656
commit
9cc7b2d1b2
4 changed files with 8 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= xorgproto
|
||||
DISTVERSION= 2022.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2023.2
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -9,7 +8,7 @@ WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= xorg-cat:proto
|
||||
USES= tar:xz xorg-cat:proto
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1656486580
|
||||
SHA256 (xorg/proto/xorgproto-2022.1.tar.bz2) = 1d2dcc66963f234d2c1e1f8d98a0d3e8725149cdac0a263df4097593c48bc2a6
|
||||
SIZE (xorg/proto/xorgproto-2022.1.tar.bz2) = 870526
|
||||
TIMESTAMP = 1698309470
|
||||
SHA256 (xorg/proto/xorgproto-2023.2.tar.xz) = b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c
|
||||
SIZE (xorg/proto/xorgproto-2023.2.tar.xz) = 759040
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- include/X11/Xos.h.orig 2022-04-21 00:48:08 UTC
|
||||
+++ include/X11/Xos.h
|
||||
@@ -60,7 +60,7 @@ in this Software without prior written authorization f
|
||||
*/
|
||||
|
||||
# include <string.h>
|
||||
-# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) || defined(_AIX) || defined(__APPLE__)
|
||||
+# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) || defined(_AIX) || defined(__APPLE__) || defined(__FreeBSD__)
|
||||
# include <strings.h>
|
||||
# else
|
||||
# ifndef index
|
|
@ -118,6 +118,7 @@ include/X11/extensions/xtestconst.h
|
|||
include/X11/extensions/xtestext1const.h
|
||||
include/X11/extensions/xtestext1proto.h
|
||||
include/X11/extensions/xtestproto.h
|
||||
include/X11/extensions/xwaylandproto.h
|
||||
include/X11/fonts/FS.h
|
||||
include/X11/fonts/FSproto.h
|
||||
include/X11/fonts/font.h
|
||||
|
@ -154,7 +155,7 @@ libdata/pkgconfig/xf86driproto.pc
|
|||
libdata/pkgconfig/xf86vidmodeproto.pc
|
||||
libdata/pkgconfig/xineramaproto.pc
|
||||
libdata/pkgconfig/xproto.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PM_spec
|
||||
libdata/pkgconfig/xwaylandproto.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/compositeproto.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/damageproto.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dri2proto.txt
|
||||
|
@ -165,3 +166,4 @@ libdata/pkgconfig/xproto.pc
|
|||
%%PORTDOCS%%%%DOCSDIR%%/renderproto.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/resproto.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xv-protocol-v2.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xwaylandproto.txt
|
||||
|
|
Loading…
Reference in a new issue