From owner-svn-ports-head@FreeBSD.ORG Sat Sep 22 17:59:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C94A61065672; Sat, 22 Sep 2012 17:59:16 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B41FD8FC08; Sat, 22 Sep 2012 17:59:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8MHxG7Z013331; Sat, 22 Sep 2012 17:59:16 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MHxGup013329; Sat, 22 Sep 2012 17:59:16 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209221759.q8MHxGup013329@svn.freebsd.org> From: Chris Rees Date: Sat, 22 Sep 2012 17:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304702 - head/lang/tcl85 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 17:59:16 -0000 Author: crees Date: Sat Sep 22 17:59:16 2012 New Revision: 304702 URL: http://svn.freebsd.org/changeset/ports/304702 Log: Of course, files/patch-* should not be in EXTRA_PATCHES. I've tested this change properly now, and I'll sit quietly in the corner for a while. Modified: head/lang/tcl85/Makefile Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Sat Sep 22 17:23:08 2012 (r304701) +++ head/lang/tcl85/Makefile Sat Sep 22 17:59:16 2012 (r304702) @@ -33,7 +33,6 @@ MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} NOPRECIOUSMAKEVARS= Too many _MLINKS for README.html PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=${SHORT_TCL_VER} EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/ -EXTRA_PATCHES= ${FILESDIR}/patch-uk-locale .if !defined(BUILDING_TCL_THREADS) && !defined(BUILDING_TCL_TM) OPTIONS_DEFINE= TCL85_MAN TZDATA TCL_MODULES