pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/gq Makes this compile with NetBSD current's ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60b4e3ef5c51
branches:  trunk
changeset: 516197:60b4e3ef5c51
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Jul 17 08:46:28 2006 +0000

description:
Makes this compile with NetBSD current's gcc (4.1.2) by reordering
header inclusions.

XXX There are tons of type warnings in this package.

diffstat:

 databases/gq/distinfo         |  19 ++++++++++++++++++-
 databases/gq/patches/patch-ag |  15 +++++++++++++++
 databases/gq/patches/patch-ah |  20 ++++++++++++++++++++
 databases/gq/patches/patch-ai |  15 +++++++++++++++
 databases/gq/patches/patch-aj |  12 ++++++++++++
 databases/gq/patches/patch-ak |  15 +++++++++++++++
 databases/gq/patches/patch-al |  14 ++++++++++++++
 databases/gq/patches/patch-am |  17 +++++++++++++++++
 databases/gq/patches/patch-an |  12 ++++++++++++
 databases/gq/patches/patch-ao |  14 ++++++++++++++
 databases/gq/patches/patch-ap |  16 ++++++++++++++++
 databases/gq/patches/patch-aq |  17 +++++++++++++++++
 databases/gq/patches/patch-ar |  16 ++++++++++++++++
 databases/gq/patches/patch-as |  14 ++++++++++++++
 databases/gq/patches/patch-at |  15 +++++++++++++++
 databases/gq/patches/patch-au |  14 ++++++++++++++
 databases/gq/patches/patch-av |  14 ++++++++++++++
 databases/gq/patches/patch-aw |  15 +++++++++++++++
 18 files changed, 273 insertions(+), 1 deletions(-)

diffs (truncated from 353 to 300 lines):

diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/distinfo
--- a/databases/gq/distinfo     Mon Jul 17 02:13:11 2006 +0000
+++ b/databases/gq/distinfo     Mon Jul 17 08:46:28 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/03/17 15:23:57 cube Exp $
+$NetBSD: distinfo,v 1.8 2006/07/17 08:46:28 seb Exp $
 
 SHA1 (gq-1.0beta1.tar.gz) = fcfeb2874326962e891433d54df7932840fab6ff
 RMD160 (gq-1.0beta1.tar.gz) = 6d757f39d2543a41f4c99b5aa39890de726e4d9c
@@ -9,3 +9,20 @@
 SHA1 (patch-ad) = 5a9da1912fea5f7fcbe1cd807caf6b77e498ea05
 SHA1 (patch-ae) = 295196adb9b78af2feab13206dd6e38ef1618d91
 SHA1 (patch-af) = e07d3f6bd24dff4fc46f07e7154bf1c68324900d
+SHA1 (patch-ag) = 67727e7e930723ae343ebcfea27650106f015e97
+SHA1 (patch-ah) = 9ccd7ff5dc8830b41b0e8358cefcb5d5cbbe90a6
+SHA1 (patch-ai) = 2e1e8e8f26c0fb0a42ac92189508e7284f72cac5
+SHA1 (patch-aj) = 3b1be7c4529a7d12f4dcda8a583ac3ba6377a5e3
+SHA1 (patch-ak) = 58a2d7f297be87498197fb04044cfd7d0206be75
+SHA1 (patch-al) = c40683c1380e44b6e2b29379ff4675fdd69a9473
+SHA1 (patch-am) = 98478d32330fc7d6d2a76ca562512ca939b79496
+SHA1 (patch-an) = ce98c982053cd8a297ece506d11b957ad7d2765c
+SHA1 (patch-ao) = 281a9f1c734df028d46592d112c08339cfe75e03
+SHA1 (patch-ap) = 5db49fe6ea5d49bc30ff4c54164ba01b2eeecf5d
+SHA1 (patch-aq) = 5c13baa3d80ed67933fd9820636d06852fe3c341
+SHA1 (patch-ar) = f9381a0540139bb9fed792b58b9049c146d960d2
+SHA1 (patch-as) = 21a28a09820d26335be3c2e21d22ffa57cd83dd3
+SHA1 (patch-at) = 21e98e22751ae900317690cdc6309c26f0d3c60e
+SHA1 (patch-au) = 4f71d878fbf50f6e7c59825368c772133a289183
+SHA1 (patch-av) = 0ec6643d26f898f82c9f51f490f88206b1d4398d
+SHA1 (patch-aw) = b9da541ea6395d53acdbb5db7ef762adcc834bb7
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ag     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/browse-export.c.orig   2003-11-03 22:28:24.000000000 +0000
++++ src/browse-export.c
+@@ -43,9 +43,9 @@
+ 
+ #include "browse-dnd.h"               /* copy_entry et al */
+ 
++#include "util.h"
+ #include "configfile.h"               /* config */
+ #include "errorchain.h"
+-#include "util.h"
+ #include "encode.h"
+ #include "i18n.h"
+ #include "utf8-compat.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ah     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ah,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/browse.c.orig  2003-11-03 21:16:55.000000000 +0000
++++ src/browse.c
+@@ -34,6 +34,7 @@
+ #include <config.h>
+ 
+ #include "common.h"
++#include "util.h"
+ #include "configfile.h"
+ #include "browse.h"
+ 
+@@ -43,7 +44,6 @@
+ 
+ #include "mainwin.h"
+ #include "template.h"
+-#include "util.h"
+ #include "tinput.h"
+ #include "errorchain.h"
+ #include "ldif.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ai     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/configfile.c.orig      2003-11-03 21:34:52.000000000 +0000
++++ src/configfile.c
+@@ -37,9 +37,9 @@
+ 
+ #include <glib.h>
+ 
++#include "util.h"
+ #include "configfile.h"
+ #include "common.h"
+-#include "util.h"
+ #include "template.h"
+ #include "filter.h"
+ #include "encode.h"           /* gq_codeset */
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-aj     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/debug.c.orig   2003-11-03 21:07:57.000000000 +0000
++++ src/debug.c
+@@ -34,6 +34,7 @@
+ #endif /* HAVE_BACKTRACE */
+ 
+ #include "debug.h"
++#include "util.h"
+ #include "configfile.h"
+ #include "common.h"
+ 
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ak     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/dn-browse.c.orig       2003-11-02 07:20:43.000000000 +0000
++++ src/dn-browse.c
+@@ -47,9 +47,9 @@
+ #include "tinput.h"           /* formfill_from_template */
+ #include "browse-dnd.h"               /* copy_entry et al */
+ 
++#include "util.h"
+ #include "configfile.h"               /* config */
+ #include "errorchain.h"
+-#include "util.h"
+ #include "encode.h"
+ #include "i18n.h"
+ #include "utf8-compat.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-al     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/formfill.c.orig        2003-11-03 21:07:57.000000000 +0000
++++ src/formfill.c
+@@ -34,8 +34,8 @@
+ #include <ldap.h>
+ 
+ #include "common.h"
+-#include "configfile.h"
+ #include "util.h"
++#include "configfile.h"
+ #include "formfill.h"
+ #include "ldif.h"
+ #include "syntax.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-am     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-am,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/gq-xml.c.orig  2003-11-03 22:28:24.000000000 +0000
++++ src/gq-xml.c
+@@ -38,11 +38,11 @@
+ #include <fcntl.h>
+ #include <ctype.h>
+ 
++#include "util.h"
+ #include "gq-xml.h"
+ #include "xmlparse.h"
+ #include "xmlutil.h"
+ #include "configfile.h"
+-#include "util.h"
+ #include "i18n.h"
+ #include "ldif.h"
+ #include "syntax.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-an     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/gq.c.orig      2003-11-03 21:25:53.000000000 +0000
++++ src/gq.c
+@@ -40,6 +40,7 @@
+ #include "gq.h"
+ #include "i18n.h"
+ #include "mainwin.h"
++#include "util.h"
+ #include "configfile.h"
+ #include "syntax.h"
+ #include "encode.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ao     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ao,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/input.c.orig   2003-11-03 21:28:37.000000000 +0000
++++ src/input.c
+@@ -37,8 +37,8 @@
+ 
+ #include "mainwin.h"
+ #include "common.h"
+-#include "configfile.h"
+ #include "util.h"
++#include "configfile.h"
+ #include "errorchain.h"
+ #include "formfill.h"
+ #include "input.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ap     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ap,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/mainwin.c.orig 2003-11-03 21:07:57.000000000 +0000
++++ src/mainwin.c
+@@ -35,10 +35,10 @@
+ #include "common.h"
+ #include "search.h"
+ #include "mainwin.h"
++#include "util.h"
+ #include "configfile.h"
+ #include "browse.h"
+ #include "prefs.h"
+-#include "util.h"
+ #include "template.h"
+ #include "filter.h"
+ #include "COPYING.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-aq     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aq,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/prefs.c.orig   2003-11-03 21:44:19.000000000 +0000
++++ src/prefs.c
+@@ -35,11 +35,11 @@
+ #include <string.h>
+ #include <ctype.h>
+ 
++#include "util.h"
+ #include "configfile.h"
+ #include "common.h"
+ #include "prefs.h"
+ #include "mainwin.h"
+-#include "util.h"
+ #include "template.h"
+ #include "errorchain.h"
+ #include "debug.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-ar
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-ar     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ar,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/ref-browse.c.orig      2003-11-03 21:07:57.000000000 +0000
++++ src/ref-browse.c
+@@ -40,10 +40,10 @@
+ #include "server-browse.h"
+ #include "ref-browse.h"
+ 
++#include "util.h"
+ #include "configfile.h"               /* free_ldapserver */
+ #include "prefs.h"            /* create_edit_server_window */
+ 
+-#include "util.h"
+ #include "i18n.h"
+ #include "errorchain.h"
+ #include "encode.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-as
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-as     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/schema.c.orig  2003-11-03 21:07:58.000000000 +0000
++++ src/schema.c
+@@ -36,8 +36,8 @@
+ #include <string.h>
+ 
+ #include "common.h"
+-#include "configfile.h"
+ #include "util.h"
++#include "configfile.h"
+ #include "schema.h"
+ #include "i18n.h"
+ #include "debug.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gq/patches/patch-at     Mon Jul 17 08:46:28 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-at,v 1.1 2006/07/17 08:46:29 seb Exp $
+
+--- src/schemabrowse.c.orig    2003-11-03 21:07:58.000000000 +0000
++++ src/schemabrowse.c
+@@ -42,9 +42,9 @@
+ 
+ #include "schemabrowse.h"
+ #include "mainwin.h"
++#include "util.h"
+ #include "configfile.h"
+ #include "common.h"
+-#include "util.h"
+ #include "schema.h"
+ #include "i18n.h"
+ #include "debug.h"
diff -r 6c7d16283f78 -r 60b4e3ef5c51 databases/gq/patches/patch-au
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000



Home | Main Index | Thread Index | Old Index