svn commit: r401325 - in head/lang/gcc49: . files

Gerald Pfeifer gerald at FreeBSD.org
Thu Nov 12 11:50:17 UTC 2015


Author: gerald
Date: Thu Nov 12 11:50:15 2015
New Revision: 401325
URL: https://svnweb.freebsd.org/changeset/ports/401325

Log:
  Update to the 20151111 snapshot of GCC 4.9.4.
  
  Thanks to andreast@ the patch for PIE support is now upstream,
  so drop files/patch-pie-support.

Deleted:
  head/lang/gcc49/files/patch-pie-support
Modified:
  head/lang/gcc49/Makefile
  head/lang/gcc49/distinfo

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Thu Nov 12 11:21:48 2015	(r401324)
+++ head/lang/gcc49/Makefile	Thu Nov 12 11:50:15 2015	(r401325)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	4.9.4.s20151028
+PORTVERSION=	4.9.4.s20151111
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}

Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo	Thu Nov 12 11:21:48 2015	(r401324)
+++ head/lang/gcc49/distinfo	Thu Nov 12 11:50:15 2015	(r401325)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20151028.tar.bz2) = 71d6c7122fca661e420d8e14799d21134e293b37973991e574b4e070816fcaf6
-SIZE (gcc-4.9-20151028.tar.bz2) = 85807011
+SHA256 (gcc-4.9-20151111.tar.bz2) = 87a757d67e3da84ec7f58f7b5f2e757122f952cff22a74a7519f7b2aabccf42b
+SIZE (gcc-4.9-20151111.tar.bz2) = 85841034


More information about the svn-ports-all mailing list