From owner-freebsd-ports@FreeBSD.ORG Sat Aug 27 10:10:07 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D56BB106566C for ; Sat, 27 Aug 2011 10:10:07 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo201.cox.net (eastrmfepo201.cox.net [68.230.241.216]) by mx1.freebsd.org (Postfix) with ESMTP id 7779F8FC19 for ; Sat, 27 Aug 2011 10:10:07 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110827101001.GSII32549.eastrmfepo201.cox.net@eastrmimpo03.cox.net> for ; Sat, 27 Aug 2011 06:10:01 -0400 Received: from serene.no-ip.org ([98.164.83.25]) by eastrmimpo03.cox.net with bizsmtp id RNA01h00S0YnB6A02NA13p; Sat, 27 Aug 2011 06:10:01 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020207.4E58C279.0075,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=vWikg9PSJH5eWPsfInVwkFcjRsjcbcFZH9bro1lAIgk= c=1 sm=1 a=pUO0FtBaKxcA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=2vO5UZG1h46htWAnE/rx2g==:17 a=t0Zm2Zi0AAAA:8 a=kviXuzpPAAAA:8 a=SaLxYlfJtrhMaY6se4IA:9 a=m5fxHLiuDuULXqpBZj4A:7 a=CjuIK1q_8ugA:10 a=_RhRFcbxBZMA:10 a=4vB-4DCPJfMA:10 a=2vO5UZG1h46htWAnE/rx2g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p7RAA0lQ004449 for ; Sat, 27 Aug 2011 05:10:00 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sat, 27 Aug 2011 05:09:55 -0500 From: "Conrad J. Sabatier" To: freebsd-ports@freebsd.org Message-ID: <20110827050955.12b8e369@cox.net> In-Reply-To: <4E58B2F2.7070809@gmx.de> References: <20110827035245.7c7676a8@cox.net> <4E58B2F2.7070809@gmx.de> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: audio/amarok: make TRYBROKEN=yes reinstall worked! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2011 10:10:07 -0000 On Sat, 27 Aug 2011 11:03:46 +0200 Matthias Andree wrote: > Am 27.08.2011 10:52, schrieb Conrad J. Sabatier: > > As the subject line states, I just managed to rebuild and reinstall > > audio/amarok with no glitches whatsoever. > > > > # uname -a > > FreeBSD serene.no-ip.org 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Thu Aug 25 > > 01:47:03 CDT 2011 > > conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 > > > > So, what exactly is broken about this port? > > > > Reading the actual output or the Makefile helps: > > .if ${RUBY_VER} == 1.9 > BROKEN= does not build with ruby 1.9 > .endif Well, yes, of course, I saw that, but the port does, in fact, build just fine. > So, related questions: > > - is Ruby 1.9 the only Ruby version on your system? No, I have both 1.8 and 1.9. > - does your newly-built Amarok _use_ Ruby? Or did the configuration or > build weazel out of it? > > - do Ruby-related features _work properly_ in your Amarok build? > > Then and only then we can remove this BROKEN= tag. # pkg_info -r amarok-1.4.10_14|grep ruby Dependency: ruby-1.9.2.290_1,1 I know at least one amarok script bugs out on me (lyric-wiki). But otherwise, functionality seems quite normal. Couldn't we use a USE_RUBY=1.8 knob or something, if necessary? I'm personally of the opinion that if a particular script won't work with ruby 1.9, it's the script that needs fixing. YMMV. -- Conrad J. Sabatier conrads@cox.net