Commit graph

24 commits

Author SHA1 Message Date
jperkin
02201cb05b Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
tnn
2409d0613c Bump revision for xorg-server-1.18 driver ABI bump 2016-01-05 13:11:42 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
wiz
f9f24c93e7 Update to 2.3.4:
Minor update to fix PanelID support.  The minimum xserver version is
now 1.6; if you haven't updated your xserver in the last six years, now
would be a good time.

Adam Jackson (3):
      configure: Drop PanelID test
      Don't include deprecated xf86PciInfo.h
      vesa 2.3.4

Alan Coopersmith (1):
      Raise required version of xorg-server to >= 1.6
2015-06-29 11:12:05 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
tnn
948c600ad7 Revbump all the xf86-* driver packages so current binary packages get the
modular-xorg-server<1.17 dependency expressed.
2015-04-03 09:59:56 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
wiz
045ba3878e Update to 2.3.3:
A few cleanups, and a build fix for xserver 1.14.

Adam Jackson (2):
      Remove mibstore.h
      configure: Drop AM_MAINTAINER_MODE

Alexandr Shadchin (2):
      Remove unneeded AM_CONDITIONAL
      Fix check function in VESASaveRestore

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Egbert Eich (1):
      Make bool option parsing clearer and more consistent

Julien Cristau (1):
      Bump to 2.3.3
2013-09-09 19:25:34 +00:00
richard
7779d60194 update to xf86-video-vesa-2.3.2 for modular-xorg-server-1.12.4 2013-05-16 06:31:57 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
jperkin
c07e863658 Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, this
diverges from the standard layout on Solaris but ensures a consistent
experience for pkgsrc packages.

Fixes 31 packages on Solaris.
2012-09-27 10:06:28 +00:00
dholland
cddea4c4e0 Whitespace. (as whined about by pkglint) 2012-06-15 23:06:02 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
tnn
8e3c752adb Some drivers now have a build time dependency on libXext because
of xextproto -> libXext header rototil.
2010-04-09 08:53:03 +00:00
tnn
f06ec48065 Update to xf86-video-vesa-2.3.0. Changes:
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
2010-02-06 15:15:10 +00:00
wiz
112c15bc22 Update to 2.2.1:
Adam Jackson (1):
      Attempt VBE PanelID if DDC fails

Dave Airlie (3):
      vesa: update for resources/RAC API removal
      vesa: change to using ABI version check
      vesa: bump for release 2.2.1

Peter Hutterer (1):
      Update to xextproto 7.1 support.
2009-08-09 23:00:39 +00:00
sno
b068c03eff Update to xf86-video-vesa-2.2.0
2.2.0:
  Add yet another pass to mode validation.
  Add README with pointers to mailing list, bugzilla & git repos
  Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
  Make ISA support optional.
  VESASetMode: be verbose about the mode that's being set.
  Properly define the driver version
  Default VESAValidMode to returning MODE_BAD.
  Add a TODO list.
  Warning cleanup.
  Use VBE services for DPMS instead of banging VGA registers manually.
2009-06-07 21:47:04 +00:00
wiz
260664e8d8 Bump PKGREVISION for modular-xorg-server update. 2009-06-07 11:24:35 +00:00
bjs
d574d511a4 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
tnn
9795c0ee98 Update to xf86-video-vesa-2.0.0.
2.0.0:
  Remove unused ->device
  Un-duplicate some init code.
  vesa 2.0.0
1.99.1:
  Don't disable FB access when it's already disabled.
  Remove all trace of mfb
  Bug #10004: Fix palette initialization in 8bpp modes.
  Fix boolean inversion in VBE screen clear.
  Remove some useless module loading cruft.
  Prefer a more modern depth/bpp selection.
  Add semi-reasonable mode validation.
  Clean up memory model checking, and properly refuse unsupported models.
  Update copyright.
  vesa 1.99.1
  Bug #11090: xf86-video-vesa COPYING file
  Add conditional support for pci-rework branch.
  Correct '#ifdef' to '#ifndef'.  Oops.
  Use XSERVER_LIBPCIACCESS to autodetect libpciaccess usage.
  Use pci_device_map_range instead of pci_device_map_memory_range
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  fixup pciaccess version detect
  Planar video is gone
  Makefile.am: nuke RCS Id
2008-08-09 16:21:18 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
sborrill
c2b3c7d0f4 Add patch to stop core dumping when switching resolutions with xrandr.
From:
http://www.redhat.com/archives/fedora-cvs-commits/2006-July/msg03489.html
OK joerg@
2007-08-02 14:15:18 +00:00
joerg
62a54422ce Take maintainership. Nuke gmake dependency. 2007-03-20 15:04:29 +00:00
xtraeme
d8846f8897 Initial import of xf86-video-vesa-1.3.0.
This is the VESA video driver for the modular Xorg server.
2007-03-09 22:03:25 +00:00