From owner-freebsd-questions@FreeBSD.ORG Sat Dec 22 16:08:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B374AFB for ; Sat, 22 Dec 2012 16:08:51 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id C5D828FC0A for ; Sat, 22 Dec 2012 16:08:50 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 886D4A4C3; Sat, 22 Dec 2012 17:08:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id E216C2CEC43; Sat, 22 Dec 2012 17:08:36 +0100 (CET) Date: Sat, 22 Dec 2012 17:08:36 +0100 From: Patrick Lamaiziere To: Bas Smeelen Subject: Re: poudriere upgade perl in jail Message-ID: <20121222170836.5244ed8e@davenulle.org> In-Reply-To: <50D5D819.5020902@ose.nl> References: <50D5D819.5020902@ose.nl> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; i386-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 16:08:51 -0000 Le Sat, 22 Dec 2012 16:56:09 +0100, Bas Smeelen a écrit : > I have poudriere setup on a server to compile packages for my old > laptop, mini, and some friends laptops and it works great. > > How can I upgrade the perl version of the poudriere jail to > perl-5.16, it is now perl-5.14? > > I tried startied the jail with poudriere jail -s -j and then try jail > command=portmaster -o lang/perl5.16 lang/perl5.14 but can't get this > to work. > > Should I just wipe the jail, then recreate and first build perl5.16 > in it before building the other packages? I think PERL_VERSION=5.16.X in the poudriere jail's make.conf will do the trick. Then you will have to rebuild all the poudriere packages (not sure if this is safe else) Regards.