From owner-svn-ports-all@freebsd.org Sun Aug 26 11:09:39 2018 Return-Path: Delivered-To: svn-ports-all@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 D428E1071D4F; Sun, 26 Aug 2018 11:09:39 +0000 (UTC) (envelope-from tobik@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 898867B66E; Sun, 26 Aug 2018 11:09:39 +0000 (UTC) (envelope-from tobik@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 6A7A66119; Sun, 26 Aug 2018 11:09:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7QB9dOS079937; Sun, 26 Aug 2018 11:09:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7QB9dc7079936; Sun, 26 Aug 2018 11:09:39 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808261109.w7QB9dc7079936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 26 Aug 2018 11:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478119 - head/editors/yui X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/editors/yui X-SVN-Commit-Revision: 478119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2018 11:09:40 -0000 Author: tobik Date: Sun Aug 26 11:09:38 2018 New Revision: 478119 URL: https://svnweb.freebsd.org/changeset/ports/478119 Log: editors/yui: Mark as broken on FreeBSD 12.0 ../twww/libw3t.a(w3man.o): In function `HTLoadMan': w3man.cc:(.text+0x2ff): undefined reference to `HTAnchor_physical' w3man.cc:(.text+0x79a): undefined reference to `HTAtom_for' w3man.cc:(.text+0x7a6): undefined reference to `HTAtom_for' ... http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/yui-3.2.06.log - Deprecate it; it appears to be unmaintained upstream with no real existing home Modified: head/editors/yui/Makefile Modified: head/editors/yui/Makefile ============================================================================== --- head/editors/yui/Makefile Sun Aug 26 10:10:25 2018 (r478118) +++ head/editors/yui/Makefile Sun Aug 26 11:09:38 2018 (r478119) @@ -13,6 +13,10 @@ COMMENT= Rich-featured multi-windows console text edit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2018-09-30 + +BROKEN_FreeBSD_12= fails to link: undefined reference to HTAnchor_physical BROKEN_aarch64= fails to compile: cast from pointer to smaller type loses information BROKEN_armv6= fails to link: undefined reference to HTAnchor_physical BROKEN_armv7= fails to link: undefined reference to HTAnchor_physical