summaryrefslogtreecommitdiff
path: root/x11/compositeproto
diff options
context:
space:
mode:
authortnn <tnn>2010-01-15 17:48:44 +0000
committertnn <tnn>2010-01-15 17:48:44 +0000
commitba71607e8b21c9dbe8d9a8ee2e1915cdebaa5784 (patch)
treed8d375849f508f8f75d01fe2df960244dd00236c /x11/compositeproto
parent636147e20293338a1ea8bb24ef1eeaf85c3e33ca (diff)
downloadpkgsrc-ba71607e8b21c9dbe8d9a8ee2e1915cdebaa5784.tar.gz
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.)
Diffstat (limited to 'x11/compositeproto')
-rw-r--r--x11/compositeproto/Makefile7
-rw-r--r--x11/compositeproto/distinfo9
-rw-r--r--x11/compositeproto/patches/patch-aa19
3 files changed, 7 insertions, 28 deletions
diff --git a/x11/compositeproto/Makefile b/x11/compositeproto/Makefile
index 4efb8750ae4..1c9dc8ac212 100644
--- a/x11/compositeproto/Makefile
+++ b/x11/compositeproto/Makefile
@@ -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"
diff --git a/x11/compositeproto/distinfo b/x11/compositeproto/distinfo
index d8964275ab3..6cc3a4f2a9e 100644
--- a/x11/compositeproto/distinfo
+++ b/x11/compositeproto/distinfo
@@ -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
diff --git a/x11/compositeproto/patches/patch-aa b/x11/compositeproto/patches/patch-aa
deleted file mode 100644
index 5c592a423ac..00000000000
--- a/x11/compositeproto/patches/patch-aa
+++ /dev/null
@@ -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_ */