From owner-dev-commits-ports-main@freebsd.org Tue Apr 27 17:01:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E18225F7872; Tue, 27 Apr 2021 17:01:52 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FV7N0582Rz4dbW; Tue, 27 Apr 2021 17:01:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90E0B1E82D; Tue, 27 Apr 2021 17:01:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13RH1q0A051397; Tue, 27 Apr 2021 17:01:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13RH1qpZ051383; Tue, 27 Apr 2021 17:01:52 GMT (envelope-from git) Date: Tue, 27 Apr 2021 17:01:52 GMT Message-Id: <202104271701.13RH1qpZ051383@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: 4c88fa47b2af - main - sysutils/lttng-tools: whitespace fixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4c88fa47b2afddceabf8a3230c98a13ca7965c51 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2021 17:01:53 -0000 The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c88fa47b2afddceabf8a3230c98a13ca7965c51 commit 4c88fa47b2afddceabf8a3230c98a13ca7965c51 Author: Dmitry Marakasov AuthorDate: 2021-04-27 15:55:20 +0000 Commit: Dmitry Marakasov CommitDate: 2021-04-27 17:00:08 +0000 sysutils/lttng-tools: whitespace fixes --- sysutils/lttng-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile index f49f0c9d2c23..6a2f6436e134 100644 --- a/sysutils/lttng-tools/Makefile +++ b/sysutils/lttng-tools/Makefile @@ -18,8 +18,8 @@ BROKEN_FreeBSD_13= ld: error: duplicate symbol: mi_lttng_element_load_override_u BROKEN_FreeBSD_14= ld: error: duplicate symbol: mi_lttng_element_load_override_url LIB_DEPENDS= libpopt.so:devel/popt \ - liburcu.so:sysutils/liburcu \ - liblttng-ust-ctl.so:sysutils/lttng-ust + liburcu.so:sysutils/liburcu \ + liblttng-ust-ctl.so:sysutils/lttng-ust USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \ pkgconfig shebangfix tar:bzip2 @@ -28,7 +28,7 @@ USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lttng-ust-prefix=${LOCALBASE} \ - --disable-maintainer-mode + --disable-maintainer-mode INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS