summaryrefslogtreecommitdiff
path: root/mail/elm/patches/patch-ad
diff options
context:
space:
mode:
authormartin <martin>2001-07-18 20:04:11 +0000
committermartin <martin>2001-07-18 20:04:11 +0000
commitccf81ec1e67b5660de923edef03dd3204b2bfb1c (patch)
tree84a7fad6c51376bd9070f16351bcd99dccdb62fb /mail/elm/patches/patch-ad
parentd0da1009ab5d89fb6979c58eb8e53c9a7601cccb (diff)
downloadpkgsrc-ccf81ec1e67b5660de923edef03dd3204b2bfb1c.tar.gz
Update to elm-2.5.5 (the latest available official elm version).
Package provided by hiramatu@boreas.dti.ne.jp in PR pkg/13495. This is no longer a ME extended version, which is now available as pkgsrc/mail/elm-me.
Diffstat (limited to 'mail/elm/patches/patch-ad')
-rw-r--r--mail/elm/patches/patch-ad41
1 files changed, 19 insertions, 22 deletions
diff --git a/mail/elm/patches/patch-ad b/mail/elm/patches/patch-ad
index f6a6be7e318..945a085d970 100644
--- a/mail/elm/patches/patch-ad
+++ b/mail/elm/patches/patch-ad
@@ -1,22 +1,19 @@
-$NetBSD: patch-ad,v 1.5 2000/06/04 16:28:23 jdolecek Exp $
-
---- src/pgp.c.orig Wed May 24 16:48:24 2000
-+++ src/pgp.c Sun Jun 4 17:59:58 2000
-@@ -145,7 +145,7 @@
- char *path;
- case pgp2:
-
-- execl(pgp2_path,
-+ execlp(pgp2_path,
- pgp2_path,"+verbose=0", "+language=en", "-kv", c,
- (char *)0);
- tmp = errno;
-@@ -160,7 +160,7 @@
- perror(path);
- break;
- case gpg:
-- execl(gpg_path,
-+ execlp(gpg_path,
- gpg_path,"--list-public-keys",c,(char *)0);
- tmp = errno;
- perror(path);
+$NetBSD: patch-ad,v 1.6 2001/07/18 20:04:13 martin Exp $
+--- Make.defs.SH.orig Mon Jul 16 01:59:07 2001
++++ Make.defs.SH Mon Jul 16 02:02:02 2001
+@@ -113,6 +113,7 @@
+ RM = $rm
+ TEST = $test
+ TOUCH = $touch
++MKDIR = mkdir
+
+ DESTBIN = $installbin
+ DESTLIB = $installlib
+@@ -143,6 +144,7 @@
+ $(RM) -f $@.old ; \
+ $(TEST) ! -f $@ || $(MV) $@ $@.old ; \
+ $(RM) -f $@.old ; \
++ $(MKDIR) -p `dirname $@` ; \
+ $(CP) $? $@ ; \
+ $(TEST) $(MAILERMODE) -lt 999 || $(CHGRP) $(MAILGRP) $@ ; \
+ $(CHMOD) $(MAILERMODE) $@