multimedia/libbluray -- IGNORE... Why?

RW rwmaillists at googlemail.com
Sat Oct 5 11:37:48 UTC 2013


On Fri, 04 Oct 2013 12:01:19 -0700
Ronald F. Guilmette wrote:

> 
> In message <20131004113101.GB42900 at oldfaithful.bebik.local>, you
> wrote:
> 
> >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...
> 
>         - multimedia/libbluray (marked as IGNORE)
> 
> >Are you sure isn't a dependencie problem ?
> 
> 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                      ? ? ?
 ??????????????????????????????????????????????????????????????????????
 ?
 ... 


# make
===>  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=         Does not build with JAVA
   ...
.endif


More information about the freebsd-ports mailing list