From owner-freebsd-questions@freebsd.org Mon Dec 21 09:52:40 2015 Return-Path: Delivered-To: freebsd-questions@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 CBDFBA4D326 for ; Mon, 21 Dec 2015 09:52:40 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-pf0-x231.google.com (mail-pf0-x231.google.com [IPv6:2607:f8b0:400e:c00::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A42781EF1 for ; Mon, 21 Dec 2015 09:52:40 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by mail-pf0-x231.google.com with SMTP id u7so39802451pfb.1 for ; Mon, 21 Dec 2015 01:52:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Br52w0iHSIY181Psf+F0vbIu4NXXWdnULXNseMpcGL0=; b=i9W5vbhTRXgEFV6uAMpif+RFXr7U585mfbdAmJNQIDot42+K9r9zv+wL+lC53hQeRO Rzel8CcO1aSZw1xYvw173QboIlo7Q+8XCHQ07u+XGuRUBlZrSazLKN5CjyGjdR4WdcMW fmdfTYDL9Bsure2/hCxZwAKn7Hy8r9yVdNf4laKlF/3kdowQZTS5it/ULHFfGKUDYSHN c6HLoNrtoPVDgL/PIyHTkVcs/wDwoKF4SrGTrRAPFEiy0D2tdSl0iE4vA9KaBVXN2w0p kIwhUegloEOpnKOmehW+RoPERYqfx8tsfnVt8W77g4rXpAl/Ca5Wx3miDAYM5+6ROI9r c5kw== X-Received: by 10.98.31.130 with SMTP id l2mr25691737pfj.79.1450691560397; Mon, 21 Dec 2015 01:52:40 -0800 (PST) Received: from SergeiMBP.local (c-24-16-122-177.hsd1.wa.comcast.net. [24.16.122.177]) by smtp.googlemail.com with ESMTPSA id rz10sm37999703pac.29.2015.12.21.01.52.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 01:52:39 -0800 (PST) Subject: Re: How to setup a custom PHP package? To: "Michael B. Eichorn" , FreeBSD Questions References: <56755BBF.1090801@gmail.com> <1450537234.1205.95.camel@michaeleichorn.com> From: Sergei G Message-ID: <5677CBE6.80202@gmail.com> Date: Mon, 21 Dec 2015 01:52:38 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1450537234.1205.95.camel@michaeleichorn.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 09:52:40 -0000 Thanks That resolved my issue. On 12/19/15 7:00 AM, Michael B. Eichorn wrote: > On Sat, 2015-12-19 at 05:29 -0800, Sergei G wrote: >> Hi, >> >> I have discovered that one PHP app I am running in a jail needs PHP >> built with --enable-mbstring option. It appears that 10.2 is not >> compiled with that option. >> >> So, I need to build a custom PHP package and load it into a jail. How >> do >> I do that? I have never setup a custom package repository. >> >> I hope I can build just the PHP and may be PHP-FPM and nothing else >> in >> my custom repo. I'd like the rest of the packages to be loaded from >> standard repositories as usual. >> >> >> Thank you > Have you tried converters/php56-mbstring? The PHP package is just the > basics but most of the options have been complied as extensions and can > be installed as with packages.