Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 00:28:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340764 - head/devel/cgdb
Message-ID:  <201401230028.s0N0Suie043039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan 23 00:28:55 2014
New Revision: 340764
URL: http://svnweb.freebsd.org/changeset/ports/340764
QAT: https://qat.redports.org/buildarchive/r340764/

Log:
  Support stage

Modified:
  head/devel/cgdb/Makefile
  head/devel/cgdb/pkg-plist

Modified: head/devel/cgdb/Makefile
==============================================================================
--- head/devel/cgdb/Makefile	Thu Jan 23 00:27:27 2014	(r340763)
+++ head/devel/cgdb/Makefile	Thu Jan 23 00:28:55 2014	(r340764)
@@ -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>

Modified: head/devel/cgdb/pkg-plist
==============================================================================
--- head/devel/cgdb/pkg-plist	Thu Jan 23 00:27:27 2014	(r340763)
+++ head/devel/cgdb/pkg-plist	Thu Jan 23 00:28:55 2014	(r340764)
@@ -1,3 +1,4 @@
 bin/cgdb
 %%DATADIR%%/cgdb.txt
+man/man1/cgdb.1.gz
 @dirrm %%DATADIR%%



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