pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/swish-e Inclusion of pcre.h before pcreposix.h is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a08e372b579
branches:  trunk
changeset: 507726:7a08e372b579
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 07 17:17:23 2006 +0000

description:
Inclusion of pcre.h before pcreposix.h is needed for newer pcre versions.

diffstat:

 www/swish-e/distinfo         |   3 ++-
 www/swish-e/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r a2690a424d0a -r 7a08e372b579 www/swish-e/distinfo
--- a/www/swish-e/distinfo      Tue Feb 07 16:30:43 2006 +0000
+++ b/www/swish-e/distinfo      Tue Feb 07 17:17:23 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2006/02/07 13:22:53 kim Exp $
+$NetBSD: distinfo,v 1.7 2006/02/07 17:17:23 joerg Exp $
 
 SHA1 (swish-e-2.4.3.tar.gz) = 7316ad716eeb724529f2ccf40d2acb03cba26ee2
 RMD160 (swish-e-2.4.3.tar.gz) = b877bbbdd1354becc8372c6050f2179fed8d1edf
 Size (swish-e-2.4.3.tar.gz) = 1563031 bytes
 SHA1 (patch-aa) = 17e175792d0d6bc40a1fd23fc7fba32a023bc8e0
 SHA1 (patch-ab) = d8bf46d4b54e0becfbf909e080b69a4c3104d24f
+SHA1 (patch-ac) = 48d4828baf70ea1f387e93973419329ee08ffe9c
diff -r a2690a424d0a -r 7a08e372b579 www/swish-e/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/swish-e/patches/patch-ac      Tue Feb 07 17:17:23 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2006/02/07 17:17:23 joerg Exp $
+
+--- src/swish.h.orig   2006-02-07 17:06:14.000000000 +0000
++++ src/swish.h
+@@ -120,6 +120,7 @@
+ #include <dirent.h>
+ 
+ #ifdef HAVE_PCRE
++#include <pcre.h>
+ #include <pcreposix.h>
+ #else
+ #include <regex.h>



Home | Main Index | Thread Index | Old Index