svn commit: r302345 - head/devel/gdb

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 9 16:47:33 UTC 2012


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 at gmail.com>
  Approved by:	Luca Pizzamiglio <luca.pizzamiglio at 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
 



More information about the svn-ports-head mailing list