NetBSD-Bugs archive

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

PR/48928 CVS commit: [netbsd-7] src/external/mit/xorg/lib/libX11



The following reply was made to PR xsrc/48928; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48928 CVS commit: [netbsd-7] src/external/mit/xorg/lib/libX11
Date: Fri, 23 Dec 2016 08:04:05 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Fri Dec 23 08:04:05 UTC 2016
 
 Modified Files:
 	src/external/mit/xorg/lib/libX11 [netbsd-7]: Makefile.ximcp
 	    Makefile.xlcDef Makefile.xlcUTF8Load Makefile.xlibi18n
 	    Makefile.xomGeneric
 	src/external/mit/xorg/lib/libX11/static [netbsd-7]: Makefile
 	src/external/mit/xorg/lib/libX11/ximcp [netbsd-7]: Makefile
 	src/external/mit/xorg/lib/libX11/xlcDef [netbsd-7]: Makefile
 	src/external/mit/xorg/lib/libX11/xlcUTF8Load [netbsd-7]: Makefile
 	src/external/mit/xorg/lib/libX11/xlibi18n [netbsd-7]: Makefile
 	src/external/mit/xorg/lib/libX11/xomGeneric [netbsd-7]: Makefile
 
 Log Message:
 Pull up following revision(s) (requested by mrg in ticket #1336):
 	external/mit/xorg/lib/libX11/Makefile.xlibi18n: revision 1.2
 	external/mit/xorg/lib/libX11/xlcUTF8Load/Makefile: revision 1.2
 	external/mit/xorg/lib/libX11/xlcDef/Makefile: revision 1.2
 	external/mit/xorg/lib/libX11/Makefile.xomGeneric: revision 1.2
 	external/mit/xorg/lib/libX11/xomGeneric/Makefile: revision 1.2
 	external/mit/xorg/lib/libX11/Makefile.xlcDef: revision 1.2
 	external/mit/xorg/lib/libX11/xlibi18n/Makefile: revision 1.2
 	external/mit/xorg/lib/libX11/ximcp/Makefile: revision 1.4
 	external/mit/xorg/lib/libX11/static/Makefile: revision 1.3
 	external/mit/xorg/lib/libX11/Makefile.ximcp: revision 1.3
 	external/mit/xorg/lib/libX11/Makefile.xlcUTF8Load: revision 1.2
 fix PR 48928:  build the static libX11 properly.  pull in the
 ximcp, xlcDef, xlcUTF8Load, xlibi18n, and xomGeneric modules
 directly.
 also, don't include bsd.lib.mk in the fragment parts for these
 modules, but in the module build itself.  otherwise, bsd.lib.mk
 is included before SRCS is complete and the build strangely
 seems to miss parts listed.
 tested using the example in the PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.2.40.1 src/external/mit/xorg/lib/libX11/Makefile.ximcp
 cvs rdiff -u -r1.1 -r1.1.42.1 \
     src/external/mit/xorg/lib/libX11/Makefile.xlcDef \
     src/external/mit/xorg/lib/libX11/Makefile.xlcUTF8Load \
     src/external/mit/xorg/lib/libX11/Makefile.xlibi18n \
     src/external/mit/xorg/lib/libX11/Makefile.xomGeneric
 cvs rdiff -u -r1.2 -r1.2.20.1 \
     src/external/mit/xorg/lib/libX11/static/Makefile
 cvs rdiff -u -r1.3 -r1.3.6.1 src/external/mit/xorg/lib/libX11/ximcp/Makefile
 cvs rdiff -u -r1.1 -r1.1.42.1 \
     src/external/mit/xorg/lib/libX11/xlcDef/Makefile
 cvs rdiff -u -r1.1 -r1.1.42.1 \
     src/external/mit/xorg/lib/libX11/xlcUTF8Load/Makefile
 cvs rdiff -u -r1.1 -r1.1.42.1 \
     src/external/mit/xorg/lib/libX11/xlibi18n/Makefile
 cvs rdiff -u -r1.1 -r1.1.42.1 \
     src/external/mit/xorg/lib/libX11/xomGeneric/Makefile
 
 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