pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircu Fixed the patch for stripping debugging flags.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43ffcdf6355c
branches:  trunk
changeset: 493690:43ffcdf6355c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 12 11:09:09 2005 +0000

description:
Fixed the patch for stripping debugging flags.

diffstat:

 chat/ircu/distinfo         |  4 ++--
 chat/ircu/patches/patch-ah |  7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 00a0e796ed30 -r 43ffcdf6355c chat/ircu/distinfo
--- a/chat/ircu/distinfo        Thu May 12 10:53:07 2005 +0000
+++ b/chat/ircu/distinfo        Thu May 12 11:09:09 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.7 2005/05/12 08:32:51 rillig Exp $
+$NetBSD: distinfo,v 1.8 2005/05/12 11:09:09 rillig Exp $
 
 SHA1 (ircu2.10.11.07.tar.gz) = 1e1518cbbdf096aaaabf5f56a1ec266769d847ad
 RMD160 (ircu2.10.11.07.tar.gz) = 359f92bb7a4464baf9af571865ee4bf9fbe56426
 Size (ircu2.10.11.07.tar.gz) = 844971 bytes
 SHA1 (patch-af) = da533f03542c268c9e3502278f51777c3b85824d
 SHA1 (patch-ag) = f34df6342c8e26b4cdf59e56c893b4845f7d3974
-SHA1 (patch-ah) = 4a90f7c547d87fe757e4e36dcc23d923a466158c
+SHA1 (patch-ah) = 2124f451c8fa510316f5ff8d80a3cfe89c14ad15
 SHA1 (patch-ai) = 83119426e72a4833460bced3cd11bf47829e8992
 SHA1 (patch-aj) = ac16fd3e8a4c6d7da7e6f5383c746a9cfc2674ea
 SHA1 (patch-ak) = dec69de5c6b678cb5736173cccc34907d16b1ab8
diff -r 00a0e796ed30 -r 43ffcdf6355c chat/ircu/patches/patch-ah
--- a/chat/ircu/patches/patch-ah        Thu May 12 10:53:07 2005 +0000
+++ b/chat/ircu/patches/patch-ah        Thu May 12 11:09:09 2005 +0000
@@ -1,15 +1,14 @@
-$NetBSD: patch-ah,v 1.1 2005/05/12 08:32:51 rillig Exp $
+$NetBSD: patch-ah,v 1.2 2005/05/12 11:09:10 rillig Exp $
 
-Strip debugging CFLAGS correctly. Has been reported upstream.
+Don't strip debugging flags. It is too error-prone.
 
 --- configure.orig     Sat Sep 18 04:17:45 2004
 +++ configure  Thu May 12 09:56:30 2005
-@@ -2370,7 +2370,7 @@ if test x"$CFLAGS" != x; then
+@@ -2370,7 +2370,6 @@ if test x"$CFLAGS" != x; then
  fi
  if test x"$CFLAGS" != x; then
      unet_old_cflags=$CFLAGS
 -    CFLAGS=`echo "$CFLAGS" | sed -e 's/-g//g'`
-+    CFLAGS=`echo "$CFLAGS" | sed -e 's/-g.*//g'`
  fi
  if test x"$CFLAGS" != x"$unet_old_cflags"; then
      # If -g was already there, force symbols to be enabled



Home | Main Index | Thread Index | Old Index