Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-20 | PKGREVISION must not be in Makefile.common. | obache | 2 | -3/+4 | |
2012-01-19 | Add fix for CVE-2012-0035, bump PKGREVISION in Makefile.common since this | tez | 3 | -2/+420 | |
affects editors/emacs-nox11 also | |||||
2011-12-11 | editors/emacs: Fix DragonFly | marino | 5 | -13/+42 | |
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 | |||||
2011-12-03 | Disable address randomization under Darwin to fix build problems with | jmmv | 3 | -2/+28 | |
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. | |||||
2011-11-28 | Update to 23.3b: | wiz | 4 | -12/+11 | |
etc/grammar/fixes.patch was applied, it seems. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -1/+3 | |
2011-09-15 | Copy __got section when copying data segment on Mac OS X. | minskim | 2 | -1/+16 | |
Patch provided by Tom Yu in PR 45240. | |||||
2011-09-12 | Update to 23.3a: adds missing source files. | wiz | 3 | -8/+20 | |
2011-06-09 | update to 23.3 | drochner | 5 | -58/+38 | |
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. | |||||
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-03-23 | Fix EMACSLOADPATH for emacs24. | minskim | 1 | -1/+5 | |
2011-03-10 | Bump PKGREVISION form default GIF library change from libungif to giflib. | obache | 1 | -2/+2 | |
2011-03-09 | libungif/buildlink3.mk -> mk/giflib.buildlink3.mk | drochner | 1 | -2/+2 | |
2011-02-08 | Instead of extracting version string from PKGNAME, use | hiramatsu | 2 | -9/+4 | |
${_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. | |||||
2011-01-14 | Fix build with png-1.5. | wiz | 2 | -1/+29 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
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 | |||||
2010-11-15 | PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome | abs | 1 | -2/+2 | |
2010-10-25 | Allow emacs24 as EMACS_TYPE. | minskim | 1 | -2/+7 | |
2010-10-21 | Fixes build on NetBSD with X11_TYPE=native. | obache | 3 | -2/+26 | |
* honor PREFIX * reorder rpath so that additional libraries will be prefered than builtin X. | |||||
2010-10-12 | Be consistent and provide upper limits for all EMACS_REQD cases. | joerg | 1 | -2/+2 | |
2010-09-14 | More PKGREVISION bumps for pixman update. | wiz | 1 | -2/+2 | |
2010-06-14 | Needs revbump for png update. | dholland | 1 | -2/+2 | |
2010-06-01 | Update emacs to 23.2. | minskim | 12 | -143/+506 | |
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. | |||||
2010-05-15 | Fix termcap support. | roy | 3 | -10/+14 | |
2010-05-05 | Enable terminfo support for NetBSD if available. | roy | 1 | -2/+4 | |
2010-02-21 | Mention files that include this one. | wiz | 1 | -1/+4 | |
2010-02-21 | Add RCS Id (hi roy!). | wiz | 2 | -2/+4 | |
2010-02-19 | SETGIDGAME. Not MAKE_JOBS_SAFE. Bump revision. | joerg | 1 | -5/+10 | |
2010-01-24 | More PKGREVISION bumps of jpeg dependencies. | wiz | 1 | -2/+2 | |
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz. | |||||
2010-01-20 | When running terminfo but compiled for termcap, we cannot assume | roy | 3 | -3/+18 | |
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier. | |||||
2009-10-07 | fit for NetBSD-mips variants, do not use pmax configuration. | obache | 6 | -10/+78 | |
prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips variants (patch-af). fixes PR 39027. Bump PKGREVISION. | |||||
2009-09-07 | Strip PKGREVISION from the emacs version string for a directory name. | minskim | 1 | -2/+3 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -1/+3 | |
2009-08-23 | Silence unnecessary warnings. | minskim | 1 | -2/+2 | |
2009-08-22 | Derive EMACSLOADPATH from the currently-installed emacs, not from the | minskim | 1 | -7/+6 | |
Makefile fragment in pkgsrc. | |||||
2009-08-12 | Include curses.buildlink3.mk on platforms which want to link against curses. | hasso | 1 | -1/+6 | |
Unbreaks build on DargonFly and probably some others. | |||||
2009-08-06 | Update patches for emacs-23.1. | minskim | 3 | -40/+57 | |
These should have been committed when emacs was updated. | |||||
2009-08-05 | Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as | minskim | 1 | -12/+13 | |
emacs23 and emacs23nox, respectively; editors/emacs is the default one. | |||||
2009-08-05 | Update editors/emacs and editors/emacs-nox11 to 23.1. | minskim | 28 | -3101/+3381 | |
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. | |||||
2009-08-05 | emacs22 is now in editors/emacs22. | minskim | 1 | -3/+3 | |
2009-08-05 | "23" is a valid value for EMACS_VERSION_MAJOR. | minskim | 1 | -2/+2 | |
2009-08-02 | enable pmax (=mipsel--netbsd) again. | jun | 3 | -3/+17 | |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -3/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 2 | -47/+2 | |
2009-06-06 | Set _EMACS_VERSION_MICRO for emacs-snapshot. | minskim | 1 | -2/+14 | |
Suggested by Makoto Fujiwara in PR 40023. | |||||
2009-06-05 | Add emacs23 as a valid EMACS_TYPE. | minskim | 1 | -7/+14 | |
This addresses the issue reported in PR 40023. | |||||
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -2/+2 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2009-05-12 | Fix install on platforms not using pax tar. Bump PKGREVISION. | hasso | 1 | -2/+3 | |