Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 22:24:59 +0000
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: 05881e75d3c4 - main - emulators/wine-devel: Streamline things a bit
Message-ID:  <697000bb.331fe.2e462df5@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=05881e75d3c4788969a0cfe38c244e243fd1cb7b

commit 05881e75d3c4788969a0cfe38c244e243fd1cb7b
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2026-01-19 01:02:02 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2026-01-20 22:23:54 +0000

    emulators/wine-devel: Streamline things a bit
    
    Set BINARY_ALIAS and EXTRA_PATCHES using plain assignment (=) instead
    of := since we do not have child ports any longer.
    
    This forward ports most of commit 0535ec4919 for emulators/wine.
---
 emulators/wine-devel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index eec779f63c5b..258a0ff09089 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -60,7 +60,7 @@ PIE_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	wine
 
-BINARY_ALIAS+=	clang=${LOCALBASE}/bin/clang${LLVM_VERSION} \
+BINARY_ALIAS=	clang=${LOCALBASE}/bin/clang${LLVM_VERSION} \
 		lld-link=${LOCALBASE}/bin/lld-link${LLVM_VERSION}
 
 SUB_FILES=	pkg-message
@@ -150,7 +150,7 @@ post-patch:
 	${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop
 
 .else
-EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-tools-winebuild-res32
+EXTRA_PATCHES=		${PATCHDIR}/extra-patch-tools-winebuild-res32
 PLIST_SUB+=		WINE32="" WINE64="@comment " WINEARCH="i386"
 .endif
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697000bb.331fe.2e462df5>