Update to compositeproto-0.4.1. Changes:
Add pointers to mailing list, git repo, and wiki to README Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS compositeproto 0.4.1 compositeproto: use XORG_CHANGELOG macro to create ChangeLog. #22611 Replace static ChangeLog with dist-hook to generate from git log Temporarily define Pixmap (just like Window and Region). (From pkgsrc.)
This commit is contained in:
parent
305ef8230f
commit
6f2f8a4d1b
3 changed files with 7 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:14 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/01/15 17:48:44 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= compositeproto-0.4
|
||||
DISTNAME= compositeproto-0.4.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
||||
|
||||
|
@ -14,8 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
CONFLICTS+= compositeext-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/compositeproto.pc.in
|
||||
USE_LANGUAGES= # none, not even C
|
||||
PKGCONFIG_OVERRIDE+= compositeproto.pc.in
|
||||
|
||||
.include "../../x11/fixesproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2007/07/25 15:53:10 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.5 2010/01/15 17:48:44 tnn Exp $
|
||||
|
||||
SHA1 (compositeproto-0.4.tar.gz) = 976a6a5102688cd6c3e9a0a03175e8ce1aa34d9f
|
||||
RMD160 (compositeproto-0.4.tar.gz) = d60934c8e22829d8710cd9c8cf600ce69e718bbf
|
||||
Size (compositeproto-0.4.tar.gz) = 53324 bytes
|
||||
SHA1 (patch-aa) = ead53d18596ad98dcc41025fad4ce821a8882f27
|
||||
SHA1 (compositeproto-0.4.1.tar.gz) = 224d845738b01d663177eb25c2664ca1f32a96ee
|
||||
RMD160 (compositeproto-0.4.1.tar.gz) = 6762f26d34aef9feaf207c7fa3f40c14fd750dc6
|
||||
Size (compositeproto-0.4.1.tar.gz) = 106744 bytes
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2007/07/25 15:53:11 joerg Exp $
|
||||
|
||||
--- compositeproto.h.orig 2007-07-25 15:30:26.000000000 +0000
|
||||
+++ compositeproto.h
|
||||
@@ -51,6 +51,7 @@
|
||||
|
||||
#define Window CARD32
|
||||
#define Region CARD32
|
||||
+#define Pixmap CARD32
|
||||
|
||||
/*
|
||||
* requests and replies
|
||||
@@ -187,5 +188,6 @@ typedef struct {
|
||||
|
||||
#undef Window
|
||||
#undef Region
|
||||
+#undef Pixmap
|
||||
|
||||
#endif /* _COMPOSITEPROTO_H_ */
|
Loading…
Reference in a new issue