aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 23:45:21 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 23:45:21 +0800
commit989d45aca7f2fb143f11173522425549098534c0 (patch)
tree6493e90787bddb6b1fbaad53820f6eb15bd1969b /mail
parent3122cf905935ae8e575bf7be5042484f1e0a4107 (diff)
downloadfreebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.gz
freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.zst
freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'mail')
-rw-r--r--mail/smfsav/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile
index 3a129d62be5e..6657036cc154 100644
--- a/mail/smfsav/Makefile
+++ b/mail/smfsav/Makefile
@@ -34,6 +34,12 @@ USE_RC_SUBR= smfsav
SUB_FILES= pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
pre-build:
@${ECHO}
@${ECHO} [*] Compiling BIND 8 to make SmfSav able to resolve DNS names
@@ -56,4 +62,4 @@ post-install:
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>