Commit graph

2835 commits

Author SHA1 Message Date
marino
b73ccdef28 editors/emacs20: Mark NOT-FOR-DRAGONFLY
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-08 20:40:32 +00:00
marino
464a6b716f editors/qgoogletrans: Add DragonFly support to installer 2011-12-08 08:20:39 +00:00
marino
756c8711c4 editors/manedit: Add __DragonFly__ macros to fix build 2011-12-08 06:49:41 +00:00
minskim
46915c031e Update emacs-snapshot to 24.0.92.20111206.
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-06 17:12:09 +00:00
ryoon
f98c2a46bd Add OmegaT 2011-12-04 20:35:25 +00:00
ryoon
d52cd389d4 Import OmegaT-2.5.0.04 as editors/OmegaT
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-04 20:33:54 +00:00
jmmv
2318150957 Disable address randomization under Darwin to fix build problems with
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-03 22:46:30 +00:00
dholland
d56584fb97 Extend previous to realloc and free as well, which is almost certainly
necessary. PR 45669.
2011-12-01 05:12:57 +00:00
dholland
ed133d2549 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.
2011-12-01 05:07:22 +00:00
dholland
ca5317ada2 Fold patch-cb into patch-bm since they patch the same file. Related to
PR 45669. hi joerg!
2011-12-01 04:51:30 +00:00
dholland
37f55a99eb 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.
2011-12-01 04:05:40 +00:00
minskim
571d96d2d1 Update emacs-snapshot to 24.0.91.20111128.
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-30 04:29:09 +00:00
wiz
05b9fbd6ad Update to 23.3b:
etc/grammar/fixes.patch was applied, it seems.
2011-11-28 16:29:58 +00:00
joerg
3b70f336ec Fix build with newer GCC 2011-11-24 14:13:19 +00:00
minskim
a30ebf1dbe Update emacs-snapshot to 24.0.91.20111121.
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-23 02:02:15 +00:00
drochner
ca7a8da985 update to 1.0.7.14
changes:
-New icons
-Many bug fixes
-Improved extensible arrows
2011-11-16 20:07:36 +00:00
minskim
7688dd8ea0 Update emacs-snapshot to 24.0.91.20111104.
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-05 17:46:10 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
minskim
7850ca7f61 Update emacs-snapshot to 24.0.90.20111026.
Changes:
- Fix use-prompt-regexp case in comint.
- Many documentation improvements.
2011-10-30 20:10:16 +00:00
minskim
578d483530 Update emacs-snapshot to 20111019.
Changes:
- Add support for detecting encoding in HTML5 specified only as
  <meta charset="UTF-8">.  Implementation just makes http-equiv and
  content-type parts from HTML4 encoding string optional.
- menu-bar.el (menu-bar-file-menu): Add entry for making new window on
  right of selected.  (Bug#9350) Reword other window entries and
  separate them from frame entries.
- net/network-stream.el (network-stream-open-starttls): Improve
  detection of failure due to lack of TLS support.
- textmodes/flyspell.el (flyspell-large-region): Make sure extended
  character mode is used if defined.
2011-10-24 20:42:24 +00:00
minskim
7d076e72df Update emacs-snapshot to 24.0.90.20111012.
Changes:
* mail/sendmail.el: Don't use sendmail-query-once if not needed.
* progmodes/f90.el: Ignore preprocessor lines, like
  f90-previous-statement does.
* eshell/eshell.el: History should be saved only in interactive use,
  to avoid error.
* bindings.el ([M-left],[M-right]): Bind to left-word and right-word
  respectively.
* progmodes/gdb-mi.el (gdb): Doc fix.
2011-10-18 21:48:36 +00:00
ryoon
230678f2b7 Add DragonFly support. 2011-10-14 09:49:06 +00:00
ryoon
ca67a857a0 *** empty log message *** 2011-10-14 09:30:02 +00:00
ryoon
d01d8dec8a Regen 2011-10-13 19:42:20 +00:00
ryoon
caa385ab7e Update 0.4.2
Many bug fix and performance improvements.
Fix GCC 4.6 compile failure
2011-10-13 10:42:01 +00:00
hiramatsu
2113cfe2a0 Update p5-Padre to 0.90.
- Improved syntax highlight.
- Reduce memory usage.
- Updated document and translation.
- bug fix.
2011-10-12 15:51:52 +00:00
ryoon
4ce117a54e Update to 0.53
=== 0.53 - Mon 19 Sep 2011 ===
* Cosmetic updates to entry widgets, the page index, the insert date dialog,
  and the tasklist dialog
* Updated the find function to properly switch focus and highlight current
  match even when text does not have focus - Oliver Joos
* Added function to remember the position of the main window across sessions
  and the position of dialog within a session - Oliver Joos
* Added "interwiki keyword" to give shorthand for linking notebooks - Jiří
  Janoušek
* Added template function to create a page index - Jiří Janoušek
* Added support to include additional files with a template - Jiří Janoušek
* Added preference for always setting the cursor position based on history
  or not
* Added feature so images now can have a link target as well - Jiří Janoušek
* Refactored index to do much less database commit actions, resulting in
  performance gain on slow storage media
* Added "print to browser" button in the tasklist dialog
* Added "--search" commandline option
* Added feature for calendar plugin to use one page per week, month, or year
  instead of one page per day - Jose Orlando Pereira
* Added feature to have implicit deadline for tasks defined on a calendar
  page - Jose Orlando Pereira
* Added new plugin for evaluating inline arithmetic expressions - Patricio Paez
* Added support for plugins to have optional dependencies - John Drinkwater
* Added hook so plugins can register handlers for specific URL schemes
* Upgraded test suite to unittest support shipped with python 2.7
* Increased test coverage for main window, dialogs, and image generator plugins
* Many small typo fixes and code cleanup - Oliver Joos
* Extensive updates for the developer API documentation - now using epydoc
* Made file paths in config file relative to home dir where possible in order
  to facilitate portable version (e.g. home dir mapped to USB drive)
* Build code updated to build new windows installer and support for portable
  install - Brendan Kidwell
* Fixed build process to hardcode platform on build time (maemo version)
* Fixed bug in notebook list, causing compiled version to be unable to set
  a default notebook (windows version)
* Fixed bug with copy-pasting and drag-n-drop using relative paths
* Fixed bug allowing to click checkboxes in read-only mode
* Fixed several possible exceptions when moving pages
* Fixed execution of python scripts on windows - Chris Liechti
* Fix to preserve file attributes (like mtime) when copying attachments
  - Oliver Joos
* Fixed path of checkbox images in html export - Jiří Janoušek
* Fix for indexing error in scenario with external syncing (e.g. dropbox)
* Fix for latex output to use "\textless{}" and "\textgreater{}"
* Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez
* Fixed unicode usage in template module - Jiří Janoušek
* Fixed error handling for errors from bzr in versioncontrol plugin
* Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-11 20:44:25 +00:00
obache
2f6d54b83a Fixes for using GNUstep. 2011-10-09 14:02:06 +00:00
cheusov
98589abbad Update my email 2011-10-09 10:02:44 +00:00
kim
29a03bdbba This can be built with emacs23nox too. 2011-10-09 02:49:48 +00:00
minskim
a5e5c5ff94 Update emacs-snapshot to 24.0.90.20111004.
Notable changes:
* buffer.h (struct buffer): Use time_t, not int, for a time stamp.
  This fixes a Y2038 bug on 64-bit hosts.
* pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes to
  split-string.
* mouse.el (mouse-drag-track): Set scroll-margin to 0 while
  tracking (Bug#9541).
* mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
  when sending QUIT
* emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow check.
2011-10-04 19:30:01 +00:00
dholland
1644483f6d Fix getline conflict with SUBST 2011-10-03 00:59:26 +00:00
dholland
c275e85007 Add freetype2 for elvis-x11; PKGREVISION -> 7.
XXX: The way this is set up, elvis and elvis-x11 cannot have different
XXX: values of ${PKGREVISION}.
2011-10-03 00:52:07 +00:00
dholland
04a6ad4838 Run this thing's configure script at the configure phase, so it's easier
to tell what's going on. Patch it to be able to find netbsd's terminfo.
This might fix the bulk failure.
2011-10-03 00:45:47 +00:00
dholland
e358a2fdf6 getline. (fix it with SUBST instead of five one-line patches) 2011-10-02 22:55:25 +00:00
minskim
e8040cc5cc Teach configure where to find crt*.o files on NetBSD.
This should fix PR 45395.
2011-09-24 07:15:07 +00:00
ryoon
39c026f558 * Fix build on Linux (conflict with glibc).
* patch-ag does not exist, regen distinfo.

Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.
2011-09-24 00:54:52 +00:00
minskim
e36ae271d8 Correct paths to tex-pst-node and tex-pstricks.
Noted by Robert Elz.
2011-09-18 14:32:59 +00:00
minskim
35397b0d37 Replace lyx's dependencies on teTeX with those on TeX Live packages. 2011-09-18 03:51:33 +00:00
minskim
c111337877 Copy __got section when copying data segment on Mac OS X.
Patch provided by Tom Yu in PR 45240.
2011-09-15 22:06:38 +00:00
obache
47e69e04fb Bump PKGREVISION, from ja-FreeWnn-lib converted to shlib. 2011-09-13 08:48:40 +00:00
wiz
19f07f9e71 Update to 23.3a: adds missing source files. 2011-09-12 22:31:58 +00:00
drochner
935ea09707 update to 1.0.7.12
changes:
-use Qt4 GUI
-comes with fonts -- less dependency on TeX
-various cleanup and feature improvements
2011-09-12 16:59:25 +00:00
ryoon
cf646acdc1 Fix build with lang/python25.
Bump PKGREVISION.
2011-08-25 10:11:08 +00:00
minskim
cdf5923034 Update emacs-snapshot to 24.0.50.20110821.
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-25 03:13:44 +00:00
obache
c5d8a2a356 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
obache
70eea0e2bc Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:38:56 +00:00
dholland
26cda49d62 Disable groff html check to prevent random PLIST variation. 2011-08-01 05:56:30 +00:00
dholland
befc9c5c71 Fix broken build with clang. 2011-08-01 05:44:26 +00:00