diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-02-14 15:32:30 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-02-14 15:32:30 +0000 |
commit | 1867354dcbc4095dd298bdbf324238980b031457 (patch) | |
tree | c9c3a24260f9cb8d8be04e3223b5b933a18b8779 /editors | |
parent | 0512dd2a1df7e2a8ed6972c4663cb8339c8180b3 (diff) | |
download | ports-1867354dcbc4095dd298bdbf324238980b031457.tar.gz ports-1867354dcbc4095dd298bdbf324238980b031457.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs/files/patch-lib-src:movemail.c | 11 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs22/files/patch-lib-src:movemail.c | 11 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/files/patch-lib-src:movemail.c | 11 |
6 files changed, 36 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 862df586a859..31853c7fe89b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/emacs/files/patch-lib-src:movemail.c b/editors/emacs/files/patch-lib-src:movemail.c new file mode 100644 index 000000000000..c47286937302 --- /dev/null +++ b/editors/emacs/files/patch-lib-src:movemail.c @@ -0,0 +1,11 @@ +--- lib-src/movemail.c.orig Mon Feb 14 11:29:49 2005 ++++ lib-src/movemail.c Mon Feb 14 11:33:06 2005 +@@ -787,7 +787,7 @@ + mbx_delimit_begin (mbf); + if (pop_retr (server, i, mbf) != OK) + { +- error (Errmsg, 0, 0); ++ error ("%s", Errmsg, 0); + close (mbfi); + return (1); + } diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 862df586a859..31853c7fe89b 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/emacs22/files/patch-lib-src:movemail.c b/editors/emacs22/files/patch-lib-src:movemail.c new file mode 100644 index 000000000000..c47286937302 --- /dev/null +++ b/editors/emacs22/files/patch-lib-src:movemail.c @@ -0,0 +1,11 @@ +--- lib-src/movemail.c.orig Mon Feb 14 11:29:49 2005 ++++ lib-src/movemail.c Mon Feb 14 11:33:06 2005 +@@ -787,7 +787,7 @@ + mbx_delimit_begin (mbf); + if (pop_retr (server, i, mbf) != OK) + { +- error (Errmsg, 0, 0); ++ error ("%s", Errmsg, 0); + close (mbfi); + return (1); + } diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 862df586a859..31853c7fe89b 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/emacs23/files/patch-lib-src:movemail.c b/editors/emacs23/files/patch-lib-src:movemail.c new file mode 100644 index 000000000000..c47286937302 --- /dev/null +++ b/editors/emacs23/files/patch-lib-src:movemail.c @@ -0,0 +1,11 @@ +--- lib-src/movemail.c.orig Mon Feb 14 11:29:49 2005 ++++ lib-src/movemail.c Mon Feb 14 11:33:06 2005 +@@ -787,7 +787,7 @@ + mbx_delimit_begin (mbf); + if (pop_retr (server, i, mbf) != OK) + { +- error (Errmsg, 0, 0); ++ error ("%s", Errmsg, 0); + close (mbfi); + return (1); + } |