Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 15:04:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 913b8d5d6c49 - main - devel/libunwind: Sort ARCH substitution in PLIST_SUB
Message-ID:  <202107061504.166F4ggJ019593@gitrepo.freebsd.org>

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

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

commit 913b8d5d6c498fe990408b219b36608dd25a608b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-06 14:55:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-06 14:55:27 +0000

    devel/libunwind: Sort ARCH substitution in PLIST_SUB
    
    Match the order of ONLY_FOR_ARCHS.
---
 devel/libunwind/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 265d52ccd30f..2adeb650895a 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|:C|powerpc64.*|ppc64|:S|armv7|arm|}
+PLIST_SUB=	ARCH=${ARCH:S|amd64|x86_64|:S|armv7|arm|:S|i386|x86|:C|powerpc64.*|ppc64|}
 
 .include <bsd.port.pre.mk>
 



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