pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/semantic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 29 21:25:38 UTC 2017

Modified Files:
        pkgsrc/devel/semantic: Makefile

Log Message:
semantic: restrict allowed emacs versions

This needs eieio, and that does not support all emacs versions.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/semantic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/semantic/Makefile
diff -u pkgsrc/devel/semantic/Makefile:1.30 pkgsrc/devel/semantic/Makefile:1.31
--- pkgsrc/devel/semantic/Makefile:1.30 Sun Feb 17 19:18:01 2013
+++ pkgsrc/devel/semantic/Makefile      Fri Sep 29 21:25:38 2017
@@ -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 @@ COMMENT=     Lexer, parser-generator, and pa
 
 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