From owner-freebsd-ports@FreeBSD.ORG Sat Oct 5 11:37:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B01090B for ; Sat, 5 Oct 2013 11:37:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBF4A2B67 for ; Sat, 5 Oct 2013 11:37:47 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id t60so5779650wes.36 for ; Sat, 05 Oct 2013 04:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=LEqlouFoVdTObbIKSUN+jahvIt1qUKaK6IYCiNiU7Z8=; b=tHJj/EoMEhCYyoHm3U3ErFCsSXDxsAWYFLUaeWMrkkZiHIxJ1eS8SmjCC2ap+7h2Xs Wi816ZKSTvyR7vKr1q0u2lXl1r/aFcGYeVhBLydd3CnJ3vyl0R65ju7ZFiPQvYNjauQ2 +XsmlpwibB4IWFLmmGoVU4V92TwxASK6p7p6r5+Hq2kNHSYihMTw0bVc4EZ4xSiTNHUD t8KwR7B+FyA4TEiyTT5+DqL4vHcFVuxfWF72v5Xwy87+5cyZAnf0+ZUVgX5ACyzFJWTN WgMuJppLFP+3QNT8GLqaUbU3jpk7H82WQh1nP3Gm5EunFTOPBcQZMi0+szMjY27KTvCb sekg== X-Received: by 10.180.72.195 with SMTP id f3mr11467593wiv.51.1380973066344; Sat, 05 Oct 2013 04:37:46 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id ma3sm19064700wic.1.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 05 Oct 2013 04:37:46 -0700 (PDT) Date: Sat, 5 Oct 2013 12:37:44 +0100 From: RW To: ports@freebsd.org Subject: Re: multimedia/libbluray -- IGNORE... Why? Message-ID: <20131005123744.3c0250dc@gumby.homeunix.com> In-Reply-To: <85550.1380913279@server1.tristatelogic.com> References: <20131004113101.GB42900@oldfaithful.bebik.local> <85550.1380913279@server1.tristatelogic.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 11:37:48 -0000 On Fri, 04 Oct 2013 12:01:19 -0700 Ronald F. Guilmette wrote: >=20 > In message <20131004113101.GB42900@oldfaithful.bebik.local>, you > wrote: >=20 > >Hi, > > > >I Made a check in the SVN and libbluray was never > >marked IGNORE, at least BROKEN for some java reasons. Setting BROKEN sets IGNORE. > Well, I'm just showing you what "portupgrade -a" reported... >=20 > - multimedia/libbluray (marked as IGNORE) >=20 > >Are you sure isn't a dependencie problem ? >=20 > No, but I have no reason whatsoever to believe that is. # cd /usr/ports/multimedia/libbluray # make config ?????????????????????????? libbluray-0.3.0,1 ????????????????????? ? ?????????????????????????????????????????????????????????????????????? ? ? ? [x] JAVA Enable Blu-Ray Java support ? ? ? ?????????????????????????????????????????????????????????????????????? ? ...=20 # make =3D=3D=3D> libbluray-0.3.0,1 is marked as broken: Does not build with JAVA. *** Error code 1 Alternately: # make -V IGNORE is marked as broken: Does not build with JAVA Or just read the Makefile: .if ${PORT_OPTIONS:MJAVA} BROKEN=3D Does not build with JAVA ... .endif