From owner-freebsd-ports@freebsd.org Wed Sep 14 19:03:20 2016 Return-Path: Delivered-To: freebsd-ports@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 CCFCCBD68E7 for ; Wed, 14 Sep 2016 19:03:20 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5FC1D82 for ; Wed, 14 Sep 2016 19:03:19 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.0.1] (unknown [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id D8E4225044 for ; Wed, 14 Sep 2016 19:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1473879793; bh=GO6WDMdzmzMbLeSAOIv6+SnxtYBrXliuHLOoviKv+AY=; h=Date:From:To:Subject; b=c6UffGO6NqCtTSbujz380eZUywWGfjNMbNMp+MXUUPsfqtbmUqXjcGIdAmg7SGIND s/1EqS4/1x7iKjtCyXWhZifkn3EcZ1ONPZzVxUPGgnO4FQvExyRsRND6/wwv392xH8 otVv8zOj0ggVR0Ddf/XcMKnoqgoBIgktT/Jd22N0= Message-ID: <57D99EF0.5040202@abinet.ru> Date: Wed, 14 Sep 2016 22:03:12 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:) Gecko/20160112 FossaMail/25.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: What exactly are slave ports? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2016 19:03:20 -0000 Hello, I want to add to existing port another one for the same program, but with different git branch and (possibly) with slightly different dependencies. Is this a good case for slave port ? Slave ports are not documented in porter handbook and I'm not sure how they work and when used. Thanks.