OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
mit
/
xorg
/
server
/
drivers
/
xf86-video-sis
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
xf86-video-sis
History log of
/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile
Revision
Date
Author
Comments
1.19
03-Jun-2023
lukem
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
1.18
13-Oct-2019
mrg
introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
1.17
31-Dec-2018
mrg
-Wno-error for newly deprecated things.
1.16
02-Feb-2018
mrg
branches: 1.16.2; 1.16.4;
convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.
add some basic HAVE_GCC=6 handling (totally unused so far.)
1.15
02-Sep-2016
jakllsch
More clang -Werror avoidance
1.14
21-Aug-2016
joerg
HAVE_GCC may be undefined.
1.13
20-Aug-2016
mrg
apply -Wno-error=discarded-qualifiers only with GCC > 4.
1.12
16-Aug-2016
mrg
revert part of previous
1.11
16-Aug-2016
mrg
apply -Wno-error more liberally for xorg-server 1.18 builds.
1.10
11-Aug-2011
joerg
Various warning adjustments for clang
1.9
15-Mar-2011
plunky
don't need to supply __myservername__ and __myxconfigfile__ as they
are generated internally from __xservername__ and __xconfigfile__
1.8
22-May-2010
mrg
find libdrm files in their new place.
1.7
08-Oct-2009
snj
Move libdrm headers up one level (out of the X11 directory) to match
the rest of the world and fix the inconsistency with libdrm.pc.
Fixes PR xsrc/42126.
1.6
10-Jun-2009
mrg
add the driver src dir to the include path.
1.5
14-Oct-2008
cube
branches: 1.5.2; 1.5.4; 1.5.10;
- Adapt to changes on bsd.x11.mk
- Remove unnecessary targets that handled .man.pre files
- Add transformations for package-specific patterns in man page templates.
1.4
01-Sep-2008
mrg
branches: 1.4.2;
make this actually build
1.3
03-Aug-2008
rtr
* traverse into xf86-video-* directories that compile
* make most drivers build with the SRCS they do specify though it is likely
most would explode when loaded by the server
1.2
03-Aug-2008
rtr
oops these drivers are video not input
1.1
03-Aug-2008
rtr
add the bulk of xf86-video-* driver reachovers
- there are still a few more to come
- most of these have incomplete SRCS at the moment
1.4.2.2
18-Sep-2008
wrstuden
Sync with wrstuden-revivesa-base-2.
1.4.2.1
01-Sep-2008
wrstuden
file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:43 +0000
1.5.10.1
21-Apr-2010
matt
sync to netbsd-5
1.5.4.2
10-Oct-2009
sborrill
Pull up the following revisions(s) (requested by snj in ticket #1079):
distrib/sets/lists/base/mi: patch
etc/mtree/NetBSD.dist: patch
distrib/sets/lists/xcomp/mi: revision 1.100
external/mit/xorg/lib/dri/dri.mk: revision 1.8
external/mit/xorg/lib/dri/libmesa/Makefile: revision 1.4
external/mit/xorg/lib/libGL/Makefile: revision 1.10
external/mit/xorg/lib/libdrm/Makefile: revision 1.5
external/mit/xorg/lib/libdrm/drm/Makefile: revision 1.3
external/mit/xorg/lib/libdrm_intel/Makefile: revision 1.3
external/mit/xorg/server/drivers/Makefile.xf86-driver: revision 1.16
external/mit/xorg/server/drivers/xf86-video-glint/Makefile: revision 1.7
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.7
external/mit/xorg/server/drivers/xf86-video-intel/ch7017/Makefile: revision 1.2
external/mit/xorg/server/drivers/xf86-video-intel/ch7xxx/Makefile: revision 1.2
external/mit/xorg/server/drivers/xf86-video-intel/ivch/Makefile: revision 1.2
external/mit/xorg/server/drivers/xf86-video-intel/sil164/Makefile: revision 1.2
external/mit/xorg/server/drivers/xf86-video-intel/tfp410/Makefile: revision 1.2
external/mit/xorg/server/drivers/xf86-video-mga/Makefile: revision 1.7
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile: revision 1.5
external/mit/xorg/server/drivers/xf86-video-savage/Makefile: revision 1.7
external/mit/xorg/server/drivers/xf86-video-sis/Makefile: revision 1.7
external/mit/xorg/server/drivers/xf86-video-tdfx/Makefile: revision 1.6
external/mit/xorg/server/drivers/xf86-video-via/Makefile: revision 1.5
external/mit/xorg/server/xorg-server/GL/glx/Makefile.glx: revision 1.5
external/mit/xorg/server/xorg-server/glx/Makefile.glx: revision 1.4
external/mit/xorg/server/xorg-server/hw/xfree86/dri/Makefile: revision 1.7
external/mit/xorg/server/xorg-server/hw/xfree86/dri2/Makefile: revision 1.4
Move libdrm headers up one level (out of the X11 directory) to match
the rest of the world and fix the inconsistency with libdrm.pc.
Fixes PR xsrc/42126.
1.5.4.1
17-Sep-2009
snj
Apply patch (requested by mrg in ticket #958):
Sync X.Org reachover build framework and setlists with the new X.Org.
1.5.2.2
19-Oct-2008
haad
Sync with HEAD.
1.5.2.1
14-Oct-2008
haad
file Makefile was added on branch haad-dm on 2008-10-19 22:41:16 +0000
1.16.4.2
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.16.4.1
10-Jun-2019
christos
Sync with HEAD
1.16.2.1
18-Jan-2019
pgoyette
Synch with HEAD
Indexes created Sat Apr 18 00:22:28 UTC 2026