aboutsummaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:28:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:28:55 +0000
commit5ae8f8658b9565d41d9a0e506c1c4eb474c1c2e5 (patch)
tree13e347ebe20f88480f3feab060984429f288c99e /devel/cgdb
parent682174073fc578a0f7c584f627f7d82622eb5188 (diff)
downloadports-5ae8f8658b9565d41d9a0e506c1c4eb474c1c2e5.tar.gz
ports-5ae8f8658b9565d41d9a0e506c1c4eb474c1c2e5.zip
Support stage
Notes
Notes: svn path=/head/; revision=340764
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile16
-rw-r--r--devel/cgdb/pkg-plist1
2 files changed, 3 insertions, 14 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index a5c70b434891..8ce39b2914c3 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -7,10 +7,9 @@ CATEGORIES= devel
MASTER_SITES= http://cgdb.me/files/
MAINTAINER= clsung@FreeBSD.org
-COMMENT= A curses-based interface to the GNU Debugger
+COMMENT= Curses-based interface to the GNU Debugger
INFO= cgdb
-MAN1= cgdb.1
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
@@ -20,18 +19,7 @@ MAKE_JOBS_UNSAFE= yes
# we have to specify the full path.
LDFLAGS+= /usr/lib/libutil.so
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-# at this time we can not use LIB_DEPENDS, please read ports/99327
-.if ${OSVERSION} < 700016
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-LDFLAGS+= -rpath ${LOCALBASE}/lib
-CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/cgdb/pkg-plist b/devel/cgdb/pkg-plist
index 2da5e91eb07d..b43625203348 100644
--- a/devel/cgdb/pkg-plist
+++ b/devel/cgdb/pkg-plist
@@ -1,3 +1,4 @@
bin/cgdb
%%DATADIR%%/cgdb.txt
+man/man1/cgdb.1.gz
@dirrm %%DATADIR%%