summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02Pullup ticket #3617 - requested by dhollandtron4-26/+112
editors/emacs20: bug fix patch Revisions pulled up: - editors/emacs20/distinfo 1.19-1.22 - editors/emacs20/patches/patch-ab 1.4 - editors/emacs20/patches/patch-bm 1.2-1.4 - editors/emacs20/patches/patch-cb deleted --- Module Name: pkgsrc Committed By: dholland Date: Thu Dec 1 04:05:41 UTC 2011 Modified Files: pkgsrc/editors/emacs20: distinfo pkgsrc/editors/emacs20/patches: patch-ab Log Message: Patch up configure tests for cpp to avoid problems when running gcc 4.5's cpp on makefiles. PR 45669. Unfortunately, this does not by itself fix the build; now I'm getting ./temacs -batch -l loadup dump gmake[1]: *** [emacs] Segmentation fault and I have a bad feeling that this may be the same issue that the other emacs versions are sometimes hitting. --- Module Name: pkgsrc Committed By: dholland Date: Thu Dec 1 04:51:30 UTC 2011 Modified Files: pkgsrc/editors/emacs20: distinfo pkgsrc/editors/emacs20/patches: patch-bm Removed Files: pkgsrc/editors/emacs20/patches: patch-cb Log Message: Fold patch-cb into patch-bm since they patch the same file. Related to PR 45669. hi joerg! --- Module Name: pkgsrc Committed By: dholland Date: Thu Dec 1 05:07:23 UTC 2011 Modified Files: pkgsrc/editors/emacs20: distinfo pkgsrc/editors/emacs20/patches: patch-bm Log Message: Add __asm __volatile("":::"memory") at a critical point in alloc.c. gcc thinks it knows the semantics of malloc and so it thinks it can optimize out the manipulation of __malloc_hook; however, doing so causes the subsequent malloc call to come back to itself, leading to an infinite recursion and SIGSEGV in temacs. This fixes the remaining part of PR 45669. Someone(TM) should check if this issue affects other Emacs versions and/or XEmacs. --- Module Name: pkgsrc Committed By: dholland Date: Thu Dec 1 05:12:57 UTC 2011 Modified Files: pkgsrc/editors/emacs20: distinfo pkgsrc/editors/emacs20/patches: patch-bm Log Message: Extend previous to realloc and free as well, which is almost certainly necessary. PR 45669.
2011-10-03Fix getline conflict with SUBSTdholland1-1/+7
2011-10-03Add freetype2 for elvis-x11; PKGREVISION -> 7.dholland2-3/+4
XXX: The way this is set up, elvis and elvis-x11 cannot have different XXX: values of ${PKGREVISION}.
2011-10-03Run this thing's configure script at the configure phase, so it's easierdholland3-6/+22
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
2011-10-02getline. (fix it with SUBST instead of five one-line patches)dholland1-1/+7
2011-09-24Teach configure where to find crt*.o files on NetBSD.minskim1-1/+5
This should fix PR 45395.
2011-09-24* Fix build on Linux (conflict with glibc).ryoon2-4/+3
* patch-ag does not exist, regen distinfo. Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.
2011-09-18Correct paths to tex-pst-node and tex-pstricks.minskim1-3/+3
Noted by Robert Elz.
2011-09-18Replace lyx's dependencies on teTeX with those on TeX Live packages.minskim1-4/+41
2011-09-15Copy __got section when copying data segment on Mac OS X.minskim2-1/+16
Patch provided by Tom Yu in PR 45240.
2011-09-13Bump PKGREVISION, from ja-FreeWnn-lib converted to shlib.obache1-2/+2
2011-09-12Update to 23.3a: adds missing source files.wiz3-8/+20
2011-09-12update to 1.0.7.12drochner3-82/+1057
changes: -use Qt4 GUI -comes with fonts -- less dependency on TeX -various cleanup and feature improvements
2011-08-25Fix build with lang/python25.ryoon3-2/+19
Bump PKGREVISION.
2011-08-25Update emacs-snapshot to 24.0.50.20110821.minskim3-10/+29
Notable changes: - Resolve invalid use of a regexp in regexp-opt. - Sync with Tramp 2.2.2. - Simplify url handling in rcirc-mode. - Fontify bitfield declarations properly. - Prevent cc-langs.elc being loaded at run time. - Fontify declarators properly when, e.g., a jit-lock chunk begins inside a declaration. - Add support for biblatex.
2011-08-23Recursive bump from gdbm shlib bump.obache2-5/+4
2011-08-14Revision bump after updating perl5 to 5.14.1.obache21-35/+42
2011-08-01Disable groff html check to prevent random PLIST variation.dholland2-1/+17
2011-08-01Fix broken build with clang.dholland4-2/+42
2011-08-01Take MAINTAINER.dholland1-2/+2
2011-07-31Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fixdholland1-3/+4
failure seen in bulk builds.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache12-23/+24
2011-07-21Correct a comment.tron1-3/+3
2011-07-21Revert last change and instead restore the previous work-around fortron4-38/+31
PR pkg/39778 which is less invasive.
2011-07-21Don't install certain input methods whose build is unreliable ontron4-20/+36
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-20Build this package without optimization if GCC 4.5.* is used undertron1-0/+19
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20Fix typo in last commit which NetBSD-current's make(1) silently ignored.tron1-2/+2
2011-07-20Remove accidentally committed file.tron1-25/+0
2011-07-20Fix build with GCC 4.5's C preprocessor.tron2-14/+33
2011-07-11Update to nts-78ryoon3-11/+11
Changelog: 78 2011-06-15 Allow multiple -t switches using 'append' rather than 'store' and processing each separately. In the gui use parens, e.g., (tag 1, tag 2).
2011-07-04check-interpreter fix.jym1-2/+4
2011-07-04check-interpreter fix.jym1-1/+8
2011-07-04Reuse the PYTHON_PATCH_SCRIPTS for interpreter fix. This is obviouslyjym1-4/+3
the same as my previous patch, no functional change.
2011-07-04check-interpreter fix.jym1-1/+4
XXX package has a dependency on kdepimlibs4 on my host. Side effect maybe. Not sure why TeXmacs would require KDE PIM libs.
2011-07-03add patches to fix CVE-2010-4005. Bump PKGREVISION.obache4-3/+43
2011-06-17Update emacs-snapshot to 24.0.50.20110614.minskim3-15/+24
Changes: - themes/dichromacy-theme.el: New theme.
2011-06-11Update emacs-snapshot to 24.0.50.20110608.minskim3-7/+10
Changes: - New input method: ipa-paraat. - url-future.el: Add general futures facility.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-06-09sync w/ base pkgdrochner1-2/+2
2011-06-09update to 23.3drochner5-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-05-27Update emacs-snapshot to 24.0.50.20110526.minskim3-9/+7
Notable changes: * textmodes/rst.el (rst-define-level-faces): Do not define face symbol if it is already defined. * sha1.el: Remove. Function `sha1' is now builtin. * mail/sendmail.el: Require `rfc2047'. * Add an :exit-function for completion-at-point. * textmodes/bibtex.el: Convert to lexical binding. * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
2011-05-20Update emacs-snapshot to 24.0.50.20110520.minskim4-16/+28
Changes: - Fix some integer overflow issues, such as string length overflow. - Fix handling of break-hardlink-on-save with non-existent files. - Common Lisp indentation improvements on defmethod and lambda-lists.
2011-05-15Add zimryoon1-1/+2
2011-05-15Import py-zim-0.52 as editors/zimryoon4-0/+421
Zim aims to bring the concept of a wiki to your desktop. Every page is saved as a text file with wiki markup. Pages can contain links to other pages, and are saved automatically. Creating a new page is as easy as linking to a non-existing page. This tool is intended to keep track of TODO lists or to serve as a personal scratch book. But it will also serve you when writing longer and more complicated documents.
2011-05-12Changes 0.4.12:adam4-15/+34
* "Save all documents" has been introduced. * Fix up the title of the first session password dialog. * Add experimental spell checking support based on gtkspell, which needs to be explicitly enabled by passing --with-gtkspell to configure. * Translation roundup: - Updated Gobby to use en_US internally - Added Ukrainian translation - Various translation updates from Launchpad
2011-05-11Update nvi-m17n to 1.79.20040608.obache2-11/+9
2004/6/8 iso-2022 autodetection was broken. it is impossible to differentiate between iso-2022-jp and jp3, we don't think about jp3 in autodetect. found by Masamichi Takatsu.
2011-05-08Update emacs-snapshot to 24.0.50.20110505.minskim4-12/+12
Patches provided by Makoto Fujiwara in PR 44871. Changes: - keep config.log (Bug#765) and delete config.log~. - Fix bug with --enable-checking=stringoverrun to have no effect. - Suppress unnecessary checks for size_t for configure. - Add strtoumax for GNULIB_MODULES. - Check for GnuTLS certificate verify callbacks. - Don't erase config.status in case of error. (See ChangeLog for the complete list of changes.)
2011-05-07Add ntsryoon1-1/+2
2011-05-07Import nts-77 as editors/nts from pkgsrc/wip/nts.ryoon4-0/+67
nts is an acronym for Note Taking Simplified. It provides a simple, intuitive format for using plain text files to store notes, a command line interface for viewing notes in a variety of convenient ways and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them. Displayed items can be grouped by path or tag and can be filtered in various ways.
2011-04-28Skip interpreter checks for auxiliary files so that this package buildsjmmv1-1/+4
again. I guess these files could be provided as a separate package that depended on perl and properly set their interpreter, but we can do this later.