diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /mail/sccmilter | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'mail/sccmilter')
-rw-r--r-- | mail/sccmilter/Makefile | 4 | ||||
-rw-r--r-- | mail/sccmilter/files/patch-localtypes.h | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index 640aa6dfe2ba..126e54ba5271 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= sccmilter PORTVERSION= 0.95.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail sysutils MASTER_SITES= http://openoffice.mirahost.ru/fileZ/ports/ \ http://citycat4.land.ru/ @@ -21,7 +21,7 @@ IGNORE= requires Sendmail 8.12; upgrade the base system USE_BZIP2= yes USE_RC_SUBR= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var diff --git a/mail/sccmilter/files/patch-localtypes.h b/mail/sccmilter/files/patch-localtypes.h new file mode 100644 index 000000000000..a8a11e56c04b --- /dev/null +++ b/mail/sccmilter/files/patch-localtypes.h @@ -0,0 +1,7 @@ +--- localtypes.h.orig 2005-10-04 07:11:54.000000000 -0500 ++++ localtypes.h 2010-09-05 13:23:54.000000000 -0500 +@@ -46,2 +46,4 @@ + ++#include <netinet/in.h> ++ + // Mode byte for processing modes as bit field structure |