From owner-svn-ports-all@FreeBSD.ORG Thu May 8 05:51:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F48C482; Thu, 8 May 2014 05:51:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D297E64; Thu, 8 May 2014 05:51:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s485pwkx019290; Thu, 8 May 2014 05:51:58 GMT (envelope-from joerg@svn.freebsd.org) Received: (from joerg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s485pwqJ019289; Thu, 8 May 2014 05:51:58 GMT (envelope-from joerg@svn.freebsd.org) Message-Id: <201405080551.s485pwqJ019289@svn.freebsd.org> From: Joerg Wunsch Date: Thu, 8 May 2014 05:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353276 - head/devel/avarice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 05:51:58 -0000 Author: joerg Date: Thu May 8 05:51:57 2014 New Revision: 353276 URL: http://svnweb.freebsd.org/changeset/ports/353276 QAT: https://qat.redports.org/buildarchive/r353276/ Log: Remove dependencies to libbfd and gnulibiberty which have been accidentally left over by those who upgraded the port to version 2.13. They are no longer needed starting with that version. Modified: head/devel/avarice/Makefile Modified: head/devel/avarice/Makefile ============================================================================== --- head/devel/avarice/Makefile Thu May 8 05:43:37 2014 (r353275) +++ head/devel/avarice/Makefile Thu May 8 05:51:57 2014 (r353276) @@ -11,9 +11,6 @@ COMMENT= Atmel AVR JTAG programmer and d LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ - ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty - USE_BZIP2= yes USES= perl5