From owner-freebsd-ports@freebsd.org Mon Oct 30 05:57:55 2017 Return-Path: Delivered-To: freebsd-ports@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 C782CE54D96 for ; Mon, 30 Oct 2017 05:57:55 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 870F374FC9 for ; Mon, 30 Oct 2017 05:57:55 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x236.google.com with SMTP id 97so24568877iok.7 for ; Sun, 29 Oct 2017 22:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=NEXsu8hXFGhYv2Sv9FlcrL/Cl45MobyR9skTlF3Bfxw=; b=J/wa1UbpC83C8j0j6W4KskpNnYS6NSh27+IixBgLdbhK9VMuLCq8kUEXAsiO8MJLbQ 5vuica6e6mpbBGfBG4ePIQYp0L4h3Bi83Kd/lWUrw72FGzYIi23rH+b2Uwuqa+LNh5rF TNwkfPYISmIn2z/3zUBfXuPXq1jOxoby1DvlIFuC6y0euKPR0WHvp//d8rDGYQmkjiId jLFDjlm4UfxBci40I2UPe8Cdc6HWQoOlHxqwZUTbzoiAx3g/XVwf3DlMWNeOmUM9mHsf GQp3U2C4vyj35VeOn8SxHJJ7dH5VK4DNxHR5TUVYimVFGaCL9j3r3g+tms/hQ+AkFSq5 VuZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=NEXsu8hXFGhYv2Sv9FlcrL/Cl45MobyR9skTlF3Bfxw=; b=XYRc7UukH/17Hj5pfQsfIKRAeMZnR+JucZqwGW/EQ1Cv0kpYo3v0R1nC/+x+meAHvx xt/movAFunhNhjIGGg8EDbpvO0mi5F1RnPiUSRZMG6iHoLHVVsquu+XuvFFC0wc0+Kw+ 05h4oFUoV0/pYrLauXG7x5n7JG7qNpVdi8/JIsN/Qo5xpIdBchSfOCU1v192dztt65j5 BNewa418nuqiesdhidYdiBvZPQCeW0tKlaB+EjB8uqomHtsiGG45BEE5NVFOvavum+kY bHfqNwftCOubS8m2lGDSSU2XWing18VxX56GtNsrjcHDyLcwj2fV0A3QZ7X1TGr47WsO M/sw== X-Gm-Message-State: AMCzsaUO0nulEiSdg6SgYqRMtFUIpt6EzOLHJi7meoB0NOLGgbcu5eP/ Tsgdoemx0DmlnuGEGZwDJX5PGbvkaLr6CUMh6yNMsg== X-Google-Smtp-Source: ABhQp+SoBsjtu29MxjWJHus4mBHRZya7Sy12Pf2N5nGLxtcFi5WrPo233Qx3C0gCKhkc145g4nBVaT4uis0C/DYfutA= X-Received: by 10.36.198.196 with SMTP id j187mr4530011itg.149.1509343074460; Sun, 29 Oct 2017 22:57:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Sun, 29 Oct 2017 22:57:53 -0700 (PDT) From: blubee blubeeme Date: Mon, 30 Oct 2017 13:57:53 +0800 Message-ID: Subject: USE_XORG To: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 05:57:55 -0000 There's a program that uses these two X11 headers #include #include looking through this file: /usr/ports/Mk/bsd.xorg.mk to try to understand just which USE_XORG= x11 and what other modules flag to set?