pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xemacs-current-nox11 Upgrade to XEmacs 21.5.34
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0d74269227e
branches: trunk
changeset: 371594:b0d74269227e
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Nov 15 15:07:17 2017 +0000
description:
Upgrade to XEmacs 21.5.34
Most of the functionality moved to
../../editors/xemacs-current/{Makefile.common,options.mk}
diffstat:
editors/xemacs-current-nox11/Makefile | 11 +----------
editors/xemacs-current-nox11/hacks.mk | 17 -----------------
2 files changed, 1 insertions(+), 27 deletions(-)
diffs (42 lines):
diff -r e95b572a8712 -r b0d74269227e editors/xemacs-current-nox11/Makefile
--- a/editors/xemacs-current-nox11/Makefile Wed Nov 15 15:04:25 2017 +0000
+++ b/editors/xemacs-current-nox11/Makefile Wed Nov 15 15:07:17 2017 +0000
@@ -1,16 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/12/30 23:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/15 15:07:17 hauke Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
-PKGREVISION= 23
-
-CONFIGURE_ARGS+= --without-x
-CONFIGURE_ARGS+= --without-jpeg
-CONFIGURE_ARGS+= --without-png
-CONFIGURE_ARGS+= --without-tiff
-CONFIGURE_ARGS+= --without-xpm
-CONFIGURE_ARGS+= --with-site-prefixes=${PREFIX}
-CONFIGURE_ARGS+= --with-site-runtime-libraries=${PREFIX}/lib
.include "../../editors/xemacs-current/options.mk"
.include "../../editors/xemacs-current/Makefile.common"
diff -r e95b572a8712 -r b0d74269227e editors/xemacs-current-nox11/hacks.mk
--- a/editors/xemacs-current-nox11/hacks.mk Wed Nov 15 15:04:25 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2016/12/30 23:37:40 wiz Exp $
-
-.if !defined(XEMACS_HACKS_MK)
-XEMACS_HACKS_MK= defined
-
-.include "../../mk/compiler.mk"
-
-### [Fri Oct 28 10:00:00 UTC 2016 : hauke]
-### gcc 5 builtins collide with src/gmalloc.c's calloc(), which
-### results in 'xemacs -vanilla' busy-looping during the build.
-###
-.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-5.[0-9]*)
-PKG_HACKS+= gcc5-malloc-builtin-conflict
-CFLAGS+= -fno-builtin
-.endif
-
-.endif # XEMACS_HACKS_MK
Home |
Main Index |
Thread Index |
Old Index