Date: Thu, 30 Nov 2017 06:23:59 +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: r455168 - head/lang/gcc6-devel Message-ID: <201711300623.vAU6NxLd033929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711300623.vAU6NxLd033929>