diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-20 15:59:17 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-20 15:59:17 +0000 |
commit | abd6f56f04bd4f60baf0c6a04ab8dac26b7686e3 (patch) | |
tree | 016c2340878a4a7d77fadc01a4b1bdf33e4aff52 | |
parent | Update to version 1.13 (diff) |
Update to 9.30. User-visible changes in this release:
* Avoid to prepend quote prefix twice when replying to multipart messages.
* Fixed a problem with empty Content-type fields in multipart messages.
* Allow name lists for -b and -c command line options.
* Added the "showlast" option.
Notes
Notes:
svn path=/head/; revision=54989
-rw-r--r-- | mail/heirloom-mailx/Makefile | 9 | ||||
-rw-r--r-- | mail/heirloom-mailx/distinfo | 2 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-aa | 30 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-config.h.in | 15 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-configure.in | 26 | ||||
-rw-r--r-- | mail/nail/Makefile | 9 | ||||
-rw-r--r-- | mail/nail/distinfo | 2 | ||||
-rw-r--r-- | mail/nail/files/patch-aa | 30 | ||||
-rw-r--r-- | mail/nail/files/patch-config.h.in | 15 | ||||
-rw-r--r-- | mail/nail/files/patch-configure.in | 26 |
10 files changed, 8 insertions, 156 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 4f6e3b97e747..b375676522d3 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.29 -PORTREVISION= 1 +PORTVERSION= 9.30 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ @@ -15,13 +14,11 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv -USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv" MAN1= nail.1 -post-patch: - @cd ${WRKSRC} && ${TOUCH} Makefile.in aclocal.m4 stamp-h.in - .include <bsd.port.mk> diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo index c5d8f3aaf0e6..7f3930c28932 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1 +1 @@ -MD5 (nail-9.29.tar.gz) = 2d60eff6c89ba1070ad809be3af1edcf +MD5 (nail-9.30.tar.gz) = b5e233f61b6fa9a8abf4d30b93b2bd71 diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa deleted file mode 100644 index 7be737eedc02..000000000000 --- a/mail/heirloom-mailx/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - ---- mime.c.orig Mon Nov 19 17:37:47 2001 -+++ mime.c Tue Jan 29 01:17:38 2002 -@@ -183,7 +183,7 @@ - if ((sz = xmbstowcs(w, t, LINESIZE)) == (size_t)-1) - return 0; - for (p = w, i = 0; *p && i < sz; p++, i++) { -- if (!iswprint(*p) && *p != '\n' && *p != '\r' -+ if (!isprint(*p) && *p != '\n' && *p != '\r' - && *p != '\b' && *p != '\t') - *p = '?'; - } -@@ -319,6 +319,7 @@ - return p; - } - -+#ifndef HAVE_STRCASESTR - /* - * glibc 2.1 provides such a function, but others ... - */ -@@ -346,6 +347,7 @@ - } - return p; - } -+#endif - - #ifndef HAVE_STRCASECMP - /* One of the things I really HATE on some SysVs is that they still diff --git a/mail/heirloom-mailx/files/patch-config.h.in b/mail/heirloom-mailx/files/patch-config.h.in deleted file mode 100644 index ff1c9a2625c8..000000000000 --- a/mail/heirloom-mailx/files/patch-config.h.in +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- config.h.in.orig Tue Jan 29 01:14:50 2002 -+++ config.h.in Tue Jan 29 01:15:46 2002 -@@ -75,6 +75,9 @@ - /* Define if you have the strcasecmp function. */ - #undef HAVE_STRCASECMP - -+/* Define if you have the strcasestr function. */ -+#undef HAVE_STRCASESTR -+ - /* Define if you have the strtol function. */ - #undef HAVE_STRTOL - diff --git a/mail/heirloom-mailx/files/patch-configure.in b/mail/heirloom-mailx/files/patch-configure.in deleted file mode 100644 index 0bacdfab39a3..000000000000 --- a/mail/heirloom-mailx/files/patch-configure.in +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Tue Jan 29 01:13:35 2002 -+++ configure.in Tue Jan 29 01:15:12 2002 -@@ -130,9 +130,8 @@ - dnl Formulate proper paths based on prefix - test "$prefix" = NONE && prefix=/usr/local - dnl We need these seperate to use AC_DEFINED_UNQUOTED --test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib --test "$sysconfdir" = '/etc' && sysconfdir=/etc --AC_DEFINE_UNQUOTED(PATH_MASTER_RC, "/etc/nail.rc") -+eval sysconfdir="$sysconfdir" -+AC_DEFINE_UNQUOTED(PATH_MASTER_RC, "${sysconfdir}/nail.rc") - - dnl Checks for libraries. - if test "x$enable_efence" = xyes -@@ -165,7 +164,7 @@ - AC_CHECK_FUNCS(mktime strtol tempnam getopt, , - echo "A required function was not found" >&2 - exit 1) --AC_CHECK_FUNCS(gethostname mkstemp select strcasecmp snprintf uname) -+AC_CHECK_FUNCS(gethostname mkstemp select strcasecmp strcasestr snprintf uname) - AC_CHECK_FUNCS(nl_langinfo) - AC_FUNC_SELECT_ARGTYPES - AC_CHECK_FUNC(gethostent, AC_DEFINE(HAVE_SOCKETS), diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 4f6e3b97e747..b375676522d3 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.29 -PORTREVISION= 1 +PORTVERSION= 9.30 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ @@ -15,13 +14,11 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv -USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv" MAN1= nail.1 -post-patch: - @cd ${WRKSRC} && ${TOUCH} Makefile.in aclocal.m4 stamp-h.in - .include <bsd.port.mk> diff --git a/mail/nail/distinfo b/mail/nail/distinfo index c5d8f3aaf0e6..7f3930c28932 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1 +1 @@ -MD5 (nail-9.29.tar.gz) = 2d60eff6c89ba1070ad809be3af1edcf +MD5 (nail-9.30.tar.gz) = b5e233f61b6fa9a8abf4d30b93b2bd71 diff --git a/mail/nail/files/patch-aa b/mail/nail/files/patch-aa deleted file mode 100644 index 7be737eedc02..000000000000 --- a/mail/nail/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - ---- mime.c.orig Mon Nov 19 17:37:47 2001 -+++ mime.c Tue Jan 29 01:17:38 2002 -@@ -183,7 +183,7 @@ - if ((sz = xmbstowcs(w, t, LINESIZE)) == (size_t)-1) - return 0; - for (p = w, i = 0; *p && i < sz; p++, i++) { -- if (!iswprint(*p) && *p != '\n' && *p != '\r' -+ if (!isprint(*p) && *p != '\n' && *p != '\r' - && *p != '\b' && *p != '\t') - *p = '?'; - } -@@ -319,6 +319,7 @@ - return p; - } - -+#ifndef HAVE_STRCASESTR - /* - * glibc 2.1 provides such a function, but others ... - */ -@@ -346,6 +347,7 @@ - } - return p; - } -+#endif - - #ifndef HAVE_STRCASECMP - /* One of the things I really HATE on some SysVs is that they still diff --git a/mail/nail/files/patch-config.h.in b/mail/nail/files/patch-config.h.in deleted file mode 100644 index ff1c9a2625c8..000000000000 --- a/mail/nail/files/patch-config.h.in +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- config.h.in.orig Tue Jan 29 01:14:50 2002 -+++ config.h.in Tue Jan 29 01:15:46 2002 -@@ -75,6 +75,9 @@ - /* Define if you have the strcasecmp function. */ - #undef HAVE_STRCASECMP - -+/* Define if you have the strcasestr function. */ -+#undef HAVE_STRCASESTR -+ - /* Define if you have the strtol function. */ - #undef HAVE_STRTOL - diff --git a/mail/nail/files/patch-configure.in b/mail/nail/files/patch-configure.in deleted file mode 100644 index 0bacdfab39a3..000000000000 --- a/mail/nail/files/patch-configure.in +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- configure.in.orig Tue Jan 29 01:13:35 2002 -+++ configure.in Tue Jan 29 01:15:12 2002 -@@ -130,9 +130,8 @@ - dnl Formulate proper paths based on prefix - test "$prefix" = NONE && prefix=/usr/local - dnl We need these seperate to use AC_DEFINED_UNQUOTED --test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib --test "$sysconfdir" = '/etc' && sysconfdir=/etc --AC_DEFINE_UNQUOTED(PATH_MASTER_RC, "/etc/nail.rc") -+eval sysconfdir="$sysconfdir" -+AC_DEFINE_UNQUOTED(PATH_MASTER_RC, "${sysconfdir}/nail.rc") - - dnl Checks for libraries. - if test "x$enable_efence" = xyes -@@ -165,7 +164,7 @@ - AC_CHECK_FUNCS(mktime strtol tempnam getopt, , - echo "A required function was not found" >&2 - exit 1) --AC_CHECK_FUNCS(gethostname mkstemp select strcasecmp snprintf uname) -+AC_CHECK_FUNCS(gethostname mkstemp select strcasecmp strcasestr snprintf uname) - AC_CHECK_FUNCS(nl_langinfo) - AC_FUNC_SELECT_ARGTYPES - AC_CHECK_FUNC(gethostent, AC_DEFINE(HAVE_SOCKETS), |