pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xorgproto Remove conflicted header file. Bump PKGR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/89e6e472bb48
branches: trunk
changeset: 404533:89e6e472bb48
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Nov 14 09:44:30 2019 +0000
description:
Remove conflicted header file. Bump PKGREVISION
* XKBgeom.h is provided by libX11-1.6.9 now. Remove it from xorgproto.
diffstat:
x11/xorgproto/Makefile | 3 ++-
x11/xorgproto/PLIST | 3 +--
x11/xorgproto/distinfo | 3 ++-
x11/xorgproto/patches/patch-Makefile.in | 24 ++++++++++++++++++++++++
4 files changed, 29 insertions(+), 4 deletions(-)
diffs (69 lines):
diff -r 71945021c845 -r 89e6e472bb48 x11/xorgproto/Makefile
--- a/x11/xorgproto/Makefile Thu Nov 14 09:25:47 2019 +0000
+++ b/x11/xorgproto/Makefile Thu Nov 14 09:44:30 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2019/11/13 22:13:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/14 09:44:30 ryoon Exp $
DISTNAME= xorgproto-2019.2
+PKGREVISION= 1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
diff -r 71945021c845 -r 89e6e472bb48 x11/xorgproto/PLIST
--- a/x11/xorgproto/PLIST Thu Nov 14 09:25:47 2019 +0000
+++ b/x11/xorgproto/PLIST Thu Nov 14 09:44:30 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/11/13 22:13:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/14 09:44:30 ryoon Exp $
include/GL/glxint.h
include/GL/glxmd.h
include/GL/glxproto.h
@@ -42,7 +42,6 @@
include/X11/extensions/XI2proto.h
include/X11/extensions/XIproto.h
include/X11/extensions/XKB.h
-include/X11/extensions/XKBgeom.h
include/X11/extensions/XKBproto.h
include/X11/extensions/XKBsrv.h
include/X11/extensions/XKBstr.h
diff -r 71945021c845 -r 89e6e472bb48 x11/xorgproto/distinfo
--- a/x11/xorgproto/distinfo Thu Nov 14 09:25:47 2019 +0000
+++ b/x11/xorgproto/distinfo Thu Nov 14 09:44:30 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/11/13 22:13:29 wiz Exp $
+$NetBSD: distinfo,v 1.8 2019/11/14 09:44:30 ryoon Exp $
SHA1 (xorgproto-2019.2.tar.bz2) = 2dedbe3e4daccf0c3d675759ed82161a3e4cf1b5
RMD160 (xorgproto-2019.2.tar.bz2) = f29bf0b62d163ac97096201bc4d74559c441d0dd
SHA512 (xorgproto-2019.2.tar.bz2) = cbfdf6bb3d58d4d4e7788c9ed779402352715e9899f65594fbc527b3178f1dc5e03cebc8ba5a863b3c196a1a0f2026c2d0438207ca19f81f3c8b7da0c0667904
Size (xorgproto-2019.2.tar.bz2) = 847374 bytes
+SHA1 (patch-Makefile.in) = d0e0ff3a54547b0415f687ab77a5645906a8debe
diff -r 71945021c845 -r 89e6e472bb48 x11/xorgproto/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xorgproto/patches/patch-Makefile.in Thu Nov 14 09:44:30 2019 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-Makefile.in,v 1.1 2019/11/14 09:44:30 ryoon Exp $
+
+* XKBgeom.h is provided by libX11 1.6.9
+
+--- Makefile.in.orig 2019-10-17 16:02:37.000000000 +0000
++++ Makefile.in
+@@ -89,7 +89,6 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-@LEGACY_TRUE@am__append_1 = include/X11/extensions/XKBgeom.h
+ @LEGACY_TRUE@am__append_2 = include/X11/extensions/vldXvMC.h
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -272,8 +271,7 @@ am__fontcache_HEADERS_DIST = include/X11
+ am__kb_HEADERS_DIST = include/X11/extensions/XKB.h \
+ include/X11/extensions/XKBproto.h \
+ include/X11/extensions/XKBsrv.h \
+- include/X11/extensions/XKBstr.h \
+- include/X11/extensions/XKBgeom.h
++ include/X11/extensions/XKBstr.h
+ am__lg3d_HEADERS_DIST = include/X11/extensions/lgewire.h
+ am__print_HEADERS_DIST = include/X11/extensions/Print.h \
+ include/X11/extensions/Printstr.h
Home |
Main Index |
Thread Index |
Old Index