Date: Sat, 29 Apr 2006 15:51:34 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96499: [MAINTAINER] devel/cgdb: update to 0.6.2 Message-ID: <20060429075134.2938CE8@netnews.NCTU.edu.tw> Resent-Message-ID: <200604290800.k3T80ZrP021075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96499 >Category: ports >Synopsis: [MAINTAINER] devel/cgdb: update to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 29 08:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #4: Sun Jan 15 20:44:38 CST 2006 >Description: - Update to 0.6.2 - Require latest readline, and use LIB_DEPENDS instead of BUILD_DEPENDS + RUN_DEPENDS. - Remove USE_REINPLACE (obsoleted) Added file(s): - pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- cgdb-0.6.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/cgdb/Makefile /home/staff/gslin/work/cgdb/Makefile --- /usr/ports/devel/cgdb/Makefile Thu Mar 2 03:18:52 2006 +++ /home/staff/gslin/work/cgdb/Makefile Sat Apr 29 15:48:26 2006 @@ -6,7 +6,7 @@ # PORTNAME= cgdb -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,22 +14,13 @@ MAINTAINER= gslin@gslin.org COMMENT= A curses-based interface to the GNU Debugger -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -PLIST_FILES= bin/cgdb +LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline -.include <bsd.port.pre.mk> +MAN1= cgdb.1 -.if ${OSVERSION} < 500018 -# This port requires readline 4.2 or newer, which is only available -# in the base system in FreeBSD 5.x or later. -BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline -RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline -CONFIGURE_ARGS+= --with-readline=${LOCALBASE} -.endif +GNU_CONFIGURE= yes post-patch: ${REINPLACE_CMD} -e 's,libutil\.h,,g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/devel/cgdb/distinfo /home/staff/gslin/work/cgdb/distinfo --- /usr/ports/devel/cgdb/distinfo Sun Dec 18 23:57:44 2005 +++ /home/staff/gslin/work/cgdb/distinfo Sat Apr 29 15:35:42 2006 @@ -1,3 +1,3 @@ -MD5 (cgdb-0.5.3.tar.gz) = 51adf1db0307adaba24336ef3a18e0c3 -SHA256 (cgdb-0.5.3.tar.gz) = 3db7b273baf08d45505765d2594d992583f0bbd299616c1e98160bdefce647b6 -SIZE (cgdb-0.5.3.tar.gz) = 527341 +MD5 (cgdb-0.6.2.tar.gz) = 4b3bc8bbb3bc5bb79137f1b471e018f4 +SHA256 (cgdb-0.6.2.tar.gz) = b4f0508dbb4ae510b2bf12a3eb48344af2baea4ac2e79e38889774a20c5e1e67 +SIZE (cgdb-0.6.2.tar.gz) = 748404 diff -ruN --exclude=CVS /usr/ports/devel/cgdb/pkg-plist /home/staff/gslin/work/cgdb/pkg-plist --- /usr/ports/devel/cgdb/pkg-plist Thu Jan 1 08:00:00 1970 +++ /home/staff/gslin/work/cgdb/pkg-plist Sat Apr 29 15:47:59 2006 @@ -0,0 +1,2 @@ +bin/cgdb +info/cgdb.info --- cgdb-0.6.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429075134.2938CE8>