aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2010-12-03 05:12:20 +0000
committerMikhail Teterin <mi@FreeBSD.org>2010-12-03 05:12:20 +0000
commit627381dd0bd468b406ddd2647aeb8e8f2feba57f (patch)
tree48582a5c1fc01c6004d2bd1cb65243af102027f9 /devel/gdb66
parentbeb2fe51a7380b5b6548bb4005630beaa49b40a2 (diff)
downloadports-627381dd0bd468b406ddd2647aeb8e8f2feba57f.tar.gz
ports-627381dd0bd468b406ddd2647aeb8e8f2feba57f.zip
Rephrase pkg-descr -- this is not, any longer, "the latest" version of
gdb. Prepare for a new slave-port insight -- use a different suffix and PORTREVISION, when building with insight enabled. Register conflict with gdb-* (be that gdb-7.x or gdb-insight). Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE.
Notes
Notes: svn path=/head/; revision=265610
Diffstat (limited to 'devel/gdb66')
-rw-r--r--devel/gdb66/Makefile7
-rw-r--r--devel/gdb66/pkg-descr3
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index ab04f872e4db..d554a4ee4760 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gdb
PORTVERSION= 6.6
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} \
http://aldan.algebra.com/~mi/:gdbtk
@@ -20,8 +20,11 @@ COMMENT= GNU GDB of newer version than comes with the system
LATEST_LINK= gdb66
+.ifndef(WITH_INSIGHT)
OPTIONS= INSIGHT "Build the Tcl/Tk GUI (experimental!)" off
+.endif
+CONFLICTS= gdb-*
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -47,6 +50,8 @@ BROKEN= Does not configure on ia64 or powerpc
.endif
.if defined(WITH_INSIGHT)
+PKGNAMESUFFIX= -insight
+PORTREVISION= 0
USE_TK= 84+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk
diff --git a/devel/gdb66/pkg-descr b/devel/gdb66/pkg-descr
index 1e832359933d..fccef8873b67 100644
--- a/devel/gdb66/pkg-descr
+++ b/devel/gdb66/pkg-descr
@@ -1,3 +1,4 @@
-GNU GDB - the latest version
+GNU GDB - the version, for which the "Insight" GUI is available.
+WWW: http://sourceware.org/insight/
WWW: http://www.gnu.org/software/gdb/