aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-07-23 21:39:06 +0000
committerAde Lovett <ade@FreeBSD.org>2013-07-23 21:39:06 +0000
commit0d7b7f5e50fb753b2d4392fff9835b6a7b62d827 (patch)
treeeca59aa247560507b3c1df743ab2f2cd7a219d5c /mail
parent11e564a1d5321b57dba0ddd46d4beb08e7e5e376 (diff)
downloadports-0d7b7f5e50fb753b2d4392fff9835b6a7b62d827.tar.gz
ports-0d7b7f5e50fb753b2d4392fff9835b6a7b62d827.zip
Hack around fallout from recent update to automake-1.14
Notes
Notes: svn path=/head/; revision=323553
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile2
-rw-r--r--mail/opensmtpd/files/patch-bootstrap7
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index 77a5f396edef..e9273133ef4e 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -30,7 +30,7 @@ SOCKS_DESC= SOCKS proxy support
USE_RC_SUBR= anubis
USE_AUTOTOOLS= aclocal autoheader autoconf automake
ACLOCAL_ARGS= -I m4 -I am
-AUTOMAKE_ARGS= --force
+AUTOMAKE_ARGS= --force --add-missing
MAN1= anubis.1
INFO= anubis
diff --git a/mail/opensmtpd/files/patch-bootstrap b/mail/opensmtpd/files/patch-bootstrap
new file mode 100644
index 000000000000..6ad5a2ffbca8
--- /dev/null
+++ b/mail/opensmtpd/files/patch-bootstrap
@@ -0,0 +1,7 @@
+--- bootstrap.orig 2013-06-04 08:13:28.000000000 +0000
++++ bootstrap 2013-07-23 20:06:15.000000000 +0000
+@@ -38,3 +38,3 @@
+ amvers="no"
+-for v in 13 12 11 10 9 8 7 6 5; do
++for v in 14 13 12 11 10 9 8 7 6 5; do
+ if automake-1.${v} --version >/dev/null 2>&1; then