pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXaw3d



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 19 07:14:07 UTC 2018

Modified Files:
        pkgsrc/x11/libXaw3d: Makefile distinfo

Log Message:
libXaw3d: update to 1.6.3.

Alan Coopersmith (9):
     Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
     Replace TXT16 with XChar2b inline
     Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Just use C89 size_t instead of rolling our own Size_t & Off_t
     Use SEEK_* names instead of raw numbers for fseek whence argument
     Get rid of some extraneous ; at the end of C source lines
     Avoid using dead pointer in _XawTextSetSelection

Emil Velikov (1):
     autogen.sh: use quoted string variables

Javier Pello (1):
     Fix --disable-feature options in configure

Jeremy Huddleston Sequoia (1):
     darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Matt Turner (1):
     libXaw3d 1.6.3

Mihail Konev (1):
     autogen: add default patch prefix

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish

Thomas Klausner (1):
     Fix abs() usage.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/libXaw3d/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libXaw3d/distinfo

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

Modified files:

Index: pkgsrc/x11/libXaw3d/Makefile
diff -u pkgsrc/x11/libXaw3d/Makefile:1.4 pkgsrc/x11/libXaw3d/Makefile:1.5
--- pkgsrc/x11/libXaw3d/Makefile:1.4    Sat Sep 16 19:27:26 2017
+++ pkgsrc/x11/libXaw3d/Makefile        Tue Jun 19 07:14:07 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:26 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.5 2018/06/19 07:14:07 wiz Exp $
 
-DISTNAME=      libXaw3d-1.6.2
+DISTNAME=      libXaw3d-1.6.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/libXaw3d/distinfo
diff -u pkgsrc/x11/libXaw3d/distinfo:1.2 pkgsrc/x11/libXaw3d/distinfo:1.3
--- pkgsrc/x11/libXaw3d/distinfo:1.2    Wed Nov  4 03:28:45 2015
+++ pkgsrc/x11/libXaw3d/distinfo        Tue Jun 19 07:14:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/06/19 07:14:07 wiz Exp $
 
-SHA1 (libXaw3d-1.6.2.tar.bz2) = 0b1db72e9d5be0edae57cda213860c0289fac12f
-RMD160 (libXaw3d-1.6.2.tar.bz2) = 0837e67bcae5e7191f1fef5522d572cc3b397d1d
-SHA512 (libXaw3d-1.6.2.tar.bz2) = 11b15884e47efc139aa019f0a76086913535767fb2e20fcd837d810d3b6b4a7bda3408be5fa0cbe90ae16eeaebe5db9b0ec77a0e2b5767590662ef3a7c9c96ea
-Size (libXaw3d-1.6.2.tar.bz2) = 551851 bytes
+SHA1 (libXaw3d-1.6.3.tar.bz2) = dc50029f21d33e0abc167cc884d44d1bd9e6bca5
+RMD160 (libXaw3d-1.6.3.tar.bz2) = f2947348551421ec4c5dda75e45747eeef3c7adb
+SHA512 (libXaw3d-1.6.3.tar.bz2) = f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424
+Size (libXaw3d-1.6.3.tar.bz2) = 561594 bytes



Home | Main Index | Thread Index | Old Index