pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/source-highlight Fix booost::regex test. This...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9095f43dcbd2
branches:  trunk
changeset: 526322:9095f43dcbd2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 07 18:52:18 2007 +0000

description:
Fix booost::regex test. This feels like a deja-vu, not sure where I hit
this before. Most likly a broken upstream macro.

diffstat:

 textproc/source-highlight/Makefile         |   4 +++-
 textproc/source-highlight/distinfo         |   4 ++--
 textproc/source-highlight/patches/patch-aa |  12 +++++++++++-
 3 files changed, 16 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r de4ec7ff9013 -r 9095f43dcbd2 textproc/source-highlight/Makefile
--- a/textproc/source-highlight/Makefile        Wed Mar 07 18:37:33 2007 +0000
+++ b/textproc/source-highlight/Makefile        Wed Mar 07 18:52:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/02/22 20:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/03/07 18:52:18 joerg Exp $
 #
 
 DISTNAME=      source-highlight-2.5
@@ -22,6 +22,8 @@
 USE_TOOLS+=    gmake gsed
 TEST_TARGET=   check
 
+CONFIGURE_ARGS+=       --with-boost-regex
+
 BUILDLINK_TRANSFORM+=  l:boost_regex:boost_regex-mt
 
 .include "../../mk/bsd.prefs.mk"
diff -r de4ec7ff9013 -r 9095f43dcbd2 textproc/source-highlight/distinfo
--- a/textproc/source-highlight/distinfo        Wed Mar 07 18:37:33 2007 +0000
+++ b/textproc/source-highlight/distinfo        Wed Mar 07 18:52:18 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2007/02/22 23:49:17 wiz Exp $
+$NetBSD: distinfo,v 1.18 2007/03/07 18:52:18 joerg Exp $
 
 SHA1 (source-highlight-2.5.tar.gz) = 4ba76ae656098f54904955cd227e53f18be454f7
 RMD160 (source-highlight-2.5.tar.gz) = f5dd7747960b0534cfb57744c036842c2643423d
 Size (source-highlight-2.5.tar.gz) = 681021 bytes
-SHA1 (patch-aa) = c64dd752c2040723354be2d2e54c8123df618afb
+SHA1 (patch-aa) = f0ed08af1c585916fd98e23fee7283d7c1cb878f
 SHA1 (patch-ab) = 0c235b51e97cfea58100933c7eb1d668fdbe8a84
 SHA1 (patch-ac) = 0b3056ceb63966bb4d4031ffc8ab0f2c5edcfa3e
diff -r de4ec7ff9013 -r 9095f43dcbd2 textproc/source-highlight/patches/patch-aa
--- a/textproc/source-highlight/patches/patch-aa        Wed Mar 07 18:37:33 2007 +0000
+++ b/textproc/source-highlight/patches/patch-aa        Wed Mar 07 18:52:18 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2007/02/22 20:35:35 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2007/03/07 18:52:18 joerg Exp $
 
 --- configure.orig     2006-10-05 16:57:31.000000000 +0000
 +++ configure
@@ -11,3 +11,13 @@
    ar_to_use="\$(CXX) -xar -o"
  else
    ar_to_use="\$(AR) cru"
+@@ -6216,7 +6216,8 @@ ac_res=`eval echo '${'$as_ac_Lib'}'`
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+-  BOOST_REGEX_LIB=$ax_lib break
++  BOOST_REGEX_LIB=$ax_lib
++  break
+ fi
+ 
+   done



Home | Main Index | Thread Index | Old Index