pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q1]: pkgsrc/editors/emacs Pullup ticket 2361 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8581b348a31f
branches: pkgsrc-2008Q1
changeset: 540314:8581b348a31f
user: spz <spz%pkgsrc.org@localhost>
date: Mon May 05 18:20:22 2008 +0000
description:
Pullup ticket 2361 - requested by markd
security update for emacs
Revisions pulled up:
- pkgsrc/editors/emacs/Makefile 1.109,1.110
Module Name: pkgsrc
Committed By: markd
Date: Sun May 4 12:09:33 UTC 2008
Modified Files:
pkgsrc/editors/emacs: Makefile
Log Message:
Compile the file patched in the previous security update so that it is
actually used. Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 pkgsrc/editors/emacs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
---
Module Name: pkgsrc
Committed By: markd
Date: Mon May 5 00:13:59 UTC 2008
Modified Files:
pkgsrc/editors/emacs: Makefile
Log Message:
Sigh, and the bit I missed out in the last commit. (Touch a couple of
files so doesn't try to rebuild a bunch of stuff after the compile of
the lisp file)
To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 pkgsrc/editors/emacs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
editors/emacs/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 38304c1da8d2 -r 8581b348a31f editors/emacs/Makefile
--- a/editors/emacs/Makefile Thu May 01 13:42:10 2008 +0000
+++ b/editors/emacs/Makefile Mon May 05 18:20:22 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.106.4.1 2008/05/01 13:41:33 rtr Exp $
+# $NetBSD: Makefile,v 1.106.4.2 2008/05/05 18:20:22 spz 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,12 @@
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)
+ 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