Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 18:07:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304226 - in head/graphics: dri libGL libGLU libGLw
Message-ID:  <201209131807.q8DI7tIo048488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsdkaffee@gmail.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131807.q8DI7tIo048488>