pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Remove graphics/glut, replacement graphics/fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88abe65db9b5
branches:  trunk
changeset: 338787:88abe65db9b5
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 30 17:17:19 2019 +0000

description:
Remove graphics/glut, replacement graphics/freeglut.

diffstat:

 graphics/Makefile                                  |     3 +-
 graphics/glut/DESCR                                |     4 -
 graphics/glut/Makefile                             |    34 -
 graphics/glut/PLIST                                |     4 -
 graphics/glut/buildlink3.mk                        |    18 -
 graphics/glut/builtin.mk                           |    25 -
 graphics/glut/distinfo                             |    18 -
 graphics/glut/patches/patch-Makefile               |   271 --
 graphics/glut/patches/patch-acinclude.m4           |   126 -
 graphics/glut/patches/patch-bin_config.guess       |  1442 ---------------
 graphics/glut/patches/patch-bin_config.sub         |  1814 --------------------
 graphics/glut/patches/patch-bin_install-sh         |   119 -
 graphics/glut/patches/patch-bin_version.mk         |    24 -
 graphics/glut/patches/patch-configs_autoconf.in    |   108 -
 graphics/glut/patches/patch-configs_default        |   212 --
 graphics/glut/patches/patch-configure.ac           |   463 -----
 graphics/glut/patches/patch-src_Makefile           |    47 -
 graphics/glut/patches/patch-src_glut_glx_Makefile  |    53 -
 graphics/glut/patches/patch-src_glut_glx_glutint.h |    15 -
 19 files changed, 1 insertions(+), 4799 deletions(-)

diffs (truncated from 4886 to 300 lines):

diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/Makefile
--- a/graphics/Makefile Fri Aug 30 17:12:19 2019 +0000
+++ b/graphics/Makefile Fri Aug 30 17:17:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.843 2019/08/30 12:33:22 nia Exp $
+# $NetBSD: Makefile,v 1.844 2019/08/30 17:17:19 nia Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -192,7 +192,6 @@
 SUBDIR+=       glm
 SUBDIR+=       glpng
 SUBDIR+=       glu
-SUBDIR+=       glut
 SUBDIR+=       glw
 SUBDIR+=       glx-utils
 SUBDIR+=       gmic
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/DESCR
--- a/graphics/glut/DESCR       Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-The Mesa project is an open-source implementation of the OpenGL
-specification - a system for rendering interactive 3D graphics.
-
-This is the OpenGL Utility Toolkit component of the distribution.
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/Makefile
--- a/graphics/glut/Makefile    Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.62 2019/08/22 09:57:08 nia Exp $
-
-DISTNAME=      MesaGLUT-7.9.2
-# we have the autoconf patches from git, so call it 8.0.1.
-PKGNAME=       glut-8.0.1
-PKGREVISION=   2
-CATEGORIES=    graphics
-MASTER_SITES=  https://mesa.freedesktop.org/archive/glut/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cgit.freedesktop.org/mesa/glut/
-COMMENT=       OpenGL Utility Toolkit
-#LICENSE=      # TODO: (see mk/license.mk)
-
-WRKSRC=                ${WRKDIR}/Mesa-7.9.2
-USE_TOOLS+=    autoreconf automake autoconf gmake pkg-config makedepend
-USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
-
-PKGCONFIG_OVERRIDE+=   src/glut/glx/glut.pc.in
-
-CONFIGURE_ENV+=        "EXTRA_LIB_PATH=${LDFLAGS} ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib"
-
-pre-configure:
-       cd ${WRKSRC} && autoreconf -vif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/PLIST
--- a/graphics/glut/PLIST       Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.16 2015/04/03 01:00:52 tnn Exp $
-include/GL/glut.h
-lib/libglut.la
-lib/pkgconfig/glut.pc
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/buildlink3.mk
--- a/graphics/glut/buildlink3.mk       Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.20 2013/05/16 05:28:13 richard Exp $
-
-BUILDLINK_TREE+=       glut
-
-.if !defined(GLUT_BUILDLINK3_MK)
-GLUT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.glut+=   glut>=3.4.2
-BUILDLINK_ABI_DEPENDS.glut+=   glut>=7.11.2
-BUILDLINK_PKGSRCDIR.glut?=     ../../graphics/glut
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.endif # GLUT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -glut
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/builtin.mk
--- a/graphics/glut/builtin.mk  Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: builtin.mk,v 1.2 2009/02/01 16:22:54 cube Exp $
-
-BUILTIN_PKG:=  glut
-PKGCONFIG_FILE.glut=   ${X11BASE}/lib/pkgconfig/glut.pc
-
-.include "../../mk/buildlink3/pkgconfig-builtin.mk"
-
-.if !empty(USE_BUILTIN.glut:M[Yy][Ee][Ss])
-
-CHECK_BUILTIN.MesaLib:=        yes
-CHECK_BUILTIN.glu:=    yes
-.  include "../../graphics/MesaLib/builtin.mk"
-.  include "../../graphics/glu/builtin.mk"
-CHECK_BUILTIN.MesaLib:=        no
-CHECK_BUILTIN.glu:=    no
-BUILTIN_PKG:=  glut
-
-.  if !empty(USE_BUILTIN.MesaLib:M[Nn][Oo]) || \
-      !empty(USE_BUILTIN.glu:M[Nn][Oo])
-USE_BUILTIN.glut=      no
-.  endif
-
-.endif
-
-.include "../../mk/x11.builtin.mk"
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/distinfo
--- a/graphics/glut/distinfo    Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: distinfo,v 1.21 2015/11/03 21:34:00 agc Exp $
-
-SHA1 (MesaGLUT-7.9.2.tar.bz2) = d0dc573cb7897de514ee29386be944724e17e979
-RMD160 (MesaGLUT-7.9.2.tar.bz2) = ef00dfa09b563a8ffeeb3523b6d06b66d172983f
-SHA512 (MesaGLUT-7.9.2.tar.bz2) = 040bb43c26e1fabf8c005d4cf65d2006fded9902ea20c0eb10bb6e4c8cc43925400ad514066c7948690e9cd67a274e163988d013758de72e4b2174b91042ea44
-Size (MesaGLUT-7.9.2.tar.bz2) = 200406 bytes
-SHA1 (patch-Makefile) = 526f638679c2a78383ae1358f281d4fb370244c4
-SHA1 (patch-acinclude.m4) = f8a00cf60fe3e684fc167e7c4a7449c8ee13f7a5
-SHA1 (patch-bin_config.guess) = 81254c60a647f41f01847b3ff5328546fce8f5a2
-SHA1 (patch-bin_config.sub) = ac4559d14ed8780a79b94dfd4bbd2f9b658d7808
-SHA1 (patch-bin_install-sh) = 9deb7c17f2e4ba621f1bb41e8fb1bb3cc058ac7e
-SHA1 (patch-bin_version.mk) = 4009abc4f73da7d51925d268c5838578083dbeb3
-SHA1 (patch-configs_autoconf.in) = 36fc1b24dea24a141b4c92d5ab4b525fddee295d
-SHA1 (patch-configs_default) = 22a57d6770b41fff19f3e10c15c766fd5ea8c738
-SHA1 (patch-configure.ac) = 6f7066c73a362882ba87a1336df0214e5020b80f
-SHA1 (patch-src_Makefile) = 01301af232cf843dcde85de87da321242bf457fc
-SHA1 (patch-src_glut_glx_Makefile) = 9d052c85f7e6f034a351a57487e4af8318349565
-SHA1 (patch-src_glut_glx_glutint.h) = a4fb4758ae3fe42c93e2264e51a4d51794f839f7
diff -r aa7324ffdf85 -r 88abe65db9b5 graphics/glut/patches/patch-Makefile
--- a/graphics/glut/patches/patch-Makefile      Fri Aug 30 17:12:19 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,271 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2015/04/03 01:00:52 tnn Exp $
-
-Patch from FDO git to bring the package up to 8.0.1.
-
---- Makefile.orig      2015-04-02 23:45:08.000000000 +0000
-+++ Makefile
-@@ -0,0 +1,264 @@
-+# Top-level Mesa makefile
-+
-+TOP = .
-+
-+SUBDIRS = src
-+
-+
-+# The git command below generates an empty string when we're not
-+# building in a GIT tree (i.e., building from a release tarball).
-+default: $(TOP)/configs/current
-+      @for dir in $(SUBDIRS) ; do \
-+              if [ -d $$dir ] ; then \
-+                      (cd $$dir && $(MAKE)) || exit 1 ; \
-+              fi \
-+      done
-+
-+all: default
-+
-+
-+clean:
-+      -@touch $(TOP)/configs/current
-+      -@for dir in $(SUBDIRS) ; do \
-+              if [ -d $$dir ] ; then \
-+                      (cd $$dir && $(MAKE) clean) ; \
-+              fi \
-+      done
-+      -@test -s $(TOP)/configs/current || rm -f $(TOP)/configs/current
-+
-+
-+realclean: clean
-+      -rm -rf lib*
-+      -rm -f $(TOP)/configs/current
-+      -rm -f $(TOP)/configs/autoconf
-+      -rm -rf autom4te.cache
-+      -find . '(' -name '*.o' -o -name '*.a' -o -name '*.so' -o \
-+        -name depend -o -name depend.bak ')' -exec rm -f '{}' ';'
-+
-+
-+distclean: realclean
-+
-+
-+install:
-+      @for dir in $(SUBDIRS) ; do \
-+              if [ -d $$dir ] ; then \
-+                      (cd $$dir && $(MAKE) install) || exit 1 ; \
-+              fi \
-+      done
-+
-+
-+.PHONY: default doxygen clean realclean distclean install
-+
-+# If there's no current configuration file
-+$(TOP)/configs/current:
-+      @echo
-+      @echo
-+      @echo "Please choose a configuration from the following list:"
-+      @ls -1 $(TOP)/configs | grep -v "current\|default\|CVS\|autoconf.*"
-+      @echo
-+      @echo "Then type 'make <config>' (ex: 'make linux-x86')"
-+      @echo
-+      @echo "Or, run './configure' then 'make'"
-+      @echo "See './configure --help' for details"
-+      @echo
-+      @echo "(ignore the following error message)"
-+      @exit 1
-+
-+
-+# Rules to set/install a specific build configuration
-+aix \
-+aix-64 \
-+aix-64-static \
-+aix-gcc \
-+aix-static \
-+autoconf \
-+bluegene-osmesa \
-+bluegene-xlc-osmesa \
-+beos \
-+catamount-osmesa-pgi \
-+darwin \
-+darwin-fat-32bit \
-+darwin-fat-all \
-+freebsd \
-+freebsd-dri \
-+freebsd-dri-amd64 \
-+freebsd-dri-x86 \
-+hpux10 \
-+hpux10-gcc \
-+hpux10-static \
-+hpux11-32 \
-+hpux11-32-static \
-+hpux11-32-static-nothreads \
-+hpux11-64 \
-+hpux11-64-static \
-+hpux11-ia64 \
-+hpux11-ia64-static \
-+hpux9 \
-+hpux9-gcc \
-+irix6-64 \
-+irix6-64-static \
-+irix6-n32 \
-+irix6-n32-static \
-+irix6-o32 \
-+irix6-o32-static \
-+linux \
-+linux-i965 \
-+linux-alpha \
-+linux-alpha-static \
-+linux-cell \
-+linux-cell-debug \
-+linux-debug \
-+linux-dri \
-+linux-dri-debug \
-+linux-dri-x86 \
-+linux-dri-x86-64 \
-+linux-dri-ppc \
-+linux-dri-xcb \
-+linux-egl \
-+linux-indirect \
-+linux-fbdev \
-+linux-ia64-icc \
-+linux-ia64-icc-static \
-+linux-icc \
-+linux-icc-static \
-+linux-llvm \
-+linux-llvm-debug \
-+linux-opengl-es \
-+linux-osmesa \
-+linux-osmesa-static \
-+linux-osmesa16 \
-+linux-osmesa16-static \
-+linux-osmesa32 \
-+linux-ppc \
-+linux-ppc-static \
-+linux-profile \
-+linux-sparc \
-+linux-sparc5 \
-+linux-static \
-+linux-ultrasparc \
-+linux-tcc \
-+linux-x86 \
-+linux-x86-debug \
-+linux-x86-32 \
-+linux-x86-64 \
-+linux-x86-64-debug \
-+linux-x86-64-profile \



Home | Main Index | Thread Index | Old Index