pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors prevent unrequisite warning message on NetBSD-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/338b08c5e56c
branches:  trunk
changeset: 399876:338b08c5e56c
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 07 10:50:59 2009 +0000

description:
prevent unrequisite warning message on NetBSD-Alpha,
as reported in PR 39027.

Bump PKGREVISION.

diffstat:

 editors/emacs22-nox11/Makefile   |   3 ++-
 editors/emacs22/Makefile         |   4 ++--
 editors/emacs22/distinfo         |   3 ++-
 editors/emacs22/patches/patch-ac |  13 +++++++++++++
 4 files changed, 19 insertions(+), 4 deletions(-)

diffs (61 lines):

diff -r 1af4aebf281b -r 338b08c5e56c editors/emacs22-nox11/Makefile
--- a/editors/emacs22-nox11/Makefile    Wed Oct 07 05:57:56 2009 +0000
+++ b/editors/emacs22-nox11/Makefile    Wed Oct 07 10:50:59 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/05 10:32:54 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/07 10:50:59 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
+PKGREVISION=   1
 
 FILESDIR=      ${.CURDIR}/../../editors/emacs22/files
 PATCHDIR=      ${.CURDIR}/../../editors/emacs22/patches
diff -r 1af4aebf281b -r 338b08c5e56c editors/emacs22/Makefile
--- a/editors/emacs22/Makefile  Wed Oct 07 05:57:56 2009 +0000
+++ b/editors/emacs22/Makefile  Wed Oct 07 10:50:59 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2009/09/13 02:12:28 jun Exp $
+# $NetBSD: Makefile,v 1.4 2009/10/07 10:50:59 obache Exp $
 
 PKGNAME?=      ${DISTNAME}
 COMMENT?=      GNU editing macros (editor)
 
 DISTNAME=      emacs-22.3
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 
diff -r 1af4aebf281b -r 338b08c5e56c editors/emacs22/distinfo
--- a/editors/emacs22/distinfo  Wed Oct 07 05:57:56 2009 +0000
+++ b/editors/emacs22/distinfo  Wed Oct 07 10:50:59 2009 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.4 2009/09/21 10:10:58 jun Exp $
+$NetBSD: distinfo,v 1.5 2009/10/07 10:50:59 obache Exp $
 
 SHA1 (emacs-22.3.tar.gz) = 5e9b3e0205099a83be7198fd43ba1c9442a3feb0
 RMD160 (emacs-22.3.tar.gz) = a7eed5099d0cab25f34152f1b18b5c1b4e2e0746
 Size (emacs-22.3.tar.gz) = 39587396 bytes
 SHA1 (patch-aa) = e99831448b12ba9cc99b5530dc7de949b44c4337
 SHA1 (patch-ab) = 01ef535f7eca86ff325ed2f2a952ac50e9a59492
+SHA1 (patch-ac) = c36626c2639b6aedf9ba6f90962e9a858fdec0a8
 SHA1 (patch-ad) = b45adb120cca8fd294cdcefbb706d01319f98131
 SHA1 (patch-ae) = 5468981ef9a5ba21460b4549804d49b1c66a968f
 SHA1 (patch-aj) = 21627a4528d28b666aa0f708359a617bf3253aaa
diff -r 1af4aebf281b -r 338b08c5e56c editors/emacs22/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs22/patches/patch-ac  Wed Oct 07 10:50:59 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2009/10/07 10:50:59 obache Exp $
+
+--- src/m/alpha.h.orig 2008-01-08 13:04:36.000000000 +0900
++++ src/m/alpha.h
+@@ -106,7 +106,7 @@ NOTE-END
+ #ifdef __ELF__
+ #undef UNEXEC
+ #define UNEXEC unexelf.o
+-#ifndef LINUX
++#if !defined(LINUX) && !defined(__NetBSD__)
+ #define DATA_START    0x140000000
+ #endif
+ #endif



Home | Main Index | Thread Index | Old Index