On Fri, 04 Oct 2013 12:01:19 -0700
Ronald F. Guilmette wrote:
>
> In message <[email protected]>, 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"