The part of previous commit, excluding tc-pre.el from byte-compile list,
has side effect resulting 'Table corrupted at line 1' type problem. Revert to include tc-pre.el in byte-compiled list (This make funny result 'tcode-version' is saying 2.3.1, but it is not harmfull for the functioning).
This commit is contained in:
parent
688f6f0628
commit
922c8ec84e
4 changed files with 19 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2012/08/05 15:01:04 makoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2012/08/06 03:58:26 makoto Exp $
|
||||
bin/tcinput
|
||||
info/tc.info
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/eelll.el
|
||||
|
@ -31,6 +31,7 @@ ${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mazegaki.elc
|
|||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mkmzdic.el
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-mkmzdic.elc
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-pre.el
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-pre.elc
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-setup.el
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-setup.elc
|
||||
${EMACS_LISPPREFIX}/tc-${PKGVERSION}/tc-stat.el
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.9 2012/08/05 15:01:04 makoto Exp $
|
||||
$NetBSD: distinfo,v 1.10 2012/08/06 03:58:26 makoto Exp $
|
||||
|
||||
SHA1 (patch-BATCH-SORT) = 64a390e3ca3b5031941b45489a155da67e4e59df
|
||||
SHA1 (patch-bushu-util_bushu2canna) = 9573de81b6f9ef7a225fc954b618f7905e648821
|
||||
|
@ -7,8 +7,8 @@ SHA1 (patch-configure.ac) = 4174e3674e2cc7dbb6daf5de56fa76f24273edf9
|
|||
SHA1 (patch-etc_Makefile.am) = b548b182497ad5e2460a2df7ee15f57d83dae71e
|
||||
SHA1 (patch-etc_Makefile.in) = e7b088f7b3365f45bb3a475448b7faa8fb47486b
|
||||
SHA1 (patch-etc_bushu.rev) = 53259ef27da2b3e57ff9834957c8ee9b2fe4f833
|
||||
SHA1 (patch-lisp_Makefile.am) = 5aea2c748f6c39133a6daf0753b2a2eaf2ad3494
|
||||
SHA1 (patch-lisp_Makefile.in) = 15b210f0a0582af037492e3491778b01b5b15ef0
|
||||
SHA1 (patch-lisp_Makefile.am) = 26ecf33fddd0eea5878ee29b2c3176a6617f5083
|
||||
SHA1 (patch-lisp_Makefile.in) = 3c23d9f35ada14e702351c717ff1fbe8bd5111db
|
||||
SHA1 (patch-lisp_eelll.el) = b443a434b0d21454a23d66be073c96d0fcad5324
|
||||
SHA1 (patch-lisp_tc-ja-alnum.el) = b407f45c48e2371c1266403409938e6ec4e0a340
|
||||
SHA1 (patch-lisp_tc-mazegaki.el) = 8bd88487ebb81269f564e4e71214e1f6bae8ded9
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
$NetBSD: patch-lisp_Makefile.am,v 1.4 2012/08/05 15:01:05 makoto Exp $
|
||||
$NetBSD: patch-lisp_Makefile.am,v 1.5 2012/08/06 03:58:25 makoto Exp $
|
||||
|
||||
(1) This patch is reference only, not actually used.
|
||||
(2) automake on this directory won't be run with usual make package
|
||||
This may be used to generate Makefile.in file
|
||||
|
||||
--- lisp/Makefile.am.orig 2012-08-05 20:45:47.000000000 +0900
|
||||
+++ lisp/Makefile.am 2012-08-05 23:35:06.000000000 +0900
|
||||
--- lisp/Makefile.am.orig 2012-08-06 11:48:06.000000000 +0900
|
||||
+++ lisp/Makefile.am 2012-08-06 12:00:49.000000000 +0900
|
||||
@@ -10,9 +10,9 @@
|
||||
tc-inst.el tc-stat.el tc-ja-alnum.el \
|
||||
try-tbl.el try-etbl.el ttc-tbl.el ttc-rtbl.el ttc-ltbl.el
|
||||
|
||||
-lisp_LISP = tc-sysdep.el $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
|
||||
- tc-image.el tc-mkmzdic.el $(PREFILE)
|
||||
-lisp_DATA = tc-bitmap.el
|
||||
+lisp_LISP = $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
|
||||
+ tc-image.el tc-mkmzdic.el
|
||||
+lisp_DATA = tc-bitmap.el tc-sysdep.el $(PREFILE)
|
||||
tc-image.el tc-mkmzdic.el $(PREFILE)
|
||||
-lisp_DATA = tc-bitmap.el
|
||||
+lisp_DATA = tc-bitmap.el tc-sysdep.el
|
||||
ELCFILES = compile.log
|
||||
noinst_LISP = make-elc guess tc-pre-base
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-lisp_Makefile.in,v 1.3 2012/08/05 15:01:05 makoto Exp $
|
||||
$NetBSD: patch-lisp_Makefile.in,v 1.4 2012/08/06 03:58:25 makoto Exp $
|
||||
|
||||
(1) lisp_LISP the list of *.el to be compiled
|
||||
(2) lisp_DATA not to be compiled
|
||||
|
@ -6,22 +6,18 @@ $NetBSD: patch-lisp_Makefile.in,v 1.3 2012/08/05 15:01:05 makoto Exp $
|
|||
Automake won't run on this directory, so not only Makefile.am
|
||||
but this Makefile.in should be patched the same way
|
||||
|
||||
--- lisp/Makefile.in.orig 2012-08-05 20:45:47.000000000 +0900
|
||||
+++ lisp/Makefile.in 2012-08-05 23:37:13.000000000 +0900
|
||||
@@ -213,12 +213,12 @@
|
||||
--- lisp/Makefile.in.orig 2012-08-06 11:48:06.000000000 +0900
|
||||
+++ lisp/Makefile.in 2012-08-06 12:02:13.000000000 +0900
|
||||
@@ -213,10 +213,10 @@
|
||||
tc-inst.el tc-stat.el tc-ja-alnum.el \
|
||||
try-tbl.el try-etbl.el ttc-tbl.el ttc-rtbl.el ttc-ltbl.el
|
||||
|
||||
-lisp_LISP = tc-sysdep.el $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
|
||||
- tc-image.el tc-mkmzdic.el $(PREFILE)
|
||||
+lisp_LISP = $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
|
||||
+ tc-image.el tc-mkmzdic.el
|
||||
+lisp_LISP = $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
|
||||
tc-image.el tc-mkmzdic.el $(PREFILE)
|
||||
|
||||
-lisp_DATA = tc-bitmap.el
|
||||
+lisp_DATA = tc-bitmap.el tc-sysdep.el $(PREFILE)
|
||||
+lisp_DATA = tc-bitmap.el tc-sysdep.el
|
||||
ELCFILES = compile.log
|
||||
-noinst_LISP = make-elc guess tc-pre-base
|
||||
+noinst_LISP = make-elc guess tc-pre-base $(PREFILE)
|
||||
noinst_LISP = make-elc guess tc-pre-base
|
||||
EXTRA_DIST = $(lisp_LISP) $(noinst_LISP) add-site-info
|
||||
all: all-am
|
||||
|
||||
|
|
Loading…
Reference in a new issue