Date: Sat, 8 Dec 2018 08:35:45 +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: r486920 - in head/lang/gcc7: . files Message-ID: <201812080835.wB88ZjXr073327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Dec 8 08:35:45 2018 New Revision: 486920 URL: https://svnweb.freebsd.org/changeset/ports/486920 Log: Update to the GCC 7.4 release. This fixes more than 190 bugs and includes files/patch-libgfortran which I had also applied upstream. On the way create a separate USES block earlier in the Makefile and moving relevant items there. [1] Reported by: portlint [1] Deleted: head/lang/gcc7/files/patch-libgfortran Modified: head/lang/gcc7/Makefile head/lang/gcc7/distinfo Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Sat Dec 8 08:30:21 2018 (r486919) +++ head/lang/gcc7/Makefile Sat Dec 8 08:35:45 2018 (r486920) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.3.0 -PORTREVISION= 6 +PORTVERSION= 7.4.0 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} @@ -21,20 +20,20 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpc.so:math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils - .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif +USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz +USE_BINUTILS= yes +USE_PERL5= build + CONFLICTS= gcc7-devel-7.* CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz -USE_BINUTILS= yes -USE_PERL5= build SSP_UNSAFE= yes CFLAGS:= ${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} Modified: head/lang/gcc7/distinfo ============================================================================== --- head/lang/gcc7/distinfo Sat Dec 8 08:30:21 2018 (r486919) +++ head/lang/gcc7/distinfo Sat Dec 8 08:35:45 2018 (r486920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516953569 -SHA256 (gcc-7.3.0.tar.xz) = 832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c -SIZE (gcc-7.3.0.tar.xz) = 62462388 +TIMESTAMP = 1544223514 +SHA256 (gcc-7.4.0.tar.xz) = eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51 +SIZE (gcc-7.4.0.tar.xz) = 62601888
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080835.wB88ZjXr073327>