aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-03-27 11:57:01 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-03-27 11:57:01 +0000
commit318673c26df6bca92f6175faf96f1165a30daed3 (patch)
tree44be696204b5d3952d386c7a69e32c426a80fc87
parent08152b07c9da7b628d7e9071595c9051a085013f (diff)
There are problems about japanese/samba and it should be
removed from ports tree. 1. It is the final release of 2.2.x and no maintainance available. 2. It does not compile on some HEAD environments recently. PR: 122143 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=209945
-rw-r--r--japanese/samba/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile
index f5300a9e2d2b..6f02958da4d5 100644
--- a/japanese/samba/Makefile
+++ b/japanese/samba/Makefile
@@ -19,6 +19,9 @@ DISTNAME= ${PORTNAME}-${SAMBA_VERSION}-ja-${SAMBA_JA_VERSION}
MAINTAINER= nakaji@jp.FreeBSD.org
COMMENT= A free SMB and CIFS client and server for UNIX
+DEPRECATED= please use japanese/samba3, samba-2.2.x is obsolete
+EXPIRATION_DATE= 2008-04-26
+
CONFLICTS= samba-2.2.* samba-3.0.* sharity-light-1.*
SAMBA_VERSION= 2.2.12
@@ -82,6 +85,10 @@ OPTIONS+= SYSLOG "With Syslog support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
USE_RC_SUBR= yes
CONFIGURE_ARGS= --with-i18n-swat \