pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cqual Fixed gcc warnings that have been reported...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30987784fac7
branches:  trunk
changeset: 515235:30987784fac7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 29 10:58:26 2006 +0000

description:
Fixed gcc warnings that have been reported in PR 33859. While here, also
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.

diffstat:

 devel/cqual/Makefile         |   3 ++-
 devel/cqual/distinfo         |   5 +++--
 devel/cqual/patches/patch-bk |  13 +++++++++++--
 devel/cqual/patches/patch-cd |  12 ++++++++++++
 4 files changed, 28 insertions(+), 5 deletions(-)

diffs (78 lines):

diff -r 7b7fdd7755bc -r 30987784fac7 devel/cqual/Makefile
--- a/devel/cqual/Makefile      Wed Jun 28 23:13:18 2006 +0000
+++ b/devel/cqual/Makefile      Thu Jun 29 10:58:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:13 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/06/29 10:58:26 rillig Exp $
 #
 
 DISTNAME=              cqual-0.991
@@ -15,6 +15,7 @@
 USE_TOOLS+=            gmake perl:run bison
 
 REPLACE_PERL+=         bin/*
+INFO_FILES=            yes
 
 INSTALLATION_DIRS=     share/doc/cqual share/examples/cqual
 
diff -r 7b7fdd7755bc -r 30987784fac7 devel/cqual/distinfo
--- a/devel/cqual/distinfo      Wed Jun 28 23:13:18 2006 +0000
+++ b/devel/cqual/distinfo      Thu Jun 29 10:58:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/03/02 19:56:24 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/06/29 10:58:26 rillig Exp $
 
 SHA1 (cqual-0.991.tar.gz) = f559af6947465ca242f19c1f499c7cb004e713e4
 RMD160 (cqual-0.991.tar.gz) = e3837a11c75f750196ec4be7f991ec519c1260f6
@@ -16,9 +16,10 @@
 SHA1 (patch-bh) = b4e05070ced650b4dea42620e2ebb78eabf743ee
 SHA1 (patch-bi) = 7997cb5b9f5f8b51bf382ae18cf355a74a7c3624
 SHA1 (patch-bj) = 66c4c93fe18841db68ccdc2bb8e4d22a06abd731
-SHA1 (patch-bk) = 58edca8937cd587911d58bebc5d6bbbea87ca028
+SHA1 (patch-bk) = 240ad47d74c397b94eb9955fa903542fa7407d95
 SHA1 (patch-bl) = 70fe692644529a38bdaefbff67a264db9179e5f7
 SHA1 (patch-bm) = eb57badc6c4530243aeeeb14aba4418d77ea453c
 SHA1 (patch-ca) = fb4806cfb3c2347fe5089f42e419c57bec7e2432
 SHA1 (patch-cb) = 568df77eefeea982d9a7faa638c6be12a54fa284
 SHA1 (patch-cc) = f30adeec491d999b63e1ad5abd2b34c287608e5e
+SHA1 (patch-cd) = 39af7244eb89410de704e902bdce901883f02cf4
diff -r 7b7fdd7755bc -r 30987784fac7 devel/cqual/patches/patch-bk
--- a/devel/cqual/patches/patch-bk      Wed Jun 28 23:13:18 2006 +0000
+++ b/devel/cqual/patches/patch-bk      Thu Jun 29 10:58:26 2006 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-bk,v 1.1 2006/01/18 23:24:12 rillig Exp $
+$NetBSD: patch-bk,v 1.2 2006/06/29 10:58:26 rillig Exp $
 
 SunPro cannot handle direct initialization of structures.
 
 --- src/rinf_analyze.c.orig    2003-09-06 02:50:16.000000000 +0200
-+++ src/rinf_analyze.c 2006-01-16 14:49:27.617152900 +0100
++++ src/rinf_analyze.c 2006-06-29 12:54:43.000000000 +0200
+@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
+ static effecttype global_effect = NULL;
+ static effecttype global_env = NULL;
+ static hash_table globals = NULL;
+-static function_decl current_function_decl = NULL;
++/*global*/ function_decl current_function_decl = NULL;
+ static aloctype current_function_ret = NULL;
+ 
+ typedef struct einfo {
 @@ -107,19 +107,27 @@ static bool is_memcpy_fun(const char *na
  
  static inline einfo mkeinfo(alocreftype tau, effecttype eff)
diff -r 7b7fdd7755bc -r 30987784fac7 devel/cqual/patches/patch-cd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cqual/patches/patch-cd      Thu Jun 29 10:58:26 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-cd,v 1.1 2006/06/29 10:58:26 rillig Exp $
+
+--- src/c-lex.h.orig   2002-07-02 19:32:38.000000000 +0200
++++ src/c-lex.h        2006-06-29 12:49:37.000000000 +0200
+@@ -64,7 +64,6 @@ enum rid
+ 
+ #define NORID RID_UNUSED
+ 
+-extern char *traditional token_buffer;        /* Pointer to token buffer.  */
+ extern bool in_system_header; /* TRUE while in system header file */
+ extern bool in_prelude;         /* TRUE if we're analyzing a prelude (may
+                                  span more than one actual file) */



Home | Main Index | Thread Index | Old Index