summaryrefslogtreecommitdiffstats
path: root/mail/perdition/files
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2003-12-19 09:12:43 +0000
committerclement <clement@FreeBSD.org>2003-12-19 09:12:43 +0000
commite776d10c2fa2bb093c82736aa91537dda3d1aaf6 (patch)
tree6be27a65b85c44ed12922b40eed572311e9b70a3 /mail/perdition/files
parent8fe58c52d6136cf372ac97c305920b048d5da0d0 (diff)
downloadFreeBSD-ports-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.zip
FreeBSD-ports-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.tar.gz
Update perdition to 1.13.
This fixes a critical bug in 1.12 that prevented the outgoing_server option from working - perdition would segmentation fault if this option was selected. Also includes some minor documentation and build fixes. Users are strongly recomended to upgrade to 1.13 if they are using 1.12. Approved by: erwin (mentor)
Diffstat (limited to 'mail/perdition/files')
-rw-r--r--mail/perdition/files/patch-perdition::perdition.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/perdition/files/patch-perdition::perdition.c b/mail/perdition/files/patch-perdition::perdition.c
deleted file mode 100644
index 59fdf76..0000000
--- a/mail/perdition/files/patch-perdition::perdition.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- perdition/perdition.c.orig Mon Dec 1 02:31:37 2003
-+++ perdition/perdition.c Mon Dec 15 12:07:31 2003
-@@ -65,6 +65,14 @@
- #include <dmalloc.h>
- #endif
-
-+#include <sys/param.h>
-+#ifdef __FreeBSD__
-+# if __FreeBSD_version < 500112
-+# include <machine/limits.h>
-+# else
-+# include <sys/limits.h>
-+# endif
-+#endif
-
- /*Use uname information here and there to idinify this system*/
- struct utsname *system_uname;
OpenPOWER on IntegriCloud