From owner-freebsd-ports@FreeBSD.ORG Sat Jan 4 14:27:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A7FD9FB for ; Sat, 4 Jan 2014 14:27:18 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32BEF1578 for ; Sat, 4 Jan 2014 14:27:17 +0000 (UTC) Received: from [192.168.1.108] (c-174-61-88-207.hsd1.fl.comcast.net [174.61.88.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 920F1435AC; Sat, 4 Jan 2014 08:26:58 -0600 (CST) Message-ID: <52C81A22.5030501@marino.st> Date: Sat, 04 Jan 2014 15:26:42 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Marco Beishuizen Subject: Re: how to install ruby18 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 14:27:18 -0000 On 1/4/2014 15:21, Marco Beishuizen wrote: > Since portupgrade doesn't work with the default ruby19 ("invalid byte > sequence" errors) I want to reinstall ruby18 instead. But ruby18 has > been removed from the ports, so how can I install ruby18 again? Are you sure about your statement, "portupgrade doesn't work with default ruby19"? It seems to build fine for us: http://pkgbox64.dragonflybsd.org/bulk/bleeding-edge-default/latest-per-pkg/portupgrade-2.4.12%2c2.log It also builds fine on FreeBSD: http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/latest-per-pkg/portupgrade-2.4.12,2.log Also, portsmon is clean: http://portsmon.freebsd.org/portoverview.py?category=ports-mgmt&portname=portupgrade It appears your problem is local, not global. (And no, you can't easily install ruby18 again) John