update emacs to 20.7, work done by xenophon@irtnog.org
It builds on the i386 and seems to work. Builds/tests on other archs would be appreciated.
This commit is contained in:
parent
45ffc7a496
commit
01cebaddf7
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2000/04/22 10:22:15 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2000/07/21 05:33:03 marc Exp $
|
||||
|
||||
VER= 20.3
|
||||
VER= 20.7
|
||||
DISTNAME= emacs-${VER}
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.218
|
||||
@ -32,6 +32,13 @@ M_ARCH= ${MACHINE_ARCH}
|
||||
|
||||
GCCARCH= ${M_ARCH}-unknown-openbsd${OPSYS_VER}
|
||||
|
||||
# Uncomment for POP support
|
||||
#CONFIGURE_ARGS+=--with-pop
|
||||
# Uncomment for Kerberos support
|
||||
#CONFIGURE_ARGS+=--with-kerberos
|
||||
# Uncomment for Hesiod support
|
||||
#CONFIGURE_ARGS+=--with-hesiod
|
||||
|
||||
.if defined(FLAVOR) && ${FLAVOR} == "no_X11"
|
||||
CONFIGURE_ARGS+=--without-x
|
||||
.else
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
MD5 (emacs-20.3.tar.gz) = 5aee43bb7c7267cc24b78011d280ecdc
|
||||
RMD160 (emacs-20.3.tar.gz) = 129318e8482e172269923eefcb2f92493dc06e19
|
||||
SHA1 (emacs-20.3.tar.gz) = aee2b32515d12ba1557cc9e564f68df1e9a6e8f9
|
||||
MD5 (emacs-20.7.tar.gz) = c732cf5e668d4ac67d9418ecb103ecf5
|
||||
RMD160 (emacs-20.7.tar.gz) = f3b8ea8d6f6ad52ccdd7ca74c84e87a7409fc270
|
||||
SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
|
||||
|
Loading…
Reference in New Issue
Block a user