Date: Wed, 27 Feb 2019 16:20:08 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494067 - head/sysutils/lttng-tools Message-ID: <201902271620.x1RGK8m4071910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Wed Feb 27 16:20:08 2019 New Revision: 494067 URL: https://svnweb.freebsd.org/changeset/ports/494067 Log: sysutils/lttng-tools: Fix build GCC (and Tier-2 archs) Use compiler:c11 to fix the ld segfault during the build PR: 235986 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: The FreeBSD Foundation Modified: head/sysutils/lttng-tools/Makefile Modified: head/sysutils/lttng-tools/Makefile ============================================================================== --- head/sysutils/lttng-tools/Makefile Wed Feb 27 16:07:48 2019 (r494066) +++ head/sysutils/lttng-tools/Makefile Wed Feb 27 16:20:08 2019 (r494067) @@ -3,7 +3,7 @@ PORTNAME= lttng-tools PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ @@ -21,8 +21,8 @@ LIB_DEPENDS= libpopt.so:devel/popt \ BROKEN_powerpc64= fails to compile: cc: Internal error: Segmentation fault (program ld) -USES= autoreconf bison libtool localbase pathfix pkgconfig \ - shebangfix tar:bzip2 +USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \ + pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271620.x1RGK8m4071910>