summaryrefslogtreecommitdiff
path: root/news/PicMonger/files
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2000-07-24 05:57:31 +0000
committerDonald Burr <dburr@FreeBSD.org>2000-07-24 05:57:31 +0000
commit0ee0426a57396650714a3350a175774f3347a530 (patch)
tree7612c02a2108e2e6350858d2bed3828cd695eaf9 /news/PicMonger/files
parentAdd dependency on gnome. (diff)
Import of new port news/PicMonger, a little GTK utility that makes
it easy to decode those "naughty" groups. :) Obtained from: freshmeat, of course :)
Notes
Notes: svn path=/head/; revision=30980
Diffstat (limited to 'news/PicMonger/files')
-rw-r--r--news/PicMonger/files/patch-aa12
-rw-r--r--news/PicMonger/files/patch-ab12
-rw-r--r--news/PicMonger/files/patch-ac12
-rw-r--r--news/PicMonger/files/patch-ad12
-rw-r--r--news/PicMonger/files/patch-ae12
5 files changed, 60 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-aa b/news/PicMonger/files/patch-aa
new file mode 100644
index 000000000000..9a7baa1453c9
--- /dev/null
+++ b/news/PicMonger/files/patch-aa
@@ -0,0 +1,12 @@
+--- InetSocket.h.old Sun Jul 23 01:16:39 2000
++++ InetSocket.h Sun Jul 23 01:16:49 2000
+@@ -24,6 +24,9 @@
+ #ifndef _INETSOCKET_H
+ #define _INETSOCKET_H
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
diff --git a/news/PicMonger/files/patch-ab b/news/PicMonger/files/patch-ab
new file mode 100644
index 000000000000..7cfb55484986
--- /dev/null
+++ b/news/PicMonger/files/patch-ab
@@ -0,0 +1,12 @@
+--- HtmlGenerator.h.old Sun Jul 23 01:19:44 2000
++++ HtmlGenerator.h Sun Jul 23 01:19:46 2000
+@@ -28,6 +28,9 @@
+ #include <list>
+ #include <fstream>
+ #include "Exceptions.h"
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include "PreviewPage.h"
+
+ class HtmlGenerator
diff --git a/news/PicMonger/files/patch-ac b/news/PicMonger/files/patch-ac
new file mode 100644
index 000000000000..478c2372d8b1
--- /dev/null
+++ b/news/PicMonger/files/patch-ac
@@ -0,0 +1,12 @@
+--- PreviewPage.cpp.old Sun Jul 23 01:21:56 2000
++++ PreviewPage.cpp Sun Jul 23 01:21:58 2000
+@@ -18,6 +18,9 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include "PreviewPage.h"
+ #include "Thumbnail.h"
+ #include "HtmlOptionState.h"
diff --git a/news/PicMonger/files/patch-ad b/news/PicMonger/files/patch-ad
new file mode 100644
index 000000000000..2fece371fe56
--- /dev/null
+++ b/news/PicMonger/files/patch-ad
@@ -0,0 +1,12 @@
+--- HtmlOptionState.cpp.old Sun Jul 23 01:47:29 2000
++++ HtmlOptionState.cpp Sun Jul 23 01:47:43 2000
+@@ -17,6 +17,9 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include "HtmlOptionState.h"
+ #include <fstream>
+
diff --git a/news/PicMonger/files/patch-ae b/news/PicMonger/files/patch-ae
new file mode 100644
index 000000000000..2296661f5608
--- /dev/null
+++ b/news/PicMonger/files/patch-ae
@@ -0,0 +1,12 @@
+--- HtmlOptions.cpp.old Sun Jul 23 01:54:30 2000
++++ HtmlOptions.cpp Sun Jul 23 01:54:42 2000
+@@ -18,6 +18,9 @@
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+ #include "HtmlOptions.h"
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include "HtmlOptionState.h"
+ #include "Exceptions.h"
+