Date: Fri, 21 Jun 2013 11:55:01 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321462 - head/graphics/libGLU Message-ID: <201306211155.r5LBt10K061429@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Jun 21 11:55:01 2013 New Revision: 321462 URL: http://svnweb.freebsd.org/changeset/ports/321462 Log: Update to 9.0.0 This is a stand-alone release of libGLU, no longer dependent on the rest of MESA. Obtained from: xorg development repo Modified: head/graphics/libGLU/Makefile head/graphics/libGLU/pkg-plist Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Fri Jun 21 11:29:56 2013 (r321461) +++ head/graphics/libGLU/Makefile Fri Jun 21 11:55:01 2013 (r321462) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= libGLU -PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 +PORTVERSION= 9.0.0 CATEGORIES= graphics +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ +DISTNAME= glu-${PORTVERSION} +MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library +USE_BZIP2= yes +USES= pathfix USE_GL= gl -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_LDCONFIG= yes -INSTALL_WRKSRC= ${WRKSRC}/src/glu -BUILD_WRKSRC= ${WRKSRC}/src/glu - -pre-install: - @${MKDIR} ${PREFIX}/include/GL/ - ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/ - -.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include <bsd.port.mk> Modified: head/graphics/libGLU/pkg-plist ============================================================================== --- head/graphics/libGLU/pkg-plist Fri Jun 21 11:29:56 2013 (r321461) +++ head/graphics/libGLU/pkg-plist Fri Jun 21 11:55:01 2013 (r321462) @@ -1,5 +1,6 @@ include/GL/glu.h include/GL/glu_mangle.h +lib/libGLU.la lib/libGLU.so lib/libGLU.so.1 libdata/pkgconfig/glu.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306211155.r5LBt10K061429>