pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/auctex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 09:11:41 UTC 2022

Modified Files:
        pkgsrc/print/auctex: Makefile

Log Message:
auctex: remove xemacs from supported emacsen

>From the release notes of 12.1 - xemacs support has been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/print/auctex/Makefile

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

Modified files:

Index: pkgsrc/print/auctex/Makefile
diff -u pkgsrc/print/auctex/Makefile:1.64 pkgsrc/print/auctex/Makefile:1.65
--- pkgsrc/print/auctex/Makefile:1.64   Mon Aug 22 08:49:44 2022
+++ pkgsrc/print/auctex/Makefile        Mon Aug 22 09:11:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2022/08/22 08:49:44 markd Exp $
+# $NetBSD: Makefile,v 1.65 2022/08/22 09:11:41 wiz Exp $
 
 DISTNAME=              auctex-13.1
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=              Enhanced LaTeX mode for Emacs
 LICENSE=               gnu-gpl-v3
 
 # Emacsen pre-22 lack graphics support
-EMACS_VERSIONS_ACCEPTED=       ${_EMACS_VERSIONS_ALL:Nemacs2[01]*}
+EMACS_VERSIONS_ACCEPTED=       ${_EMACS_VERSIONS_ALL:Nemacs2[01]*:Nxemacs*}
 
 BUILD_DEPENDS+=                tex-texlive-scripts-extra-[0-9]*:../../print/tex-texlive-scripts-extra
 DEPENDS+=              texlive-collection-latex>=2014:../../meta-pkgs/texlive-collection-latex



Home | Main Index | Thread Index | Old Index