pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glu Update to glu-9.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07d15252423a
branches:  trunk
changeset: 649368:07d15252423a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 02 23:03:00 2015 +0000

description:
Update to glu-9.0.0.

This release spun off glu from Mesa. glu is now shipped as an independent
package.

diffstat:

 graphics/glu/Makefile |  44 +++++++++++++++-----------------------------
 graphics/glu/PLIST    |   6 ++----
 2 files changed, 17 insertions(+), 33 deletions(-)

diffs (67 lines):

diff -r f14b86a35cc2 -r 07d15252423a graphics/glu/Makefile
--- a/graphics/glu/Makefile     Thu Apr 02 22:58:03 2015 +0000
+++ b/graphics/glu/Makefile     Thu Apr 02 23:03:00 2015 +0000
@@ -1,35 +1,21 @@
-# $NetBSD: Makefile,v 1.59 2015/01/29 22:38:50 nat Exp $
-
-PKGNAME=       glu-${MESA_PKGVERSION}
-COMMENT=       GLU polygon tessellation facility for Mesa
-PKGREVISION=   1
+# $NetBSD: Makefile,v 1.60 2015/04/02 23:03:00 tnn Exp $
 
-CONFLICTS+=    Mesa-glx-[0-9]*
-CONFLICTS+=    Mesa<3.2.1
-
-
-PKGCONFIG_OVERRIDE+=    src/glu/glu.pc.in
-
-CONFIGURE_ARGS+=        --enable-glu
-CONFIGURE_ARGS+=        --disable-glut
-CONFIGURE_ARGS+=        --disable-glw
-CONFIGURE_ARGS+=        --with-dri-drivers=""
+DISTNAME=      glu-9.0.0
+CATEGORIES=    graphics
+MASTER_SITES=  ftp://ftp.freedesktop.org/pub/mesa/glu/
+EXTRACT_SUFX=  .tar.bz2
 
-BUILD_DIRS=             src/glu
-BUILD_TARGET=           default
-
-INSTALL_DIRS=           src/glu
-INSTALLATION_DIRS+=     include/GL
-
-.include "../../graphics/Mesa/Makefile.lib"
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://cgit.freedesktop.org/mesa/glu/
+COMMENT=       GLU polygon tessellation facility for Mesa
+LICENSE=       sgi-free-software-b-v2.0
 
-BUILDLINK_API_DEPENDS.MesaLib+=        MesaLib>=${MESA_VERSION}
-.include "../../graphics/MesaLib/buildlink3.mk"
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
 
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/include/GL/glu.h \
-               ${DESTDIR}${PREFIX}/include/GL/glu.h
-       ${INSTALL_DATA} ${WRKSRC}/include/GL/glu_mangle.h \
-               ${DESTDIR}${PREFIX}/include/GL/glu_mangle.h
+PKGCONFIG_OVERRIDE+=   glu.pc.in
 
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f14b86a35cc2 -r 07d15252423a graphics/glu/PLIST
--- a/graphics/glu/PLIST        Thu Apr 02 22:58:03 2015 +0000
+++ b/graphics/glu/PLIST        Thu Apr 02 23:03:00 2015 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.17 2013/05/16 14:42:18 richard Exp $
+@comment $NetBSD: PLIST,v 1.18 2015/04/02 23:03:00 tnn Exp $
 include/GL/glu.h
 include/GL/glu_mangle.h
-lib/libGLU.so
-lib/libGLU.so.1
-lib/libGLU.so.1.3.071100
+lib/libGLU.la
 lib/pkgconfig/glu.pc



Home | Main Index | Thread Index | Old Index