pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/trn fix the order of includes in order for this t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/995402b920ad
branches:  trunk
changeset: 520895:995402b920ad
user:      christos <christos%pkgsrc.org@localhost>
date:      Wed Nov 01 17:12:21 2006 +0000

description:
fix the order of includes in order for this to compile; from Anon Ymous

diffstat:

 news/trn/distinfo         |   4 +++-
 news/trn/patches/patch-aa |  14 ++++++++++++++
 news/trn/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 32 insertions(+), 1 deletions(-)

diffs (51 lines):

diff -r c4493f3d3b5d -r 995402b920ad news/trn/distinfo
--- a/news/trn/distinfo Wed Nov 01 16:42:31 2006 +0000
+++ b/news/trn/distinfo Wed Nov 01 17:12:21 2006 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.8 2006/09/26 20:35:16 christos Exp $
+$NetBSD: distinfo,v 1.9 2006/11/01 17:12:21 christos Exp $
 
 SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b
 RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87
 Size (trn-4.0-test76.tar.gz) = 565528 bytes
+SHA1 (patch-aa) = fe2d378d3600938025846998f222d1f239549045
+SHA1 (patch-ab) = 683c2ac9d34ca0d6220752218646cbf9e359f23d
 SHA1 (patch-ac) = 96dd4bd4ca73baf552c4d8172f7ad6d6a600bd7f
 SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc
diff -r c4493f3d3b5d -r 995402b920ad news/trn/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/trn/patches/patch-aa Wed Nov 01 17:12:21 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.4 2006/11/01 17:12:21 christos Exp $
+
+--- datasrc.c.orig     2001-01-16 16:12:50.000000000 -0500
++++ datasrc.c  2006-10-31 20:10:50.000000000 -0500
+@@ -12,8 +12,8 @@
+ #include "nntpclient.h"
+ #include "term.h"
+ #include "env.h"
+-#include "opt.h"
+ #include "util.h"
++#include "opt.h"
+ #include "util2.h"
+ #include "intrp.h"
+ #include "init.h"
diff -r c4493f3d3b5d -r 995402b920ad news/trn/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/trn/patches/patch-ab Wed Nov 01 17:12:21 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.3 2006/11/01 17:12:21 christos Exp $
+
+--- rt-page.c.orig     2000-05-25 01:04:40.000000000 -0400
++++ rt-page.c  2006-10-31 20:11:24.000000000 -0500
+@@ -14,9 +14,9 @@
+ #include "datasrc.h"
+ #include "nntp.h"
+ #include "trn.h"
++#include "util.h"
+ #include "opt.h"
+ #include "env.h"
+-#include "util.h"
+ #include "util2.h"
+ #include "only.h"
+ #include "addng.h"



Home | Main Index | Thread Index | Old Index