From c32a9d9d8ceaeed93b4b9a8ed58dd0d474dd6094 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 7 Nov 2013 10:39:25 +0000 Subject: 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. --- lang/gnatdroid-binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gnatdroid-binutils') diff --git a/lang/gnatdroid-binutils/Makefile b/lang/gnatdroid-binutils/Makefile index 3342113857d4..478b24b0d018 100644 --- a/lang/gnatdroid-binutils/Makefile +++ b/lang/gnatdroid-binutils/Makefile @@ -16,9 +16,8 @@ BUILD_DEPENDS= gnatdroid-sysroot>=9:${PORTSDIR}/lang/gnatdroid-sysroot \ ${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 -- cgit ion value='cinnamon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cyrus-imspd
Commit message (Expand)AuthorAgeFilesLines
* - Remove bad site:jmelo2006-07-251-1/+1
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-05