From nobody Mon Oct 18 05:31:16 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 948B01801AAC; Mon, 18 Oct 2021 05:31:16 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HXlpr3sMgz4VHM; Mon, 18 Oct 2021 05:31:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 658E51B118; Mon, 18 Oct 2021 05:31:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19I5VGCM073431; Mon, 18 Oct 2021 05:31:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19I5VGFc073430; Mon, 18 Oct 2021 05:31:16 GMT (envelope-from git) Date: Mon, 18 Oct 2021 05:31:16 GMT Message-Id: <202110180531.19I5VGFc073430@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: c4123af4611c - main - emulators/wine: Make GECKO_RUN_DEPENDS more flexible List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c4123af4611c8d31fc67b59a74afd4d3f9576c2d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4123af4611c8d31fc67b59a74afd4d3f9576c2d commit c4123af4611c8d31fc67b59a74afd4d3f9576c2d Author: Gerald Pfeifer AuthorDate: 2021-10-18 05:28:01 +0000 Commit: Gerald Pfeifer CommitDate: 2021-10-18 05:30:46 +0000 emulators/wine: Make GECKO_RUN_DEPENDS more flexible Back port 799f2a37692af2674ed108314ab6963c8a2fe0d7 from the wine-devel port: Simplify GECKO_RUN_DEPENDS along the lines of what we did with MONO_RUN_DEPENDS in 996345a04d856fdc863ddce257b8d98da8074d6c some months ago. That way updates of that other port won't require adjustments here any longer while the system becomes more resilient. --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0ba0e3dc3093..dd7db9430468 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -85,7 +85,7 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.2-x86.msi:emulators/wine-gecko +GECKO_RUN_DEPENDS= wine-gecko>0:emulators/wine-gecko GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls