summaryrefslogtreecommitdiffstats
path: root/mail/perdition/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-15 20:53:59 +0000
committerpav <pav@FreeBSD.org>2003-12-15 20:53:59 +0000
commit8e779a39a0012c48b1eaf7fc0d2dd168eb050a7c (patch)
treeb4011bde3d344c3f0fc5f461d90895861c7d154a /mail/perdition/files
parentb7c04c03dc175976fbf5136c6f84c31bf07e5e92 (diff)
downloadFreeBSD-ports-8e779a39a0012c48b1eaf7fc0d2dd168eb050a7c.zip
FreeBSD-ports-8e779a39a0012c48b1eaf7fc0d2dd168eb050a7c.tar.gz
- Update to 1.12
PR: ports/60263 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Diffstat (limited to 'mail/perdition/files')
-rw-r--r--mail/perdition/files/patch-perdition::Makefile.in11
-rw-r--r--mail/perdition/files/patch-perdition::db::daemon::Makefile.in11
-rw-r--r--mail/perdition/files/patch-perdition::perdition.c17
3 files changed, 39 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-perdition::Makefile.in b/mail/perdition/files/patch-perdition::Makefile.in
new file mode 100644
index 0000000..bf80816
--- /dev/null
+++ b/mail/perdition/files/patch-perdition::Makefile.in
@@ -0,0 +1,11 @@
+--- perdition/Makefile.in.orig Mon Dec 15 08:19:21 2003
++++ perdition/Makefile.in Mon Dec 15 14:35:08 2003
+@@ -573,8 +573,6 @@
+ for i in pop3 pop3s imap4 imap4s imaps; do \
+ (cd $(DESTDIR)$(sbindir) && rm -f perdition.$$i && \
+ ln -sf perdition perdition.$$i); \
+- (cd $(DESTDIR)$(mandir)/man8 && rm -f perdition.$$i && \
+- ln -sf perdition.8 perdition.$$i.8); \
+ done
+
+ uninstall-local:
diff --git a/mail/perdition/files/patch-perdition::db::daemon::Makefile.in b/mail/perdition/files/patch-perdition::db::daemon::Makefile.in
new file mode 100644
index 0000000..a06156c
--- /dev/null
+++ b/mail/perdition/files/patch-perdition::db::daemon::Makefile.in
@@ -0,0 +1,11 @@
+--- perdition/db/daemon/Makefile.in.orig Mon Dec 15 12:24:51 2003
++++ perdition/db/daemon/Makefile.in Mon Dec 15 12:27:20 2003
+@@ -155,7 +155,7 @@
+
+ libperditiondb_daemon_la_LDFLAGS = -version-info 0:0:0
+
+-libperditiondb_daemon_la_LIBADD = -ldb
++libperditiondb_daemon_la_LIBADD = -lgdbm
+
+ noinst_PROGRAMS = client server
+
diff --git a/mail/perdition/files/patch-perdition::perdition.c b/mail/perdition/files/patch-perdition::perdition.c
new file mode 100644
index 0000000..59fdf76
--- /dev/null
+++ b/mail/perdition/files/patch-perdition::perdition.c
@@ -0,0 +1,17 @@
+--- 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