Why FreeBSD rxtx port require Linux

2016-08-17 Thread Howard Su
I noticed that you enable USE_LINUX in this port. As far as I can tell,
rxtx supports *BSD. why this require LINUX emulation? The change is
introduced via
https://svnweb.freebsd.org/ports?view=revision=390725 and it is
not mentioned in the revision description.

-Howard
-- 
-Howard
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Why USE_GCC cause RUN_DEPEND on GCC

2016-08-12 Thread Howard Su
Thank you, I will check it out.

On Fri, Aug 12, 2016 at 8:20 PM Kubilay Kocak <ko...@freebsd.org> wrote:

> On 12/08/2016 10:14 PM, Howard Su wrote:
> > When I installing vnc, I noticed it depends on GCC which I don't think it
> > make sense.
> >
> > I dig bsd.gcc.mk and notice the following lines, why do we force run
> > depends on gcc while the software just use it to build?
> >
> > .if defined(_GCC_PORT_DEPENDS)
> > BUILD_DEPENDS+= ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT}
> > RUN_DEPENDS+=   ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT}
> > # Later GCC ports already depend on binutils; make sure whatever we
> > # build leverages this as well.
> > USE_BINUTILS=   yes
> > .endif
> > .endif # defined(_USE_GCC) && !defined(FORCE_BASE_CC_FOR_TESTING)
> >
>
> Hi Howard
>
> This is a work in progress, and has been requested. See:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211079
>
> Which depends on:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211154
>
> --
-Howard
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Why USE_GCC cause RUN_DEPEND on GCC

2016-08-12 Thread Howard Su
When I installing vnc, I noticed it depends on GCC which I don't think it
make sense.

I dig bsd.gcc.mk and notice the following lines, why do we force run
depends on gcc while the software just use it to build?

.if defined(_GCC_PORT_DEPENDS)
BUILD_DEPENDS+= ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT}
RUN_DEPENDS+=   ${_GCC_PORT_DEPENDS}:lang/${_GCC_PORT}
# Later GCC ports already depend on binutils; make sure whatever we
# build leverages this as well.
USE_BINUTILS=   yes
.endif
.endif # defined(_USE_GCC) && !defined(FORCE_BASE_CC_FOR_TESTING)


-- 
-Howard
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"