From owner-freebsd-questions@freebsd.org Tue Dec 29 23:19:49 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 C5647A54411 for ; Tue, 29 Dec 2015 23:19:49 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::22b]) (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 8734915EF for ; Tue, 29 Dec 2015 23:19:49 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id f2so159058225vkb.3 for ; Tue, 29 Dec 2015 15:19:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Q1S+QIDBPlZ6zKcTNco1jo4w0pXneW/VyrpF4addK+M=; b=nxrx9hpWlsz5gekfD1IMKfwuOLkrAoqRe3EBzmt1FM7beSWmQfRvbJv4lIg26OaI9O m8RBWhnOOg619JYX8/OTTd5Y406jGvu5upBMBUbpT0fMf85TL79RS93zA6CKbTORB7bt gJiOrE65mH1jnYlm9WHzz92s4X6CMteJkMTtSOnGK40zDHUNpkHNvUpltHn93iy2gyZB PL9s6ojltfRx1zEFrwCBhAPRLxKAJAbonFAOeKbr+Dozy3KEAkTBXYRvL+hox0ugLfLx IKsFJXt0KL7qK/sVhfPGCTHHW/zbjqqMSW+nunl91k9HVZ+cDmxPssUeHHCL3GKTZIYM cXxw== MIME-Version: 1.0 X-Received: by 10.31.2.82 with SMTP id 79mr40746257vkc.22.1451431188692; Tue, 29 Dec 2015 15:19:48 -0800 (PST) Received: by 10.31.174.213 with HTTP; Tue, 29 Dec 2015 15:19:48 -0800 (PST) In-Reply-To: <1451396502.18353.9.camel@michaeleichorn.com> References: <56825181.2060509@gmail.com> <1451396502.18353.9.camel@michaeleichorn.com> Date: Tue, 29 Dec 2015 15:19:48 -0800 Message-ID: Subject: Re: Newest mediawiki is not a package on FreeBSD 10.2 From: Sergei G To: "Michael B. Eichorn" Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Tue, 29 Dec 2015 23:19:49 -0000 Thank you That's exactly what I wanted to know. I prefer to wait for a week. On Tue, Dec 29, 2015 at 5:41 AM, Michael B. Eichorn wrote: > On Tue, 2015-12-29 at 01:25 -0800, Sergei G wrote: > > Hi, > > > > I'd like to install latest mediawiki 1.26 on FreeBSD 10.2. > > > > However, the search with 'pkg search -x mediawiki' returns the > > following > > (trimmed) response: > > > > mediawiki119-1.19.24 > > mediawiki123-1.23.10 > > mediawiki124-1.24.3 > > mediawiki125-1.25.2 > > > > I don't see mediawiki126, but it is available in ports collection at: > > https://svnweb.freebsd.org/ports/head/www/mediawiki126/ > > > > I am on a standard installation and I am willing to install it inside > > a > > dedicated 10.2 jail. How do I point FreeBSD package system so it > > can > > find mediawiki126? > > There is indeed a package for mediawiki126, however it was created in > 2015Q4 (this quarter). 10.2 now follows the quarterly ports branches by > default. As Q1 starts this week you can choose to wait a week or > alternatively switch your package repo to ports/head by changing the > url line in /etc/pkg/FreeBSD.conf from: > > url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", > > to > > url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",