From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:00:53 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 81D713F7; Mon, 2 Sep 2013 22:00:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DEEA28FE; Mon, 2 Sep 2013 22:00:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82M0rfx077408; Mon, 2 Sep 2013 22:00:53 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82M0raA077407; Mon, 2 Sep 2013 22:00:53 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309022200.r82M0raA077407@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 2 Sep 2013 22:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326102 - head/devel/mingw32-binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 22:00:53 -0000 Author: tijl Date: Mon Sep 2 22:00:52 2013 New Revision: 326102 URL: http://svnweb.freebsd.org/changeset/ports/326102 Log: - Remove USE_GCC=any and fix building with clang by disabling -Werror. - Convert USE_GMAKE to USES=gmake. PR: 181761 Approved by: Naram Qashat (maintainer) Modified: head/devel/mingw32-binutils/Makefile Modified: head/devel/mingw32-binutils/Makefile ============================================================================== --- head/devel/mingw32-binutils/Makefile Mon Sep 2 21:57:08 2013 (r326101) +++ head/devel/mingw32-binutils/Makefile Mon Sep 2 22:00:52 2013 (r326102) @@ -3,6 +3,7 @@ PORTNAME= binutils PORTVERSION= ${BINUTILVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -15,14 +16,12 @@ COMMENT= GNU Binutils for Windows cross- BINUTILVERSION= 2.23.1 USE_BZIP2= yes -USE_GCC= any -USE_GMAKE= yes -USES= iconv +USES= gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-nls --disable-win32-registry \ - --disable-shared + --disable-shared --disable-werror INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}ar.1 \