git: b2fbf8efd5ad - main - lang/ruby32: enable libunwind on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 12:53:50 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 commit b2fbf8efd5ad9d6cc38999e4ba1fad072da85072 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-04-26 12:00:42 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-04-26 12:53:35 +0000 lang/ruby32: enable libunwind on powerpc --- Mk/Uses/ruby.mk | 2 +- lang/ruby32/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk index 91b9f0147ed5..af0b672c3043 100644 --- a/Mk/Uses/ruby.mk +++ b/Mk/Uses/ruby.mk @@ -162,7 +162,7 @@ RUBY_PORTREVISION= 1 # Ruby 3.2 # RUBY_DISTVERSION= 3.2.2 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index b5756b7578a9..6ac119d4f93f 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -95,7 +95,7 @@ _SUF2= ,${PORTEPOCH} # keep in sync with all platforms where libunwind is available .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == \ - i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le + i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif