pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add emacs21nox in EMACS_VERSIONS_ACCEPTED where approp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b1c6bcf81c
branches:  trunk
changeset: 474981:95b1c6bcf81c
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat May 08 13:35:20 2004 +0000

description:
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.

diffstat:

 chat/zenicb/Makefile            |   4 ++--
 devel/apel/Makefile             |   4 ++--
 editors/emacs-packages/Makefile |  10 +++++-----
 editors/mule-ucs/Makefile       |   4 ++--
 editors/tamago/Makefile         |   4 ++--
 mail/mew/Makefile               |   4 ++--
 mail/mew3/Makefile              |   4 ++--
 mail/wl/Makefile                |   4 ++--
 misc/lookup/Makefile            |   4 ++--
 www/emacs-w3m/Makefile          |   4 ++--
 10 files changed, 23 insertions(+), 23 deletions(-)

diffs (187 lines):

diff -r 44bdba681eb7 -r 95b1c6bcf81c chat/zenicb/Makefile
--- a/chat/zenicb/Makefile      Sat May 08 11:52:52 2004 +0000
+++ b/chat/zenicb/Makefile      Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/10/10 14:13:29 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=              zenicb-19981202
 PKGREVISION=           2
@@ -12,7 +12,7 @@
 
 .include "../../mk/emacs.mk"
 
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20 xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 
 .if defined(USE_XEMACS)
 MAKEFLAGS+=            USE_XEMACS=${USE_XEMACS}
diff -r 44bdba681eb7 -r 95b1c6bcf81c devel/apel/Makefile
--- a/devel/apel/Makefile       Sat May 08 11:52:52 2004 +0000
+++ b/devel/apel/Makefile       Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/25 03:16:25 uebayasi Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      apel-10.6
 CATEGORIES=    devel
@@ -17,7 +17,7 @@
 MAKE_FLAGS+=   LISPDIR=${EMACS_LISPPREFIX}
 MAKE_FLAGS+=   VERSION_SPECIFIC_LISPDIR=${EMACS_LISPPREFIX}
 
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20 xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 
 .include "../../mk/emacs.mk"
 
diff -r 44bdba681eb7 -r 95b1c6bcf81c editors/emacs-packages/Makefile
--- a/editors/emacs-packages/Makefile   Sat May 08 11:52:52 2004 +0000
+++ b/editors/emacs-packages/Makefile   Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/13 04:29:21 uebayasi Exp $
+# $NetBSD: Makefile,v 1.15 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      emacs-packages-0.5
 CATEGORIES=    meta-pkgs editors
@@ -34,11 +34,11 @@
 DEPENDS+=      iiimecf-[0-9]*:../../inputmethod/iiimecf
 DEPENDS+=      irchat-pj-[0-9]*:../../chat/irchat-pj
 DEPENDS+=      ispell-emacs-[0-9]*:../../textproc/ispell-emacs
-.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
-DEPENDS+=      jde-[0-9]*:../../editors/jde
-.endif
+#.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
+#DEPENDS+=     jde-[0-9]*:../../editors/jde
+#.endif
 DEPENDS+=      liece-[0-9]*:../../chat/liece
-DEPENDS+=      lookup-[0-9]*:../../misc/lookup
+#DEPENDS+=     lookup-[0-9]*:../../misc/lookup
 DEPENDS+=      mailcrypt-[0-9]*:../../mail/mailcrypt
 DEPENDS+=      matlab-mode-*:../../editors/matlab-mode
 #DEPENDS+=     mew-[0-9]*:../../mail/mew
diff -r 44bdba681eb7 -r 95b1c6bcf81c editors/mule-ucs/Makefile
--- a/editors/mule-ucs/Makefile Sat May 08 11:52:52 2004 +0000
+++ b/editors/mule-ucs/Makefile Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/08/29 16:20:56 taca Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      Mule-UCS-0.84
 PKGREVISION=   4
@@ -10,7 +10,7 @@
 COMMENT=       Another encoding conversion mechanism for Emacs
 
 # Mule 4.1 feature required by Mule-UCS was added to 20.7nb1.
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20
 BUILDLINK_DEPENDS.emacs20=     emacs>=20.7nb1
 
 do-build:
diff -r 44bdba681eb7 -r 95b1c6bcf81c editors/tamago/Makefile
--- a/editors/tamago/Makefile   Sat May 08 11:52:52 2004 +0000
+++ b/editors/tamago/Makefile   Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:34:49 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      tamago-4.0.6
 PKGNAME=       tamago-20020909
@@ -11,7 +11,7 @@
 
 GNU_CONFIGURE= yes
 # XXX please someone adjust paths and PLIST for XEmacs...
-EMACS_VERSIONS_ACCEPTED= emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
 EMACS_USE_LEIM=        # defined
 
 .include "../../mk/emacs.mk"
diff -r 44bdba681eb7 -r 95b1c6bcf81c mail/mew/Makefile
--- a/mail/mew/Makefile Sat May 08 11:52:52 2004 +0000
+++ b/mail/mew/Makefile Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/03/13 16:49:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.56 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      mew-2.3
 CATEGORIES=    mail
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK3=        yes
 
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20
 
 MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
 
diff -r 44bdba681eb7 -r 95b1c6bcf81c mail/mew3/Makefile
--- a/mail/mew3/Makefile        Sat May 08 11:52:52 2004 +0000
+++ b/mail/mew3/Makefile        Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/16 15:18:29 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      mew-3.3
 CATEGORIES=    mail
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK3=        yes
 
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20 xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 
 MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
 
diff -r 44bdba681eb7 -r 95b1c6bcf81c mail/wl/Makefile
--- a/mail/wl/Makefile  Sat May 08 11:52:52 2004 +0000
+++ b/mail/wl/Makefile  Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      wl-2.10.0
 CATEGORIES=    mail
@@ -10,7 +10,7 @@
 
 DEPENDS+=      semi>=1.13.7:../../devel/semi
 # XXX please someone adjust paths and PLIST for XEmacs...
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20
 
 MAKE_FLAGS+=   LISPDIR=${EMACS_LISPPREFIX}
 MAKE_FLAGS+=   PIXMAPDIR=${PREFIX}/share/wl
diff -r 44bdba681eb7 -r 95b1c6bcf81c misc/lookup/Makefile
--- a/misc/lookup/Makefile      Sat May 08 11:52:52 2004 +0000
+++ b/misc/lookup/Makefile      Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/19 16:05:49 uebayasi Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $
 #
 
 DISTNAME=      lookup-1.4
@@ -12,7 +12,7 @@
 DEPENDS+=      apel>=10:../../devel/apel
 DEPENDS+=      eblook>=1.4:../../textproc/eblook
 
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20 xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 
 GNU_CONFIGURE= YES
 MAKEFLAGS+=    lispdir=${EMACS_LISPPREFIX}/lookup
diff -r 44bdba681eb7 -r 95b1c6bcf81c www/emacs-w3m/Makefile
--- a/www/emacs-w3m/Makefile    Sat May 08 11:52:52 2004 +0000
+++ b/www/emacs-w3m/Makefile    Sat May 08 13:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/18 13:19:37 minoura Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/08 13:35:20 uebayasi Exp $
 
 DISTNAME=      emacs-w3m-1.3.3
 CATEGORIES=    www
@@ -12,7 +12,7 @@
 BUILD_DEPENDS+=        ${PKGNAME_PREFIX}semi-*:../../devel/semi
 
 # Not tested with xemacs...
-EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20 xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED=       emacs21 emacs21nox emacs20 xemacs214 xemacs215
 
 .include "../../mk/emacs.mk"
 



Home | Main Index | Thread Index | Old Index