pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Compile the file patched in the previous...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42c40c28ca7c
branches:  trunk
changeset: 542132:42c40c28ca7c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 04 12:09:33 2008 +0000

description:
Compile the file patched in the previous security update so that it is
actually used.  Bump PKGREVISION

diffstat:

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

diffs (27 lines):

diff -r 4ddbba203a07 -r 42c40c28ca7c editors/emacs/Makefile
--- a/editors/emacs/Makefile    Sun May 04 07:33:22 2008 +0000
+++ b/editors/emacs/Makefile    Sun May 04 12:09:33 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.108 2008/04/29 12:54:56 tonnerre Exp $
+# $NetBSD: Makefile,v 1.109 2008/05/04 12:09:33 markd Exp $
 
 PKGNAME?=      ${DISTNAME}
 COMMENT?=      GNU editing macros (editor)
 
 DISTNAME=      emacs-22.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 
@@ -60,6 +60,10 @@
        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)
+
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index