From owner-freebsd-x11@FreeBSD.ORG Mon May 24 14:17:52 2010 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 790B8106566C for ; Mon, 24 May 2010 14:17:52 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 429D58FC08 for ; Mon, 24 May 2010 14:17:51 +0000 (UTC) Received: from [10.170.20.44] (nat-170-142-177-44.tn.gov [170.142.177.44]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o4OEHnJa092821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 May 2010 10:17:50 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) Message-ID: <4BFA8A71.5000304@FreeBSD.org> Date: Mon, 24 May 2010 09:17:21 -0500 From: Robert Noland Organization: FreeBSD User-Agent: Thunderbird 2.0.0.19 (X11/20090218) MIME-Version: 1.0 To: Gerald Pfeifer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.7 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: x11@FreeBSD.org Subject: Re: Simplify relative path in libGLU/Makefile 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: Mon, 24 May 2010 14:17:52 -0000 Gerald Pfeifer wrote: > I used some script that checks out ports individually where the > following patch simplified things, and in general it strikes me > as preferrable. > > Okay to commit? > > Gerald @FreeBSD.org > > Index: libGLU/Makefile > =================================================================== > RCS file: /home/pcvs/ports/graphics/libGLU/Makefile,v > retrieving revision 1.13 > diff -r1.13 Makefile > 26c26 > < .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" > --- >> .include "${.CURDIR}/../libGL/bsd.mesalib.mk" How exactly does this simplify things? I think the existing is more technically correct. robert. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"