Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xf86-video-tdfx/dist initial import of xf86-v...



details:   https://anonhg.NetBSD.org/xsrc/rev/89698b83ae55
branches:  trunk
changeset: 10173:89698b83ae55
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 05 06:02:50 2019 +0000

description:
initial import of xf86-video-tdfx-1.5.0

diffstat:

 external/mit/xf86-video-tdfx/dist/ChangeLog          |  125 +++++++
 external/mit/xf86-video-tdfx/dist/Makefile.am        |    2 +
 external/mit/xf86-video-tdfx/dist/Makefile.in        |   15 +-
 external/mit/xf86-video-tdfx/dist/README.md          |   18 +
 external/mit/xf86-video-tdfx/dist/aclocal.m4         |  313 ++++++++++--------
 external/mit/xf86-video-tdfx/dist/config.guess       |  124 +++----
 external/mit/xf86-video-tdfx/dist/config.sub         |   42 +-
 external/mit/xf86-video-tdfx/dist/configure          |  121 +++----
 external/mit/xf86-video-tdfx/dist/configure.ac       |    5 +-
 external/mit/xf86-video-tdfx/dist/install-sh         |   23 +-
 external/mit/xf86-video-tdfx/dist/ltmain.sh          |   37 +-
 external/mit/xf86-video-tdfx/dist/man/Makefile.in    |    8 +-
 external/mit/xf86-video-tdfx/dist/src/Makefile.in    |    8 +-
 external/mit/xf86-video-tdfx/dist/src/tdfx.h         |    4 -
 external/mit/xf86-video-tdfx/dist/src/tdfx_dripriv.h |   11 -
 15 files changed, 487 insertions(+), 369 deletions(-)

diffs (truncated from 1771 to 300 lines):

diff -r c1c92438209b -r 89698b83ae55 external/mit/xf86-video-tdfx/dist/ChangeLog
--- a/external/mit/xf86-video-tdfx/dist/ChangeLog       Mon Mar 04 08:36:42 2019 +0000
+++ b/external/mit/xf86-video-tdfx/dist/ChangeLog       Tue Mar 05 06:02:50 2019 +0000
@@ -1,3 +1,128 @@
+commit affd8b212f7ddeaf3ebfcbfca87ff4a9d4ef3d6a
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri Feb 15 16:21:00 2019 -0800
+
+    Version bumped to 1.5.0
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 0d36f238a32a6eac3eb7c2f44c3326d6bac84cb0
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Jan 28 20:41:34 2019 -0800
+
+    Eliminate log message parameter type compilation warnings
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 37023cd1d0ddfb61a7e607c8b50fbb14c30cd8ae
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Mon Jan 28 20:23:20 2019 -0800
+
+    Changing result parameter type for ScreenWakeupHandlerProcPtr
+    
+    For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned
+    long.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+    Reviewed-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit f144b07e0b46fb35d401b1deeec8b3b45d697372
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Dec 25 07:39:46 2018 -0600
+
+    Eliminate set but not used variable compilation warnings
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 790b72944e18dfd637e057cde88fc74e3449c246
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Dec 25 07:38:18 2018 -0600
+
+    Eliminate unused variable compilation warning
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit 7ebcfcfae6c947a968611ce112fe781ecc34b7f2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 7 19:14:00 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b753fcfa21085eb87d219a84011eeb16e8bfcd7d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 16:34:01 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit dfe3f54292b3fd37230fb017c80e91038eedfbb5
+Author: Emil Velikov <emil.velikov%collabora.com@localhost>
+Date:   Mon Jul 17 12:07:43 2017 +0100
+
+    xf86-video-tdfx: remove the GlxSetVisualConfigs stub and friends
+    
+    The function was an empty since 2008 at least. Remove it alongside the
+    unused GLX visuals code.
+    
+    With this all the GL/GLX dependencies in the driver are gone.
+    
+    Cc: Guillem Jover <guillem%hadrons.org@localhost>
+    Cc: Adam Jackson <ajax%redhat.com@localhost>
+    Signed-off-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 2ddfad3b4b888d26c9878b0a95d57a9912a5c006
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:22 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit 9ba9c1fbb7905f44dee2c0b9eb4760505b4bac8a
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 951b08c8f8e3f305e575935600728e2fb3be09da
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit c9b6d179fb3cded181fa99c3603e332e3433200e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:14 2014 -0700
+
+    autogen.sh: Honor NOCONFIGURE=1
+    
+    See http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit be42d3f24802f76f2ec8953e7b3fb8107ca7b755
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:03:13 2014 -0700
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 4dd4a5da0697d33df0f456ccf224d5be945b7aab
 Author: Matt Turner <mattst88%gmail.com@localhost>
 Date:   Tue Jan 17 14:48:21 2017 -0800
diff -r c1c92438209b -r 89698b83ae55 external/mit/xf86-video-tdfx/dist/Makefile.am
--- a/external/mit/xf86-video-tdfx/dist/Makefile.am     Mon Mar 04 08:36:42 2019 +0000
+++ b/external/mit/xf86-video-tdfx/dist/Makefile.am     Tue Mar 05 06:02:50 2019 +0000
@@ -29,3 +29,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r c1c92438209b -r 89698b83ae55 external/mit/xf86-video-tdfx/dist/Makefile.in
--- a/external/mit/xf86-video-tdfx/dist/Makefile.in     Mon Mar 04 08:36:42 2019 +0000
+++ b/external/mit/xf86-video-tdfx/dist/Makefile.in     Tue Mar 05 06:02:50 2019 +0000
@@ -178,8 +178,8 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-       ChangeLog INSTALL README compile config.guess config.sub \
-       install-sh ltmain.sh missing
+       ChangeLog INSTALL compile config.guess config.sub install-sh \
+       ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -279,7 +279,6 @@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
 MAN_SUBSTS = @MAN_SUBSTS@
@@ -360,6 +359,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -370,13 +370,14 @@
 top_srcdir = @top_srcdir@
 SUBDIRS = src man
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
 am--refresh: Makefile
        @:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
            *$$dep*) \
@@ -402,9 +403,9 @@
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
 
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure:  $(am__configure_deps)
        $(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 
@@ -415,7 +416,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+$(srcdir)/config.h.in:  $(am__configure_deps) 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        rm -f stamp-h1
        touch $@
diff -r c1c92438209b -r 89698b83ae55 external/mit/xf86-video-tdfx/dist/README.md
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xf86-video-tdfx/dist/README.md       Tue Mar 05 06:02:50 2019 +0000
@@ -0,0 +1,18 @@
+xf86-video-tdfx - 3Dfx video driver for the Xorg X server
+---------------------------------------------------------
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+  https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+  https://gitlab.freedesktop.org/xorg/driver/xf86-video-tdfx
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
diff -r c1c92438209b -r 89698b83ae55 external/mit/xf86-video-tdfx/dist/aclocal.m4
--- a/external/mit/xf86-video-tdfx/dist/aclocal.m4      Mon Mar 04 08:36:42 2019 +0000
+++ b/external/mit/xf86-video-tdfx/dist/aclocal.m4      Tue Mar 05 06:02:50 2019 +0000
@@ -2680,14 +2680,7 @@
     *) objformat=elf ;;
     esac
   fi
-  # Handle Gentoo/FreeBSD as it was Linux
-  case $host_vendor in
-    gentoo)
-      version_type=linux ;;
-    *)
-      version_type=freebsd-$objformat ;;
-  esac
-
+  version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
@@ -2699,12 +2692,6 @@
       library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
       need_version=yes
       ;;
-    linux)
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-      soname_spec='${libname}${release}${shared_ext}$major'
-      need_lib_prefix=no
-      need_version=no
-      ;;
   esac
   shlibpath_var=LD_LIBRARY_PATH
   case $host_os in
@@ -2914,6 +2901,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3573,7 +3572,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4451,7 +4450,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4963,6 +4962,9 @@



Home | Main Index | Thread Index | Old Index