Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 12:37:44 +0100
From:      RW <rwmaillists@googlemail.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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