From owner-svn-ports-head@freebsd.org Wed Feb 27 16:20:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1222A152102C; Wed, 27 Feb 2019 16:20:09 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA0FA84B21; Wed, 27 Feb 2019 16:20:08 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F6451F32D; Wed, 27 Feb 2019 16:20:08 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1RGK8H5071911; Wed, 27 Feb 2019 16:20:08 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RGK8m4071910; Wed, 27 Feb 2019 16:20:08 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201902271620.x1RGK8m4071910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Wed, 27 Feb 2019 16:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494067 - head/sysutils/lttng-tools X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/sysutils/lttng-tools X-SVN-Commit-Revision: 494067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AA0FA84B21 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 16:20:09 -0000 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 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