Commit Graph

2311 Commits

Author SHA1 Message Date
edd
52e591d145 editors/texworks: Fix for TeX Live 2018.
Our in-tree version of texworks expects an older synctex than we now
have in tree. This change fixes that.

Bulk tested and OK kili@, thanks.
2019-01-20 11:20:42 +00:00
bentley
f69349a2a5 HTTPS for chiark.greenend.org.uk. 2019-01-17 10:13:40 +00:00
rsadowski
6f6d361338 hook kile, unhook kile-kde4, adjust kde4-meta 2019-01-13 19:10:26 +00:00
rsadowski
6fff4f5cb6 re-add kile-2.9.92 (kile-kde4 replacement)
ok kn@
2019-01-13 18:59:41 +00:00
kili
214b86a1ac Fix build with upcoming poppler-0.73.0 (no more typedef unsigned
char Guchar).

ok robert@ (maintainer)
2019-01-11 20:06:16 +00:00
kili
829169fd34 Fix build with poppler-0.72.0.
From archlinux.

ok robert@ (maintainer)
2019-01-04 21:07:21 +00:00
bcallah
43b275ef5f Update to moe-1.10 2019-01-04 03:15:59 +00:00
awolk
d85fbe3c70 Update editors/ghostwriter to 1.7.4
OK sthen@
2019-01-02 23:12:53 +00:00
kili
fe4a70a412 Fix poppler-qt5 dependency -- I was wrong in that a single comma
before -qt5 is enough.

While here, move print/texlive/base from RUN_DEPENDS-main to
LIB_DEPENDS-main, because WANTLIB contains synctex.

(and bump revision of the main package)

ok landry@
2019-01-02 17:40:44 +00:00
bcallah
9c300ee963 Update to focuswriter-1.7.1 2019-01-02 00:47:48 +00:00
edd
d655d8a953 editors/texworks: Fix out of date patch comment.
Should have been part of my previous commit.
2018-12-30 12:17:20 +00:00
edd
42ff2b4c6e Update editors/texworks to version 0.6.2.
In doing so switch from qt4 to qt5 to help kili@ in his mission to kill
poppler-qt4.

Thanks to landry@ for figuring out the weird man page CONFIGURE_ARGS.

Thanks to Davin McCall for figuring out the undefined symbol errors:
https://github.com/TeXworks/texworks/issues/852

OK landry@ and kili@
2018-12-30 12:11:56 +00:00
landry
30ccb065e4 Update to ktikz 0.12
switches to qt5, so that's one less consumer for poppler-qt4..

ok pirofti@ (maintainer)
2018-12-28 19:02:40 +00:00
robert
3746b2178d update to 6.1.4.2 2018-12-19 20:43:17 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
bcallah
fdb474820c Update to featherpad-0.9.2
Changelog: https://github.com/tsujan/FeatherPad/blob/master/ChangeLog
2018-12-11 15:47:13 +00:00
sthen
1224106d57 update to vim-8.1.0573 2018-12-08 22:39:20 +00:00
jca
5a456c772c Control the use of ld -Z from the port Makefile
Should help testing on platforms not yet handled
2018-11-27 13:53:29 +00:00
jca
0caae79743 Don't clobber LDFLAGS 2018-11-23 15:31:22 +00:00
naddy
3b0aa11a1b update to 3.2: a myriad of small tweaks 2018-11-17 18:09:02 +00:00
naddy
c38f58eb45 check for a platform's endianness the modern way by including <endian.h>
and comparing BYTE_ORDER
2018-11-15 22:19:09 +00:00
naddy
0272dfee2a On i386, link without -Z. Not required with ld.bfd and not supported
by ld.lld.  ok jca@
2018-11-10 15:02:23 +00:00
bcallah
a90fcb4a2e +featherpad 2018-11-06 23:55:39 +00:00
bcallah
45d2a91e20 Import editors/featherpad, a lightweight Qt5 plain-text editor.
ok kn@

FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
any desktop environment and has:
  * Drag-and-drop support, including tab detachment and attachment
  * X11 virtual desktop awareness
  * Instant highlighting of found matches when searching
  * A docked window for text replacement
  * Support for showing line numbers and jumping to a specific line
  * Automatic detection of text encoding as far as possible and optional
    saving with encoding
  * Syntax highlighting for common programming languages
  * Ability to open URLs with appropriate applications
  * Session management
  * Side-pane mode
  * Auto-saving
  * Printing
  * Text zooming
2018-11-06 23:55:20 +00:00
jca
663caa18fb Upgrade path from emacs21 to latest emacs
"makes sense" naddy@, tweaks from sthen@
2018-11-02 12:56:52 +00:00
jca
497bb500c1 Remove emacs21
Broken when linked with lld, the unexec'd emacs segfaults.  Instead of
yet another workaround (ld.bfd), many prefer a removal.  One the plus
side, that's one less brk(2) user in the ports tree.

Prodded by naddy@, no objections from the usual suspects.
2018-10-31 00:27:24 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
rsadowski
e366caf917 Update OpenBSD KDE5 universe.
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
   ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.

- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
   now. I set EPOCH.

- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake

Thanks to landry@ for feedback and hints
2018-10-22 20:30:41 +00:00
bcallah
69d04c9cbf Update to ne-3.1.2
Changelog spread over these two files:
http://ne.di.unimi.it/CHANGES
http://ne.di.unimi.it/NEWS
2018-10-16 14:53:11 +00:00
sthen
97228b98c3 update to vim-8.1.438 2018-09-29 22:47:36 +00:00
robert
6bdbcad4fa update to 6.1.1.2 2018-09-20 13:54:12 +00:00
ajacoutot
df2b078e13 Fix WANTLIB/LIB_DEPENDS after the recent gtkspell3 update. 2018-09-20 09:22:03 +00:00
tj
bca5d7ab2b update to nano 3.1
ok naddy
2018-09-19 19:26:10 +00:00
rsadowski
46074cc701 Use kdiagram in calligra
Bump and regen PLIST
2018-09-19 05:16:04 +00:00
sthen
39d2d3a91b update to vim-8.1.0388
- remove bogus "CFLAGS/LDFLAGS=-pthread" setting for the gtk flavour
(very old - probably a remnant of uthread and not needed any more),
it was done as an override rather than addition, so the wanted CFLAGS
were not used for gtk builds.

- don't strip if this is a DEBUG build.
2018-09-14 09:11:41 +00:00
robert
778c5aea67 unbreak after libc++ update by defining _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
as these are still used by libreoffice
2018-09-11 18:51:00 +00:00
gonzalo
d48ab67c6d Update for Nano to 3.0
https://nano-editor.org/dist/v3/ChangeLog

OK naddy@ (maintainer)
2018-09-11 06:25:29 +00:00
robert
3522e7e9ec unbreak pdf export and printing by switching to libressl from nss for
digest so that the MD5_Update symbol will not conflict between libcrypto
and libnss

a hack might come later for nss as well
2018-09-07 07:15:50 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bcallah
0ee1e71bd4 Update to focuswriter-1.6.16 2018-09-04 04:40:50 +00:00
sthen
1b1781d9cb don't waste time on i386; mark BROKEN as builds repeatedly fail with
/usr/obj/ports/libreoffice-6.1.0.3/libreoffice-6.1.0.3/instdir/sdk/lib/libuno_cppuhelpergcc3.so: undefined reference t
o `operator new(unsigned long, std::align_val_t)'
/usr/obj/ports/libreoffice-6.1.0.3/libreoffice-6.1.0.3/instdir/sdk/lib/libuno_cppuhelpergcc3.so: undefined reference t
o `operator delete(void*, std::align_val_t)'
2018-08-27 14:07:22 +00:00
awolk
ae6c52b57a Update editors/ghostwriter to 1.7.3
OK rsadowski@
2018-08-26 09:00:14 +00:00
edd
1ef5cd1475 Update to neovim-0.3.1.
From Jon Bernard, OK sthen@. Thanks!
2018-08-23 09:11:17 +00:00
sthen
4d13a65710 update to vim-8.1.0309 2018-08-21 16:55:08 +00:00
robert
6c2d1e4954 update to 6.1.0.3 2018-08-18 07:07:17 +00:00
naddy
1e87a41b50 bump for plist changes 6.3 -> 6.4 2018-08-11 04:58:47 +00:00
bcallah
de1dfc3317 Update to focuswriter-1.6.15 2018-07-22 20:39:57 +00:00
awolk
68135bceca editors/ghostwriter 1.6.2p1 => 1.7.0
port changes:
 - add Qt5SVG to WANTLIB and LIB_DEPENDS

OK bcallah@
2018-07-18 11:51:15 +00:00
espie
4acf03886e somebody forgot to cvs rm a patch, obviously 2018-07-17 04:30:14 +00:00