Date: Mon, 6 Feb 2017 10:55:31 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433484 - head/lang/gprolog Message-ID: <201702061055.v16AtVvW018463@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Feb 6 10:55:31 2017 New Revision: 433484 URL: https://svnweb.freebsd.org/changeset/ports/433484 Log: lang/gprolog: pass -O3 to unbreak with gcc5 gplc -c --fast-math fd2c.pl ====>> Killing runaway build after 7200 seconds with no output PR: 216707 Reported by: antoine (via exp-run) Modified: head/lang/gprolog/Makefile (contents, props changed) Modified: head/lang/gprolog/Makefile ============================================================================== --- head/lang/gprolog/Makefile Mon Feb 6 10:53:25 2017 (r433483) +++ head/lang/gprolog/Makefile Mon Feb 6 10:55:31 2017 (r433484) @@ -3,7 +3,7 @@ PORTNAME= gprolog PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.gprolog.org/ @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USES= gmake USE_GCC= any USE_AUTOTOOLS= autoconf +CFLAGS+= -O3 # gcc5/gcc6 + -O2 = pl2wam hangs CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702061055.v16AtVvW018463>