Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 16:47:33 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302345 - head/devel/gdb
Message-ID:  <201208091647.q79GlXpw030541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Aug  9 16:47:32 2012
New Revision: 302345
URL: http://svn.freebsd.org/changeset/ports/302345

Log:
  - Restore readline.6 library dependency as the port only
    works with that shlib version.
  
  PR:		ports/170429
  Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
  Approved by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com (maintainer)
  Approved by:	eadler (mentor)

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Thu Aug  9 15:43:08 2012	(r302344)
+++ head/devel/gdb/Makefile	Thu Aug  9 16:47:32 2012	(r302345)
@@ -38,9 +38,9 @@ MAN1=	gdb${VER}.1
 
 ONLY_FOR_ARCHS=	i386 amd64	# untested elsewhere, might work
 
-# Forcing to use the readline from ports (readline in FreeBSD world is not
-# compatible anymore).
-LIB_DEPENDS+=	readline:${PORTSDIR}/devel/readline
+# Forcing to use readline.6 from ports (newer readline in FreeBSD world is not
+# compatible anymore). Please ignore portlint here.
+LIB_DEPENDS+=	readline.6:${PORTSDIR}/devel/readline
 CFLAGS+=	-isystem ${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091647.q79GlXpw030541>