aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
committerlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
commitc5d08e42102d70dcbd448ae11773f148e7c79c69 (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /mail
parentd8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff)
downloadfreebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.gz
freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.zst
freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.zip
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-rw-r--r--mail/eps/Makefile8
-rw-r--r--mail/meta1/Makefile3
-rw-r--r--mail/qmail/Makefile2
3 files changed, 4 insertions, 9 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile
index 6d575ec59820..6fa0fe02818e 100644
--- a/mail/eps/Makefile
+++ b/mail/eps/Makefile
@@ -14,11 +14,7 @@ OPTIONS_DEFINE= DOCS
USE_CSTD= gnu89
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fPIC
-.endif
+CFLAGS_amd64= -fPIC
PORTDOCS= howto
@@ -36,4 +32,4 @@ do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 406e46debea1..db53a4f2d9f5 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -5,8 +5,8 @@ PORTVERSION= 1.1.0a.7.0
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://www.MeTA1.org/download/.alpha/ween/
-DISTNAME= ${PORTNAME}-1.1.Alpha7.0
PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${BERKELEYDB_SUFFIX}${PMILTER_SUFFIX}${PKGNAMESUFFIX2}
+DISTNAME= ${PORTNAME}-1.1.Alpha7.0
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Secure and efficient mail gateway
@@ -14,7 +14,6 @@ COMMENT= Secure and efficient mail gateway
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= ia64
MAKE_JOBS_UNSAFE= yes
CONFLICTS= smx-*
MANUAL_PACKAGE_BUILD= needs hostname
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index a9ee6e6ca219..5193df6abc28 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -386,7 +386,7 @@ NO_PREFIX_RMDIR=yes
.include <bsd.port.options.mk>
-.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && !defined(SLAVE_LDAP) \
+.if ${ARCH} == "amd64" && !defined(SLAVE_LDAP) \
&& !defined(SLAVE_SPAMCONTROL)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-amd64
.endif