From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 01:08:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 833D3DC; Sun, 12 Apr 2015 01:08:25 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D77BFFAE; Sun, 12 Apr 2015 01:08:24 +0000 (UTC) Received: from tuna (ip-109-43-0-170.web.vodafone.de [109.43.0.170]) by ainaz.pair.com (Postfix) with ESMTPSA id E37A23F421; Sat, 11 Apr 2015 21:08:16 -0400 (EDT) Date: Sun, 12 Apr 2015 03:08:15 +0200 (CEST) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r353296 - head/Mk/Uses In-Reply-To: <201405081332.s48DWCYJ020883@svn.freebsd.org> Message-ID: References: <201405081332.s48DWCYJ020883@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 01:08:25 -0000 On Thu, 8 May 2014, Baptiste Daroussin wrote: > Log: > Add a USES to handle objective C (chosing compiler adding the right dependency on the runtime library) > > Added: > head/Mk/Uses/objc.mk (contents, props changed) This is duplicating a lot of code. Is there a way to have Uses/objc.mk set something and then have Uses/compiler.mk do the job? Similarly for Uses/fortran.mk from what I remember. Gerald PS: Yes, this has been a while ago. Backlog getting shorter. :-/