pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q1] pkgsrc/lang/scala



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 12 09:33:13 UTC 2020

Modified Files:
        pkgsrc/lang/scala [pkgsrc-2020Q1]: Makefile

Log Message:
Pullup ticket #6158 - requested by leot
lang/scala: build fix

Revisions pulled up:
- lang/scala/Makefile                                           1.17

---
   Module Name:    pkgsrc
   Committed By:   mef
   Date:           Sat Apr  4 04:19:36 UTC 2020

   Modified Files:
           pkgsrc/lang/scala: Makefile

   Log Message:
   (lang/scala) Fix install stage, ${TAR} was not defined


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.2.1 pkgsrc/lang/scala/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/scala/Makefile
diff -u pkgsrc/lang/scala/Makefile:1.16 pkgsrc/lang/scala/Makefile:1.16.2.1
--- pkgsrc/lang/scala/Makefile:1.16     Sun Jan 26 17:31:32 2020
+++ pkgsrc/lang/scala/Makefile  Sun Apr 12 09:33:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:32 rillig Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2020/04/12 09:33:12 bsiegert Exp $
 
 DISTNAME=      scala-2.13.0
 CATEGORIES=    lang
@@ -14,7 +14,7 @@ USE_JAVA=     run
 USE_JAVA2=     8
 NO_BUILD=      yes
 
-USE_TOOLS+=    bash:run
+USE_TOOLS+=    bash:run tar
 REPLACE_BASH+= bin/fsc bin/scala bin/scalac \
                bin/scaladoc bin/scalap
 



Home | Main Index | Thread Index | Old Index