Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Jan 2014 09:10:51 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185523: [PATCH] ports-mgmt/portupgrade: use ruby-bdb with ruby 2.0 again
Message-ID:  <20140106001051.EECB718A133@rolling-vm-freebsd2.home.utahime.org>
Resent-Message-ID: <201401060020.s060K0rl082481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185523
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portupgrade: use ruby-bdb with ruby 2.0 again
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 06 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-RC3 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-RC3 FreeBSD 10.0-RC3 #0 r259804: Tue Dec 24 13:24:02 JST 2013 xxxx amd64


	
>Description:
	
	Use ruby-bdb with ruby 2.0 again because breakage is fixed.

>How-To-Repeat:
	
>Fix:

	

--- patch-portupgrade begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 338831)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	portupgrade
 PORTVERSION=	2.4.12
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	SF/portupgrade/pkgtools/dist/ \
@@ -38,11 +39,8 @@
 INSTALL_TARGET+=	install-doc
 .endif
 
-# Reported that ruby-bdb is BROKEN with 2.0
-.if ${RUBY_VER} != 2.0
 # For PKG_DBDRIVER={bdb_btree,bdb_hash}
 RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
-.endif
 
 # Need to install working script(1)
 .if ${OSVERSION} < 801000
--- patch-portupgrade ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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