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

> 
> In message <20131004113101.GB42900@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to