pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(tc-git) Confirming to package with emacs26
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Thu Jan 19 23:20:58 2017 +0900
Changeset: 396e58505b89968a88f4bdaf423df210c23d5262
Modified Files:
tc-git/Makefile
Log Message:
(tc-git) Confirming to package with emacs26
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=396e58505b89968a88f4bdaf423df210c23d5262
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tc-git/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/tc-git/Makefile b/tc-git/Makefile
index cd66190..c6e1513 100644
--- a/tc-git/Makefile
+++ b/tc-git/Makefile
@@ -61,7 +61,7 @@ SUBST_CLASSES+= texinfo
SUBST_MESSAGE.texinfo= Unknown problem fix at the stage of generating doc/tc.texinfo
SUBST_STAGE.texinfo= post-configure
SUBST_FILES.texinfo= doc/Makefile
-SUBST_SED.texinfo= -e /if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) -I $$\(srcdir\)/s/ -I ./tc.texinfo/
+SUBST_SED.texinfo= -e '/if $$\(MAKEINFO\) $$\(AM_MAKEINFOFLAGS\) $$\(MAKEINFOFLAGS\) -I $$\(srcdir\)/s/ -I ./tc.texinfo/'
# string-to-int to string-to-number
SUBST_CLASSES+= s2i
@@ -80,7 +80,10 @@ pre-configure:
)
# To avoid byte-compile error 'Invalid syntax ?', convert EUC-JP to UTF-8
# Just one file is to be converted now,
-.if !empty(EMACS_TYPE:Memacs23) || !empty(EMACS_TYPE:Memacs24) || !empty(EMACS_TYPE:Memacs25)
+.if !empty(EMACS_TYPE:Memacs23) || \
+ !empty(EMACS_TYPE:Memacs24) || \
+ !empty(EMACS_TYPE:Memacs25) || \
+ !empty(EMACS_TYPE:Memacs26)
post-patch:
(cd ${WRKSRC}/lisp; \
for i in tc-bushu.el; \
Home |
Main Index |
Thread Index |
Old Index