pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo Added a patch to fix the pkg-config dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9d3efe72583
branches:  trunk
changeset: 525279:d9d3efe72583
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 15 14:32:34 2007 +0000

description:
Added a patch to fix the pkg-config dependencies.

diffstat:

 graphics/cairo/distinfo         |   3 ++-
 graphics/cairo/patches/patch-ah |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r c51145b0b5ac -r d9d3efe72583 graphics/cairo/distinfo
--- a/graphics/cairo/distinfo   Thu Feb 15 14:31:21 2007 +0000
+++ b/graphics/cairo/distinfo   Thu Feb 15 14:32:34 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/11/23 11:33:02 drochner Exp $
+$NetBSD: distinfo,v 1.29 2007/02/15 14:32:34 rillig Exp $
 
 SHA1 (cairo-1.2.6.tar.gz) = b86b4017a9abd565ef11c72b7faee9082a04118f
 RMD160 (cairo-1.2.6.tar.gz) = 4469a661b294e342ee77e726c1cefccd4837ae2e
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 9ce7cab8e4f1394efdd516d5f83d2d53edb02064
 SHA1 (patch-af) = 257e2c4e73842e4a2f236765b9dae1c6f355c8b4
 SHA1 (patch-ag) = 8ac5d971f38a5fb58faeacdf5f1a4d6510663eb9
+SHA1 (patch-ah) = 9b8b3cafe5fdf97786b90c7c31bc7537911de638
diff -r c51145b0b5ac -r d9d3efe72583 graphics/cairo/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairo/patches/patch-ah   Thu Feb 15 14:32:34 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1 2007/02/15 14:32:34 rillig Exp $
+
+The installed cairo headers still need the freetype and X11 headers to
+be available, so using Requires.private would be wrong.
+
+--- configure.orig     2006-10-02 16:59:52.000000000 +0200
++++ configure  2006-10-02 17:01:51.000000000 +0200
+@@ -30033,7 +30033,7 @@ fi
+ 
+ case `$PKG_CONFIG --version` in
+ 0.?|0.?.?|0.1[0-7]|0.1[0-7].?) PKGCONFIG_REQUIRES="Requires"; ;;
+-*) PKGCONFIG_REQUIRES="Requires.private"; ;;
++*) PKGCONFIG_REQUIRES="Requires"; ;;
+ esac
+ 
+ 



Home | Main Index | Thread Index | Old Index