Date: Sun, 31 Dec 2017 01:54:50 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457663 - in head/devel/cgdb: . files Message-ID: <201712310154.vBV1soxu056237@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sun Dec 31 01:54:50 2017 New Revision: 457663 URL: https://svnweb.freebsd.org/changeset/ports/457663 Log: - Update to 0.7.0 - Remove help2man from dependency list, the support was removed upstream [1] - Back to the pool [1] https://github.com/cgdb/cgdb/blob/master/NEWS Approved by: maintainer Added: head/devel/cgdb/files/ head/devel/cgdb/files/patch-lib_util_sys__util.cpp (contents, props changed) Modified: head/devel/cgdb/Makefile head/devel/cgdb/distinfo head/devel/cgdb/pkg-plist Modified: head/devel/cgdb/Makefile ============================================================================== --- head/devel/cgdb/Makefile Sun Dec 31 01:49:07 2017 (r457662) +++ head/devel/cgdb/Makefile Sun Dec 31 01:54:50 2017 (r457663) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cgdb -PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= devel MASTER_SITES= http://cgdb.me/files/ @@ -13,10 +12,7 @@ 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 Modified: head/devel/cgdb/distinfo ============================================================================== --- head/devel/cgdb/distinfo Sun Dec 31 01:49:07 2017 (r457662) +++ head/devel/cgdb/distinfo Sun Dec 31 01:54:50 2017 (r457663) @@ -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 Added: head/devel/cgdb/files/patch-lib_util_sys__util.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cgdb/files/patch-lib_util_sys__util.cpp Sun Dec 31 01:54:50 2017 (r457663) @@ -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 <stdio.h> + #endif /* HAVE_STDIO_H */ Modified: head/devel/cgdb/pkg-plist ============================================================================== --- head/devel/cgdb/pkg-plist Sun Dec 31 01:49:07 2017 (r457662) +++ head/devel/cgdb/pkg-plist Sun Dec 31 01:54:50 2017 (r457663) @@ -1,3 +1,2 @@ bin/cgdb %%DATADIR%%/cgdb.txt -man/man1/cgdb.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712310154.vBV1soxu056237>