pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/databases/ldb
>
> Module Name: pkgsrc
> Committed By: prlw1
> Date: Fri Mar 29 09:52:00 UTC 2019
>
> Modified Files:
> pkgsrc/databases/ldb: Makefile
>
> Log Message:
> Fix ldb build as per suggestion from wiz@
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ldb/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/databases/ldb/Makefile
> diff -u pkgsrc/databases/ldb/Makefile:1.2 pkgsrc/databases/ldb/Makefile:1.3
> --- pkgsrc/databases/ldb/Makefile:1.2 Wed Mar 27 10:08:42 2019
> +++ pkgsrc/databases/ldb/Makefile Fri Mar 29 09:52:00 2019
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.2 2019/03/27 10:08:42 adam Exp $
> +# $NetBSD: Makefile,v 1.3 2019/03/29 09:52:00 prlw1 Exp $
>
> # Before updating, make sure net/samba4 supports the newer version.
> DISTNAME= ldb-1.5.4
> @@ -15,7 +15,7 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../..
>
> PYTHON_VERSIONS_INCOMPATIBLE= 27
>
> -USE_TOOLS+= gmake
> +USE_TOOLS+= gmake pkg-config
> HAS_CONFIGURE= yes
> CONFIG_SHELL= ${PYTHONBIN}
> CONFIGURE_SCRIPT= ${WRKSRC}/buildtools/bin/waf
Patrick,
Could you, please, also check databases/tdb. It might also need pkg-config.
Thanks :)
Adam
Home |
Main Index |
Thread Index |
Old Index