Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 14:37:40 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452778 - in head/devel/critcl: . files
Message-ID:  <201710241437.v9OEbe7S094280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+ 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710241437.v9OEbe7S094280>