Re: new: lang/brainfuck

2018-07-12 Thread Nayden Markatchev
thank you both for the feedbacks! I incorporated your improvements and
committed the port.
On Wed, 11 Jul 2018 at 11:54, Stuart Henderson  wrote:
>
> On 2018/07/11 10:45, Stuart Henderson wrote:
> > On 2018/07/10 22:21, Nayden Markatchev wrote:
> > > Hi ports@,
> > >
> > > Here is a port of a brainfuck interpreter.
> > >
> > > from pkg/DESCR:
> > > ---
> > > Brainfuck is a programming language created in 1993 by Urban Muller and
> > > notable for its extreme minimalism.
> > >
> > > Brainfuck programs are composed as a series of characters. The language
> > > specification defines eight characters/commands and four areas of
> > > memory: code, code pointer, memory, and data pointer.
> > >
> > > Although the language is Turing complete, the prohibitively long execution
> > > time makes brainfuck programs impractical.
> > > ---
> > >
> > > Comments? OKs?
> > >
> > > Thanks,
> > > Nayden
> >
> > Hi, here's a tweaked version;
> >
> > - in most cases COMMENT doesn't normally refer to the name of the port
> > itself, relying on the package name for that instead
> >
> > - use GH_* infrastructure to fetch (the default downloaded filename
> > without this is not ideal in a directory with lots of other distfiles)
> >
> > - regen WANTLIB, a change in library linking in base means we use the
> > "original" name rather than filename for hard-linked libraries
> >
> > - use ports infrastructure for cmake-based ports (sets up dependencies
> > and a few other things). one consequence is that upstream's standard
> > install target installs a static library and header as well, if those
> > aren't wanted then the simple way to remove them is with "@comment"
> > in the plist. might as well keep them though I think?
> >
> > - also install example bf sourcecode
> >
> > This one is ok sthen@
> >
> >
>
>
> Oh, plus bcallah's fix for hardcoded -O2. :-)



Re: update: net/syncthing

2018-07-12 Thread Nayden Markatchev
Good. It's all yours :)
On Thu, 12 Jul 2018 at 21:51, Gonzalo L. Rodriguez  wrote:
>
> On [12/07/18] [06:24P], nayden wrote:
> >Hi ports@,
> >
> >These are the release notes for 0.14.48:
> >--
> >Bugfixes:
> >
> >#4897: Pausing on introducer removes device on other devices
> >#4901: API returns empty response if non-existing files are #included
> >#4903: Syncthing recreates the directories for deleted/missing "Folders"
> >#4915: .stignore is accidentaly overwritten by web UI on slow machines
> >#4918: GUI unresponsive or unusable with many folders or devices
> >#4941: "Watching for Changes" dialog undismissable
> >#4947: Recent Changes shows empty folder label
> >Enhancements:
> >
> >#4807: Support variable sized blocks
> >#4896: Thousand separator for numbers in GUI
> >Other issues:
> >
> >#4909: Custom Windows icon missing in latest release
> >--
> >
> >ok?
> >
> >Index: Makefile
> >===
> >RCS file: /home/nayden/cvsync/ports/net/syncthing/Makefile,v
> >retrieving revision 1.22
> >diff -u -p -r1.22 Makefile
> >--- Makefile   4 Jun 2018 08:51:48 -   1.22
> >+++ Makefile   12 Jul 2018 16:53:29 -
> >@@ -2,7 +2,7 @@
> >
> > COMMENT = open decentralized synchronization utility
> >
> >-V =   0.14.47
> >+V =   0.14.48
> > DISTNAME =syncthing-${V}
> > DISTFILES =   syncthing-source-v${V}${EXTRACT_SUFX}
> >
> >Index: distinfo
> >===
> >RCS file: /home/nayden/cvsync/ports/net/syncthing/distinfo,v
> >retrieving revision 1.14
> >diff -u -p -r1.14 distinfo
> >--- distinfo   4 Jun 2018 08:51:48 -   1.14
> >+++ distinfo   12 Jul 2018 16:58:02 -
> >@@ -1,2 +1,2 @@
> >-SHA256 (syncthing-source-v0.14.47.tar.gz) = 
> >krNTXKPqeyfFsux3EIiGXNbpHYEaCBa+OaYoOjBn5vM=
> >-SIZE (syncthing-source-v0.14.47.tar.gz) = 10496524
> >+SHA256 (syncthing-source-v0.14.48.tar.gz) = 
> >tJIlGLASqpvEazlASnHKAOW8wvDgrSGieoQaSWWpsy8=
> >+SIZE (syncthing-source-v0.14.48.tar.gz) = 10566623
> >
>
> Hey Nayden, I sent the similar to edd@ a couple days ago, but with a little
> update on the patch.
>
>
>
> --
> Sending from my toaster.



update: net/syncthing

2018-07-12 Thread nayden
Hi ports@,

These are the release notes for 0.14.48:
--
Bugfixes:

#4897: Pausing on introducer removes device on other devices
#4901: API returns empty response if non-existing files are #included
#4903: Syncthing recreates the directories for deleted/missing "Folders"
#4915: .stignore is accidentaly overwritten by web UI on slow machines
#4918: GUI unresponsive or unusable with many folders or devices
#4941: "Watching for Changes" dialog undismissable
#4947: Recent Changes shows empty folder label
Enhancements:

#4807: Support variable sized blocks
#4896: Thousand separator for numbers in GUI
Other issues:

#4909: Custom Windows icon missing in latest release
--

ok?

Index: Makefile
===
RCS file: /home/nayden/cvsync/ports/net/syncthing/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile4 Jun 2018 08:51:48 -   1.22
+++ Makefile12 Jul 2018 16:53:29 -
@@ -2,7 +2,7 @@
 
 COMMENT =  open decentralized synchronization utility
 
-V =0.14.47
+V =0.14.48
 DISTNAME = syncthing-${V}
 DISTFILES =syncthing-source-v${V}${EXTRACT_SUFX}
 
Index: distinfo
===
RCS file: /home/nayden/cvsync/ports/net/syncthing/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo4 Jun 2018 08:51:48 -   1.14
+++ distinfo12 Jul 2018 16:58:02 -
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v0.14.47.tar.gz) = 
krNTXKPqeyfFsux3EIiGXNbpHYEaCBa+OaYoOjBn5vM=
-SIZE (syncthing-source-v0.14.47.tar.gz) = 10496524
+SHA256 (syncthing-source-v0.14.48.tar.gz) = 
tJIlGLASqpvEazlASnHKAOW8wvDgrSGieoQaSWWpsy8=
+SIZE (syncthing-source-v0.14.48.tar.gz) = 10566623



Allow building xapian-bindings with ruby 2.5

2018-07-12 Thread Jeremy Evans
The ruby bindings for xapian do not build with ruby 2.5 as ruby
2.5 is a little more strict and doesn't allow excess arguments
to rb_funcall.  This uses a sed script in pre-configure to fix
the issue, which is much easier than adding a very large patch.

Ruby 2.5 changes which documentation files are generated due
to changes in rdoc, so this also removes the rdoc files
from the package. With this change you can build packages for
all 3 currently supported versions of ruby.

Will commit in a few days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/databases/xapian-bindings/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile1 Dec 2017 14:41:22 -   1.11
+++ Makefile12 Jul 2018 19:09:51 -
@@ -12,6 +12,7 @@ PKGNAME-python=   xapian-bindings-python-$
 PKGNAME-ruby=  ruby${MODRUBY_BINREV}-xapian-${V}
 
 REVISION-python=   0
+REVISION-ruby= 0
 
 MODULES=   lang/python \
lang/ruby
@@ -53,6 +54,10 @@ CONFIGURE_ARGS=  --with-perl \
--without-csharp \
--without-java \
--without-lua
+
+pre-configure:
+   sed -i 's/\(rb_funcall(.*, 0\), NULL);/\1);/' \
+   ${WRKSRC}/ruby/xapian_wrap.cc
 
 post-install:
mv ${PREFIX}/share/doc/xapian-bindings/ruby{,${MODRUBY_BINREV}}
Index: pkg/PLIST-ruby
===
RCS file: /cvs/ports/databases/xapian-bindings/pkg/PLIST-ruby,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 PLIST-ruby
--- pkg/PLIST-ruby  13 Nov 2017 23:36:05 -  1.1
+++ pkg/PLIST-ruby  12 Jul 2018 19:09:51 -
@@ -8,77 +8,3 @@ share/doc/xapian-bindings/ruby${MODRUBY_
 share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/examples/simpleindex.rb
 share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/examples/simplematchdecider.rb
 share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/examples/simplesearch.rb
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/index.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/LatLongCoord.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/MultiValueKeyMaker/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/MultiValueKeyMaker.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/MultiValueKeyMaker/KeySpec.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Database.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Document.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/ESet.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Enquire.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/ExpandTerm.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/LatLongCoords.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/MSet.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Match.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Posting.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Query.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Value.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/ValueCountMatchSpy.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Xapian/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Xapian.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/Xapian/Xapian/Xapian/Term.html
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/created.rid
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/css/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/css/fonts.css
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/css/rdoc.css
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/Lato-Light.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/Lato-LightItalic.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/Lato-Regular.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/Lato-RegularItalic.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/SourceCodePro-Bold.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/fonts/SourceCodePro-Regular.ttf
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/images/
-share/doc/xapian-bindings/ruby${MODRUBY_BINREV}/rdocs/images/add.png

Re: update: net/syncthing

2018-07-12 Thread Gonzalo L. Rodriguez

On [12/07/18] [06:24P], nayden wrote:

Hi ports@,

These are the release notes for 0.14.48:
--
Bugfixes:

#4897: Pausing on introducer removes device on other devices
#4901: API returns empty response if non-existing files are #included
#4903: Syncthing recreates the directories for deleted/missing "Folders"
#4915: .stignore is accidentaly overwritten by web UI on slow machines
#4918: GUI unresponsive or unusable with many folders or devices
#4941: "Watching for Changes" dialog undismissable
#4947: Recent Changes shows empty folder label
Enhancements:

#4807: Support variable sized blocks
#4896: Thousand separator for numbers in GUI
Other issues:

#4909: Custom Windows icon missing in latest release
--

ok?

Index: Makefile
===
RCS file: /home/nayden/cvsync/ports/net/syncthing/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile4 Jun 2018 08:51:48 -   1.22
+++ Makefile12 Jul 2018 16:53:29 -
@@ -2,7 +2,7 @@

COMMENT =   open decentralized synchronization utility

-V =0.14.47
+V =0.14.48
DISTNAME =  syncthing-${V}
DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}

Index: distinfo
===
RCS file: /home/nayden/cvsync/ports/net/syncthing/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo4 Jun 2018 08:51:48 -   1.14
+++ distinfo12 Jul 2018 16:58:02 -
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v0.14.47.tar.gz) = 
krNTXKPqeyfFsux3EIiGXNbpHYEaCBa+OaYoOjBn5vM=
-SIZE (syncthing-source-v0.14.47.tar.gz) = 10496524
+SHA256 (syncthing-source-v0.14.48.tar.gz) = 
tJIlGLASqpvEazlASnHKAOW8wvDgrSGieoQaSWWpsy8=
+SIZE (syncthing-source-v0.14.48.tar.gz) = 10566623



Hey Nayden, I sent the similar to edd@ a couple days ago, but with a little
update on the patch.



--
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/net/syncthing/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile4 Jun 2018 08:51:48 -   1.22
+++ Makefile9 Jul 2018 13:30:59 -
@@ -2,7 +2,7 @@
 
 COMMENT =  open decentralized synchronization utility
 
-V =0.14.47
+V =0.14.48
 DISTNAME = syncthing-${V}
 DISTFILES =syncthing-source-v${V}${EXTRACT_SUFX}
 
Index: distinfo
===
RCS file: /cvs/ports/net/syncthing/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo4 Jun 2018 08:51:48 -   1.14
+++ distinfo9 Jul 2018 13:30:59 -
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v0.14.47.tar.gz) = 
krNTXKPqeyfFsux3EIiGXNbpHYEaCBa+OaYoOjBn5vM=
-SIZE (syncthing-source-v0.14.47.tar.gz) = 10496524
+SHA256 (syncthing-source-v0.14.48.tar.gz) = 
tJIlGLASqpvEazlASnHKAOW8wvDgrSGieoQaSWWpsy8=
+SIZE (syncthing-source-v0.14.48.tar.gz) = 10566623
Index: patches/patch-build_go
===
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
retrieving revision 1.6
diff -u -p -r1.6 patch-build_go
--- patches/patch-build_go  24 Feb 2018 10:14:24 -  1.6
+++ patches/patch-build_go  9 Jul 2018 13:30:59 -
@@ -2,7 +2,7 @@ $OpenBSD: patch-build_go,v 1.6 2018/02/2
 Index: build.go
 --- build.go.orig
 +++ build.go
-@@ -461,7 +461,7 @@ func appendParameters(args []string, tags []string, ta
+@@ -490,7 +490,7 @@ func appendParameters(args []string, tags []string, ta
  
if !debugBinary {
// Regular binaries get version tagged and skip some debug 
symbols


Re: NEW: lang/wabt

2018-07-12 Thread Raphael Graf

On 07/07/18 21:57, Brian Callahan wrote:


On 07/07/18 06:03, Raphael Graf wrote:

On Tue, July 3, 2018 5:30 pm, Brian Callahan wrote:

Hi --

On 06/20/18 09:35, Raphael Graf wrote:
WABT is the WebAssembly Binary Toolkit, a suite of tools for 
WebAssembly.

(see https://github.com/WebAssembly/wabt)

The port includes one small patch which has already been pushed 
upstream.

It seems to work fine, at least on amd64.


Reads mostly OK. I tweaked the COMMENT to be (I think) a little more
descriptive and the pkg/DESCR to be (I think) a little more readable.

You were missing NO_TEST=Yes.

Do you want to be MAINTAINER?

Yes, if it's helpful..


If you plan on using it and updating it (and getting patches submitted 
upstream) then yes I think it's helpful.



Tarball with the tweaks attached (but still no MAINTAINER line...).
I have attached another tarball which fixes building on non-clang 
archs by

using gcc from ports.
In addition, I added lang/python to MODULES as python is a build 
dependency.

Does this make sense?



Yes. Here's back a tarball with minimal style tweaks. I think this one 
is good to go.


~Brian



I have added myself as MAINTAINER, no change apart from that..


wabt.tgz
Description: Binary data


Re: [UPDATE] emulators/vice to 3.2

2018-07-12 Thread Frederic Cambus
On Sun, Jul 08, 2018 at 04:27:54PM +0200, Frederic Cambus wrote:

> Here is a diff to update vice to 3.2.
> 
> This update requires the previously submitted devel/xa port.

For info, devel/xa has been in the ports tree since a few days already,
making it easier to test this update.



Re: [maintainer update] net/py-oauth2

2018-07-12 Thread Raf Czlonka
On Thu, Dec 07, 2017 at 04:34:13PM GMT, Johan Huldtgren wrote:
> > there was a request recently to add a python3 flavor to py-oauth2,
> > I've done so, and while there I did a very minor update which got rid of
> > py-coverage as a test dependency as well as removed our patch as that
> > has been merged upstream. Homepage also changed. This builds,
> > packages, and passes tests but I have no real world test for it anymore
> > so if you do please test.
> 
> ping?

It's been a while - sorry for the delay ;^)

I've just built and installed it - all OK, but I don't have anything to
test it against, I'm afraid :^(

Regards,

Raf



Re: NEW: lang/wabt

2018-07-12 Thread Brian Callahan



On 07/12/18 09:11, Raphael Graf wrote:

On 07/07/18 21:57, Brian Callahan wrote:


On 07/07/18 06:03, Raphael Graf wrote:

On Tue, July 3, 2018 5:30 pm, Brian Callahan wrote:

Hi --

On 06/20/18 09:35, Raphael Graf wrote:
WABT is the WebAssembly Binary Toolkit, a suite of tools for 
WebAssembly.

(see https://github.com/WebAssembly/wabt)

The port includes one small patch which has already been pushed 
upstream.

It seems to work fine, at least on amd64.


Reads mostly OK. I tweaked the COMMENT to be (I think) a little more
descriptive and the pkg/DESCR to be (I think) a little more readable.

You were missing NO_TEST=Yes.

Do you want to be MAINTAINER?

Yes, if it's helpful..


If you plan on using it and updating it (and getting patches 
submitted upstream) then yes I think it's helpful.



Tarball with the tweaks attached (but still no MAINTAINER line...).
I have attached another tarball which fixes building on non-clang 
archs by

using gcc from ports.
In addition, I added lang/python to MODULES as python is a build 
dependency.

Does this make sense?



Yes. Here's back a tarball with minimal style tweaks. I think this 
one is good to go.


~Brian



I have added myself as MAINTAINER, no change apart from that..


Thanks. OK for me.

~Brian



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Nayden Markatchev
CVSROOT:/cvs
Module name:ports
Changes by: nay...@cvs.openbsd.org  2018/07/12 12:22:08

ports/lang/brainfuck/pkg

Update of /cvs/ports/lang/brainfuck/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv40762/pkg

Log Message:
Directory /cvs/ports/lang/brainfuck/pkg added to the repository



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Nayden Markatchev
CVSROOT:/cvs
Module name:ports
Changes by: nay...@cvs.openbsd.org  2018/07/12 12:22:21

ports/lang/brainfuck/patches

Update of /cvs/ports/lang/brainfuck/patches
In directory cvs.openbsd.org:/tmp/cvs-serv90021/patches

Log Message:
Directory /cvs/ports/lang/brainfuck/patches added to the repository



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Nayden Markatchev
CVSROOT:/cvs
Module name:ports
Changes by: nay...@cvs.openbsd.org  2018/07/12 12:10:22

Modified files:
lang   : Makefile 

Log message:
+ SUBDIR += brainfuck



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Nayden Markatchev
CVSROOT:/cvs
Module name:ports
Changes by: nay...@cvs.openbsd.org  2018/07/12 12:26:30

Added files:
lang/brainfuck : Makefile distinfo 
lang/brainfuck/patches: patch-CMakeLists_txt patch-src_main_c 
lang/brainfuck/pkg: DESCR PLIST 

Log message:
Import of brainfuck-2.7.1: a brainfuck interpreter written in C.
With improvements and OKs from sthen@ and bcallah@.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2018/07/12 14:41:59

Modified files:
audio  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
audio/tremor   : Makefile distinfo 
audio/tremor/patches: patch-autogen_sh patch-configure_in 
audio/tremor/pkg: DESCR PLIST 
audio/tremor-tools: Makefile distinfo 
audio/tremor-tools/patches: patch-Makefile_in patch-configure 
patch-ogg123_callbacks_c 
patch-ogg123_cfgfile_options_c 
patch-ogg123_http_transport_c 
patch-ogg123_ogg123_c 
patch-ogg123_ogg123rc-example 
patch-ogg123_oggvorbis_format_c 
audio/tremor-tools/pkg: DESCR PLIST 

Log message:
Remove tremor, an obsolete fixed-point Vorbis audio decoder that is
no longer maintained upstream and no longer useful since our arm arch
unconditionally supports floating point.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Nayden Markatchev
CVSROOT:/cvs
Module name:ports
Changes by: nay...@cvs.openbsd.org  2018/07/12 12:14:00

ports/lang/brainfuck

Update of /cvs/ports/lang/brainfuck
In directory cvs.openbsd.org:/tmp/cvs-serv68990/brainfuck

Log Message:
Directory /cvs/ports/lang/brainfuck added to the repository



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 12:38:32

Modified files:
mail/rspamd: Makefile distinfo 
mail/rspamd/patches: patch-CMakeLists_txt 

Log message:
update to rspamd-1.7.8



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 15:19:34

Modified files:
devel/llvm : Makefile 
lang/crystal   : Makefile 

Log message:
- set PKGSPEC-main in devel/llvm, which provides the default pkgspec for
dependent ports, this restricts deps to use the current clang version
which is required for some ports using the unversioned libLLVM*.so
library. see https://marc.info/?l=openbsd-ports=152377935312657=2

- set RUN_DEPENDS on devel/llvm in lang/crystal as it uses libLLVM*.so
breakage reported by James Turner

I don't like this at all, but don't see what other option we have,
if anyone has a better idea please pipe up.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2018/07/12 20:57:07

Modified files:
textproc/icu4c : Makefile 

Log message:
Enable the stack protector again on arm.  It was disabled when armv7
used gcc 4.2, this builds fine after the switch to clang.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2018/07/12 21:00:16

Modified files:
devel/cmake: Makefile 

Log message:
Enable the stack protector again on arm.  It was disabled when armv7
used gcc 4.2, this builds fine after the switch to clang.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2018/07/12 22:08:08

Modified files:
devel/libexecinfo: Makefile 

Log message:
arm no longer needs -D__BUILTIN_HACK to build, remove vax case



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2018/07/12 02:11:11

Modified files:
audio/midish   : Makefile distinfo 

Log message:
Update for midish to 1.2.1

OK ratchov@ (maintainer)



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 03:10:42

Modified files:
sysutils/terraform/provider-ovh: Makefile distinfo 

Log message:
Update to terraform-provider-ovh-0.3.0.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 03:34:34

Added files:
geo/garmindev/patches: patch-src_EtrexH_CDevice_cpp 
   patch-src_EtrexLegendC_CDevice_cpp 
   patch-src_GPSMap60CSx_CDevice_cpp 

Log message:
unbreak build on arches where char is unsigned by default (ppc, arm)
from Matthew Martin



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 03:33:43

ports/geo/garmindev/patches

Update of /cvs/ports/geo/garmindev/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9681/patches

Log Message:
Directory /cvs/ports/geo/garmindev/patches added to the repository



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/07/12 00:27:07

Modified files:
net/fastnetmon/patches: patch-src_fastnetmon_cpp 
patch-src_fastnetmon_packet_parser_c 
patch-src_fastnetmon_packet_parser_h 
patch-src_pcap_plugin_pcap_collector_cpp 

Log message:
merged upstream



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 02:48:47

Modified files:
lang/rust  : Makefile 

Log message:
Add a comment to not forget to sync with x11/gnome/librsvg.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 03:31:48

Modified files:
databases/lbdb : Makefile 
databases/lbdb/pkg: PLIST-main 
Added files:
databases/lbdb/patches: patch-m_abook_sh_in 

Log message:
Include support for mail/abook lookups in lbdb, from Raf Czlonka



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 02:46:26

Modified files:
x11/gnome/librsvg: Makefile distinfo 
x11/gnome/librsvg/patches: patch-configure 
x11/gnome/librsvg/pkg: PLIST 
Added files:
x11/gnome/librsvg/patches: old-patch-configure 
x11/gnome/librsvg/pkg: PFRAG.old PFRAG.stable 

Log message:
Update to librsvg-2.42.5 on aarch64, amd64 and i386 only (needs rust support).
Hack around this port so older version is still built on other archs.
It's ugly but there's no "proper" solution to this and we want to catch up on
new releases because that's a graphical library and we need security updates...

discussed with sthen@ naddy@ espie@ jasper@ landry@
ok jasper@



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2018/07/12 02:10:04

Modified files:
audio/siren: Makefile distinfo 
audio/siren/pkg: PLIST 

Log message:
Update for siren to 0.7

OK ratchov@ (maintainer)



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2018/07/12 04:38:59

Modified files:
net/tor: Makefile distinfo 
net/tor/patches: patch-configure_ac 

Log message:
Update to tor 0.3.3.8.  Prevent picking up archivers/zstd.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/07/12 07:37:29

Modified files:
devel/gobject-introspection: Makefile 
devel/gobject-introspection/patches: patch-giscanner_shlibs_py 

Log message:
apply fix from upstream for the mis-interpreting of ldd output

ok aja@



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2018/07/12 06:56:30

Modified files:
net/fastnetmon/patches: patch-src_pcap_plugin_pcap_collector_cpp 

Log message:
this bit got merged upstream too



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2018/07/12 07:29:20

Modified files:
www/wp-cli : Makefile distinfo 

Log message:
Update to 1.5.1.

- Use the uploaded "release" file. No more GH_*



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2018/07/12 07:13:40

Modified files:
mail/kopano: Makefile.inc 
mail/kopano/core: Makefile distinfo 
mail/kopano/core/pkg: PLIST-main 

Log message:
update to 8.6.80.1248



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 07:59:17

Modified files:
x11/gnome  : Makefile 

Log message:
+chrome-gnome-shell



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 07:58:46

Log message:
Import chrome-gnome-shell-10.1.

Native browser connector for integration with extensions.gnome.org (this 
works
in conjunction with the GNOME Shell integration extension for Chrome).

ok jasper@

Status:

Vendor Tag: ajacoutot
Release Tags:   ajacoutot_20180712

N ports/x11/gnome/chrome-gnome-shell/distinfo
N ports/x11/gnome/chrome-gnome-shell/Makefile
N ports/x11/gnome/chrome-gnome-shell/pkg/PLIST
N ports/x11/gnome/chrome-gnome-shell/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 03:53:59

Modified files:
sysutils/packer: Makefile 

Log message:
disable on i386,

/usr/obj/ports/packer-1.2.4/go/src/github.com/hashicorp/packer/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go:53:159:
 constant 4294967295 overflows int



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 03:55:03

Modified files:
devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-1.8.3.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 04:03:06

Modified files:
net/py-boto: Makefile distinfo 
net/py-boto/pkg: PLIST 

Log message:
Update to py-boto-2.49.0.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/12 04:12:30

Modified files:
net/isc-bind   : Makefile distinfo 
net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c 
  patch-bin_dig_nslookup_c 
  patch-bin_named_include_named_globals_h 
  patch-lib_dns_opensslgost_link_c 
  patch-lib_isc_Makefile_in 
  patch-lib_isc_unix_net_c 
  patch-lib_isc_unix_socket_c 
net/isc-bind/pkg: PLIST 
Removed files:
net/isc-bind/patches: patch-lib_dns_openssldh_link_c 
  patch-lib_dns_openssldsa_link_c 
  patch-lib_dns_opensslecdsa_link_c 
  patch-lib_dns_opensslrsa_link_c 

Log message:
update to isc-bind-9.11.4



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 03:59:11

Modified files:
devel/appstream-glib: Makefile distinfo 

Log message:
Update to appstream-glib-0.7.10.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 04:08:09

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-208.0.1.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 04:06:51

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.10.56.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 04:07:04

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.15.57.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread YASUOKA Masahiko
CVSROOT:/cvs
Module name:ports
Changes by: yasu...@cvs.openbsd.org 2018/07/12 04:16:06

Modified files:
mail/mailest   : Makefile distinfo 

Log message:
Update to mailest 0.9.24.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2018/07/12 06:18:00

Modified files:
x11/gbdfed : Makefile distinfo 

Log message:
Update HOMEPAGE and MASTER_SITES to point to upstream site.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 04:04:49

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py-boto3-1.7.56.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 05:35:10

Modified files:
graphics/babl  : Makefile 

Log message:
Get API_VERSION from V; no pkg change.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 05:59:09

Modified files:
x11/mplayer: Makefile 

Log message:
Revert.
It's unclear it's been properly tested and Brad isn't answering.

Thanks to by naddy@ that confirmed that our arm people (patrick@, kettenis@)
told him that OpenBSD/armv7 enforces strict alignment for now and this chunk in
configure sounds wrong: HAVE_FAST_UNALIGNED.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 06:23:45

Modified files:
x11/gnome/librsvg: Makefile 

Log message:
RUSTFLAGS isn't needed anymore after recent rust fix/update.

noticed by semarie



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 08:34:26

Modified files:
graphics/gegl04: Makefile distinfo 
Added files:
graphics/gegl04/patches: 
 patch-operations_seamless-clone_Makefile_in 

Log message:
Update to gegl04-0.4.4.



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/07/12 08:34:01

ports/graphics/gegl04/patches

Update of /cvs/ports/graphics/gegl04/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31881/patches

Log Message:
Directory /cvs/ports/graphics/gegl04/patches added to the repository



CVS: cvs.openbsd.org: ports

2018-07-12 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2018/07/12 10:31:10

Modified files:
net/gdnsd  : Makefile distinfo 

Log message:
Update for Gdnsd to 2.4.0:

http://gdnsd.org/

OK jung@ (maintainer)