Re: License info Q

2015-11-19 Thread Fabian Keil
Kubilay Kocak wrote: > On 18/11/2015 9:48 PM, Fabian Keil wrote: > > Roger Marquis wrote: > > > >> I need to get license info from a batch of ports and packages. > >> > >> Problem is not all the specified ports/pkgs are installed or have license > >> info in their Makefile. Is there a reliab

Re: License info Q

2015-11-19 Thread Mark Felder
On Wed, Nov 18, 2015, at 04:48, Fabian Keil wrote: > Roger Marquis wrote: > > > I need to get license info from a batch of ports and packages. > > > > Problem is not all the specified ports/pkgs are installed or have license > > info in their Makefile. Is there a reliable way to enumerate por

make index fails with fatal error

2015-11-19 Thread Daniel Rudy
When I try to update the ports index, I am getting the following fatal error: make[5]: "/usr/ports/Mk/Uses/qmake.mk" line 52: Malformed conditional (${_QT_VERSION:M5*}) It seems to have the problem in graphics/qtawesome. Additionally, the same thing happens when running make readmes. The prob

INDEX build failed for 9.x

2015-11-19 Thread Ports Index build
INDEX build failed with errors: Generating INDEX-9 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- --- describe.biology --- --- describe.cad --- --- describe.chinese --- --- de

Re: Ports with LOCAL/xxx as a MASTER_SITE

2015-11-19 Thread Chris H
On Wed, 18 Nov 2015 01:13:31 -0800 Yuri wrote > I came across a few ports like this. Most recently www/npm. It usually > turns out that some slightly modified version of sources is kept there @ > LOCAL/. > > Why not just have the patches under files/ do the modification, so that > it is p

INDEX now builds successfully on 9.x

2015-11-19 Thread Ports Index build
___ 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"

${PYTHON_CMD}/${PERL} in _CONFIGURE_WITH not working

2015-11-19 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, I seem to be missing something simple found while converting net-mgmt/collectd5 over to option helpers. I've been using the following Makefile entries. PERL_USES= perl5 PERL_CONFIGURE_ENABLE= perl PERL_CONFIGURE

Re: ${PYTHON_CMD}/${PERL} in _CONFIGURE_WITH not working

2015-11-19 Thread Jan Beich
Jason Unovitch writes: > PERL_USES= perl5 > PERL_CONFIGURE_ENABLE= perl > PERL_CONFIGURE_WITH=perl=${PERL} perl-bindings > PYTHON_USES=python:2 > PYTHON_CONFIGURE_ENABLE=python > PYTHON_CONFIGURE_WITH= python=${PYTHON_