Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 14:44:15 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372016 - in head/x11: libXext libxcb libxcb/files libxkbcommon pixman xcb-proto xinit xkeyboard-config xrandr xtrans
Message-ID:  <201411011444.sA1EiFX0064693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Nov  1 14:44:14 2014
New Revision: 372016
URL: https://svnweb.freebsd.org/changeset/ports/372016
QAT: https://qat.redports.org/buildarchive/r372016/

Log:
  Update the following Xorg components:
  
  libXext to 1.3.3
  libxcb and xcb-proto to 1.11
  libxkbcommon to 0.5.0
  pixman to 0.32.6
  xinit to 1.3.4
  xkeyboard-config to 2.13
  xrandr to 1.4.3
  xtrans to 1.3.5
  
  Use INSTALL_TARGET=install-strip for stripping.
  Drop @dirrm[try] from plist
  
  Obtained from: xorg-dev repo

Deleted:
  head/x11/libxcb/files/patch-64bit-packed
Modified:
  head/x11/libXext/Makefile
  head/x11/libXext/distinfo
  head/x11/libXext/pkg-plist
  head/x11/libxcb/Makefile
  head/x11/libxcb/distinfo
  head/x11/libxcb/pkg-plist
  head/x11/libxkbcommon/Makefile
  head/x11/libxkbcommon/distinfo
  head/x11/libxkbcommon/pkg-plist
  head/x11/pixman/Makefile
  head/x11/pixman/distinfo
  head/x11/pixman/pkg-plist
  head/x11/xcb-proto/Makefile
  head/x11/xcb-proto/distinfo
  head/x11/xcb-proto/pkg-plist
  head/x11/xinit/Makefile
  head/x11/xinit/distinfo
  head/x11/xinit/pkg-plist
  head/x11/xkeyboard-config/Makefile
  head/x11/xkeyboard-config/distinfo
  head/x11/xrandr/Makefile
  head/x11/xrandr/distinfo
  head/x11/xtrans/Makefile
  head/x11/xtrans/distinfo
  head/x11/xtrans/pkg-plist

Modified: head/x11/libXext/Makefile
==============================================================================
--- head/x11/libXext/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libXext/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libXext
-PORTVERSION=	1.3.2
-PORTREVISION=	2
+PORTVERSION=	1.3.3
 PORTEPOCH=	1
 CATEGORIES=	x11
 
@@ -15,5 +14,6 @@ LICENSE=	MIT
 XORG_CAT=	lib
 USE_XORG=	xproto x11 xextproto:both xau
 CONFIGURE_ARGS+=--disable-specs --without-xmlto
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/x11/libXext/distinfo
==============================================================================
--- head/x11/libXext/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libXext/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/libXext-1.3.2.tar.bz2) = f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0
-SIZE (xorg/lib/libXext-1.3.2.tar.bz2) = 378901
+SHA256 (xorg/lib/libXext-1.3.3.tar.bz2) = b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
+SIZE (xorg/lib/libXext-1.3.3.tar.bz2) = 389523

Modified: head/x11/libXext/pkg-plist
==============================================================================
--- head/x11/libXext/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libXext/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -81,4 +81,3 @@ man/man3/XShmPixmapFormat.3.gz
 man/man3/XShmPutImage.3.gz
 man/man3/XShmQueryExtension.3.gz
 man/man3/XShmQueryVersion.3.gz
-@dirrmtry include/X11/extensions

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxcb/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxcb
-PORTVERSION=	1.10
-PORTREVISION=	2
+PORTVERSION=	1.11
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -24,6 +23,7 @@ XORG_CAT=	lib
 USES=		gmake python:2,build
 USE_GNOME=	libxslt:build
 USE_XORG=	xau xdmcp
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
@@ -41,9 +41,4 @@ XDMCP_LIBS=	-L${LOCALBASE}/lib -lXdmcp
 XPROTO_CFLAGS=	-I${LOCALBASE}/include
 XPROTO_LIBS=	-L${LOCALBASE}/lib
 
-.include <bsd.port.options.mk>
-
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxcb*.so.*
-
 .include <bsd.port.mk>

Modified: head/x11/libxcb/distinfo
==============================================================================
--- head/x11/libxcb/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxcb/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/libxcb-1.10.tar.bz2) = 98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
-SIZE (xorg/lib/libxcb-1.10.tar.bz2) = 475211
+SHA256 (xorg/lib/libxcb-1.11.tar.bz2) = 03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
+SIZE (xorg/lib/libxcb-1.11.tar.bz2) = 517700

Modified: head/x11/libxcb/pkg-plist
==============================================================================
--- head/x11/libxcb/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxcb/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1968,6 +1968,9 @@ man/man3/xcb_x_print_print_end_job_check
 man/man3/xcb_x_print_print_end_page.3.gz
 man/man3/xcb_x_print_print_end_page_checked.3.gz
 man/man3/xcb_x_print_print_get_attributes.3.gz
+man/man3/xcb_x_print_print_get_attributes_attributes.3.gz
+man/man3/xcb_x_print_print_get_attributes_attributes_end.3.gz
+man/man3/xcb_x_print_print_get_attributes_attributes_length.3.gz
 man/man3/xcb_x_print_print_get_attributes_reply.3.gz
 man/man3/xcb_x_print_print_get_attributes_unchecked.3.gz
 man/man3/xcb_x_print_print_get_context.3.gz
@@ -2433,6 +2436,3 @@ man/man3/xcb_xvmc_query_version_reply.3.
 man/man3/xcb_xvmc_query_version_unchecked.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/index.html
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/xcb.css
-@dirrmtry include/xcb
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial
-%%PORTDOCS%%@dirrm %%DOCSDIR%%

Modified: head/x11/libxkbcommon/Makefile
==============================================================================
--- head/x11/libxkbcommon/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxkbcommon/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxkbcommon
-PORTVERSION=	0.4.2
-PORTREVISION=	1
+PORTVERSION=	0.5.0
 CATEGORIES=	x11
 MASTER_SITES=	http://xkbcommon.org/download/
 

Modified: head/x11/libxkbcommon/distinfo
==============================================================================
--- head/x11/libxkbcommon/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxkbcommon/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/libxkbcommon-0.4.2.tar.xz) = a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957
-SIZE (xorg/lib/libxkbcommon-0.4.2.tar.xz) = 552316
+SHA256 (xorg/lib/libxkbcommon-0.5.0.tar.xz) = 90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
+SIZE (xorg/lib/libxkbcommon-0.5.0.tar.xz) = 615504

Modified: head/x11/libxkbcommon/pkg-plist
==============================================================================
--- head/x11/libxkbcommon/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/libxkbcommon/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,5 +1,6 @@
 include/xkbcommon/xkbcommon.h
 include/xkbcommon/xkbcommon-compat.h
+include/xkbcommon/xkbcommon-compose.h
 include/xkbcommon/xkbcommon-keysyms.h
 include/xkbcommon/xkbcommon-names.h
 include/xkbcommon/xkbcommon-x11.h
@@ -15,4 +16,3 @@ lib/libxkbcommon-x11.la
 lib/libxkbcommon-x11.so
 lib/libxkbcommon-x11.so.0
 lib/libxkbcommon-x11.so.0.0.0
-@dirrm include/xkbcommon

Modified: head/x11/pixman/Makefile
==============================================================================
--- head/x11/pixman/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/pixman/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pixman
-PORTVERSION=	0.32.4
-PORTREVISION=	3
+PORTVERSION=	0.32.6
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11/pixman/distinfo
==============================================================================
--- head/x11/pixman/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/pixman/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/pixman-0.32.4.tar.bz2) = ae2bd664057e330d41b40336ed296d3512318ce7f2401cc42601f2613d371e4c
-SIZE (xorg/lib/pixman-0.32.4.tar.bz2) = 701414
+SHA256 (xorg/lib/pixman-0.32.6.tar.bz2) = 201fc0d7d6bc0017496f2bd27b3ca14224aea0df6b624c5ee2dc0307a4ff14a4
+SIZE (xorg/lib/pixman-0.32.6.tar.bz2) = 672201

Modified: head/x11/pixman/pkg-plist
==============================================================================
--- head/x11/pixman/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/pixman/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -4,6 +4,5 @@ lib/libpixman-1.a
 lib/libpixman-1.la
 lib/libpixman-1.so
 lib/libpixman-1.so.0
-lib/libpixman-1.so.0.32.4
+lib/libpixman-1.so.0.32.6
 libdata/pkgconfig/pixman-1.pc
-@dirrm include/pixman-1

Modified: head/x11/xcb-proto/Makefile
==============================================================================
--- head/x11/xcb-proto/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xcb-proto/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -2,16 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	xcb-proto
-PORTVERSION=	1.10
-PORTREVISION=	1
+PORTVERSION=	1.11
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	The X protocol C-language Binding (XCB) protocol
 
-BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
-
+USE_GNOME=	libxml2:build
 XORG_CAT=	proto
 USES=		python:2
 

Modified: head/x11/xcb-proto/distinfo
==============================================================================
--- head/x11/xcb-proto/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xcb-proto/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/proto/xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
-SIZE (xorg/proto/xcb-proto-1.10.tar.bz2) = 138834
+SHA256 (xorg/proto/xcb-proto-1.11.tar.bz2) = b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e
+SIZE (xorg/proto/xcb-proto-1.11.tar.bz2) = 139213

Modified: head/x11/xcb-proto/pkg-plist
==============================================================================
--- head/x11/xcb-proto/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xcb-proto/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -49,5 +49,3 @@ libdata/pkgconfig/xcb-proto.pc
 %%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo
 %%PYTHON_SITELIBDIR%%/xcbgen/state.pyo
 %%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo
-@dirrm %%DATADIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/xcbgen

Modified: head/x11/xinit/Makefile
==============================================================================
--- head/x11/xinit/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xinit/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xinit
-PORTVERSION=	1.3.3
+PORTVERSION=	1.3.4
 PORTEPOCH=	1
 CATEGORIES=	x11
 

Modified: head/x11/xinit/distinfo
==============================================================================
--- head/x11/xinit/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xinit/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/xinit-1.3.3.tar.bz2) = 74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af
-SIZE (xorg/app/xinit-1.3.3.tar.bz2) = 163905
+SHA256 (xorg/app/xinit-1.3.4.tar.bz2) = 75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3
+SIZE (xorg/app/xinit-1.3.4.tar.bz2) = 165881

Modified: head/x11/xinit/pkg-plist
==============================================================================
--- head/x11/xinit/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xinit/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -3,5 +3,3 @@ bin/xinit
 man/man1/startx.1.gz
 man/man1/xinit.1.gz
 etc/X11/xinit/xinitrc
-@dirrm etc/X11/xinit
-@dirrmtry etc/X11

Modified: head/x11/xkeyboard-config/Makefile
==============================================================================
--- head/x11/xkeyboard-config/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xkeyboard-config/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xkeyboard-config
-PORTVERSION=	2.12
+PORTVERSION=	2.13
 CATEGORIES=	x11
 MASTER_SITE_SUBDIR=	individual/${XORG_CAT}/${PORTNAME}
 

Modified: head/x11/xkeyboard-config/distinfo
==============================================================================
--- head/x11/xkeyboard-config/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xkeyboard-config/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/data/xkeyboard-config-2.12.tar.bz2) = 65b62b95b77b609cb6c0439e0148c48c3ab7dcb5c90eb8d34cf1cb8f360cca44
-SIZE (xorg/data/xkeyboard-config-2.12.tar.bz2) = 934200
+SHA256 (xorg/data/xkeyboard-config-2.13.tar.bz2) = 7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce
+SIZE (xorg/data/xkeyboard-config-2.13.tar.bz2) = 944375

Modified: head/x11/xrandr/Makefile
==============================================================================
--- head/x11/xrandr/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xrandr/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xrandr
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11/xrandr/distinfo
==============================================================================
--- head/x11/xrandr/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xrandr/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/xrandr-1.4.2.tar.bz2) = b2e76ee92ff827f1c52ded7c666fe6f2704ca81cdeef882397da4e3e8ab490bc
-SIZE (xorg/app/xrandr-1.4.2.tar.bz2) = 174654
+SHA256 (xorg/app/xrandr-1.4.3.tar.bz2) = 7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b
+SIZE (xorg/app/xrandr-1.4.3.tar.bz2) = 169850

Modified: head/x11/xtrans/Makefile
==============================================================================
--- head/x11/xtrans/Makefile	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xtrans/Makefile	Sat Nov  1 14:44:14 2014	(r372016)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xtrans
-PORTVERSION=	1.3.4
-PORTREVISION=	1
+PORTVERSION=	1.3.5
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11/xtrans/distinfo
==============================================================================
--- head/x11/xtrans/distinfo	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xtrans/distinfo	Sat Nov  1 14:44:14 2014	(r372016)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/xtrans-1.3.4.tar.bz2) = 054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a
-SIZE (xorg/lib/xtrans-1.3.4.tar.bz2) = 182341
+SHA256 (xorg/lib/xtrans-1.3.5.tar.bz2) = adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301
+SIZE (xorg/lib/xtrans-1.3.5.tar.bz2) = 186833

Modified: head/x11/xtrans/pkg-plist
==============================================================================
--- head/x11/xtrans/pkg-plist	Sat Nov  1 14:13:53 2014	(r372015)
+++ head/x11/xtrans/pkg-plist	Sat Nov  1 14:44:14 2014	(r372016)
@@ -7,4 +7,3 @@ include/X11/Xtrans/Xtransutil.c
 include/X11/Xtrans/transport.c
 libdata/pkgconfig/xtrans.pc
 share/aclocal/xtrans.m4
-@dirrm include/X11/Xtrans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411011444.sA1EiFX0064693>