svn commit: r321462 - head/graphics/libGLU
Niclas Zeising
zeising at FreeBSD.org
Fri Jun 21 11:55:02 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list