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-neomagic/dist initial import of xf...



details:   https://anonhg.NetBSD.org/xsrc/rev/4dee35fd18af
branches:  trunk
changeset: 7556:4dee35fd18af
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 19 09:02:18 2023 +0000

description:
initial import of xf86-video-neomagic-1.3.1

diffstat:

 external/mit/xf86-video-neomagic/dist/ChangeLog        |     97 +-
 external/mit/xf86-video-neomagic/dist/Makefile.in      |     52 +-
 external/mit/xf86-video-neomagic/dist/aclocal.m4       |   6935 +++---
 external/mit/xf86-video-neomagic/dist/compile          |     17 +-
 external/mit/xf86-video-neomagic/dist/config.guess     |   1713 +-
 external/mit/xf86-video-neomagic/dist/config.h.in      |     10 +-
 external/mit/xf86-video-neomagic/dist/config.sub       |   2942 +-
 external/mit/xf86-video-neomagic/dist/configure        |  14215 +++++++-------
 external/mit/xf86-video-neomagic/dist/configure.ac     |      6 +-
 external/mit/xf86-video-neomagic/dist/depcomp          |     10 +-
 external/mit/xf86-video-neomagic/dist/install-sh       |    179 +-
 external/mit/xf86-video-neomagic/dist/ltmain.sh        |    906 +-
 external/mit/xf86-video-neomagic/dist/man/Makefile.in  |     17 +-
 external/mit/xf86-video-neomagic/dist/missing          |     16 +-
 external/mit/xf86-video-neomagic/dist/src/Makefile.in  |    102 +-
 external/mit/xf86-video-neomagic/dist/src/neo_2070.c   |      2 +-
 external/mit/xf86-video-neomagic/dist/src/neo_2090.c   |      2 +-
 external/mit/xf86-video-neomagic/dist/src/neo_2097.c   |      2 +-
 external/mit/xf86-video-neomagic/dist/src/neo_driver.c |     10 +-
 external/mit/xf86-video-neomagic/dist/src/neo_video.c  |      2 +-
 20 files changed, 14505 insertions(+), 12730 deletions(-)

diffs (truncated from 34965 to 300 lines):

diff -r 28a3fd53de92 -r 4dee35fd18af external/mit/xf86-video-neomagic/dist/ChangeLog
--- a/external/mit/xf86-video-neomagic/dist/ChangeLog   Mon Jun 19 09:02:15 2023 +0000
+++ b/external/mit/xf86-video-neomagic/dist/ChangeLog   Mon Jun 19 09:02:18 2023 +0000
@@ -1,3 +1,92 @@
+commit fc60f28cc9985c60d8d8f846a429a3a62133d7c3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 9 12:47:22 2023 -0700
+
+    xf86-video-neomagic 1.3.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ad829f3e14ce8702551329a5c9b1deda98c1f386
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Dec 8 16:50:16 2022 -0800
+
+    NEOPreInit: Handle -Wimplicit-fallthrough warning
+    
+    neo_driver.c: In function ‘NEOPreInit’:
+    neo_driver.c:892:9: warning: this statement may fall through
+      [-Wimplicit-fallthrough=]
+          if (nPtr->NeoChipset != NM2070)
+             ^
+    neo_driver.c:894:2: note: here
+      default:
+      ^~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b10d7736ae7f7b3f8a6058b2d5e8d9b60c4d105f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Dec 8 16:47:10 2022 -0800
+
+    NEOGetRec: Fix -Wmisleading-indentation warning
+    
+    neo_driver.c: In function ‘NEOGetRec’:
+    neo_driver.c:464:5: warning: this ‘if’ clause does not guard...
+      [-Wmisleading-indentation]
+         if (pScrn->driverPrivate == NULL)
+         ^~
+    neo_driver.c:466:9: note: ...this statement, but the latter is
+      misleadingly indented as if it were guarded by the ‘if’
+             return TRUE;
+             ^~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 032b89419ed33a5ec1776144160ceb882cb0449c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a941cc0a13615729ce2aefe97fcc070875dd8858
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 13:14:05 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f3cc137e20253a16659f9ef978139979dea61113
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 13:13:46 2022 -0800
+
+    Fix spelling/wording issues
+    
+    Found by using:
+        codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3c8ce1f98a7e72593856bb296e53365baf31b231
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 22 13:12:16 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f2aad64f4d732d4ec26e66d135fcd86c385527b7
+Author: Matthieu Herrb <matthieu%herrb.eu@localhost>
+Date:   Sun Feb 10 17:20:27 2019 +0100
+
+    Use fabs() instead of abs() on double value.
+    
+    Silences clang warnings.
+    
+    Signed-off-by: Matthieu Herrb <matthieu%herrb.eu@localhost>
+    Reviewed-by: Walter Harms <wharms%bfs.de@localhost>
+
 commit 754031be27385154d39b65f8d703279f841b2c31
 Author: Kevin Brace <kevinbrace%gmx.com@localhost>
 Date:   Mon Dec 24 18:48:32 2018 -0600
@@ -767,20 +856,20 @@ Date:   Mon Oct 17 00:09:04 2005 +0000
     Use sed & cpp to substitute variables in driver man pages
 
 commit 392f13b748742e93dfccd3c4bebb323165eb8eb4
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Oct 4 21:36:51 2005 +0000
 
     Link nvidida readme file into nvidia driver, Exclude duplicated neomagic
         readme
 
 commit a114e9e031bf1250fbb1e03b81927198d376f6e0
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Sep 27 21:09:35 2005 +0000
 
     Fix capitalization mistake
 
 commit c82ff116e460d5c89cb20a8f94632501b473ad09
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Sep 27 20:53:19 2005 +0000
 
     Update build system for apm, chips, cirrus, glint, i740, mga, neomagic,
@@ -807,7 +896,7 @@ Date:   Fri Jul 29 21:22:44 2005 +0000
     - Update modular Xorg version
 
 commit 8bc434f88799b9690d13bbc01ea24f5090f430aa
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 26 16:52:44 2005 +0000
 
     Build system for neomagic
diff -r 28a3fd53de92 -r 4dee35fd18af external/mit/xf86-video-neomagic/dist/Makefile.in
--- a/external/mit/xf86-video-neomagic/dist/Makefile.in Mon Jun 19 09:02:15 2023 +0000
+++ b/external/mit/xf86-video-neomagic/dist/Makefile.in Mon Jun 19 09:02:18 2023 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -154,9 +154,9 @@ am__recursive_targets = \
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -173,9 +173,6 @@ am__define_uniq_tagged_files = \
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
        ChangeLog INSTALL README TODO compile config.guess config.sub \
@@ -215,9 +212,11 @@ am__relativize = \
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -239,8 +238,9 @@ CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
@@ -255,8 +255,10 @@ ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
@@ -394,8 +396,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
            echo ' $(SHELL) ./config.status'; \
            $(SHELL) ./config.status;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -536,8 +538,10 @@ cscopelist-am: $(am__tagged_files)
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -605,8 +609,9 @@ distdir: $(DISTFILES)
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
        $(am__post_remove_distdir)
+
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__post_remove_distdir)
@@ -614,11 +619,14 @@ dist-bzip2: distdir
 dist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__post_remove_distdir)
-
 dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -630,7 +638,7 @@ dist-shar: distdir
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -648,7 +656,7 @@ dist dist-all:
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -658,9 +666,11 @@ distcheck: dist
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
+       *.tar.zst*) \
+         zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
@@ -676,7 +686,7 @@ distcheck: dist
            $(DISTCHECK_CONFIGURE_FLAGS) \
            --srcdir=../.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
+         && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -839,7 +849,7 @@ uninstall-am:
        am--refresh check check-am clean clean-cscope clean-generic \
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
-       dist-tarZ dist-xz dist-zip distcheck distclean \
+       dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
        distclean-generic distclean-hdr distclean-libtool \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am html html-am info info-am install install-am \


Home | Main Index | Thread Index | Old Index