Add libunwind for aarch64, powerpc64 and powerpc64le.
This commit is contained in:
parent
67a9305570
commit
481e1243e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552141
@ -149,7 +149,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME}
|
||||
# Ruby 2.5
|
||||
#
|
||||
RUBY_VERSION= 2.5.8
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTREVISION= 2
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY25= "" # PLIST_SUB helpers
|
||||
|
||||
@ -158,7 +158,7 @@ RUBY25= "" # PLIST_SUB helpers
|
||||
# Ruby 2.6
|
||||
#
|
||||
RUBY_VERSION= 2.6.6
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTREVISION= 2
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY26= "" # PLIST_SUB helpers
|
||||
|
||||
@ -167,7 +167,7 @@ RUBY26= "" # PLIST_SUB helpers
|
||||
# Ruby 2.7
|
||||
#
|
||||
RUBY_VERSION= 2.7.2
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY27= "" # PLIST_SUB helpers
|
||||
|
||||
@ -176,7 +176,7 @@ RUBY27= "" # PLIST_SUB helpers
|
||||
# Ruby 3.0
|
||||
#
|
||||
RUBY_DISTVERSION= 3.0.0-preview1
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY30= "" # PLIST_SUB helpers
|
||||
|
||||
|
@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
||||
.endif
|
||||
|
||||
# keep in sync with all platforms where libunwind is available
|
||||
.if (${ARCH} == amd64 || ${ARCH} == i386)
|
||||
.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
|
||||
|
@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
||||
.endif
|
||||
|
||||
# keep in sync with all platforms where libunwind is available
|
||||
.if (${ARCH} == amd64 || ${ARCH} == i386)
|
||||
.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
|
||||
|
@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
||||
.endif
|
||||
|
||||
# keep in sync with all platforms where libunwind is available
|
||||
.if (${ARCH} == amd64 || ${ARCH} == i386)
|
||||
.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
|
||||
|
@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
||||
.endif
|
||||
|
||||
# keep in sync with all platforms where libunwind is available
|
||||
.if (${ARCH} == amd64 || ${ARCH} == i386)
|
||||
.if (${ARCH} == arch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user