pkgsrc-Bugs archive

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

Re: pkg/44871 (Please update emacs-snapshot)



The following reply was made to PR pkg/44871; it has been noted by GNATS.

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44871 (Please update emacs-snapshot)
Date: Fri, 06 May 2011 16:15:38 +0900

 Please update again to 20110505, thanks
 
 The (same) patch (as attached) is also at:
     http://www.ki.nu/~makoto/pkgsrc/editors/emacs-snapshot-20110408-nogz
 
 Changes:
 - keep config.log (Bug#765) and delete config.log~.
 - Fix bug with --enable-checking=stringoverrun to have no effect.
 - Suppress unnecessary checks for size_t for configure.
 - Add strtoumax for GNULIB_MODULES.
 - Check for GnuTLS certificate verify callbacks.
 - Don't erase config.status in case of error.
 - Set to yes on Cygwin for use_mmap_for_buffers in configure.in
 - Require ImageMagick >= 6.2.8.  (Bug#7955)
 
   (See ChangeLog for more info)
 
 Index: editors/emacs-snapshot/Makefile
 ===================================================================
 RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/Makefile,v
 retrieving revision 1.21
 diff -u -r1.21 Makefile
 --- editors/emacs-snapshot/Makefile    22 Apr 2011 14:40:42 -0000      1.21
 +++ editors/emacs-snapshot/Makefile    6 May 2011 07:08:59 -0000
 @@ -4,8 +4,6 @@
  
  .include "../../editors/emacs-snapshot/Makefile.common"
  
 -PKGREVISION=  1
 -
  .include "options.mk"
  
  .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 Index: editors/emacs-snapshot/Makefile.common
 ===================================================================
 RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/Makefile.common,v
 retrieving revision 1.26
 diff -u -r1.26 Makefile.common
 --- editors/emacs-snapshot/Makefile.common     17 Apr 2011 03:52:18 -0000      
1.26
 +++ editors/emacs-snapshot/Makefile.common     6 May 2011 07:08:59 -0000
 @@ -1,6 +1,6 @@
  # $NetBSD: Makefile.common,v 1.26 2011/04/17 03:52:18 minskim Exp $
  
 -DISTNAME=     emacs-snapshot_20110408.orig
 +DISTNAME=     emacs-snapshot_20110505.orig
  PKGNAME=      ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
  CATEGORIES=   editors
  MASTER_SITES= http://emacs.naquadah.org/unstable/
 Index: editors/emacs-snapshot/PLIST
 ===================================================================
 RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/PLIST,v
 retrieving revision 1.20
 diff -u -r1.20 PLIST
 --- editors/emacs-snapshot/PLIST       17 Apr 2011 03:52:18 -0000      1.20
 +++ editors/emacs-snapshot/PLIST       6 May 2011 07:09:16 -0000
 @@ -1,4 +1,4 @@
 -@comment $NetBSD: PLIST,v 1.20 2011/04/17 03:52:18 minskim Exp $
 +@comment $NetBSD$
  bin/ctags
  bin/ebrowse
  bin/emacs
 @@ -1858,8 +1858,6 @@
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-fill.elc
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-goodies.el.gz
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-goodies.elc
 -share/emacs/${EMACS_VERSION}/lisp/erc/erc-hecomplete.el.gz
 -share/emacs/${EMACS_VERSION}/lisp/erc/erc-hecomplete.elc
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-ibuffer.el.gz
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-ibuffer.elc
  share/emacs/${EMACS_VERSION}/lisp/erc/erc-identd.el.gz
 @@ -2837,6 +2835,8 @@
  share/emacs/${EMACS_VERSION}/lisp/obsolete/cl-compat.elc
  share/emacs/${EMACS_VERSION}/lisp/obsolete/complete.el.gz
  share/emacs/${EMACS_VERSION}/lisp/obsolete/complete.elc
 +share/emacs/${EMACS_VERSION}/lisp/obsolete/erc-hecomplete.el.gz
 +share/emacs/${EMACS_VERSION}/lisp/obsolete/erc-hecomplete.elc
  share/emacs/${EMACS_VERSION}/lisp/obsolete/fast-lock.el.gz
  share/emacs/${EMACS_VERSION}/lisp/obsolete/fast-lock.elc
  share/emacs/${EMACS_VERSION}/lisp/obsolete/iso-acc.el.gz
 @@ -3633,6 +3633,8 @@
  share/emacs/${EMACS_VERSION}/lisp/url/url-privacy.elc
  share/emacs/${EMACS_VERSION}/lisp/url/url-proxy.el.gz
  share/emacs/${EMACS_VERSION}/lisp/url/url-proxy.elc
 +share/emacs/${EMACS_VERSION}/lisp/url/url-queue.el.gz
 +share/emacs/${EMACS_VERSION}/lisp/url/url-queue.elc
  share/emacs/${EMACS_VERSION}/lisp/url/url-util.el.gz
  share/emacs/${EMACS_VERSION}/lisp/url/url-util.elc
  share/emacs/${EMACS_VERSION}/lisp/url/url-vars.el.gz
 Index: editors/emacs-snapshot/distinfo
 ===================================================================
 RCS file: /e/cvsync/cvsync/pkgsrc/editors/emacs-snapshot/distinfo,v
 retrieving revision 1.31
 diff -u -r1.31 distinfo
 --- editors/emacs-snapshot/distinfo    17 Apr 2011 03:52:18 -0000      1.31
 +++ editors/emacs-snapshot/distinfo    6 May 2011 07:08:59 -0000
 @@ -1,8 +1,8 @@
 -$NetBSD: distinfo,v 1.31 2011/04/17 03:52:18 minskim Exp $
 +$NetBSD: distinfo,v 1.30 2011/03/21 00:07:45 minskim Exp $
  
 -SHA1 (emacs-snapshot_20110408.orig.tar.xz) = 
2cfc069868ca62f672c8deb970c5d1aaf888fb2a
 -RMD160 (emacs-snapshot_20110408.orig.tar.xz) = 
fcff524894c3da6896be00a85c4b8be0de9e8f0c
 -Size (emacs-snapshot_20110408.orig.tar.xz) = 23120960 bytes
 +SHA1 (emacs-snapshot_20110505.orig.tar.xz) = 
ed3b55181e067aa8da628c27e69c5af65f27e964
 +RMD160 (emacs-snapshot_20110505.orig.tar.xz) = 
4ec77f83902a1ba65bb5261d39e9253a64617c13
 +Size (emacs-snapshot_20110505.orig.tar.xz) = 23165992 bytes
  SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa
  SHA1 (patch-ac) = cbc72f45d6648b3ab7f76af8d5a2156fd154b16a
  SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae
 


Home | Main Index | Thread Index | Old Index