diff options
author | erwin <erwin@FreeBSD.org> | 2008-03-27 19:57:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-03-27 19:57:01 +0800 |
commit | 4633d5fb1f05cb2c0cb0a8b2f73e243a99eef93d (patch) | |
tree | f4f341497ba6e622fbf837b9fe4e623a436cb22d | |
parent | b2df56152b31b5ecc794bd65063e460943a9be92 (diff) | |
download | freebsd-ports-gnome-4633d5fb1f05cb2c0cb0a8b2f73e243a99eef93d.tar.gz freebsd-ports-gnome-4633d5fb1f05cb2c0cb0a8b2f73e243a99eef93d.tar.zst freebsd-ports-gnome-4633d5fb1f05cb2c0cb0a8b2f73e243a99eef93d.zip |
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)
-rw-r--r-- | japanese/samba/Makefile | 7 |
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 \ |