From owner-freebsd-ports@freebsd.org Fri Jul 17 08:12:56 2015 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 3C0C69A4D52 for ; Fri, 17 Jul 2015 08:12:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 046E21E5E for ; Fri, 17 Jul 2015 08:12:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6844FBDC30; Fri, 17 Jul 2015 10:12:53 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 3F81FBDC2E; Fri, 17 Jul 2015 10:12:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id EA0AD3C77B60; Fri, 17 Jul 2015 10:12:52 +0200 (CEST) Date: Fri, 17 Jul 2015 10:12:50 +0200 From: Mathieu Arnold To: Aristedes Maniatis , Shane Ambler , FreeBSD Mailing List Subject: Re: poudriere with custom packages Message-ID: In-Reply-To: <55A8A170.1060404@ish.com.au> References: <55A729C8.10301@ish.com.au> <55A899AF.9030102@ShaneWare.Biz> <55A8A170.1060404@ish.com.au> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========497D84B4FFAD5E21A41F==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 08:12:56 -0000 --==========497D84B4FFAD5E21A41F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 17 juillet 2015 16:32:16 +1000 Aristedes Maniatis wrote: | On 17/07/2015 3:59pm, Shane Ambler wrote: |> As long as the name you use for the port is unique, steps like portsnap |> or svn update should not remove it. I would still keep a copy elsewhere. | | Thanks for that. I'm doing exactly what everyone here suggests | (abandoning my reversing engineered +MANIFEST and using ports) and so far | it works well. The only obstacle I found was that adding my own category | (to keep out the way of portsnap) didn't work, even with: | |# cat /usr/ports/Makefile.local | SUBDIR += ish | CATEGORIES += ish | | I agree that a weighting on the repo configs would be terrific. You only need to add Makefile.local with SUBDIR+=ish if you run bulk -a otherwise, you just add your ports to the ports list. For the category, what I do is, in each port: CATEGORIES= local sysutils VALID_CATEGORIES= local -- Mathieu Arnold --==========497D84B4FFAD5E21A41F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVqLkEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iuk0P/RNcnxnx3DZshw+CR2YuPnBY W9JRPFzOZnQb/JVZbtpEXfbIr0Mcmx/W3yqPNZUw1NQb2U/WaEbVzWb7syAezfde E86iYClsA3W6/MCa+os0Qq5O9DVcl2aB3LMb5AKWG76Yr5tby8X6eNVQEBs6b6Rp A+PjmID7g/zn6bTMaitStvTlmWFgJzhO4viBj2Z+daqqq8/GxkVPgjGzkml4/fgD TGB3bpNZNIuStG3npyva86elglgdbj8zF8IyIA6ddeDF9sRn7Wz57FGWUTV78ovJ grmf2iC4xbGIA/GIKC+E/drNP+6/dhd17UWO4vs/ooRKB1fcI5VNq/23P8QC+TzU FHMKzCAWqbEWpvsMTWCFnou+m00/R3SD0h0EfaNVCtLIJMSZehV6RVlB9n2D8SvP 91HATWFQatS6SP7B4PZ8TYsoRLYut8E1f3MxXjLN8U474HAHI5zZXjyfliOMgQvO EY1o9+0/6YrkwsuVJsrBdoRWTIEq/bT8gs6cTKDAc795t6+4vjDI9XxtFLpdwozw 1whOj17VbZaBfGD9EOl5U4CVtNNvYAAXJtjtV3P+sf4pCe44nIXLEYzTSduUR0Q5 InSt9tK5Y3w+lE8E2t2+iRFTlyw84onGfxsabg8qZaltafOFwMfmPUl78mj7JhJy GKizHnn23v7bXh/Z/qmC =ncrj -----END PGP SIGNATURE----- --==========497D84B4FFAD5E21A41F==========--