pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libtirpc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Sep 30 19:05:57 UTC 2025

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

Log Message:
libtirpc: revert the buildlink3.mk change

Bumping the ABI_DEPENDS is the wrong thing to do. I meant to bump
API_DEPENDS, but even that's probably not necessary.

Thanks wiz@ for the explanation :)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libtirpc/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/libtirpc/buildlink3.mk
diff -u pkgsrc/devel/libtirpc/buildlink3.mk:1.6 pkgsrc/devel/libtirpc/buildlink3.mk:1.7
--- pkgsrc/devel/libtirpc/buildlink3.mk:1.6     Sun Sep 28 16:22:15 2025
+++ pkgsrc/devel/libtirpc/buildlink3.mk Tue Sep 30 19:05:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2025/09/28 16:22:15 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2025/09/30 19:05:57 bsiegert Exp $
 
 BUILDLINK_TREE+=               libtirpc
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=                libtirpc
 LIBTIRPC_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libtirpc+=       libtirpc>=1.3.3
-BUILDLINK_ABI_DEPENDS.libtirpc+=       libtirpc>=1.3.7
+BUILDLINK_ABI_DEPENDS.libtirpc+=       libtirpc>=1.3.4
 BUILDLINK_PKGSRCDIR.libtirpc?=         ../../devel/libtirpc
 
 BUILDLINK_INCDIRS.libtirpc?=   include/tirpc



Home | Main Index | Thread Index | Old Index