FreeBSD ports you maintain which are out of date

2017-10-29 Thread portscout
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

Re: Linker name mismatch

2017-10-29 Thread Adam Weinberger
> 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

USE_XORG

2017-10-29 Thread blubee blubeeme
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

Re: USE_XORG

2017-10-29 Thread Yuri
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 ___