Bug 177617 - [PATCH] devel/avarice: unbreak and update to 2.13
Summary: [PATCH] devel/avarice: unbreak and update to 2.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 20:20 UTC by Craig Leres
Modified: 2013-06-07 21:00 UTC (History)
1 user (show)

See Also:


Attachments
patch.txt (661 bytes, text/plain)
2013-04-03 20:20 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2013-04-03 20:20:00 UTC
	The avarice port no longer builds after binutils-2.23.1 however the current version (2.13) is ok.

Fix: Update to 2.13; see attached patch.
How-To-Repeat: 	c++ -DHAVE_CONFIG_H -I.   -Wall -Wextra -I/usr/local/include  -O2 -pipe -fno-strict-aliasing -MT jtag2prog.o -MD -MP -MF .deps/jtag2prog.Tpo -c -o jtag2prog.o jtag2prog.cc
	In file included from jtag2prog.cc:39:
	/usr/local/include/bfd.h:37:2: error: #error config.h must be included before this header
	*** [jtag2prog.o] Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 20:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->joerg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-07 20:49:47 UTC
Responsible Changed
From-To: joerg->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-07 20:59:01 UTC
Author: wg
Date: Fri Jun  7 19:58:52 2013
New Revision: 320224
URL: http://svnweb.freebsd.org/changeset/ports/320224

Log:
  - Update to 2.13 [1]
  - Add LICENSE (GPLv2)
  
  PR:		ports/177617 [1]
  Submitted by:	Craig Leres <leres@ee.lbl.gov>
  Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)

Modified:
  head/devel/avarice/Makefile
  head/devel/avarice/distinfo

Modified: head/devel/avarice/Makefile
==============================================================================
--- head/devel/avarice/Makefile	Fri Jun  7 19:39:04 2013	(r320223)
+++ head/devel/avarice/Makefile	Fri Jun  7 19:58:52 2013	(r320224)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	avarice
-PORTVERSION=	2.12
+PORTVERSION=	2.13
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Atmel AVR JTAG programmer and debugging interface for avr-gdb
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
 		${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
 

Modified: head/devel/avarice/distinfo
==============================================================================
--- head/devel/avarice/distinfo	Fri Jun  7 19:39:04 2013	(r320223)
+++ head/devel/avarice/distinfo	Fri Jun  7 19:58:52 2013	(r320224)
@@ -1,2 +1,2 @@
-SHA256 (avarice-2.12.tar.bz2) = d9352faf7d6237e483653d87ac4af41aa372dcbca2fba3a01f9d1d07a0e4a69f
-SIZE (avarice-2.12.tar.bz2) = 183588
+SHA256 (avarice-2.13.tar.bz2) = a14738fe78e1a0a9321abcca7e685a00ce3ced207622ccbcd881ac32030c104a
+SIZE (avarice-2.13.tar.bz2) = 196063
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-06-07 21:00:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!