From 993b5cd64bfc9b18ab07be8050e358b5de5a2926 Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 19 Apr 2013 23:45:27 +0000 Subject: Update to the 20130418 snapshot of GCC 4.8.1. This no longer installs libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes --- lang/gcc48/Makefile | 5 ++--- lang/gcc48/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 33db5107f535..6d6983afa8ed 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.1.20130328 +PORTVERSION= 4.8.1.20130418 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -132,8 +132,7 @@ MAN3= ffi${SUFFIX}.3 \ ffi_prep_cif${SUFFIX}.3 \ ffi_prep_cif_var${SUFFIX}.3 INFO+= gcc${SUFFIX}/cp-tools \ - gcc${SUFFIX}/gcj \ - gcc${SUFFIX}/libffi + gcc${SUFFIX}/gcj PLIST_SUB+= JAVA="" .else CONFIGURE_ARGS+=--disable-libgcj diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index b01f2c5f9579..258751716286 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130328.tar.bz2) = a46e8a22fee032e9511b07bd54ae6ab64465afd1f204faaca45464eb5c66fc92 -SIZE (gcc-4.8-20130328.tar.bz2) = 82609469 +SHA256 (gcc-4.8-20130418.tar.bz2) = f1148307d1ef0ab731dda8b6e5e90fd778f37bf62f46ad455e0a1cb8d948dc05 +SIZE (gcc-4.8-20130418.tar.bz2) = 82573341 -- cgit