FreeBSD Bugzilla – Attachment 243375 Details for
Bug 272491
ports-mgmt/portupgrade ports-mgmt/portupgrade-devel: Revert "Use databases/rubygem-dbm with Ruby 3.2"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
ports-mgmt_portupgrade.patch (text/plain), 2.07 KB, created by
Yasuhiro Kimura
on 2023-07-13 23:59:27 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-07-13 23:59:27 UTC
Size:
2.07 KB
patch
obsolete
>From e4e64af4f7c9ecf33003a6cc11e0a1bd6aff0817 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Fri, 14 Jul 2023 08:36:21 +0900 >Subject: [PATCH] ports-mgmt/portupgrade*: Revert "Use databases/rubygem-dbm > with Ruby 3.2" > >This reverts commit 2a325f4cc52c8565348304a9a24a2975ecaaeedd. > >With commit 5ebb18384791 database/ruby-bdb works fine with all >supported ruby versions. So always use it as RUN_DEPENDS again. >--- > ports-mgmt/portupgrade-devel/Makefile | 7 +------ > ports-mgmt/portupgrade/Makefile | 7 +------ > 2 files changed, 2 insertions(+), 12 deletions(-) > >diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile >index 79470ab216d7..00b494592253 100644 >--- a/ports-mgmt/portupgrade-devel/Makefile >+++ b/ports-mgmt/portupgrade-devel/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= portupgrade > PORTVERSION= 20180309 >-PORTREVISION= 0 >+PORTREVISION= 1 > PORTEPOCH= 3 > CATEGORIES= ports-mgmt > MASTER_SITES= GH \ >@@ -39,13 +39,8 @@ INSTALL_TARGET= install > INSTALL_TARGET+= install-doc > .endif > >-.if ${RUBY_VER} >= 3.2 >-# databases/ruby-bdb is BROKEN with Ruby 3.2 >-RUN_DEPENDS+= rubygem-dbm>0:databases/rubygem-dbm >-.else > # For PKG_DBDRIVER={bdb_btree,bdb_hash} > RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb >-.endif > > regression-test: patch > cd ${WRKSRC} && ${MAKE} test >diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile >index f9a899bb78f4..3ea3d7e0f20c 100644 >--- a/ports-mgmt/portupgrade/Makefile >+++ b/ports-mgmt/portupgrade/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= portupgrade > PORTVERSION= 2.4.16 >-PORTREVISION= 0 >+PORTREVISION= 1 > PORTEPOCH= 2 > CATEGORIES= ports-mgmt > MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ >@@ -38,13 +38,8 @@ INSTALL_TARGET= install > INSTALL_TARGET+= install-doc > .endif > >-.if ${RUBY_VER} >= 3.2 >-# databases/ruby-bdb is BROKEN with Ruby 3.2 >-RUN_DEPENDS+= rubygem-dbm>0:databases/rubygem-dbm >-.else > # For PKG_DBDRIVER={bdb_btree,bdb_hash} > RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb >-.endif > > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272491
: 243375