summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache15-29/+30
2012-01-12update to 2.29drochner4-32/+14
many fixes and improvements
2012-01-09clean up outdated dependencies, bump PKGREVdrochner2-7/+6
2012-01-09Merge patch from other emacs packages - prevent from optimizing outskrll2-1/+50
__malloc_hook) to fix one source of SIGSEGVs during build. PR/45405 PR/35235
2012-01-09Recursive bump from boost-libs shlib bump.obache1-2/+2
2012-01-08Update emacs-snapshot to 24.0.92.20120105.minskim3-7/+22
Notable changes: * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII letters in cite-prefix. * shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417). * Introduce a mechanism to widen the region used in context font locking. Use this to protect declarations from losing their contexts.
2011-12-31try again. sigh...dholland2-6/+6
2011-12-31Merge the improved cpp checks from emacs20's patch-ab. Should fix builddholland2-4/+68
breakage on -current.
2011-12-31Merge patch-bm from emacs20 (prevent gcc from optimizing out __malloc_hook)dholland3-2/+54
to fix one source of SIGSEGVs during build.
2011-12-28Fix unprevileged build.ryoon1-1/+2
2011-12-26Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c andsbd4-3/+55
because it may be called <stropts.h> check for it and alternatively use it. In ex/ex_script.c disable the I_PUSH ioctl call on linux.
2011-12-24Adjust the amd64 patch by crosschecking the existing header for alpha.dholland49-84/+785
Patch extensive use of malloc and alloca without <stdlib.h> and some other stuff that showed up in the build log. Still crashes in temacs but it's getting much farther.
2011-12-24Merge patch-bm from emacs20 to prevent infinite recursion in malloc.dholland2-1/+40
2011-12-21If you have ptyfs set up and this package detects it, it assumes youdholland3-1/+44
must be on System V and also have STREAMS. Avoid the STREAMS code for NetBSD. Note: I haven't tested this or even looked at any of the code except for what was trying to use STREAMS, so it may not work; but now it at least builds, and the behavior if ptyfs is not detected is unchanged.
2011-12-20Try to support NetBSD/amd64.ryoon3-7/+156
It progress to temacs segfault on NetBSD/amd64 5.99.56. * Import src/m/amd64.h from editors/emacs20.
2011-12-19Try to fix build.ryoon3-4/+37
* Merge checks in emacs20's patch-ab. Fix PR pkg/45669 like problem. * Now I have gotten temacs sagfault, maybe related to PR pkg/45716.
2011-12-19Fix elvis-x11 build by depending on pkg-config.wiz1-1/+2
XXX: This is a big mess. elvis/Makefile is included by other packages, elvis-x11 sets an option...
2011-12-19Not MAKE_JOBS_SAFEdholland1-1/+3
2011-12-19Suppress a gcc warning that popped up in Joerg's build. While here,dholland3-8/+20
fix some pkglint. XXX: someone with the patience to wade through files with assorted copyright headers should figure out the proper setting of LICENSE for this package.
2011-12-17Add missing mk/termcap buildlink.sbd3-2/+18
Respect LDFLAGS Bump PKGREVISION
2011-12-17Add missing mk/curses buildlink.sbd1-2/+3
Bump PKGREVISION
2011-12-14Update emacs-snapshot to 24.0.92.20111213.minskim2-6/+6
Changes: * progmodes/make-mode.el: Bring it up to date with makepp V2.0. * ses.el: The overall change is to add cell renaming, that is setting fancy names for cell symbols other than name matching "\\`[A-Z]+[0-9]+\\'" regexp . * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required for completion via gud-gdb-fetch-lines-filter (Bug#10274). * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the `from' or `to' address before taking its substring. Fixes incorrect display in Rmail summary buffer whereby an RFC2047 encoded name is chopped in the middle of the encoded string, and thus displayed encoded. * speedbar.el (speedbar-supported-extension-expressions): Add .adb and .ads, commonly used for Ada source code (bug#10256).
2011-12-13editors/emacs-nox11: Revert previousmarino1-8/+1
emacs-nox11 doesn't use and can't use emacs.desktop, so there is no need to modify the file (which shouldn't even be installed). This modification could go on the editors/emacs port though, conditionally on without x11.
2011-12-11editors/emacs-nox11: Update emacs.desktop to launch in Terminalmarino1-1/+8
Tweak behavior of emacs-nox11 launched from gnome or kde desktop. This change makes emacs-nox11 always get launched inside a terminal from those desktops.
2011-12-11editors/emacs: Fix DragonFlymarino5-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-11PowerPC, building with -O2 optimisation with GCC (on netbsd-5,hauke1-0/+18
at least) results in 'xemacs -vanilla' dumping core. Lower optimisation as a workaround, until GCC is fixed.
2011-12-09PKGREV bump for libXp-less openmotifdrochner3-7/+6
2011-12-09editors/emacs-snapshot: Fix DragonFly supportmarino3-7/+27
2011-12-08editors/xemacs: Fix all non-NetBSD platformsmarino2-4/+3
The previous change to PLIST broke all platforms not NetBSD if built under PKG_DEVELOPER=yes. The netbsd.h header will be present on all platforms, so it needs to have a dedicated entry in PLIST (as it used to). The LOWER_OPSYS variable is just wrong in this case. Secondly, the dragonfly.h file was updated for the default compiler, allowing this version of xemacs to build again.
2011-12-08editors/notecase: Fix DragonFlymarino4-7/+30
__DragonFly__ was tagged onto existing patches, and a value of MAXNAMELEN was provided as it is not defined in DragonFly's dirent.h.
2011-12-08editors/emacs20: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
I actually spent a couple of hours getting emacs20 to build error-free with DragonFly's gcc4.4 compiler. Unfortunately, it came DOA and emits "elf_load_section: truncated ELF file" when executed. This version of EMACS is 14 years old, and it's not worth fooling with anymore. I doubt anybody will notice its masking.
2011-12-08editors/qgoogletrans: Add DragonFly support to installermarino2-6/+6
2011-12-08editors/manedit: Add __DragonFly__ macros to fix buildmarino5-12/+53
2011-12-06Update emacs-snapshot to 24.0.92.20111206.minskim4-21/+8
Changes: * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid overly zealous deletion of trailing whitespace. * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when there's no inferior buffer (bug#10196). * net/tramp-sh.el (tramp-maybe-open-connection): Handle user interrupt. (Bug#10187) * info.el (Info-search): Display "end of manual" when Isearch reaches the end of single-file Info manual. (Bug#9918) * isearch.el (isearch-message-prefix): Run the input method part of the prompt through bidi-string-mark-left-to-right. (Bug#10183) * vc/diff-mode.el (diff-find-file-name): Make `read-file-name' aware of remote file names. (Bug#10124)
2011-12-04Add OmegaTryoon1-1/+2
2011-12-04Import OmegaT-2.5.0.04 as editors/OmegaTryoon7-0/+1288
OmegaT is a free translation memory application written in Java. It is a tool intended for professional translators. It does not translate for you! (Software that does this is called "machine translation", and you will have to look elsewhere for it.) OmegaT has the following features: * Fuzzy matching * Match propagation * Simultaneous processing of multiple-file projects * Simultaneous use of multiple translation memories * External glossaries with recognition of inflected forms * Document file formats include: XHTML and HTML Microsoft Office 2007 XML OpenOffice.org/StarOffice XLIFF (Okapi) MediaWiki (Wikipedia) Plain text * Unicode (UTF-8) support: can be used with non-Latin alphabets * Support for right-to-left languages * Integral spelling checker * Compatible with other translation memory applications (TMX) * Interface to Google Translate Tested on NetBSD/i386 5.99.58 with openjdk7.
2011-12-03Disable address randomization under Darwin to fix build problems withjmmv3-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-12-01Extend previous to realloc and free as well, which is almost certainlydholland2-4/+30
necessary. PR 45669.
2011-12-01Add __asm __volatile("":::"memory") at a critical point in alloc.c.dholland2-6/+16
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.
2011-12-01Fold patch-cb into patch-bm since they patch the same file. Related todholland3-18/+4
PR 45669. hi joerg!
2011-12-01Patch up configure tests for cpp to avoid problems when running gccdholland2-6/+70
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.
2011-11-30Update emacs-snapshot to 24.0.91.20111128.minskim4-21/+23
Changes: * whitespace.el (whitespace-newline): Use a different foreground color for 16-color light-background displays. * server.el (server-eval-and-print): Allow C-g (bug#6585). * xdisp.c (redisplay_window): If cursor row is not fully visible after recentering, and scroll-conservatively is set to a large number, scroll window by a few more lines to make the cursor fully visible and out of scroll-margin. (Bug#10105) (start_display): Don't move to the next line if the display should start at a newline that is part of a display vector or an overlay string. (Bug#10119)
2011-11-28Update to 23.3b:wiz4-12/+11
etc/grammar/fixes.patch was applied, it seems.
2011-11-24Fix build with newer GCCjoerg3-1/+28
2011-11-23Update emacs-snapshot to 24.0.91.20111121.minskim2-6/+6
Changes: * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend): Before using mime functions, check they are set. (Bug#10077) * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash. * language/european.el (macintosh): Define as alias for mac-roman.
2011-11-16update to 1.0.7.14drochner3-62/+164
changes: -New icons -Many bug fixes -Improved extensible arrows
2011-11-05Update emacs-snapshot to 24.0.91.20111104.minskim4-11/+9
Changes: - Use `force-same-window' interactively. - vc-bzr.el: Accept status with more than 9 shelves. - Add isearch-scroll property to split-window-below and split-window-right. - Amend the handling of c-beginning/end-of-defun in nested declaration scopes.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd5-8/+12
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd32-61/+64
2011-10-30Update emacs-snapshot to 24.0.90.20111026.minskim2-6/+6
Changes: - Fix use-prompt-regexp case in comint. - Many documentation improvements.