From owner-freebsd-x11@FreeBSD.ORG Tue May 13 08:47:55 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EFFBB8B; Tue, 13 May 2014 08:47:55 +0000 (UTC) Received: from fep15.mx.upcmail.net (fep15.mx.upcmail.net [62.179.121.35]) by mx1.freebsd.org (Postfix) with ESMTP id 776A02D15; Tue, 13 May 2014 08:47:53 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep19-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140513084732.XXXE10915.viefep19-int.chello.at@edge04.upcmail.net>; Tue, 13 May 2014 10:47:32 +0200 Received: from crashalot.kantoor.acservices.nl ([213.127.215.2]) by edge04.upcmail.net with edge id 1LnX1o01L03gjjH03LnXSr; Tue, 13 May 2014 10:47:32 +0200 X-SourceIP: 213.127.215.2 Message-ID: <1399970816.1326.3.camel@crashalot.rainbow-runner.nl> Subject: Re: [patch] graphics/libGL/bsd.mesalib.mk: USES=libtool + misc From: Koop Mast To: Tijl Coosemans Date: Tue, 13 May 2014 10:46:56 +0200 In-Reply-To: <20140513103448.6a99ce1b@kalimero.tijl.coosemans.org> References: <20140513103448.6a99ce1b@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 08:47:55 -0000 On di, 2014-05-13 at 10:34 +0200, Tijl Coosemans wrote: > Hi, > > The attached patch contains the following changes for bsd.mesalib.mk: > > - USES=tar:bzip2. > - Under WITH_NEW_XORG: > + Replace USE_AUTOTOOLS, REAPPLY_PATCHES and pre-configure with a > patch for Makefile.in. The patch removes some make dependencies > for aclocal.m4 which are absent. > + Add INSTALL_TARGET=install-strip to strip libraries. > + Add USES=libtool:keepla and remove several patches. > + In post-patch replace /use with /usr. > - Bump PORTREVISION and adjust pkg-plist for graphics/dri, graphics/libEGL, > graphics/libGL and graphics/libglesv2. > > Redports results for 11-CURRENT: > https://redports.org/buildarchive/20140512151910-98479/ > https://redports.org/buildarchive/20140512185846-56623/ > https://redports.org/buildarchive/20140512185919-89700/ > https://redports.org/buildarchive/20140512185946-06383/ > > Ok to commit? Thanks for doing this, I was wondering why it insisted on running autotools for ages. I would like to combine this with another change I have, which I should be able to do tonight. -Koop