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

Gerald Pfeifer gerald at FreeBSD.org
Thu Nov 30 06:24:00 UTC 2017


Author: gerald
Date: Thu Nov 30 06:23:59 2017
New Revision: 455168
URL: https://svnweb.freebsd.org/changeset/ports/455168

Log:
  Update to the 20171129 snapshot of GCC 6.4.1.
  
  Like with lang/gcc6 now, make sure what we install is stripped (i.e.,
  debug info is removed).  (For more background see revisions 454177.)

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

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Thu Nov 30 06:13:34 2017	(r455167)
+++ head/lang/gcc6-devel/Makefile	Thu Nov 30 06:23:59 2017	(r455168)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	6.4.1.s20171122
+PORTVERSION=	6.4.1.s20171129
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -93,6 +93,10 @@ CONFIGURE_ARGS+=--disable-bootstrap
 .else
 CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
 ALL_TARGET=	bootstrap-lean
+.endif
+INSTALL_TARGET=	install-strip
+.if ${UID} != 0
+BINMODE=	755
 .endif
 CONFIGURE_ARGS+=--disable-nls \
 		--enable-gnu-indirect-function \

Modified: head/lang/gcc6-devel/distinfo
==============================================================================
--- head/lang/gcc6-devel/distinfo	Thu Nov 30 06:13:34 2017	(r455167)
+++ head/lang/gcc6-devel/distinfo	Thu Nov 30 06:23:59 2017	(r455168)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511391489
-SHA256 (gcc-6-20171122.tar.xz) = 31fafc3de86bce2e88e78be49fb6e2969090561902565f8a9ab4b487b6bf2563
-SIZE (gcc-6-20171122.tar.xz) = 72605876
+TIMESTAMP = 1511996873
+SHA256 (gcc-6-20171129.tar.xz) = 045726114546a674f10f375a9103f26672932bd4178edf388f44c5bde75384e7
+SIZE (gcc-6-20171129.tar.xz) = 72606568


More information about the svn-ports-all mailing list