From owner-svn-ports-head@FreeBSD.ORG Fri Jul 12 00:48:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DCA81478; Fri, 12 Jul 2013 00:48:08 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CF5071FB1; Fri, 12 Jul 2013 00:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6C0m8L4085399; Fri, 12 Jul 2013 00:48:08 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6C0m8TD085397; Fri, 12 Jul 2013 00:48:08 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201307120048.r6C0m8TD085397@svn.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Jul 2013 00:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322801 - head/deskutils/ical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 12 Jul 2013 00:48:08 -0000 Author: obrien Date: Fri Jul 12 00:48:08 2013 New Revision: 322801 URL: http://svnweb.freebsd.org/changeset/ports/322801 Log: Looking at http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20130526105918.pointyhat-west/ical-2.2_3.log Force to Tk version 8.5 to avoid building with Tk 8.6. Versions below 8.5 should work too, but "85-" isn't an allowed value like "85+" is. Modified: head/deskutils/ical/Makefile Modified: head/deskutils/ical/Makefile ============================================================================== --- head/deskutils/ical/Makefile Thu Jul 11 22:14:13 2013 (r322800) +++ head/deskutils/ical/Makefile Fri Jul 12 00:48:08 2013 (r322801) @@ -18,7 +18,7 @@ PATCHFILES= ical-2.3.1-upvar.patch MAINTAINER?= obrien@FreeBSD.org COMMENT?= A calendar application -USE_TK= yes +USE_TK?= 85 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \