diff options
Diffstat (limited to 'mail/spruce')
-rw-r--r-- | mail/spruce/Makefile | 6 | ||||
-rw-r--r-- | mail/spruce/files/patch-sum | 4 | ||||
-rw-r--r-- | mail/spruce/patches/patch-aa | 42 |
3 files changed, 27 insertions, 25 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index a985b394dc4..08c8f759057 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/02/03 23:38:17 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/04 00:13:21 tron Exp $ # DISTNAME= spruce-0.5.14 @@ -9,11 +9,11 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.xtorshun.org/spruce/main.html DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= mit-pthreads-*:../../devel/mit-pthreads +DEPENDS+= ptl2-*:../../devel/ptl2 USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CC= ${LOCALBASE}/pthreads/bin/pgcc +CC= ${LOCALBASE}/bin/ptlgcc .include "../../mk/bsd.pkg.mk" diff --git a/mail/spruce/files/patch-sum b/mail/spruce/files/patch-sum index d820d7b80fa..ebcfb45ad9d 100644 --- a/mail/spruce/files/patch-sum +++ b/mail/spruce/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/12/17 13:51:10 mellon Exp $ +$NetBSD: patch-sum,v 1.2 2000/02/04 00:13:21 tron Exp $ -MD5 (patch-aa) = b2179f3f0888da7ec1b8b16d06c42af8 +MD5 (patch-aa) = 04b1dcb0b805a5d4fea51ca18f89adc5 diff --git a/mail/spruce/patches/patch-aa b/mail/spruce/patches/patch-aa index 01ecce9bcf7..69f8368c63b 100644 --- a/mail/spruce/patches/patch-aa +++ b/mail/spruce/patches/patch-aa @@ -1,20 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/12/17 13:51:10 mellon Exp $ -*** Makefile.in.old Thu Dec 16 22:37:13 1999 ---- Makefile.in Thu Dec 16 22:36:56 1999 -*************** -*** 105,111 **** - PROGRAMS = $(bin_PROGRAMS) - - -! DEFS = @DEFS@ -I. -I$(srcdir) -I. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ ---- 105,111 ---- - PROGRAMS = $(bin_PROGRAMS) - - -! DEFS = @DEFS@ -I. -I$(srcdir) -I. -I$(prefix)/include - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ +$NetBSD: patch-aa,v 1.2 2000/02/04 00:13:21 tron Exp $ + +--- Makefile.in.orig Sat Jan 29 18:28:37 2000 ++++ Makefile.in Fri Feb 4 01:05:22 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 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 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 md5.c md5.h cram_md5.c cram_md5.h + + +-spruce_LDADD = @GTK_LIBS@ -lpthread ++spruce_LDADD = @GTK_LIBS@ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +@@ -106,7 +106,7 @@ + PROGRAMS = $(bin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I. ++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I$(prefix)/include + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ |