summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-10 15:16:12 +0000
committerrillig <rillig>2007-10-10 15:16:12 +0000
commitb18cff087b2e291e21c65c8041eec2e5e5dabb93 (patch)
tree75da6b257d1115d7d38855c024b5b46a6e96c2b9
parent1dd622a099c6fce89f0c1badb589bca051d62beb (diff)
downloadpkgsrc-b18cff087b2e291e21c65c8041eec2e5e5dabb93.tar.gz
Found another "extra qualification" that has not stopped the package
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
-rw-r--r--devel/pwlib/Makefile4
-rw-r--r--devel/pwlib/distinfo3
-rw-r--r--devel/pwlib/patches/patch-cd13
3 files changed, 17 insertions, 3 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 6240721550e..e14a6979599 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2006/05/31 00:16:22 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2007/10/10 15:16:12 rillig Exp $
DISTNAME= pwlib-v1_8_3-src
PKGNAME= pwlib-1.8.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES+= http://www.voxgratia.org/releases/
EXTRACT_SUFX= -tar.gz
diff --git a/devel/pwlib/distinfo b/devel/pwlib/distinfo
index 91e76f9415b..df87293dac3 100644
--- a/devel/pwlib/distinfo
+++ b/devel/pwlib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2007/10/10 13:13:47 rillig Exp $
+$NetBSD: distinfo,v 1.24 2007/10/10 15:16:12 rillig Exp $
SHA1 (pwlib-v1_8_3-src-tar.gz) = d3a6eff571ebfd37889e75cbaef75983e6119d2e
RMD160 (pwlib-v1_8_3-src-tar.gz) = 1ce2544ef631c8344543e62988f97022c998bb05
@@ -34,3 +34,4 @@ SHA1 (patch-bd) = 2d2fb1c6772a1e015cc1bceeb27fda39f57f5acc
SHA1 (patch-ca) = 931083e2254cf8e09d0f95ce01d36e8176efcba5
SHA1 (patch-cb) = 8d8370a61f7905c4aea30aca9f41b5e9d6e547cc
SHA1 (patch-cc) = 4d62cba89dea1b522d8a41197ed788da01d2d40b
+SHA1 (patch-cd) = 124ac099a8e378be1d47d8ce7ce503c6a10532e0
diff --git a/devel/pwlib/patches/patch-cd b/devel/pwlib/patches/patch-cd
new file mode 100644
index 00000000000..84218ce9f84
--- /dev/null
+++ b/devel/pwlib/patches/patch-cd
@@ -0,0 +1,13 @@
+$NetBSD: patch-cd,v 1.1 2007/10/10 15:16:12 rillig Exp $
+
+--- include/ptclib/vxml.h.orig 2004-11-11 08:34:50.000000000 +0100
++++ include/ptclib/vxml.h 2007-10-10 17:03:02.000000000 +0200
+@@ -360,7 +360,7 @@ class PVXMLSession : public PIndirectCha
+
+ virtual PString GetVar(const PString & str) const;
+ virtual void SetVar(const PString & ostr, const PString & val);
+- virtual PString PVXMLSession::EvaluateExpr(const PString & oexpr);
++ virtual PString EvaluateExpr(const PString & oexpr);
+
+ virtual BOOL RetreiveResource(const PURL & url, PString & contentType, PFilePath & fn, BOOL useCache = TRUE);
+