Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
> On 29 Oct, 2017, at 0:06, blubee blubeeme wrote:
>
> I'm compiling a port and the linker is failing because the linker is
> looking for
>
> -lUppercaseSoname
>
> but the shared object name doesn't start with an uppercase.
>
> Can I change the way the linker flags are passed to replace:
> -lS
There's a program that uses these two X11 headers
#include
#include
looking through this file: /usr/ports/Mk/bsd.xorg.mk
to try to understand just which USE_XORG= x11
and what other modules flag to set?
___
freebsd-ports@freebsd.org mailing list
https
On 10/29/17 22:57, blubee blubeeme wrote:
looking through this file: /usr/ports/Mk/bsd.xorg.mk
to try to understand just which USE_XORG= x11
and what other modules flag to set?
'make stage-qa' usually suggests USE_XORG, and other USE_xxx values.
Yuri
___