From owner-freebsd-ports@FreeBSD.ORG Wed Feb 12 15:33:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6241089F for ; Wed, 12 Feb 2014 15:33:08 +0000 (UTC) Received: from eu1sys200aog119.obsmtp.com (eu1sys200aog119.obsmtp.com [207.126.144.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFA941E21 for ; Wed, 12 Feb 2014 15:33:07 +0000 (UTC) Received: from mail-wi0-f169.google.com ([209.85.212.169]) (using TLSv1) by eu1sys200aob119.postini.com ([207.126.147.11]) with SMTP ID DSNKUvuUGFjuHUoN93C+LZ3Myg5IzICJITn/@postini.com; Wed, 12 Feb 2014 15:33:07 UTC Received: by mail-wi0-f169.google.com with SMTP id e4so1912229wiv.2 for ; Wed, 12 Feb 2014 07:32:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=DuU5lfXSqOOgKcOWRlG9I0BWByGnt0BbEJQAjM9ppcI=; b=JAPM0JOUWOmRtJ0W/wGY6bs1vI9pj0Cb0N65KUMaHrYNflmRkludLygrAHf/sTXrjg kYYNI0eIYcKp2UmCQLp2J0z8sNrRHrZOWhfxhTAIbRHJvepN/8KJYXmsd7LD1CgihCcQ 1+US5PgETVt7MZMcztdm1Ttzj8uwox1FhmYskjccm2OoCh46/ZbHle1WgBS5/LO59tku VYXZDTnyjGljrXNo0Ulo7VwaK2O26pOMdi1jBHJqsvvO/vVUMMXoKZZEG7n7Mfvb+6bE pNlSzbL7YtbWGoA5diuduWBEkDhfngHI9dRF453Se/fw/YiI5YrgAvYwIvmxX8tbvCV8 sKEQ== X-Gm-Message-State: ALoCoQl8zo67YMgb2w0nEYqd5s2CvU7kQT5GwCuolXSlHVuiKFKJ5/55mYTT/rgNko9WhdLeXuOgvwvUutWaTgEqDtyXSPkDF2LzkkiqeK/5zvekclmzUioYQUp3rRieIFf0pfxpuXEV8J4oWGAf4tdei6y/qw5VhBmIVfIOfhR/inNkdtQxMs4= X-Received: by 10.194.104.39 with SMTP id gb7mr1433562wjb.69.1392219159781; Wed, 12 Feb 2014 07:32:39 -0800 (PST) X-Received: by 10.194.104.39 with SMTP id gb7mr1433556wjb.69.1392219159652; Wed, 12 Feb 2014 07:32:39 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id pm2sm6708264wic.0.2014.02.12.07.32.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Feb 2014 07:32:38 -0800 (PST) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id s1CFWaUP057510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 12 Feb 2014 15:32:36 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id s1CFWaqk057509 for freebsd-ports@freebsd.org; Wed, 12 Feb 2014 15:32:36 GMT (envelope-from mexas) Date: Wed, 12 Feb 2014 07:32:38 -0800 (PST) From: Anton Shterenlikht Message-Id: <201402121532.s1CFWaqk057509@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: poudriere and texlive, and custom make.conf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 15:33:08 -0000 What is the best way to build both tetex and texlive packages with poudriere? Do I need to create 2 different jails, one with TEX_DEFAULT=texlive in /etc/make.conf? Or is this possible to achive in the same jail, and with both texlive and tetex in the list of packages to build? Thanks Anton