svn commit: r333078 - head/lang/gnatdroid-binutils
John Marino
marino at FreeBSD.org
Thu Nov 7 10:39:26 UTC 2013
Author: marino
Date: Thu Nov 7 10:39:25 2013
New Revision: 333078
URL: http://svnweb.freebsd.org/changeset/ports/333078
Log:
lang/gnatdroid-binutils: Remove USE_GCC=yes
A pkg-fallout notice was received for gnatdroid, saying that lang/gcc and
lang/gnatdroid-* were installing files in the same place. It turns out
that gnatdroid-binutils was pulling lang/gcc in unnecessarily. With
--disable-werror, it builds on clang on F10 just fine.
While here, convert USE_GMAKE too. Soon all gnat* ports will be
updated with the latest for ports, this is just a stop-gap fix.
Modified:
head/lang/gnatdroid-binutils/Makefile
Modified: head/lang/gnatdroid-binutils/Makefile
==============================================================================
--- head/lang/gnatdroid-binutils/Makefile Thu Nov 7 10:35:09 2013 (r333077)
+++ head/lang/gnatdroid-binutils/Makefile Thu Nov 7 10:39:25 2013 (r333078)
@@ -16,9 +16,8 @@ BUILD_DEPENDS= gnatdroid-sysroot>=9:${PO
${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr
RUN_DEPENDS:= ${BUILD_DEPENDS}
+USES= gmake
USE_BZIP2= YES
-USE_GCC= any
-USE_GMAKE= YES
HAS_CONFIGURE= YES
NO_MTREE= YES
@@ -38,6 +37,7 @@ CONFIGURE_ARGS+= --prefix=${BR1_PREFIX}
CONFIGURE_ARGS+= --with-sysroot=${PREFIX}
CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
CONFIGURE_ARGS+= --with-mpfr=${LOCALBASE}
+CONFIGURE_ARGS+= --disable-werror
CONFIGURE_ARGS+= --disable-nls
NO_STAGE= yes
More information about the svn-ports-head
mailing list