Age | Commit message (Collapse) | Author | Files | Lines |
|
Patch from Debian, found for OpenBSD by Antoine Jacoutot and
mentioned on current-users by Matthieu Herrb.
Bump PKGREVISION.
|
|
|
|
|
|
Emacs 23.4 mainly fixes a security flaw in EDE (CVE-2012-0035), which
was already fixed in emacs-23.3nb1 in pkgsrc.
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
affects editors/emacs-nox11 also
|
|
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
|
|
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.
|
|
etc/grammar/fixes.patch was applied, it seems.
|
|
|
|
Patch provided by Tom Yu in PR 45240.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
version of emacs.
Also, set minimum version of _EMACS_REQD to the same as
${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
does not work for emacs lisp libraries.
Should fix PR/42763.
|
|
|
|
|
|
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
|
|
|
|
|
|
* honor PREFIX
* reorder rpath so that additional libraries will be prefered than builtin X.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
|
|
that we actually have anything useable in termcap_term_buffer so just
use the terminfo fixed size defined ealier.
|
|
prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips
variants (patch-af). fixes PR 39027.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Makefile fragment in pkgsrc.
|
|
Unbreaks build on DargonFly and probably some others.
|
|
These should have been committed when emacs was updated.
|
|
emacs23 and emacs23nox, respectively; editors/emacs is the default
one.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|