svn commit: r340764 - head/devel/cgdb
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jan 23 00:28:56 UTC 2014
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 at 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%%
More information about the svn-ports-all
mailing list