pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kdeutils3 Fix build on Solaris and tell configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/455d21c65e9d
branches:  trunk
changeset: 529494:455d21c65e9d
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jun 06 11:10:33 2007 +0000

description:
Fix build on Solaris and tell configure not to pick up stray snmp
libraries.

diffstat:

 misc/kdeutils3/Makefile         |   3 ++-
 misc/kdeutils3/distinfo         |   3 ++-
 misc/kdeutils3/patches/patch-ai |  18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diffs (56 lines):

diff -r be0ce56efa47 -r 455d21c65e9d misc/kdeutils3/Makefile
--- a/misc/kdeutils3/Makefile   Wed Jun 06 11:05:21 2007 +0000
+++ b/misc/kdeutils3/Makefile   Wed Jun 06 11:10:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/05/23 13:19:23 markd Exp $
+# $NetBSD: Makefile,v 1.60 2007/06/06 11:10:33 markd Exp $
 
 DISTNAME=      kdeutils-${_KDE_VERSION}
 COMMENT=       Utilities for the KDE integrated X11 desktop
@@ -27,6 +27,7 @@
 CPPFLAGS+=             -D__NetBSD_APM__
 .endif
 
+CONFIGURE_ARGS+=       --with-snmp=no
 CONFIGURE_ARGS+=       --with-pythondir=${LOCALBASE}
 CONFIGURE_ENV+=                PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
diff -r be0ce56efa47 -r 455d21c65e9d misc/kdeutils3/distinfo
--- a/misc/kdeutils3/distinfo   Wed Jun 06 11:05:21 2007 +0000
+++ b/misc/kdeutils3/distinfo   Wed Jun 06 11:10:33 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2007/05/23 13:19:23 markd Exp $
+$NetBSD: distinfo,v 1.47 2007/06/06 11:10:34 markd Exp $
 
 SHA1 (kdeutils-3.5.7.tar.bz2) = 8e5ba582de84851ed153998f93c8a3789e8df6bd
 RMD160 (kdeutils-3.5.7.tar.bz2) = 0382278d69e71ff77178902f06126bda0f771ee8
@@ -11,6 +11,7 @@
 SHA1 (patch-af) = b327fc5bdf735d38fd6e6771a9fcc301b3685e0b
 SHA1 (patch-ag) = 1ffc79e4fe9ce4af5400e4608e1930011da0d640
 SHA1 (patch-ah) = ca30c6d7579fe945411fb5a53d51c4095e93ecc4
+SHA1 (patch-ai) = 6a4b3d3d77ba2756a7ee71d923d8bfe78c735bce
 SHA1 (patch-an) = e13957a9fa0d23aebbe149ecaca7b9dacde5c9fb
 SHA1 (patch-ao) = ef89fd10177e3164a1b3c0dcaccd104f1079ec6a
 SHA1 (patch-ap) = 7f8a89156f6d419ca708bf5e55a57d30e5f94756
diff -r be0ce56efa47 -r 455d21c65e9d misc/kdeutils3/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdeutils3/patches/patch-ai   Wed Jun 06 11:10:33 2007 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ai,v 1.3 2007/06/06 11:10:34 markd Exp $
+
+--- kcalc/knumber/knumber.cpp.orig     2007-01-16 00:25:36.000000000 +1300
++++ kcalc/knumber/knumber.cpp
+@@ -27,6 +27,13 @@
+ 
+ #include "knumber.h"
+ 
++#ifndef HAVE_FUNC_ISINF
++  /* defined in kcalc_core.cpp */
++
++#undef isinf
++extern int isinf(double x);
++#endif
++
+ KNumber const KNumber::Zero(0);
+ KNumber const KNumber::One(1);
+ KNumber const KNumber::MinusOne(-1);



Home | Main Index | Thread Index | Old Index