svn commit: r318125 - in head/devel: gdb66 gdb66/files insight
Mikhail Teterin
mi at FreeBSD.org
Mon May 13 19:48:54 UTC 2013
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 at aldan.algebra.com
COMMENT= Gnu debugger with the Insight GUI front-end
More information about the svn-ports-all
mailing list