Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Don't claim config.h when it doesn't exist



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c942d3b34a
branches:  trunk
changeset: 429068:90c942d3b34a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 15 22:39:51 2020 +0000

description:
Don't claim config.h when it doesn't exist

diffstat:

 mail/claws-mail-cachesaver/distinfo                |   3 ++-
 mail/claws-mail-cachesaver/patches/patch-configure |  15 +++++++++++++++
 mail/claws-mail-synce/distinfo                     |   3 ++-
 mail/claws-mail-synce/patches/patch-configure      |  15 +++++++++++++++
 4 files changed, 34 insertions(+), 2 deletions(-)

diffs (64 lines):

diff -r 32d1b3f3f5ee -r 90c942d3b34a mail/claws-mail-cachesaver/distinfo
--- a/mail/claws-mail-cachesaver/distinfo       Wed Apr 15 22:38:18 2020 +0000
+++ b/mail/claws-mail-cachesaver/distinfo       Wed Apr 15 22:39:51 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 23:27:02 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/04/15 22:39:51 joerg Exp $
 
 SHA1 (cachesaver-0.10.9.tar.gz) = 81a7e3168e40f4bc2354d1d278d9711da1aab90c
 RMD160 (cachesaver-0.10.9.tar.gz) = 36306555c47757aa60f4434caadf97b674363ea7
 SHA512 (cachesaver-0.10.9.tar.gz) = 51d0c1b5339a4e03a28461b51e03e69f57bb4eb95f459825977e09929d9fab04dfc3e21f286f36edfc482c5c4fffb24d810e26c610363ac7e49d4ba739262814
 Size (cachesaver-0.10.9.tar.gz) = 334633 bytes
+SHA1 (patch-configure) = e2b8c671cba80887550add0ab092bdebab5b5f0e
diff -r 32d1b3f3f5ee -r 90c942d3b34a mail/claws-mail-cachesaver/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-cachesaver/patches/patch-configure        Wed Apr 15 22:39:51 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2020/04/15 22:39:51 joerg Exp $
+
+Since no config.h is created, don't complain it is.
+
+--- configure.orig     2020-04-13 20:34:33.308947004 +0000
++++ configure
+@@ -21590,8 +21590,6 @@ test "x$prefix" = xNONE && prefix=$ac_de
+ # Let make expand exec_prefix.
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+ 
+-DEFS=-DHAVE_CONFIG_H
+-
+ ac_libobjs=
+ ac_ltlibobjs=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
diff -r 32d1b3f3f5ee -r 90c942d3b34a mail/claws-mail-synce/distinfo
--- a/mail/claws-mail-synce/distinfo    Wed Apr 15 22:38:18 2020 +0000
+++ b/mail/claws-mail-synce/distinfo    Wed Apr 15 22:39:51 2020 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 23:27:02 agc Exp $
+$NetBSD: distinfo,v 1.8 2020/04/15 22:39:52 joerg Exp $
 
 SHA1 (synce_plugin-0.7.5.tar.gz) = c23f587218e859238b8bfa2d9a3ad3b41b5ff8bb
 RMD160 (synce_plugin-0.7.5.tar.gz) = 0cc50f58b6ce3317d0eaabe9d8d0f9b86d9d46db
 SHA512 (synce_plugin-0.7.5.tar.gz) = 028ed41839d7d2fd4dc0813769b9c423fa054f7b279337974cbb66efece33e7cf705f2def65effb5b0ffb20c3b99ada284ca06f79104bb45bae97d1f12f529a2
 Size (synce_plugin-0.7.5.tar.gz) = 339485 bytes
+SHA1 (patch-configure) = cc9cc6caf0e9f2ff57c28cb099499d529463d546
 SHA1 (patch-src_synce__gtk.c) = 0c880bb7a7b0cc28aa16bb34e9ddabb6f80545ee
 SHA1 (patch-src_synce__plugin.c) = 765c5868a66fc30f10f5fb95d11719d824ae7a1e
diff -r 32d1b3f3f5ee -r 90c942d3b34a mail/claws-mail-synce/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-synce/patches/patch-configure     Wed Apr 15 22:39:51 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2020/04/15 22:39:52 joerg Exp $
+
+Don't claim to have config.h, when it is not created.
+
+--- configure.orig     2020-04-13 20:38:29.723713406 +0000
++++ configure
+@@ -22298,8 +22298,6 @@ test "x$prefix" = xNONE && prefix=$ac_de
+ # Let make expand exec_prefix.
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+ 
+-DEFS=-DHAVE_CONFIG_H
+-
+ ac_libobjs=
+ ac_ltlibobjs=
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue



Home | Main Index | Thread Index | Old Index