Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2022 15:09:24 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55dfa238e2a1 - main - devel/lightning: fix packaging on powerpc*
Message-ID:  <202212091509.2B9F9OKg030700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 55dfa238e2a1d07f1f7f744337f51e4fbf6235a9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-12-09 15:09:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-12-09 15:09:19 +0000

    devel/lightning: fix packaging on powerpc*
    
    pkg-static: Unable to access file /wrkdirs/usr/ports/devel/lightning/work/stage/usr/local/include/lightning/jit_powerpc64.h:No such file or directory
---
 devel/lightning/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile
index 2bf08dff09ef..36bfc1d38b06 100644
--- a/devel/lightning/Makefile
+++ b/devel/lightning/Makefile
@@ -20,7 +20,7 @@ INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.C/ppc/:C/armv./arm/}
+PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.*/ppc/:C/armv./arm/}
 
 INFO=		lightning
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212091509.2B9F9OKg030700>