pkgsrc-Bugs archive

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

pkg/46211: [PATCH] editors/emacs-snapshot 20120305 to 20120312



>Number:         46211
>Category:       pkg
>Synopsis:       emacs-snapshot to 20120312
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 17 07:00:00 +0000 2012
>Originator:     Makoto Fujiwara
>Release:        NetBSD 6.0_BETA
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD modena 6.0_BETA NetBSD 6.0_BETA (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
        -- Bump snapshot date
           20120305 to 20120312
        
        -- Bug fix for following numbers:
        Bug#5667 Bug#10275 Bug#10963
        Bug#6776 Bug#10783 Bug#10970
        Bug#6830 Bug#10807 Bug#10971
        Bug#7126 Bug#10887 Bug#10987
        Bug#9666 Bug#10928
        Bug#9938 Bug#10937
        Bug#9979 Bug#10951
        
        -- Some new functions
         (dired-goto-file-1)
         (server-reply-print)
         (package--make-autoloads-and-compile)
         (server-reply-print)
         (nxml-completion-at-point-function)

>How-To-Repeat:
        (cd /usr/pkgsrc/editors/emacs-snapshot; make package-install)
>Fix:
Index: editors/emacs-snapshot/Makefile.common
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/Makefile.common,v
retrieving revision 1.49
diff -u -r1.49 Makefile.common
--- editors/emacs-snapshot/Makefile.common      6 Mar 2012 03:01:30 -0000       
1.49
+++ editors/emacs-snapshot/Makefile.common      17 Mar 2012 00:49:37 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile.common,v 1.49 2012/03/06 03:01:30 minskim Exp $
 
-DISTNAME=      emacs-snapshot_20120305.orig
+DISTNAME=      emacs-snapshot_20120312.orig
 PKGNAME=       ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
 CATEGORIES=    editors
 MASTER_SITES=  http://emacs.naquadah.org/unstable/
Index: editors/emacs-snapshot/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/distinfo,v
retrieving revision 1.54
diff -u -r1.54 distinfo
--- editors/emacs-snapshot/distinfo     6 Mar 2012 03:01:30 -0000       1.54
+++ editors/emacs-snapshot/distinfo     17 Mar 2012 05:16:11 -0000
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.54 2012/03/06 03:01:30 minskim Exp $
 
-SHA1 (emacs-snapshot_20120305.orig.tar.xz) = 
59c768f767b3793ad57d5c039724516f105d5d66
-RMD160 (emacs-snapshot_20120305.orig.tar.xz) = 
4291f54696b7602e162b36d631d0118ff1c9bdb9
-Size (emacs-snapshot_20120305.orig.tar.xz) = 23465148 bytes
-SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d
+SHA1 (emacs-snapshot_20120312.orig.tar.xz) = 
a8368e4ba0b6982a1bf8912169f00e9c5f3d9b7e
+RMD160 (emacs-snapshot_20120312.orig.tar.xz) = 
376b9b8a179f046b550a6060bc11362f83a4fc1e
+Size (emacs-snapshot_20120312.orig.tar.xz) = 23470972 bytes
+SHA1 (patch-aa) = 04227a2bc0a3dfd46155317d0fafa5e86bcada48
 SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3
 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae
 SHA1 (patch-ae) = 2dfe31015550feeaa47955136d3bbe2aa6790095
Index: editors/emacs-snapshot/patches/patch-aa
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/patches/patch-aa,v
retrieving revision 1.4
diff -u -r1.4 patch-aa
--- editors/emacs-snapshot/patches/patch-aa     9 Dec 2011 01:35:08 -0000       
1.4
+++ editors/emacs-snapshot/patches/patch-aa     17 Mar 2012 05:15:43 -0000
@@ -1,8 +1,10 @@
 $NetBSD: patch-aa,v 1.4 2011/12/09 01:35:08 marino Exp $
 
+Add DragonFly ports
+
 --- configure.in.orig  2011-12-06 08:31:42.000000000 +0000
 +++ configure.in
-@@ -441,6 +441,14 @@ case "${canonical}" in
+@@ -441,6 +441,14 @@
        sparc64-*)        machine=sparc ;;
      esac
    ;;
@@ -12,8 +14,8 @@
 +    case "${canonical}" in
 +      i[3456]86-*-dragonfly*)     machine=intel386 ;;
 +      amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;;
-+    esac
-+  ;;
++  esac
++;;
  
    ## FreeBSD kernel + glibc based userland
    *-*-kfreebsd*gnu* )

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index