pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/rss2html Fix build on FreeBSD. Patch provi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87f6ff481df2
branches: trunk
changeset: 470268:87f6ff481df2
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Mar 07 20:24:52 2004 +0000
description:
Fix build on FreeBSD. Patch provided by Michal Pasternak in PR pkg/24667.
diffstat:
converters/rss2html/distinfo | 3 ++-
converters/rss2html/patches/patch-aa | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r fd521980b2f2 -r 87f6ff481df2 converters/rss2html/distinfo
--- a/converters/rss2html/distinfo Sun Mar 07 20:18:57 2004 +0000
+++ b/converters/rss2html/distinfo Sun Mar 07 20:24:52 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/02/19 16:46:44 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/03/07 20:24:52 minskim Exp $
SHA1 (rss2html-0.6.tar.gz) = 50e8f74cfa141e4aca4cdc1f1755216162dfb5be
Size (rss2html-0.6.tar.gz) = 5057 bytes
+SHA1 (patch-aa) = ce3e4fb21796fe5bb96aa1a4591f57ab9e8bb2dc
diff -r fd521980b2f2 -r 87f6ff481df2 converters/rss2html/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/patches/patch-aa Sun Mar 07 20:24:52 2004 +0000
@@ -0,0 +1,10 @@
+$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>
Home |
Main Index |
Thread Index |
Old Index