ports/97520: [MAINTAINER] devel/cgdb: [SUMMARIZE CHANGES]

Gea-Suan Lin gslin at gslin.org
Sat May 20 12:40:16 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list