pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/kotlin
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jan 6 00:19:30 UTC 2024
Modified Files:
pkgsrc/lang/kotlin: Makefile
Log Message:
lang/kotlin: fix build on platforms that are missing pax
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/kotlin/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/kotlin/Makefile
diff -u pkgsrc/lang/kotlin/Makefile:1.1 pkgsrc/lang/kotlin/Makefile:1.2
--- pkgsrc/lang/kotlin/Makefile:1.1 Mon Mar 20 13:56:27 2023
+++ pkgsrc/lang/kotlin/Makefile Sat Jan 6 00:19:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/03/20 13:56:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/06 00:19:30 rillig Exp $
DISTNAME= kotlin-compiler-1.8.10
PKGNAME= ${DISTNAME:S/-compiler//}
@@ -15,7 +15,7 @@ LICENSE= apache-2.0
WRKSRC= ${WRKDIR}/kotlinc
USE_LANGUAGES= # none
-USE_TOOLS+= bash:run
+USE_TOOLS+= bash:run pax
SUBST_CLASSES+= java
SUBST_STAGE.java= pre-configure
Home |
Main Index |
Thread Index |
Old Index