From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:21:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17211FAF for ; Sat, 7 Jun 2014 09:21:46 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A511D2D3C for ; Sat, 7 Jun 2014 09:21:45 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so2058191wib.3 for ; Sat, 07 Jun 2014 02:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=e5iduRXhhsSQfl5cgKS94/KnXRjARPR2iMWMcNO2pao=; b=q1ZeU6x0+gPGThT2IEBcpp8M1izKqluOXAorjT46ef9Qx6Aa7dMv8KQC+RJV42VxHT 3gAQX02u5Gz/tsmDO4j+Dvgyl79G4RnrLKCcmbO0l+SVonAtCa0k3gpoab+mF7xPQvzl vVwELSxUjXiKtCAErBrk/1B+jyiQAsrMwm3KebLTvNx781DZkJk2TqGNXW8kiRL0m9oC y1jgH5HUKJ+FuitMe8T4YiIC9qviAcAi0k7lcQ/af5dMqtkj2VrZSHeXWKeiTtx7raYH 8eAcJew4t9gbwrvQjbFLlj2tBQfrUXC7BQQAfRPM3vxm3KYD8KzG567jCxflafEBnUX2 a4pw== X-Received: by 10.194.79.36 with SMTP id g4mr13704929wjx.71.1402132903828; Sat, 07 Jun 2014 02:21:43 -0700 (PDT) Received: from kontrol.kode5.net (host86-169-141-40.range86-169.btcentralplus.com. [86.169.141.40]) by mx.google.com with ESMTPSA id b16sm15678932wjx.45.2014.06.07.02.21.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Jun 2014 02:21:43 -0700 (PDT) From: Jamie Paul Griffin X-Google-Original-From: Jamie Paul Griffin To: freebsd-questions@freebsd.org Subject: Using poudriere to test KDE 4.12 Date: Sat, 07 Jun 2014 10:21:34 +0100 Message-ID: <2123031.vIzzxWqGk0@kontrol.kode5.net> User-Agent: KMail/4.10.5 (FreeBSD/10.0-STABLE; KDE/4.10.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 09:21:46 -0000 In light of recents problems i've experienced with trying to upgrade my KDE installation, I thought I might use poudriere to build it all and test it. I need to rebuild the X server including WITH_NO_XORG=yes set in make.conf and obviously all the KDE 4.12 ports. I've not used poudriere before so, if I do this once the software is built into usable packages will I be able to install them to test them out? if it works out i'll stick with them; if not, will I be able to revert to the older set of packages if needed? Thanks for reading, Jamie.