Wed Oct 7 10:50:59 2009 UTC ()
prevent unrequisite warning message on NetBSD-Alpha,
as reported in PR 39027.

Bump PKGREVISION.


(obache)
diff -r1.3 -r1.4 pkgsrc/editors/emacs22/Makefile
diff -r1.4 -r1.5 pkgsrc/editors/emacs22/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22-nox11/Makefile
diff -r0 -r1.1 pkgsrc/editors/emacs22/patches/patch-ac

cvs diff -r1.3 -r1.4 pkgsrc/editors/emacs22/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/editors/emacs22/Attic/Makefile 2009/09/13 02:12:28 1.3
+++ pkgsrc/editors/emacs22/Attic/Makefile 2009/10/07 10:50:59 1.4
@@ -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/}
 

cvs diff -r1.4 -r1.5 pkgsrc/editors/emacs22/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/editors/emacs22/Attic/distinfo 2009/09/21 10:10:58 1.4
+++ pkgsrc/editors/emacs22/Attic/distinfo 2009/10/07 10:50:59 1.5
@@ -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

cvs diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22-nox11/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/editors/emacs22-nox11/Attic/Makefile 2009/08/05 10:32:54 1.1.1.1
+++ pkgsrc/editors/emacs22-nox11/Attic/Makefile 2009/10/07 10:50:59 1.2
@@ -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

File Added: pkgsrc/editors/emacs22/patches/Attic/patch-ac
$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