Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 19:48:54 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
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
Message-ID:  <201305131948.r4DJmsx3060348@svn.freebsd.org>

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



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