Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 15:06:00 +0200
From:      "Kristof Provost" <kp@FreeBSD.org>
To:        "Devin Teske" <dteske@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec
Message-ID:  <ADEDC9DF-7A3E-40C3-A931-C87865363F39@FreeBSD.org>
In-Reply-To: <201808110632.w7B6WVE9009976@repo.freebsd.org>
References:  <201808110632.w7B6WVE9009976@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Devin,

On 11 Aug 2018, at 8:32, Devin Teske wrote:
> Author: dteske
> Date: Sat Aug 11 06:32:31 2018
> New Revision: 337611
> URL: https://svnweb.freebsd.org/changeset/base/337611
>
> Log:
>   dwatch(1): Add systop profile
>
>   Provides a top-like view of syscall consumers.
>
>   MFC after:	3 days
>   X-MFC-to:	stable/11
>   Sponsored by:	Smule, Inc.
>
> Added:
>   head/cddl/usr.sbin/dwatch/libexec/systop   (contents, props changed)
> Modified:
>   head/cddl/usr.sbin/dwatch/libexec/Makefile
>
> Modified: head/cddl/usr.sbin/dwatch/libexec/Makefile
> ==============================================================================
> --- head/cddl/usr.sbin/dwatch/libexec/Makefile	Sat Aug 11 06:13:11 
> 2018	(r337610)
> +++ head/cddl/usr.sbin/dwatch/libexec/Makefile	Sat Aug 11 06:32:31 
> 2018	(r337611)
> @@ -62,6 +62,7 @@ LINKS+=	${LIBEXECDIR}/dwatch/sendrecv 
> ${LIBEXECDIR}/dw
>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/send
>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendmsg
>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendto
> +LINKS+=	${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop

This breaks install world:
install: link 
/usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop 
-> 
/usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop: 
No such file or directory

Regards,
Kristof
From owner-svn-src-all@freebsd.org  Sat Aug 11 13:18:21 2018
Return-Path: <owner-svn-src-all@freebsd.org>
Delivered-To: svn-src-all@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 ED40C106C176;
 Sat, 11 Aug 2018 13:18:20 +0000 (UTC)
 (envelope-from netchild@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id A38C97BFB0;
 Sat, 11 Aug 2018 13:18:20 +0000 (UTC)
 (envelope-from netchild@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 8610B17B33;
 Sat, 11 Aug 2018 13:18:20 +0000 (UTC)
 (envelope-from netchild@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7BDIKns016025;
 Sat, 11 Aug 2018 13:18:20 GMT (envelope-from netchild@FreeBSD.org)
Received: (from netchild@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7BDIKMZ016023;
 Sat, 11 Aug 2018 13:18:20 GMT (envelope-from netchild@FreeBSD.org)
Message-Id: <201808111318.w7BDIKMZ016023@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: netchild set sender to
 netchild@FreeBSD.org using -f
From: Alexander Leidinger <netchild@FreeBSD.org>
Date: Sat, 11 Aug 2018 13:18:20 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: svn commit: r337621 - in head/share/man: man5 man7
X-SVN-Group: head
X-SVN-Commit-Author: netchild
X-SVN-Commit-Paths: in head/share/man: man5 man7
X-SVN-Commit-Revision: 337621
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>;
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 11 Aug 2018 13:18:21 -0000

Author: netchild
Date: Sat Aug 11 13:18:19 2018
New Revision: 337621
URL: https://svnweb.freebsd.org/changeset/base/337621

Log:
  Add svnlite to places where svn is mentioned.
  
  The Makefile part in the PR is solved already differently, so this
  part is skipped form the PR The man page change change is slightly
  changed to adapt to the way the Makefile works and to the spirit
  of what is intended here.
  
  Submitted by:	Juan Ramón Molina Menor <info@juanmolina.eu>
  PR:		194910
  Sponsored by:	Essen Hackathon

Modified:
  head/share/man/man5/make.conf.5
  head/share/man/man7/build.7

Modified: head/share/man/man5/make.conf.5
==============================================================================
--- head/share/man/man5/make.conf.5	Sat Aug 11 13:01:46 2018	(r337620)
+++ head/share/man/man5/make.conf.5	Sat Aug 11 13:18:19 2018	(r337621)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 20, 2018
+.Dd August 11, 2018
 .Dt MAKE.CONF 5
 .Os
 .Sh NAME
@@ -234,12 +234,13 @@ Set this to not update the ports tree during
 .Pq Vt bool
 Set this to use
 .Xr svn 1
+or
+.Xr svnlite 1
 to update your
 .Pa src
 tree with
 .Dq Li "make update" .
-Note that since a subversion client is not included in the base system,
-you will need to set
+Note that you can set
 .Va SVN
 to the full path of a
 .Xr svn 1

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Sat Aug 11 13:01:46 2018	(r337620)
+++ head/share/man/man7/build.7	Sat Aug 11 13:18:19 2018	(r337621)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 24, 2017
+.Dd August 11, 2018
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -42,6 +42,8 @@ and
 These directories may be initially empty or non-existent until updated with
 .Xr svn 1
 or
+.Xr svnlite 1
+or
 .Xr portsnap 8 .
 Directory
 .Pa /usr/src
@@ -789,6 +791,7 @@ make TARGET_ARCH=armv6 DESTDIR=/clients/arm64 installw
 .Xr install 1 ,
 .Xr make 1 ,
 .Xr svn 1 ,
+.Xr svnlite 1 ,
 .Xr make.conf 5 ,
 .Xr src.conf 5 ,
 .Xr arch 7 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ADEDC9DF-7A3E-40C3-A931-C87865363F39>