Index: head/devel/cgdb/Makefile =================================================================== --- head/devel/cgdb/Makefile (revision 457662) +++ head/devel/cgdb/Makefile (revision 457663) @@ -1,33 +1,29 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= cgdb -PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= devel MASTER_SITES= http://cgdb.me/files/ MAINTAINER= serio.jeffrey@gmail.com COMMENT= Curses-based interface to the GNU Debugger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= help2man:misc/help2man - USES= makeinfo readline - INFO= cgdb GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes # we need this for openpty(3) . It sucks, # but since cgdb include a libutil itself, # we have to specify the full path. LDFLAGS+= /usr/lib/libutil.so post-patch: @${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure .include Index: head/devel/cgdb/distinfo =================================================================== --- head/devel/cgdb/distinfo (revision 457662) +++ head/devel/cgdb/distinfo (revision 457663) @@ -1,2 +1,3 @@ -SHA256 (cgdb-0.6.8.tar.gz) = be203e29be295097439ab67efe3dc8261f742c55ff3647718d67d52891f4cf41 -SIZE (cgdb-0.6.8.tar.gz) = 716988 +TIMESTAMP = 1514681897 +SHA256 (cgdb-0.7.0.tar.gz) = bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423 +SIZE (cgdb-0.7.0.tar.gz) = 743222 Index: head/devel/cgdb/files/patch-lib_util_sys__util.cpp =================================================================== --- head/devel/cgdb/files/patch-lib_util_sys__util.cpp (nonexistent) +++ head/devel/cgdb/files/patch-lib_util_sys__util.cpp (revision 457663) @@ -0,0 +1,11 @@ +--- lib/util/sys_util.cpp.orig 2017-12-31 01:38:05 UTC ++++ lib/util/sys_util.cpp +@@ -2,6 +2,8 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#define _GNU_SOURCE 1 ++ + #if HAVE_STDIO_H + #include + #endif /* HAVE_STDIO_H */ Property changes on: head/devel/cgdb/files/patch-lib_util_sys__util.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/cgdb/pkg-plist =================================================================== --- head/devel/cgdb/pkg-plist (revision 457662) +++ head/devel/cgdb/pkg-plist (revision 457663) @@ -1,3 +1,2 @@ bin/cgdb %%DATADIR%%/cgdb.txt -man/man1/cgdb.1.gz