Index: head/x11-drivers/xf86-video-trident/Makefile =================================================================== --- head/x11-drivers/xf86-video-trident/Makefile (revision 432182) +++ head/x11-drivers/xf86-video-trident/Makefile (revision 432183) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= xf86-video-trident -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org trident display driver XORG_CAT= driver USE_XORG= xf86dgaproto .include Index: head/x11-drivers/xf86-video-trident/distinfo =================================================================== --- head/x11-drivers/xf86-video-trident/distinfo (revision 432182) +++ head/x11-drivers/xf86-video-trident/distinfo (revision 432183) @@ -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: head/x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c =================================================================== --- head/x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c (nonexistent) +++ head/x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c (revision 432183) @@ -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: head/x11-drivers/xf86-video-trident/files/patch-src_trident__dac.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c =================================================================== --- head/x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c (nonexistent) +++ head/x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c (revision 432183) @@ -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: head/x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property