pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/jimtcl



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Jan 10 08:20:10 UTC 2024

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

Log Message:
jimctl: needs zlib


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/jimtcl/Makefile
cvs rdiff -u -r1.2 -r1.3 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/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.11 pkgsrc/lang/jimtcl/Makefile:1.12
--- pkgsrc/lang/jimtcl/Makefile:1.11    Tue Oct 24 22:09:36 2023
+++ pkgsrc/lang/jimtcl/Makefile Wed Jan 10 08:20:10 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/10/24 22:09:36 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/10 08:20:10 tnn Exp $
 
 DISTNAME=      jimtcl-0.82
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 
@@ -39,6 +39,7 @@ PLIST_SUBST+= SOEXT=${SOEXT} SONAME=${SO
 post-install:
        ${LN} -sf ${SONAME} ${DESTDIR}${PREFIX}/lib/libjim.${SOEXT}
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/jimtcl/buildlink3.mk
diff -u pkgsrc/lang/jimtcl/buildlink3.mk:1.2 pkgsrc/lang/jimtcl/buildlink3.mk:1.3
--- pkgsrc/lang/jimtcl/buildlink3.mk:1.2        Thu May  6 15:19:39 2021
+++ pkgsrc/lang/jimtcl/buildlink3.mk    Wed Jan 10 08:20:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2021/05/06 15:19:39 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2024/01/10 08:20:10 tnn Exp $
 
 BUILDLINK_TREE+=       jimtcl
 
@@ -7,6 +7,8 @@ JIMTCL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.jimtcl+= jimtcl>=0.80nb1
 BUILDLINK_PKGSRCDIR.jimtcl?=   ../../lang/jimtcl
+
+.include "../../devel/zlib/buildlink3.mk"
 .endif # JIMTCL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -jimtcl



Home | Main Index | Thread Index | Old Index