From owner-svn-ports-head@freebsd.org Sun Dec 31 01:54:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 452F8EB9B58; Sun, 31 Dec 2017 01:54:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F25079C09; Sun, 31 Dec 2017 01:54:51 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBV1somT056241; Sun, 31 Dec 2017 01:54:50 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBV1soxu056237; Sun, 31 Dec 2017 01:54:50 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201712310154.vBV1soxu056237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 31 Dec 2017 01:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457663 - in head/devel/cgdb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/devel/cgdb: . files X-SVN-Commit-Revision: 457663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 01:54:52 -0000 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 + #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