From owner-freebsd-ports@freebsd.org Mon May 21 06:46:42 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 3CB4CEE5394 for ; Mon, 21 May 2018 06:46:42 +0000 (UTC) (envelope-from peo@nethead.se) 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 C86A16FA7F for ; Mon, 21 May 2018 06:46:41 +0000 (UTC) (envelope-from peo@nethead.se) Received: by mailman.ysv.freebsd.org (Postfix) id 81ECFEE5393; Mon, 21 May 2018 06:46:41 +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 6F31DEE5392 for ; Mon, 21 May 2018 06:46:41 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07D0D6FA7D for ; Mon, 21 May 2018 06:46:40 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1526885198; bh=uVrXlGNnwVn5XlqeAdBCTTEZ4bnbWCGbwZem1CO14ms=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=lnZiY7WFtdmpUs7aV5OIRf65HczFudOwzmUN4RmVjWcGvhvY4YjYpHPNuikOdleDa JyFxMmXOb3rW6LHiGwFlc4GuXa3XSr67NQWDf5s+Qkzq8NRmAbr2KtKY+DSfgNvUWV HSknLTn9fzoWW/lc/oRi8usnTMinWLyxaoVjA1rw= Subject: Re: www/joomla3 port installs from GitHub, why? To: "Dan Mahoney (Gushi)" Cc: ports@freebsd.org, Eugene Grosbein References: <4a3253e3-50b5-8c4c-68f3-f90ce8e2257e@nethead.se> <5B01B272.5060105@grosbein.net> <0586cce0-6f94-30ad-1685-263a6f74efef@nethead.se> <5B01C935.1090007@grosbein.net> From: Per olof Ljungmark Message-ID: <7a90b3d3-9a97-0cb1-61ec-fb790b2ce9f5@nethead.se> Date: Mon, 21 May 2018 08:46:36 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 06:46:42 -0000 On 05/21/18 01:49, Dan Mahoney (Gushi) wrote: > On Sun, 20 May 2018, Per olof Ljungmark wrote: > >> On 05/20/18 21:15, Eugene Grosbein wrote: >>> 21.05.2018 2:02, Per olof Ljungmark wrote: > >> OK, I'll try to explain a bit more. >> >> Firstly, this port is PHP code and needs no compilation, so they are >> both source files. NO_BUILD=       yes >> >> www/wordpress is a similar port, correctly implemented in the ports >> tree, if you install it from ports you will have identical result to >> downloading from wordpress.org and extract it manually. >> >> The difference as stated above, is that the FreeBSD port includes the >> files for *development* of Joomla, the official download has all the >> files necessay to build a website based on Joomla. >> >> It may be that there are people using FreeBSD to develop Joomla, then of >> course this port are for them, although a more proper naming would be >> joomla3-devel or somesuch. > > joomla-devel would kind of imply that you're installing the "devel" > version of it, not that it includes the devel LIBS.  This seems to be a > standard wording for ports (see locate /usr/ports/ | grep \\\-devel | > grep pkg-descr | xargs cat ) > > What makes more sense to me is that the Dev files would be part of a > non-default option -- whether that's included with the normal .tar.gz or > requires the github copy, I can't say. That sounds as a good solution - both are available at Github - will try to suggest a patch.