From owner-freebsd-x11@FreeBSD.ORG Sat Feb 27 18:08:28 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 2BA53106566B for ; Sat, 27 Feb 2010 18:08:28 +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 EA78D8FC13 for ; Sat, 27 Feb 2010 18:08:27 +0000 (UTC) Received: from [192.168.1.4] (adsl-154-185-142.bna.bellsouth.net [68.154.185.142]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o1RI8P6M080596 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 27 Feb 2010 13:08:25 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Gerald Pfeifer In-Reply-To: References: Content-Type: text/plain Organization: FreeBSD Date: Sat, 27 Feb 2010 12:08:20 -0600 Message-Id: <1267294100.77622.17.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.2 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,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: PATCH: graphics/libGL/Makefile simplification 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: Sat, 27 Feb 2010 18:08:28 -0000 On Sat, 2010-02-27 at 18:48 +0100, Gerald Pfeifer wrote: > Ping. > > Gerald > > On Mon, 15 Feb 2010, Gerald Pfeifer wrote: > > In the course of building in a partial ports tree, I noticed that > > graphics/libGL/Makefile seems overly complicated. > > > > One reason to simplify this (apart to just avoid confusing naive > > ports committers like myself ;-) is that one can always check out > > individual ports with "cvs co libGL" and then build them, which > > generally works. In fact, of some 30 ports where I did this last > > weekend, only two failed -- libGL and libGLU. > > > > Okay to commit? > > > > Gerald @FreeBSD.org > > > > Index: Makefile > > =================================================================== > > RCS file: /home/pcvs/ports/graphics/libGL/Makefile,v > > > > > > retrieving revision 1.13 > > diff -u -r1.13 Makefile > > --- Makefile 7 Feb 2010 11:51:05 -0000 1.13 > > +++ Makefile 15 Feb 2010 18:45:43 -0000 > > @@ -25,5 +25,5 @@ > > ${RM} ${WRKSRC}/include/GL/glu*.h > > cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl > > > > -.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" > > +.include "${.CURDIR}/bsd.mesalib.mk" > > .include I'm fine with this, go ahead. 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" -- Robert Noland FreeBSD