summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormarkd <markd>2011-07-02 01:24:28 +0000
committermarkd <markd>2011-07-02 01:24:28 +0000
commite294f0fe4c52aab5d18f2e6805aed537023a6aec (patch)
treeb69e01888996b3a92c8396649e96efe9debc12c4 /textproc
parent95bd7519b80369938fb544ae56782b010d49dba6 (diff)
downloadpkgsrc-e294f0fe4c52aab5d18f2e6805aed537023a6aec.tar.gz
Fix build with current curl.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/raptor/Makefile4
-rw-r--r--textproc/raptor/distinfo3
-rw-r--r--textproc/raptor/patches/patch-src_raptor_internal.h14
3 files changed, 18 insertions, 3 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
index 3b850a40b2a..5d9f007e7dc 100644
--- a/textproc/raptor/Makefile
+++ b/textproc/raptor/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2011/04/22 13:42:09 obache Exp $
+# $NetBSD: Makefile,v 1.29 2011/07/02 01:24:28 markd Exp $
#
DISTNAME= raptor-1.4.21
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
diff --git a/textproc/raptor/distinfo b/textproc/raptor/distinfo
index f38805050de..78d3dc2b860 100644
--- a/textproc/raptor/distinfo
+++ b/textproc/raptor/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2010/02/05 13:01:07 wiz Exp $
+$NetBSD: distinfo,v 1.11 2011/07/02 01:24:28 markd Exp $
SHA1 (raptor-1.4.21.tar.gz) = f8a82c6e9a342d0cc9772a02562c5e29c2c9b737
RMD160 (raptor-1.4.21.tar.gz) = f2ee591e3e9e008b496d6b7bf78f1293173bf7ed
Size (raptor-1.4.21.tar.gz) = 1651843 bytes
+SHA1 (patch-src_raptor_internal.h) = 42a9d0b656198992a16cc82d62a008fbfb10c293
diff --git a/textproc/raptor/patches/patch-src_raptor_internal.h b/textproc/raptor/patches/patch-src_raptor_internal.h
new file mode 100644
index 00000000000..a1df8d3c94c
--- /dev/null
+++ b/textproc/raptor/patches/patch-src_raptor_internal.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_raptor_internal.h,v 1.1 2011/07/02 01:24:28 markd Exp $
+
+curl/types.h is not used (empty) since curl-7.12.0 and removed at curl-7.21.7.
+
+--- src/raptor_internal.h.orig 2010-01-29 23:54:42.000000000 +0000
++++ src/raptor_internal.h
+@@ -852,7 +852,6 @@ int raptor_utf8_is_nfc(const unsigned ch
+
+ #ifdef RAPTOR_WWW_LIBCURL
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #endif
+