[Midnightbsd-cvs] mports [17037] trunk/graphics/libGLw: libGLw 8.0.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 20:53:42 EDT 2014


Revision: 17037
          http://svnweb.midnightbsd.org/mports/?rev=17037
Author:   laffer1
Date:     2014-09-13 20:53:41 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
libGLw 8.0.0

Modified Paths:
--------------
    trunk/graphics/libGLw/Makefile
    trunk/graphics/libGLw/distinfo

Removed Paths:
-------------
    trunk/graphics/libGLw/files/

Modified: trunk/graphics/libGLw/Makefile
===================================================================
--- trunk/graphics/libGLw/Makefile	2014-09-14 00:52:21 UTC (rev 17036)
+++ trunk/graphics/libGLw/Makefile	2014-09-14 00:53:41 UTC (rev 17037)
@@ -1,26 +1,25 @@
 # $MidnightBSD$
 
 PORTNAME=	libGLw
-PORTVERSION=	${MESAVERSION}
-PORTREVISION=	1
+PORTVERSION=	8.0.0
 CATEGORIES=	graphics
+MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glw/
+DISTNAME=	glw-${PORTVERSION}
+DIST_SUBDIR=	GL
 
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	OpenGL widgets library
+
 LICENSE=	mit
 
+USES=		motif libtool pathfix pkgconfig tar:bzip2
+USE_LDCONFIG=	yes
 USE_GL=		gl
-USE_MOTIF=	yes
-USE_XORG=	glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
+USE_XORG=	x11 xt xext
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-static --enable-motif
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
-do-install:
-	cd ${WRKSRC}/src/glw; ${GMAKE} ${FAKE_MAKEARGS} install
-
-.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "amd64" || ${ARCH} != "i386"
-CONFIGURE_ARGS+=--disable-gallium-intel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/graphics/libGLw/distinfo
===================================================================
--- trunk/graphics/libGLw/distinfo	2014-09-14 00:52:21 UTC (rev 17036)
+++ trunk/graphics/libGLw/distinfo	2014-09-14 00:53:41 UTC (rev 17037)
@@ -1,4 +1,2 @@
-SHA256 (MesaLib-7.6.1.tar.bz2) = 701f0e4cb85d6298181651b780d1c0a439fadd02aad29ee6623fc05588bb8d44
-SIZE (MesaLib-7.6.1.tar.bz2) = 4886995
-SHA256 (MesaLib-7.11.2.tar.bz2) = 57746aa8c60bc6f5596ec6c6c7274de40fa12edce5ec33fe899e704fa00b5357
-SIZE (MesaLib-7.11.2.tar.bz2) = 6257280
+SHA256 (GL/glw-8.0.0.tar.bz2) = 2da1d06e825f073dcbad264aec7b45c649100e5bcde688ac3035b34c8dbc8597
+SIZE (GL/glw-8.0.0.tar.bz2) = 221136



More information about the Midnightbsd-cvs mailing list