Commit graph

3722 commits

Author SHA1 Message Date
markd
179a75c28a distinfo update missed in previous. 2017-02-16 08:33:13 +00:00
joerg
816896fef0 NetBSD needs libutil for openpty and friends. 2017-02-14 21:31:43 +00:00
markd
48478b2438 Update texworks to 0.6.1
Release 0.6.1 (TL'16) [May 2016]
        * Fix "Jump to Source" from PDF context menu
        * Fix fine-sync'ing close to PDF line boundaries
        * Fix loading of Qt-global translations
        * Fix pixel-alignment after zoomFitWindow in continuous mode
        * Fix handling of changing scroll bar visibilities in zoomFitWidth and
          zoomFitWindow
        * Allow horizontal scrolling by Shift+MouseWheel
        * Update translations

Release 0.6.0 (TL'16) [April 2016]
        * Complete redesign of the PDF previewer using QtPDF by Charlie Sharpsteen
        * Fast and responsive preview even at very high magnifications
        * New page modes: continuous scrolling and two-column layout
        * Text selection/copying from the PDF
        * Go back to previous view after clicking on a link using Alt+left arrow

        * Fix disappearing spellcheck underline with some fonts/font sizes in Qt 5
        * Update the width of the line number display when changing the editor font
        * Show a note in the "About Scripts" dialog for disabled script languages
        * Explicitly add a "Quit TeXworks" menu item to the global menubar on
          Mac OS X

        * Make Qt5 the default framework for building TeXworks
        * Use Travis CI for continuous integration tests and builds for Windows and
          Mac OS X
        * Add support for Lua 5.3

Release 0.4.6 (TL'15) [April 2015]
        * Implement character-level synchronization by using text searching to
          assist SyncTeX
        * Lift hardwrap line length limitation and implement (hard) unwrap
        * Always show console output tab while typesetting to show progress
        * Improve the handling of UTF-8 byte order marks
        * Improve the log parsing script
        * Improve the handling of script errors

        * Work around a race condition that causes lines to become invisible,
          subsequently leading to a crash
        * Fix incorrectly accumulating indent
        * Fix SyncTeX initialization with non-ASCII filenames
        * Fix selection of whole lines and when selecting right-to-left
        * Fix hangs and crashes when using "Fit to ..." in the PDF view
        * Fix a crash when running an invalid system command from scripts
        * Fix encoding issues when reading environment variables
        * Fix scrolling when searching for multi-line strings
        * Fix auto-completion when working with RTL languages
        * Improve the handling of Retina displays in Mac OS X
        * Fix a crash when opening PDF files from the Windows Explorer
        * Provide texworks.appdata.xml for *nix platforms

        * Fix compilation with Qt 5
        * Improve the CMake build system
        * Add support for Lua 5.2
        * Move development from Google Code to GitHub
2017-02-14 09:19:43 +00:00
markd
5f76b071de Test for freetype needs pkg-config 2017-02-14 09:07:37 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
c0f6ef5abd Recursive bump for poppler update 2017-01-25 14:36:37 +00:00
hauke
71c0a96c95 Make sure make-annotation does exist before calling it. We cannot have
buttons if it doesn't, but the file requester can still be used with
enter and ctrl-g.

Should mince, stomp on and squish PR pkg/51036
2017-01-24 20:31:14 +00:00
abs
20febd36f4 Add a note about the
"Symbol's function definition is void: make-annotation"
error to the xemacs-packages comment
2017-01-22 19:18:33 +00:00
abs
696c1a0a79 Fix build for non HPUX on HP PA platforms
Thanks to Riccardo Mottola for testing

No PKGREVISION bump as should not affect build on any previously working platform
2017-01-22 14:06:07 +00:00
wiedi
bb50b5c488 Update editors/nano to 2.7.4
2017.01.10 - GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
		manner again (bug was introduced in previous version),
		sets the preferred x position for vertical movements
		more consistently, avoids some scrolling problems in
		softwrap mode, installs the Info manual also when your
		system lacks 'makeinfo', and corrects the behavior of
		the beginning-of-word anchor (\<) in regex searches.

2016.12.28 - GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
		your editor is now able to handle filenames that contain
		newlines, avoids a brief flash of color when switching
		between buffers that are governed by different syntaxes,
		makes the Shift+Ctrl+Arrow keys select text again on a
		Linux console, is more resistant against malformations
		in the positionlog file, and does not crash when ^C is
		typed on systems where it produces the code KEY_CANCEL.
		Oh, and it no longer mistakenly warns about editing an
		unlocked file just after saving a new one.  That's it.
		Tastes great with thick butter.
2017-01-22 02:04:15 +00:00
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
markd
17ba3f9246 PKGREVISION bumps for systemwide vimrc support 2017-01-19 09:58:18 +00:00
markd
713749f4f2 Allow system-wide vimrc in PKG_SYSCONFDIR 2017-01-19 09:54:56 +00:00
wiz
5efbd978ff Updated ed to 1.14.1.
Changes in version 1.14:

Version 1.14 is the largest bug hunt ever attempted in GNU ed. Other
goals of version 1.14 are to complete the documentation and to remove
any gratuitous incompatibilities with the POSIX standard. Thanks to Ori
Avtalion for initiating all this with a couple bug reports. ;-)

Byte counts, informative messages, command error messages, and the '?'
and '!' prompts are now written to stdout instead of to stderr. The
standard error (stderr) is now used only for diagnostic messages.

The current address is now correctly set to the addressed line after an
empty insert command.

Fixed inconsistent behavior of the substitute command. It incorrectly
reported 'Invalid pattern delimiter' when the two last delimiters were
omitted after a null regular expression. Now it consistently reports
'Missing pattern delimiter' if the two last delimiters are omitted after
any regular expression (null or not).

's/a/%' has been fixed. It incorrectly replaced 'a' with '%' instead of
using the replacement from the last substitution.

An infinite loop, happening when EOF was found in the middle of a
replacement string, has been fixed.

Ed no longer accepts newlines in the replacement of a 's' command if it
is part of the command list of a global command, because in this case
the meaning of the newline becomes ambiguous. For the same reason, the
last delimiter can't be omitted if the 's' command is not the last
command in the command list.

The substitute command now correctly sets the current address to the
address of the last line on which a substitution occurred, and leaves it
unchanged if no substitution is performed.

A bug in the calculation of address offsets has been fixed. '3 ---- 2'
was calculated as address -2 instead of the correct address 1.

Address ranges with the first address omitted are now accepted.

The current address is now correctly set to the addressed line (or to
the new last line if at EOF) after an empty replacement text in the
change command.

Repeated print suffixes are now rejected. It has been documented that ed
allows any combination of non-repeated print suffixes and combines their
effects.

The substitute command now accepts suffixes in any order.

The 'repeat substitution' command now rejects multiple count suffixes.

The 'p' suffix of the 'repeat substitution' command now toggles all the
print suffixes of the last substitution.

End of file on standard input now behaves as a 'q' command.

The modified status is no longer cleared after writing the buffer to the
standard input of a shell command. (Reported by Jérôme Frgacic).

The descriptions of the 'a', 'c', 'e', 'g', 'i', 'j', 'k', 'm', 'q',
'r', 's', 'u' and 'w' commands in the manual have been fixed.

Most tests in the testsuite have been improved. Bug reporting has been
simplified; only the failed logs and results are kept in the test
directory, which can then be (tarred, compressed, and) attached to the
bug report.
2017-01-12 11:20:02 +00:00
morr
bfe26a29b2 Update to newest snapshot.
Changes:
8.0.0087  channel callback may get job info after it was deleted
8.0.0088  when a test fails in Setup/Teardown problem is not reported
8.0.0089  various problems with GTK 3.22.2
8.0.0090  cursor moved after last character when using 'breakindent'
8.0.0091  test_help_complete sometimes fails in MS-Windows console
8.0.0092  C indent does not support nested namespaces that C++ 17 has
8.0.0093  not using multiprocess build feature
8.0.0094  if vimrun.exe not found error message is not properly encoded
8.0.0095  problems with GTK 3.22.2 fixed in 3.22.4
8.0.0096  when the input or output is not a tty Vim appears to hang
8.0.0097  if channel callback takes a lot of time Vim is unresponsive
8.0.0098  (after 8.0.0097) can't build on MS-Windows
8.0.0099  popup menu appears above the cursor too often
8.0.0100  file name options may contain non-filename characters
8.0.0101  some options are not strictly checked
8.0.0102  (after 8.0.0101) cannot set 'dictionary' to a path
8.0.0103  may not process channel readahead
8.0.0104  value of 'thesaurus' option not checked properly
8.0.0105  can't tell difference between reading empty line or nothing
8.0.0106  (after 8.0.0100) cannot use a semicolon in 'backupext'
8.0.0107  when reading channel output in timer messages may be missing
8.0.0108  (after 8.0.0107) the channel "drop" option is not tested
8.0.0109  still checking if memcmp() exists, should be everywhere now
8.0.0110  drop command doesn't use existing window
8.0.0111  the :history command is not tested
8.0.0112  tests 92 and 93 are old style
8.0.0113  MS-Windows: dialog for saving changes on the wrong monitor
8.0.0114  coding style not optimal
8.0.0115  when building with Cygwin libwinpthread isn't found
8.0.0116  using CTRl-] in English help language from 'helplang' is used
8.0.0117  parallel make fails
8.0.0118  "make proto" adds extra function prototype
8.0.0119  no test for using CTRL-R on the command line
8.0.0120  channel test is still flaky on OS X
8.0.0121  setting 'cursorline' changes the curswant column
8.0.0122  channel test is still flaky on OS X
8.0.0123  modern Sun compilers define "__sun" instead of "sun"
8.0.0124  internal error for assert_inrange(1, 1)
8.0.0125  not enough testing for entering Ex commands
8.0.0126  display problem with 'foldcolumn' and a wide character
8.0.0127  cancelling completion still formats text
8.0.0128  (after 8.0.0126) display test fails on MS-Windows
8.0.0129  parallel make still doesn't work
8.0.0130  configure uses "ushort" while the Vim code doesn't
8.0.0131  not enough test coverage for syntax commands
8.0.0132  (after 8.0.0131) test fails because of using :finish
8.0.0133  "2;'(" causes ml_get errors in an empty buffer
8.0.0134  null pointer access reported by UBsan
8.0.0135  relative address does not work with closed fold
8.0.0136  when changing indent the wrong fold is opened
8.0.0137  when 'maxfuncdepth' set above 200 nesting is limited to 200
8.0.0138  (after 8.0.0137) small build fails
8.0.0139  (after 8.0.0135) warning for unused argument
8.0.0140  pasting inserted text in Visual mode does not work properly
8.0.0141  (after 8.0.0137) nested function test fails on AppVeyor
8.0.0142  normal colors are wrong with 'termguicolors'
8.0.0143  line number of current buffer in getbufinfo() is wrong
8.0.0144  when using MSVC the GvimExt directory is cleaned twice
8.0.0145  running tests on MS-Windows is noisy
8.0.0146  termguicolors uses wrong colors on MS-Windows with ConEmu
8.0.0147  searchpair() fails when 'magic' is off
8.0.0148  wrong indent in C preprocessor with line continuation
8.0.0149  :earlier does not work after reading the undo file
8.0.0150  completion for :filter does not skip the pattern
8.0.0151  passing buffer content to system() is clumsy
8.0.0152  stray channellog created when running tests
8.0.0153  (after 8.0.0151) system() test fails on MS-Windows
8.0.0154  (after 8.0.0151) system() test fails on OS/X
8.0.0155  ubsan complains about NULL pointer
8.0.0156  not enough test coverage for float functions
8.0.0157  no completion for :syntax spell and :syntax sync
8.0.0158  (after 8.0.0156) float function test fails on MS-Windows
8.0.0159  crash on startup when updating tabline
8.0.0160  EMSG() is sometimes used where it should be IEMSG()
8.0.0161  (after 8.0.0159) can't build with small features
2017-01-09 19:26:14 +00:00
maya
dbcd042800 nvi-m17n: successfully detect file encoding also in the case where more
than one encoding matches, by comparing with 'and bitmask' rather than
equality to bitmask.

Bump PKGREVISION for functional change.

Patch from Yasuhito FUTATSUKI in PR pkg/51792
2017-01-07 19:00:55 +00:00
roy
00696b6065 Use the curses framework. 2017-01-04 11:48:24 +00:00
roy
3780497c0c Use the curses framework. 2017-01-04 11:31:59 +00:00
roy
d9ae6ff90e Use the curses framework. 2017-01-04 11:18:44 +00:00
roy
74e9ff81ab Move to the curses framework. 2017-01-03 17:47:56 +00:00
roy
af9d898bf8 Allow dhex to use system curses. 2017-01-03 17:19:11 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
dholland
ec3391a7bf The default EMACS_TYPE is now emacs25. 2017-01-01 02:48:43 +00:00
tron
422a5642b5 Use the package "editors/emacs25" and not "editors/emacs-snapshot" for
the new default "emacs25".
2017-01-01 02:06:46 +00:00
wiz
bacafb6c53 Remove special case for DragonFly (termcap vs curses).
Not needed any longer, tested with emacs25-nox11 on monster; others
copy look quite the same.

I suspect this is not needed on FreeBSD, OpenBSD, or Linux either, but
don't have test hosts.
2016-12-31 14:16:14 +00:00
jperkin
3ec2299975 Fix _EMACS_REQD package name. 2016-12-31 08:33:34 +00:00
dholland
e7122a91ce Merge my recent fixes to emacs20 and emacs21:
- set ELFSIZE correctly (I still have no idea how this ever worked)
   - insert workaround for gcc5's calloc bug

For some reason I thought emacs22 wasn't affected by these issues, or
I would have done this earlier.

This does not make the package build on -current, but it gets a lot
farther now - it segvs building the quail elisp. I have a feeling
we've seen this problem before also, but if so it was some years back
and I can't remember what it was about.
2016-12-31 06:11:21 +00:00
wiz
af5ce20e13 Fix build of xemacs-*nox11 packages.
Using hints by coypu, thanks!
2016-12-30 23:37:40 +00:00
wiz
b8707b19fc Fix options framework abuse by xemacs-nox11/xemacs.
Partially tested, xemacs-nox11 hangs during build with 99% CPU for me.
2016-12-30 23:27:14 +00:00
wiz
8a8d0d0f88 Simplify previous. 2016-12-30 23:18:53 +00:00
wiz
66431cfb56 Fix options framework abuse by xemacs-current*.
Partially tested, xemacs-current-nox11 build hangs because of temacs
eating 99% CPU.
2016-12-30 23:09:41 +00:00
wiz
903927062a Fix options framework abuse in emacs22*.
Packages do not build for me on -current, so not build-tested.
2016-12-30 22:25:46 +00:00
wiz
d76d34595c Fix options framework abuse by emacs21-nox11. 2016-12-30 22:18:55 +00:00
wiz
adf0475538 Fix options framework abuse by elvis*. 2016-12-30 14:25:01 +00:00
hauke
cbb8285891 Update editors/xemacs-packages to the latest and greatest.
These were release candidates according to upstream (Stephen
Turnbull):

"Right now, everything has gotten all the beta testing it's going to
get, so you can just package it from experimental."
<http://xemacs-beta.xemacs.narkive.com/TgII9kK7/when-do-experimental-packages-turn-stable>

but did not make to final before xemacs.org went south.

In addition, teach the update mechanism to use a configurable ftp
server.
2016-12-15 13:25:42 +00:00
wiedi
54dcde3fc6 Update editors/nano to 2.7.2
2016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
		the ability to complete with one keystroke (^] by default)
		a fragment of a word to a full word existing elsewhere in
		the current buffer.  Besides, this release fixes two bugs
		related to using line numbers in softwrap mode, allows to
		use the PageUp and PageDown keys together with Shift on
		VTE-based terminals, stops the help lines from flickering
		during interactive replacing, makes a "set fill" override
		an earlier "set nowrap", properly restores the selected
		region after an external spell check, and improves a few
		other tidbits.  If you should find any more bugs, please
		run 'man nano | grep bugs' and report them there.
2016-12-14 23:41:16 +00:00
wiedi
29adc31345 add patch to include sys/filio.h for FIONREAD on SunOS 2016-12-13 13:40:05 +00:00
wiedi
51be537b44 add sqlite3 buildlink 2016-12-05 21:14:58 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
marino
cb2a224b7e editors/emacs24: Fix build on DragonFly
I believe the segfault seen during building on DragonFly is a common one
seen by many platforms using GCC 5.x and later.  It's been fixed on Emacs
25 though.  Even though it's a generic GCC 5+ fix, limit it to DragonFly
only for now.  Taken from DPorts (from archives)
2016-12-03 05:00:46 +00:00
maya
03bb527083 lyx: update to 2.2.2
The changes are very numerous. for the full list of changes in LyX 2.2.x,
refer to http://wiki.lyx.org/LyX/NewInLyX22

Short version of LyX 2.2 user-visible changes:
    HiDPI display support
    Qt5 support
    New text display algorithm
    Horizontal scrolling for large insets
    New separators and improved control of paragraph breaks
    Improved text color support
    Improved box dialog
    Improvements to tables
    Reworked instant preview
    Enhanced source panel
    Improved outliner and navigation menu
    Enhanced language support
    New supported languages
    New supported LaTeX commands
    Layout enhancements
    Module enhancements
    New preferences settings
    New converters
2016-12-02 19:07:16 +00:00
prlw1
4fc6cd95b0 Update gedit3 to 3.22.0
- Misc bugfixes
- Translation updates
2016-11-26 10:21:47 +00:00
dholland
e3f63ce62d Use paxctl +a like in emacs21 to make the build work on -current. It seems
that if you dump with a non-ASLR temacs you get a working emacs binary, and
if you don't you don't, although I don't really see why -- perhaps it's
something broken in crtstuff. Closes PR 51654.

Note that pre-ASLR emacs20 binaries not dumped by an ASLR temacs also
blow up in the same way, which doesn't make much sense either, but
undoubtedly it's all connected.

It's not particularly good that we apparently don't have backwards
compatibility for old Emacs binaries because of this, but for the time
being I'm more worried about it working at all.

PKGREVISION++ again, to 22.
2016-11-26 06:38:06 +00:00
dholland
da0e398d7a Pull in the fixes I just made to emacs20:
(1) set ELFSIZE correctly; don't know how this ever worked
  (2) add workaround for gcc compiling calloc into an infinite loop calling
      itself.
2016-11-26 04:22:40 +00:00
dholland
ac60e264c1 Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked)
and (2) work around the problem where gcc 5.x compiles calloc into a call
to itself. PKGREVISION -> 21.
2016-11-26 03:50:16 +00:00
wiz
cbf7ab5e66 Update vim* to 8.0.0086.
Changes not found, but I assume bug fixes.
2016-11-16 10:38:35 +00:00
maya
e3607b0a67 emacs21: remove convoluted logic for using binutils hack -- use it
unconditionally here too. it's highly unlikely someone has such old
binutils.

bump PKGREVISION - it causes runtime crashes.
2016-11-11 10:54:41 +00:00