pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tcltk2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 00:54:56 UTC 2019

Modified Files:
        pkgsrc/devel/R-tcltk2: Makefile

Log Message:
R-tcltk2: update to 1.2.11nb1.

Fix wish interpreter path in installed files. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-tcltk2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-tcltk2/Makefile
diff -u pkgsrc/devel/R-tcltk2/Makefile:1.2 pkgsrc/devel/R-tcltk2/Makefile:1.3
--- pkgsrc/devel/R-tcltk2/Makefile:1.2  Thu Aug  8 19:53:40 2019
+++ pkgsrc/devel/R-tcltk2/Makefile      Thu Sep 26 00:54:56 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:40 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/26 00:54:56 wiz Exp $
 
 R_PKGNAME=     tcltk2
 R_PKGVER=      1.2-11
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +18,14 @@ REPLACE.tcl.old=     .*tclsh[^[:space:]]*
 REPLACE.tcl.new=       ${TCLSH}
 REPLACE_FILES.tcl=     inst/tklibs/ctext3.2/function_finder.tcl
 
+REPLACE_INTERPRETER+=  wish
+REPLACE.wish.old=      /usr/bin/wish
+REPLACE.wish.new=      ${PREFIX}/bin/wish
+REPLACE_FILES.wish+=   inst/tklibs/notebook1.3/example.tcl
+REPLACE_FILES.wish+=   inst/tklibs/tree1.7/tree.tcl
+REPLACE_FILES.wish+=   inst/tklibs/tree1.7/example.tcl
+REPLACE_FILES.wish+=   inst/tklibs/choosefont0.2/example.tcl
+
 .include "../../math/R/Makefile.extension"
 .include "../../lang/python/application.mk"
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index