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

(-)elm/Makefile (-2 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	elm
8
PORTNAME=	elm
9
PORTVERSION=	2.5.6
9
PORTVERSION=	2.5.8
10
PORTREVISION=	2
10
PORTREVISION=	0
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	ftp://ftp.virginia.edu/pub/elm/ \
12
MASTER_SITES=	ftp://ftp.virginia.edu/pub/elm/ \
13
		http://www.dragondata.com/software/
13
		http://www.dragondata.com/software/
Lines 17-22 Link Here
17
COMMENT=	A once-popular mail user agent, version 2.5.x
17
COMMENT=	A once-popular mail user agent, version 2.5.x
18
18
19
BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
19
BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
20
21
CFLAGS+= -D_SIZE_T
20
22
21
WRKSRC=			${WRKDIR}/elm${PORTVERSION}
23
WRKSRC=			${WRKDIR}/elm${PORTVERSION}
22
NO_LATEST_LINK=		yes
24
NO_LATEST_LINK=		yes
(-)elm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (elm2.5.6.tar.gz) = 5ce17b50cb90f99ffc09e4df52f52648
1
MD5 (elm2.5.8.tar.gz) = f7a721c1cddbc8632ffe0cf65b045395
2
SIZE (elm2.5.6.tar.gz) = 606228
2
SIZE (elm2.5.8.tar.gz) = 607078
(-)elm/files/patch-aa (-2 / +2 lines)
Lines 24-31 Link Here
24
 set `echo $libc $libnames | tr ' ' '\012' | sort | uniq`
24
 set `echo $libc $libnames | tr ' ' '\012' | sort | uniq`
25
 $echo $n "Extracting names from $* for later perusal...$c"
25
 $echo $n "Extracting names from $* for later perusal...$c"
26
 nm $nm_opts $* 2>/dev/null >libc.tmp
26
 nm $nm_opts $* 2>/dev/null >libc.tmp
27
-$sed -n -e 's/^.* [ATDS]  *[_.]*//p' -e 's/^.* [ATDS] //p' <libc.tmp >libc.list
27
-$sed -n -e 's/^.* [ATDSU]  *[_.]*//p' -e 's/^.* [ATDSU] //p' <libc.tmp >libc.list
28
+$sed -n -e 's/^.* [ATDSW]  *[_.]*//p' -e 's/^.* [ATDSW] //p' <libc.tmp >libc.list
28
+$sed -n -e 's/^.* [ATDSUW]  *[_.]*//p' -e 's/^.* [ATDSUW] //p' <libc.tmp >libc.list
29
 if $contains '^printf$' libc.list >/dev/null 2>&1; then
29
 if $contains '^printf$' libc.list >/dev/null 2>&1; then
30
     echo done
30
     echo done
31
 elif $sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p' \
31
 elif $sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p' \

Return to bug 85225