Next | Query returned 51 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2007-08-13 14:40:59 by Johnny C. Lam | Files touched by this commit (8)
Log message:
Fix up the use of package options in the Emacs packages:

(1) Get rid of "nox11" -- the concept of "no" in package \ 
options is
    expressed by negating an option; use "-x11" instead.

(2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP,
    EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6.  We now use similar
    options as the other emacs packages, i.e. "x11", \ 
"motif", "xaw",
    as well as "pop" and "inet6".

(3) Make the emacs*-nox11 packages simply remove all X11 options by
    setting PKG_OPTIONS.emacs appropriately and include the corresponding
    emacs Makefile.  This allows for modifications to the emacs "X11"
    versions to be automatically picked up by the "non-X11" versions.
    The two corresponding versions of emacs now share the same version
    numbering, including PKGREVISIONs.

Bump the PKGREVISIONs on all Emacs editor packages.
   2007-06-11 15:57:21 by Mark Davies | Files touched by this commit (31) | Package updated
Log message:
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.
   2007-01-25 22:00:05 by Mark Davies | Files touched by this commit (1)
Log message:
Bump PKGREVISION for todays emacs changes.
   2006-07-02 12:03:14 by Roland Illig | Files touched by this commit (3)
Log message:
Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
   2006-06-21 01:47:24 by Min Sik Kim | Files touched by this commit (3)
Log message:
Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.

Bump PKGREVISION.
   2006-05-15 13:48:13 by Mark Davies | Files touched by this commit (5)
Log message:
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.
   2006-04-06 00:22:16 by Mark Davies | Files touched by this commit (4)
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.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-06-08 16:39:40 by Mark Davies | Files touched by this commit (4)
Log message:
Share a Makefile.common between emacs and emacs-nox11.
Should fix PR pkg/30462.

Also convert emacs to options framework.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Next | Query returned 51 messages, browsing 21 to 30 | Previous