Updated libX11 to 1.6.5.
Adam Jackson (1): Revert "Compose sequences for rouble sign" Alan Coopersmith (6): specs/libX11: More synopsis fixes specs/libX11: Fix paramdef entries listing multiple parameters specs/libX11: Make paramdef spacing more consistent specs/libX11: Add missing parameter types for XGetWindowProperty() specs/libX11: Fix broken synopsis for Data/Data16/Data32 specs/libX11: Update Portability Considerations for the 21st century Emil Velikov (1): autogen.sh: use quoted string variables Emilio Pozuelo Monfort (1): Plug a memory leak Julien Cristau (1): Fix wrong Xfree in XListFonts failure path Lucien Gentis (1): Typos in "Xlib - C Language X Interface" document - Chapter 02 Matt Turner (1): libX11 1.6.5 Mihail Konev (2): autogen: add default patch prefix Compose sequences for rouble sign Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Petr Písař (1): Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8
This commit is contained in:
parent
800c3c55d6
commit
064d1fd652
3 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.43 2016/10/08 23:26:56 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2017/02/27 09:09:50 wiz Exp $
|
||||
|
||||
DISTNAME= libX11-1.6.4
|
||||
DISTNAME= libX11-1.6.5
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.26 2016/10/04 21:58:10 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.27 2017/02/27 09:09:50 wiz Exp $
|
||||
|
||||
SHA1 (libX11-1.6.4.tar.bz2) = 94f375f28e592a599594d3d6ce982516afdc212c
|
||||
RMD160 (libX11-1.6.4.tar.bz2) = 660e6506b0666a24bab410ec0408880594fa2d10
|
||||
SHA512 (libX11-1.6.4.tar.bz2) = 1fb2ab1f16af14f03ad147ecf2a43c0137c528b9f7ad7de12c47a5861159313260c40122e8271ebd53bf06636d84a4766e06354c7791780f623ba316bed46e92
|
||||
Size (libX11-1.6.4.tar.bz2) = 2340176 bytes
|
||||
SHA1 (patch-Makefile.in) = 935e0023375390e5481176fe9d367067b899d038
|
||||
SHA1 (libX11-1.6.5.tar.bz2) = c32155467508dfe783f9296ef22ee6ed53cae7df
|
||||
RMD160 (libX11-1.6.5.tar.bz2) = 2839f7f1510e5f7da5744a693c2a577d1390c84b
|
||||
SHA512 (libX11-1.6.5.tar.bz2) = 63c40d37c92b8d1ac78541830b0c624c4e936924b26bce769936e0e2523fa8997be364647705057065f803f804897ea8173d1c41ef69a92832f20cc7c0fd40a0
|
||||
Size (libX11-1.6.5.tar.bz2) = 2361556 bytes
|
||||
SHA1 (patch-Makefile.in) = 93d3b8d9882babf70788e984884a9db46a5367ef
|
||||
SHA1 (patch-aa) = 4f502264e7200fd2f9409d8684c53de3bc6f0649
|
||||
SHA1 (patch-ac) = 565aa2a636b5c50f67cbd11e7c2adcac8d55418e
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
$NetBSD: patch-Makefile.in,v 1.4 2016/10/04 21:58:10 wiz Exp $
|
||||
$NetBSD: patch-Makefile.in,v 1.5 2017/02/27 09:09:50 wiz Exp $
|
||||
|
||||
Avoid unnecessary auto* due to patch-aa modifying configure.ac.
|
||||
|
||||
--- Makefile.in.orig 2016-10-04 19:03:39.000000000 +0000
|
||||
--- Makefile.in.orig 2017-02-26 05:55:34.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -90,8 +90,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/a
|
||||
@@ -94,8 +94,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/a
|
||||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
||||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
||||
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
|
||||
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
- $(ACLOCAL_M4)
|
||||
+am__configure_deps =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||||
$(am__configure_deps) $(am__DIST_COMMON)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno config.status.lineno
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
|
|
Loading…
Reference in a new issue