Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2006 06:17:38 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/99327: [MAINTAINER] devel/cgdb: fix typo
Message-ID:  <20060622221738.0302F90@netnews.NCTU.edu.tw>
Resent-Message-ID: <200606222220.k5MMKOAU099053@freefall.freebsd.org>

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

>Number:         99327
>Category:       ports
>Synopsis:       [MAINTAINER] devel/cgdb: fix typo
>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:   Thu Jun 22 22:20:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- fix typo.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cgdb-0.6.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/cgdb/Makefile /home/staff/gslin/work/cgdb/Makefile
--- /usr/ports/devel/cgdb/Makefile	Thu Jun 15 03:12:19 2006
+++ /home/staff/gslin/work/cgdb/Makefile	Fri Jun 23 06:15:34 2006
@@ -23,7 +23,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 700016
-BUILD_DEPENDS+=	${LOCALBASE}/lib/readline.so.5:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
 RUN_DEPENDS=	${BUILD_DEPENDS}
 LDFLAGS+=	-rpath ${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--with-readline=${LOCALBASE}
--- cgdb-0.6.3_1.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?20060622221738.0302F90>