From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 04:39:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37D39309; Wed, 11 Dec 2013 04:39:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 243B91243; Wed, 11 Dec 2013 04:39:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBB4dlV3085830; Wed, 11 Dec 2013 04:39:47 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBB4dlm4085829; Wed, 11 Dec 2013 04:39:47 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201312110439.rBB4dlm4085829@svn.freebsd.org> From: Sean Bruno Date: Wed, 11 Dec 2013 04:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336142 - head/textproc/tkdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 04:39:48 -0000 Author: sbruno (src committer) Date: Wed Dec 11 04:39:47 2013 New Revision: 336142 URL: http://svnweb.freebsd.org/changeset/ports/336142 Log: Make tkdiff work again by stealing the post-patch stanza from tkcvs and apply it here to deal with wish correctly. Reviewed by: kevlo@ Modified: head/textproc/tkdiff/Makefile Modified: head/textproc/tkdiff/Makefile ============================================================================== --- head/textproc/tkdiff/Makefile Wed Dec 11 04:14:50 2013 (r336141) +++ head/textproc/tkdiff/Makefile Wed Dec 11 04:39:47 2013 (r336142) @@ -3,6 +3,7 @@ PORTNAME= tkdiff PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= textproc tk MASTER_SITES= SF @@ -19,6 +20,10 @@ NO_BUILD= yes PLIST_FILES= bin/tkdiff +post-patch: + ${FIND} ${WRKSRC} -type f | ${XARGS} \ + ${REINPLACE_CMD} -e '/^exec wish/s|wish|${WISH}|g' -e '/^exec tclsh/s|tclsh|${TCLSH}|g' + do-install: @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin