summaryrefslogtreecommitdiffstats
path: root/mail/spruce/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-05-21 21:45:02 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-05-21 21:45:02 +0000
commitf1563a44592b5bdf0a9691b6edaedf9e8b1a8c43 (patch)
treeb7a3da565dab1f0ea538487272da733c576bea0f /mail/spruce/files
parentb26b3187619442bc80c16b5f1a3858b58bdaa36e (diff)
downloadFreeBSD-ports-f1563a44592b5bdf0a9691b6edaedf9e8b1a8c43.zip
FreeBSD-ports-f1563a44592b5bdf0a9691b6edaedf9e8b1a8c43.tar.gz
Update to 0.6.5
Diffstat (limited to 'mail/spruce/files')
-rw-r--r--mail/spruce/files/patch-ab8
-rw-r--r--mail/spruce/files/patch-ad11
-rw-r--r--mail/spruce/files/patch-ae11
3 files changed, 27 insertions, 3 deletions
diff --git a/mail/spruce/files/patch-ab b/mail/spruce/files/patch-ab
index fcfa32e..3ac7be1 100644
--- a/mail/spruce/files/patch-ab
+++ b/mail/spruce/files/patch-ab
@@ -1,11 +1,13 @@
---- server.h.orig Wed Dec 22 10:57:01 1999
-+++ server.h Wed Dec 22 10:57:03 1999
-@@ -26,9 +26,9 @@
+--- server.h.orig Sun May 21 14:33:13 2000
++++ server.h Sun May 21 14:33:30 2000
+@@ -26,11 +26,11 @@
#include <sys/types.h>
#include <sys/socket.h>
/*#include <sys/param.h>*/
+#include <netinet/in.h>
+ #ifdef __unix__
#include <arpa/inet.h>
+ #endif
#include <netdb.h>
-#include <netinet/in.h>
#include <unistd.h>
diff --git a/mail/spruce/files/patch-ad b/mail/spruce/files/patch-ad
new file mode 100644
index 0000000..f11ace7
--- /dev/null
+++ b/mail/spruce/files/patch-ad
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sun May 21 14:32:23 2000
++++ Makefile.in Sun May 21 14:32:44 2000
+@@ -98,7 +98,7 @@
+ spruce_SOURCES = defines.h about.c about.h accounts.c accounts.h addrbook.c addrbook.h composer.c composer.h cram_md5.c cram_md5.h date.c date.h filters.h filters.c globals.c globals.h gti.c gti.h gtkmanip.c gtkmanip.h gui.c gui.h imap.c imap.h init.c init.h mailbox.c mailbox.h mbox.c mbox.h md5.c md5.h mime.c mime.h mesgreader.c mesgreader.h msgid.c msgid.h options.c options.h parse.c parse.h pop3io.c pop3io.h pgp.c pgp.h print.c print.h rc.c rc.h server.c server.h smtpio.c smtpio.h sockio.c sockio.h sort.c sort.h status.c status.h main.c main.h
+
+
+-spruce_LDADD = @GTK_LIBS@ -lpthread -lgthread
++spruce_LDADD = @GTK_LIBS@ `@GTK_CONFIG@ --libs gthread`
+
+ spruce_MANS = man/spruce.1
+
diff --git a/mail/spruce/files/patch-ae b/mail/spruce/files/patch-ae
new file mode 100644
index 0000000..ac9b506
--- /dev/null
+++ b/mail/spruce/files/patch-ae
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Sun May 21 14:41:15 2000
++++ po/Makefile.in.in Sun May 21 14:41:44 2000
+@@ -19,7 +19,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
++localedir = $(gnulocaledir)
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
OpenPOWER on IntegriCloud