Update to 1.0.12:
This release plugs a couple fd leaks in error handling paths, fixes WIN32 builds, and cleans up some old code for previously supported OS'es. Alan Coopersmith (6): unifdef -U__UNIXOS2__ Fix fd leak when fdopen() fails in InitStringOrFile() Fix fd leak when write() fails in WriteToFile() Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline libXaw 1.0.12 Ryan Pavlik (1): Include winsock header on WIN32 to provide fd_set etc.
This commit is contained in:
parent
69db5fc827
commit
8f9f106098
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/10/29 05:06:33 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.13 2013/09/08 08:16:06 wiz Exp $
|
||||
|
||||
DISTNAME= libXaw-1.0.11
|
||||
DISTNAME= libXaw-1.0.12
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.8 2012/06/08 11:50:14 obache Exp $
|
||||
$NetBSD: distinfo,v 1.9 2013/09/08 08:16:06 wiz Exp $
|
||||
|
||||
SHA1 (libXaw-1.0.11.tar.bz2) = a27556b14e2b4c250afcb98b6e99eebd7623816f
|
||||
RMD160 (libXaw-1.0.11.tar.bz2) = 551785a6b92a2b274354615e7dff343d9cf059ae
|
||||
Size (libXaw-1.0.11.tar.bz2) = 649633 bytes
|
||||
SHA1 (libXaw-1.0.12.tar.bz2) = 6919476379accaf21f2331004e5cfa7939a6786b
|
||||
RMD160 (libXaw-1.0.12.tar.bz2) = 6890ff045546537755826d0010fbf08150a1d162
|
||||
Size (libXaw-1.0.12.tar.bz2) = 677147 bytes
|
||||
SHA1 (patch-Makefile.in) = bc701f17befebb04c0062c6c670f85f48adfaabf
|
||||
SHA1 (patch-aa) = 9fdbdf625260763fc7345421870633ed3e4b6b7b
|
||||
|
|
Loading…
Reference in a new issue