svn commit: r452778 - in head/devel/critcl: . files

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 24 14:37:41 UTC 2017


Author: gahr
Date: Tue Oct 24 14:37:39 2017
New Revision: 452778
URL: https://svnweb.freebsd.org/changeset/ports/452778

Log:
  devel/critcl: restore patch that was lost during last update
  
  Reported by:	olgeni

Added:
  head/devel/critcl/files/patch-build.tcl   (contents, props changed)
Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Tue Oct 24 14:36:59 2017	(r452777)
+++ head/devel/critcl/Makefile	Tue Oct 24 14:37:39 2017	(r452778)
@@ -3,7 +3,7 @@
 
 PORTNAME=	critcl
 PORTVERSION=	3.1.17
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	tcltk at FreeBSD.org

Added: head/devel/critcl/files/patch-build.tcl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/critcl/files/patch-build.tcl	Tue Oct 24 14:37:39 2017	(r452778)
@@ -0,0 +1,10 @@
+--- build.tcl.orig	2017-10-24 14:35:54 UTC
++++ build.tcl
+@@ -426,6 +426,7 @@ proc _install {args} {
+ 	    lappend cmd [info nameofexecutable]
+ 	}
+ 	lappend cmd $theapp
++	lappend cmd -cache [file join $selfdir cache]
+ 	if {$target ne {}} {
+ 	    lappend cmd -target $target
+ 	}


More information about the svn-ports-all mailing list