Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2018 21:19:12 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        "George V. Neville-Neil" <gnn@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r478889 - in head/comms/libbtbb: . files
Message-ID:  <sh2q-crtb-wny@FreeBSD.org>
In-Reply-To: <201809031835.w83IZPPN007055@repo.freebsd.org> (George V. Neville-Neil's message of "Mon, 3 Sep 2018 18:35:25 %2B0000 (UTC)")
References:  <201809031835.w83IZPPN007055@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"George V. Neville-Neil" <gnn@FreeBSD.org> writes:

> +PORTVERSION=	201808R1
[...]
> +GH_TAGNAME=	2018-08-R1

Try replacing both with DISTVERSION=2018-08-R1 then re-run "make makesum".

> +BUILD_DEPENDS=	python27:lang/python27 \

USES=python:2.7,build or USES=python:build as it builds fine with Python 3.6.
As is the build is broken, see https://ptpb.pw/lsN0

> +		pyside-py27:devel/pyside \

pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${PY_FLAVOR} but ...

> +		${PYNUMPY}

... are these actually used?

$ make clean patch BATCH=
$ fgrep -ril -e pyside -e numpy `make -V WRKSRC`

> + A Bluetooth baseband decoding library
>
> +This is a Bluetooth baseband decoding library.

Better move "decoding" to COMMENT then rephrase the rest to be less tautological.

> +bin/btaptap

$ echo DEVELOPER=1 >>${__MAKE_CONF:-/etc/make.conf}
$ make stage-qa
[...]
Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'bin/btaptap'

> +lib/libbtbb.so
> +lib/libbtbb.so.1
> +lib/libbtbb.so.1.0

$ portlint -C
WARN: pkg-plist: [3]: installing shared libraries, please define USE_LDCONFIG as appropriate
WARN: pkg-plist: [4]: installing shared libraries, please define USE_LDCONFIG as appropriate
0 fatal errors and 2 warnings found.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sh2q-crtb-wny>