pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/afterstep



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul 10 22:18:38 UTC 2023

Modified Files:
        pkgsrc/wm/afterstep: distinfo
        pkgsrc/wm/afterstep/patches: patch-autoconf_Makefile.common.in
            patch-autoconf_Makefile.common.lib.in patch-autoconf_configure.in
            patch-src_Animate_Makefile.in

Log Message:
afterstep: add comments to remaining patches

Make this "pkglint-clean".


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/wm/afterstep/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in \
    pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in \
    pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in

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

Modified files:

Index: pkgsrc/wm/afterstep/distinfo
diff -u pkgsrc/wm/afterstep/distinfo:1.27 pkgsrc/wm/afterstep/distinfo:1.28
--- pkgsrc/wm/afterstep/distinfo:1.27   Mon Jul 10 21:46:54 2023
+++ pkgsrc/wm/afterstep/distinfo        Mon Jul 10 22:18:38 2023
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.27 2023/07/10 21:46:54 gutteridge Exp $
+$NetBSD: distinfo,v 1.28 2023/07/10 22:18:38 gutteridge Exp $
 
 BLAKE2s (AfterStep-2.2.12.tar.bz2) = 7805d82301489abce1fb81b73beeff5c2efee85592281578a06c3bcbe1056ac8
 SHA512 (AfterStep-2.2.12.tar.bz2) = 5cac6ce74b24cbcc5b8e8a6f7cc9308e110f0d09597af1fa0a8730d5f5111932a23332629bc4d372fc8d9583a514d97e35f747b17decf8d4ebfe5e3f20cdbbee
 Size (AfterStep-2.2.12.tar.bz2) = 6132233 bytes
 SHA1 (patch-aa) = 208bcf8a5ec05f3916553f0763f72504ec3fd593
 SHA1 (patch-afterstep_desktop_desklets_desklet.display) = 40c5db3f72cdb7d0a0f6adc43fa9b7968176f47e
-SHA1 (patch-autoconf_Makefile.common.in) = fdf524612b92b2e818adae53c3ff46daa4b1e35f
-SHA1 (patch-autoconf_Makefile.common.lib.in) = dc14e3c43729db8a09dec3be4c1830829bd21f0d
+SHA1 (patch-autoconf_Makefile.common.in) = b47323f28648e9a0f6e7ad13e80aea4a6b043504
+SHA1 (patch-autoconf_Makefile.common.lib.in) = dbb54af9a0f02feac66a3885be350bd62df2127a
 SHA1 (patch-autoconf_Makefile.defines.in) = db514fe09dc5099608eba0e79fdb43730163ef73
-SHA1 (patch-autoconf_configure.in) = d89b42717506dbd096c85b07232cddca83fd59eb
+SHA1 (patch-autoconf_configure.in) = 0cfa6bd097b448366c158069d7e835c36367ff80
 SHA1 (patch-configure) = 4e64f3f86da064a9b2bc061183afe602356e6d25
 SHA1 (patch-libAfterBase_Makefile.in) = 37341614052652d0370e5406096ef1b695e6eeb1
 SHA1 (patch-libAfterBase_ashash.c) = d893caaf3db1523e7e6a11f5677def3078a2c8e5
@@ -38,6 +38,6 @@ SHA1 (patch-libAfterStep_mylook.h) = 0eb
 SHA1 (patch-libAfterStep_parser.c) = ae7ba594cf19c0001f99567f5c4a9d8754fd4ac4
 SHA1 (patch-libAfterStep_parser__xml.c) = e02a1c2399fceee2cd25e7775f0643d85a5b01c9
 SHA1 (patch-src_ASDocGen_Makefile.in) = c879bca9d2e4acf6776dfeef8557b8f72f77ab82
-SHA1 (patch-src_Animate_Makefile.in) = 5a0db32f7e6acc70cd8778b9d6c2d8d8b379acc9
+SHA1 (patch-src_Animate_Makefile.in) = fd5c50d91233e062c05c3bd4abe85741f345dff4
 SHA1 (patch-src_afterstep_asinternals.h) = 46264bce63b9252be0731a2c864e3334ea675af5
 SHA1 (patch-src_afterstep_misc.c) = 5025169242453fb35b96adbb5e0aec1173db8447

Index: pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in
diff -u pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in:1.2 pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in:1.3
--- pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in:1.2   Sun Jul 11 12:13:17 2021
+++ pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.in       Mon Jul 10 22:18:38 2023
@@ -1,4 +1,6 @@
-$NetBSD: patch-autoconf_Makefile.common.in,v 1.2 2021/07/11 12:13:17 bsiegert Exp $
+$NetBSD: patch-autoconf_Makefile.common.in,v 1.3 2023/07/10 22:18:38 gutteridge Exp $
+
+Fix unportable test expression.
 
 --- autoconf/Makefile.common.in.orig   2013-05-01 13:34:11.000000000 +0000
 +++ autoconf/Makefile.common.in
Index: pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in
diff -u pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in:1.2 pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in:1.3
--- pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in:1.2       Sun Jul 11 12:13:17 2021
+++ pkgsrc/wm/afterstep/patches/patch-autoconf_Makefile.common.lib.in   Mon Jul 10 22:18:38 2023
@@ -1,4 +1,6 @@
-$NetBSD: patch-autoconf_Makefile.common.lib.in,v 1.2 2021/07/11 12:13:17 bsiegert Exp $
+$NetBSD: patch-autoconf_Makefile.common.lib.in,v 1.3 2023/07/10 22:18:38 gutteridge Exp $
+
+Fix unportable test expression.
 
 --- autoconf/Makefile.common.lib.in.orig       2013-05-01 13:34:11.000000000 +0000
 +++ autoconf/Makefile.common.lib.in

Index: pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in
diff -u pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in:1.1 pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in:1.2
--- pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in:1.1 Wed Mar 18 18:02:11 2020
+++ pkgsrc/wm/afterstep/patches/patch-autoconf_configure.in     Mon Jul 10 22:18:38 2023
@@ -1,4 +1,6 @@
-$NetBSD: patch-autoconf_configure.in,v 1.1 2020/03/18 18:02:11 joerg Exp $
+$NetBSD: patch-autoconf_configure.in,v 1.2 2023/07/10 22:18:38 gutteridge Exp $
+
+Fix unportable test expression.
 
 --- autoconf/configure.in.orig 2020-03-18 14:07:14.156091126 +0000
 +++ autoconf/configure.in
Index: pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in
diff -u pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in:1.1 pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in:1.2
--- pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in:1.1       Wed Jun 26 21:17:45 2013
+++ pkgsrc/wm/afterstep/patches/patch-src_Animate_Makefile.in   Mon Jul 10 22:18:38 2023
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_Animate_Makefile.in,v 1.1 2013/06/26 21:17:45 joerg Exp $
+$NetBSD: patch-src_Animate_Makefile.in,v 1.2 2023/07/10 22:18:38 gutteridge Exp $
+
+Drop unnecessary linker argument.
 
 --- src/Animate/Makefile.in.orig       2013-06-26 19:51:06.000000000 +0000
 +++ src/Animate/Makefile.in



Home | Main Index | Thread Index | Old Index