aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/samba
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-10-31 20:23:05 +0800
committernork <nork@FreeBSD.org>2004-10-31 20:23:05 +0800
commit4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061 (patch)
tree1da8fbe31877552fbf28c4164ca6ae7ab0cf9b3c /japanese/samba
parent08d9a40f0f87dba5cdd0d239690eba5b131a2cbf (diff)
downloadfreebsd-ports-gnome-4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061.tar.gz
freebsd-ports-gnome-4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061.tar.zst
freebsd-ports-gnome-4bb81ac23b48a6cc6c5c85eb4b504a3a187b5061.zip
Mark BROKEN with VFS related feature on expected i386.
PR: ports-jp/15153 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (maintainer) Pointed out by: Hiroyuki's neighbor
Diffstat (limited to 'japanese/samba')
-rw-r--r--japanese/samba/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile
index 1d412a819feb..1c51225f074e 100644
--- a/japanese/samba/Makefile
+++ b/japanese/samba/Makefile
@@ -96,15 +96,23 @@ CONFIGURE_ARGS= --with-i18n-swat \
--with-included-popt
.if defined(WITH_AUDIT)
+.if ${ARCH} == "i386"
AUDIT= ""
LIBSAMBA= ""
BUILD_VFS= ""
+.else
+BROKEN= "VFS related feature is available for i386 only"
+.endif
.endif
.if defined(WITH_RECYCLE)
+.if ${ARCH} == "i386"
RECYCLE= ""
LIBSAMBA= ""
BUILD_VFS= ""
+.else
+BROKEN= "VFS related feature is available for i386 only"
+.endif
.endif
.if defined(WITH_SYSLOG)