Commit graph

2882 commits

Author SHA1 Message Date
hans
cb2a29ecb3 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:26:17 +00:00
marino
9e50f5f973 editors/xournal: Fix indirect linking error on DragonFly 2012-01-29 21:01:05 +00:00
marino
a6e7133792 editors/tea: Fix indirect linking error on DragonFly 2012-01-29 21:00:13 +00:00
marino
b287291c6a editors/qgoogletranslator: Fix indirect linking error on DragonFly 2012-01-29 20:59:19 +00:00
marino
3106eed738 editors/notecase: Fix indirect linking error on DragonFly 2012-01-29 20:57:55 +00:00
minskim
dbcc86824f Update emacs-snapshot to 24.0.92.20120126.
Notable changes:
        * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
        * term.el (term-raw-escape-map): Use Control-X-prefix.
        * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
        * Fix filling for when filladapt mode is enabled.
        * Optimise font locking in long enum definitions.
2012-01-28 23:17:36 +00:00
ryoon
99dd3347bb Update to 0.5.0
* Add dependency to pcre and hunspell.
* Use external libraries (CMakeLists.txt etc. from upstream HEAD)

Changelog:
Sigil 0.5 2012.01.21
    - Implement issue 533 and 1079: allow user to select which level(s) of <h> to include.
    - Fix issue 788: Error saving when the folder the file was in was renamed
      outside Sigil.
    - Fix issue 998: Don't select file extension on rename in book browser.
    - Fix issue 1111: Failure to rename to same name with case change.
    - Implement issue 205: Drag and drop for images to book and code views.
    - Fix issue 1019: issues with opf-namespace declaration.
    - Inline spell check with right click replace in Code View.
    - Fix issue 1064: Issues with editing epubs with differing html extensions.
      Take mimetype into account when opening the file to help determine how to
      deal with the file.
    - Fix issue 1055, 1038, 1006: Focus switching causes unwanted cursor jumping
      in split view. Don't auto sync cursor position between views.
    - Implement issue 375: Add image selection dialog for inserting existing
      images into book and code views.
    - Add menu items for setting heading, adding new items, show / hide toolbars.
    - Organize menu.
    - Fix issue 803: Print prints immediately, no dialog box.
    - Implement 245: Unify zoom levels (book, text, image) and store the levels.
    - i18n capability. Build and load translation files.
    - Add keyboard shortcut manager so user can change the keyboard shortcuts. Fixes 966.
    - Add preference dialog. Closes 206, 718.
    - Refactor Find & Replace into a widget that appears below the editor. Closes issues:
      961, 579.
    - Windows Installer: Add Sigil as a handler for EPUB and HTML files so that jump lists
      will work and it will always show up on the 'Open With...' menu.
    - Fix issue 1033, 1034: Implement scroll to fragment for Code View and fix scrolling for
      book view.
    - Fix issue 1032: Remove '=' from the list of valid characters for ids.
    - Fix issue 1001: Valid IDs are now formed by replacing invalid characters with
      underscores. Colon removed from the list of valid characters.
    - Fix issue 1014: Sigil was erroneously assuming that fragment ids would be unique
      across the entire book, whereas they're only required to be unique within a
      particular xhtml document. New code implemented to cover those situations where
      this assumption is wrong.
    - Fix issue 1015: Fix issues with cursor positioning in Split View.
    - Fix issue 1022: Added support for Adobe's page-map.xml pagination extension. (Must
      use this exact filename).
    - Implement issue 183: Use a PCRE regular expression engine instead of QRegExp.
      Also fixes issue 498: regex '^' (start of line) broken.
    - Implement issue 168: Allow selection of multiple Meta Editor properties.
    - Allow for deleting multiple metadata items.
    - Implement issue 368: Pressing enter key on item in book browser should open item.
    - Fix issue 1005: Regression from change to ensure metdata element has dc namespace.
2012-01-26 15:43:20 +00:00
joerg
24e39f118f Convert file creating patch into plain file. Fix man page markup.
Bump revision.
2012-01-24 20:38:55 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
obache
1fd49e563c PKGREVISION must not be in Makefile.common. 2012-01-20 04:20:43 +00:00
tez
4ca54f1bfb Add fix for CVE-2012-0035, bump PKGREVISION in Makefile.common since this
affects editors/emacs-nox11 also
2012-01-19 20:50:00 +00:00
adam
e82aac80f9 Revbump after db5 update 2012-01-18 13:53:47 +00:00
sbd
1e38404e66 Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
ryoon
db1d24d2b5 Fix PR pkg/45803
With boost 1.48.0, overload is no longer needed.

Tested on NetBSD/i386 5.99.59.
2012-01-16 21:05:01 +00:00
obache
2f97717bdb gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
hans
65a21db088 Force real gsed only on NetBSD. 2012-01-14 03:36:42 +00:00
hans
bbd52967db Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
drochner
de3d01af9c update to 2.29
many fixes and improvements
2012-01-12 11:39:38 +00:00
drochner
cfb9f379be clean up outdated dependencies, bump PKGREV 2012-01-09 17:31:56 +00:00
skrll
c42a231e5f Merge patch from other emacs packages - prevent from optimizing out
__malloc_hook) to fix one source of SIGSEGVs during build.

PR/45405 PR/35235
2012-01-09 06:30:20 +00:00
obache
43a23bd711 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
minskim
50e315720b 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
b4b216fc8b try again. sigh... 2011-12-31 23:56:46 +00:00
dholland
450b1a22c8 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
5b8e4e1826 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
ce7a7f5281 Fix unprevileged build. 2011-12-28 19:34:39 +00:00
sbd
8f3890624c 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
4289dd0403 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
eb9e3ca4d7 Merge patch-bm from emacs20 to prevent infinite recursion in malloc. 2011-12-24 13:30:33 +00:00
dholland
9ff3998f7f 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
5dbce4568f 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
98deb21e04 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
9677143a6d 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
5f34912efc Not MAKE_JOBS_SAFE 2011-12-19 00:52:51 +00:00
dholland
9ac2492b16 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
a469c057f4 Add missing mk/termcap buildlink.
Respect LDFLAGS

Bump PKGREVISION
2011-12-17 10:15:24 +00:00
sbd
133a864f2b Add missing mk/curses buildlink.
Bump PKGREVISION
2011-12-17 10:15:16 +00:00
minskim
f6bff503cd 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
4b9b21b6e4 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
33c854620f 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
9968c95b6e 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
3e1e7e4a90 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
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
marino
a64fc23ee4 editors/emacs-snapshot: Fix DragonFly support 2011-12-09 01:35:08 +00:00
marino
aa18b90f3d 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
ac3e78e63a 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
c8c364b10e 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
acd3f868b2 editors/qgoogletrans: Add DragonFly support to installer 2011-12-08 08:20:39 +00:00
marino
75457f2b77 editors/manedit: Add __DragonFly__ macros to fix build 2011-12-08 06:49:41 +00:00