svn commit: r481256 - in head/devel: . libb2
Jan Beich
jbeich at FreeBSD.org
Fri Oct 5 20:23:07 UTC 2018
Martin Matuska <mm at FreeBSD.org> writes:
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/devel/libb2/Makefile Fri Oct 5 00:15:26 2018 (r481256)
[...]
> +LICENSE= CC0-1.0
Maybe define LICENSE_FILE=${WRKSRC}/LICENSE as CC0-1.0 doesn't have a
copy under /usr/ports/Templates/Licenses/.
$ LICENSES_ASK=1 make clean patch
> +lib/libb2.so
> +lib/libb2.so.1
> +lib/libb2.so.1.0.3
USE_LDCONFIG maybe required per style. However, ldconfig_paths contains
/usr/local/lib by default and the hints file only lists directories.
Not sure about PREFIX != LOCALBASE != /usr/local.
$ portlint -C
WARN: devel/libb2/pkg-plist: [3]: installing shared libraries, please define USE_LDCONFIG as appropriate
WARN: devel/libb2/pkg-plist: [4]: installing shared libraries, please define USE_LDCONFIG as appropriate
WARN: devel/libb2/pkg-plist: There are only 5 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items.
0 fatal errors and 3 warnings found.
More information about the svn-ports-all
mailing list