From owner-cvs-ports@FreeBSD.ORG Fri Dec 10 04:39:29 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD5F16A4CE for ; Fri, 10 Dec 2004 04:39:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFE843D5E for ; Fri, 10 Dec 2004 04:39:28 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id q1so588848rnf for ; Thu, 09 Dec 2004 20:39:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=q/l6ZHSN83ISr94f7WE8/kSB5NGnI+GhpQDvecL3xz8Ux83vWz31qVnsDsXxM/XopD/U7pAvZ7hK5oyLUuhF5Mz1STkQ+37VPgZTCaMmQiOdFtNa4FB9H0grHSYhtvBE5yWnYg3G74ju1UFWxpkUrqSoGWqu+1ds2F1/hZuE4/0= Received: by 10.38.97.75 with SMTP id u75mr1946182rnb; Thu, 09 Dec 2004 20:39:27 -0800 (PST) Received: by 10.38.89.28 with HTTP; Thu, 9 Dec 2004 20:39:27 -0800 (PST) Message-ID: Date: Thu, 9 Dec 2004 20:39:27 -0800 From: Pascal Hofstee To: Dirk Meyer In-Reply-To: <200412092350.iB9NoSi1097028@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412092350.iB9NoSi1097028@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-toolkits/gnustep-gui Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 04:39:29 -0000 On Thu, 9 Dec 2004 23:50:28 +0000 (UTC), Dirk Meyer wrote: > dinoex 2004-12-09 23:50:28 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/gnustep-gui Makefile > Log: > - mark IGNORE when procfs is not present Ehrm ... To my knowledge (running GNUstep CVS on 6.0-CURRENT without procfs here) .. gnustep-gui is Only dependent on procfs if gnustep-base is compiled with procfs support .. which the FreeBSD port of gnustep-base EXPLICITELY disables by the --disable-procfs in our gnustep-base port's Makefile. So .. since we don't build our gnustep-base without procfs .. gnustep-gui doesn't need it either ... Is there any specific reason why this commit has been made to gnustep-gui ? It appears to be bogus as the actual procfs dependency is determined in gnustep-base. (where we explicitely disable it) Would anyone be able to clarify this issue ? -- Pascal Hofstee