Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 01:11:37 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344320 - head/lang/gcc48
Message-ID:  <201402150111.s1F1BbHk032616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb 15 01:11:37 2014
New Revision: 344320
URL: http://svnweb.freebsd.org/changeset/ports/344320
QAT: https://qat.redports.org/buildarchive/r344320/

Log:
  Update to the 20140213 snapshot of GCC 4.8.3.
  
  Configure with --enable-gnu-indirect-function to enable the "ifunc"
  attribute, a GCC extension. [1]
  
  Remove the man7 pages, which we are not packaging, from the staging area
  to silence some warnings some are concerned about. [2]
  
  Submitted by:   jmg [1], miwi [2]
  Discussed with: kib [1], antoine [2]

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

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Fri Feb 14 23:45:06 2014	(r344319)
+++ head/lang/gcc48/Makefile	Sat Feb 15 01:11:37 2014	(r344320)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc48
-PORTVERSION=	4.8.3.s20140116
+PORTVERSION=	4.8.3.s20140213
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}
@@ -129,6 +129,7 @@ full-regression-test: build
 
 post-install:
 	${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+	${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
 	# Add target libraries and include files to packaging list.
 	${RM} -f ${WRKDIR}/PLIST.lib
 .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax

Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo	Fri Feb 14 23:45:06 2014	(r344319)
+++ head/lang/gcc48/distinfo	Sat Feb 15 01:11:37 2014	(r344320)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20140116.tar.bz2) = bba7542a6845931e244576c23fcf62c5766b769c12f9af5e0cdf99ea2ec51408
-SIZE (gcc-4.8-20140116.tar.bz2) = 81863240
+SHA256 (gcc-4.8-20140213.tar.bz2) = dcb4d8200c48b9b538b611b2b125401478f9b21a2801f86a80ba7075ba3906b3
+SIZE (gcc-4.8-20140213.tar.bz2) = 81844524



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402150111.s1F1BbHk032616>