From owner-svn-ports-head@FreeBSD.ORG Mon May 13 19:48:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DA49FB04; Mon, 13 May 2013 19:48:54 +0000 (UTC) (envelope-from mi@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 CCA3A6BA; Mon, 13 May 2013 19:48:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DJmswb060351; Mon, 13 May 2013 19:48:54 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DJmsx3060348; Mon, 13 May 2013 19:48:54 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201305131948.r4DJmsx3060348@svn.freebsd.org> From: Mikhail Teterin Date: Mon, 13 May 2013 19:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318125 - in head/devel: gdb66 gdb66/files insight 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: Mon, 13 May 2013 19:48:54 -0000 Author: mi Date: Mon May 13 19:48:53 2013 New Revision: 318125 URL: http://svnweb.freebsd.org/changeset/ports/318125 Log: Add a patch to properly locate, where itcl's library is located. Bump PORTREVISION (only for insight) to reflect the update of itcl -- the updated, which necessitated the above fix. Obtained from: gahr@ Added: head/devel/gdb66/files/patch-itcl (contents, props changed) Modified: head/devel/gdb66/Makefile head/devel/insight/Makefile (contents, props changed) Modified: head/devel/gdb66/Makefile ============================================================================== --- head/devel/gdb66/Makefile Mon May 13 19:45:26 2013 (r318124) +++ head/devel/gdb66/Makefile Mon May 13 19:48:53 2013 (r318125) @@ -42,7 +42,6 @@ MAN1= gdb${VER}.1 .if defined(WITH_INSIGHT) PKGNAMESUFFIX= -insight -PORTREVISION= 0 USE_TK= 84+ LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets:${PORTSDIR}/x11-toolkits/iwidgets Added: head/devel/gdb66/files/patch-itcl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb66/files/patch-itcl Mon May 13 19:48:53 2013 (r318125) @@ -0,0 +1,11 @@ +Obtained from gahr@ + +--- gdb/configure 2006-12-17 10:38:59.000000000 -0500 ++++ gdb/configure 2013-05-13 15:40:05.000000000 -0400 +@@ -22084,5 +22084,5 @@ + + +- ITCLLIB="${ITCL_BUILD_LIB_SPEC}" ++ ITCLLIB="${ITCL_LIB_SPEC}" + ITCL_DEPS="${ITCL_LIB_FULL_PATH}" + fi Modified: head/devel/insight/Makefile ============================================================================== --- head/devel/insight/Makefile Mon May 13 19:45:26 2013 (r318124) +++ head/devel/insight/Makefile Mon May 13 19:48:53 2013 (r318125) @@ -4,7 +4,7 @@ # # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= mi@aldan.algebra.com COMMENT= Gnu debugger with the Insight GUI front-end