Commit Graph

2390 Commits

Author SHA1 Message Date
edd
cbf760dee0 Update editors/neovim to version 0.3.8.
Tested by Paco Esteban, input and OK kn@. Thanks.
2019-07-09 09:46:16 +00:00
robert
a940ad8cd9 update to libreoffice-6.2.5.2 2019-07-05 07:17:56 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
naddy
f8d236ce78 llvm8: upstream fix for C++20 char8_t; ok robert@ 2019-06-23 19:38:31 +00:00
kili
668474224d Explicitely empty flavor is no longer needed for print/poppler. 2019-06-19 19:45:59 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
edd
7d13151178 editors/neovim: Plug a abritrary code execution bug.
Source command doesn't check for the sandbox.
https://github.com/neovim/neovim/pull/10082

Detailed description:
https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md

OK sthen@, thanks!
2019-06-06 16:35:41 +00:00
sthen
bbca5b93e0 SECURITY UPDATE to vim-8.1.1483
CVE-2019-12735 Arbitrary Code Execution via Modelines

https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md

"Beyond patching, it's recommended to disable modelines in the vimrc
(set nomodeline), to use the securemodelines plugin, or to disable
modelineexpr (since patch 8.1.1366, Vim-only) to disallow expressions in
modelines."
2019-06-06 15:04:22 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
robert
12b5be869d update to 6.2.4.2 2019-05-26 12:59:16 +00:00
sthen
2dcd382134 fix for 32-bit arches with 64-bit time_t; from Jens Johansson
update license information/PERMIT_* text
2019-05-23 09:37:30 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
naddy
0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
bcallah
65f6b6bcd0 Update to featherpad-0.10.0 2019-05-15 17:22:15 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
ajacoutot
940b19840a Upgrade to the newest git commit (still broken). 2019-05-14 05:07:23 +00:00
danj
7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
rsadowski
28f7c34666 Update TeXmacs to 1.99.9
Upstream switched form Qt4 to Qt5 and from autotools to CMake.
Added Nam Nguyen as maintainer. Thank you for taking care of this!

Initial diff from me, tweaked and newer diff from jca@. OK jca@
2019-05-12 15:43:45 +00:00
jca
99a94a91bf Unbreak build with ports-gcc and use ports-gcc on all archs.
texmacs on amd64 prints a few ugly warnings about symbol size mismatch
on stderr, but it seems to work properly anyway.  ports-gcc approach
suggested by phessler@.  One less port that builds only with base-gcc.

rsadowski@ has a diff to update this port and make it use clang, but
nobody gave feedback on it yet.
2019-05-10 21:27:07 +00:00
bentley
109bbf6279 Remove stray .so in plist, fixing the build. 2019-05-09 01:05:50 +00:00
bentley
00d4c1c6aa +sigil 2019-05-08 07:27:36 +00:00
bentley
364b21166a Import sigil-0.9.13.
Sigil is a free, open source, multi-platform ebook editor.
It is designed to edit books in ePub format (both ePub 2 and ePub 3).

tweaks + ok kirby@
2019-05-08 07:26:55 +00:00
sthen
4c9d7e6039 No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).

Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.

ok kmos@
2019-05-04 21:46:16 +00:00
naddy
299edba197 Update to 4.2. Fixes a possible crash on M-J, fixes --nowrap, and again
automatically adds a newline character at the end of a buffer.
Prodded by upstream maintainer Benno Schulenberg.
2019-05-02 20:15:16 +00:00
sthen
811bab0562 update to vim-8.1.1244 2019-05-02 01:03:11 +00:00
sthen
40fc99a567 update flavours in DESCR 2019-05-01 22:05:30 +00:00
sthen
da7524c71d flavour cleanup; drop the motif/athena flavours that we don't package
rsadowski cwen kmos danj agree

< sthen> /me sets it on fire and jumps over it (seeing as it's beltane)
< kmos> Careful. Don't get any of it on you.
< sthen> oh we are used to fire in the town where i live ;)
< sthen> https://www.youtube.com/watch?v=qnXx6jvsQto
< kmos> No, not the fire. Don't get any motif on you.
2019-05-01 22:05:02 +00:00
jeremy
4311e64eb4 Bump after default ruby version change to ruby 2.6 2019-04-29 00:42:08 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
bcallah
3b59fb0bae Update to dte-1.8.2
1.8.1 fixes some bugs from the 1.8 release; 1.8.2 is irrelevant for us but
might as well move to it since we need 1.8.1 anyway.
Changelog: https://craigbarnes.gitlab.io/dte/releases.html
2019-04-23 20:03:01 +00:00
robert
6d9676ca9c update to 6.2.3.2 2019-04-23 06:00:57 +00:00
jca
92dba9cf87 Update to emacs-26.2
Announcement mail:
  https://lists.gnu.org/archive/html/info-gnu/2019-04/msg00003.html

Works fine on amd64 and sparc64.  Tests by Timo Myyra, sunil@, Nam
Nguyen, krw@ and me.
2019-04-22 16:34:45 +00:00
bcallah
2a7aa4b476 Update to dte-1.8
Changelog: https://craigbarnes.gitlab.io/dte/releases.html
2019-04-20 13:52:18 +00:00
sthen
fe2bf64aec drop Donovan Watteau as maintainer as requested
(plus a little COMPILER tidying while there)
2019-04-16 20:19:01 +00:00
ajacoutot
e735d9ff42 Unbreak fake after previous commit (TRUEPREFIX -> PREFIX) 2019-03-30 18:18:52 +00:00
ajacoutot
a39f487358 Don't symlink the desktop files from /usr/local/lib/libreoffice/... but
copy them instead. unveil(2) in update-desktop-database(1) prevents it
to follow symlinks.

ok robert@ (maintainer)
2019-03-30 08:09:38 +00:00
naddy
c8ae714959 maintenance update to 4.0 for numerous small changes 2019-03-30 02:58:40 +00:00
jca
20647091ad Enable support for m17n/libotf
Similar diff from Eric Brown months ago.
2019-03-27 13:36:00 +00:00
jca
4f8b7684f4 Preemptively disable libotf and m17n-lib deps
Temporary until the mentioned libs are imported, I'll probably add m17n
support to the graphical emacs flavors later.
2019-03-26 16:19:36 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
sthen
771704c1f4 update to vim-8.1.1048 2019-03-24 22:02:15 +00:00
robert
e728b8d4f3 update to 6.2.2.2 2019-03-24 09:17:45 +00:00
sthen
c1e03434c1 build vim--gtk2 again (previously it had just plain "vim" using the default
flavour, previously gtk2 now gtk3 - change to explicitly listing both ,gtk2
and ,gtk3).
2019-03-18 15:13:16 +00:00
edd
5532d7814b Update Python bindings to neovim to 0.3.2.
Upstream has renamed the bindings, but for now we keep the old name.

OK sthen@, thanks!
2019-03-17 13:15:34 +00:00
edd
3a697a9799 Update to neovim v0.3.4.
This was a team effort between Jon Bernard and myself.

OK sthen@
2019-03-17 13:13:40 +00:00
sthen
82746f5134 update to vim-8.1.1007 2019-03-14 20:32:43 +00:00
ajacoutot
d1b7d01ebb Set BROKEN.
No idea what's happening but it aborts on startup for months now.
I'll try and have a look but the release is approaching.
2019-03-14 10:13:31 +00:00