diff options
author | wiz <wiz> | 2004-11-27 18:07:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-27 18:07:04 +0000 |
commit | 9b8290848e032d0e629b141aa582a9d762d75f1c (patch) | |
tree | ecfa068e74a7a4c56d69c7f0a9a3d81cdf7966b7 /converters/rss2html/patches | |
parent | 3270d9ae478f0f8550f9657ecd8a78f8093c14b4 (diff) | |
download | pkgsrc-9b8290848e032d0e629b141aa582a9d762d75f1c.tar.gz |
Update to 0.7, from pancake in PR 28435:
0.7 * 2004/11/27
- Add -e flag (grep like tool)
- Minor bugfixes
- Add support for description, language and picture as input
- Update dtd URL location
- Description support for output
Diffstat (limited to 'converters/rss2html/patches')
-rw-r--r-- | converters/rss2html/patches/patch-aa | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/converters/rss2html/patches/patch-aa b/converters/rss2html/patches/patch-aa deleted file mode 100644 index 51b5f867cff..00000000000 --- a/converters/rss2html/patches/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/03/07 20:24:52 minskim Exp $ - ---- src/download.c.orig Thu Mar 4 12:41:57 2004 -+++ src/download.c -@@ -1,4 +1,5 @@ - #include "main.h" -+#include <sys/types.h> - #include <netinet/in.h> - #include <sys/socket.h> - #include <netdb.h> |