head 1.2; access; symbols pkgsrc-2015Q1:1.1.0.34 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.32 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.30 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.28 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.26 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.24 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.22 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.20 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.18 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.16 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.14 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.12 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.10 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2015.06.14.15.46.22; author mef; state dead; branches; next 1.1; commitid E7CRKzJ8hYyrEppy; 1.1 date 2011.03.01.17.57.16; author minskim; state Exp; branches; next ; desc @@ 1.2 log @Update from 20140101 to 20150415(22). prev version: emacs24-24.3.50.20140101nb10 current version: emacs25-25.0.50.2015041522 (upstream) Upstream changes are too many to list here. Year and 3 month between them. But it includes (at least) - the changes from emacs24 to emacs25 (This may require adding emacs25 on EMACS_VERSIONS_ACCEPTED in some packages) (pkgsrc) - (Makefile.common) sequence now resembles (wip)/emacs-current/Makefile - (Makefile) Add missing send-pr.el setup (at /usr/share/gnats) in site-init.el - (files/site-init.el) Copied from editors/emacs24 - Drop patch-ae: "if [ $# == 0 ]; then" ( == -> =) patch-configure.ac: ksh bad substitution problem patch-src_image.c: Fix build with giflib 5.1. - (options.mk) * configuration now resembles (wip)/emacs-current/options.mk * Add options xaw3d and xml (also in PKG_SUGGESTED_OPTIONS) * Correction typo on CONFIGURE_ARGS on --without-imagemagic(k) @ text @$NetBSD: patch-ae,v 1.1 2011/03/01 17:57:16 minskim Exp $ The "test" command, as well as the "[" command, are not required to know the "==" operator. --- test/indent/shell.sh.orig 2011-02-24 08:45:25.000000000 +0000 +++ test/indent/shell.sh @@@@ -70,7 +70,7 @@@@ help2 EOF2 } bar () { - if [ $# == 0 ]; then + if [ $# = 0 ]; then while f # KNOWN INDENT BUG do @ 1.1 log @Add a patch for "==" in a shell script. @ text @d1 1 a1 1 $NetBSD$ @