Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 22:00:53 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326102 - head/devel/mingw32-binutils
Message-ID:  <201309022200.r82M0raA077407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <cyberbotx@cyberbotx.com> (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    \



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