From owner-freebsd-ports@freebsd.org Mon Jul 9 07:54:11 2018 Return-Path: Delivered-To: freebsd-ports@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 68893102BE68 for ; Mon, 9 Jul 2018 07:54:11 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0C27B88D1C for ; Mon, 9 Jul 2018 07:54:11 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BC367102BE61; Mon, 9 Jul 2018 07:54:10 +0000 (UTC) Delivered-To: ports@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 A9F5E102BE5E for ; Mon, 9 Jul 2018 07:54:10 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6147088D18; Mon, 9 Jul 2018 07:54:10 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:3cd6:2403:7407:2166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 7D57D8E8A; Mon, 9 Jul 2018 07:54:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 9 Jul 2018 16:54:06 +0900 From: Koichiro Iwao To: ports@FreeBSD.org Subject: order of multiple PKGNAMEPREFIX? Message-ID: <20180709075406.v5tigxksz45y2njr@icepick.vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180622 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 07:54:11 -0000 Hi, I have a question when a port has multiple PKGNAMEPREFIX. I'm still not sure after reading porter's handbook[1]. If prefixed ports such as p5-, py-, rubygem- are under language or region category, which prefix should appear earlier? As well as other existing ports, I believe language_region- should appear earlier. Am I correct? See also: https://reviews.freebsd.org/D16002 [1] https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html -- meta