From owner-svn-ports-head@freebsd.org Thu Jun 8 10:31:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FB5FBFB4EA; Thu, 8 Jun 2017 10:31:16 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 674227C5C0; Thu, 8 Jun 2017 10:31:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58AVF1Y022069; Thu, 8 Jun 2017 10:31:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58AVFPv022068; Thu, 8 Jun 2017 10:31:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706081031.v58AVFPv022068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Jun 2017 10:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442911 - head/lang/python36 X-SVN-Group: ports-head 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.23 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: Thu, 08 Jun 2017 10:31:16 -0000 Author: mat Date: Thu Jun 8 10:31:15 2017 New Revision: 442911 URL: https://svnweb.freebsd.org/changeset/ports/442911 Log: Mark BROKEN with openssl-devel. pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/lib-dynload/_ssl.so:No such file or directory Sponsored by: Absolight Modified: head/lang/python36/Makefile (contents, props changed) Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Thu Jun 8 09:37:38 2017 (r442910) +++ head/lang/python36/Makefile Thu Jun 8 10:31:15 2017 (r442911) @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/tests/data/*.py Lib/encodings/*.py +BROKEN_SSL= openssl-devel + CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR}