Date: Sat, 29 Jun 2024 14:43:46 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 30b748b44164 - main - emulators/wine-devel: Configure --without-odbc Message-ID: <202406291443.45TEhkOC062316@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=30b748b441647600bf05c8d34e9e420909cbd922 commit 30b748b441647600bf05c8d34e9e420909cbd922 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-06-29 14:40:37 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-06-29 14:43:29 +0000 emulators/wine-devel: Configure --without-odbc This is new functionality since upstream commit af3a8fa27b from May 10. We want to be explicit (either way) for the sake of builds being reproducible and predictable. PR: 279205 --- emulators/wine-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 585848ad5b87..148f61b69087 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= wine DISTVERSION= 9.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ @@ -40,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \ --without-krb5 \ --with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \ --without-netapi \ + --without-odbc \ --without-opencl \ --without-osmesa \ --without-pcap \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406291443.45TEhkOC062316>
