summaryrefslogtreecommitdiff
path: root/news/trn
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2006-11-01 17:12:21 +0000
committerchristos <christos@pkgsrc.org>2006-11-01 17:12:21 +0000
commit594d91b49e240ab9541ea98e7dcd0ec49373158b (patch)
tree957cd0556a5ab9187ad85c3afeaf3b745cbf1230 /news/trn
parent7308ffed0ed7ef5a623830abd164b63fc7fe9d64 (diff)
downloadpkgsrc-594d91b49e240ab9541ea98e7dcd0ec49373158b.tar.gz
fix the order of includes in order for this to compile; from Anon Ymous
Diffstat (limited to 'news/trn')
-rw-r--r--news/trn/distinfo4
-rw-r--r--news/trn/patches/patch-aa14
-rw-r--r--news/trn/patches/patch-ab15
3 files changed, 32 insertions, 1 deletions
diff --git a/news/trn/distinfo b/news/trn/distinfo
index 1ed393b567b..ae0e8766097 100644
--- a/news/trn/distinfo
+++ b/news/trn/distinfo
@@ -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 --git a/news/trn/patches/patch-aa b/news/trn/patches/patch-aa
new file mode 100644
index 00000000000..003813e46da
--- /dev/null
+++ b/news/trn/patches/patch-aa
@@ -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 --git a/news/trn/patches/patch-ab b/news/trn/patches/patch-ab
new file mode 100644
index 00000000000..0c92f3a03ab
--- /dev/null
+++ b/news/trn/patches/patch-ab
@@ -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"