diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
commit | da7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch) | |
tree | eaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/xemacs-current | |
parent | 09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff) | |
download | pkgsrc-da7926cedfcd3a80a37f3a5db3b7ef9601211bcb.tar.gz |
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors
Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile.common | 6 | ||||
-rw-r--r-- | editors/xemacs-current/options.mk | 8 | ||||
-rw-r--r-- | editors/xemacs-current/version.mk | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/editors/xemacs-current/Makefile.common b/editors/xemacs-current/Makefile.common index 830c9334e37..54f6e149fa3 100644 --- a/editors/xemacs-current/Makefile.common +++ b/editors/xemacs-current/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2019/04/11 16:02:37 hauke Exp $ +# $NetBSD: Makefile.common,v 1.13 2019/06/08 10:41:00 rillig Exp $ # # used by editors/xemacs-current/Makefile # used by editors/xemacs-current-nox11/Makefile @@ -27,8 +27,8 @@ GENERATE_PLIST+= ${ECHO} bin/${EMACS_DISTNAME}-`${WRKSRC}/src/xemacs -sd`.dmp ; # Having the build path in the dumped emacs is not a problem. CHECK_WRKREF_SKIP+= bin/xemacs* -PRINT_PLIST_AWK+= { gsub(/${EMACS_DISTNAME}/, "$${DISTNAME}"); } -PRINT_PLIST_AWK+= { gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); } +PRINT_PLIST_AWK+= { gsub(/${EMACS_DISTNAME}/, "$${DISTNAME}"); } +PRINT_PLIST_AWK+= { gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); } PLIST_SUBST+= DISTNAME=${EMACS_DISTNAME} FILES_SUBST+= DISTNAME=${EMACS_DISTNAME} diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk index 6334d29685e..869f65aeef1 100644 --- a/editors/xemacs-current/options.mk +++ b/editors/xemacs-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2018/12/19 13:41:45 hauke Exp $ +# $NetBSD: options.mk,v 1.18 2019/06/08 10:41:00 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs PKG_SUPPORTED_OPTIONS+= ldap canna debug @@ -86,10 +86,10 @@ PLIST.canna= yes CONFIGURE_ARGS+= --without-canna .endif -PLIST_VARS+= debug +PLIST_VARS+= debug .if !empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --enable-debug=yes --with-debug CONFIGURE_ARGS+= --with-assertions --with-error-checking=all -CFLAGS+= -g3 -INSTALL_UNSTRIPPED= yes +CFLAGS+= -g3 +INSTALL_UNSTRIPPED= yes .endif diff --git a/editors/xemacs-current/version.mk b/editors/xemacs-current/version.mk index 7cf4c17dd67..bb15c03e0d2 100644 --- a/editors/xemacs-current/version.mk +++ b/editors/xemacs-current/version.mk @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.1 2008/10/11 09:31:56 uebayasi Exp $ +# $NetBSD: version.mk,v 1.2 2019/06/08 10:41:00 rillig Exp $ -_EMACS_FLAVOR= xemacs -_EMACS_REQD= xemacs>=21.5<21.6 +_EMACS_FLAVOR= xemacs +_EMACS_REQD= xemacs>=21.5<21.6 _EMACS_PKGDEP.base= xemacs-packages>=1.15:../../editors/xemacs-packages _EMACS_PKGDEP.leim= |