update to xemacs 21.4.15
based on a diff from Gregory Steuck <greg at y2004.nest.cx>
This commit is contained in:
parent
c511db5cc0
commit
a42f69f618
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2004/06/23 06:29:26 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2004/06/24 17:21:49 sturm Exp $
|
||||
|
||||
COMMENT= "heavily customizable and extensible editor"
|
||||
|
||||
VERSION= 21.4.12
|
||||
VERSION= 21.4.15
|
||||
DISTNAME= xemacs-${VERSION}
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -87,7 +87,7 @@ FAKE_FLAGS= prefix='$${WRKINST}$${DESTDIR}${PREFIX}' \
|
||||
GCCARCH= ${MACHINE_ARCH}-unknown-openbsd${OSREV}
|
||||
|
||||
CONFIGURE_ARGS+= ${GCCARCH}
|
||||
SUBST_VARS= GCCARCH
|
||||
SUBST_VARS= GCCARCH VERSION
|
||||
|
||||
#### Flavors
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xemacs-21.4.12.tar.gz) = 699f4e9c05181d3d71cbd733cd5b16fc
|
||||
RMD160 (xemacs-21.4.12.tar.gz) = aa0edcfaa4d3dfeb1be6d5b498615aa23b1667b3
|
||||
SHA1 (xemacs-21.4.12.tar.gz) = 6e66f5290c0e1690d9ec7097101a549e35f05107
|
||||
MD5 (xemacs-21.4.15.tar.gz) = b80e040d9cb85c9210999554dc210fa6
|
||||
RMD160 (xemacs-21.4.15.tar.gz) = 9c2d4d1d8c84486ed63b07c3983ec3c648c2a6c7
|
||||
SHA1 (xemacs-21.4.15.tar.gz) = 6ee2583c71b46ef1edb78bd170c9adbef97ae5db
|
||||
|
12
editors/xemacs21/patches/patch-lib-src_gnuserv_h
Normal file
12
editors/xemacs21/patches/patch-lib-src_gnuserv_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib-src_gnuserv_h,v 1.1 2004/06/24 17:21:49 sturm Exp $
|
||||
--- lib-src/gnuserv.h.orig Tue Jun 22 20:56:27 2004
|
||||
+++ lib-src/gnuserv.h Tue Jun 22 20:57:41 2004
|
||||
@@ -52,7 +52,7 @@
|
||||
*/
|
||||
|
||||
|
||||
-#define INTERNET_DOMAIN_SOCKETS
|
||||
+#undef INTERNET_DOMAIN_SOCKETS
|
||||
#ifdef HAVE_SYS_UN_H
|
||||
#define UNIX_DOMAIN_SOCKETS
|
||||
/* #define SYSV_IPC */
|
11
editors/xemacs21/patches/patch-lib-src_gnuslib_c
Normal file
11
editors/xemacs21/patches/patch-lib-src_gnuslib_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-lib-src_gnuslib_c,v 1.1 2004/06/24 17:21:49 sturm Exp $
|
||||
--- lib-src/gnuslib.c.orig Tue Jun 22 20:58:04 2004
|
||||
+++ lib-src/gnuslib.c Tue Jun 22 20:58:15 2004
|
||||
@@ -70,7 +70,6 @@ static int connect_to_internet_server (c
|
||||
#include <string.h>
|
||||
#endif /* HAVE_STRING_H */
|
||||
|
||||
-#include <arpa/inet.h>
|
||||
|
||||
char *tmpdir = NULL;
|
||||
|
19
editors/xemacs21/patches/patch-lib-src_movemail_c
Normal file
19
editors/xemacs21/patches/patch-lib-src_movemail_c
Normal file
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-lib-src_movemail_c,v 1.1 2004/06/24 17:21:49 sturm Exp $
|
||||
--- lib-src/movemail.c.orig Tue Jun 22 20:58:40 2004
|
||||
+++ lib-src/movemail.c Tue Jun 22 21:00:52 2004
|
||||
@@ -588,14 +588,12 @@ lock_dot(char *filename)
|
||||
p--;
|
||||
*p = 0;
|
||||
strcpy (p, "EXXXXXX");
|
||||
- mktemp (tempname);
|
||||
- unlink (tempname);
|
||||
|
||||
for (;;)
|
||||
{
|
||||
/* Create the lock file, but not under the lock file name. */
|
||||
/* Give up if cannot do that. */
|
||||
- desc = open (tempname, O_WRONLY | O_CREAT | O_EXCL, 0666);
|
||||
+ desc = mkstemp (tempname);
|
||||
if (desc < 0)
|
||||
{
|
||||
char *message = (char *) xmalloc (strlen (tempname) + 50);
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user