From owner-freebsd-ports@FreeBSD.ORG Sat Aug 27 09:03:50 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 35847106564A for ; Sat, 27 Aug 2011 09:03:50 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 85A848FC14 for ; Sat, 27 Aug 2011 09:03:49 +0000 (UTC) Received: (qmail invoked by alias); 27 Aug 2011 09:03:48 -0000 Received: from p4FE31AE7.dip.t-dialin.net (EHLO [192.168.0.3]) [79.227.26.231] by mail.gmx.net (mp064) with SMTP; 27 Aug 2011 11:03:48 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX19JMCFwY95JkDCDuGb35rO8wS7gCKhklI1PNgIzDv 4dxF2yrzvNd9MC Message-ID: <4E58B2F2.7070809@gmx.de> Date: Sat, 27 Aug 2011 11:03:46 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Mnenhy/0.8.3 Thunderbird/3.1.12 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110827035245.7c7676a8@cox.net> In-Reply-To: <20110827035245.7c7676a8@cox.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 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 09:03:50 -0000 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 So, related questions: - is Ruby 1.9 the only Ruby version on your system? - 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.