From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 19:04:19 2014 Return-Path: Delivered-To: freebsd-questions@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 D3FF1FCC for ; Tue, 29 Jul 2014 19:04:19 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (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 A53A426A4 for ; Tue, 29 Jul 2014 19:04:19 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id lx4so102943iec.3 for ; Tue, 29 Jul 2014 12:04:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=2Mlhi70NkCotDHFiKBKoSdCAh3EfHTSsSpA5amIyTWc=; b=l2rAakECLbX7zpR+n2b3fPVl3XGO3heHniFbG6JodhLyxm6aMeVa6lr4QBMdqtiz1h x8e5oFCrWAALh4iNtvIvlU2M1yTq3qzAM5qFupfHNF9l1ZUdf0Mq0Lc6szmyWh9he+TD 1cqpnngfqTgUZCV/G+p5c/BekkuR0w4sy5i87H5GLPyIElf6BYjnW2KmDl0qxuhopWNt VBS+3P13vipkW8Xti4YOHsD5XlAO46w14F5NGSG+fkmvROyEbB4EH0poQ71I25DigM/H VyrzVhOsFg7aieZTzKi8hqG5c84ubIDFio9On0RwVntR1i5ICyYykyDmtpUUaLObprYH K9Lw== MIME-Version: 1.0 X-Received: by 10.50.43.202 with SMTP id y10mr45831350igl.10.1406660658882; Tue, 29 Jul 2014 12:04:18 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.165.73 with HTTP; Tue, 29 Jul 2014 12:04:18 -0700 (PDT) Date: Tue, 29 Jul 2014 15:04:18 -0400 X-Google-Sender-Auth: l9PA8FJ6rqno1yGaAvIPEnet9sk Message-ID: Subject: Build Ports Without X11? From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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: Tue, 29 Jul 2014 19:04:20 -0000 Hi all, I am using Poudriere to bulk build packages and encountered a failure that resulted in the program skipping a couple ports. The failure occurred due to an X11 error. However, the expectation is that all ports would build without X11 thus negating the need to compile and build all the X11 dependancies for various packages. Despite the make.conf (shown below) specifying WITHOUT_X11, all these ports built with X11 support anyway. I'm pretty sure I must be doing something wrong and hoping that someone might be able to lead me to the solution that will compile any port without X11 support. Packages failed/skipped: gtk-update-icon-cache-2.24.22: failed gtk2-2.24.22_3: skipped due to above failure vim-7.4.364: skipped due to above failure make.conf: # cat 10_0-amd64-make.conf WITH_PKGNG=YES PERL_VERSION=5.16.3 WITHOUT_X11=YES -- Take care Rick Miller