Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Wed Mar 14 23:41:08 UTC 2018

Modified Files:
        src/external/mit/xorg/include: Makefile
        src/external/mit/xorg/tools/makekeys: Makefile
        src/share/mk: bsd.own.mk
Removed Files:
        src/external/mit/xorg/include/bigreqsproto: Makefile
        src/external/mit/xorg/include/compositeproto: Makefile
        src/external/mit/xorg/include/damageproto: Makefile
        src/external/mit/xorg/include/dri2proto: Makefile
        src/external/mit/xorg/include/dri3proto: Makefile
        src/external/mit/xorg/include/evieext: Makefile
        src/external/mit/xorg/include/fixesproto: Makefile
        src/external/mit/xorg/include/fontcacheproto: Makefile
        src/external/mit/xorg/include/fontsproto: Makefile
        src/external/mit/xorg/include/glproto: Makefile
        src/external/mit/xorg/include/glproto/internal: Makefile
        src/external/mit/xorg/include/inputproto: Makefile
        src/external/mit/xorg/include/kbproto: Makefile
        src/external/mit/xorg/include/presentproto: Makefile
        src/external/mit/xorg/include/randrproto: Makefile
        src/external/mit/xorg/include/recordproto: Makefile
        src/external/mit/xorg/include/renderproto: Makefile
        src/external/mit/xorg/include/resourceproto: Makefile
        src/external/mit/xorg/include/scrnsaverproto: Makefile
        src/external/mit/xorg/include/trapproto: Makefile
        src/external/mit/xorg/include/videoproto: Makefile
        src/external/mit/xorg/include/xcmiscproto: Makefile
        src/external/mit/xorg/include/xextproto: Makefile
        src/external/mit/xorg/include/xf86bigfontproto: Makefile
        src/external/mit/xorg/include/xf86dgaproto: Makefile
        src/external/mit/xorg/include/xf86driproto: Makefile
        src/external/mit/xorg/include/xf86miscproto: Makefile
        src/external/mit/xorg/include/xf86vidmodeproto: Makefile
        src/external/mit/xorg/include/xineramaproto: Makefile
        src/external/mit/xorg/include/xproto: Makefile
        src/external/mit/xorg/include/xproxymanagementprotocol: Makefile

Log Message:
complete the switch to xorgproto over *proto split packages
- remove old package makefiles
- update makekeys for Xfuncproto.h being a real file now
- clean up deleted package X11SRCDIR.pkg settings

this should be functionally equivalent.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/include/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/bigreqsproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/compositeproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/damageproto/Makefile
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/include/dri2proto/Makefile
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/include/dri3proto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/evieext/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/fixesproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/fontcacheproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/fontsproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/glproto/Makefile
cvs rdiff -u -r1.1.1.1 -r0 \
    src/external/mit/xorg/include/glproto/internal/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/inputproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/kbproto/Makefile
cvs rdiff -u -r1.1 -r0 src/external/mit/xorg/include/presentproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/randrproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/recordproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/renderproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/resourceproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/scrnsaverproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/trapproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/videoproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/xcmiscproto/Makefile
cvs rdiff -u -r1.5 -r0 src/external/mit/xorg/include/xextproto/Makefile
cvs rdiff -u -r1.3 -r0 \
    src/external/mit/xorg/include/xf86bigfontproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/xf86dgaproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/xf86driproto/Makefile
cvs rdiff -u -r1.2 -r0 src/external/mit/xorg/include/xf86miscproto/Makefile
cvs rdiff -u -r1.3 -r0 \
    src/external/mit/xorg/include/xf86vidmodeproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/xineramaproto/Makefile
cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/include/xproto/Makefile
cvs rdiff -u -r1.2 -r0 \
    src/external/mit/xorg/include/xproxymanagementprotocol/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/tools/makekeys/Makefile
cvs rdiff -u -r1.1049 -r1.1050 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index