2297 Commits

Author SHA1 Message Date
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
shadchin
0c61d929b0 Update to texmaker 5.0.2 2018-07-15 23:09:43 +00:00
jca
ff5926da9e emacs21 never built on arm64 2018-07-11 19:05:42 +00:00
bcallah
49fd90ac9e Focuswriter tarball was re-rolled.
Reported by naddy@
2018-07-09 02:09:24 +00:00
bcallah
024374e3b0 Update to focuswriter-1.6.14 2018-07-08 02:44:03 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
edd
7e1e576371 editors/py-neovim: Update to 0.2.6.
From Jon Bernard, thanks for sending this in!

OK abieber@, sthen@. Thanks.
2018-07-01 14:21:36 +00:00
edd
73afd1a799 editors/neovim: Update to neovim-0.3.0.
Most of the work was done by Jon Bernard with input from myself and sthen@.

OK sthen@, abieber@. Thanks.
2018-07-01 14:16:29 +00:00
espie
d2700404fa add @tag markers/bump packages that depend on texlive/base to include ,-main 2018-07-01 09:02:40 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
benoit
f2fa52a4d9 Fix arch where char are unsigned by default
from Matthew Martin, ok sthen@
2018-06-27 20:43:11 +00:00
rsadowski
437fc7cc7c build dep on qca-qt5
Calligra pick up qca-qt5 if it is installed

Spotted by sthen@
2018-06-16 09:16:50 +00:00
sthen
ff27fbd705 oops, fix after renaming the dir, pointed out by feinerer@ 2018-06-14 14:35:05 +00:00
sthen
1ec16ffa1c add an XXX next to the existing "if updating major version, sync editors/vim-spell"
comment right next to the version number, in the vain hope that it makes it more
visible for the next person who does that ;)
2018-06-14 11:01:19 +00:00