From owner-freebsd-questions@freebsd.org Wed Apr 12 15:04:37 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43C0AD3B37E for ; Wed, 12 Apr 2017 15:04:37 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3D230E for ; Wed, 12 Apr 2017 15:04:37 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id a103so45314989ioj.1 for ; Wed, 12 Apr 2017 08:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=H6Up3f9K2oBxt3EViCB0kmKkd8ijyeUwH1FMWf1p8xs=; b=kHQrZqfwVh7E3zcAbdViQrfPyVuGFXcPWJgMliT7dg7ZjO33MATWuoXJ0d4Diw4tfF NN8UbEhywstWh0024fOHH7BWnzdaSXwBZ7+lskLTzpy+ZTOuFHo0dyUWVFZR0xt3B58R 6QY1arxCAPh/FiYqLuSI1kVJ9krXWQjWYhE7WKAe1k/xxtg1NUCK0X18BahPR5ZwGhU6 gTpgvgQ3x3Rl6a+VM+VoyO8M5SLrOPolfeCBumYk9u1aBF6/Cl/avu2P+Z8JqQwtHF5k P6kHak6AUJdaukJRBXh/A+BL7vT+da5XCVpStRz6LeirN5Hv1WX8wC45+ZF10vSYFr0E zw+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=H6Up3f9K2oBxt3EViCB0kmKkd8ijyeUwH1FMWf1p8xs=; b=oBz6aRm2yicH7nda9DSLZ/Iu/Lbypz37kxTPNbGwNrTvHWdmXvpZiFWu/aeyco6nVf jFEpCWCvEEV5SglRMR7bPd02FsFaH5wXpHacXSllXOD+IN2pWLZs0+bOMmZ4eLExZgWz 54VMZEbn6HzAD7Q+IprRCTH7u0BsHgjLcYooaMkrv0s4dwQ/Jg8+lb2mlqt32kikP5ki 1QwAvoYAhCEZcNG1HA/OTJ/ocZVU1tdBmoZ5Z199BiIXVfECqN8w6TkRLOrIuP1bBWrb aOjsPPcraacfa18LVIrp3RRM5H3+XogFaMJH/jPHm1bGSKV/HZ/GNPSjhrPAawe8kMZV xTdQ== X-Gm-Message-State: AFeK/H34KcVGdgf/AlTzWbYb/nLVJibk4zgIiNltE0OSZRSOpNuaORQShOzGgf4YcvUg/w== X-Received: by 10.107.171.67 with SMTP id u64mr61052122ioe.102.1492009437637; Wed, 12 Apr 2017 08:03:57 -0700 (PDT) Received: from [10.0.10.3] (cpe-74-141-88-57.neo.res.rr.com. [74.141.88.57]) by smtp.googlemail.com with ESMTPSA id i7sm9566839ioe.48.2017.04.12.08.03.56 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Apr 2017 08:03:57 -0700 (PDT) Message-ID: <58EE41E0.9080706@gmail.com> Date: Wed, 12 Apr 2017 11:04:00 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: FreeBSD questions Subject: Procedure to compile a system patch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2017 15:04:37 -0000 Hello list; I have a patch file for contrib/ipfilter/tools/ippool.c I have never compiled the base system source so have no idea about how to do this. I only want to compile the things necessary to apply this patch, not the whole system or even the just the kernel. I used this svn command to download just the necessary source svnlite co svn://svn.freebsd.org/base/releng/11.0/contrib/ipfilter/tools /usr/src/contrib/ipfilter/tools Then I patched ippool.c Now I am stuck. What command do I enter to compile ippool.c to get an updated /sbin/ippool executable module?