Index: x11-drivers/xf86-video-chips/Makefile =================================================================== --- x11-drivers/xf86-video-chips/Makefile (revision 431798) +++ x11-drivers/xf86-video-chips/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-video-chips -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org Index: x11-drivers/xf86-video-chips/distinfo =================================================================== --- x11-drivers/xf86-video-chips/distinfo (revision 431798) +++ x11-drivers/xf86-video-chips/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (xorg/driver/xf86-video-chips-1.2.6.tar.bz2) = 99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c -SIZE (xorg/driver/xf86-video-chips-1.2.6.tar.bz2) = 413528 +TIMESTAMP = 1484715620 +SHA256 (xorg/driver/xf86-video-chips-1.2.7.tar.bz2) = 6ea8688c5eeaba9a34a30071732d3072c31d95ca4b78c9cce0f3cbb9eaf59f58 +SIZE (xorg/driver/xf86-video-chips-1.2.7.tar.bz2) = 426013 Index: x11-drivers/xf86-video-chips/files/patch-src_ct__driver.c =================================================================== --- x11-drivers/xf86-video-chips/files/patch-src_ct__driver.c (nonexistent) +++ x11-drivers/xf86-video-chips/files/patch-src_ct__driver.c (working copy) @@ -0,0 +1,22 @@ +# Correct a couple strings that should be const +# +--- src/ct_driver.c.orig 2017-01-17 22:37:44 UTC ++++ src/ct_driver.c +@@ -2423,7 +2423,7 @@ chipsPreInitWingine(ScrnInfoPtr pScrn, i + CHIPSPtr cPtr = CHIPSPTR(pScrn); + CHIPSClockPtr SaveClk = &(cPtr->SavedReg.Clock); + Bool useLinear = FALSE; +- char *s; ++ const char *s; + #ifndef XSERVER_LIBPCIACCESS + resRange linearRes[] = { {ResExcMemBlock|ResBios|ResBus,0,0},_END }; + #endif +@@ -2890,7 +2890,7 @@ chipsPreInit655xx(ScrnInfoPtr pScrn, int + CHIPSPanelSizePtr Size = &cPtr->PanelSize; + CHIPSClockPtr SaveClk = &(cPtr->SavedReg.Clock); + Bool useLinear = FALSE; +- char *s; ++ const char *s; + #ifndef XSERVER_LIBPCIACCESS + resRange linearRes[] = { {ResExcMemBlock|ResBios|ResBus,0,0},_END }; + #endif Property changes on: x11-drivers/xf86-video-chips/files/patch-src_ct__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