From owner-svn-ports-head@FreeBSD.ORG Thu Sep 13 18:07:56 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61CD8106564A; Thu, 13 Sep 2012 18:07:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 33B638FC1B; Thu, 13 Sep 2012 18:07:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DI7u90048495; Thu, 13 Sep 2012 18:07:56 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DI7tIo048488; Thu, 13 Sep 2012 18:07:55 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209131807.q8DI7tIo048488@svn.freebsd.org> From: Steve Wills Date: Thu, 13 Sep 2012 18:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304226 - in head/graphics: dri libGL libGLU libGLw X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 18:07:56 -0000 Author: swills Date: Thu Sep 13 18:07:55 2012 New Revision: 304226 URL: http://svn.freebsd.org/changeset/ports/304226 Log: - Use PTHREAD_LIBS instead of -lpthread PR: ports/170506 Submitted by: Jason E. Hale Modified: head/graphics/dri/Makefile (contents, props changed) head/graphics/libGL/Makefile (contents, props changed) head/graphics/libGL/bsd.mesalib.mk (contents, props changed) head/graphics/libGLU/Makefile (contents, props changed) head/graphics/libGLw/Makefile (contents, props changed) Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/dri/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,7 +7,7 @@ PORTNAME= dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= graphics Modified: head/graphics/libGL/Makefile ============================================================================== --- head/graphics/libGL/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGL/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,7 +7,7 @@ PORTNAME= libGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL library that renders using GLX or DRI Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGL/bsd.mesalib.mk Thu Sep 13 18:07:55 2012 (r304226) @@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --enable-xcb post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ - ${WRKSRC}/configure + -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/src/glu/Makefile \ ${WRKSRC}/src/glw/Makefile \ Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGLU/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -6,6 +6,7 @@ # PORTNAME= libGLU +PORTREVISION= 1 PORTVERSION= ${MESAVERSION} CATEGORIES= graphics Modified: head/graphics/libGLw/Makefile ============================================================================== --- head/graphics/libGLw/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGLw/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,6 +7,7 @@ PORTNAME= libGLw PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL widgets library