Sun Sep 17 02:16:41 2023 UTC ()
(chat/riece) Add emacs28. packaged, but function is not verified


(mef)
diff -r1.33 -r1.34 pkgsrc/chat/riece/Makefile

cvs diff -r1.33 -r1.34 pkgsrc/chat/riece/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/riece/Makefile 2023/05/04 14:58:16 1.33
+++ pkgsrc/chat/riece/Makefile 2023/09/17 02:16:40 1.34
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.33 2023/05/04 14:58:16 hauke Exp $ 1# $NetBSD: Makefile,v 1.34 2023/09/17 02:16:40 mef Exp $
2# 2#
3 3
4DISTNAME= riece-9.0.0 4DISTNAME= riece-9.0.0
5PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} 5PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
6PKGREVISION= 5 6PKGREVISION= 5
7CATEGORIES= chat japanese 7CATEGORIES= chat japanese
8MASTER_SITES= http://download.savannah.gnu.org/releases/riece/ 8MASTER_SITES= http://download.savannah.gnu.org/releases/riece/
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11MAINTAINER= makoto@ki.nu 11MAINTAINER= makoto@ki.nu
12HOMEPAGE= https://www.nongnu.org/riece/ 12HOMEPAGE= https://www.nongnu.org/riece/
13COMMENT= IRC client for Emacs 13COMMENT= IRC client for Emacs
14 14
15INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \ 15INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \
16 ${EMACS_INFOPREFIX:C|^${PREFIX}/||} 16 ${EMACS_INFOPREFIX:C|^${PREFIX}/||}
17 17
18EMACS_VERSIONS_ACCEPTED= \ 18EMACS_VERSIONS_ACCEPTED= \
19 emacs27 emacs26 emacs26nox emacs25 emacs25nox emacs21 emacs21nox \ 19 emacs27 emacs26 emacs26nox emacs25 emacs25nox emacs21 emacs21nox \
 20 emacs28 emacs28nox \
20 xemacs215 xemacs215nox xemacs214 xemacs214nox 21 xemacs215 xemacs215nox xemacs214 xemacs214nox
21EMACS_MODULES= base 22EMACS_MODULES= base
22 23
23GNU_CONFIGURE= YES 24GNU_CONFIGURE= YES
24INFO_FILES= yes 25INFO_FILES= yes
25 26
26# --with-emacs=... or --with-xemacs=... 27# --with-emacs=... or --with-xemacs=...
27CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN} 28CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN}
28CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}} 29CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}}
29 30
30# Riece digs sub directory. 31# Riece digs sub directory.
31CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX} 32CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX}
32CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||} 33CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}