Update to 2.4.99b.

PR:		40937
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
Christian Weisgerber 2002-07-28 20:26:39 +00:00
parent 5d8dd138b6
commit 2461e6f11d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63677
5 changed files with 20 additions and 27 deletions

View File

@ -72,7 +72,7 @@ MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1
ELM_VERSION= 2.4
ELM_REVISION= 99
ELM_PATCHLEVEL= _
ELM_PATCHLEVEL= b
ELM_PATCHDONE= false
.for level in _ a b c d e f
@ -98,7 +98,8 @@ DOC_SUBDIR= share/doc/elm+ME
RCD_DIR= ${PREFIX}/${RCD_SUBDIR}
LIB_DIR= ${PREFIX}/${LIB_SUBDIR}
RCD_FILE= 00elm.sh
_RCD_FILE= 00elm.sh
RCD_FILE= 000.elm.sh
MIME_TYPES= elm.mimetypes
MIME_CSETS= elm.mimecharsets
TERM_INFO= elm.terminalinfo
@ -113,11 +114,14 @@ DOC_FILES= README.ME+ \
# Post-patch
#
post-patch: patch-install-script patch-setgid patch-nls-files
post-patch: fix-permissions patch-install-script patch-setgid patch-nls-files
fix-permissions:
@${CHMOD} -R u+w ${WRKSRC}
patch-install-script:
@${SED} -e 's,%%SHLIB_SUBDIR%%,${SHLIB_SUBDIR},' \
${FILESDIR}/${RCD_FILE} > ${WRKSRC}/${RCD_FILE}
${FILESDIR}/${_RCD_FILE} > ${WRKSRC}/${RCD_FILE}
# d_savegrpmboxid is currently broken using setgid(2) instead of setegid(2).
# will probably be fixed in a next release, for instance, fake a patch.

View File

@ -1 +1,3 @@
MD5 (elm-2.4ME+99.tar.gz) = 014e2a606fb1a7e80d048680c80dfb60
MD5 (elm-2.4ME+PL99a.patch.gz) = d8898816793c0b46ce9779a86c5bda03
MD5 (elm-2.4ME+PL99b.patch.gz) = d5c1a2a0293d208a1f9927cf96a7ad7f

View File

@ -1,4 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
echo "$0: Cannot determine the PREFIX" >&2

View File

@ -1,6 +1,6 @@
--- Configure.orig Sat Jan 19 01:18:12 2002
+++ Configure Sat Jan 19 17:19:40 2002
@@ -84,10 +84,10 @@
--- Configure.orig Tue Jul 23 20:26:30 2002
+++ Configure Tue Jul 23 20:26:31 2002
@@ -94,10 +94,10 @@
yes)
;;
*)
@ -15,23 +15,7 @@
;;
esac
@@ -157,6 +157,7 @@
nomap=y
fi
. ConfTool/GenCharmap
+ cp doc/terminal.info bin/elm.terminalinfo
exit 0
;;
map)
@@ -187,6 +188,7 @@
nomap=y
fi
. ConfTool/GenCharmap
+ cp doc/terminal.info bin/elm.terminalinfo
exit 0
;;
esac
@@ -2050,7 +2052,7 @@
@@ -2251,7 +2251,7 @@
echo "Found shlib directory"
fi
@ -40,7 +24,7 @@
LibLoc=`cd ..; pwd`/shlib
@@ -2342,7 +2344,10 @@
@@ -2544,7 +2544,10 @@
: see if crypt exists
echo " "
@ -52,7 +36,7 @@
echo 'crypt() found.'
d_crypt="$define"
cryptlib=''
@@ -2846,6 +2851,7 @@
@@ -3048,6 +3051,7 @@
$echo $n "Testing if inet_aton can be used ... $c"
$cat > try.c <<'EOF'

View File

@ -16,7 +16,7 @@ bin/newmail
@unexec rm -f %B/wnewmail
bin/printmail
bin/readmsg
etc/rc.d/00elm.sh
etc/rc.d/000.elm.sh
%%LIB_SUBDIR%%/elm-help.0
%%LIB_SUBDIR%%/elm-help.1
%%LIB_SUBDIR%%/elm-help.2