From owner-freebsd-ports@freebsd.org Thu Feb 18 22:21:19 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 78598AAD948 for ; Thu, 18 Feb 2016 22:21:19 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1271C3F8 for ; Thu, 18 Feb 2016 22:21:18 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=SWlBMZanCoeJu57Kg64tRaSwDwLWKzNFDglL9jWYf6M=; b=FScCp997zAhmrbKSgbCpAvnch+Y3fW/d9lvAcNmRZW1mR0SOiDUBEHdG3YYTfYWt3QsUdHIjkmj+soHYd2w7BymFfKiojRJrdkAhM0uSAYX20wwFGYnl37LeqFgiq1/xlxfxF/XPITKVW+GluQg8Ovryk8o8/FKWipBz1CYINAk=; Received: from pam.xoc.tele2net.at ([213.90.36.6]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1aWWwj-0006Dm-HG for freebsd-ports@freebsd.org; Thu, 18 Feb 2016 23:21:13 +0100 Received: from 62-47-169-151.adsl.highway.telekom.at ([62.47.169.151] helo=[10.0.0.93]) by pam.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1aWWwj-0007O0-Ec for freebsd-ports@freebsd.org; Thu, 18 Feb 2016 23:21:13 +0100 To: freebsd-ports@freebsd.org From: Walter Schwarzenfeld Subject: category customports X-Enigmail-Draft-Status: N1110 Message-ID: <56C643D7.2010607@utanet.at> Date: Thu, 18 Feb 2016 23:21:11 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Thu, 18 Feb 2016 22:21:19 -0000 If I make an own port, I had it add to the category/Makefile. But this could be overwritten with the next update. If I make an own category I had it add to /usr/ports/Mk/bsd.port.mk under VALID_CATEGORIES. But this could also overwritten. (If I don't edit the Makefiles there are error messages from portmaster||,||synth, etc.) Is it considerable to make general a category customports or overlooked I something? It will be more simply, and good for the order in the ports tree. Better as the own port are spread over the whole ports-tree. (It only needs to make the category and add it to VALID_CATEGORIES. Without a category/Makefile, cause a empty Makefile on the server ports-tree would overwrite the users Makerfile.