pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/Xcomposite Add patch so version checking for the c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f51487246a3a
branches: trunk
changeset: 511676:f51487246a3a
user: reed <reed%pkgsrc.org@localhost>
date: Wed Apr 19 12:22:20 2006 +0000
description:
Add patch so version checking for the compositeproto.pc is not too
high.
Because Xorg project released library with lower version because
they say the testing xlibs version was never official. This just
patches configure, the real check is still forced by pkgsrc.
diffstat:
x11/Xcomposite/distinfo | 3 ++-
x11/Xcomposite/patches/patch-aa | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 57e5c5391c3e -r f51487246a3a x11/Xcomposite/distinfo
--- a/x11/Xcomposite/distinfo Wed Apr 19 12:19:47 2006 +0000
+++ b/x11/Xcomposite/distinfo Wed Apr 19 12:22:20 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:36:09 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/04/19 12:22:20 reed Exp $
SHA1 (libXcomposite-1.0.1.tar.bz2) = a3b9f2d5293e1f84a063da1de692f372f5e24356
RMD160 (libXcomposite-1.0.1.tar.bz2) = 5df01817b4152cfa54346148d6c8b98c4b2b0441
Size (libXcomposite-1.0.1.tar.bz2) = 181910 bytes
+SHA1 (patch-aa) = 6cac5babd295e26b10db709b8432a49657e032d4
diff -r 57e5c5391c3e -r f51487246a3a x11/Xcomposite/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/Xcomposite/patches/patch-aa Wed Apr 19 12:22:20 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2006/04/19 12:22:20 reed Exp $
+
+--- configure.orig 2006-04-18 22:25:00.000000000 -0700
++++ configure 2006-04-18 22:27:54.000000000 -0700
+@@ -19875,7 +19875,11 @@
+ # Check compositeext configuration, strip extra digits from package version to
+ # find the required protocol version
+
++#COMPOSITEEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
++# hack until we get this updated
++# pkgsrc was using testing versions, real versions have lower version
+ COMPOSITEEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
++COMPOSITEEXT_VERSION=0.3
+
+ succeeded=no
+
Home |
Main Index |
Thread Index |
Old Index