Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 19:57:34 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369116 - head/devel/avr-gdb
Message-ID:  <201409231957.s8NJvY2l081059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Tue Sep 23 19:57:34 2014
New Revision: 369116
URL: http://svnweb.freebsd.org/changeset/ports/369116
QAT: https://qat.redports.org/buildarchive/r369116/

Log:
  Depend this port from expat so the XML memory description feature
  will become available.

Modified:
  head/devel/avr-gdb/Makefile

Modified: head/devel/avr-gdb/Makefile
==============================================================================
--- head/devel/avr-gdb/Makefile	Tue Sep 23 19:37:34 2014	(r369115)
+++ head/devel/avr-gdb/Makefile	Tue Sep 23 19:57:34 2014	(r369116)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	7.3.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	gdb
@@ -12,6 +12,7 @@ DISTNAME=	gdb-${PORTVERSION}
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	GNU GDB for the AVR target
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 USES=		gmake tar:bzip2
 



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