Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2025 13:52:01 +0000
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8e86edcef65 - main - devel/llvm-devel: fix a plist bug
Message-ID:  <691f1d01.2dc5b.7ddc5a80@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8e86edcef656ce58cc05c4c6e9569b32262023e

commit e8e86edcef656ce58cc05c4c6e9569b32262023e
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-11-20 13:50:50 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-11-20 13:51:53 +0000

    devel/llvm-devel: fix a plist bug
    
    libMIFDialect.a is part of FLANG.  This has no effect unless FLANG is
    disabled (as it is on 32-bit systems).
    
    Sponsored by:   DARPA, AFRL
---
 devel/llvm-devel/Makefile  | 2 +-
 devel/llvm-devel/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index d7663b8485f9..3bee3eb685a1 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -208,7 +208,7 @@ EXTRAS_LIBS=	\
 EXTRAS_FILES=	index.js
 EXTRAS_PATTERN=	${EXTRAS_COMMANDS:tW:C/  */|/g}|${EXTRAS_LIBS:tW:C/  */|/g}|${EXTRAS_FILES:tW:C/  */|/g}
 
-FLANG_PATTERN=	${FLANG_COMMANDS:S/^/bin./:tW:C/  */|/g}|flang|libCUF|libFIR|libFlang|libFortran|libHLFIR|ISO_Fortran_binding.h
+FLANG_PATTERN=	${FLANG_COMMANDS:S/^/bin./:tW:C/  */|/g}|flang|libCUF|libFIR|libFlang|libFortran|libHLFIR|libMIFDialect|ISO_Fortran_binding.h
 
 MLIR_PATTERN=	${MLIR_COMMANDS:S/^/bin./:tW:C/  */|/g}|mlir|libMLIR|obj.MLIRCAP
 
diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist
index e73787201358..5f52aa959783 100644
--- a/devel/llvm-devel/pkg-plist
+++ b/devel/llvm-devel/pkg-plist
@@ -7574,7 +7574,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git
 %%STATIC_LIBS%%llvm-devel/lib/libLLVMipo.a
 llvm-devel/lib/libLTO.so
 llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git
-%%STATIC_LIBS%%llvm-devel/lib/libMIFDialect.a
+%%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libMIFDialect.a
 %%MLIR%%llvm-devel/lib/libMLIR.so
 %%MLIR%%llvm-devel/lib/libMLIR.so.%%LLVM_MAJOR_MINOR%%git
 %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMDGPUDialect.a


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f1d01.2dc5b.7ddc5a80>