tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/libffi



On Sat, Feb 03, 2024 at 12:17:16PM +0000, Makoto Fujiwara wrote:
> Module Name:	pkgsrc
> Committed By:	mef
> Date:		Sat Feb  3 12:17:16 UTC 2024
> 
> Modified Files:
> 	pkgsrc/devel/libffi: buildlink3.mk
> 
> Log Message:
> (devel/libffi) python311-3.11.7 wants 3.4.4

If python wants it, you should add

BUILDLINK_API_DEPENDS.libffi+=       libffi>=3.4.4

to python's Makefile, not change ABI depends here.
 Thomas

> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libffi/buildlink3.mk
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

> Modified files:
> 
> Index: pkgsrc/devel/libffi/buildlink3.mk
> diff -u pkgsrc/devel/libffi/buildlink3.mk:1.12 pkgsrc/devel/libffi/buildlink3.mk:1.13
> --- pkgsrc/devel/libffi/buildlink3.mk:1.12	Tue Jun 28 11:31:46 2022
> +++ pkgsrc/devel/libffi/buildlink3.mk	Sat Feb  3 12:17:16 2024
> @@ -1,4 +1,4 @@
> -# $NetBSD: buildlink3.mk,v 1.12 2022/06/28 11:31:46 wiz Exp $
> +# $NetBSD: buildlink3.mk,v 1.13 2024/02/03 12:17:16 mef Exp $
>  
>  BUILDLINK_TREE+=	libffi
>  
> @@ -6,7 +6,7 @@ BUILDLINK_TREE+=	libffi
>  LIBFFI_BUILDLINK3_MK:=
>  
>  BUILDLINK_API_DEPENDS.libffi+=	libffi>=1.20
> -BUILDLINK_ABI_DEPENDS.libffi+=	libffi>=3.4.2nb3
> +BUILDLINK_ABI_DEPENDS.libffi+=	libffi>=3.4.4
>  BUILDLINK_PKGSRCDIR.libffi?=	../../devel/libffi
>  .endif # LIBFFI_BUILDLINK3_MK
>  
> 



Home | Main Index | Thread Index | Old Index