The Mesa libraries link to -lpthread instead of PTHREAD_LIBS How-To-Repeat: Build graphics/libGL, graphics/libGLU, graphics/libGLw, or graphics/dri
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-x11->swills I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"