summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2023-08-14 02:14:45 +0900
committerHajimu UMEMOTO <ume@FreeBSD.org>2023-08-14 02:38:04 +0900
commit182235082adf5e652423da7efae779c269b0bfa3 (patch)
tree3ea76473cd272dee5f03b7bace6c41240c5d0279
parentba7720b45c318713be97c1739af97d468e5241eb (diff)
downloadfreebsd-ports-182235082adf5e652423da7efae779c269b0bfa3.zip
mail/cyrus-imapd{25,30,32}: Fix build with more recent Perl
PR: 273093 Reported by: delphij Submitted by: delphij
-rw-r--r--mail/cyrus-imapd25/files/patch-lib_assert.h16
-rw-r--r--mail/cyrus-imapd30/files/patch-lib_assert.h14
-rw-r--r--mail/cyrus-imapd32/files/patch-lib_assert.h14
3 files changed, 32 insertions, 12 deletions
diff --git a/mail/cyrus-imapd25/files/patch-lib_assert.h b/mail/cyrus-imapd25/files/patch-lib_assert.h
new file mode 100644
index 000000000000..7f74a47ca1fd
--- /dev/null
+++ b/mail/cyrus-imapd25/files/patch-lib_assert.h
@@ -0,0 +1,16 @@
+--- lib/assert.h.orig 2021-03-09 02:28:07 UTC
++++ lib/assert.h
+@@ -43,11 +43,13 @@
+ #ifndef INCLUDED_ASSERT_H
+ #define INCLUDED_ASSERT_H
+
++#ifndef PERL_POLLUTE
+ #ifdef __STDC__
+ #define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, #ex);}
+ void assertionfailed(const char *file, int line, const char *expr);
+ #else
+ #define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, (char*)0);}
++#endif
+ #endif
+
+ #endif /* INCLUDED_ASSERT_H */
diff --git a/mail/cyrus-imapd30/files/patch-lib_assert.h b/mail/cyrus-imapd30/files/patch-lib_assert.h
index 28e06f17a2e7..d08160833f7c 100644
--- a/mail/cyrus-imapd30/files/patch-lib_assert.h
+++ b/mail/cyrus-imapd30/files/patch-lib_assert.h
@@ -1,9 +1,10 @@
---- lib/assert.h.orig 2017-09-02 01:09:05 UTC
+--- lib/assert.h.orig 2023-02-12 23:06:46 UTC
+++ lib/assert.h
-@@ -43,6 +43,10 @@
+@@ -43,11 +43,21 @@
#ifndef INCLUDED_ASSERT_H
#define INCLUDED_ASSERT_H
++#ifndef PERL_POLLUTE
+#ifdef __cplusplus
+extern "C" {
+#endif
@@ -11,12 +12,13 @@
#ifdef __STDC__
#define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, #ex);}
void assertionfailed(const char *file, int line, const char *expr);
-@@ -50,4 +54,8 @@ void assertionfailed(const char *file, i
+ #else
#define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, (char*)0);}
- #endif
-
++#endif
++
+#ifdef __cplusplus
+}
+#endif
-+
+ #endif
+
#endif /* INCLUDED_ASSERT_H */
diff --git a/mail/cyrus-imapd32/files/patch-lib_assert.h b/mail/cyrus-imapd32/files/patch-lib_assert.h
index 28e06f17a2e7..d08160833f7c 100644
--- a/mail/cyrus-imapd32/files/patch-lib_assert.h
+++ b/mail/cyrus-imapd32/files/patch-lib_assert.h
@@ -1,9 +1,10 @@
---- lib/assert.h.orig 2017-09-02 01:09:05 UTC
+--- lib/assert.h.orig 2023-02-12 23:06:46 UTC
+++ lib/assert.h
-@@ -43,6 +43,10 @@
+@@ -43,11 +43,21 @@
#ifndef INCLUDED_ASSERT_H
#define INCLUDED_ASSERT_H
++#ifndef PERL_POLLUTE
+#ifdef __cplusplus
+extern "C" {
+#endif
@@ -11,12 +12,13 @@
#ifdef __STDC__
#define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, #ex);}
void assertionfailed(const char *file, int line, const char *expr);
-@@ -50,4 +54,8 @@ void assertionfailed(const char *file, i
+ #else
#define assert(ex) {if (!(ex))assertionfailed(__FILE__, __LINE__, (char*)0);}
- #endif
-
++#endif
++
+#ifdef __cplusplus
+}
+#endif
-+
+ #endif
+
#endif /* INCLUDED_ASSERT_H */