pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pwlib Found another "extra qualification" that h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48a707c30269
branches:  trunk
changeset: 533995:48a707c30269
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 15:16:12 2007 +0000

description:
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.

diffstat:

 devel/pwlib/Makefile         |   4 ++--
 devel/pwlib/distinfo         |   3 ++-
 devel/pwlib/patches/patch-cd |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r a753ed65cc10 -r 48a707c30269 devel/pwlib/Makefile
--- a/devel/pwlib/Makefile      Wed Oct 10 14:20:39 2007 +0000
+++ b/devel/pwlib/Makefile      Wed Oct 10 15:16:12 2007 +0000
@@ -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 -r a753ed65cc10 -r 48a707c30269 devel/pwlib/distinfo
--- a/devel/pwlib/distinfo      Wed Oct 10 14:20:39 2007 +0000
+++ b/devel/pwlib/distinfo      Wed Oct 10 15:16:12 2007 +0000
@@ -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-ca) = 931083e2254cf8e09d0f95ce01d36e8176efcba5
 SHA1 (patch-cb) = 8d8370a61f7905c4aea30aca9f41b5e9d6e547cc
 SHA1 (patch-cc) = 4d62cba89dea1b522d8a41197ed788da01d2d40b
+SHA1 (patch-cd) = 124ac099a8e378be1d47d8ce7ce503c6a10532e0
diff -r a753ed65cc10 -r 48a707c30269 devel/pwlib/patches/patch-cd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pwlib/patches/patch-cd      Wed Oct 10 15:16:12 2007 +0000
@@ -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);
+ 



Home | Main Index | Thread Index | Old Index