svn commit: r301515 - head/lang/gcc48

Gerald Pfeifer gerald at FreeBSD.org
Wed Jul 25 09:53:05 UTC 2012


Author: gerald
Date: Wed Jul 25 09:53:04 2012
New Revision: 301515
URL: http://svn.freebsd.org/changeset/ports/301515

Log:
  Update to the 20120722 snapshot of GCC 4.8.0.
  
  Remove ABI version numbers for all library dependencies.

Modified:
  head/lang/gcc48/Makefile
  head/lang/gcc48/distinfo

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Wed Jul 25 08:47:55 2012	(r301514)
+++ head/lang/gcc48/Makefile	Wed Jul 25 09:53:04 2012	(r301515)
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gcc
-PORTVERSION=	4.8.0.20120715
+PORTVERSION=	4.8.0.20120722
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${VERSIONSTRING}
@@ -16,9 +16,9 @@ DISTNAME=	gcc-${VERSIONSTRING}
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.8
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
-		mpfr.4:${PORTSDIR}/math/mpfr \
-		mpc.2:${PORTSDIR}/math/mpc
+LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
+		mpfr:${PORTSDIR}/math/mpfr \
+		mpc:${PORTSDIR}/math/mpc
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
 
 .if defined(MAINTAINER_MODE)

Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo	Wed Jul 25 08:47:55 2012	(r301514)
+++ head/lang/gcc48/distinfo	Wed Jul 25 09:53:04 2012	(r301515)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20120715.tar.bz2) = 506a19ceb2f97e41339964c8ea7f251fd51e40cce2193128b24a7094ecd3aada
-SIZE (gcc-4.8-20120715.tar.bz2) = 79296466
+SHA256 (gcc-4.8-20120722.tar.bz2) = 7c96aed0184f22dcc14f2be5e5565d4ac25491510f0c3e117dab7ceb65ec0889
+SIZE (gcc-4.8-20120722.tar.bz2) = 79251409



More information about the svn-ports-head mailing list