diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-04-26 17:51:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-04-26 17:51:30 +0000 |
commit | eea2bd7c981b33a7c8d82785f92550d8eb70ed8e (patch) | |
tree | 28b526f7953c767bf2e8b051183948a1409ea720 /mail/noattach/files | |
parent | - retire port in favor for current sendmail (diff) |
- update to 1.2
Notes
Notes:
svn path=/head/; revision=134215
Diffstat (limited to 'mail/noattach/files')
-rw-r--r-- | mail/noattach/files/patch-Makefile.in | 20 | ||||
-rw-r--r-- | mail/noattach/files/patch-noattach.c | 15 |
2 files changed, 18 insertions, 17 deletions
diff --git a/mail/noattach/files/patch-Makefile.in b/mail/noattach/files/patch-Makefile.in index fb2a756dd7a1..761a69fca828 100644 --- a/mail/noattach/files/patch-Makefile.in +++ b/mail/noattach/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Aug 21 15:56:27 2003 -+++ Makefile.in Tue Oct 12 17:14:38 2004 -@@ -122,7 +122,7 @@ - noattach_LDFLAGS = - - DEFS = @DEFS@ --DEFAULT_INCLUDES = -I. -I$(srcdir) -I. +--- Makefile.in.orig Wed Feb 2 12:34:03 2005 ++++ Makefile.in Sun Apr 17 23:02:08 2005 +@@ -77,7 +77,7 @@ + rfc2231.$(OBJEXT) + noattach_OBJECTS = $(am_noattach_OBJECTS) + noattach_LDADD = $(LDADD) +-DEFAULT_INCLUDES = -I. -I$(srcdir) -I. +DEFAULT_INCLUDES = $(MILTER_INCLUDES) -I. -I$(srcdir) -I. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ diff --git a/mail/noattach/files/patch-noattach.c b/mail/noattach/files/patch-noattach.c index 19c07c00a793..d1c53b853e24 100644 --- a/mail/noattach/files/patch-noattach.c +++ b/mail/noattach/files/patch-noattach.c @@ -1,12 +1,13 @@ ---- noattach.c.orig Thu Aug 21 15:52:48 2003 -+++ noattach.c Tue Oct 12 18:02:32 2004 -@@ -54,7 +54,9 @@ - #define BUFFER_SIZE (MILTER_CHUNK_SIZE+OVERLAP_SIZE) +--- noattach.c.orig Wed Feb 2 12:16:45 2005 ++++ noattach.c Sun Apr 17 23:04:29 2005 +@@ -77,8 +77,10 @@ #ifndef true + #ifndef SMFIF_QUARANTINE +#ifndef __bool_true_false_are_defined - typedef int bool; -+#endif /* ! __bool_true_false_are_defined */ + typedef int bool; /* kludge: typedef unneeded in 8.13.0, when + * quarantining was introduced */ ++#endif + #endif #define false 0 #define true 1 - #endif /* ! true */ |