From owner-freebsd-ports@freebsd.org Mon Oct 30 10:42:19 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 DFE82E5A0F4 for ; Mon, 30 Oct 2017 10:42:19 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 A748982D14 for ; Mon, 30 Oct 2017 10:42:19 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x234.google.com with SMTP id h70so26051950ioi.4 for ; Mon, 30 Oct 2017 03:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ppPdoqpm489Cv3J4hKiNnefH2SowpemkwgkO5WDH+30=; b=LH12sVZ/ZSjiFtFl3H5/JoQKBO8n5MY5OGh47hBOzHpShgQ4jUP0knmRgPFfBzyYjP T6lPbD87K3aF1snqKevLUmsoX6v0UERMW4GFLX+BoLpdYGln/P0o60ML2n0H+Ogx0hme IjaNNygwdwlbHLRXrtt894S5hPxFPutj2ibSHupjZFt4MfPS+tAdI4Xp31gQJ5bqZcZU aHt5N08VcwGqRDSE9rviIyr6CgJlJLSVmT8ap9N+7IfI6eSa9BGmcsDkvT823GCvuY7e +a12NUhU69qnze7kNYKSFEKSC/X3u/4aoYp4waB0KOB0Gyg5aqzel7hxJeEdsXavHKrH kPFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ppPdoqpm489Cv3J4hKiNnefH2SowpemkwgkO5WDH+30=; b=joR3nt7jO/fbb2Vo0YfmqgJo65qZzvwDACqH1PRI9FBma3I3+q4hJBdxR1QPrhx3aM 2tRFoZTu+tXVTg+zylwsq3BgHuD5u0Z6sDfNVsG51dtU9HzTXgjDvjQysThvyHT2hU0Q mU/gZd/EljBAMqT2PRKeTtUFbORrgcjw5k14YhNalU/enLYncNJpnrNh/NAIAeibHc7A hpOivJOPm0KqMxfQnCgILqfO6Kz7PdkoLSH+DUae/2H8is2RuDC0t3TABj8oOdaruQKb YYtiqI0AMkWqPqt32TpmuAzbUg0uYe0UdKEKR66GT6+YWblWAf4geZstCaDl6k7i+aOG 25HA== X-Gm-Message-State: AMCzsaXPYrwTJSp3+vyphiReSI+aVRqOTwNE88s8A2tvKoHgzeRCvSsH RMm7sMHh3YfPqdVojXr9NmF1ckrxcRYV9a5BVi8= X-Google-Smtp-Source: ABhQp+TY8f7ZWhw5krc46eGu14dCYyJLzFXFye3kIYTLOGMeMSNSrgtk4dLThGT4Fx+O0a2/MLXxl0+ArCpDejnIFp8= X-Received: by 10.107.62.65 with SMTP id l62mr10294688ioa.153.1509360138687; Mon, 30 Oct 2017 03:42:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Mon, 30 Oct 2017 03:42:17 -0700 (PDT) In-Reply-To: <22abaedc-cab8-965b-ac4f-00cfdb27e345@rawbw.com> References: <22abaedc-cab8-965b-ac4f-00cfdb27e345@rawbw.com> From: blubee blubeeme Date: Mon, 30 Oct 2017 18:42:17 +0800 Message-ID: Subject: Re: USE_XORG To: Yuri Cc: 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 10:42:20 -0000 @Yuri: that make stage-qa is very nice! Thanks On Mon, Oct 30, 2017 at 2:14 PM, Yuri wrote: > On 10/29/17 22:57, blubee blubeeme wrote: > >> 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? >> > > > 'make stage-qa' usually suggests USE_XORG, and other USE_xxx values. > > > Yuri > >