diff options
author | martin <martin@pkgsrc.org> | 2001-07-18 19:59:13 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-07-18 19:59:13 +0000 |
commit | d786567292ded340350b57510ba30ad771c3510d (patch) | |
tree | 5ebcc45f2d03ab358c1493c5577f92ee2a11699e /mail/elm-me/patches | |
parent | 8559bffd4cb7d49b4333fd41c1e1e50045218f58 (diff) | |
download | pkgsrc-d786567292ded340350b57510ba30ad771c3510d.tar.gz |
Import of elm-me, the ME extended version of elm.
This is basically an update to version 2.4ME+93 of the pkg currently
residing in mail/elm, which will be updated to a non-ME extended, but
current version of elm soon.
Diffstat (limited to 'mail/elm-me/patches')
-rw-r--r-- | mail/elm-me/patches/patch-aa | 17 | ||||
-rw-r--r-- | mail/elm-me/patches/patch-ab | 13 | ||||
-rw-r--r-- | mail/elm-me/patches/patch-ac | 13 | ||||
-rw-r--r-- | mail/elm-me/patches/patch-ad | 30 | ||||
-rw-r--r-- | mail/elm-me/patches/patch-ae | 23 |
5 files changed, 96 insertions, 0 deletions
diff --git a/mail/elm-me/patches/patch-aa b/mail/elm-me/patches/patch-aa new file mode 100644 index 00000000000..8f50f0ee293 --- /dev/null +++ b/mail/elm-me/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ + +*** nls/LANGS.old Sun Jun 28 04:32:25 1992 +--- nls/LANGS Fri Jul 28 06:48:31 1995 +*************** +*** 1,5 **** + # LANGS file + +! C/C/C /usr/local/nls/msg/C +! english/us/ascii /usr/local/nls/msg/english +! french/canada/8859 /usr/local/nls/msg/french +--- 1,5 ---- + # LANGS file + +! C/C/C __PREFIX/share/nls/C +! english/us/ascii __PREFIX/share/nls/en_US.ISO_8859-1 +! french/canada/8859 __PREFIX/share/nls/fr_FR.ISO_8859-1 diff --git a/mail/elm-me/patches/patch-ab b/mail/elm-me/patches/patch-ab new file mode 100644 index 00000000000..68039ccf894 --- /dev/null +++ b/mail/elm-me/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ + +--- nls/Makefile.orig Thu Nov 18 14:41:07 1999 ++++ nls/Makefile Thu Nov 18 14:46:27 1999 +@@ -3,7 +3,7 @@ + # + LANGFILE=LANGS + CATNAME=elm2.4me+.cat +-GENCAT= nls/gencat ++GENCAT= gencat + + HDIR= ../hdrs + SDIR= C/C/C diff --git a/mail/elm-me/patches/patch-ac b/mail/elm-me/patches/patch-ac new file mode 100644 index 00000000000..bfbd6da78ad --- /dev/null +++ b/mail/elm-me/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ + +--- Configure.orig Sun Jun 4 17:21:26 2000 ++++ Configure Sun Jun 4 17:22:17 2000 +@@ -15,7 +15,7 @@ + PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin" + export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) + +-if test ! -t 0; then ++if test "X$RUN_AS_BATCH" = "X" -a ! -t 0; then + echo "Say 'sh Configure', not 'sh <Configure'" + exit 1 + fi diff --git a/mail/elm-me/patches/patch-ad b/mail/elm-me/patches/patch-ad new file mode 100644 index 00000000000..8555a7163fd --- /dev/null +++ b/mail/elm-me/patches/patch-ad @@ -0,0 +1,30 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ + +--- src/pgp.c.orig Tue Jun 19 19:03:47 2001 ++++ src/pgp.c Wed Jul 18 19:22:05 2001 +@@ -161,7 +161,7 @@ + char *path; + case pgp2: + +- execl(pgp2_path, ++ execlp(pgp2_path, + pgp2_path,"+verbose=0", "+language=en", "-kv", c, + (char *)0); + tmp = errno; +@@ -169,14 +169,14 @@ + break; + case pgp5: + path = elm_message(FRM("%s/pgpk"),pgp5_dir); +- execl(path, ++ execlp(path, + path, "+verbose=0","+language=en", + "-l", c, (char *)0); + tmp = errno; + perror(path); + break; + case gpg: +- execl(gpg_path, ++ execlp(gpg_path, + gpg_path,"--list-public-keys",c,(char *)0); + tmp = errno; + perror(gpg_path); diff --git a/mail/elm-me/patches/patch-ae b/mail/elm-me/patches/patch-ae new file mode 100644 index 00000000000..3f59ad3dd44 --- /dev/null +++ b/mail/elm-me/patches/patch-ae @@ -0,0 +1,23 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/07/18 19:59:14 martin Exp $ + +--- Makefile.SH.orig Tue Jun 19 19:03:16 2001 ++++ Makefile.SH Wed Jul 18 19:29:21 2001 +@@ -54,12 +54,12 @@ + + # Targets that are simply executed in each subordinate makefile as is + all install uninstall lint clean: config.h config.sh Makefile +- cd lib; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ +- cd melib; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ +- cd shared_libs; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ +- cd src; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ +- cd utils; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ +- cd doc; $(MAKE) $(MJ) -$(MAKEFLAGS) $@ ++ cd lib; $(MAKE) $(MJ) $@ ++ cd melib; $(MAKE) $(MJ) $@ ++ cd shared_libs; $(MAKE) $(MJ) $@ ++ cd src; $(MAKE) $(MJ) $@ ++ cd utils; $(MAKE) $(MJ) $@ ++ cd doc; $(MAKE) $(MJ) $@ + + # Check that config.h is up of date + config.h: config.h.SH config.sh |