diff options
author | Cory Visi <merlin@gentoo.org> | 2004-06-30 17:52:11 +0000 |
---|---|---|
committer | Cory Visi <merlin@gentoo.org> | 2004-06-30 17:52:11 +0000 |
commit | a07d36638a5a4a4be49d22b90f3c6a0cc68f7221 (patch) | |
tree | a46d203775b103dcc132d3fe77b8587e672b6d6a /net-mail/mailutils/files | |
parent | Version bump for the 2.6 IPTables RDoS vulnerability; bug #55694. (diff) | |
download | historical-a07d36638a5a4a4be49d22b90f3c6a0cc68f7221.tar.gz historical-a07d36638a5a4a4be49d22b90f3c6a0cc68f7221.tar.bz2 historical-a07d36638a5a4a4be49d22b90f3c6a0cc68f7221.zip |
Some cleanup, add support for postgres, add mh-utils, address Bug 22864
Diffstat (limited to 'net-mail/mailutils/files')
-rw-r--r-- | net-mail/mailutils/files/digest-mailutils-0.3.1-r1 | 1 | ||||
-rw-r--r-- | net-mail/mailutils/files/mailutils-0.3.1-mh-Makefile.in.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-mail/mailutils/files/digest-mailutils-0.3.1-r1 b/net-mail/mailutils/files/digest-mailutils-0.3.1-r1 new file mode 100644 index 000000000000..9e0b6409be0a --- /dev/null +++ b/net-mail/mailutils/files/digest-mailutils-0.3.1-r1 @@ -0,0 +1 @@ +MD5 d2f0192b3dd95b33e764a0d480085cdd mailutils-0.3.1.tar.bz2 1744493 diff --git a/net-mail/mailutils/files/mailutils-0.3.1-mh-Makefile.in.patch b/net-mail/mailutils/files/mailutils-0.3.1-mh-Makefile.in.patch new file mode 100644 index 000000000000..2c0514e75da5 --- /dev/null +++ b/net-mail/mailutils/files/mailutils-0.3.1-mh-Makefile.in.patch @@ -0,0 +1,16 @@ +--- mh/Makefile.in.orig 2003-06-07 05:37:31.000000000 -0400 ++++ mh/Makefile.in 2004-06-30 12:14:46.979325522 -0400 +@@ -952,11 +952,8 @@ + install-exec-hook: @BUILD_MH_EXEC_HOOK@ + + mh_finish_install: +- @here=`pwd`; \ +- cd $(DESTDIR); \ +- rm -f $(bindir)/folders; \ +- $(LN_S) $(bindir)/folder $(bindir)/folders; \ +- cd $$here ++ rm -f $(DESTDIR)/$(bindir)/folders; \ ++ $(LN_S) folder $(DESTDIR)/$(bindir)/folders + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |