From owner-freebsd-x11@FreeBSD.ORG Thu Jul 21 20:31:53 2011 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 BB155106564A for ; Thu, 21 Jul 2011 20:31:53 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep13.mx.upcmail.net (fep13.mx.upcmail.net [62.179.121.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2586B8FC08 for ; Thu, 21 Jul 2011 20:31:52 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep13-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110721203151.WJTK27705.viefep13-int.chello.at@edge03.upcmail.net>; Thu, 21 Jul 2011 22:31:51 +0200 Received: from [192.168.0.100] ([178.84.137.57]) by edge03.upcmail.net with edge id AkXp1h01V1EUzH603kXqoV; Thu, 21 Jul 2011 22:31:51 +0200 X-SourceIP: 178.84.137.57 From: Koop Mast To: Gerald Pfeifer In-Reply-To: References: <4BFA8A71.5000304@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Date: Thu, 21 Jul 2011 22:31:41 +0200 Message-ID: <1311280301.2108.2.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=HQ3F56nxkum+cgCiDL7AXQpbvw7DWrWCBJRnYYnM0Zc= c=1 sm=0 a=W7fSgeG5KNIA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=RvXRHgcSNzu9J5NSLPIA:9 a=h1en-29Dxi1wGIRjVpgA:7 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: x11@FreeBSD.org, Robert Noland 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: Thu, 21 Jul 2011 20:31:53 -0000 On Mon, 2011-07-11 at 10:37 +0200, Gerald Pfeifer wrote: > Hi there, > > On Sun, 22 May 2011, Gerald Pfeifer wrote: > > The usecase here is where someone checks out individual ports as > > opposed to the entire tree or subtrees and builds them. > > > > This works very fine in general, there are but one or two ports > > where this fails for me. graphics/libGLU is one of them. > > > > > > I am pretty convinced my patch is not less correcty technically, > > but rather more. It works both with a full ports checkout, and > > the scenario I describe below. > > how about this patch? I did not see a response and would like to > commit if there are no objections. > > Gerald @FreeBSD.org I was going to decline, but a quick check of the ports tree shows that both are used. I don't know which of the two is "correct", so with my x11@ hat on I don't have a objection... -Koop > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/graphics/libGLU/Makefile,v > retrieving revision 1.14 > diff -u -r1.14 Makefile > --- Makefile 25 Feb 2011 16:52:06 -0000 1.14 > +++ Makefile 11 Jul 2011 08:35:13 -0000 > @@ -19,5 +19,5 @@ > ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/ > cd ${WRKSRC}/src/glu; ${GMAKE} install > > -.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" > +.include "${.CURDIR}/../libGL/bsd.mesalib.mk" > .include > > _______________________________________________ > 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"