From owner-freebsd-tcltk@freebsd.org Tue Jun 5 18:37:17 2018 Return-Path: Delivered-To: freebsd-tcltk@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 CA718FF1947 for ; Tue, 5 Jun 2018 18:37:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 692A869E74 for ; Tue, 5 Jun 2018 18:37:15 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7147FFF1944; Tue, 5 Jun 2018 18:37:13 +0000 (UTC) Delivered-To: tcltk@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 5B975FF1943 for ; Tue, 5 Jun 2018 18:37:13 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (unknown [IPv6:2600:1f16:6b8:ad30:f118:582f:796c:91b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DE3869DA1; Tue, 5 Jun 2018 18:37:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 2680289F8F; Mon, 4 Jun 2018 23:15:21 +0000 (UTC) Date: Mon, 4 Jun 2018 23:15:20 +0000 From: Mark Linimon To: tcltk@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r471730 - head/devel/critcl] Message-ID: <20180604231519.GD25702@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:37:18 -0000 FYI. You do not need to take any action. mcl ----- Forwarded message from Mark Linimon ----- Date: Mon, 4 Jun 2018 23:11:39 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471730 - head/devel/critcl Author: linimon Date: Mon Jun 4 23:11:39 2018 New Revision: 471730 URL: https://svnweb.freebsd.org/changeset/ports/471730 Log: Mark as broken on powerpc64: fails to package. Approved by: portmgr (tier-2 blanket) Modified: head/devel/critcl/Makefile Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Mon Jun 4 23:09:15 2018 (r471729) +++ head/devel/critcl/Makefile Mon Jun 4 23:11:39 2018 (r471730) @@ -14,6 +14,8 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc64= fails to package: Unable to access file freebsd-powerpc64/md5c.so:No such file or directory + RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib ----- End forwarded message -----