From 7306e40da405ade4d9473a388a3dc20da3e8bc13 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- mail/postfix210/files/patch-src::util::sys_defs.h | 12 ------------ mail/postfix210/files/patch-src__util__sys_defs.h | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 mail/postfix210/files/patch-src::util::sys_defs.h create mode 100644 mail/postfix210/files/patch-src__util__sys_defs.h (limited to 'mail/postfix210') diff --git a/mail/postfix210/files/patch-src::util::sys_defs.h b/mail/postfix210/files/patch-src::util::sys_defs.h deleted file mode 100644 index a11384454237..000000000000 --- a/mail/postfix210/files/patch-src::util::sys_defs.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/util/sys_defs.h.orig 2012-09-24 23:53:56.000000000 +0000 -+++ src/util/sys_defs.h 2013-10-27 01:17:14.000000000 +0000 -@@ -25,7 +25,8 @@ - */ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ -- || defined(FREEBSD8) || defined(FREEBSD9) \ -+ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ -+ || defined(FREEBSD11) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(OPENBSD5) \ diff --git a/mail/postfix210/files/patch-src__util__sys_defs.h b/mail/postfix210/files/patch-src__util__sys_defs.h new file mode 100644 index 000000000000..a11384454237 --- /dev/null +++ b/mail/postfix210/files/patch-src__util__sys_defs.h @@ -0,0 +1,12 @@ +--- src/util/sys_defs.h.orig 2012-09-24 23:53:56.000000000 +0000 ++++ src/util/sys_defs.h 2013-10-27 01:17:14.000000000 +0000 +@@ -25,7 +25,8 @@ + */ + #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ + || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ +- || defined(FREEBSD8) || defined(FREEBSD9) \ ++ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ ++ || defined(FREEBSD11) \ + || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ + || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ + || defined(OPENBSD5) \ -- cgit