| History log of /src/external/mit/xorg/lib/libxkbfile/Makefile |
| Revision | | Date | Author | Comments |
| 1.7 |
| 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.6 |
| 29-Oct-2022 |
mrg | updates for new libXext, libXmu, libXpresent and libxkbfile.
|
| 1.5 |
| 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.4 |
| 25-Dec-2018 |
maya | Remove duplicate INCSDIR
|
| 1.3 |
| 06-Nov-2008 |
veego | branches: 1.3.46; 1.3.48; Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort src/external/mit/xorg/lib/Makefile to match the new order.
|
| 1.2 |
| 13-Sep-2008 |
cube | branches: 1.2.2; 1.2.6; 1.2.8; Install pkgconfig files. Where applicable, remove .if 0 code that tried to do the same thing.
|
| 1.1 |
| 29-Jul-2008 |
mrg | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 29-Jul-2008 |
mrg | initial import of the crossbuild framework for modular Xorg. this is heavily based upon the work rtr@ did on src/x11, but hacked to work for modern modular Xorg source split.
the sources will live in xsrc/external/mit/<package>/dist.
documentation on using this will come when the above directories are fully populated. there are 192 of them so it may take some time before that is completed.
|
| 1.2.8.1 |
| 07-Nov-2008 |
snj | Pull up following revision(s) (requested by veego in ticket #22): external/mit/xorg/lib/Makefile: revision 1.6 external/mit/xorg/lib/libOSMesa/Makefile: revision 1.3 external/mit/xorg/lib/libXScrnSaver/Makefile: revision 1.4 external/mit/xorg/lib/libXcomposite/Makefile: revision 1.4 external/mit/xorg/lib/libXevie/Makefile: revision 1.4 external/mit/xorg/lib/libXfixes/Makefile: revision 1.4 external/mit/xorg/lib/libXfont/Makefile: revision 1.4 external/mit/xorg/lib/libXft/Makefile: revision 1.5 external/mit/xorg/lib/libXinerama/Makefile: revision 1.4 external/mit/xorg/lib/libXprintAppUtil/Makefile: revision 1.3 external/mit/xorg/lib/libXprintUtil/Makefile: revision 1.3 external/mit/xorg/lib/libXres/Makefile: revision 1.7 external/mit/xorg/lib/libXvMC/Makefile: revision 1.3 external/mit/xorg/lib/libXxf86dga/Makefile: revision 1.3 external/mit/xorg/lib/libXxf86misc/Makefile: revision 1.4 external/mit/xorg/lib/libXxf86vm/Makefile: revision 1.4 external/mit/xorg/lib/liblbxutil/Makefile: revision 1.4 external/mit/xorg/lib/libxkbfile/Makefile: revision 1.3 external/mit/xorg/lib/libxkbui/Makefile: revision 1.3 external/mit/xorg/lib/libXdamage/Makefile: revision 1.3 external/mit/xorg/lib/pixman/Makefile: revision 1.7 Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort src/external/mit/xorg/lib/Makefile to match the new order.
|
| 1.2.6.2 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.2.6.1 |
| 13-Sep-2008 |
haad | file Makefile was added on branch haad-dm on 2008-10-19 22:41:12 +0000
|
| 1.2.2.3 |
| 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
| 1.2.2.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.2.2.1 |
| 13-Sep-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-18 05:18:39 +0000
|
| 1.3.48.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.3.48.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.3.46.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|