diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-15 22:39:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-15 22:39:51 +0000 |
commit | 05e43c2f31e9559d33b9cccc8eeacd8af950be2c (patch) | |
tree | 79ed8a561c395d30752166e97530596838c16375 | |
parent | 26fb2187fde93bfb66a66c60f5a839b95a3db6a6 (diff) | |
download | pkgsrc-05e43c2f31e9559d33b9cccc8eeacd8af950be2c.tar.gz |
Don't claim config.h when it doesn't exist
-rw-r--r-- | mail/claws-mail-cachesaver/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-cachesaver/patches/patch-configure | 15 | ||||
-rw-r--r-- | mail/claws-mail-synce/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-synce/patches/patch-configure | 15 |
4 files changed, 34 insertions, 2 deletions
diff --git a/mail/claws-mail-cachesaver/distinfo b/mail/claws-mail-cachesaver/distinfo index 1d7e6c1c092..c6ad13bd545 100644 --- a/mail/claws-mail-cachesaver/distinfo +++ b/mail/claws-mail-cachesaver/distinfo @@ -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 --git a/mail/claws-mail-cachesaver/patches/patch-configure b/mail/claws-mail-cachesaver/patches/patch-configure new file mode 100644 index 00000000000..6c96e6cf334 --- /dev/null +++ b/mail/claws-mail-cachesaver/patches/patch-configure @@ -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 --git a/mail/claws-mail-synce/distinfo b/mail/claws-mail-synce/distinfo index 8b979e5f21c..0f92d54afb5 100644 --- a/mail/claws-mail-synce/distinfo +++ b/mail/claws-mail-synce/distinfo @@ -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 --git a/mail/claws-mail-synce/patches/patch-configure b/mail/claws-mail-synce/patches/patch-configure new file mode 100644 index 00000000000..58cb1628270 --- /dev/null +++ b/mail/claws-mail-synce/patches/patch-configure @@ -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 |