Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Oct 2018 22:23:03 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Martin Matuska <mm@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r481256 - in head/devel: . libb2
Message-ID:  <5zyg-b0t4-wny@FreeBSD.org>
In-Reply-To: <201810050015.w950FRrB067573@repo.freebsd.org> (Martin Matuska's message of "Fri, 5 Oct 2018 00:15:27 %2B0000 (UTC)")
References:  <201810050015.w950FRrB067573@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Matuska <mm@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.



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