svn commit: r476275 - head/archivers/opkg

Mathieu Arnold mat at FreeBSD.org
Fri Aug 3 08:09:31 UTC 2018


On Fri, Aug 03, 2018 at 12:25:23AM +0000, Martin Matuska wrote:
> Author: mm
> Date: Fri Aug  3 00:25:23 2018
> New Revision: 476275
> URL: https://svnweb.freebsd.org/changeset/ports/476275
> 
> Log:
>   archivers/opkg: build with static ubox
> 
> Modified:
>   head/archivers/opkg/Makefile
> 
> Modified: head/archivers/opkg/Makefile
> ==============================================================================
> --- head/archivers/opkg/Makefile	Fri Aug  3 00:17:01 2018	(r476274)
> +++ head/archivers/opkg/Makefile	Fri Aug  3 00:25:23 2018	(r476275)
> @@ -4,6 +4,7 @@
>  PORTNAME=	opkg
>  DISTVERSION=	20180802
>  DISTVERSIONSUFFIX=	-3b417b9f
> +PORTREVISION=	1
>  CATEGORIES=	archivers sysutils
>  MASTER_SITES=	LOCAL/mm/openwrt
>  
> @@ -15,13 +16,14 @@ LICENSE=	GPLv2
>  OPKG_GITURL=	https://git.openwrt.org/project/opkg-lede.git
>  
>  USES=		cmake tar:xz
> -LIB_DEPENDS+=	libubox.so:devel/libubox
> +BUILD_DEPENDS+=	${LOCALBASE}/lib/libubox.a:devel/libubox

The ports tree tries very hard to *not* have static dependencies. Isn't
there any way to keep using the shared library instead?

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180803/05bc2131/attachment.sig>


More information about the svn-ports-all mailing list