pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs No longer patching any lisp files so don...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69fe7b1466f6
branches:  trunk
changeset: 548223:69fe7b1466f6
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 12 09:45:21 2008 +0000

description:
No longer patching any lisp files so don't need to recompile them.

diffstat:

 editors/emacs/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 6543e6953667 -r 69fe7b1466f6 editors/emacs/Makefile
--- a/editors/emacs/Makefile    Sun Oct 12 07:10:13 2008 +0000
+++ b/editors/emacs/Makefile    Sun Oct 12 09:45:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2008/10/11 09:56:38 uebayasi Exp $
+# $NetBSD: Makefile,v 1.116 2008/10/12 09:45:21 markd Exp $
 
 PKGNAME?=      ${DISTNAME}
 COMMENT?=      GNU editing macros (editor)
@@ -59,13 +59,6 @@
        cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
        cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
 
-# for patch-ac
-post-build:
-       (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} files.elc)
-       (cd ${WRKSRC}/lisp; ${MAKE_PROGRAM} obsolete/fast-lock.elc)
-       touch ${WRKSRC}/etc/DOC
-       touch ${WRKSRC}/src/emacs
-
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index