svn commit: r401320 - head/lang/gcc6-devel

Gerald Pfeifer gerald at FreeBSD.org
Thu Nov 12 09:37:48 UTC 2015


Author: gerald
Date: Thu Nov 12 09:37:47 2015
New Revision: 401320
URL: https://svnweb.freebsd.org/changeset/ports/401320

Log:
  Update to the 20151108 development snapshot of GCC 6.
  
  This now features PIE (position-independent executable) support
  for powerpc64, courtesy of andreast at .

Modified:
  head/lang/gcc6-devel/Makefile
  head/lang/gcc6-devel/distinfo

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Thu Nov 12 07:09:05 2015	(r401319)
+++ head/lang/gcc6-devel/Makefile	Thu Nov 12 09:37:47 2015	(r401320)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	6.0.0.s20151101
+PORTVERSION=	6.0.0.s20151108
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc6-devel/distinfo
==============================================================================
--- head/lang/gcc6-devel/distinfo	Thu Nov 12 07:09:05 2015	(r401319)
+++ head/lang/gcc6-devel/distinfo	Thu Nov 12 09:37:47 2015	(r401320)
@@ -1,2 +1,2 @@
-SHA256 (gcc-6-20151101.tar.bz2) = a1da18a71c7cf62bdead51d7ad651044dda0a53fb77d4120d555277d4282e18f
-SIZE (gcc-6-20151101.tar.bz2) = 93391337
+SHA256 (gcc-6-20151108.tar.bz2) = 3a18cfb8a2f8bfd5802ad3a58480fea9569917399c2f7d6b6c60b634d23ca77b
+SIZE (gcc-6-20151108.tar.bz2) = 93393246


More information about the svn-ports-all mailing list