CVS: cvs.openbsd.org: ports

2017-08-18 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/08/18 22:40:40

Modified files:
sysutils/u-boot: Makefile distinfo 
sysutils/u-boot/patches: patch-Makefile 
 patch-configs_rpi_2_defconfig 
 patch-configs_rpi_3_32b_defconfig 
 patch-configs_rpi_3_defconfig 
 patch-configs_rpi_defconfig 
 patch-scripts_Makefile_spl 

Log message:
update to U-Boot 2017.09-rc2

Tested on CuBox-i4Pro, BeagleBone Black, PandaBoard ES and
Raspberry Pi 3 Model B.

This corrects a regression on rpi3 when booting off USB where the EFI
loader would stop iterating over block devices when loading from SD card
failed reported by 'R0me0' on bugs@.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/08/18 14:39:06

Modified files:
games/openarena/patches: patch-Makefile 

Log message:
reorder includes so that we get the internal libspeex first.
fix 'hidden dependency' error after the recent update to libspeex
(headers have changed enough to be incompatible)



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Ian Darwin
CVSROOT:/cvs
Module name:ports
Changes by: i...@cvs.openbsd.org2017/08/18 12:38:21

Modified files:
devel/maven: Makefile distinfo 
devel/maven/pkg: PLIST 

Log message:
Update Maven to 3.5.0.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/08/18 12:11:52

Modified files:
audio/cantata  : Makefile 

Log message:
adjust post speex changes. bump



Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-18 Thread Heppler, J. Scott

On Aug 13, 2017: 13:16, Brian Callahan wrote:

Hi Scott --

On 08/10/17 21:03, Heppler, J. Scott wrote:


Jggimi reviewed the port and found an extra tab and line in the
Makefile.

Version 3 of the attached diff corrects.



This mostly looks good. There's some whitespace/newline tweaks that I 
can fix on commit.

Question though: I get a lot of errors that look like this:
Could not open file /usr/share/applications/tint2conf.desktop

Should these be tweaked?


I think I have narrowed down this issue.  Upstream provided multiple
examples of configuration files using the linux path;
/usr/share/applications.  In the 12.2 code, these were in the sample
directory.  In the interim, the sample directory was renamed themes.
The 0.12.2 port had a post-install sed entry that edited
/usr/share/applications -> /usr/local/share/applications.

I'm not facile with sed.  Conceptually, I can see several  ways.  1)
Run sed post-install ? will the edit be carried to
/etc/xdg/tint2/tint2rc by the PLIST @sample?  2) sed/Patch the tint2rc
*.tint2rc source 3) Run sed pre-install on the work directory on
themes/*.  Upstream is starting to provide packaging options but does
not presently haveany BSD build options.  The FreeBSD 0.14.5 ports does
not address this issue. Any preferences regarding the 3 options?

Thanks

Scott



It worked just fine here, was even smart enough to preserve my fluxbox 
bar settings as it took over which was a nice touch.


Also, do you want to be MAINTAINER?

~Brian


Thanks

Scott
On Aug 10, 2017: 10:23, Brian Callahan wrote:

Hi Scott --

I'll take a look at this later today.

~Brian

On 08/09/17 20:01, Heppler, J. Scott wrote:

A revised diff to update x11/tint2 is attached.  Upstream has added 2
new features:  1)  Configurable "Buttons" that attach an icon to a
command.  2) Shell script "Executors" with examples for Network
monitoring and disk usage.

Changelog here:
https://github.com/o9000/tint2

I cvs add'd/rm;d the revised patches and portchecked.

Testers and feedback appreciated.









--
J. Scott Heppler

Penguin Innovations

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 



NOTICE: This e-mail message and any attachments may
contain legally privileged and confidential information intended
solely for the use of the intended recipients. If you are not an
intended recipient, you are hereby notified that you have
received this message in error and any review, dissemination,
distribution, copying, or other unauthorized use of this email
and any attachment is strictly prohibited. If you have received
this email in error, please notify the sender immediately and
delete the message and any attachments from your system.



Re: NEW: mail/notmuch 0.25

2017-08-18 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 07:29:19PM +0200, Klemens Nanni wrote:
> notmuch[1] is "just an email system" for thread-based index, search
> and tagging that easily handles large amounts of messages.
> 
> It can be used with MUAs and editors like mutt or Emacs to enhance
> functionality.
> 
> Previous porting attempts[2] were taken into consideration; this port
> provides two packages -main and -emacs as well as the pseudo flavor
> no_emacs so people can avoid the Emacs stuff at build and install time.
> 
> Ruby is still being picked up automatically by the configure script,
> how about putting this into another package or flavor as well?
> 
> As already pointed out by jca@ there are some issues left with zlib that
> may need fixing on our side.
> 
> Attached you can also find logs for failed tests. I'm also looking for
> Ruby users to test notmuch; currently the Ruby tests are still skipped:
> 
>   786/854 tests passed.
>   6 broken tests failed as expected.
>   62 tests failed.
> 
> Comments? Feedback?
> 
> 1:https://notmuchmail.org
> 2:http://marc.info/?l=openbsd-ports=148502456832483
Bump. Has anyone used or tested this so far?



security/password-store GnuPG dependency

2017-08-18 Thread Bernd S.
Hello,

password-store itself lists GnuPG 2 as a dependency [1], but the package
and port install GnuPG 1.4.21 (classic), I reckon that both are compatible
with password-store and each other.

But is there a specific reason for it to install gpg classic even when
gpg2 is already installed? Or even for gpg classic being the default,
instead of gpg2?

[1] https://git.zx2c4.com/password-store/tree/README

CVS: cvs.openbsd.org: ports

2017-08-18 Thread Visa Hankala
CVSROOT:/cvs
Module name:ports
Changes by: v...@cvs.openbsd.org2017/08/18 06:47:58

Modified files:
audio/openal   : Makefile 

Log message:
Remove BROKEN-mips64*. They seem to have been readded by mistake.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Visa Hankala
CVSROOT:/cvs
Module name:ports
Changes by: v...@cvs.openbsd.org2017/08/18 06:44:11

Modified files:
shells/ksh93   : Makefile 

Log message:
Remove BROKEN-mips64. The comment about libast is stale,
and the port builds fine.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Paul Irofti
CVSROOT:/cvs
Module name:ports
Changes by: piro...@cvs.openbsd.org 2017/08/18 06:08:46

Modified files:
converters : Makefile 

Log message:
Link k2pdfopt



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Paul Irofti
CVSROOT:/cvs
Module name:ports
Changes by: piro...@cvs.openbsd.org 2017/08/18 06:07:51

Log message:
Import converters/k2pdfopt: make PDF's readable on Kindle devices.

K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle)
and smartphones. It works well on multi-column PDF/DJVU files and can
re-flow text even on scanned PDF files. It can also be used as a general
PDF copying/cropping/re-sizing/OCR-ing manipulation tool. It can generate
native or bitmapped PDF output, with an optional OCR layer.

Typical use

k2pdfopt -dev kv -mode 2col input.pdf

Supported devices (define your own by measuring your screen size)

1. Kindle 1-5 (k2)
2. Kindle DX (dx)
3. Kindle Paperwhite (kpw)
4. Kindle Paperwhite 2 (kp2)
5. Kindle Paperwhite 3 (kp3)
6. Pocketbook Basic 2 (pb2)
7. Kindle Voyage (kv)
8. Nook Simple Touch (nookst)
9. Kobo Touch (kbt)
10. Kobo Glo (kbg)
11. Kobo Glo HD (kghd)
12. Kobo Glo HD Full Screen (kghdfs)
13. Kobo Mini (kbm)
14. Kobo Aura (kba)
15. Kobo Aura HD (kbhd)
16. Kobo H2O (kbh2o)
17. Kobo H2O Full Screen (kbh2ofs)
18. Kobo Aura One (kao)
19. Nexus 7 (nex7)
20. Other (specify width, height, etc.)

With feedback from sthen@, OK edd@

Status:

Vendor Tag: pirofti
Release Tags:   pirofti_20170818

N ports/converters/k2pdfopt/Makefile
N ports/converters/k2pdfopt/distinfo
N ports/converters/k2pdfopt/pkg/DESCR
N ports/converters/k2pdfopt/pkg/PLIST
N ports/converters/k2pdfopt/patches/patch-CMakeLists_txt
N ports/converters/k2pdfopt/patches/patch-mupdf_mod_font_c
N ports/converters/k2pdfopt/patches/patch-mupdf_mod_stext-device_c
N ports/converters/k2pdfopt/patches/patch-mupdf_mod_pdf-colorspace_c
N ports/converters/k2pdfopt/patches/patch-willuslib_wmupdf_c
N ports/converters/k2pdfopt/patches/patch-k2pdfoptlib_k2pdfopt_h
N ports/converters/k2pdfopt/patches/patch-k2pdfoptlib_k2master_c
N ports/converters/k2pdfopt/patches/patch-willuslib_CMakeLists_txt
N ports/converters/k2pdfopt/patches/patch-willuslib_wmupdfinfo_c
N ports/converters/k2pdfopt/patches/patch-k2pdfoptlib_textrows_c

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 05:42:04

Modified files:
games/gcompris : Makefile distinfo 
games/gcompris/patches: patch-Makefile_in patch-configure 
patch-po_Makefile_in_in 
patch-src_gcompris_Makefile_in 
patch-src_goocanvas_src_Makefile_in 
games/gcompris/pkg: PLIST 

Log message:
Update to gcompris-17.05.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 03:20:09

Modified files:
graphics/gegl03: Makefile distinfo 

Log message:
Update to gegl03-0.3.20.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 03:19:55

Modified files:
graphics/babl  : Makefile distinfo 

Log message:
Update to babl-0.1.30.



Fw: UPDATE: mail/rspamd 1.6.3

2017-08-18 Thread Akai
Ping

Sent with [ProtonMail](https://protonmail.com) Secure Email.

>  Original Message 
> Subject: UPDATE: mail/rspamd 1.6.3
> Local Time: August 12, 2017 3:14 AM
> UTC Time: August 12, 2017 3:14 AM
> From: akai.m...@protonmail.com
> To: lan...@openbsd.org , ports@openbsd.org 
> 
>
> Hi ,Update mail/rspamd to 1.6.3,
> Thanks.
>
> diff -urN mail/rspamd/Makefile mystuff/mail/rspamd/Makefile
> --- mail/rspamd/MakefileSat Aug 12 11:05:09 2017
> +++ mystuff/mail/rspamd/MakefileSat Aug 12 11:06:23 2017
> @@ -4,7 +4,7 @@
>
> GH_ACCOUNT=vstakhov
> GH_PROJECT=rspamd
> -GH_TAGNAME=1.6.2
> +GH_TAGNAME=1.6.3
>
> CATEGORIES=mail
>
> diff -urN mail/rspamd/distinfo mystuff/mail/rspamd/distinfo
> --- mail/rspamd/distinfoSat Aug 12 11:05:09 2017
> +++ mystuff/mail/rspamd/distinfoTue Aug  1 19:26:06 2017
> @@ -1,2 +1,2 @@
> -SHA256 (rspamd-1.6.2.tar.gz) = gV5wngGNXLD8xhU8Z/SAn3feVZk0GtYsl7xWuQpmYPs=
> -SIZE (rspamd-1.6.2.tar.gz) = 2473648
> +SHA256 (rspamd-1.6.3.tar.gz) = DYn8SWbHGyCaD1ZkWLFlHfoRtlG153LL5ZkXcnDowT8=
> +SIZE (rspamd-1.6.3.tar.gz) = 2476617
>
> Sent with [ProtonMail](https://protonmail.com) Secure Email.diff -urN mail/rspamd/Makefile mystuff/mail/rspamd/Makefile
--- mail/rspamd/Makefile	Sat Aug 12 11:05:09 2017
+++ mystuff/mail/rspamd/Makefile	Sat Aug 12 11:06:23 2017
@@ -4,7 +4,7 @@
 
 GH_ACCOUNT=	vstakhov
 GH_PROJECT=	rspamd
-GH_TAGNAME=	1.6.2
+GH_TAGNAME=	1.6.3
 
 CATEGORIES=	mail
 
diff -urN mail/rspamd/distinfo mystuff/mail/rspamd/distinfo
--- mail/rspamd/distinfo	Sat Aug 12 11:05:09 2017
+++ mystuff/mail/rspamd/distinfo	Tue Aug  1 19:26:06 2017
@@ -1,2 +1,2 @@
-SHA256 (rspamd-1.6.2.tar.gz) = gV5wngGNXLD8xhU8Z/SAn3feVZk0GtYsl7xWuQpmYPs=
-SIZE (rspamd-1.6.2.tar.gz) = 2473648
+SHA256 (rspamd-1.6.3.tar.gz) = DYn8SWbHGyCaD1ZkWLFlHfoRtlG153LL5ZkXcnDowT8=
+SIZE (rspamd-1.6.3.tar.gz) = 2476617


CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 02:13:28

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

Log message:
Update to terraform-provider-aws-0.1.4.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 01:18:58

Modified files:
sysutils/salt  : Makefile distinfo 

Log message:
Update to salt-2017.7.1.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 01:17:20

Modified files:
sysutils/awless: Makefile distinfo 

Log message:
Update to awless-0.1.2.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 01:14:41

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.6.3.



CVS: cvs.openbsd.org: ports

2017-08-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/08/18 01:14:53

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.136.