From owner-freebsd-x11@FreeBSD.ORG Thu Feb 7 12:59:59 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7AA16A420 for ; Thu, 7 Feb 2008 12:59:59 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id A01AD13C45A for ; Thu, 7 Feb 2008 12:59:58 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4142889waf.3 for ; Thu, 07 Feb 2008 04:58:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=cgJ1hl4Bctp/xAwg2+oGHKCLBksZMDJRQVKHtXpSq+4=; b=nyi35oXAV+wOXzntpdUuqFNcf6xbxFZ3s+uJpub2+GnNXpGclK9brIAQz0Bej0TIS4HfbnDoHFydBoKy/clCN5KNS1LvRReEaChbWPl104AM90+OEXFbmdFwQpV4Wsj0Zm3RVEwqJGo9ZD+fyyTWlM2UlRSsFseYSqwzsfTJPpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ojysTmTVE0+C4Ns8HxnYX4x8eRYR9RhRgwop6IxS0arg13Xk7SxS+vbwLmtPFo8WsghUK0Um549PnCt9e9SrCe5KsEa3vkTVSwiJifxflL14T57k/bs+cJ93pmWZDyBVXli1HC/LCTQ7Soj6rZaT181g0LGvE7o6qZNdqN6N3xM= Received: by 10.114.12.9 with SMTP id 9mr5808950wal.23.1202387656360; Thu, 07 Feb 2008 04:34:16 -0800 (PST) Received: by 10.114.61.15 with HTTP; Thu, 7 Feb 2008 04:34:16 -0800 (PST) Message-ID: Date: Thu, 7 Feb 2008 12:34:16 +0000 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Julian Stacey" In-Reply-To: <200802061855.m16Itiuv011307@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802061855.m16Itiuv011307@fire.js.berklix.net> X-Google-Sender-Auth: f385eb617f574c6b Cc: x11@freebsd.org Subject: Re: /usr/ports/x11/libX11 on 6.3-RELEASE needs gmkdir from sysutils/coreutils X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 12:59:59 -0000 On Feb 6, 2008 6:55 PM, Julian Stacey wrote: > Hi x11@FreeBSD.org > As MAINTAINER= of /usr/ports/x11/libX11/Makefile > 6.3-RELEASE to build needs > gmkdir, but not auto included, > so I believe tou need to add to Makefile > BUILD_DEPENDS += ${X11BASE}/bin/gmkdir:${PORTSDIR}/sysutils/coreutils > Is that correct ? can someone commit it ? or should I send a send-pr ? > > I'm not on list x11@FreeBSD.org so best cc jhs@berklix.com Thanks > > > ===> libX11-1.1.3,1 depends on executable: pkg-config - found > ===> Generating temporary packing list > Making install in include > test -z "/usr/local/include/X11" || /usr/local/bin/gmkdir -p "/usr/local/include/X11" > /usr/local/bin/gmkdir: not found > *** Error code 127 I think it should be using mkdir instead of gmkdir. Config.log could give us more information. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer