summaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-12 11:03:26 +0000
committerrillig <rillig>2007-03-12 11:03:26 +0000
commitab6ea3651828236e6e78cb188b18e6e20c0a814b (patch)
tree7d7c47bbb72a2772bf3c52b7f4622c848fb447f9 /graphics/cairo
parent59d12759d4b649c2c0464617e7e61e564b9d38eb (diff)
downloadpkgsrc-ab6ea3651828236e6e78cb188b18e6e20c0a814b.tar.gz
Removed patch-ah. It had been rejected upstream as "invalid".
I still know that it was necessary for some package, but I don't remember which one and on which platform, and even the CVS log message doesn't give any useful information.
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/distinfo3
-rw-r--r--graphics/cairo/patches/patch-ah16
2 files changed, 1 insertions, 18 deletions
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index 9bd4284a381..42c75583678 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2007/02/15 14:32:34 rillig Exp $
+$NetBSD: distinfo,v 1.30 2007/03/12 11:03:26 rillig Exp $
SHA1 (cairo-1.2.6.tar.gz) = b86b4017a9abd565ef11c72b7faee9082a04118f
RMD160 (cairo-1.2.6.tar.gz) = 4469a661b294e342ee77e726c1cefccd4837ae2e
@@ -10,4 +10,3 @@ SHA1 (patch-ad) = b4500f17e6769ecd05902b20bb54c07887a6f6fe
SHA1 (patch-ae) = 9ce7cab8e4f1394efdd516d5f83d2d53edb02064
SHA1 (patch-af) = 257e2c4e73842e4a2f236765b9dae1c6f355c8b4
SHA1 (patch-ag) = 8ac5d971f38a5fb58faeacdf5f1a4d6510663eb9
-SHA1 (patch-ah) = 9b8b3cafe5fdf97786b90c7c31bc7537911de638
diff --git a/graphics/cairo/patches/patch-ah b/graphics/cairo/patches/patch-ah
deleted file mode 100644
index 7f4cfb12c72..00000000000
--- a/graphics/cairo/patches/patch-ah
+++ /dev/null
@@ -1,16 +0,0 @@
-$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
-
-