pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgit2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Dec 21 14:01:26 UTC 2021

Modified Files:
        pkgsrc/devel/libgit2: buildlink3.mk

Log Message:
libgit2: include pcre in buildlink3 file

The pkg-config file for libgit2 specifies pcre as a hard dependency, which
means that "pkg-config --libs libgit2" will exit with an error. This means
that every dependent package also depends on pcre, so add it to the list
of dependencies exposed by buildlink3.

Noticed in the pending wip/cargo-edit package, which swallows the error
message, leaving me to debug in the bowels of the Cargo build system.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libgit2/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/libgit2/buildlink3.mk
diff -u pkgsrc/devel/libgit2/buildlink3.mk:1.10 pkgsrc/devel/libgit2/buildlink3.mk:1.11
--- pkgsrc/devel/libgit2/buildlink3.mk:1.10     Mon Apr  6 08:33:40 2020
+++ pkgsrc/devel/libgit2/buildlink3.mk  Tue Dec 21 14:01:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2020/04/06 08:33:40 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2021/12/21 14:01:26 bsiegert Exp $
 
 BUILDLINK_TREE+=       libgit2
 
@@ -9,6 +9,7 @@ BUILDLINK_API_DEPENDS.libgit2+= libgit2>
 BUILDLINK_ABI_DEPENDS.libgit2+=        libgit2>=1.0
 BUILDLINK_PKGSRCDIR.libgit2?=  ../../devel/libgit2
 
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .endif # LIBGIT2_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index