pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXaw Update to 1.0.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8da3a3f1523
branches:  trunk
changeset: 537773:f8da3a3f1523
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 15 23:16:49 2008 +0000

description:
Update to 1.0.4:

    Version bump: 1.0.4

    Bug #9649: Bad markup on XAw.3x

    X.Org Bugzilla #9649 <https://bugs.freedesktop.org/show_bug.cgi?id=9649>

    Bug #11091: libXaw COPYING file

    X.Org Bugzilla #11091 <https://bugs.freedesktop.org/show_bug.cgi?id=11091>
    Attachment #10122 <https://bugs.freedesktop.org/attachment.cgi?id=10122>

    Use iswalnum() if it's present as a function, not just if it's #defined

    Also fixes X.Org bugzilla #8564

diffstat:

 x11/libXaw/Makefile         |   4 ++--
 x11/libXaw/distinfo         |  10 +++++-----
 x11/libXaw/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r bd90e5db9d92 -r f8da3a3f1523 x11/libXaw/Makefile
--- a/x11/libXaw/Makefile       Tue Jan 15 23:06:13 2008 +0000
+++ b/x11/libXaw/Makefile       Tue Jan 15 23:16:49 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/01/22 15:12:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/15 23:16:49 wiz Exp $
 #
 
-DISTNAME=              libXaw-1.0.3
+DISTNAME=              libXaw-1.0.4
 CATEGORIES=            graphics x11
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
diff -r bd90e5db9d92 -r f8da3a3f1523 x11/libXaw/distinfo
--- a/x11/libXaw/distinfo       Tue Jan 15 23:06:13 2008 +0000
+++ b/x11/libXaw/distinfo       Tue Jan 15 23:16:49 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/01/22 15:12:13 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/01/15 23:16:49 wiz Exp $
 
-SHA1 (libXaw-1.0.3.tar.bz2) = b758d4d3d9e5752e01819db6912a7572174064d0
-RMD160 (libXaw-1.0.3.tar.bz2) = cb3bd6bf9b0bf4162b5ec2fbfb3d24fece1702f1
-Size (libXaw-1.0.3.tar.bz2) = 515197 bytes
-SHA1 (patch-aa) = 70cdc676d8c83886988c9f790eb2c16c9bfcef3d
+SHA1 (libXaw-1.0.4.tar.bz2) = 9bf93239e6329ec819b6bfd00455cc0efffac103
+RMD160 (libXaw-1.0.4.tar.bz2) = face40c68b49aee9aa9149b963566c39fb6425cb
+Size (libXaw-1.0.4.tar.bz2) = 517275 bytes
+SHA1 (patch-aa) = 8adf7cd5eac26b92097c7acad1343b36f17ce2cb
 SHA1 (patch-ab) = 70550419ca4a683708923f068ae18b23b2f26c44
diff -r bd90e5db9d92 -r f8da3a3f1523 x11/libXaw/patches/patch-aa
--- a/x11/libXaw/patches/patch-aa       Tue Jan 15 23:06:13 2008 +0000
+++ b/x11/libXaw/patches/patch-aa       Tue Jan 15 23:16:49 2008 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/03 21:12:55 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2008/01/15 23:16:50 wiz Exp $
 
---- src/Makefile.in.orig       2006-11-02 09:48:57.000000000 +0000
+--- src/Makefile.in.orig       2007-08-21 20:21:54.000000000 +0000
 +++ src/Makefile.in
-@@ -5233,7 +5233,6 @@ install-data-am:
+@@ -1694,7 +1694,6 @@ install-dvi: install-dvi-am
  
  install-exec-am: install-libLTLIBRARIES
        @$(NORMAL_INSTALL)
 -      $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
  
- install-info: install-info-am
+ install-html: install-html-am
  



Home | Main Index | Thread Index | Old Index