From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 18 20:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 41BA6AE5 for ; Sat, 18 Jan 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 051E91F38 for ; Sat, 18 Jan 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0IKe0Ln028751 for ; Sat, 18 Jan 2014 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0IKe0bj028750; Sat, 18 Jan 2014 20:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 18 Jan 2014 20:40:00 GMT Resent-Message-Id: <201401182040.s0IKe0bj028750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Ohlstein 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 3EA582CF; Sat, 18 Jan 2014 20:33:03 +0000 (UTC) Received: from selenium.jlkhosting.com (selenium.jlkhosting.com [23.239.108.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BDF01E9F; Sat, 18 Jan 2014 20:33:02 +0000 (UTC) Received: from root by selenium.jlkhosting.com with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W4cYO-000PPH-SL; Sat, 18 Jan 2014 15:31:40 -0500 Message-Id: Date: Sat, 18 Jan 2014 15:31:40 -0500 From: Jim Ohlstein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185867: [PATCH] devel/binutils: [SUMMARIZE CHANGES] Cc: zeising@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jim Ohlstein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 20:40:01 -0000 >Number: 185867 >Category: ports >Synopsis: [PATCH] devel/binutils: [SUMMARIZE CHANGES] >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: Sat Jan 18 20:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jim Ohlstein >Release: FreeBSD 10.0-PRERELEASE amd64 >Organization: JLK Hosting >Environment: System: FreeBSD selenium.jlkhosting.com 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260431: Tue Jan 7 21:59:51 >Description: Simple patch to convert USE_GMAKE -> USES=gmake as requested in http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-January/000073.html. Port maintainer (zeising@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- binutils-2.24.patch begins here --- diff -ruN ../binutils.orig/Makefile ./Makefile --- ../binutils.orig/Makefile 2014-01-18 15:26:02.785434101 -0500 +++ ./Makefile 2014-01-18 15:24:05.994442007 -0500 @@ -23,9 +23,8 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING3.LIB -USES= bison +USES= bison gmake USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include --- binutils-2.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: