git: 959337221bc8 - main - devel/libunwind: fix packaging on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 May 2023 20:59:50 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=959337221bc8082a3a6140272013ccaa0e1df2ef commit 959337221bc8082a3a6140272013ccaa0e1df2ef Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-05-09 20:57:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-05-09 20:57:10 +0000 devel/libunwind: fix packaging on powerpc64* pkg-static: Unable to access file /wrkdirs/usr/ports/devel/libunwind/work/stage/usr/local/include/libunwind-ppc3264le.h:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/devel/libunwind/work/stage/usr/local/lib/libunwind-ppc3264le.a:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/devel/libunwind/work/stage/usr/local/lib/libunwind-ppc3264le.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/devel/libunwind/work/stage/usr/local/lib/libunwind-ppc3264le.so.8:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/devel/libunwind/work/stage/usr/local/lib/libunwind-ppc3264le.so.8.0.1:No such file or directory --- devel/libunwind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index 46eb24f82624..77af7ab31c2e 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:S|powerpc|ppc32|:C|powerpc64.*|ppc64|} +PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:C|powerpc64.*|ppc64|:S|powerpc|ppc32|} CPE_VENDOR= libunwind_project