Date: Thu, 7 Nov 2013 10:39:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333078 - head/lang/gnatdroid-binutils Message-ID: <201311071039.rA7AdQjf033138@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071039.rA7AdQjf033138>