svn commit: r330248 - head/lang/gcc48
Gerald Pfeifer
gerald at FreeBSD.org
Sun Oct 13 19:08:38 UTC 2013
Author: gerald
Date: Sun Oct 13 19:08:37 2013
New Revision: 330248
URL: http://svnweb.freebsd.org/changeset/ports/330248
Log:
Update to the 20131010 snapshot of GCC 4.8.2. [1]
Migrate to the new LIB_DEPENDS standard.
Reported by: portscout [1]
Modified:
head/lang/gcc48/Makefile
head/lang/gcc48/distinfo
Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile Sun Oct 13 19:06:40 2013 (r330247)
+++ head/lang/gcc48/Makefile Sun Oct 13 19:08:37 2013 (r330248)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 4.8.2.s20130919
+PORTVERSION= 4.8.2.s20131010
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= snapshots/${DISTVERS
MAINTAINER= gerald at FreeBSD.org
COMMENT= GNU Compiler Collection 4.8
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
- mpfr:${PORTSDIR}/math/mpfr \
- mpc:${PORTSDIR}/math/mpc
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libmpfr.so:${PORTSDIR}/math/mpfr \
+ libmpc.so:${PORTSDIR}/math/mpc
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo Sun Oct 13 19:06:40 2013 (r330247)
+++ head/lang/gcc48/distinfo Sun Oct 13 19:08:37 2013 (r330248)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20130919.tar.bz2) = bacfd54480322a2d36ff76dab0da0f025dc9c80392c743fa2826ab0a841c0e8e
-SIZE (gcc-4.8-20130919.tar.bz2) = 81722660
+SHA256 (gcc-4.8-20131010.tar.bz2) = a3fe36be4f7a269e2e6a943fc1ef09e7a1845b85c80feca4eddcdc7e5695fe54
+SIZE (gcc-4.8-20131010.tar.bz2) = 81735580
More information about the svn-ports-all
mailing list