From owner-freebsd-ports@FreeBSD.ORG Sat Jul 13 21:21:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 357311CA for ; Sat, 13 Jul 2013 21:21:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id EC3911075 for ; Sat, 13 Jul 2013 21:21:53 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id jw11so9007942veb.4 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=ElHeDaLjBW5j2e7wvSNa+d93Wxz8QHdpsksAKgYHVrpnlatt6THPdxXyejD6YtbOTJ 2n07O1qp7lsICzbDWCr+M023aUE1+0SC5HJ9q7iXzFKT1Ey3hMC61/wbJod3xRAvqQoT iawSo7D0CTcT4YV5Ddf38BWOoip/kpbyqwIwms6x+clwJ2gpFRV9+/Oi3k7q2npY2TVC YRmet6PrT9SqVYrJ7es7paDo1tqgWscXa5BLTxuaFbHB6U9/t3tU5VL9Hw/QmDD0uQ/W 2QBJcBDoagaSegoKBGmbFeD4s0Lzwk2tMyCC9y3Cp9iIwD+9kYD4HuY99dNWJSE3pewE lvjw== 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: ALoCoQl417PYhNy0QogFo/AAnmnR8wklPponOo1daLjuFI6Et/xB9okkFuqfTt3BQe2DRkS1TFLv X-Mailman-Approved-At: Sat, 13 Jul 2013 23:09:42 +0000 Cc: x11@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD 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