114859 Commits

Author SHA1 Message Date
zhuk
f1e5c469dd whitespace nit 2016-11-06 21:37:55 +00:00
zhuk
1526057ae3 Oops, that change in flavor-removing RE was wrong. 2016-11-06 21:36:54 +00:00
jeremy
233379b1d1 Update to yajl 1.3.0
Fix tests and remove extension source files.
2016-11-06 21:25:18 +00:00
zhuk
e90b36e409 Finally fix the tests/portbump/t8.
We now force the place for new revisions to be after REVISION mark,
if it exists. This way we don't get extra (and wrong!) REVISION-foo=0
in updated port Makefile.
2016-11-06 21:24:35 +00:00
jeremy
452dbe16e9 Remove extension source files and extension directories from PLIST,
fixes packaging.

Noticed by sthen@
2016-11-06 21:24:00 +00:00
landry
682c2ad672 Retire devel/eclipse, 3.2.2 is from 2007, and probably doesn't cope well
with 'modern java' we have now. Oh, and it also depends on ruby/1.8.

It might come back as there's a 4.2.2 port in openbsd-wip, but it isn't
from 2013 and not finished yet.

If you need a fullblown java IDE, there's intellij (maintained) and
netbeans (updated in 2010, but pending work by rafael sadowski ?).

'light the torch' ian@ & agreed by kili@
2016-11-06 20:51:32 +00:00
zhuk
f725fbefb3 Polish variable name parsing REs a bit: make them look similar, and allow '+'.
Makes tests/portbump/t8 progress a bit; now it fails due some inconsistent
REVISION handling.
2016-11-06 18:26:04 +00:00
zhuk
0935502595 Print actual error text on die(), makes debugging a bit easier.
This diff rotted in a tree of one slacker for quiet a few months.
2016-11-06 18:11:40 +00:00
jca
9884a60d71 No need to depend on gettext, pointed out by ajacoutot@ 2016-11-06 18:07:54 +00:00
shadchin
cc9f3bae55 - fix license
- fix .pyc file
- simplify test (without install package)
- refresh WANTLIB
- kill the gettext module
- regen PLIST, _cairo.a and _cairo.la (already commented out) aren't
  installed any more

ok and tweaks jca@
2016-11-06 16:36:08 +00:00
zhuk
98c1760ac6 Add copyright & license; missing since initial import in 2014. 2016-11-06 16:14:32 +00:00
zhuk
c84b88bd09 One more CONFIGURE_SHARED in sample test output. 2016-11-06 15:02:02 +00:00
zhuk
302ad1fe71 Hook up t8 and t9 tests for portbump. 2016-11-06 14:59:28 +00:00
zhuk
ace33c9786 Two more portbump tests.
The t8 currently fails on "-c++" subpackage name.

The t9 is for recently fixed issue with subpackage name in dump-vars output.
2016-11-06 14:59:15 +00:00
zhuk
d8b44a46a8 Sync expected test output with source Makefile after CONFIGURE_SHARED removal. 2016-11-06 14:53:55 +00:00
zhuk
6576e4f67a Tweak the RE used to parse make dump-vars output.
This fixes the annoying problem with REVISIONs not being added for ports
that have default FLAVOR other than "" (empty one).

Brought to my eyes by jeremy@, initial ideas from him and afresh1@.
2016-11-06 14:53:02 +00:00
shadchin
13586560b2 +py-terminado,python3 2016-11-06 13:45:26 +00:00
shadchin
0a3419ff40 Update to py-terminado 0.6. Add py3 flavor and take maintainership. 2016-11-06 13:42:57 +00:00
jasper
352b5aa919 update to qutebrowser-0.8.4 2016-11-06 13:09:50 +00:00
ajacoutot
aa7ba6c281 Missing dependency on multimedia/gstreamer1/plugins-good.
reported by l dot nardou at wanadoo dot fr
2016-11-06 12:56:02 +00:00
ajacoutot
6b13371f72 Update to gspell-1.2.1. 2016-11-06 12:48:11 +00:00
jasper
a16481c410 update to gtksourceview3-3.22.1 2016-11-06 12:43:33 +00:00
jasper
a14fe89bb6 update to specinfra-2.66.0 2016-11-06 12:32:16 +00:00
ajacoutot
f4acf61ba1 Update to gegl03-0.3.10. 2016-11-06 10:16:21 +00:00
ajacoutot
18e2ce9331 Update to babl-0.1.20. 2016-11-06 10:16:10 +00:00
shadchin
c88aac49a6 Unbreak after update py-codestyle 2016-11-06 07:33:10 +00:00
shadchin
7cdbd6c153 Update to py-codestyle 2.1.0 2016-11-06 07:31:09 +00:00
shadchin
0f6e1580d7 Update to py-sphinx 1.4.8
ok danj@, frantisek holop (maintainer)
2016-11-06 06:54:56 +00:00
jca
7038aa3ffd Update to tilda-1.3.3
Tweaked diff from Davide Gerhard.
2016-11-06 06:54:54 +00:00
shadchin
fe6ebb178a Update to py-beautifulsoup4 4.5.1
ok danj@, frantisek holop (maintainer)
2016-11-06 06:53:32 +00:00
jca
7f9abf55db Update to libconfuse-3.0
Tweaked diff from Davide Gerhard.
2016-11-06 06:53:05 +00:00
jsg
cdd20263f4 Remove the lua52 FLAVOR of luajit which build with LUAJIT_ENABLE_LUA52COMPAT
defined and wrongly patched luajit to set the abi to lua 5.2.
luajit can not load lua modules built against the lua 5.2 headers even
when build with LUAJIT_ENABLE_LUA52COMPAT.

Even without LUAJIT_ENABLE_LUA52COMPAT luajit has some 5.2 semantics,
the define enables a few other things such making unpack() available
as table.unpack().

No system vendors seem to ship a version of luajit with the define set
and the consensus is to just remove the FLAVOR.

Remove abieber@ as MAINTAINER at his request.

ok jca@ abieber@ juanfra@
2016-11-06 05:44:21 +00:00
jca
44d9387097 Stop accessing free'd memory; fixes programs running under socksify.
Discussed with upstream.
2016-11-06 01:39:54 +00:00
jca
1b798e44f4 Fix build on alpha.
On alpha, <machine/exec.h> defines ELF_TARG_MACH to EM_ALPHA_EXP,
unknown to elftoolchain.  Add a define, value from <sys/exec_elf.h>.

ok phessler@
2016-11-06 01:32:32 +00:00
jeremy
302d23ce49 Hookup mruby 2016-11-05 22:33:49 +00:00
jeremy
2e7bc08d5c Import mruby 1.2.0
mruby is a lightweight, easy to embed version of ruby.

Help from juanfra@ and pirofti@
OK juanfra@
2016-11-05 22:31:28 +00:00
dcoppa
74ec564dc1 Turn off ffmpeg's non-fatal error messages.
"Skipping 0 bytes of junk" is useless to the user, and essentially
indicates a NOP.

upstream git commit 7c2d9ebb7f61cf04d75e28ca5cd6932002c4357b
2016-11-05 21:27:26 +00:00
ajacoutot
4f06aa276d Sync with BZ. 2016-11-05 17:42:53 +00:00
ajacoutot
c3c7f292d5 Register gnash removal. 2016-11-05 16:46:44 +00:00
ajacoutot
3e9873c0b9 Remove www/gnash because... well :-)
General agreement from the b2k16 hackroom a couple days ago and Brad is ok
to remove it as well.
2016-11-05 16:45:43 +00:00
jca
6ea856432c Update to libtar-1.2.20, new upstream.
Tweaked diff from Rafael Sadowski.
2016-11-05 15:13:54 +00:00
ajacoutot
d53906f57f Update to gnome-photos-3.22.2. 2016-11-05 14:50:19 +00:00
steven
13bef39518 +p5-X11-Protocol-Other 2016-11-05 13:49:29 +00:00
ajacoutot
86c2d02659 Bump:
+lib/ruby/gems/2.2/extensions/x86_64-openbsd/2.2/yajl-ruby-1.2.1/
2016-11-05 13:46:21 +00:00
jasper
c33dd06e7b update to gitolite-3.6.6 2016-11-05 11:12:58 +00:00
danj
f44a7ee7d9 Update to cython-0.25.1
bulk by and ok aja@
2016-11-05 10:29:38 +00:00
nigel
08cd242f0a Remove nginx flavors 2016-11-05 10:14:44 +00:00
steven
ec657c8bf9 import X11::Protocol::Other, some extensions to X11::Protocol
feedback and ok jca@
2016-11-05 09:04:05 +00:00
rpointel
ca3867984b update burpsuite to 1.7.10.
More information: http://releases.portswigger.net/2016/11/1710.html
2016-11-05 05:49:54 +00:00
jeremy
29d8530bda Update nginx to use new dynamic modules feature
Switch all extrnal modules to be dynamic modules, and update them to use the
latest versions.  Use separate subpackages for all dynamic modules, so you
can easily choose which nginx features you want without rebuilding nginx
with a specific combination of FLAVORs.

Switch all internal modules that can be built dynamically to use dynamic
modules.

Start building the image_filter, geoip, perl, and xlst modules as dynamic
modules.

This requires changes to your nginx configuration if you were previously
using a FLAVORed version of nginx, or using the mail or stream features.

OK robert@ (MAINTAINER)
positive feedback from william@ (MAINTAINER), landry@, sthen@
2016-11-04 22:13:43 +00:00