Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2014 03:13:27 +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: r351667 - in head/lang/gcc47: . files
Message-ID:  <201404210313.s3L3DRYg093747@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Apr 21 03:13:26 2014
New Revision: 351667
URL: http://svnweb.freebsd.org/changeset/ports/351667
QAT: https://qat.redports.org/buildarchive/r351667/

Log:
  Update to the 20140419 snapshot of GCC 4.7.4.
  
  Add pkg-message that references the need to use -Wl,-rpath=... . [1]
  
  PR:		185902 [1]

Added:
  head/lang/gcc47/files/pkg-message.in   (contents, props changed)
Modified:
  head/lang/gcc47/Makefile
  head/lang/gcc47/distinfo

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Mon Apr 21 02:45:32 2014	(r351666)
+++ head/lang/gcc47/Makefile	Mon Apr 21 03:13:26 2014	(r351667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc47
-PORTVERSION=	4.7.4.20140412
+PORTVERSION=	4.7.4.20140419
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}
@@ -101,6 +101,8 @@ INFO=		gcc${SUFFIX}/cpp \
 INFO+=		gcc${SUFFIX}/libquadmath \
 		gcc${SUFFIX}/libitm
 .endif
+SUB_FILES=	pkg-message
+SUB_LIST+=	TARGLIB=${TARGLIB}
 
 .if ${PORT_OPTIONS:MJAVA}
 ECJ_JAR=	${LOCALBASE}/share/java/ecj-4.5.jar

Modified: head/lang/gcc47/distinfo
==============================================================================
--- head/lang/gcc47/distinfo	Mon Apr 21 02:45:32 2014	(r351666)
+++ head/lang/gcc47/distinfo	Mon Apr 21 03:13:26 2014	(r351667)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.7-20140412.tar.bz2) = c4e747ed56323987e231a4b0c482b9594a2ac2be0b0fa8798aea267c06ff4612
-SIZE (gcc-4.7-20140412.tar.bz2) = 78901897
+SHA256 (gcc-4.7-20140419.tar.bz2) = a3678fc0d5d61fed33e84a9bcb5be700115009bb5e5dff8ce76ef9d501c8be72
+SIZE (gcc-4.7-20140419.tar.bz2) = 78907262

Added: head/lang/gcc47/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc47/files/pkg-message.in	Mon Apr 21 03:13:26 2014	(r351667)
@@ -0,0 +1,7 @@
+To ensure binaries built with this toolchain find appropriate versions
+of the necessary run-time libraries, you may want to link using
+
+  -Wl,-rpath=%%TARGLIB%%
+
+For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
+transparently.



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