Re: Man page typo irc-2.10.3.1p0v0

2017-04-24 Thread Jeremie Courreges-Anglas
Will Backman  writes:

> Hopefully I'm reporting this correctly, and in a helpful way.
> irc-2.10.3.1p0v0/usr/local/man/man8/ircd.8
> There is a duplicate "for" in a line.
>
> 149c149
> < or going for for repairs a lot it would make sense to start the \fIircd\fP
> ---
>> or going for repairs a lot it would make sense to start the \fIircd\fP

IMO this is the kind of things that is better solved upstream.  I do not
think that this double word is harmful for the reader's understanding.

Probably you should report this upstream, but is there an upstream left?

  http://www.irc.org/techie.html
  http://web.irc.org/mla/ircd-users/2008/threads.html
  http://ftp.irc.org/ftp/irc/org/irc2.11.2p3.tgz

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: databases/soprano: remove doxygen as BUILD_DEPENDS

2017-04-24 Thread Jeremie Courreges-Anglas
Rafael Sadowski  writes:

> Hi ports@,
>
> soprano without Doxygen. OK? Comments?

Maybe we can do without a patch, using

CONFIGURE_ARGS +=   -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:Bool=Yes

I guess the REVISION bump is here because this changes the content of
the package?  If it doesn't, you could omit the bump.

ok jca@

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/04/24 16:06:32

Modified files:
textproc/gxml/patches: patch-Makefile_in 

Log message:
Pushed upstream.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/04/24 15:00:27

Modified files:
lang/cython: Makefile 
devel/py-sh: Makefile 

Log message:
Tabs/spaces.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/04/24 14:51:24

Modified files:
archivers/lzip/lunzip: Makefile distinfo 

Log message:
Update to lunzip 1.9.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/04/24 14:33:58

Modified files:
net/curl   : Makefile distinfo 
net/curl/pkg   : PLIST 
Added files:
net/curl/patches: patch-docs_cmdline-opts_Makefile_in 
  patch-src_Makefile_in 

Log message:
Update to 7.54.0.  Includes fix for
CVE-2017-7468: TLS session resumption client cert bypass (again)



Man page typo irc-2.10.3.1p0v0

2017-04-24 Thread Will Backman

Hopefully I'm reporting this correctly, and in a helpful way.
irc-2.10.3.1p0v0/usr/local/man/man8/ircd.8
There is a duplicate "for" in a line.

149c149
< or going for for repairs a lot it would make sense to start the \fIircd\fP
---
> or going for repairs a lot it would make sense to start the \fIircd\fP


net/libktorrent: remove doxygen as BUILD_DEPENDS

2017-04-24 Thread Rafael Sadowski
Hi ports@,

libktorrent without Doxygen and dditional CMake policies.

OK? Comments?

Best regards,

Rafael Sadowski

Index: Makefile
===
RCS file: /cvs/ports/net/libktorrent/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile12 Aug 2015 12:33:02 -  1.11
+++ Makefile24 Apr 2017 16:40:09 -
@@ -5,7 +5,7 @@ COMMENT =   KTorrent engine
 V =1.3.1
 DISTNAME = libktorrent-$V
 HOMEPAGE = http://ktorrent.pwsp.net/
-REVISION = 8
+REVISION = 9
 
 EXTRACT_SUFX = .tar.bz2
 
@@ -27,11 +27,17 @@ MODKDE4_USE =   libs
 MODKDE4_LIB_LINKS =Yes
 
 BUILD_DEPENDS =devel/boost \
-   devel/doxygen \
devel/gettext-tools
 
 LIB_DEPENDS =  devel/gmp \
security/libgcrypt \
security/qca2
+
+# XXX Silently ignore non-existent dependencies
+CONFIGURE_ARGS +=  -DCMAKE_POLICY_DEFAULT_CMP0053=OLD
+CONFIGURE_ARGS +=  -DCMAKE_POLICY_DEFAULT_CMP0054=OLD
+CONFIGURE_ARGS +=  -DCMAKE_POLICY_DEFAULT_CMP0064=OLD
+# XXX Don't treat ``DEFINITIONS`` as a built-in directory property
+CONFIGURE_ARGS +=  -DCMAKE_POLICY_DEFAULT_CMP0059=OLD
 
 .include 
Index: patches/patch-doc_CMakeLists_txt
===
RCS file: patches/patch-doc_CMakeLists_txt
diff -N patches/patch-doc_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-doc_CMakeLists_txt24 Apr 2017 16:40:09 -
@@ -0,0 +1,17 @@
+$OpenBSD$
+disable doxygen
+--- doc/CMakeLists.txt.origMon Apr 24 18:34:09 2017
 doc/CMakeLists.txt Mon Apr 24 18:34:14 2017
+@@ -1,4 +1,4 @@
+-find_package(Doxygen)
++#find_package(Doxygen)
+ if (DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND)
+   message (STATUS "Doxygen and dot found. make docs target is available")
+   # Add support for a docs target
+@@ -24,4 +24,4 @@ if (DOXYGEN_FOUND AND DOXYGEN_DOT_FOUND)
+   endif()
+   
+   add_custom_target(docs ${DOCS_ARGS} )
+-endif()
+\ No newline at end of file
++endif()



UPDATE: Nextcloud-11.0.3

2017-04-24 Thread Gonzalo L. Rodriguez
Hello,

Upgrade for Nextcloud to 11.0.3:

https://nextcloud.com/changelog/

Ok? Comments?

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile14 Mar 2017 16:19:01 -  1.1.1.1
+++ Makefile24 Apr 2017 18:35:24 -
@@ -2,7 +2,7 @@
 
 COMMENT=   easy and universal access to shared and/or personal 
files
 
-V= 11.0.2
+V= 11.0.3
 DISTNAME=  nextcloud-${V}
 EXTRACT_SUFX=  .tar.bz2
 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo14 Mar 2017 16:19:01 -  1.1.1.1
+++ distinfo24 Apr 2017 18:35:24 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-11.0.2.tar.bz2) = 
XR7xnY8fNAtGwFujdB3LBD38hPw7niz84UCccaibhwA=
-SIZE (nextcloud-11.0.2.tar.bz2) = 38598274
+SHA256 (nextcloud-11.0.3.tar.bz2) = 
KNXuOfMca+IPA3rS6zACcq2btyp9Qo6wFSx6P96H1UU=
+SIZE (nextcloud-11.0.3.tar.bz2) = 39873178
Index: patches/patch-version_php
===
RCS file: /cvs/ports/www/nextcloud/patches/patch-version_php,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-version_php
--- patches/patch-version_php   14 Mar 2017 16:19:01 -  1.1.1.1
+++ patches/patch-version_php   24 Apr 2017 18:35:24 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-version_php,v 1.1.1.1 2017/03/14 16:19:01 gonzalo Exp $
 version.php.orig   Sun Mar 12 15:27:36 2017
-+++ version.phpSun Mar 12 15:27:50 2017
+--- version.php.orig   Sat Apr 22 03:29:19 2017
 version.phpMon Apr 24 14:25:13 2017
 @@ -2,7 +2,7 @@
- $OC_Version = array(11,0,2,7);
- $OC_VersionString = '11.0.2';
+ $OC_Version = array(11,0,3,2);
+ $OC_VersionString = '11.0.3';
  $OC_Edition = '';
 -$OC_Channel = 'stable';
 +$OC_Channel = 'OpenBSD ports';
  $OC_VersionCanBeUpgradedFrom = array (
-   0 => 9,
-   1 => 1,
+   'nextcloud' => 
+   array (
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   14 Mar 2017 16:19:02 -  1.1.1.1
+++ pkg/PLIST   24 Apr 2017 18:35:58 -
@@ -738,6 +738,7 @@ nextcloud/3rdparty/icewind/streams/src/F
 nextcloud/3rdparty/icewind/streams/src/IteratorDirectory.php
 nextcloud/3rdparty/icewind/streams/src/NullWrapper.php
 nextcloud/3rdparty/icewind/streams/src/Path.php
+nextcloud/3rdparty/icewind/streams/src/PathWrapper.php
 nextcloud/3rdparty/icewind/streams/src/RetryWrapper.php
 nextcloud/3rdparty/icewind/streams/src/SeekableWrapper.php
 nextcloud/3rdparty/icewind/streams/src/Url.php
@@ -3427,6 +3428,8 @@ nextcloud/apps/comments/l10n/ast.js
 nextcloud/apps/comments/l10n/ast.json
 nextcloud/apps/comments/l10n/az.js
 nextcloud/apps/comments/l10n/az.json
+nextcloud/apps/comments/l10n/bg.js
+nextcloud/apps/comments/l10n/bg.json
 nextcloud/apps/comments/l10n/bg_BG.js
 nextcloud/apps/comments/l10n/bg_BG.json
 nextcloud/apps/comments/l10n/bn_BD.js
@@ -3437,6 +3440,8 @@ nextcloud/apps/comments/l10n/bs.js
 nextcloud/apps/comments/l10n/bs.json
 nextcloud/apps/comments/l10n/ca.js
 nextcloud/apps/comments/l10n/ca.json
+nextcloud/apps/comments/l10n/cs.js
+nextcloud/apps/comments/l10n/cs.json
 nextcloud/apps/comments/l10n/cs_CZ.js
 nextcloud/apps/comments/l10n/cs_CZ.json
 nextcloud/apps/comments/l10n/cy_GB.js
@@ -3471,6 +3476,8 @@ nextcloud/apps/comments/l10n/eu.js
 nextcloud/apps/comments/l10n/eu.json
 nextcloud/apps/comments/l10n/fa.js
 nextcloud/apps/comments/l10n/fa.json
+nextcloud/apps/comments/l10n/fi.js
+nextcloud/apps/comments/l10n/fi.json
 nextcloud/apps/comments/l10n/fi_FI.js
 nextcloud/apps/comments/l10n/fi_FI.json
 nextcloud/apps/comments/l10n/fil.js
@@ -3485,6 +3492,8 @@ nextcloud/apps/comments/l10n/hi.js
 nextcloud/apps/comments/l10n/hi.json
 nextcloud/apps/comments/l10n/hr.js
 nextcloud/apps/comments/l10n/hr.json
+nextcloud/apps/comments/l10n/hu.js
+nextcloud/apps/comments/l10n/hu.json
 nextcloud/apps/comments/l10n/hu_HU.js
 nextcloud/apps/comments/l10n/hu_HU.json
 nextcloud/apps/comments/l10n/hy.js
@@ -3523,6 +3532,8 @@ nextcloud/apps/comments/l10n/ms_MY.js
 nextcloud/apps/comments/l10n/ms_MY.json
 nextcloud/apps/comments/l10n/my_MM.js
 nextcloud/apps/comments/l10n/my_MM.json
+nextcloud/apps/comments/l10n/nb.js
+nextcloud/apps/comments/l10n/nb.json
 nextcloud/apps/comments/l10n/nb_NO.js
 nextcloud/apps/comments/l10n/nb_NO.json
 nextcloud/apps/comments/l10n/nds.js
@@ -3547,6 +3558,8 @@ nextcloud/apps/comments/l10n/ru.js
 nextcloud/apps/comments/l10n/ru.json
 nextcloud/apps/comments/l10n/si_LK.js
 nextcloud/apps/comments/l10n/si_LK.json
+nextcloud/apps/comments/l10n/sk.js
+nextcloud/apps/comments/l10n/sk.json
 

CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 12:16:03

Modified files:
x11/driftnet   : Makefile 
x11/driftnet/patches: patch-src_packetcapture_c 
  patch-src_packetcapture_h 
  patch-src_tmpdir_c patch-src_tmpdir_h 

Log message:
extern inline changes broke gcc; just get rid of them



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2017/04/24 12:09:25

Modified files:
devel/bullet   : Makefile distinfo 
devel/bullet/patches: 
  patch-examples_ExampleBrowser_CMakeLists_txt 
devel/bullet/pkg: PLIST 
Added files:
devel/bullet/patches: patch-examples_BasicDemo_CMakeLists_txt 
  patch-examples_OpenGLWindow_CMakeLists_txt 
  patch-examples_SharedMemory_CMakeLists_txt 
  patch-examples_SimpleOpenGL3_CMakeLists_txt 

Log message:
Update to Bullet 2.86.1.  From David CARLIER + shlib bumps.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2017/04/24 12:07:25

Modified files:
shells/osh : Makefile distinfo 

Log message:
Update to osh 4.3.1, reminded by J.A. Neitzel (upstream).



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/04/24 11:20:05

Modified files:
x11/gnome/calendar: Makefile distinfo 

Log message:
update to gnome-calendar-3.24.1



UPDATE: sysutils/pick

2017-04-24 Thread Anton Lindqvist
Hi,
Update pick to version 1.6.1. This fixes a regression introduced in the
previous release causing tabs to not be properly displayed. Release
notes can be found here[1].

[1] https://github.com/calleerlandsson/pick/releases/tag/v1.6.1

Index: Makefile
===
RCS file: /cvs/ports/sysutils/pick/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile19 Apr 2017 12:23:20 -  1.1.1.1
+++ Makefile24 Apr 2017 17:12:22 -
@@ -2,7 +2,7 @@
 
 COMMENT =  fuzzy select anything
 
-V =1.6.0
+V =1.6.1
 DISTNAME = pick-${V}
 
 CATEGORIES =   sysutils
Index: distinfo
===
RCS file: /cvs/ports/sysutils/pick/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo19 Apr 2017 12:23:20 -  1.1.1.1
+++ distinfo24 Apr 2017 17:12:22 -
@@ -1,2 +1,2 @@
-SHA256 (pick-1.6.0.tar.gz) = 0DT9dSVsyz6MZSMZasJQtEsYFwpllJRO1tI9G8q/rmo=
-SIZE (pick-1.6.0.tar.gz) = 100855
+SHA256 (pick-1.6.1.tar.gz) = stA4TDdraXt+jxeENIXmNzUU8AGzW+GLZBSi/VztjZs=
+SIZE (pick-1.6.1.tar.gz) = 100881



Re: UPDATE: devel/ipython 5.3.0

2017-04-24 Thread Edd Barrett
On Mon, Apr 24, 2017 at 05:22:16PM +0100, Edd Barrett wrote:
> There are some test failures on the Python 2 failure.

There are some test failures on the Python 2 *FLAVOR*, sorry.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 10:25:20

Modified files:
databases/sqlite3: Makefile 

Log message:
add a comment about -DSQLITE_ENABLE_COLUMN_METADATA and DBD::SQLite



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 10:25:05

Modified files:
databases/p5-DBD-SQLite: Makefile 
databases/p5-DBD-SQLite/patches: patch-Makefile_PL 

Log message:
Don't define SQLITE_ENABLE_COLUMN_METADATA. This is used in DBD::SQLite's code
and should match the status for the sqlite build. (Normally DBD::SQLite uses
its own copy of the library, but we patch to use ports sqlite instead).
Fixes runtime breakage with clang, fixes "make test" with gcc, but somehow
runtime seemed to work with gcc..?!



Re: UPDATE: devel/ipython 5.3.0

2017-04-24 Thread Edd Barrett
On Sun, Apr 23, 2017 at 10:33:48PM +0500, Alexandr Shadchin wrote:
> Hi,
> 
> This diff updates IPython to 5.3.0 (the latest LTS release).
> Tested on amd64.
> 
> Comments ? OK ?

There are some test failures on the Python 2 failure. They all result
in:
AttributeError: StringIO instance has no attribute 'encoding'

Otherwise it looks good.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: UPDATE: gnupg-2.1.20

2017-04-24 Thread Aaron Bieber
On Mon, Apr 24, 2017 at 03:15:34PM +0100, Edd Barrett wrote:
> On Sun, Apr 23, 2017 at 03:53:39PM +0300, Pavel Korovin wrote:
> > Pierre-Emmanuel, Edd,
> > 
> > Please find secruity/gnupg2 diff with updated README describing sample
> > YubiKey setup attached.
> 
> This looks good to me. Just title-case your heading (I can do that
> before commit).
> 
> OK anyone? Preferably someone with a yubikey to verify the instructions.
> abieber@?

Looks good to me - OK abieber@

> 
> -- 
> Best Regards
> Edd Barrett
> 
> http://www.theunixzoo.co.uk

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2017/04/24 09:47:02

Modified files:
security/gnupg2: Makefile 
security/gnupg2/pkg: README 

Log message:
security/gnupg2: Add instructions to README for Yubikeys.

>From Pavel Korovin, OK abieber@. Thanks.



Re: UPDATE: games/xboard

2017-04-24 Thread Jeremie Courreges-Anglas

+cc dcoppa in case he wants to chime in (he did the recent xboard
updates).

Stuart Henderson  writes:

> On 2017/04/24 15:39, Rafael Sadowski wrote:
>> On Mon Apr 24, 2017 at 12:37:08PM +0200, Jeremie Courreges-Anglas wrote:
>> > Rafael Sadowski  writes:
>> > 
>> > > Hi ports@,
>> > >
>> > > please find below a simple patch to update xboard to the last stable
>> > > version. Regen and fix WANTLIB. Lightly tested on amd64.
>> > 
>> > The current version comes with a bunch of preconfigured chess engines.
>> > By default one can start xboard and use gnuchess out of the box.  It
>> > seems this is not the case with xboard-4.9.1, I get a weird error
>> > message at startup, and I haven't managed to start a new game yet.
>> > I don't think this is ready to go in.
>> 
>> "xboard -fcp gnuchess" Works like a charm. I think you mean:
>> https://www.gnu.org/software/xboard/FAQ.html#tag-C.22
>> 
>> It's not a weird error, it's a GNU feature:
>> https://www.gnu.org/software/xboard/FAQ.html#tag-D.6
>
> 'By default, XBoard tries to use Fairy-Max by running the command "fairymax".'
>
> Since we don't have that in ports, it's not a very useful default..

Yep.  The port has been patched to
1. use gnuchess is no config file is provided
2. look at /etc/xboard/xboard.conf by default

The header that defines this is specific to the gui toolkit used,
switching from xaw to gtk means that we have to patch another file;
else xboard doesn't look at /etc/xboard/xboard.conf, which is a bit
confusing...  With the updated diff below, I get something more usable
by default.

patch-args_h can go away, also update license marker while here.
Another thing would be to get rid of the gettext module, but that can be
done as another step.

ok jca@ if you want to commit this as is.


Index: Makefile
===
RCS file: /d/cvs/ports/games/xboard/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile27 Mar 2015 08:41:06 -  1.35
+++ Makefile24 Apr 2017 15:27:53 -
@@ -2,25 +2,27 @@
 
 COMMENT=   X11 frontend for GNU Chess and the Internet Chess Server
 
-DISTNAME=  xboard-4.8.0
+DISTNAME=  xboard-4.9.1
 CATEGORIES=games x11
 MASTER_SITES=  ${MASTER_SITE_GNU:=xboard/}
-REVISION=  0
 
 HOMEPAGE=  https://www.gnu.org/software/xboard/
 
-# GPL
+# GPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB=   ICE SM X11 Xaw Xmu Xt c cairo \
-   gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
-   gobject-2.0 m pthread rsvg-2
+WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
+WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
+WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
+WANTLIB += gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pthread rsvg-2 z
 
 MODULES=   devel/gettext
 
 BUILD_DEPENDS= devel/xdg-utils
 
 LIB_DEPENDS=   graphics/cairo \
+   x11/gtk+2 \
x11/gnome/librsvg
 
 RUN_DEPENDS=   games/gnuchess \
Index: distinfo
===
RCS file: /d/cvs/ports/games/xboard/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo10 Nov 2014 09:04:18 -  1.8
+++ distinfo24 Apr 2017 15:24:47 -
@@ -1,2 +1,2 @@
-SHA256 (xboard-4.8.0.tar.gz) = yI9I/H/gZ74KE7jRIcOFURRfiJcZwhJxeITl6C2QLRc=
-SIZE (xboard-4.8.0.tar.gz) = 3691531
+SHA256 (xboard-4.9.1.tar.gz) = Ky5T6EKK2bbo3IpVs6UYM4GRGk2uLABy+pYpa7sZcNY=
+SIZE (xboard-4.9.1.tar.gz) = 4015017
Index: patches/patch-Makefile_in
===
RCS file: /d/cvs/ports/games/xboard/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile_in
--- patches/patch-Makefile_in   10 Nov 2014 09:04:18 -  1.7
+++ patches/patch-Makefile_in   24 Apr 2017 15:24:47 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.7 2014/11/10 09:04:18 dcoppa Exp $
 Makefile.in.orig   Mon Nov 10 09:41:17 2014
-+++ Makefile.inMon Nov 10 09:41:27 2014
-@@ -532,7 +532,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \
+--- Makefile.in.orig   Sun May 15 19:18:04 2016
 Makefile.inMon Apr 24 00:59:18 2017
+@@ -542,7 +542,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \
  
  ###
  SUBDIRS = po
Index: patches/patch-args_h
===
RCS file: patches/patch-args_h
diff -N patches/patch-args_h
--- patches/patch-args_h26 Oct 2012 18:08:27 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-args_h,v 1.1 2012/10/26 18:08:27 dcoppa Exp $
-
-error: 'intptr_t' undeclared
-
 args.h.origWed Apr 18 04:31:15 2012
-+++ args.h Fri Oct 26 14:01:20 2012
-@@ -57,6 +57,8 @@
- // so that it can make use 

CVS: cvs.openbsd.org: ports

2017-04-24 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/04/24 09:25:49

Modified files:
devel/jdk/1.8  : Makefile 
Added files:
devel/jdk/1.8/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
   
patch-hotspot_src_share_vm_opto_loopPredicate_cpp 

Log message:
- fix clang + fastdebug issue in loopPredicate.cpp
- use HW_PHYSMEM64 to correct assert in fastdebug



[PATCH] emulators/gxemul: fix build with Clang

2017-04-24 Thread Frederic Cambus
Hi ports@,

Fix compilation errors with Clang. Patches from Pkgsrc.

Binary differs so bump REVISION as well.

Comments? OK?

Index: Makefile
===
RCS file: /cvs/ports/emulators/gxemul/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile10 Apr 2017 11:45:28 -  1.35
+++ Makefile24 Apr 2017 13:50:04 -
@@ -4,7 +4,7 @@ COMMENT=ARM/M88k/MIPS/PowerPC/SuperH m
 
 DISTNAME = gxemul-0.6.0.1
 CATEGORIES=emulators
-REVISION = 0
+REVISION = 1
 
 HOMEPAGE=  http://gxemul.sourceforge.net/
 
Index: patches/patch-src_components_cpu_CPUDyntransComponent_cc
===
RCS file: patches/patch-src_components_cpu_CPUDyntransComponent_cc
diff -N patches/patch-src_components_cpu_CPUDyntransComponent_cc
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_components_cpu_CPUDyntransComponent_cc24 Apr 2017 
13:50:04 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/components/cpu/CPUDyntransComponent.cc.origSun Aug 17 10:45:14 2014
 src/components/cpu/CPUDyntransComponent.cc Mon Apr 24 15:28:54 2017
+@@ -194,7 +194,7 @@ void CPUDyntransComponent::DyntransClearICPage(struct 
+   // Fill the page with "to be translated" entries, which when executed
+   // will read the instruction from memory, attempt to translate it, and
+   // then execute it.
+-  void (*f)(CPUDyntransComponent*, DyntransIC*) = 
GetDyntransToBeTranslated();
++  DyntransIC_t f = GetDyntransToBeTranslated();
+ 
+   for (int i=0; i

CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 08:55:46

Added files:
textproc/jq/patches: patch-Makefile_in 

Log message:
Don't use -static-libtool-libs, our libtool doesn't handle it and passes it
straight through to the compiler, which causes an error with clang.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/04/24 08:36:44

Modified files:
x11: Makefile 

Log message:
typo



Re: UPDATE: games/xboard

2017-04-24 Thread Stuart Henderson
On 2017/04/24 15:39, Rafael Sadowski wrote:
> On Mon Apr 24, 2017 at 12:37:08PM +0200, Jeremie Courreges-Anglas wrote:
> > Rafael Sadowski  writes:
> > 
> > > Hi ports@,
> > >
> > > please find below a simple patch to update xboard to the last stable
> > > version. Regen and fix WANTLIB. Lightly tested on amd64.
> > 
> > The current version comes with a bunch of preconfigured chess engines.
> > By default one can start xboard and use gnuchess out of the box.  It
> > seems this is not the case with xboard-4.9.1, I get a weird error
> > message at startup, and I haven't managed to start a new game yet.
> > I don't think this is ready to go in.
> 
> "xboard -fcp gnuchess" Works like a charm. I think you mean:
> https://www.gnu.org/software/xboard/FAQ.html#tag-C.22
> 
> It's not a weird error, it's a GNU feature:
> https://www.gnu.org/software/xboard/FAQ.html#tag-D.6

'By default, XBoard tries to use Fairy-Max by running the command "fairymax".'

Since we don't have that in ports, it's not a very useful default..



Re: net/trafd: remove?

2017-04-24 Thread Stuart Henderson
On 2017/04/24 12:25, Jeremie Courreges-Anglas wrote:
> The amount of scary errors in that build lead me to think that trafd
> should be sent to the Attic.  This is a pcap listener that runs as root,
> with no privsep/privdrop/chroot at all.  The documentation is lacking.

But there's great documentation in DESCR!

To use trafd, your kernel must be rebuilt with the following line
added to your kernel config file (/sys/arch//conf/):

pseudo-device   bpfilter8   # Berkeley packet filter

> There seems to be a "recently" active upstream at
> http://trafd.sourceforge.net/ but only two beta releases seem to have
> been published there.
> 
> ok to remove it?

Out of the ports tree, into the fire...



Re: UPDATE: gnupg-2.1.20

2017-04-24 Thread Edd Barrett
On Sun, Apr 23, 2017 at 03:53:39PM +0300, Pavel Korovin wrote:
> Pierre-Emmanuel, Edd,
> 
> Please find secruity/gnupg2 diff with updated README describing sample
> YubiKey setup attached.

This looks good to me. Just title-case your heading (I can do that
before commit).

OK anyone? Preferably someone with a yubikey to verify the instructions.
abieber@?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: UPDATE: games/xboard

2017-04-24 Thread Rafael Sadowski
On Mon Apr 24, 2017 at 12:37:08PM +0200, Jeremie Courreges-Anglas wrote:
> Rafael Sadowski  writes:
> 
> > Hi ports@,
> >
> > please find below a simple patch to update xboard to the last stable
> > version. Regen and fix WANTLIB. Lightly tested on amd64.
> 
> The current version comes with a bunch of preconfigured chess engines.
> By default one can start xboard and use gnuchess out of the box.  It
> seems this is not the case with xboard-4.9.1, I get a weird error
> message at startup, and I haven't managed to start a new game yet.
> I don't think this is ready to go in.

"xboard -fcp gnuchess" Works like a charm. I think you mean:
https://www.gnu.org/software/xboard/FAQ.html#tag-C.22

It's not a weird error, it's a GNU feature:
https://www.gnu.org/software/xboard/FAQ.html#tag-D.6

Cheers,

Rafael Sadowski



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 07:35:23

Modified files:
lang/erlang/16 : Makefile 
lang/erlang/17 : Makefile 
lang/erlang/18 : Makefile 
lang/erlang/19 : Makefile 
Added files:
lang/erlang/16/patches: patch-lib_wx_c_src_wxe_impl_cpp 
lang/erlang/17/patches: patch-lib_wx_c_src_wxe_impl_cpp 
lang/erlang/18/patches: patch-lib_wx_c_src_wxe_impl_cpp 
lang/erlang/19/patches: patch-lib_wx_c_src_wxe_impl_cpp 

Log message:
fix "ordered comparison between pointer and zero"



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 07:26:16

Modified files:
databases/qdbm : Makefile 
databases/qdbm/patches: patch-Makefile_in 
Removed files:
databases/qdbm/patches: patch-configure 

Log message:
use MAKE_FLAGS rather than patching configure to override optimizer
flags; this fixes opt flags for some files which avoided the previous
fix

avoid "-fomit-frame-pointer -fforce-addr -fno-omit-frame-pointer 
-fno-force-addr"



Re: [update] emacs-25.2

2017-04-24 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas  writes:

> emacs-25.2 has been released a few days ago.  I received no negative
> feedback for the two -rc releases, so I plan to commit this fairly soon.
> Test reports are always welcome as usual, especially if you run amd64 or
> one of the graphical flavors.

oops, here's what I actually meant:
"""
Test reports are always welcome as usual, especially if:
- you *don't* use amd64
- you use one of the graphical flavors
"""

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: [UPDATE] sysutils/rancid 3.6.1 to 3.6.2

2017-04-24 Thread Stuart Henderson
On 2017/04/24 13:36, Pavel Korovin wrote:
> Hi Stuart,
> 
> No, it's placed as intended only in the examples dir.
> ${SYSCONFDIR}/rancid/rancid.types.conf should contain overrides from
> ${SYSCONFDIR}/rancid/rancid.types.base, and the file in the distribution
> contains examples of such overrides, which should not be placed in
> ${SYSCONFDIR}/rancid.

Thanks - just checking it hadn't been overlooked.

Committed.



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 05:52:05

Modified files:
sysutils/rancid: Makefile distinfo 
sysutils/rancid/pkg: PLIST 

Log message:
update to rancid-3.6.2, from maintainer Pavel Korovin.



Re: [NEW] inputmethods/ibus-hangul 1.5.0

2017-04-24 Thread Jeremie Courreges-Anglas
Nils Reuße  writes:

>> Nils Reuße  hat am 12. April 2017 um 23:30 geschrieben:
>> 
>> 
>> Here is a new port for ibus-hangul which allows you to select and 
>> configure hangul in ibus.  It requires a new version of libhangul 
>> (please see my other mail).  The patch for the python script isn't 
>> necessary on linux; i've created a pull request anyways [1].
>> 
>> It works fine for me on amd64 and the ibus from ports.  Check [2] for 
>> proof ;).
>> 
>> But i am a bit unsure about the WANTLIB section: make 
>> port-lib-depends-check demands the version from the makefile, but then, 
>> portcheck is a bit skeptical:
>> 
>> $ /usr/ports/infrastructure/bin/portcheck
>> 1 line(s) longer than 80 chars in Makefile
>> the following libraries in WANTLIB look like masked by RUN_DEPENDS: ffi 
>> gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 ibus-1.0 pcre
>> inputmethods/ibus-hangul
>> 
>> Another remark: on my current snapshot, the package needs to be built with:
>>$ make package PKG_CREATE_NO_CHECKS=warn
>> 
>> Any comments?
>> 
>> Nils
>> 
>> [1] https://github.com/choehwanjin/ibus-hangul/pull/45
>> [2] https://www.hxgn.net/files/2017-04-12-031203_1024x659_scrot.png
>
>
> Here is an updated tarball.  Differences to the last one:
>
> - I take maintainership (the previous Makefile listet Federico as Maintainer, 
> which was an oversight by me, i copied the Makefile from ibus-anthy).
> - I added the pull request url to the patch file.
>
> The package also builds without PKG_CREATE_NO_CHECKS=warn now, and libhangul 
> has been updated in the meantime by Jeremie (thanks!).
>
> Any comments?

Here's an updated port.
- ibus should be a LIB_DEPENDS
- the gettext module shouldn't be used any more
- updated DESCR from upstream README, I find it simpler and to the point

I'm not an im user, but the port looks sane.  Now looking for additional
reviews/oks to import.



ibus-hangul.tgz
Description: Binary data

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE


Re: UPDATE: games/xboard

2017-04-24 Thread Jeremie Courreges-Anglas
Rafael Sadowski  writes:

> Hi ports@,
>
> please find below a simple patch to update xboard to the last stable
> version. Regen and fix WANTLIB. Lightly tested on amd64.

The current version comes with a bunch of preconfigured chess engines.
By default one can start xboard and use gnuchess out of the box.  It
seems this is not the case with xboard-4.9.1, I get a weird error
message at startup, and I haven't managed to start a new game yet.
I don't think this is ready to go in.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 04:38:52

Modified files:
audio/squeezelite: Makefile 

Log message:
needs more -l to avoid relying on NEEDED; fixes with modern linkers



Re: [UPDATE] sysutils/rancid 3.6.1 to 3.6.2

2017-04-24 Thread Pavel Korovin
Hi Stuart,

No, it's placed as intended only in the examples dir.
${SYSCONFDIR}/rancid/rancid.types.conf should contain overrides from
${SYSCONFDIR}/rancid/rancid.types.base, and the file in the distribution
contains examples of such overrides, which should not be placed in
${SYSCONFDIR}/rancid.

On 04/24, Stuart Henderson wrote:
> On 2017/04/23 20:06, Pavel Korovin wrote:
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/sysutils/rancid/pkg/PLIST,v
> > retrieving revision 1.9
> > diff -u -p -r1.9 PLIST
> > --- pkg/PLIST   6 Jan 2017 14:07:45 -   1.9
> > +++ pkg/PLIST   23 Apr 2017 17:01:24 -
> > @@ -172,6 +172,7 @@ share/examples/rancid/rancid.conf.sample
> >  @sample ${SYSCONFDIR}/rancid/rancid.conf
> >  share/examples/rancid/rancid.types.base
> >  @sample ${SYSCONFDIR}/rancid/rancid.types.base
> > +share/examples/rancid/rancid.types.conf
> 
> Does this need an @sample?
> 
> >  share/examples/rancid/rtrfilter
> >  @mode 755
> >  @owner _rancid
> 

-- 
With best regards,
Pavel Korovin



Re: [NEW] inputmethods/ibus-hangul 1.5.0

2017-04-24 Thread Nils Reuße
> Nils Reuße  hat am 12. April 2017 um 23:30 geschrieben:
> 
> 
> Here is a new port for ibus-hangul which allows you to select and 
> configure hangul in ibus.  It requires a new version of libhangul 
> (please see my other mail).  The patch for the python script isn't 
> necessary on linux; i've created a pull request anyways [1].
> 
> It works fine for me on amd64 and the ibus from ports.  Check [2] for 
> proof ;).
> 
> But i am a bit unsure about the WANTLIB section: make 
> port-lib-depends-check demands the version from the makefile, but then, 
> portcheck is a bit skeptical:
> 
> $ /usr/ports/infrastructure/bin/portcheck
> 1 line(s) longer than 80 chars in Makefile
> the following libraries in WANTLIB look like masked by RUN_DEPENDS: ffi 
> gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 ibus-1.0 pcre
> inputmethods/ibus-hangul
> 
> Another remark: on my current snapshot, the package needs to be built with:
>$ make package PKG_CREATE_NO_CHECKS=warn
> 
> Any comments?
> 
> Nils
> 
> [1] https://github.com/choehwanjin/ibus-hangul/pull/45
> [2] https://www.hxgn.net/files/2017-04-12-031203_1024x659_scrot.png


Here is an updated tarball.  Differences to the last one:

- I take maintainership (the previous Makefile listet Federico as Maintainer, 
which was an oversight by me, i copied the Makefile from ibus-anthy).
- I added the pull request url to the patch file.

The package also builds without PKG_CREATE_NO_CHECKS=warn now, and libhangul 
has been updated in the meantime by Jeremie (thanks!).

Any comments?

Nils

ibus-hangul-1.5.0.tar.gz
Description: application/gzip


net/trafd: remove?

2017-04-24 Thread Jeremie Courreges-Anglas

trafd doesn't build with clang.

===>  Cleaning for trafd-3.0.1
===>  Verifying specs:  c pcap
===>  found c.89.4 pcap.8.3
===>  Checking files for trafd-3.0.1
`/d/distfiles/trafd-3.0.1.tgz' is up to date.
>> (SHA256) trafd-3.0.1.tgz: OK
===>  Extracting for trafd-3.0.1
===>  Patching for trafd-3.0.1
===>   Applying OpenBSD patch patch-Makefile
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-Makefile,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- Makefile.orig  Thu Nov 25 17:38:29 1999
|+++ Makefile   Fri Sep 15 11:25:57 2000
--
Patching file Makefile using Plan A...
Hunk #1 succeeded at 12.
Hunk #2 succeeded at 35.
Hunk #3 succeeded at 64.
done
===>   Applying OpenBSD patch patch-lib_addrtoname_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-lib_addrtoname_c,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- lib/addrtoname.c.orig  Fri Sep 15 11:30:42 2000
|+++ lib/addrtoname.c   Fri Sep 15 11:30:55 2000
--
Patching file lib/addrtoname.c using Plan A...
Hunk #1 succeeded at 36.
done
===>   Applying OpenBSD patch patch-lib_interfaces_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-lib_interfaces_c,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- lib/interfaces.c.orig  Fri Sep 15 11:31:00 2000
|+++ lib/interfaces.c   Fri Sep 15 11:31:20 2000
--
Patching file lib/interfaces.c using Plan A...
Hunk #1 succeeded at 30.
Hunk #2 succeeded at 39.
done
===>   Applying OpenBSD patch patch-trafd_trafd_h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_trafd_h,v 1.1 2010/05/22 15:08:52 espie Exp $
|--- trafd/trafd.h.orig Sat May 22 17:06:41 2010
|+++ trafd/trafd.h  Sat May 22 17:06:56 2010
--
Patching file trafd/trafd.h using Plan A...
Hunk #1 succeeded at 25.
done
===>   Applying OpenBSD patch patch-trafd_trafdump
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_trafdump,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- trafd/trafdump.origThu Dec  9 19:53:56 1993
|+++ trafd/trafdump Fri Sep 15 11:23:19 2000
--
Patching file trafd/trafdump using Plan A...
Hunk #1 succeeded at 1.
done
===>   Applying OpenBSD patch patch-trafd_traffic_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_traffic_c,v 1.2 2010/05/22 15:08:52 espie Exp $
|--- trafd/traffic.c.orig   Thu Nov 25 12:31:15 1999
|+++ trafd/traffic.cSat May 22 17:06:25 2010
--
Patching file trafd/traffic.c using Plan A...
Hunk #1 succeeded at 31.
Hunk #2 succeeded at 215.
Hunk #3 succeeded at 225.
Hunk #4 succeeded at 262.
Hunk #5 succeeded at 272.
done
===>   Applying OpenBSD patch patch-trafd_trafsave
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_trafsave,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- trafd/trafsave.origSat Nov  6 17:37:30 1993
|+++ trafd/trafsave Fri Sep 15 11:23:19 2000
--
Patching file trafd/trafsave using Plan A...
Hunk #1 succeeded at 1.
done
===>   Applying OpenBSD patch patch-trafd_trafstart
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_trafstart,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- trafd/trafstart.orig   Wed Oct 27 16:47:01 1999
|+++ trafd/trafstartFri Sep 15 11:23:19 2000
--
Patching file trafd/trafstart using Plan A...
Hunk #1 succeeded at 1.
done
===>   Applying OpenBSD patch patch-trafd_trafstop
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-trafd_trafstop,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|--- trafd/trafstop.origSat Nov  6 17:39:56 1993
|+++ trafd/trafstop Fri Sep 15 11:23:19 2000
--
Patching file trafd/trafstop using Plan A...
Hunk #1 succeeded at 1.
done
===>  Configuring for trafd-3.0.1
===>  Building for trafd-3.0.1
===> Build in lib <===
clang -O2 -pipe -I../include -DRETSIGTYPE=void -DRETSIGVAL=  
-DPATH_TOSAVE=\"/var/trafd/\" -DPATH_TRAFSTAT=\"/usr/local/bin/trafstat\" 
-DPATH_TRAFSTAT_LOG=\"/var/log/trafstat.log\" 
-DPATH_TRAFLOG_FMT=\"/etc/traflog.format\"  -c addrtoname.c
In file included from addrtoname.c:58:
../include/interface.h:138:20: warning: unknown attribute 'volatile' ignored 
[-Wunknown-attributes]
__attribute__((volatile, format (printf, 1, 2)));
   ^
1 warning generated.
clang -O2 -pipe -I../include -DRETSIGTYPE=void -DRETSIGVAL=  

CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 04:14:05

Modified files:
comms/zmtx-zmrx: Makefile 
comms/zmtx-zmrx/patches: patch-zmrx_c patch-zmtx_c 
Added files:
comms/zmtx-zmrx/patches: patch-makefile patch-zmdm_c 
 patch-zmdm_h 

Log message:
clang and other fixes for zmtx-zmrx:

add prototypes
add missing system headers
add missing return values in non-void functions
64-bit time_t format string fix found by clang
honour CFLAGS
don't call rx_raw(int timeout) with "rx_raw()", use a sane timeout



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 03:48:17

Added files:
comms/zmtx-zmrx/patches: patch-zmrx_c patch-zmtx_c 
Removed files:
comms/zmtx-zmrx/patches: patch-01 patch-02 

Log message:
regen patches under standard names



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 03:36:40

Modified files:
textproc/enchant: Makefile 

Log message:
Use LIBCXX to generate list of C++ libs to add to LDFLAGS rather than a
hardcoded -lstdc++. Unbreaks clang/libc++ arches. ok aja@

Not the cleanest fix ever but enchant blocks a large number of ports
and removing the -l completely results in failures in gnome/todo and
gnome/calendar. XXX added!



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/04/24 03:33:44

Added files:
net/ysmv7/patches: patch-src_YSM_Setup_c 

Log message:
inline->static inline; fixes clang builds



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/04/24 03:33:11

Modified files:
net/ysmv7/patches: patch-src_man_ysm_1 

Log message:
regen patch



Re: [UPDATE] sysutils/rancid 3.6.1 to 3.6.2

2017-04-24 Thread Stuart Henderson
On 2017/04/23 20:06, Pavel Korovin wrote:
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/sysutils/rancid/pkg/PLIST,v
> retrieving revision 1.9
> diff -u -p -r1.9 PLIST
> --- pkg/PLIST 6 Jan 2017 14:07:45 -   1.9
> +++ pkg/PLIST 23 Apr 2017 17:01:24 -
> @@ -172,6 +172,7 @@ share/examples/rancid/rancid.conf.sample
>  @sample ${SYSCONFDIR}/rancid/rancid.conf
>  share/examples/rancid/rancid.types.base
>  @sample ${SYSCONFDIR}/rancid/rancid.types.base
> +share/examples/rancid/rancid.types.conf

Does this need an @sample?

>  share/examples/rancid/rtrfilter
>  @mode 755
>  @owner _rancid



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 03:32:14

Modified files:
security/py-oauthlib: Makefile distinfo 

Log message:
update py-oauthlib to 2.0.2, from maintainer Johan Huldtgren



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 03:30:00

Modified files:
www/py-jwt : Makefile distinfo 
www/py-jwt/pkg : PLIST 

Log message:
update to py-jwt 1.5.0 and enable tests, from maintainer Johan Huldtgren



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 03:08:06

Modified files:
infrastructure/mk: arch-defines.mk 

Log message:
add comments to describe CLANG_ARCHS and LLVM_ARCHS



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 02:47:58

Modified files:
databases/mariadb: Makefile 
databases/mariadb/patches: patch-client_CMakeLists_txt 
   patch-tests_CMakeLists_txt 

Log message:
Add ${SSL_LIBRARIES} to our patches that change client/test binaries to
being dynamically linked. Fix with lld. ok Brad



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/04/24 02:46:19

Modified files:
misc/sent  : Makefile 
misc/sent/patches: patch-config_mk 

Log message:
Fix local patch which removes -lm from linker invocation. Fixes with lld.



[update] emacs-25.2

2017-04-24 Thread Jeremie Courreges-Anglas

emacs-25.2 has been released a few days ago.  I received no negative
feedback for the two -rc releases, so I plan to commit this fairly soon.
Test reports are always welcome as usual, especially if you run amd64 or
one of the graphical flavors.


Index: Makefile
===
RCS file: /d/cvs/ports/editors/emacs/Makefile,v
retrieving revision 1.67
diff -u -p -r1.67 Makefile
--- Makefile10 Feb 2017 03:05:33 -  1.67
+++ Makefile23 Apr 2017 21:53:52 -
@@ -2,9 +2,8 @@
 
 COMMENT=   GNU editor: extensible, customizable, self-documenting
 
-VERSION=   25.1
+VERSION=   25.2
 DISTNAME=  emacs-${VERSION}
-REVISION=  3
 
 CATEGORIES=editors
 
Index: distinfo
===
RCS file: /d/cvs/ports/editors/emacs/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo13 Oct 2016 15:39:32 -  1.8
+++ distinfo23 Apr 2017 21:55:01 -
@@ -1,2 +1,2 @@
-SHA256 (emacs-25.1.tar.gz) = djNEuQ201A6f6QxdFHSKnb0gHOVE4s8INatIoKpKHGc=
-SIZE (emacs-25.1.tar.gz) = 62345581
+SHA256 (emacs-25.2.tar.gz) = UFu9bqbBl5RwAdD4C/zLazDhrdWE1jdvVNT9bk3nLS0=
+SIZE (emacs-25.2.tar.gz) = 64289988
Index: patches/patch-configure
===
RCS file: /d/cvs/ports/editors/emacs/patches/patch-configure,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure
--- patches/patch-configure 10 Apr 2017 12:54:14 -  1.11
+++ patches/patch-configure 24 Apr 2017 07:54:12 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.11 2017/04/10 12:54:14 kettenis Exp $
 configure.orig Fri Sep 16 11:20:23 2016
-+++ configure  Wed Mar 15 23:38:05 2017
-@@ -9531,7 +9531,14 @@ case "$opsys" in
+--- configure.orig Thu Apr 20 17:50:43 2017
 configure  Mon Apr 24 05:05:09 2017
+@@ -9530,7 +9530,14 @@ case "$opsys" in
openbsd)
 ## Han Boetes  says this is necessary,
 ## otherwise Emacs dumps core on elf systems.
Index: patches/patch-lisp_files_el
===
RCS file: /d/cvs/ports/editors/emacs/patches/patch-lisp_files_el,v
retrieving revision 1.1
diff -u -p -r1.1 patch-lisp_files_el
--- patches/patch-lisp_files_el 10 Feb 2017 03:05:33 -  1.1
+++ patches/patch-lisp_files_el 10 Feb 2017 13:18:40 -
@@ -2,9 +2,9 @@ $OpenBSD: patch-lisp_files_el,v 1.1 2017
 
 - open ports tree patches in diff-mode.
 
 lisp/files.el.orig Fri Feb 10 03:43:16 2017
-+++ lisp/files.el  Fri Feb 10 03:44:33 2017
-@@ -2505,6 +2505,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z
+--- lisp/files.el.orig Fri Feb  3 11:25:44 2017
 lisp/files.el  Fri Feb 10 14:18:32 2017
+@@ -2524,6 +2524,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z
   ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
   ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
   ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MS-DOS
Index: patches/patch-lisp_vc_vc-cvs_el
===
RCS file: patches/patch-lisp_vc_vc-cvs_el
diff -N patches/patch-lisp_vc_vc-cvs_el
--- patches/patch-lisp_vc_vc-cvs_el 16 Oct 2016 18:15:22 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,159 +0,0 @@
-$OpenBSD: patch-lisp_vc_vc-cvs_el,v 1.2 2016/10/16 18:15:22 jca Exp $
-
-Bugfix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24082
-
 lisp/vc/vc-cvs.el.orig Wed Jun 29 11:49:20 2016
-+++ lisp/vc/vc-cvs.el  Sun Oct 16 20:07:06 2016
-@@ -938,104 +938,33 @@ state."
- (t 'edited
- 
- (defun vc-cvs-after-dir-status (update-function)
--  ;; Heavily inspired by vc-cvs-parse-status. AKA a quick hack.
--  ;; This needs a lot of testing.
--  (let ((status nil)
--  (status-str nil)
--  (file nil)
--  (result nil)
--  (missing nil)
--  (ignore-next nil)
--  (subdir default-directory))
-+  (let ((result nil)
-+  (translation '((?? . unregistered)
-+ (?A . added)
-+ (?C . conflict)
-+ (?M . edited)
-+ (?P . needs-merge)
-+ (?R . removed)
-+ (?U . needs-update
- (goto-char (point-min))
--(while
--  ;; Look for either a file entry, an unregistered file, or a
--  ;; directory change.
--  (re-search-forward
--   "\\(^=+\n\\([^=c?\n].*\n\\|\n\\)+\\)\\|\\(\\(^?? .*\n\\)+\\)\\|\\(^cvs 
status: \\(Examining\\|nothing\\) .*\n\\)"
--   nil t)
--  ;; FIXME: get rid of narrowing here.
--  (narrow-to-region (match-beginning 0) (match-end 0))
--  (goto-char (point-min))
--  ;; The subdir
--  (when (looking-at "cvs status: Examining \\(.+\\)")
--  (setq subdir (expand-file-name (match-string 1
--  ;; Unregistered files
--  (while 

Re: UPDATE: net/prosody 0.9.12

2017-04-24 Thread Henrik Friedrichsen

On 04/07/2017 06:37 PM, Henrik Friedrichsen wrote:

On Mon, Mar 27, 2017 at 07:22:38PM +0200, Henrik Friedrichsen wrote:

Attached patch updates net/prosody to 0.9.12.

Seems that the ports freeze is over. Ping?


Sorry for nagging: Ping once more?



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/04/24 01:52:21

Modified files:
emulators/sdlmame: Makefile 
emulators/sdlmess: Makefile 
Added files:
emulators/sdlmame/patches: patch-src_emu_webengine_c 
emulators/sdlmess/patches: patch-src_emu_webengine_c 

Log message:
Fix error checks (and clang builds while here)

ok fcambus@



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/04/24 01:31:43

Modified files:
x11/gnustep/graphos: Makefile distinfo 
x11/gnustep/graphos/pkg: PLIST 

Log message:
Update to 0.6



CVS: cvs.openbsd.org: ports

2017-04-24 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2017/04/24 01:11:17

Modified files:
graphics/ansilove: Makefile distinfo 

Log message:
Update ansilove to 3.0.6.



UPDATE: games/xboard

2017-04-24 Thread Rafael Sadowski
Hi ports@,

please find below a simple patch to update xboard to the last stable
version. Regen and fix WANTLIB. Lightly tested on amd64.

Best regards,

Rafael Sadowski

Index: Makefile
===
RCS file: /cvs/ports/games/xboard/Makefile,v
retrieving revision 1.35
diff -u -p -u -p -r1.35 Makefile
--- Makefile27 Mar 2015 08:41:06 -  1.35
+++ Makefile24 Apr 2017 06:35:35 -
@@ -2,25 +2,27 @@
 
 COMMENT=   X11 frontend for GNU Chess and the Internet Chess Server
 
-DISTNAME=  xboard-4.8.0
+DISTNAME=  xboard-4.9.1
 CATEGORIES=games x11
 MASTER_SITES=  ${MASTER_SITE_GNU:=xboard/}
-REVISION=  0
 
 HOMEPAGE=  https://www.gnu.org/software/xboard/
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB=   ICE SM X11 Xaw Xmu Xt c cairo \
-   gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
-   gobject-2.0 m pthread rsvg-2
+WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
+WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
+WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
+WANTLIB += gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 pthread rsvg-2 z
 
 MODULES=   devel/gettext
 
 BUILD_DEPENDS= devel/xdg-utils
 
 LIB_DEPENDS=   graphics/cairo \
+   x11/gtk+2 \
x11/gnome/librsvg
 
 RUN_DEPENDS=   games/gnuchess \
Index: distinfo
===
RCS file: /cvs/ports/games/xboard/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo10 Nov 2014 09:04:18 -  1.8
+++ distinfo24 Apr 2017 06:35:35 -
@@ -1,2 +1,2 @@
-SHA256 (xboard-4.8.0.tar.gz) = yI9I/H/gZ74KE7jRIcOFURRfiJcZwhJxeITl6C2QLRc=
-SIZE (xboard-4.8.0.tar.gz) = 3691531
+SHA256 (xboard-4.9.1.tar.gz) = Ky5T6EKK2bbo3IpVs6UYM4GRGk2uLABy+pYpa7sZcNY=
+SIZE (xboard-4.9.1.tar.gz) = 4015017
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/games/xboard/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-Makefile_in
--- patches/patch-Makefile_in   10 Nov 2014 09:04:18 -  1.7
+++ patches/patch-Makefile_in   24 Apr 2017 06:35:35 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.7 2014/11/10 09:04:18 dcoppa Exp $
 Makefile.in.orig   Mon Nov 10 09:41:17 2014
-+++ Makefile.inMon Nov 10 09:41:27 2014
-@@ -532,7 +532,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \
+--- Makefile.in.orig   Sun May 15 19:18:04 2016
 Makefile.inMon Apr 24 00:59:18 2017
+@@ -542,7 +542,7 @@ xboard_SOURCES = backend.c backend.h backendz.h \
  
  ###
  SUBDIRS = po
Index: patches/patch-xaw-xboard_h
===
RCS file: /cvs/ports/games/xboard/patches/patch-xaw-xboard_h,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-xaw-xboard_h
--- patches/patch-xaw-xboard_h  10 Nov 2014 09:04:18 -  1.2
+++ patches/patch-xaw-xboard_h  24 Apr 2017 06:35:35 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-xaw-xboard_h,v 1.2 2014/11/10 09:04:18 dcoppa Exp $
 xaw/xboard.h.orig  Wed Oct 22 17:29:28 2014
-+++ xaw/xboard.h   Mon Nov 10 09:34:42 2014
-@@ -118,7 +118,7 @@ typedef struct {
+--- xaw/xboard.h.orig  Sun Mar 20 06:06:00 2016
 xaw/xboard.h   Mon Apr 24 00:59:18 2017
+@@ -119,7 +119,7 @@ typedef struct {
  
  #define BORDER_X_OFFSET 3
  #define BORDER_Y_OFFSET 27
@@ -10,7 +10,7 @@ $OpenBSD: patch-xaw-xboard_h,v 1.2 2014/
  #define SECOND_CHESS_PROGRAM  ""
  #define FIRST_DIRECTORY "."
  #define SECOND_DIRECTORY"."
-@@ -127,7 +127,7 @@ typedef struct {
+@@ -128,7 +128,7 @@ typedef struct {
  #define FCP_NAMES   ""
  #define SCP_NAMES   ""
  #define ICS_TEXT_MENU_DEFAULT   ""
Index: pkg/PLIST
===
RCS file: /cvs/ports/games/xboard/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 PLIST
--- pkg/PLIST   10 Nov 2014 09:04:18 -  1.10
+++ pkg/PLIST   24 Apr 2017 06:35:35 -
@@ -13,7 +13,6 @@ share/examples/xboard/
 @sample ${SYSCONFDIR}/xboard/
 share/examples/xboard/xboard.conf
 @sample ${SYSCONFDIR}/xboard/xboard.conf
-share/games/
 share/games/xboard/
 share/games/xboard/pixmaps/
 share/games/xboard/pixmaps/textures/
@@ -37,7 +36,6 @@ share/games/xboard/sounds/slap.wav
 share/games/xboard/sounds/woodthunk.wav
 share/games/xboard/themes/
 share/games/xboard/themes/conf/
-share/games/xboard/themes/conf/chu
 share/games/xboard/themes/conf/ics
 share/games/xboard/themes/conf/mini
 share/games/xboard/themes/conf/mini.fen
@@ -48,16 +46,25 @@ share/games/xboard/themes/conf/xq
 share/games/xboard/themes/default/
 share/games/xboard/themes/default/BlackAdvisor.svg
 share/games/xboard/themes/default/BlackArchbishop.svg

CVS: cvs.openbsd.org: ports

2017-04-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/04/24 00:36:20

Modified files:
devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-1.4.6.



databases/soprano: remove doxygen as BUILD_DEPENDS

2017-04-24 Thread Rafael Sadowski
Hi ports@,

soprano without Doxygen. OK? Comments?

Best regards,

Rafael Sadowski

Index: Makefile
===
RCS file: /cvs/ports/databases/soprano/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile10 Apr 2017 11:45:25 -  1.17
+++ Makefile24 Apr 2017 06:17:39 -
@@ -4,7 +4,7 @@ COMMENT =   RDF framework
 CATEGORIES =   databases devel textproc sysutils
 HOMEPAGE = http://soprano.sourceforge.net/
 DISTNAME = soprano-2.9.4
-REVISION = 2
+REVISION = 3
 
 SHARED_LIBS =  soprano   2.1
 SHARED_LIBS += sopranoclient 2.1
@@ -23,8 +23,6 @@ WANTLIB += raptor2 rdf ${LIBCXX}
 
 MODULES =  x11/kde4
 MODKDE4_USE =
-
-BUILD_DEPENDS =devel/doxygen
 
 LIB_DEPENDS =  textproc/clucene \
databases/iodbc \
Index: patches/patch-CMakeLists_txt
===
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-CMakeLists_txt24 Apr 2017 06:17:39 -
@@ -0,0 +1,13 @@
+$OpenBSD$
+disable doxygen
+--- CMakeLists.txt.origMon Apr 24 00:11:13 2017
 CMakeLists.txt Mon Apr 24 00:11:21 2017
+@@ -237,7 +237,7 @@ endif(NOT WIN32)
+ 
+ 
+ ##  apidox 
+-find_package(Doxygen)
++#find_package(Doxygen)
+ 
+ if(DOXYGEN_EXECUTABLE)
+   set(QTDOCS_ONLINE "http://qt-project.org/doc/qt-4.8/;)