From owner-freebsd-x11@FreeBSD.ORG Mon Jul 11 15:30:33 2011 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F2801065670 for ; Mon, 11 Jul 2011 15:30:33 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9FE8FC22 for ; Mon, 11 Jul 2011 15:30:32 +0000 (UTC) Received: by pzk27 with SMTP id 27so4221847pzk.13 for ; Mon, 11 Jul 2011 08:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=Hwd46IJhiWLaRAy+L8m3Yo4oQYB6ErWy9/H1fqFu+74=; b=qlOmqye6ImNf14xvIue7JyF/fkcyOki0YC7uMaXy/VT00kqTZYFwbaiwYUeh0cAXYe g0HmRxcWRTQsBCbWtZS+juAxkqdgDd0G7mQXrX1cOjkmNeEnAAObPIF+tMdDCQCfAO8C JCV1fz9FUNjiukhk2mlUTn3Dpi6u1achtZSvI= MIME-Version: 1.0 Received: by 10.68.50.161 with SMTP id d1mr7330348pbo.439.1310398232237; Mon, 11 Jul 2011 08:30:32 -0700 (PDT) Received: by 10.68.48.168 with HTTP; Mon, 11 Jul 2011 08:30:32 -0700 (PDT) Date: Mon, 11 Jul 2011 11:30:32 -0400 Message-ID: From: "b. f." To: Gerald Pfeifer , freebsd-x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Simplify relative path in libGLU/Makefile X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 15:30:33 -0000 > > how about this patch? I did not see a response and would like to > commit if there are no objections. I don't see a problem with it, but if you are going to make the change, please make the corresponding changes in all of the other mesa ports. The two-step appears in: libGL/bsd.mesalib.mk:56:PATCHDIR= ${.CURDIR}/../../graphics/libGL/files libGLU/Makefile:22:.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" libGLw/Makefile:24:.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" libglut/Makefile:26:.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" > > Gerald @FreeBSD.org > > 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