pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openslp Do not force O3 optimisation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84151f619c69
branches:  trunk
changeset: 527276:84151f619c69
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 13:25:16 2007 +0000

description:
Do not force O3 optimisation

diffstat:

 net/openslp/distinfo         |   3 ++-
 net/openslp/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r cc56661d3cc4 -r 84151f619c69 net/openslp/distinfo
--- a/net/openslp/distinfo      Tue Apr 03 09:32:08 2007 +0000
+++ b/net/openslp/distinfo      Tue Apr 03 13:25:16 2007 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.13 2006/07/13 13:42:36 he Exp $
+$NetBSD: distinfo,v 1.14 2007/04/03 13:25:16 adam Exp $
 
 SHA1 (openslp-1.2.1.tar.gz) = 47ab19154084d2b467f09525f5351e9ab7193cf9
 RMD160 (openslp-1.2.1.tar.gz) = a31d516ba784ad893a740946082fe5e0f15a37ea
 Size (openslp-1.2.1.tar.gz) = 886195 bytes
+SHA1 (patch-aa) = 5e3515b8a957bc1db1ca24685a61db9a13fc0a65
 SHA1 (patch-ac) = 031177b9334b570e1021887ae2bdf56f4ba02c48
 SHA1 (patch-ae) = 1332580b2d9cb3e2e5c5da219c1036b9701161e5
 SHA1 (patch-ah) = f15c497b19f4bfc4efbd5cce0b50932733115824
diff -r cc56661d3cc4 -r 84151f619c69 net/openslp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openslp/patches/patch-aa      Tue Apr 03 13:25:16 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.6 2007/04/03 13:25:16 adam Exp $
+
+--- configure.in.orig  2007-04-03 14:33:20.000000000 +0200
++++ configure.in
+@@ -130,7 +130,6 @@ if test X"$GCC" = X"yes"; then        
+        CFLAGS="$CFLAGS -Werror"
+     fi
+     if test X"$debug" = X"no"; then 
+-       OPTFLAGS="-O3"
+     fi
+     
+ elif $CC -V 2>&1 | grep "WorkShop Compilers"; then



Home | Main Index | Thread Index | Old Index