FreeBSD Bugzilla – Attachment 179111 Details for
Bug 216296
x11-drivers/xf86-video-trident: update to 1.3.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update x11-drivers/xf86-video-trident to 1.3.8
x11-drivers_xf86-video-trident.patch (text/plain), 3.26 KB, created by
Matthew Rezny
on 2017-01-19 22:02:58 UTC
(
hide
)
Description:
update x11-drivers/xf86-video-trident to 1.3.8
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2017-01-19 22:02:58 UTC
Size:
3.26 KB
patch
obsolete
>Index: x11-drivers/xf86-video-trident/Makefile >=================================================================== >--- x11-drivers/xf86-video-trident/Makefile (revision 431798) >+++ x11-drivers/xf86-video-trident/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= xf86-video-trident >-PORTVERSION= 1.3.7 >+PORTVERSION= 1.3.8 > CATEGORIES= x11-drivers > > MAINTAINER= x11@FreeBSD.org >Index: x11-drivers/xf86-video-trident/distinfo >=================================================================== >--- x11-drivers/xf86-video-trident/distinfo (revision 431798) >+++ x11-drivers/xf86-video-trident/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (xorg/driver/xf86-video-trident-1.3.7.tar.bz2) = ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae >-SIZE (xorg/driver/xf86-video-trident-1.3.7.tar.bz2) = 376898 >+TIMESTAMP = 1484716004 >+SHA256 (xorg/driver/xf86-video-trident-1.3.8.tar.bz2) = 9e5119d974c3e2221994542d35e3a0b3426a441869ddd6dd08a84f324856ac3f >+SIZE (xorg/driver/xf86-video-trident-1.3.8.tar.bz2) = 387742 >Index: x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c >=================================================================== >--- x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c (nonexistent) >+++ x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c (working copy) >@@ -0,0 +1,15 @@ >+# Fix a style warning >+# >+--- src/trident_dac.c.orig 2013-02-07 07:56:43 UTC >++++ src/trident_dac.c >+@@ -1226,8 +1226,8 @@ Tridentddc1Read(ScrnInfoPtr pScrn) >+ OUTW(0x3C4, (temp << 8) | NewMode1); >+ >+ /* Wait until vertical retrace is in progress. */ >+- while (INB(vgaIOBase + 0xA) & 0x08); >+- while (!(INB(vgaIOBase + 0xA) & 0x08)); >++ while (INB(vgaIOBase + 0xA) & 0x08) {} >++ while (!(INB(vgaIOBase + 0xA) & 0x08)) {} >+ >+ /* Get the result */ >+ OUTB(vgaIOBase + 4, I2C); > >Property changes on: x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c >=================================================================== >--- x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c (nonexistent) >+++ x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c (working copy) >@@ -0,0 +1,13 @@ >+# Correct a string that should be const >+# >+--- src/trident_driver.c.orig 2015-03-30 17:05:53 UTC >++++ src/trident_driver.c >+@@ -1010,7 +1010,7 @@ TRIDENTPreInit(ScrnInfoPtr pScrn, int fl >+ ClockRangePtr clockRanges; >+ Bool ddcLoaded = FALSE; >+ xf86MonPtr pMon = NULL; >+- char *s; >++ const char *s; >+ Bool tmp_bool; >+ >+ /* Allocate the TRIDENTRec driverPrivate */ > >Property changes on: x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216296
: 179111