pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/semantic semantic: restrict allowed emacs versions
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a63933ee7fb
branches: trunk
changeset: 369470:3a63933ee7fb
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 29 21:25:38 2017 +0000
description:
semantic: restrict allowed emacs versions
This needs eieio, and that does not support all emacs versions.
diffstat:
devel/semantic/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 494e715b9956 -r 3a63933ee7fb devel/semantic/Makefile
--- a/devel/semantic/Makefile Fri Sep 29 21:23:11 2017 +0000
+++ b/devel/semantic/Makefile Fri Sep 29 21:25:38 2017 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2013/02/17 19:18:01 dholland Exp $
-#
+# $NetBSD: Makefile,v 1.31 2017/09/29 21:25:38 wiz Exp $
DISTNAME= semantic-1.4.4
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -13,6 +12,11 @@
PKGSRC_MAKE_ENV+= EMACS=${EMACS_FLAVOR}
+# due to eieio
+EMACS_VERSIONS_ACCEPTED= \
+ emacs20 emacs21 emacs21nox \
+ xemacs214 xemacs214nox xemacs215 xemacs215nox
+
NO_CONFIGURE= yes
USE_TOOLS+= gmake
INFO_FILES= yes
Home |
Main Index |
Thread Index |
Old Index