Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2006 20:31:06 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97520: [MAINTAINER] devel/cgdb: [SUMMARIZE CHANGES]
Message-ID:  <20060520123106.DAE1810F@netnews.NCTU.edu.tw>
Resent-Message-ID: <200605201240.k4KCeAM3063027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97520
>Category:       ports
>Synopsis:       [MAINTAINER] devel/cgdb: [SUMMARIZE CHANGES]
>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 May 20 12:40:10 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:
- Force configure to detect readline in ${LOCALBASE} if
  ${OSVERSION} < 700016.

Generated with FreeBSD Port Tools 0.77
>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	Mon May  1 03:11:56 2006
+++ /home/staff/gslin/work/cgdb/Makefile	Sat May 20 20:29:51 2006
@@ -24,6 +24,7 @@
 
 .if ${OSVERSION} < 700016
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
+CONFIGURE_ARGS+=	--with-readline=${LOCALBASE}
 .endif
 
 post-patch:
--- 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?20060520123106.DAE1810F>