Commit graph

41 commits

Author SHA1 Message Date
jperkin
5a4f5818e9 Switch SunOS over to x11/xf86-video-ati too. 2017-03-14 13:26:59 +00:00
wiz
a014f213d4 Depend on xf86-video-sunleo. Bump PKGREVISION. 2017-01-25 11:40:29 +00:00
wiz
604e9c2c25 Re-add qxl driver now it builds again.
Bump PKGREVISION.
2016-12-20 08:56:52 +00:00
wiz
d04dd9a52b Re-enable intel driver now that it's fixed.
Bump PKGREVISION.
2016-12-07 22:00:44 +00:00
wiz
1ffe159728 Disable intel and qxl drivers for now, until upstream releases fixed
versions.

Bump version.
2016-11-30 12:24:10 +00:00
wiz
87c3c1d261 Add xf86-video-amdgpu, bump PKGREVISION.
XXX: Shouldn't we bump the version to match the xorg server version?
2015-11-23 12:48:15 +00:00
tnn
46eb7bd4fc Operating systems with wscons(4) can use xf86-input-ws. Bump rev. 2015-10-10 20:08:08 +00:00
wiz
a11dab2c5b Add xf86-video-xgi. Bump PKGREVISION. 2015-08-22 13:33:07 +00:00
richard
6333cd59d3 don't build input-joystick on SunOS 2015-07-10 07:39:51 +00:00
rodent
56eb8ddb2b Include modesetting and newport iff USE_OLD_MODULAR_XORG_SERVER=yes.
Bump PKGREVISION.
2015-07-04 14:11:53 +00:00
rodent
1f559f7d4b +xf86-video-{modesetting,nouveau,qxl,suncg6,suntcx,voodoo}. Ride previous
PKGREVISION bump.
2015-07-02 03:59:48 +00:00
rodent
6f61cb9e59 +xf86-input-{elographics,fpit,hyperpen,joystick,mutouch}. Bump PKGREVISION. 2015-07-02 03:55:11 +00:00
tnn
6ce6e338d8 Include the set of drivers that can be built with both xorg-server-1.12
and 1.17. (Notably this excludes the newport driver which needs XAA.)
Bump PKGREVISION.
2015-04-02 22:32:05 +00:00
tnn
3f4e2bb5d4 NetBSD-7 on x86 should depend on xf86-video-ati since it has DRI2.
Bump rev.
2015-03-09 20:12:11 +00:00
richard
93a478c7ec SunOS still seems to need xf86-video-ati6
Enables graphics on HP Probook under omnios.
2014-08-11 14:20:27 +00:00
wiz
dbe62f90dc Remove some commented out lines. 2013-09-30 17:02:37 +00:00
wiz
f1a7b95078 Make meta packages 2-clause-bsd, requested by joerg. 2013-09-10 08:43:29 +00:00
wiz
f04b17d75f Fix typo 2013-09-09 22:52:12 +00:00
wiz
64bd82beee Set LICENSE for meta package to public-domain.
Add xf86-video-dummy. Bump version.
2013-09-09 19:26:26 +00:00
wiz
ef7f104331 On NetBSD, depend on xf86-video-ati6 instead of xf86-video-ati.
Requested by Jan Danielsson <jan.m.danielsson@gmail.com>.
Bump version.
2013-09-05 08:30:13 +00:00
rodent
fca6f9d90e +xf86-video-suncg3 +xf86-video-suncg14 +xf86-video-sunffb; Bump PKGVERSION;
CATEGORIES+=-drivers (not a category);
2013-06-04 04:43:38 +00:00
rodent
32a3c5c27f +xf86-input-acecad +xf86-input-penmount +xf86-video-fbdev
+xf86-video-newport; Bump PKGVERSION;
2013-06-03 02:28:18 +00:00
richard
d3d590387b update meta-pkgs/modular-xorg-drivers for modular-xorg-server-1.12.4 2013-05-16 06:37:24 +00:00
wiz
46099ffb12 Bump version to 1.4 for Robert Elz (PR 41714). 2009-07-18 10:19:08 +00:00
hasso
536f0b440b Remove x11/xf86-video-via, it doesn't build, it's deprecated and
x11/xf86-video-openchrome replaces it.
2009-06-15 11:05:15 +00:00
hasso
596371d9a8 Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
tnn
42072fcd50 Add r128 and mach64 drivers, bump version. 2008-07-14 04:05:33 +00:00
joerg
76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
tnn
8ab30b01b1 It only makes sense to build the vmware drivers on x86 platforms. 2008-05-18 03:10:07 +00:00
tnn
c2ea0a8598 Add xf86-input-vmmouse, bump to version 1.2. 2008-05-17 22:10:11 +00:00
abs
5ac1360bbe Update to 1.1nb1: add xf86-video-radeonhd, tested on FireGL 5250 in ThinkpadT60 2008-01-29 13:58:35 +00:00
rillig
0e0ff99a73 Replaced the custom definitions with META_PACKAGE=yes. 2007-12-19 12:27:27 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
f40eb3df4e Switch to xf86-video-intel by default, it supersedes xf86-video-i810. 2007-09-10 04:06:45 +00:00
joerg
182612a847 Fix the last commit, it should be OpenBSD and not DragonFly. 2007-06-11 09:27:33 +00:00
joerg
bc59823a5f Only include xf86-wsfb on NetBSD and OpenBSD. From Hasso Tepper via IRC. 2007-06-10 09:26:02 +00:00
xtraeme
cac7dd823e Bump to 1.1: depend on xf86-video-tdfx. 2007-04-09 14:29:32 +00:00
joerg
30de85b2b3 Add a meta package for the modular Xorg input and video drivers. 2007-03-24 22:55:51 +00:00