Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 12:18:55 -0700 (PDT)
From:      Craig Leres <leres@ee.lbl.gov>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        leres@ee.lbl.gov
Subject:   ports/177617: [PATCH] devel/avarice: unbreak and update to 2.13
Message-ID:  <201304031918.r33JItq8055915@fun.ee.lbl.gov>
Resent-Message-ID: <201304031920.r33JK0Gf040238@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177617
>Category:       ports
>Synopsis:       [PATCH] devel/avarice: unbreak and update to 2.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 03 19:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Craig Leres
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #4 r13: Fri Feb 1 19:03:16 PST 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64

	
>Description:
	The avarice port no longer builds after binutils-2.23.1 however the current version (2.13) is ok.

>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

>Fix:

	Update to 2.13; see attached patch.

--- patch.txt begins here ---
--- Makefile.orig	2013-04-03 12:10:14.000000000 -0700
+++ Makefile	2013-04-03 01:25:33.000000000 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	avarice
-PORTVERSION=	2.12
+PORTVERSION=	2.13
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
--- distinfo.orig	2013-04-03 12:10:19.000000000 -0700
+++ distinfo	2013-04-03 01:25:41.000000000 -0700
@@ -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
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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