pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2020Q1]: pkgsrc/lang/scala Pullup ticket #6158 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d3b93ecadf2
branches:  pkgsrc-2020Q1
changeset: 427126:4d3b93ecadf2
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 12 09:33:12 2020 +0000

description:
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

diffstat:

 lang/scala/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05e74c7cc9e5 -r 4d3b93ecadf2 lang/scala/Makefile
--- a/lang/scala/Makefile       Sun Apr 12 08:53:27 2020 +0000
+++ b/lang/scala/Makefile       Sun Apr 12 09:33:12 2020 +0000
@@ -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_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