svn commit: r369116 - head/devel/avr-gdb

Joerg Wunsch joerg at FreeBSD.org
Tue Sep 23 19:57:35 UTC 2014


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 at FreeBSD.org
 COMMENT=	GNU GDB for the AVR target
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 USES=		gmake tar:bzip2
 


More information about the svn-ports-head mailing list