aboutsummaryrefslogtreecommitdiffstats
path: root/irc/quirc/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-24 06:23:41 +0800
committerpav <pav@FreeBSD.org>2004-02-24 06:23:41 +0800
commit0339fdcfd48373544fadc496fe545dfddaaf6864 (patch)
tree568e42aa5bbb435d133d10e29d1a9a1951571966 /irc/quirc/files
parent65027df23166eca901e88e5cd3198fb8fa929e92 (diff)
downloadfreebsd-ports-gnome-0339fdcfd48373544fadc496fe545dfddaaf6864.tar.gz
freebsd-ports-gnome-0339fdcfd48373544fadc496fe545dfddaaf6864.tar.zst
freebsd-ports-gnome-0339fdcfd48373544fadc496fe545dfddaaf6864.zip
- Update to 0.9.84 (and unbreak)
PR: ports/62430 Submitted by: Ports Fury Reviewed by: maintainer timeout (20 days)
Diffstat (limited to 'irc/quirc/files')
-rw-r--r--irc/quirc/files/patch-aa29
-rw-r--r--irc/quirc/files/patch-channel.cc9
-rw-r--r--irc/quirc/files/patch-format.cc8
-rw-r--r--irc/quirc/files/patch-hash.cc9
-rw-r--r--irc/quirc/files/patch-tcltk.cc10
-rw-r--r--irc/quirc/files/patch-window.cc8
6 files changed, 57 insertions, 16 deletions
diff --git a/irc/quirc/files/patch-aa b/irc/quirc/files/patch-aa
index 4ddb47fa69b0..e1d12d473b8f 100644
--- a/irc/quirc/files/patch-aa
+++ b/irc/quirc/files/patch-aa
@@ -1,23 +1,20 @@
---- Makefile.in.orig Wed Aug 2 19:24:59 2000
-+++ Makefile.in Tue Oct 24 02:31:35 2000
-@@ -70,7 +70,7 @@
- VERSION = @VERSION@
- WISH = @WISH@
+--- Makefile.in.orig Tue Jan 13 16:23:10 2004
++++ Makefile.in Tue Feb 3 23:03:59 2004
+@@ -210,7 +210,7 @@
+ target_alias = @target_alias@
+ # Data files
-SUBDIRS = data doc
+SUBDIRS = data
- # Main binary targets
- bin_PROGRAMS = quirc
-@@ -90,11 +90,6 @@
+ # Source in order of C, C++, derived C++
+ # Removed arlib.c
+@@ -709,7 +709,7 @@
- noinst_PROGRAMS = generate_tags
- generate_tags_SOURCES = generate_tags.cc
--
--# Documentation
--
--docdir = $(prefix)/doc/@PACKAGE@
--doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes
+ info-am:
- # RPM and spec file generation
+-install-data-am: install-docDATA
++install-data-am:
+
+ install-exec-am: install-binPROGRAMS install-exec-local
diff --git a/irc/quirc/files/patch-channel.cc b/irc/quirc/files/patch-channel.cc
new file mode 100644
index 000000000000..1968f89455a7
--- /dev/null
+++ b/irc/quirc/files/patch-channel.cc
@@ -0,0 +1,9 @@
+--- channel.cc.orig Mon Jan 12 18:16:50 2004
++++ channel.cc Tue Feb 3 23:17:24 2004
+@@ -1,5 +1,6 @@
+ #include <string.h>
+ #include <assert.h>
++#include <sys/types.h>
+
+ #ifdef DMALLOC
+ #include <dmalloc.h>
diff --git a/irc/quirc/files/patch-format.cc b/irc/quirc/files/patch-format.cc
new file mode 100644
index 000000000000..b2c258ab06f2
--- /dev/null
+++ b/irc/quirc/files/patch-format.cc
@@ -0,0 +1,8 @@
+--- format.cc.orig Mon Jan 12 18:32:01 2004
++++ format.cc Tue Feb 3 23:19:28 2004
+@@ -1,4 +1,5 @@
+ #include <stdarg.h>
++#include <sys/types.h>
+
+ #include "quirc.h"
+ #include "hash.h"
diff --git a/irc/quirc/files/patch-hash.cc b/irc/quirc/files/patch-hash.cc
new file mode 100644
index 000000000000..7db738895fa4
--- /dev/null
+++ b/irc/quirc/files/patch-hash.cc
@@ -0,0 +1,9 @@
+--- hash.cc.orig Mon Jan 12 17:53:35 2004
++++ hash.cc Tue Feb 3 23:19:58 2004
+@@ -1,5 +1,6 @@
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
+
+ #ifdef DMALLOC
+ #include <dmalloc.h>
diff --git a/irc/quirc/files/patch-tcltk.cc b/irc/quirc/files/patch-tcltk.cc
new file mode 100644
index 000000000000..f9b4722a6603
--- /dev/null
+++ b/irc/quirc/files/patch-tcltk.cc
@@ -0,0 +1,10 @@
+--- tcltk.cc.orig Mon Jan 12 18:25:11 2004
++++ tcltk.cc Tue Feb 3 23:18:41 2004
+@@ -1,6 +1,7 @@
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <string.h>
++#include <sys/types.h>
+
+ #ifdef DMALLOC
+ #include <dmalloc.h>
diff --git a/irc/quirc/files/patch-window.cc b/irc/quirc/files/patch-window.cc
new file mode 100644
index 000000000000..254daa121a82
--- /dev/null
+++ b/irc/quirc/files/patch-window.cc
@@ -0,0 +1,8 @@
+--- window.cc.orig Sat May 15 14:20:48 1999
++++ window.cc Tue Feb 3 23:20:36 2004
+@@ -1,3 +1,5 @@
++#include <sys/types.h>
++
+ #ifdef DMALLOC
+ #include <dmalloc.h>
+ #endif