View | Details | Raw Unified | Return to bug 40937
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 72-78 Link Here
72
72
73
ELM_VERSION=	2.4
73
ELM_VERSION=	2.4
74
ELM_REVISION=	99
74
ELM_REVISION=	99
75
ELM_PATCHLEVEL=	_
75
ELM_PATCHLEVEL=	b
76
76
77
ELM_PATCHDONE=	false
77
ELM_PATCHDONE=	false
78
.for level in _ a b c d e f
78
.for level in _ a b c d e f
Lines 98-104 Link Here
98
RCD_DIR=	${PREFIX}/${RCD_SUBDIR}
98
RCD_DIR=	${PREFIX}/${RCD_SUBDIR}
99
LIB_DIR=	${PREFIX}/${LIB_SUBDIR}
99
LIB_DIR=	${PREFIX}/${LIB_SUBDIR}
100
100
101
RCD_FILE=	00elm.sh
101
_RCD_FILE=	00elm.sh
102
RCD_FILE=	000.elm.sh
102
MIME_TYPES=	elm.mimetypes
103
MIME_TYPES=	elm.mimetypes
103
MIME_CSETS=	elm.mimecharsets
104
MIME_CSETS=	elm.mimecharsets
104
TERM_INFO=	elm.terminalinfo
105
TERM_INFO=	elm.terminalinfo
Lines 117-123 Link Here
117
118
118
patch-install-script:
119
patch-install-script:
119
	@${SED} -e 's,%%SHLIB_SUBDIR%%,${SHLIB_SUBDIR},' \
120
	@${SED} -e 's,%%SHLIB_SUBDIR%%,${SHLIB_SUBDIR},' \
120
		${FILESDIR}/${RCD_FILE} > ${WRKSRC}/${RCD_FILE}
121
		${FILESDIR}/${_RCD_FILE} > ${WRKSRC}/${RCD_FILE}
121
122
122
# d_savegrpmboxid is currently broken using setgid(2) instead of setegid(2).
123
# d_savegrpmboxid is currently broken using setgid(2) instead of setegid(2).
123
# will probably be fixed in a next release, for instance, fake a patch.
124
# will probably be fixed in a next release, for instance, fake a patch.
(-)distinfo (+2 lines)
Line 1 Link Here
1
MD5 (elm-2.4ME+99.tar.gz) = 014e2a606fb1a7e80d048680c80dfb60
1
MD5 (elm-2.4ME+99.tar.gz) = 014e2a606fb1a7e80d048680c80dfb60
2
MD5 (elm-2.4ME+PL99a.patch.gz) = d8898816793c0b46ce9779a86c5bda03
3
MD5 (elm-2.4ME+PL99b.patch.gz) = d5c1a2a0293d208a1f9927cf96a7ad7f
(-)pkg-plist (-1 / +1 lines)
Lines 16-22 Link Here
16
@unexec rm -f %B/wnewmail
16
@unexec rm -f %B/wnewmail
17
bin/printmail
17
bin/printmail
18
bin/readmsg
18
bin/readmsg
19
etc/rc.d/00elm.sh
19
etc/rc.d/000.elm.sh
20
%%LIB_SUBDIR%%/elm-help.0
20
%%LIB_SUBDIR%%/elm-help.0
21
%%LIB_SUBDIR%%/elm-help.1
21
%%LIB_SUBDIR%%/elm-help.1
22
%%LIB_SUBDIR%%/elm-help.2
22
%%LIB_SUBDIR%%/elm-help.2
(-)files/00elm.sh (+3 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
#
2
5
3
if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
6
if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
4
    echo "$0: Cannot determine the PREFIX" >&2
7
    echo "$0: Cannot determine the PREFIX" >&2
(-)files/patch-ac (-22 / +6 lines)
Lines 1-6 Link Here
1
--- Configure.orig	Sat Jan 19 01:18:12 2002
1
--- Configure.orig	Tue Jul 23 20:26:30 2002
2
+++ Configure	Sat Jan 19 17:19:40 2002
2
+++ Configure	Tue Jul 23 20:26:31 2002
3
@@ -84,10 +84,10 @@
3
@@ -94,10 +94,10 @@
4
     yes)
4
     yes)
5
     ;;
5
     ;;
6
     *)
6
     *)
Lines 15-37 Link Here
15
     ;;
15
     ;;
16
 esac
16
 esac
17
 
17
 
18
@@ -157,6 +157,7 @@
18
@@ -2251,7 +2251,7 @@
19
 	nomap=y
20
     fi
21
     . ConfTool/GenCharmap 
22
+    cp doc/terminal.info bin/elm.terminalinfo
23
     exit 0
24
     ;;
25
 map)
26
@@ -187,6 +188,7 @@
27
 	nomap=y
28
     fi
29
     . ConfTool/GenCharmap 
30
+    cp doc/terminal.info bin/elm.terminalinfo
31
     exit 0
32
     ;;
33
 esac
34
@@ -2050,7 +2052,7 @@
35
 	echo "Found shlib directory"
19
 	echo "Found shlib directory"
36
     fi
20
     fi
37
 
21
 
Lines 40-46 Link Here
40
 
24
 
41
     LibLoc=`cd ..; pwd`/shlib
25
     LibLoc=`cd ..; pwd`/shlib
42
     
26
     
43
@@ -2342,7 +2344,10 @@
27
@@ -2544,7 +2544,10 @@
44
 
28
 
45
 : see if crypt exists
29
 : see if crypt exists
46
 echo " "
30
 echo " "
Lines 52-58 Link Here
52
     echo 'crypt() found.'
36
     echo 'crypt() found.'
53
     d_crypt="$define"
37
     d_crypt="$define"
54
     cryptlib=''
38
     cryptlib=''
55
@@ -2846,6 +2851,7 @@
39
@@ -3048,6 +3051,7 @@
56
 
40
 
57
     $echo $n "Testing if inet_aton can be used ... $c"
41
     $echo $n "Testing if inet_aton can be used ... $c"
58
     $cat > try.c <<'EOF'
42
     $cat > try.c <<'EOF'

Return to bug 40937