Date: Fri, 31 Jan 2020 14:28:26 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Piotr Kubaj <pkubaj@anongoth.pl>, ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r524678 - in head/emulators: wine wine-gecko wine-mono wine/files Message-ID: <alpine.LSU.2.21.2001310946480.3233@anthias> In-Reply-To: <20200131084314.GA49951@KGPE-D16> References: <202001310823.00V8N5Ov051121@repo.freebsd.org> <20200131084314.GA49951@KGPE-D16>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 Jan 2020, Piotr Kubaj wrote: > Could you also update i386-wine ports? They are currently at Wine 3. That goes beyond my bandwidth (and ability to test etc). Aka !HELP!, ˇPLEASEˇ There is a volunteer who has put in significant effort. Sadly nobody has picked up his work. It would be great if one of you (= other ports committers) could help. See the Wine entry in the latest Quartlery News: Wine homepage: https://www.winehq.org Contact: Gerald Pfeifer <gerald@FreeBSD.org> A lot has happened since our last quarterly report. The Wine 4 release series has been in our tree for nearly a year and proven rather stable. Both that port and wine-devel, which tracks bi-weekly development releases, have seen regular adjustments to infrastructure changes and small improvements, in particular also around non-default options. Now we need help! WoW64 (or Wine on Wine 64) allows running both 32-bit and 64-bit Windows applications in one installation. A volunteer has proposed * a general framework for lib32- companion libraries https://reviews.freebsd.org/D16830 * an approach directly using our Wine ports https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242625 to make this work and we do not have the expertise nor facilities to properly review, test, and maintain those ourselves. If you can facilitate getting (at least one of) these into the tree, please help! And if you'd like to assume co-maintainership or sole maintainership of emulators/wine*, that is an option, too. Gerald From owner-svn-ports-all@freebsd.org Fri Jan 31 13:30:18 2020 Return-Path: <owner-svn-ports-all@freebsd.org> Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F78A2402DB; Fri, 31 Jan 2020 13:30:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 488J4V0CCkz4cH9; Fri, 31 Jan 2020 13:30:18 +0000 (UTC) (envelope-from pkubaj@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 02575EA7A; Fri, 31 Jan 2020 13:30:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00VDUHbS032847; Fri, 31 Jan 2020 13:30:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00VDUHQ6032846; Fri, 31 Jan 2020 13:30:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001311330.00VDUHQ6032846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj <pkubaj@FreeBSD.org> Date: Fri, 31 Jan 2020 13:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524703 - head/devel/py-numba X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/py-numba X-SVN-Commit-Revision: 524703 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.29 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 31 Jan 2020 13:30:18 -0000 Author: pkubaj Date: Fri Jan 31 13:30:17 2020 New Revision: 524703 URL: https://svnweb.freebsd.org/changeset/ports/524703 Log: devel/py-numba: fix build on GCC architectures C++11 compiler is necessary: extra options: '-std=c++11' Modified: head/devel/py-numba/Makefile Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Fri Jan 31 12:30:36 2020 (r524702) +++ head/devel/py-numba/Makefile Fri Jan 31 13:30:17 2020 (r524703) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PY_ENUM34} \ py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${PY_FLAVOR} -USES= python fortran localbase +USES= compiler:c++11-lang python fortran localbase USE_PYTHON= distutils concurrent autoplist post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.2001310946480.3233>