Bug 235849 - x11-drivers/xf86-video-s3virge: Update to 1.11.0
Summary: x11-drivers/xf86-video-s3virge: Update to 1.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-19 03:40 UTC by pete
Modified: 2019-02-20 19:59 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
updated patch for s3virge, removes local patches which are upstreamed (4.23 KB, patch)
2019-02-19 03:40 UTC, pete
no flags Details | Diff
local build log for v1.11.0 (36.44 KB, text/plain)
2019-02-19 03:41 UTC, pete
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pete 2019-02-19 03:40:25 UTC
Created attachment 202148 [details]
updated patch for s3virge, removes local patches which are upstreamed

new upstream version of the xf86-video-s3virge driver:

https://lists.x.org/archives/xorg-announce/2019-February/002940.html

This is a maintenance release of S3 ViRGE DDX for X.Org X Server.
Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color. [1]
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com

[1] https://gitlab.freedesktop.org/xorg/xserver/commit/0803918e64262482035f042e5e1f2a571d3dea1b


--
Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Kevin Brace (4):
      Use const char for xf86GetOptValString return type
      Eliminate unused variable compilation warnings
      Eliminate unused function compilation warnings
      Version bumped to 1.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Nick Hudson (1):
      Increase BIOS_BSIZE.

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
      Add cast to remove a warning on 32-bit machines.

git tag: xf86-video-s3virge-1.11.0
Comment 1 pete 2019-02-19 03:41:27 UTC
Created attachment 202149 [details]
local build log for v1.11.0

I am unable to test this driver locally due to lack of hw support, but it builds correctly on my 12.0 AMD64 system as per this log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-02-20 19:59:23 UTC
A commit references this bug:

Author: zeising
Date: Wed Feb 20 19:58:30 UTC 2019
New revision: 493438
URL: https://svnweb.freebsd.org/changeset/ports/493438

Log:
  x11-drivers/xf86-video-s3virge: Update to 1.11.0

  Update xf86-video-s3virge to 1.11.0.
  Remove patches incorporated upstream.
  This has not been run time tested due to lack of hardware.

  Changelog:
  https://lists.x.org/archives/xorg-announce/2019-February/002940.html

  PR:		235849
  Submitted by:	pete@nomadlogic.org

Changes:
  head/x11-drivers/xf86-video-s3virge/Makefile
  head/x11-drivers/xf86-video-s3virge/distinfo
  head/x11-drivers/xf86-video-s3virge/files/patch-git_01_9c8a08c
  head/x11-drivers/xf86-video-s3virge/files/patch-git_02_47f4369
  head/x11-drivers/xf86-video-s3virge/files/patch-src_s3v__driver.c
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2019-02-20 19:59:58 UTC
Committed, thanks!