Commit graph

1999 commits

Author SHA1 Message Date
martti
7f195ef0c9 Updated editors/vim-share to 7.0.188
4142  7.0.183  accessing memory already freed after ":redir => var" ":let"
  2400  7.0.184  cscope interface doesn't work with mlcscope
  2927  7.0.185  multi-byte chars in message get attributes from previous char
  1731  7.0.186  ml_get error when doing "/\_s*/e" with utf-8 'encoding'
  7601  7.0.187  can't properly source a remote script
  1602  7.0.188  (after 7.0.186) warning for wrong pointer type
2007-01-22 07:35:34 +00:00
joerg
938805eae9 Reorder and fix size of the diff. Fixes PR 35440. 2007-01-18 16:52:34 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
joerg
6d1ebe2292 Modular Xorg support. 2007-01-15 16:41:19 +00:00
martti
4fbadca721 Updated editors/vim-share to 7.0.182
1744  7.0.179  crash when recovering without a swap file name
  3061  7.0.180  (extra) VMS: build problem and problem with swap files
  1790  7.0.181  when reloading a buffer an extra empty line may appear
  2768  7.0.182  cannot reach every point in the undo tree after using "g-"
2007-01-10 14:26:50 +00:00
joerg
7a10f510bc Needs libXt for configure. 2007-01-08 17:54:46 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
38d27922d0 Now it even works with gcc on Solaris. 2007-01-07 01:55:52 +00:00
rillig
abc37f3fbe Made the package work on Solaris. 2007-01-07 00:41:29 +00:00
rillig
6e2bfc1733 Fixed PKGMANDIR. 2007-01-07 00:18:43 +00:00
rillig
af164df143 The package works again.
Fixed pkglint warnings.
2007-01-06 14:59:40 +00:00
ghen
05ec607148 Update to texmaker-1.4.
* Spell checker has been added (aspell is required).
* The main pstricks commands can be inserted with just one click.
* Brace matching has been integrated in the editor.
* The support for the "\[ \]" math mode has been added to the syntax
  highlighter.
* Some bugs has been fixed (replace dialog, close event...)
2007-01-02 11:27:42 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
obache
55b113c2b2 Variable `EMACSVERSION' used but not defined. 2006-12-23 16:16:40 +00:00
wiz
c128b26ba2 CHECK_WRKREF_SKIP wants a relative path nowadays. 2006-12-19 18:21:10 +00:00
wiz
daaa3f4f7b Set INCOMPAT_CURSES.
This package fails in bulk builds up to at least NetBSD-3.1;
but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3*
are not good enough. Feel free to make the selection more specific.
2006-12-19 18:20:21 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
drochner
18e933642e update to 4.2.2
changes:
-bugfixes
-translation updates
2006-12-15 20:02:34 +00:00
drochner
2e8e02fd41 update to 1.0.6.7
changes:
Better LaTeX export of elsart style and other fixes in the LaTeX converter
Several minor improvements in the graphical mode
Fixes for Maxima 5.10.0
2006-12-15 19:24:30 +00:00
martti
71e6a7aeea Updated editors/vim-share to 7.0.178
1498  7.0.175  tr() didn't add a final NUL
  1781  7.0.176  ":emenu" isn't executed directly, breaks the crypt key prompt
  4292  7.0.177  key from mapping at press-enter prompt would be remapped
  1565  7.0.178  comparing utf-8 strings with 'ic' may look past NUL bytes
2006-12-12 06:39:16 +00:00
dogcow
6687c8d803 Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.
No new functionality.
2006-12-12 03:37:30 +00:00
joerg
6da0a0827d buildlink3.mk should not include things not used by the main package.
Unbreaks wrapper phase in security/seahorse-gedit.
2006-12-06 19:02:57 +00:00
joerg
7501a8173a Require perl at run time and bump revision. 2006-12-06 17:08:07 +00:00
joerg
c8847db9f3 CHECK_WRKREF_SKIP is already relative to PREFIX. 2006-12-06 16:42:20 +00:00
joerg
30b78555ae CHECK_WRKREF_SKIP takes relative names. 2006-12-06 15:03:49 +00:00
joerg
49479e4b9c Look in wchar.h for mbstate_t, not machine/ansi.h. The latter is quite
NetBSD specific. If that creates problem on older NetBSD, maybe the test
should be conditionalized for NetBSD instead.
2006-12-06 14:45:42 +00:00
martti
3b898ad9ac 7.0.174 2006-12-05 08:14:35 +00:00
martti
1404c58276 Updated editors/vim-share to 7.0.174
1812  7.0.169  Visual block highlighting not removed for "I" and "A"
  2545  7.0.170  (extra) Win32: un-maximizing and tab pages line problem
 14457  7.0.171  (extra) VMS: problem with file names with multiple paths
  2389  7.0.172  crash when recovering a file and quitting hit-enter prompt
  1703  7.0.173  ":call f().TT()" doesn't work
  2838  7.0.174  ":mksession" doesn't restore tab page window layout properly
2006-12-05 08:13:33 +00:00
markd
3b7402c012 Update kile to 1.9.3
version 1.9.2-> 1.9.3
Fixes:
 - Recognize escaped chars in \newcommand.
 - Use KPDF as embedded viewer for quick preview, because KPDF can
   remember current settings.
 - Bugs in tabular wizard, when merging, breaking and merging again some
   cells
 - Quote replacement should not happen inside verbatim/verb environment
 - Fix bug in tabular wizard, when breaking some multicolumn cells
 - Don't use default permissions for backup file
 - Fix bug in syntax highlighting: mathmode in optional parameter
 - Allow tools with brackets in the configuration string also in sequence
   tools, fixed also the crash which hid the bug.
 - One fix in latex-document-cwl and color.cwl
 - Fix crash when adding a file to a project (with no open documents)
   which contains an undefined reference
 - Improve the logic for closing environments
 - Don't treat \\[foo] as a math environment
 - Remove selected text also if we insert a "

Feature:
 - Prepared the latex syntax file for beamer commands
2006-12-03 04:33:08 +00:00
joerg
fe49913a55 Fix some more missing includes of unistd.h. Fix a long standing
problem with the build on DragonFly:
/usr/libexec/binutils215/elf/ld: : No such file: No such file or directory
is not a very helpful message to trace down to a spurious comma.
I'm not sure how this built at all on other platforms.
2006-11-29 13:11:49 +00:00
martti
731c5bf53c Updated editors/vim-share to 7.0.168
4306  7.0.163  can't get the position of a sign over the netbeans interface
  1518  7.0.164  ":redir @+" doesn't work
  2284  7.0.165  using CTRL-L to add to a search pattern fails for some chars
  1865  7.0.166  crash with cscope when a file descriptor is NULL
  1942  7.0.167  can't redefine a function in a dictionary
  2224  7.0.168  reading uninitialized memory and a memory leak in recovery
2006-11-26 09:02:20 +00:00
ghen
7acb81c039 Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION. 2006-11-23 12:36:08 +00:00
markd
94bb7c62b9 Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1. 2006-11-16 02:31:48 +00:00
joerg
a17961b25c DESTDIR support. 2006-11-14 14:26:46 +00:00
reed
c654ff71d6 Use PKGMANDIR for man symlinks.
Use libXpm buildlink3 instead of xpm. Should be no change for
default setup because that points to xpm anyways.

This needed X intrinsic's headers, so also include on libXt/buildlink3.mk.
Also no change as in non-modular pkgsrc usage it will include
x11.buildlink3.mk instead.
2006-11-13 17:56:38 +00:00
martti
6d25515728 Reduce number of downloaded patch files by downloading 7.0.001-100.gz 2006-11-13 10:42:49 +00:00
reed
291893136f Update to version 1.4.3.
Also replace "python" with real path to python in more files.
NOTE: this is not complete a few more files still have "python"
hard-coded.

The release notes says: "This is a bug fix release that improves
stability and MS Windows support. Notable new features include:
* The windows port does not need a MSys (unix-like tools) installation
anymore.  * A new function inset-dissolve has been added to delete
an text inset and put its contents in the enclosing text; this can
be accessed (like in the math editor) by pressing Backspace at the
start of an inset, or Delete at the end.  * Many crashes have been
fixed, in particular for systems based on gcc 4.1.  All current
1.4.x users are encouraged to upgrade to this version."
2006-11-10 17:48:48 +00:00
tv
b16e61f08a Use find -print | xargs rather than find -exec. 2006-11-10 16:50:54 +00:00
drochner
a8cb700283 update to 2.16.2
changes:
-bugfixes
-translation updates
2006-11-09 21:03:38 +00:00
drochner
1460bec2e7 update to 1.0.6.6
changes:
-Clean mathematical types and routines for graphics
-Detection of intersections in graphical mode
-Several bug fixes
2006-11-09 21:01:45 +00:00
adam
c699577c25 Changes 2.4.6:
* Bug-fix release, see ChangeLog for details
2006-11-09 15:40:37 +00:00
adam
b5216d3f82 Changes 2.4.6:
* Bug-fix release, see ChangeLog for details
2006-11-09 15:25:32 +00:00
martti
fe10851a74 Updated editors/vim-share to 7.0.162
4356  7.0.153  crash with cscope when temp file can't be opened
  1727  7.0.154  when 'foldnextmax' is negative Vim could hang
  5872  7.0.155  when getchar() returns a mouse button the position is unknown
 21499  7.0.156  (extra) Vim doesn't compile on Amiga OS4
  3594  7.0.157  profiling info was bogus for a recursively called function
  1485  7.0.158  cursor in closed fold after adding new line
  2455  7.0.159  not enough information for an I/O error in the swap file
  9446  7.0.160  ":@a" echoes the command
  6639  7.0.161  (extra) Win32: window and tabline menu may use wrong encoding
  5819  7.0.162  doesn't exit with "vim -o a b" and abort at ATTENTION prompt
2006-11-08 07:54:12 +00:00
joerg
b92294246f DESTDIR support and switch to modular buildlinks. 2006-11-06 11:08:37 +00:00
wiz
3c075b9609 CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt. 2006-11-03 07:01:42 +00:00
markd
5ced9ef456 Don't clobber START_FILES in m/pmax.h.
Should fix PR pkg/26679.
2006-11-01 11:18:20 +00:00
schwarz
36421175dd - make sure buildlink does not kill path to Mac OS X heraders
- use -f option to remove files in order to cope with permission issues
2006-10-27 16:26:33 +00:00
martti
f24a02668e Updated editors/vim-share to 7.0.152
1463  7.0.145  (after 7.0.142) compiler warning
  4308  7.0.146  opening file for quickfix may ignore windows already open
  8181  7.0.147  session file can be wrong when there are multiple tab pages
  1710  7.0.148  no error message for ":call d.foo()" when "foo" doesn't exist
  5277  7.0.149  when resizing windows scrolling is not done in the best way
  2416  7.0.150  when resizing the Vim window scrollbinding doesn't work
  1932  7.0.151  button order in GTK file dialog is different from Gnome rules
  2279  7.0.152  crash when using lesstif 2
2006-10-25 07:03:23 +00:00
rillig
3bde06ab4e The emacs binary may have the build path embedded. 2006-10-24 08:48:36 +00:00
drochner
93fd7a1f8e support maxima-5.10, from a post to the maxima mailing list
by Andrey Grozin
bump PKGREVISION
2006-10-23 09:42:23 +00:00