Commit graph

2861 commits

Author SHA1 Message Date
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
minskim
68b06cf6f6 Update emacs-snapshot to 24.0.92.20120105.
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.
2012-01-08 21:56:03 +00:00
dholland
1cf11d93e7 try again. sigh... 2011-12-31 23:56:46 +00:00
dholland
b8f23d0933 Merge the improved cpp checks from emacs20's patch-ab. Should fix build
breakage on -current.
2011-12-31 16:37:25 +00:00
dholland
2ef3a951f5 Merge patch-bm from emacs20 (prevent gcc from optimizing out __malloc_hook)
to fix one source of SIGSEGVs during build.
2011-12-31 11:40:27 +00:00
ryoon
5bff12ee8d Fix unprevileged build. 2011-12-28 19:34:39 +00:00
sbd
74f0c395dd Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c and
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-26 01:54:39 +00:00
dholland
918e692115 Adjust the amd64 patch by crosschecking the existing header for alpha.
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-24 17:07:07 +00:00
dholland
b2be58ba49 Merge patch-bm from emacs20 to prevent infinite recursion in malloc. 2011-12-24 13:30:33 +00:00
dholland
cb5660b2a6 If you have ptyfs set up and this package detects it, it assumes you
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-21 08:45:34 +00:00
ryoon
243acd47b6 Try to support NetBSD/amd64.
It progress to temacs segfault on NetBSD/amd64 5.99.56.

* Import src/m/amd64.h from editors/emacs20.
2011-12-20 18:33:40 +00:00
ryoon
c500c968c0 Try to fix build.
* 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-19 21:36:07 +00:00
wiz
4769243699 Fix elvis-x11 build by depending on pkg-config.
XXX: This is a big mess.
elvis/Makefile is included by other packages, elvis-x11 sets an option...
2011-12-19 15:27:47 +00:00
dholland
61be84c056 Not MAKE_JOBS_SAFE 2011-12-19 00:52:51 +00:00
dholland
6af544f97b Suppress a gcc warning that popped up in Joerg's build. While here,
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-19 00:52:09 +00:00
sbd
dbf8a0c0fc Add missing mk/termcap buildlink.
Respect LDFLAGS

Bump PKGREVISION
2011-12-17 10:15:24 +00:00
sbd
68d59e5f50 Add missing mk/curses buildlink.
Bump PKGREVISION
2011-12-17 10:15:16 +00:00
minskim
5baf1de511 Update emacs-snapshot to 24.0.92.20111213.
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-14 20:56:09 +00:00
marino
eb25eba891 editors/emacs-nox11: Revert previous
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-13 06:20:16 +00:00
marino
b31100c0dd editors/emacs-nox11: Update emacs.desktop to launch in Terminal
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-11 21:02:29 +00:00
marino
736c5c26f5 editors/emacs: Fix DragonFly
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-11 21:00:40 +00:00
hauke
876ee9c0a9 PowerPC, building with -O2 optimisation with GCC (on netbsd-5,
at least) results in 'xemacs -vanilla' dumping core.
Lower optimisation as a workaround, until GCC is fixed.
2011-12-11 15:32:53 +00:00
drochner
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
marino
cf6f972d68 editors/emacs-snapshot: Fix DragonFly support 2011-12-09 01:35:08 +00:00
marino
62c1d480bc editors/xemacs: Fix all non-NetBSD platforms
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-08 20:43:28 +00:00
marino
5015de4a6c editors/notecase: Fix DragonFly
__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-08 20:41:47 +00:00
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