Date: Thu, 9 Oct 2014 09:20:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370510 - head/devel/powerpc64-gcc Message-ID: <201410090920.s999KAHu064243@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 9 09:20:09 2014 New Revision: 370510 URL: https://svnweb.freebsd.org/changeset/ports/370510 QAT: https://qat.redports.org/buildarchive/r370510/ Log: Cleanup garbage Modified: head/devel/powerpc64-gcc/Makefile Modified: head/devel/powerpc64-gcc/Makefile ============================================================================== --- head/devel/powerpc64-gcc/Makefile Thu Oct 9 09:13:24 2014 (r370509) +++ head/devel/powerpc64-gcc/Makefile Thu Oct 9 09:20:09 2014 (r370510) @@ -3,10 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.1 CATEGORIES= devel -MASTER_SITES= GCC \ - GNU/gmp:gmp \ - http://www.mpfr.org/mpfr-current/:mpfr \ - http://www.multiprecision.org/mpc/download/:mpc +MASTER_SITES= GCC MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} PKGNAMEPREFIX?= powerpc64- @@ -20,8 +17,6 @@ USES= gmake iconv libtool tar:bzip2 make PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \ OPSYS=${OPSYS:tl} -DISTFILES+= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr \ libmpc.so:${PORTSDIR}/math/mpc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410090920.s999KAHu064243>