From owner-freebsd-x11@FreeBSD.ORG Sat Jul 13 21:21:54 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C30B1C8 for ; Sat, 13 Jul 2013 21:21:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [IPv6:2607:f8b0:400c:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id E22C61074 for ; Sat, 13 Jul 2013 21:21:53 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id cz10so8978389veb.22 for ; Sat, 13 Jul 2013 14:21:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=VtmReT4OdDc12W6Wsr/u/NC8ZWHSguKlMUWfjRahaR4=; b=gWCMHiHPAppncYq0WsV327dZvssyWsv8d5RFLOo1RBfoqrCPCqCCWbriVL1feiiaVL VzvBvh/Ns2N40m1A6sNQGEmI7sTOsyCRqxpyykoK8XB9zpni0iqpkGgZxFThbzX+t0Cd +NNx8/S1qinZen0XmsWwbHLFDyvyaObHKu5vE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=VtmReT4OdDc12W6Wsr/u/NC8ZWHSguKlMUWfjRahaR4=; b=DAOQsF0d+UgPSQup34wtwugRsBXEQFL+1XctQgCEts58ttLe4cK+5d82UKgDvmNrR3 9ZTDYAMFH2f3dDBsOpDYjTbMbZBQYAVJC/rVGfZ6OwMeOLlNUrJagCWQTC9yBAg/mu9v yfZIcIDXGCFj5InVTXXOD/oz2UiYLupRHz63bQm74j1cypeRKntslh9mo58Je9l/lP6R pHVcunM+48A1/Iz1uCP5dWO02ZgkVrpgPkJOKQXUzapmulKDtNoudbnOXGDfyrgS/I7u UWfoJaBr7d3B2JGKpf19xsTJW7grJWST0bNLK35HCrFQHj1VBTr+pLIBGva0ZqLhWAQJ H+1Q== X-Received: by 10.221.21.74 with SMTP id qr10mr26430939vcb.25.1373750513218; Sat, 13 Jul 2013 14:21:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.118.206 with HTTP; Sat, 13 Jul 2013 14:21:22 -0700 (PDT) In-Reply-To: <201307131341.33492.adamartin@freebsd.org> References: <201307131341.33492.adamartin@freebsd.org> From: Eitan Adler Date: Sat, 13 Jul 2013 23:21:22 +0200 Message-ID: Subject: Re: Xinit (x11/xinit) fails build To: adamartin@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlLx6BIs29A8xZ4fiM9Q2VcbRhZ9SNdYEbFOKo7mfuTP+yGP2nP36zh8rg/S/3xM64N6eI8 Cc: x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 21:21:54 -0000 + x11@ - ports@ On Sat, Jul 13, 2013 at 10:41 PM, ADAM David Alan Martin wrote: > It fails build complaining about a command "mig" not being found. Mig is the > Mach Interface Generator. Xinit is trying to build launchd (a macosx > component). Adding these two lines to the ports/x11/xinit/Makefile (at line > 7) seem to let it build: > > GNU_CONFIGURE=yes > CONFIGURE_ARGS= --without-launchd Any chance you could give us a copy of the 'config.log' file left in the ports directory and a list of ports you have installed. It seems odd that this should be required. -- Eitan Adler