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:   triaxx
Date:           Tue Apr 25 20:33:38 UTC 2023

Modified Files:
        pkgsrc/lang/jimtcl: Makefile

Log Message:
jimtcl: Fix on Darwin

pkgsrc changes:
---------------
  * Add security/openssl as dependency to satisfy missing SSL support.
  * Bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/jimtcl/Makefile

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.9 pkgsrc/lang/jimtcl/Makefile:1.10
--- pkgsrc/lang/jimtcl/Makefile:1.9     Thu Mar  2 23:11:58 2023
+++ pkgsrc/lang/jimtcl/Makefile Tue Apr 25 20:33:37 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/03/02 23:11:58 fcambus Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/25 20:33:37 triaxx Exp $
 
 DISTNAME=      jimtcl-0.82
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 
@@ -38,5 +39,6 @@ PLIST_SUBST+= SOEXT=${SOEXT} SONAME=${SO
 post-install:
        ${LN} -sf ${SONAME} ${DESTDIR}${PREFIX}/lib/libjim.${SOEXT}
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index