Page MenuHomeFreeBSD

D23686.diff
No OneTemporary

D23686.diff

Index: head/x11/libxkbcommon/Makefile
===================================================================
--- head/x11/libxkbcommon/Makefile
+++ head/x11/libxkbcommon/Makefile
@@ -1,9 +1,10 @@
# $FreeBSD$
PORTNAME= libxkbcommon
-PORTVERSION= 0.8.4
+PORTVERSION= 0.10.0
CATEGORIES= x11
MASTER_SITES= https://xkbcommon.org/download/
+DIST_SUBDIR= xorg/lib
MAINTAINER= x11@FreeBSD.org
COMMENT= Keymap handling library for toolkits and window systems
@@ -13,13 +14,11 @@
RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config
-USES= gmake bison tar:xz xorg xorg-cat:lib
+USES= bison meson pkgconfig tar:xz xorg
USE_XORG= xcb
-INSTALL_TARGET= install-strip
-
-CONFIGURE_ARGS= --without-doxygen \
- --with-default-rules="xorg" \
- --with-x-locale-root=${PREFIX}/lib/X11/locale \
- --disable-wayland
+MESON_ARGS= -Ddefault-rules=xorg \
+ -Denable-docs=false \
+ -Denable-wayland=false \
+ -Dx-locale-root="${PREFIX}/lib/X11/locale"
.include <bsd.port.mk>
Index: head/x11/libxkbcommon/distinfo
===================================================================
--- head/x11/libxkbcommon/distinfo
+++ head/x11/libxkbcommon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560365070
-SHA256 (xorg/lib/libxkbcommon-0.8.4.tar.xz) = 60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b
-SIZE (xorg/lib/libxkbcommon-0.8.4.tar.xz) = 648592
+TIMESTAMP = 1579381980
+SHA256 (xorg/lib/libxkbcommon-0.10.0.tar.xz) = 57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2
+SIZE (xorg/lib/libxkbcommon-0.10.0.tar.xz) = 383788
Index: head/x11/libxkbcommon/pkg-plist
===================================================================
--- head/x11/libxkbcommon/pkg-plist
+++ head/x11/libxkbcommon/pkg-plist
@@ -4,11 +4,9 @@
include/xkbcommon/xkbcommon-keysyms.h
include/xkbcommon/xkbcommon-names.h
include/xkbcommon/xkbcommon-x11.h
-lib/libxkbcommon.a
lib/libxkbcommon.so
lib/libxkbcommon.so.0
lib/libxkbcommon.so.0.0.0
-lib/libxkbcommon-x11.a
lib/libxkbcommon-x11.so
lib/libxkbcommon-x11.so.0
lib/libxkbcommon-x11.so.0.0.0

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 28, 3:25 AM (12 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26272971
Default Alt Text
D23686.diff (2 KB)

Event Timeline