Removes references to mibstore.h and miInitializeBackingStore, which have been removed from xorg-server. Zack Rusin wrote: "It was a noop for at least 5 years and it has been removed." See: http://patches.openembedded.org/patch/46133/ --- xf86-video-tga-1.2.2/src/tga_accel.c.~1~ 2012-07-15 23:54:04.000000000 -0400 +++ xf86-video-tga-1.2.2/src/tga_accel.c 2014-12-19 01:40:27.535913013 -0500 @@ -37,7 +37,6 @@ #include "xf86cmap.h" #include "mipointer.h" -#include "mibstore.h" #include "miline.h" #include "tga_regs.h" --- xf86-video-tga-1.2.2/src/tga_driver.c.~1~ 2012-07-15 23:54:28.000000000 -0400 +++ xf86-video-tga-1.2.2/src/tga_driver.c 2014-12-19 01:40:48.756018238 -0500 @@ -46,8 +46,6 @@ /* software cursor */ #include "mipointer.h" -/* backing store */ -#include "mibstore.h" /* #include "mibank.h" */ /* colormap manipulation */ @@ -1451,7 +1449,6 @@ fbPictureInit (pScreen, 0, 0); - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); ryrefslogtreecommitdiff
path: root/gnu/packages/gawk.scm
AgeCommit message (Expand)Author
2018-03-23gnu: gawk: Return #t from all phases....* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from the 'set-shell-file-name' phase. Mark H Weaver
2018-03-14gnu: gawk: Enable parallel tests....* gnu/packages/gawk.scm (gawk)[arguments]: Enable parallel tests. Efraim Flashner
2018-03-14gnu: gawk: Update to 4.2.1....* gnu/packages/gawk.scm (gawk): Update to 4.2.1. Efraim Flashner
2017-12-10Revert "gnu: gawk: Update to 4.2.0."...This reverts commit 78cd051eef9e25a6993478619d2bdb2db60565a6. This commit was added past the merge window and caused conflicts with gettext's test suite. Efraim Flashner
2017-12-10gnu: gawk: Update to 4.2.0....* gnu/packages/gawk.scm (gawk): Update to 4.2.0. Efraim Flashner
2017-03-30Merge branch 'master' into core-updates...Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice
2017-01-06Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""...This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077. Leo Famulari
2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."...This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d. Leo Famulari
2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'....* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase. Leo Famulari