From owner-svn-ports-head@freebsd.org Sat May 5 11:11:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C17B5FAA46E; Sat, 5 May 2018 11:11:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C19886451; Sat, 5 May 2018 11:11:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 674821CD99; Sat, 5 May 2018 11:11:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45BBH23070542; Sat, 5 May 2018 11:11:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45BBHYb070541; Sat, 5 May 2018 11:11:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805051111.w45BBHYb070541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 5 May 2018 11:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469101 - head/chinese/telnet X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/chinese/telnet X-SVN-Commit-Revision: 469101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2018 11:11:17 -0000 Author: antoine Date: Sat May 5 11:11:17 2018 New Revision: 469101 URL: https://svnweb.freebsd.org/changeset/ports/469101 Log: Mark BROKEN everywhere and deprecate Reported by: pkg-fallout MFH: 2018Q2 Modified: head/chinese/telnet/Makefile Modified: head/chinese/telnet/Makefile ============================================================================== --- head/chinese/telnet/Makefile Sat May 5 10:49:36 2018 (r469100) +++ head/chinese/telnet/Makefile Sat May 5 11:11:17 2018 (r469101) @@ -24,11 +24,9 @@ SRCDIR= ${SRC_BASE}/usr.bin/telnet IGNORE= need to build this port with the source code of telnet .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 BROKEN= does not build: libtelnet/Makefile: Could not find src.opts.mk -.endif - -BROKEN_DragonFly= does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-06-06 do-extract: @${MKDIR} ${WRKDIR}