From owner-svn-ports-head@freebsd.org Thu Mar 24 08:29:45 2016 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 56CF1ADA48B; Thu, 24 Mar 2016 08:29:45 +0000 (UTC) (envelope-from marino@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 271A31943; Thu, 24 Mar 2016 08:29:45 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2O8Tio0016144; Thu, 24 Mar 2016 08:29:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2O8TiD9016143; Thu, 24 Mar 2016 08:29:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201603240829.u2O8TiD9016143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 24 Mar 2016 08:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411759 - head/lang/pypy/files 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.21 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, 24 Mar 2016 08:29:45 -0000 Author: marino Date: Thu Mar 24 08:29:44 2016 New Revision: 411759 URL: https://svnweb.freebsd.org/changeset/ports/411759 Log: lang/pypy: Restore build on DF (requires same ucontext fix as FBSD) Approved by: Restore DF functionality blanket Modified: head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_vmprof__config.h Modified: head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_vmprof__config.h ============================================================================== --- head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_vmprof__config.h Thu Mar 24 08:13:50 2016 (r411758) +++ head/lang/pypy/files/patch-rpython_rlib_rvmprof_src_vmprof__config.h Thu Mar 24 08:29:44 2016 (r411759) @@ -3,7 +3,7 @@ @@ -1,5 +1,11 @@ #define HAVE_SYS_UCONTEXT_H -#if defined(__FreeBSD__) || defined(__APPLE__) -+#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__DragonFly__) +#if defined(__i386__) +#define PC_FROM_UCONTEXT uc_mcontext.mc_eip +#else