pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Thu Jun 18 13:12:35 UTC 2026

Modified Files:
        pkgsrc/devel/openocd: Makefile
        pkgsrc/lang/jimtcl: Makefile buildlink3.mk

Log Message:
jimtcl: bump BUILDLINK_API_DEPENDS to 0.83nb1.

The current devel/openocd (0.12.0) fails to compile with jimtcl < 0.83,
but since the BUILDLINK_API_DEPENDS was 0.80nb1, you would not notice
the failure unless you had an older version of jimtcl already installed.

So, jimtcl is now 0.83nb1, BUILDLINK_API_DEPENDS set to match, and openocd
bumped to 0.12.0nb1 to force the correct dependency to be recorded.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/openocd/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/jimtcl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/jimtcl/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/openocd/Makefile
diff -u pkgsrc/devel/openocd/Makefile:1.11 pkgsrc/devel/openocd/Makefile:1.12
--- pkgsrc/devel/openocd/Makefile:1.11  Thu Jan 15 08:35:43 2026
+++ pkgsrc/devel/openocd/Makefile       Thu Jun 18 13:12:35 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/01/15 08:35:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/18 13:12:35 thorpej Exp $
 
 DISTNAME=      openocd-0.12.0
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=openocd/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.14 pkgsrc/lang/jimtcl/Makefile:1.15
--- pkgsrc/lang/jimtcl/Makefile:1.14    Tue May  6 12:07:32 2025
+++ pkgsrc/lang/jimtcl/Makefile Thu Jun 18 13:12:35 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/05/06 12:07:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/06/18 13:12:35 thorpej Exp $
 
 DISTNAME=      jimtcl-0.83
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 

Index: pkgsrc/lang/jimtcl/buildlink3.mk
diff -u pkgsrc/lang/jimtcl/buildlink3.mk:1.3 pkgsrc/lang/jimtcl/buildlink3.mk:1.4
--- pkgsrc/lang/jimtcl/buildlink3.mk:1.3        Wed Jan 10 08:20:10 2024
+++ pkgsrc/lang/jimtcl/buildlink3.mk    Thu Jun 18 13:12:35 2026
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2024/01/10 08:20:10 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2026/06/18 13:12:35 thorpej Exp $
 
 BUILDLINK_TREE+=       jimtcl
 
 .if !defined(JIMTCL_BUILDLINK3_MK)
 JIMTCL_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.jimtcl+= jimtcl>=0.80nb1
+BUILDLINK_API_DEPENDS.jimtcl+= jimtcl>=0.83nb1
 BUILDLINK_PKGSRCDIR.jimtcl?=   ../../lang/jimtcl
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index