diff options
author | jrm <jrm@FreeBSD.org> | 2018-02-02 02:03:09 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-02-02 02:03:09 +0800 |
commit | 8e8d43ac5d573ba0718403b8beae8b36fa9baf37 (patch) | |
tree | 4a6b8513515fb032f2183d945863a1d39dbcd0c1 /irc | |
parent | 48204ec74d19374b66c2d2475473f797a292c193 (diff) | |
download | freebsd-ports-gnome-8e8d43ac5d573ba0718403b8beae8b36fa9baf37.tar.gz freebsd-ports-gnome-8e8d43ac5d573ba0718403b8beae8b36fa9baf37.tar.zst freebsd-ports-gnome-8e8d43ac5d573ba0718403b8beae8b36fa9baf37.zip |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
Diffstat (limited to 'irc')
-rw-r--r-- | irc/riece/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 7f403c2e4fe0..286a8d98e7c9 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -3,11 +3,11 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH -PKGNAMESUFFIX= -${EMACS_PORT_NAME} +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= IRC client for Emacs @@ -15,17 +15,16 @@ COMMENT= IRC client for Emacs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= emacs gmake + NO_ARCH= yes -USES= gmake -USE_EMACS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} +INFO= riece-en riece-ja OPTIONS_DEFINE= DOCS -INFO= riece-en riece-ja - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja |