CVS: cvs.openbsd.org: ports

2016-08-16 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2016/08/16 19:05:38

Modified files:
lang/node  : Makefile 
lang/node/pkg  : PLIST 

Log message:
100% more wxneeded! Also fix for the man page that snuck in!

Tested on amd64 and i386

OK jca@



Re: [lang/go] Update to 1.7

2016-08-16 Thread Dmitrij D. Czarkoff
Joel Sing  wrote:

>The following updates lang/go to version 1.7.
>
>Passes regress on i386 and amd64.
>
>ok?

OK czarkoff@.



Re: www/otter-browser 0.9.11-dev129 => 0.9.11-dev135 + wxneeded

2016-08-16 Thread Adam Wolk
On Mon, Aug 01, 2016 at 02:43:49AM +0200, Adam Wolk wrote:
> On Mon, Jul 18, 2016 at 12:58:17AM +0200, Adam Wolk wrote:
> > On Wed, Jul 06, 2016 at 02:28:08PM +0200, Adam Wolk wrote:
> > > Hi ports@
> > > 
> > > Trivial bump for otter-browser latest weekly.
> > > 
> > > OK's? feedback?
> > > 
> > 
> > Here is a bump for the latest weekly. Obviously waiting for port unlock but 
> > open
> > to testing before that happens.
> > 
> 
> Ping plus a bump to weekly 134

> Index: Makefile
> ===
> RCS file: /cvs/ports/www/otter-browser/Makefile,v
> retrieving revision 1.14
> diff -u -p -r1.14 Makefile
> --- Makefile  21 Jun 2016 09:03:45 -  1.14
> +++ Makefile  1 Aug 2016 00:41:13 -
> @@ -2,7 +2,7 @@
>  COMMENT =browser aiming to recreate classic Opera (12.x) UI 
> using Qt5
>  
>  MASTER_SITES =   ${MASTER_SITE_SOURCEFORGE:=otter-browser/}
> -DISTNAME =   otter-browser-0.9.11-dev129
> +DISTNAME =   otter-browser-0.9.11-dev134
>  PKGNAME =${DISTNAME:S/-dev/pre/}
>  
>  EXTRACT_SUFX =   .tar.bz2
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/otter-browser/distinfo,v
> retrieving revision 1.11
> diff -u -p -r1.11 distinfo
> --- distinfo  21 Jun 2016 09:03:45 -  1.11
> +++ distinfo  1 Aug 2016 00:41:13 -
> @@ -1,2 +1,2 @@
> -SHA256 (otter-browser-0.9.11-dev129.tar.bz2) = 
> mwfq2hjHHJgjT9Jrv2jCD6R1tJoSEFxp37DWQe2GluA=
> -SIZE (otter-browser-0.9.11-dev129.tar.bz2) = 2310570
> +SHA256 (otter-browser-0.9.11-dev134.tar.bz2) = 
> 95hdLG4SbTHLTV9PdzjXdpJL5mFLJn3ts95KQFulFMM=
> +SIZE (otter-browser-0.9.11-dev134.tar.bz2) = 2322645

Ping plus a bump to weekly 135 and CONFIGURE_ENV accounting for the wxneeded by 
the qt5 JIT
in otter-browser.

? otter-browser-0.9.11-dev132.diff
? otter-browser-0.9.11-dev135.diff
Index: Makefile
===
RCS file: /cvs/ports/www/otter-browser/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile21 Jun 2016 09:03:45 -  1.14
+++ Makefile16 Aug 2016 20:49:49 -
@@ -2,7 +2,7 @@
 COMMENT =  browser aiming to recreate classic Opera (12.x) UI 
using Qt5
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=otter-browser/}
-DISTNAME = otter-browser-0.9.11-dev129
+DISTNAME = otter-browser-0.9.11-dev135
 PKGNAME =  ${DISTNAME:S/-dev/pre/}
 
 EXTRACT_SUFX = .tar.bz2
@@ -27,6 +27,8 @@ LIB_DEPENDS = security/libgcrypt \
textproc/hunspell
 
 MODULES =  devel/cmake x11/qt5
+
+CONFIGURE_ENV +=   LDFLAGS="-Wl,-z,wxneeded"
 
 NO_TEST =  Yes
 
Index: distinfo
===
RCS file: /cvs/ports/www/otter-browser/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo21 Jun 2016 09:03:45 -  1.11
+++ distinfo16 Aug 2016 20:49:49 -
@@ -1,2 +1,2 @@
-SHA256 (otter-browser-0.9.11-dev129.tar.bz2) = 
mwfq2hjHHJgjT9Jrv2jCD6R1tJoSEFxp37DWQe2GluA=
-SIZE (otter-browser-0.9.11-dev129.tar.bz2) = 2310570
+SHA256 (otter-browser-0.9.11-dev135.tar.bz2) = 
T6tHeUbCRjU1w0hb059Tn+mJyF1AsFBUZ67aocL4cDU=
+SIZE (otter-browser-0.9.11-dev135.tar.bz2) = 2337334


CVS: cvs.openbsd.org: ports

2016-08-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/08/16 13:59:58

Modified files:
devel/pyusb: Makefile distinfo 
devel/pyusb/pkg: PLIST 
Removed files:
devel/pyusb/patches: patch-setup_py 

Log message:
update to pyusb-1.0, tested with 
https://badge.emfcamp.org/wiki/TiLDA_MK3/Firmware_Update



[lang/go] Update to 1.7

2016-08-16 Thread Joel Sing
The following updates lang/go to version 1.7.

Passes regress on i386 and amd64.

ok?

Index: Makefile
===
RCS file: /cvs/ports/lang/go/Makefile,v
retrieving revision 1.36
diff -u -p -u -p -r1.36 Makefile
--- Makefile20 Jul 2016 15:52:14 -  1.36
+++ Makefile16 Aug 2016 04:09:11 -
@@ -4,7 +4,7 @@ ONLY_FOR_ARCHS =${GO_ARCHS}
 
 COMMENT =  Go programming language
 
-VERSION =  1.6.3
+VERSION =  1.7
 EXTRACT_SUFX = .src.tar.gz
 DISTNAME = go${VERSION}
 PKGNAME =  go-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/lang/go/distinfo,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 distinfo
--- distinfo20 Jul 2016 15:52:14 -  1.19
+++ distinfo16 Aug 2016 04:09:11 -
@@ -1,2 +1,2 @@
-SHA256 (go1.6.3.src.tar.gz) = Yyau7V+GzxjxbW3IMUBWFPhV4tQWqR/T/cM093I0WwA=
-SIZE (go1.6.3.src.tar.gz) = 12617426
+SHA256 (go1.7.src.tar.gz) = cmgMFroIkfzyzPRtD4CeTs9Hu/iJ9diEzLVMXpoX4cA=
+SIZE (go1.7.src.tar.gz) = 14091954
Index: patches/patch-api_except_txt
===
RCS file: /cvs/ports/lang/go/patches/patch-api_except_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-api_except_txt
--- patches/patch-api_except_txt27 Jun 2016 15:57:17 -  1.3
+++ patches/patch-api_except_txt16 Aug 2016 04:09:11 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-api_except_txt,v 1.3 2016/06/27 15:57:17 jsing Exp $
 api/except.txt.origWed Jun 22 06:12:20 2016
-+++ api/except.txt Wed Jun 22 06:12:56 2016
-@@ -329,3 +329,7 @@ pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
+--- api/except.txt.origTue Aug  9 05:18:28 2016
 api/except.txt Fri Aug 12 02:46:38 2016
+@@ -329,4 +329,8 @@ pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
  pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8
  pkg unicode, const Version = "6.3.0"
  pkg unicode, const Version = "7.0.0"
@@ -9,3 +9,4 @@ $OpenBSD: patch-api_except_txt,v 1.3 201
 +pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
 +pkg syscall (openbsd-amd64), const SYS_KILL = 37
 +pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
+ pkg unicode, const Version = "8.0.0"
Index: patches/patch-src_cmd_link_internal_ld_data_go
===
RCS file: /cvs/ports/lang/go/patches/patch-src_cmd_link_internal_ld_data_go,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-src_cmd_link_internal_ld_data_go
--- patches/patch-src_cmd_link_internal_ld_data_go  16 May 2016 13:50:02 
-  1.1
+++ patches/patch-src_cmd_link_internal_ld_data_go  16 Aug 2016 04:09:11 
-
@@ -1,30 +1,30 @@
 $OpenBSD: patch-src_cmd_link_internal_ld_data_go,v 1.1 2016/05/16 13:50:02 
jsing Exp $
 src/cmd/link/internal/ld/data.go.orig  Thu Feb 18 07:35:20 2016
-+++ src/cmd/link/internal/ld/data.go   Sat May 14 02:18:17 2016
-@@ -385,7 +385,7 @@ func relocsym(s *LSym) {
+--- src/cmd/link/internal/ld/data.go.orig  Tue Aug  9 05:18:29 2016
 src/cmd/link/internal/ld/data.go   Fri Aug 12 02:51:14 2016
+@@ -400,7 +400,7 @@ func relocsym(s *LSym) {
case obj.R_TLS_LE:
-   isAndroidX86 := goos == "android" && (Thearch.Thechar 
== '6' || Thearch.Thechar == '8')
+   isAndroidX86 := goos == "android" && 
(SysArch.InFamily(sys.AMD64, sys.I386))
  
 -  if Linkmode == LinkExternal && Iself && HEADTYPE != 
obj.Hopenbsd && !isAndroidX86 {
 +  if Linkmode == LinkExternal && Iself && !isAndroidX86 {
r.Done = 0
if r.Sym == nil {
r.Sym = Ctxt.Tlsg
-@@ -419,7 +419,7 @@ func relocsym(s *LSym) {
+@@ -434,7 +434,7 @@ func relocsym(s *LSym) {
case obj.R_TLS_IE:
-   isAndroidX86 := goos == "android" && (Thearch.Thechar 
== '6' || Thearch.Thechar == '8')
+   isAndroidX86 := goos == "android" && 
(SysArch.InFamily(sys.AMD64, sys.I386))
  
 -  if Linkmode == LinkExternal && Iself && HEADTYPE != 
obj.Hopenbsd && !isAndroidX86 {
 +  if Linkmode == LinkExternal && Iself && !isAndroidX86 {
r.Done = 0
if r.Sym == nil {
r.Sym = Ctxt.Tlsg
-@@ -1413,7 +1413,7 @@ func dodata() {
-   }
+@@ -1489,7 +1489,7 @@ func dodata() {
  
-   if s != nil && s.Type == obj.STLSBSS {
+   if len(data[obj.STLSBSS]) > 0 {
+   var sect *Section
 -  if Iself && (Linkmode == LinkExternal || Debug['d'] == 0) && 
HEADTYPE != obj.Hopenbsd {
 +  if Iself && (Linkmode == LinkExternal || Debug['d'] == 0) {
   

CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/08/16 10:42:02

Modified files:
games/mars : Makefile 
Added files:
games/mars/patches: patch-resources_mars_desktop 

Log message:
Fix broken .desktop file

Reported by and ok stsp@



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2016/08/16 10:34:07

Modified files:
security/p5-Net_SSLeay: Makefile distinfo 

Log message:
update p5-Net-SSLeay to 1.78



Re: Node segfaults wxneeded?

2016-08-16 Thread Stuart Henderson
On 2016/08/16 17:03, Martijn Rijkeboer wrote:
> Hi,
> 
> On 2016-08-16 13:11, Stuart Henderson wrote:
> > On 2016/08/16 11:50, Martijn Rijkeboer wrote:
> >> When I try to start node on my OpenBSD-current machine it segfaults.
> >> Could it be that it needs to be compiled with wxneeded?
> > 
> > Yes. We can't actually build packages for it at present either
> > (same for lang/sbcl, lang/obc, lang/mono, devel/jdk).
> 
> With abieber@'s diff[1] node works again. He is waiting for ok's to
> commit...
> 
> Kind regards,
> 
> 
> Martijn Rijkeboer
> 
> 
> [1] http://akb.io/node-4.4.7p0.diff

Since it works, go for it :)



Re: Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

On 2016-08-16 13:11, Stuart Henderson wrote:
> On 2016/08/16 11:50, Martijn Rijkeboer wrote:
>> When I try to start node on my OpenBSD-current machine it segfaults.
>> Could it be that it needs to be compiled with wxneeded?
> 
> Yes. We can't actually build packages for it at present either
> (same for lang/sbcl, lang/obc, lang/mono, devel/jdk).

With abieber@'s diff[1] node works again. He is waiting for ok's to
commit...

Kind regards,


Martijn Rijkeboer


[1] http://akb.io/node-4.4.7p0.diff



Re: Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

On 2016-08-16 14:43, Aaron Bieber wrote:
> I have been fishing for OKs on this diff:
> http://akb.io/node-4.4.7p0.diff
> 
> If you can give it a try and report back, I would be very grateful! :D

With your diff applied node works again for me. Thanks.

Kind regards,


Martijn Rijkeboer



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Dmitrij Czarkoff
CVSROOT:/cvs
Module name:ports
Changes by: czark...@cvs.openbsd.org2016/08/16 08:08:40

Modified files:
multimedia/mpv : Makefile distinfo 

Log message:
update to mpv-0.19.0



Re: Node segfaults wxneeded?

2016-08-16 Thread Aaron Bieber
On Tue, Aug 16, 2016 at 11:50:07AM +0200, Martijn Rijkeboer wrote:
> Hi,
> 
> When I try to start node on my OpenBSD-current machine it segfaults.
> Could it be that it needs to be compiled with wxneeded? For the record
> my /usr/local partition is mounted wxallowed.

Hi!

I have been fishing for OKs on this diff:
http://akb.io/node-4.4.7p0.diff

If you can give it a try and report back, I would be very grateful! :D

Cheers,
Aaron

> 
> Kind regards,
> 
> 
> Martijn Rijkeboer
> 
> 
> $ pkg_info |grep node
> node-4.4.7  V8 JavaScript for clients and servers
> 
> 
> $ sysctl kern.version
> kern.version=OpenBSD 6.0-current (GENERIC.MP) #2358: Mon Aug 15 15:24:24
> MDT 2016
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Dmitrij Czarkoff
CVSROOT:/cvs
Module name:ports
Changes by: czark...@cvs.openbsd.org2016/08/16 05:48:20

Modified files:
graphics/scour : Makefile distinfo 
graphics/scour/pkg: PLIST 

Log message:
update to scour-0.34

Also add missing dependency on devel/py-six and make sure that port is
python3-compatible.



Re: Node segfaults wxneeded?

2016-08-16 Thread Stuart Henderson
On 2016/08/16 11:50, Martijn Rijkeboer wrote:
> Hi,
> 
> When I try to start node on my OpenBSD-current machine it segfaults.
> Could it be that it needs to be compiled with wxneeded?

Yes. We can't actually build packages for it at present either
(same for lang/sbcl, lang/obc, lang/mono, devel/jdk).



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2016/08/16 04:59:47

Modified files:
emulators/qemu : Makefile 

Log message:
Add wxneeded flag when linking qemu.
Add build dependency for msgfmt.
OK jca@ jung@ Brad Smith (maintainer)



Node segfaults wxneeded?

2016-08-16 Thread Martijn Rijkeboer
Hi,

When I try to start node on my OpenBSD-current machine it segfaults.
Could it be that it needs to be compiled with wxneeded? For the record
my /usr/local partition is mounted wxallowed.

Kind regards,


Martijn Rijkeboer


$ pkg_info |grep node
node-4.4.7  V8 JavaScript for clients and servers


$ sysctl kern.version
kern.version=OpenBSD 6.0-current (GENERIC.MP) #2358: Mon Aug 15 15:24:24
MDT 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP



Re: graphics/quirc: new port

2016-08-16 Thread Dmitrij D. Czarkoff
Updated port:

 - pkg/DESCR fix from sthen@ and 
 - tuned to recognize smaller QR codes in larger images at expense of slightly
   higher memory footprint.

OK?


libquirc-0.0.20160815.tgz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 03:51:50

Modified files:
devel/ruby-rspec/specinfra: Makefile distinfo 
devel/ruby-rspec/specinfra/pkg: PLIST 

Log message:
update to specinfra-2.60.4



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/08/16 03:10:36

Modified files:
net/olsrd  : Makefile 
sysutils/conky : Makefile 
sysutils/wmwlmon: Makefile 
x11/i3status   : Makefile 
x11/xfce4/xfce4-wavelan: Makefile 

Log message:
bump REVISION for ieee80211_nodereq change



CVS: cvs.openbsd.org: ports

2016-08-16 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/08/16 02:54:59

Modified files:
audio/hs-libmpd: Makefile distinfo 

Log message:
Update to hs-libmpd-0.9.0.5



CVS: cvs.openbsd.org: ports

2016-08-16 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/08/16 02:39:42

Modified files:
security/pcsc-lite: Makefile distinfo 
Removed files:
security/pcsc-lite/patches: patch-configure 
patch-src_readerfactory_c 

Log message:
Update to pcsc-lite-1.8.18



CVS: cvs.openbsd.org: ports

2016-08-16 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/08/16 02:22:22

Modified files:
devel/lua-penlight: Makefile distinfo 

Log message:
Update to Penlight-1.4.0



Re: NEW: devel/gitlab-ci-multi-runner

2016-08-16 Thread Frank Groeneveld
On Wed, Aug 10, 2016 at 12:37:33PM +0200, Frank Groeneveld wrote:
> Attached a port for gitlab-ci-multi-runner:
> 
> ---
> A runner for Gitlab CI. It runs tests and sends the results to GitLab.
> GitLab CI is the open-source continuous integration service included
> with GitLab that coordinates the testing.
> ---
> 
> My previous attempt stranded because I needed some upstream patches and
> a prebuilt docker image. I've solved this problem by just simply
> disabling the docker parts, we won't be able to use that on OpenBSD
> anyway.
> 
> What do you think, can this be imported?
> 
> Thanks
> 
> Frank

Got some feedback off-list. I've incorporated these fixes (missing >,
added homepage, license on seperate line). Any other comments?

Thanks.

Frank


gitlab-ci-multi-runner-1.4.1.tar.gz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:53:44

Modified files:
devel/git-lfs  : Makefile distinfo 

Log message:
woops, git-lfs-1.3.1 has been released since. update to it



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:51:53

Modified files:
devel  : Makefile 

Log message:
+git-lfs



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:50:53

Log message:
import git-lfs-1.3.0

Git Large File Storage (LFS) replaces large files such as audio samples,
videos, datasets, and graphics with text pointers inside Git, while
storing the file contents on a remote server.

ok sthen@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20161608

N ports/devel/git-lfs/distinfo
N ports/devel/git-lfs/Makefile
N ports/devel/git-lfs/pkg/PLIST
N ports/devel/git-lfs/pkg/DESCR

No conflicts created by this import



Re: graphics/quirc: new port

2016-08-16 Thread Stuart Henderson
On 2016/08/16 02:00, Dmitrij D. Czarkoff wrote:
> Hi!
> 
> pkg/DESCR:
> 
> | Quirc is a library for extracting and decoding them from images. It has 
> several
   
replace "them" with "QR codes"?

> Port depends on SDL because of 'quirc-demo' utility that scans QR codes using
> v4l2 device while displaying the image to user.  While handy, it is a bit
> redundant to another utility from the same port - 'quirc-scanner' - which also
> scans QR codes using v4l2 device but without showing images.  I wonder whether
> dependency on SDL is a good reason to split the port in subpackages.

I don't think it's really a problem to have a dependency on SDL, it's
not a library that is likely to be very widely used in other software,
and SDL isn't all that large.



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:50:10

Modified files:
net: Makefile 

Log message:
+py-paho-mqtt
+py-paho-mqtt,python3



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:49:10

Log message:
import py-paho-mqtt-1.2

The Paho Python Client provides a client class with support for both
MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x. It also provides some helper
functions to make publishing one off messages to an MQTT server very
straightforward.

ok sthen@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20161608

N ports/net/py-paho-mqtt/Makefile
N ports/net/py-paho-mqtt/distinfo
N ports/net/py-paho-mqtt/pkg/PLIST
N ports/net/py-paho-mqtt/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:48:19

Modified files:
textproc/jq: Makefile 
Added files:
textproc/jq/patches: patch-main_c 

Log message:
pledge jq

ok sthen@



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:46:41

Modified files:
x11/gnome/libgweather: Makefile distinfo 
x11/gnome/libgweather/pkg: PLIST 

Log message:
update to libgweather-3.20.2



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:46:30

Modified files:
www: Makefile 

Log message:
+qutebrowser



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:45:31

Log message:
import qutebrowser-0.8.2

qutebrowser is a keyboard-focused browser with a minimal GUI. It was
inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.

ok sthen@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20161608

N ports/www/qutebrowser/distinfo
N ports/www/qutebrowser/Makefile
N ports/www/qutebrowser/pkg/PLIST
N ports/www/qutebrowser/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:44:39

Modified files:
x11/py-qt5 : Makefile 
x11/py-qt5/pkg : PLIST-main 

Log message:
- add python3 flavor
- unbreak pre-configure for python 3

ok sthen@



CVS: cvs.openbsd.org: ports

2016-08-16 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2016/08/16 00:44:57

Modified files:
x11: Makefile 

Log message:
+py-qt5,python3