NetBSD.se

CVS log for pkgsrc/editors/emacs/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / editors / emacs

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed May 9 09:30:07 2012 UTC (13 days, 10 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
Fix accepting keys in text mode; breakage caused by glib2 update.
Patch from Debian, found for OpenBSD by Antoine Jacoutot and
mentioned on current-users by Matthieu Herrb.

Bump PKGREVISION.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Feb 19 17:44:35 2012 UTC (3 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -7 lines
Update emacs to 23.4.

Emacs 23.4 mainly fixes a security flaw in EDE (CVE-2012-0035), which
was already fixed in emacs-23.3nb1 in pkgsrc.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jan 19 20:50:00 2012 UTC (4 months ago) by tez
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
Add fix for CVE-2012-0035, bump PKGREVISION in Makefile.common since this
affects editors/emacs-nox11 also

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Dec 11 21:00:41 2011 UTC (5 months, 1 week ago) by marino
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -1 lines
editors/emacs: Fix DragonFly

1) Stop overwriting of alloca on DragonFly
2) Don't overwrite dragonfly.h START_FILES and LIB_STANDARD
3) Remove callouts for gcc41 and gcc44 (specs file handles this)
4) Remove now-unnecessary DFLY_CRT_USRLIB constant
5) New definitions for START_FILES, LIB_STANDARD
6) Specify ORDINARY_LINK

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Dec 3 22:46:30 2011 UTC (5 months, 2 weeks ago) by jmmv
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
Disable address randomization under Darwin to fix build problems with
Xcode 4.1.

This does not fix all issues though, as the installation fails while
stripping the binaries.  Not sure how to get rid of this yet, and it
seems to affect other packages as well.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Nov 28 16:29:58 2011 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4 lines
Update to 23.3b:
etc/grammar/fixes.patch was applied, it seems.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Sep 15 22:06:38 2011 UTC (8 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
Copy __got section when copying data segment on Mac OS X.

Patch provided by Tom Yu in PR 45240.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Sep 12 22:31:58 2011 UTC (8 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4 lines
Update to 23.3a: adds missing source files.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jun 9 13:47:31 2011 UTC (11 months, 1 week ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -5 lines
update to 23.3
Emacs 23.3 is primarily a bugfix release.  Also included are a number of
enhancements to VC and Rmail, and a new indentation library, smie.el.
For details, see the file etc/NEWS.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jan 14 10:32:28 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
Fix build with png-1.5.

Revision 1.46.4.1: download - view: text, markup, annotated - select for diffs
Fri Oct 22 10:38:15 2010 UTC (19 months ago) by tron
Branches: pkgsrc-2010Q3
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +2 -1 lines
Pullup ticket #3250 - requested by obache
editors/emacs: build fix

Revisions pulled up:
- editors/emacs/Makefile			1.132
- editors/emacs/distinfo			1.47
- editors/emacs/patches/patch-bf		1.8
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Thu Oct 21 12:05:49 UTC 2010

Modified Files:
	pkgsrc/editors/emacs: Makefile distinfo
Added Files:
	pkgsrc/editors/emacs/patches: patch-bf

Log Message:
Fixes build on NetBSD with X11_TYPE=native.
* honor PREFIX
* reorder rpath so that additional libraries will be prefered than builtin X.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Oct 21 12:05:48 2010 UTC (19 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Fixes build on NetBSD with X11_TYPE=native.
* honor PREFIX
* reorder rpath so that additional libraries will be prefered than builtin X.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jun 1 21:44:54 2010 UTC (23 months, 3 weeks ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Branch point for: pkgsrc-2010Q3
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +8 -9 lines
Update emacs to 23.2.

Patches were provided by Makoto Fujiwara in PR 43335.

Excerpt from the announcement:

  In addition to a large number of bugfixes, Emacs 23.2 includes
  several new packages, such as the CEDET suite of development tools
  (including Semantic, a set of libraries and utilities for parsing
  source code, and EDE, a package for managing code projects), and a
  new mode for editing Javascript.  The default mail composition mode
  is now Message mode, which provides features such as MIME handling.
  Many other part of Emacs have also been improved.  For a more
  complete list of changes, see the file etc/NEWS.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 15 10:00:57 2010 UTC (2 years ago) by roy
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Fix termcap support.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Feb 21 12:24:54 2010 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Add RCS Id (hi roy!).

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jan 20 03:21:20 2010 UTC (2 years, 4 months ago) by roy
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
When running terminfo but compiled for termcap, we cannot assume
that we actually have anything useable in termcap_term_buffer so just
use the terminfo fixed size defined ealier.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 7 10:56:40 2009 UTC (2 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -2 lines
fit for NetBSD-mips variants, do not use pmax configuration.

prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips
variants (patch-af). fixes PR 39027.

Bump PKGREVISION.

Revision 1.38.6.1: download - view: text, markup, annotated - select for diffs
Thu Sep 24 11:51:47 2009 UTC (2 years, 7 months ago) by spz
Branches: pkgsrc-2009Q2
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +4 -2 lines
Pullup ticket 2900 - requested by jun
build fix for mips

Revisions pulled up:
- pkgsrc/editors/emacs/distinfo		by patch
- pkgsrc/editors/emacs/patches/patch-ab	by patch

Files added:
pkgsrc/editors/emacs/patches/patch-aw	by patch
pkgsrc/editors/emacs/patches/patch-ax	by patch

package revision doesn't bump because the change only impacts mips
architecture, where it wouldn't properly build before.

   -------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   jun
   Date:           Mon Sep 21 10:10:58 UTC 2009

   Modified Files:
           pkgsrc/editors/emacs22: distinfo
   Added Files:
           pkgsrc/editors/emacs22/patches: patch-ax

   Log Message:
   compile enable on mips ports.
   adviced and patches from tsutsui-san on [netbsd,09810].

   tested on hpcmips-current.


   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs22/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/editors/emacs22/patches/patch-ax

   -------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   jun
   Date:           Sun Sep 13 02:12:28 UTC 2009

   Modified Files:
           pkgsrc/editors/emacs22: Makefile distinfo
           pkgsrc/editors/emacs22/patches: patch-ab

   Log Message:
   change patch-ab:
           add mips config to configure
   Bump PKGREVISION


   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs22/Makefile \
       pkgsrc/editors/emacs22/distinfo
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/patch-ab

   -------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   jun
   Date:           Sun Sep 13 01:26:34 UTC 2009

   Modified Files:
           pkgsrc/editors/emacs22/patches: patch-aw

   Log Message:
   Fit for mips, change fix from emacs23:
   http://cvs.savannah.gnu.org/viewvc/emacs/configure.in?root=emacs&r1=1.602&r2=1.603

   adviced by obata-san,[netbsd,09792]


   To generate a diff of this commit:
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/patch-aw

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 6 04:46:04 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update patches for emacs-23.1.

These should have been committed when emacs was updated.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 5 22:04:50 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -22 lines
Update editors/emacs and editors/emacs-nox11 to 23.1.

Major changes:
- Improved Unicode support.
- Font rendering with Fontconfig and Xft.
- Support for using X displays and text terminals in one session, and
  for running as a daemon.
- Support for multi-file commits in distributed version-control
  systems (VC-dir).
- The default X toolkit is now Gtk+, rather than Lucid.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 2 10:44:48 2009 UTC (2 years, 9 months ago) by jun
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
enable pmax (=mipsel--netbsd) again.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Oct 11 09:56:38 2008 UTC (3 years, 7 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Branch point for: pkgsrc-2009Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +21 -24 lines
Update emacs to 22.3.

Below is a simplified etc/NEWS; see the real file for full detail!

----
* Changes in Emacs 22.3

** Support for several obsolete platforms will be removed in the next
major version of Emacs.

*** Support for systems without alloca will be removed.

*** Support for Sun windows will be removed.

*** Support for VMS will be removed.

* Incompatible Editing Changes in Emacs 22.3

** The following input methods were removed in Emacs 22.2, but this was
not advertised: danish-alt-postfix, esperanto-alt-postfix,
finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix,
norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix,
and swedish-alt-postfix.  Use the versions without "alt-", which are
identical.

* Installation Changes in Emacs 22.2

** Emacs is now licensed under the GNU GPL version 3 (or later).

** Support for GNU/kFreeBSD (GNU userland and FreeBSD kernel) was added.

** Deprecated machine types and operating systems

(snip)

* Changes in Emacs 22.2

** `describe-project' is renamed to `describe-gnu-project'.

** `view-todo' is renamed to `view-emacs-todo'.

** `find-name-dired' now uses -iname rather than -name
for case-insensitive filesystems.

** In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.

** Emacs can use stock icons in the tool bar when compiled with Gtk+.

** Scrollbars follow the system theme on Windows XP and later.

** focus-follows-mouse defaults to nil on MS Windows.

** `bad-packages-alist' will warn about external packages that are known
to cause problems in this version of Emacs.

** The values of `dired-recursive-deletes' and `dired-recursive-copies'
have been changed to `top'.

** `browse-url-emacs' loads a URL into an Emacs buffer.  Handy for *.el URLs.

** The command gdba has been removed as gdb works now for those cases where it
was needed.

** desktop.el now detects conflicting uses of the desktop file.

** Compilation mode now correctly respects the value of
`compilation-scroll-output' between invocations.

** `font-lock-comment-face' no longer differs from the default on
displays with fewer than 16 colors and dark background (e.g. older
xterms and the Linux console).

* New Modes and Packages in Emacs 22.2

** bibtex-style-mode helps you write BibTeX's *.bst files.

** The new package css-mode.el provides a major mode for editing CSS files.

** The new package vera-mode.el provides a major mode for editing Vera files.

** The new package verilog-mode.el provides a major mode for editing Verilog files.

** The new package socks.el implements the SOCKS v5 protocol.

** VC

*** VC backends can provide completion of revision names.

*** VC backends can provide extra menu entries to the "Version Control" menu.
This can be used to add menu entries for backend specific functions.

*** VC has some support for Mercurial (Hg).

*** VC has some support for Monotone (Mtn).

*** VC has some support for Bazaar (Bzr).

*** VC has some support for Git.

* Incompatible Lisp Changes in Emacs 22.2

** shell.el no longer defines the aliases `dirtrack-toggle' and
`dirtrack-mode' for `shell-dirtrack-mode'.

* Lisp Changes in Emacs 22.2.

** Frame-local variables are deprecated and are slated for removal.

** The function invisible-p returns non-nil if the character
after a specified position is invisible.

** inhibit-modification-hooks is bound to t while running modification hooks.

** New function `window-full-width-p' returns t if a window is as wide
as its frame.

** The new function `image-refresh' refreshes all images associated
with a given image specification.

** The new function `combine-and-quote-strings' concatenates a list of strings
using a specified separator.  If a string contains double quotes, they
are escaped in the output.

** The new function `split-string-and-unquote' performs the inverse operation to
`combine-and-quote-strings', i.e. splits a single string into a list
of strings, undoing any quoting added by `combine-and-quote-strings'.
(For some separator/string combinations, the original strings cannot
be recovered.)

Revision 1.35.8.2: download - view: text, markup, annotated - select for diffs
Thu Jun 5 11:49:47 2008 UTC (3 years, 11 months ago) by rtr
Branches: pkgsrc-2008Q1
Diff to: previous 1.35.8.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.8.1: +2 -1 lines
pullup ticket #2412 - requested by markd
emacs: Fix for CVE-2008-2142

revisions pulled up:
- pkgsrc/editors/emacs/Makefile		1.113
- pkgsrc/editors/emacs/distinfo		1.37
- pkgsrc/editors/emacs/patches/patch-aw	1.4

   Module Name:	pkgsrc
   Committed By:	markd
   Date:		Mon Jun  2 21:09:48 UTC 2008

   Modified Files:
   	pkgsrc/editors/emacs: Makefile distinfo
   Added Files:
   	pkgsrc/editors/emacs/patches: patch-aw

   Log Message:
   Fix for CVE-2008-2142, automatically loading and executing .flc files.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 2 21:09:48 2008 UTC (3 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Fix for CVE-2008-2142, automatically loading and executing .flc files.

Revision 1.35.8.1: download - view: text, markup, annotated - select for diffs
Thu May 1 13:41:33 2008 UTC (4 years ago) by rtr
Branches: pkgsrc-2008Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1 lines
pullup ticket #2359 - requested by tonnerre
emacs, emacs-nox11: fix for security issue

revisions pulled up:
- pkgsrc/editors/emacs/Makefile		1.107,1.108
- pkgsrc/editors/emacs/Makefile.common	r0
- pkgsrc/editors/emacs/distinfo		1.36
- pkgsrc/editors/emacs/options.mk	1.7
- pkgsrc/editors/emacs/patches/patch-ac	1.16
- pkgsrc/editors/emacs/patches/patch-af	1.11
- pkgsrc/editors/emacs-nox11/DESCR	r0
- pkgsrc/editors/emacs-nox11/Makefile	1.28

   Module Name:	pkgsrc
   Committed By:	jlam
   Date:		Fri Apr 25 16:35:32 UTC 2008

   Modified Files:
   	pkgsrc/editors/emacs: Makefile options.mk
   	pkgsrc/editors/emacs-nox11: Makefile
   Removed Files:
   	pkgsrc/editors/emacs: Makefile.common
   	pkgsrc/editors/emacs-nox11: DESCR

   Log Message:
   Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in
   terms of file structure.  Also add DESTDIR support.
   ------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Tue Apr 29 12:54:56 UTC 2008

   Modified Files:
   	pkgsrc/editors/emacs: Makefile distinfo
   Added Files:
   	pkgsrc/editors/emacs/patches: patch-ac patch-af

   Log Message:
   Fix two emacs vulnerabilities:
   - Fix unsafe handling of local variables iin hack-local-variables
     (CVE-2007-5795).
   - Prevent symlink attack on arbitrary files using the temp files vcdiff
     generates (CVE-2008-1694).

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 29 12:54:56 2008 UTC (4 years ago) by tonnerre
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1 lines
Fix two emacs vulnerabilities:
 - Fix unsafe handling of local variables iin hack-local-variables
   (CVE-2007-5795).
 - Prevent symlink attack on arbitrary files using the temp files vcdiff
   generates (CVE-2008-1694).

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jun 11 13:57:16 2007 UTC (4 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Branch point for: pkgsrc-2008Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +15 -24 lines
Update emacs{,-nox11} to 22.1.

update based in part on wip/emacs-current and wip/emacs22 packages.

Many many changes since 21.4a.  Read NEWS file for details.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 22 06:55:03 2007 UTC (5 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2 lines
Fix build problem on i386/Darwin.
Patch provided by Tom Yu in PR 36166.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Mar 24 01:30:50 2007 UTC (5 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Move dragonfly.h from patch to a real file. Modify it to deal with the
crt changes in DragonFly 1.7.1.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 25 20:59:15 2007 UTC (5 years, 3 months ago) by markd
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Update smtpmail.el to recent CVS version.  Requested by Aleksey Cheusov
in PR pkg/34455. Bump PKGREVISION.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jan 25 20:52:29 2007 UTC (5 years, 3 months ago) by markd
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Add revision 1.54 of src/unexelf.c (from emacs cvs of jul 2003).
Fixes segfaults on exit seen on Solaris when compiled with more recent
gcc's. Bump PKGREVISION.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Nov 1 11:18:20 2006 UTC (5 years, 6 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Don't clobber START_FILES in m/pmax.h.
Should fix PR pkg/26679.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 6 16:23:17 2006 UTC (5 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Make configure recognize Linux/amd64.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 15 11:48:12 2006 UTC (6 years ago) by markd
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Fix sort-columns function.
NetBSD sort objects to setting the field separator to the same value as
the record separator.  Since in this case the surrounding code guarantees
there will be no tabs in the input set the field separator to tab.
Bump PKGREVISION.

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 26 15:20:27 2006 UTC (6 years ago) by salo
Branches: pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -1 lines
Pullup ticket 1452 - requested by markd
portability fix for emacs

Revisions pulled up:
- pkgsrc/editors/emacs/Makefile			1.92
- pkgsrc/editors/emacs/distinfo			1.27
- pkgsrc/editors/emacs/patches/patch-az		1.14
- pkgsrc/editors/emacs-nox11/Makefile		1.21

   Module Name:		pkgsrc
   Committed By:	markd
   Date:		Wed Apr  5 22:22:16 UTC 2006

   Modified Files:
   	pkgsrc/editors/emacs: Makefile distinfo
   	pkgsrc/editors/emacs-nox11: Makefile
   Added Files:
   	pkgsrc/editors/emacs/patches: patch-az

   Log Message:
   Pass the correct sized argument to sbrk() when trying to reduce the break
   so that on 64bit systems it is actually a negative number, not a very
   large positive one.  Should fix PR pkg/29351.
   Thanks to Martijn van Buul for giving me access to an amd64 box so I
   could track this down.  Bump PKGREVISION.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Apr 5 22:22:16 2006 UTC (6 years, 1 month ago) by markd
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Pass the correct sized argument to sbrk() when trying to reduce the break
so that on 64bit systems it is actually a negative number, not a very
large positive one.  Should fix PR pkg/29351.
Thanks to Martijn van Buul for giving me access to an amd64 box so I
could track this down.  Bump PKGREVISION.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 25 02:48:22 2006 UTC (6 years, 1 month ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix build on sh3el.  PR pkg/33418 from Yasushi Oshima.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 4 11:11:22 2006 UTC (6 years, 4 months ago) by markd
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Remove zero length patch.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 29 13:56:51 2005 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +15 -2 lines
Create separate configuration for DragonFly. Fix errno.
Based on patch from Richard Nyberg on DragonFly's user list.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 6 11:08:39 2005 UTC (6 years, 7 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
A couple of patches to fix build on NetBSD/hp700.  From Konrad Schroder.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 26 02:10:49 2005 UTC (6 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 22 15:39:05 2005 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Define POSIX_SIGNALS on NetBSD, similar to FreeBSD.  From Greg
Woods in PR 28977.  Bump PKGREVISION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 26 16:01:32 2005 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Use 21.4a tarball: only change is an entry in the README to disable
exec-shield on linux if you have problems compiling emacs.

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Thu Feb 24 23:51:41 2005 UTC (7 years, 2 months ago) by salo
Branches: pkgsrc-2004Q4
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -1 lines
Pullup ticket 307 - requested by Matthias Drochner
security fix for emacs

Revisions pulled up:
- pkgsrc/editors/emacs/Makefile           1.76
- pkgsrc/editors/emacs/distinfo           1.17
- pkgsrc/editors/emacs/patches/patch-al   1.5
- pkgsrc/editors/emacs-nox11/Makefile     1.11
- pkgsrc/editors/emacs20/Makefile         1.15
- pkgsrc/editors/emacs20/distinfo         1.6
- pkgsrc/editors/emacs20/patches/patch-ca 1.1

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Wed Feb  9 16:09:43 UTC 2005

   Modified Files:
           pkgsrc/editors/emacs: Makefile distinfo
           pkgsrc/editors/emacs-nox11: Makefile
           pkgsrc/editors/emacs20: Makefile distinfo
   Added Files:
           pkgsrc/editors/emacs/patches: patch-al
           pkgsrc/editors/emacs20/patches: patch-ca

   Log Message:
   fix format string vulnerability (CAN-2005-0100), bump PKGREVISION

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 24 15:31:48 2005 UTC (7 years, 2 months ago) by drochner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -5 lines
update to 21.4
This release fixes CAN-2005-0100, which we had a patch for before.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 23 17:15:10 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Add RMD160 digests in addition to the SHA1 ones.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 9 16:09:43 2005 UTC (7 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
fix format string vulnerability (CAN-2005-0100), bump PKGREVISION

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jul 31 21:01:54 2004 UTC (7 years, 9 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Branch point for: pkgsrc-2004Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Make this build on OS X.  The new files are taken from the emacs cvs
repository.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 25 19:11:43 2004 UTC (8 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
make yhis compile on amd64,
based on Richard Rauch's patches (PR pkg/23701)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 17 05:24:51 2003 UTC (8 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3 lines
Remove patch-ae.work.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 6 16:10:18 2003 UTC (8 years, 10 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -2 lines
On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist.  Or
"temacs" fails to start.

(Actually, I don't understand the fact inside.)

Bump revision to 2.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 12 10:16:39 2003 UTC (9 years, 1 month ago) by uebayasi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -5 lines
Update to Emacs 21.3.

Changes from etc/NEWS:

** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.

** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8.  Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard.  Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system
'utf-16-le-dos)'.

** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).

** Translation tables are available between equivalent characters in
different Emacs charsets -- for instance `e with acute' coming from
the
Latin-1 and Latin-2 charsets.  User options
`unify-8859-on-encoding-mode'
and `unify-8859-on-decoding-mode' respectively turn on translation
between ISO 8859 character sets (`unification') on encoding
(e.g. writing a file) and decoding (e.g. reading a file).  Note that
`unify-8859-on-encoding-mode' is useful and safe, but
`unify-8859-on-decoding-mode' can cause text to change when you read
it and write it out again without edits, so it is not generally
advisable.
By default `unify-8859-on-encoding-mode' is turned on.

** In Emacs running on the X window system, the default value of
`selection-coding-system' is now `compound-text-with-extensions'.

If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient.  Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 11 00:39:36 2003 UTC (9 years, 1 month ago) by uebayasi
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -39 lines
Re-import of Emacs 21, which has settled down in editors/emacs21.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 11 00:34:24 2003 UTC (9 years, 1 month ago) by uebayasi
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -24 lines
Re-import of Emacs 21, which has settled down in editors/emacs21.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 1 06:18:21 2003 UTC (9 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -4 lines
* Update Satoshi Yatagawa <yatagawa at cc dot teu dot ac dot jp>'s Mule 4.1
  patch.  The previous one had decode-coding string<f> bug.  Pointed out and
  tested by tron.  Thanks!

* XIM patch by Seiichiro Inouse <ginouse at ts dot catv dot ne dot jp>.

* Belately Buildlinkify.

Let's bump revision to 2.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 12 11:33:19 2003 UTC (9 years, 4 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Fix name of name of the patch file and add mising patch site.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 11 16:44:29 2003 UTC (9 years, 4 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80.  This also fixes
a CCL interpretor bug.

Bump revision.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 26 19:47:06 2002 UTC (9 years, 6 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Xaw may need xpm, add support for this in configure.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 1 13:41:46 2002 UTC (9 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Fix build problems under Solaris 9.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 19 03:08:26 2002 UTC (9 years, 10 months ago) by mycroft
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -1 lines
Sync.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 31 14:03:33 2001 UTC (10 years, 6 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Regen.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 6 22:04:22 2001 UTC (10 years, 7 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Make this build on sgimips

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 19 11:01:00 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Move to sha1 digests, and add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 10:58:00 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>