Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-31 | Bump all packages for perl-5.18, that | wiz | 1 | -1/+2 | |
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints. | |||||
2013-04-06 | '"# $NetBSD$" expected.' | rodent | 1 | -0/+2 | |
2013-03-10 | Add `FOR_emacs_no_byte_compile' PLIST var, | obache | 1 | -1/+8 | |
For .elc file of .el file marked as "no-byte-compile: t" | |||||
2013-02-23 | Forget previous, try again. | dholland | 1 | -3/+7 | |
2013-02-23 | Fix fatal problem with the emacs-nox11 meta-package, which I guess I | dholland | 1 | -2/+2 | |
didn't notice because I didn't build enough combinations, or something. | |||||
2013-02-17 | Oops, forgot these. | dholland | 1 | -0/+20 | |
2013-02-17 | Add an emacs meta-package. This will install your preferred emacs based | dholland | 2 | -0/+142 | |
on EMACS_TYPE. It does some moderately unclean things with versions and PKGREVISION so that updating should work seamlessly -- this package should end up with the same PKGNAME (emacs) and the same version (24.2, 23.4, etc.) and one PKGREVISION higher than the previously existing emacs packages. | |||||
2013-02-17 | Oops, nearly forgot to update the paths here for the emacs23 move. | dholland | 1 | -3/+3 | |
2013-02-17 | Move editors/emacs to editors/emacs23. | dholland | 22 | -4323/+0 | |
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-12-30 | Use ${PKGMANDIR} | sbd | 1 | -3/+3 | |
2012-12-22 | Use nicer make(1) syntax. | tron | 1 | -2/+2 | |
2012-12-22 | Fix ctags(1) manual page if the package gets built with manual page | tron | 1 | -2/+10 | |
compression. Bump package revivison because of this bug fix. | |||||
2012-10-08 | Revbump after updating graphics/pango | adam | 1 | -2/+2 | |
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 1 | -2/+2 | |
requested by Thomas Klausner. | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-07 | Revbump after updating graphics/cairo | adam | 1 | -2/+2 | |
2012-08-13 | Bump PKGREVISION for fix in librsvg/buildlink3.mk. | wiz | 1 | -2/+2 | |
2012-08-13 | Fix CVE-2012-3479: | wiz | 3 | -3/+41 | |
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155 | |||||
2012-06-16 | Add emacs24. Change the logic for emacs-snapshot to be emacs25, which it | dholland | 1 | -10/+12 | |
presumably will be once the necessary upstream stuff appears. | |||||
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-05-09 | Fix accepting keys in text mode; breakage caused by glib2 update. | wiz | 3 | -3/+20 | |
Patch from Debian, found for OpenBSD by Antoine Jacoutot and mentioned on current-users by Matthieu Herrb. Bump PKGREVISION. | |||||
2012-03-25 | Apply same post-extract chmod as emacs-snapshot to fix the same problem. | dholland | 1 | -1/+2 | |
2012-03-03 | More pcre PKGREVISION bumps. | wiz | 1 | -1/+2 | |
2012-02-19 | Update emacs to 23.4. | minskim | 8 | -464/+11 | |
Emacs 23.4 mainly fixes a security flaw in EDE (CVE-2012-0035), which was already fixed in emacs-23.3nb1 in pkgsrc. | |||||
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 | |