Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 12:53:46 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: c3434ed51071 - main - irc/iroffer-dinoex: enable libunwind on powerpc
Message-ID:  <202304261253.33QCrkXA053501@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=c3434ed5107137e901f5777086b89e1f382061d7

commit c3434ed5107137e901f5777086b89e1f382061d7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-04-26 11:20:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-04-26 12:53:34 +0000

    irc/iroffer-dinoex: enable libunwind on powerpc
---
 irc/iroffer-dinoex/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 24013ccc758c..08b7766233a4 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	iroffer
 PORTVERSION=	3.32
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	irc
 MASTER_SITES=	https://iroffer.net/
 PKGNAMESUFFIX=	-dinoex${PKGNAMESUFFIX2}
@@ -59,7 +59,7 @@ GEOIP_CONFIGURE_ON=	-geoip
 .if ${PORT_OPTIONS:MRUBY}
 # make stage-qa happy
 # keep in sync with all platforms where libunwind is available
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 .endif



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