CVS: cvs.openbsd.org: ports

2018-07-05 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2018/07/05 18:18:39

Modified files:
security/botan2: Makefile distinfo 
security/botan2/patches: patch-src_build-data_os_openbsd_txt 
security/botan2/pkg: PLIST 
Removed files:
security/botan2/patches: patch-configure_py 
 patch-src_build-data_makefile_in 
 patch-src_tests_test_filters_cpp 
 patch-src_tests_tests_cpp 
 patch-src_tests_tests_h 

Log message:
Update botan2 to 2.7.0.  Patches have been commited upstream.
Fixes CVE-2018-12435 ECDSA side channel.



Update www/py-django

2018-07-05 Thread Leonid Bobrov
Hi!

These are recent stable and LTS releases.
Index: Makefile
===
RCS file: /cvs/ports/www/py-django/Makefile,v
retrieving revision 1.38
diff -u -p -u -p -r1.38 Makefile
--- Makefile23 Jun 2016 18:14:03 -  1.38
+++ Makefile6 Jul 2018 00:07:06 -
@@ -2,7 +2,6 @@
 
 SUBDIR =
 SUBDIR += stable
-SUBDIR += stable,python3
 SUBDIR += lts
 
 .include 
Index: lts/Makefile
===
RCS file: /cvs/ports/www/py-django/lts/Makefile,v
retrieving revision 1.29
diff -u -p -u -p -r1.29 Makefile
--- lts/Makefile4 Apr 2018 07:14:07 -   1.29
+++ lts/Makefile6 Jul 2018 00:07:06 -
@@ -4,7 +4,7 @@ PORTROACH = limit:^1\.11
 
 COMMENT =  high-level Python web framework (LTS version)
 
-MODPY_EGG_VERSION =1.11.12
+MODPY_EGG_VERSION =1.11.14
 LNAME =django-lts
 
 MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
@@ -14,6 +14,6 @@ TEST_DEPENDS =devel/py-tz,python3
 post-install:
${INSTALL_DATA_DIR} 
${PREFIX}/share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}
cd ${WRKSRC}/docs && pax -rw * 
${PREFIX}/share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}
-   mv ${PREFIX}/bin/django-admin.py ${PREFIX}/bin/${LNAME}-admin.py
+   mv ${PREFIX}/bin/django-admin.py ${PREFIX}/bin/django-admin
 
 .include 
Index: lts/distinfo
===
RCS file: /cvs/ports/www/py-django/lts/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- lts/distinfo4 Apr 2018 07:14:07 -   1.25
+++ lts/distinfo6 Jul 2018 00:07:06 -
@@ -1,2 +1,2 @@
-SHA256 (Django-1.11.12.tar.gz) = TTmMewJ2HiNLveSQrqE+qUy1Oc7rcoBbcjA/NIaC8us=
-SIZE (Django-1.11.12.tar.gz) = 7882396
+SHA256 (Django-1.11.14.tar.gz) = 65Jx8IdPUxBqJxnAw1zmdjH2zCfPgaYMb4yYF7NaP24=
+SIZE (Django-1.11.14.tar.gz) = 7850578
Index: lts/pkg/PLIST
===
RCS file: /cvs/ports/www/py-django/lts/pkg/PLIST,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 PLIST
--- lts/pkg/PLIST   4 Apr 2018 07:14:07 -   1.27
+++ lts/pkg/PLIST   6 Jul 2018 00:07:09 -
@@ -1,7 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.27 2018/04/04 07:14:07 rpointel Exp $
-@conflict py3-django->=1.9,<1.10
-@comment bin/django-admin
-bin/${LNAME}-admin.py
+@conflict py3-django->=1.9,<2.1
+bin/django-admin
 
lib/python${MODPY_VERSION}/site-packages/Django-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/Django-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 
lib/python${MODPY_VERSION}/site-packages/Django-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
@@ -6822,6 +6821,8 @@ share/doc/${MODPY_PY_PREFIX}-${LNAME}-${
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.1.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.10.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.11.txt
+share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.12.txt
+share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.13.txt
 
share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/${MODPY_EGG_VERSION}.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.2.txt
 share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}/releases/1.11.3.txt
Index: lts/pkg/README
===
RCS file: /cvs/ports/www/py-django/lts/pkg/README,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 README
--- lts/pkg/README  27 Jul 2015 20:01:02 -  1.1
+++ lts/pkg/README  6 Jul 2018 00:07:09 -
@@ -41,4 +41,4 @@ or configure your application server to 
 
 Python 3
 
-Django 1.8 uses Python 3 by default.
+Django 1.11 uses Python 3 by default.
Index: stable/Makefile
===
RCS file: /cvs/ports/www/py-django/stable/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- stable/Makefile 7 Sep 2017 09:22:04 -   1.19
+++ stable/Makefile 6 Jul 2018 00:07:09 -
@@ -2,20 +2,17 @@
 
 COMMENT =  high-level Python web framework
 
-MODPY_EGG_VERSION =1.10.8
+MODPY_EGG_VERSION =2.0.7
 
 LNAME =django
 
-FLAVORS =  python3
-FLAVOR ?=
+MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
 
-.if !${FLAVOR:Mpython3}
-TEST_DEPENDS +=devel/py-mock
-.endif
+TEST_DEPENDS = devel/py-tz,python3
 
 post-install:
${INSTALL_DATA_DIR} 
${PREFIX}/share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}
cd ${WRKSRC}/docs && pax -rw * 
${PREFIX}/share/doc/${MODPY_PY_PREFIX}-${LNAME}-${MODPY_EGG_VERSION}
-   mv ${PREFIX}/bin/${LNAME}-admin.py 

CVS: cvs.openbsd.org: ports

2018-07-05 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/07/05 14:33:52

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20180704



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2018/07/05 14:24:45

Modified files:
games/hyperrogue: Makefile distinfo 

Log message:
Update hyperrogue to 10.4j



Re: NEW games/gzdoom

2018-07-05 Thread David CARLIER
HI,

Sorry to intervene but

All games work except hexen, hexen crashes before the screen draws:
gzdoom(99905) in free(): bogus pointer 0x1cd85b39e008
The process was killed by SIGABRT: Abort trap


Is changing the line into the file rawpagetexture.cpp

{
  free(foo);

to
{
 M_Free(foo);

is solving the issue ?

Kind regards.



Re: bulk build for arm

2018-07-05 Thread s_graf
Thank you.  And I think it will build a lot more packages since the last build!

-Original Message-
From: owner-po...@openbsd.org  On Behalf Of Stuart 
Henderson
Sent: July 5, 2018 12:20 PM
To: s_g...@telus.net
Cc: 'OpenBSD ports' 
Subject: Re: bulk build for arm

On 2018/07/05 10:43, s_g...@telus.net wrote:
> When is the next bulk build for arm expected?
> 

It's about 10 days in, and the last one took 48.




Re: bulk build for arm

2018-07-05 Thread Stuart Henderson
On 2018/07/05 10:43, s_g...@telus.net wrote:
> When is the next bulk build for arm expected?
> 

It's about 10 days in, and the last one took 48.



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Ingo Feinerer
CVSROOT:/cvs
Module name:ports
Changes by: feine...@cvs.openbsd.org2018/07/05 13:19:27

Modified files:
security   : Makefile 

Log message:
+hashdeep



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Ingo Feinerer
CVSROOT:/cvs
Module name:ports
Changes by: feine...@cvs.openbsd.org2018/07/05 13:17:20

Log message:
Import hashdeep 4.4

hashdeep is a set of cross-platform tools to compute hashes, or message
digests, for any number of files while optionally recursively digging 
through
the directory structure. It can also take a list of known hashes and display
the filenames of input files whose hashes either do or do not match any of 
the
known hashes. This version supports MD5, SHA-1, SHA-256, Tiger, and 
Whirlpool
hashes.

ok giovanni@

Status:

Vendor Tag: feinerer
Release Tags:   feinerer_20180705

N ports/security/hashdeep/Makefile
N ports/security/hashdeep/distinfo
N ports/security/hashdeep/patches/patch-src_display_cpp
N ports/security/hashdeep/patches/patch-src_files_cpp
N ports/security/hashdeep/patches/patch-src_hash_cpp
N ports/security/hashdeep/patches/patch-src_hashlist_cpp
N ports/security/hashdeep/patches/patch-src_xml_h
N ports/security/hashdeep/pkg/PLIST
N ports/security/hashdeep/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.15.50.



CVS: cvs.openbsd.org: ports

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

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

Log message:
Update to py-botocore-1.10.50.



CVS: cvs.openbsd.org: ports

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

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py-boto3-1.7.50.



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/appstream-glib: Makefile 

Log message:
Yet another /usr/share -> /usr/local/share



bulk build for arm

2018-07-05 Thread s_graf
When is the next bulk build for arm expected?



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2018/07/05 10:55:42

Modified files:
www/icedtea-web: Makefile 

Log message:
missing run-depencency on desktop-file-utils



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/07/05 10:36:09

Modified files:
net/nagios/nagios: Makefile 

Log message:
missed bump for nagios-web with the php version switch, noticed by naddy@



Re: NEW: [2/2] x11/kde-applications/k3b

2018-07-05 Thread Vijay Sankar



Quoting Rafael Sadowski :


On Thu Jul 05, 2018 at 08:00:24AM -0500, Vijay Sankar wrote:


Quoting Stuart Henderson :

> On 2018/07/05 07:52, Landry Breuil wrote:
> > On Wed, Jul 04, 2018 at 10:35:37PM +0200, Rafael Sadowski wrote:
> > > ok, according to our standard KDE procedure (only unhook old one until
> > > no one whispers)?
> >
> > Well, it would be nice to have someone actually test it with a  
cd drive

>
> Good luck finding the 0 or 1 people who are in all the following  
categories,

>
> those that run OpenBSD
> those using KDE
> those with a CD writer
> those who will actually test diffs
>
> ;)

I had tried to do this with -current this past week and had the following
problems:

On my ports builder box I got the following error:

builder.lab.foretell.ca$ make install
===>  Checking files for k3b-17.12.3
`/home/distfiles/k3b-17.12.3.tar.xz' is up to date.
(SHA256) k3b-17.12.3.tar.xz: OK
===>  Verifying specs:  c++ c++abi pthread FLAC FLAC++ KF5Archive KF5Attica
KF5Auth KF5Bookmarks KF5Cddb KF5Codecs KF5Completion KF5ConfigCore
KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5FileMetaData KF5I18n
KF5IconThemes KF5ItemViews KF5JobWidgets KF5KCMUtils KF5KIOCore
KF5KIOFileWidgets KF5KIOWidgets KF5NewStuff KF5NewStuffCore KF5Notifications
KF5NotifyConfig KF5Service KF5Solid KF5WidgetsAddons KF5XmlGui Qt5Concurrent
Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5WebKit Qt5WebKitWidgets Qt5Widgets
Qt5Xml avcodec avformat avutil c dvdread iconv m mad mp3lame ogg samplerate
sndfile tag vorbis vorbisfile
Missing library for KF5Cddb>=0.0
Fatal error
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2164
'/usr/ports/pobj/k3b-17.12.3/.buildwantlibs')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2469
'/usr/ports/pobj/k3b-17.12.3/.extract_done')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1930
'/usr/ports/packages/amd64/all/k3b-17.12.3.tgz')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2403
'_internal-package')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2382 'package')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1948
'/var/db/pkg/k3b-17.12.3/+CONTENTS')
*** Error 1 in /usr/ports/x11/kde-applications/k3b
(/usr/ports/infrastructure/mk/bsd.port.mk:2382 'install')

So I manually built the following package:

-rw-r--r--  3 vijay  vijay  791475 Jun 27 19:51 libkcddb-17.12.3.tgz

Intent was to install KDE4 on a different system, put in the ports tree
there, and then try to build the package.

So I installed KDE4 on my new laptop (its a ThinkPad Carbon X1 -- so it
could be a problem with the machine and nothing to do with OpenBSD) and
unfortunately get the following error there:

Jun 28 12:54:56 stu1 reorder_kernel: kernel relinking done
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
native console 3 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
native console 1 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
native console 4 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
native console 2 activation: Permission denied
Jun 28 12:55:43 stu1 /bsd: lock order reversal:
Jun 28 12:55:43 stu1 /bsd:  1st 0x81ded020 _lock (_lock)
@ /usr/src/sys/kern/kern_synch.c:444
Jun 28 12:55:43 stu1 /bsd:  2nd 0x8022b270 _priv->irq_lock
(_priv->irq_lock) @ /usr/src/sys/dev/pci/drm/i915/intel_lrc.c:1645
Jun 28 12:55:43 stu1 /bsd: lock order "_priv->irq_lock"(mutex) ->
"_lock"(sched_lock) first seen at:
Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
Jun 28 12:55:43 stu1 /bsd: #1  ___mp_lock+0x70
Jun 28 12:55:43 stu1 /bsd: #2  wakeup_n+0x39
Jun 28 12:55:43 stu1 /bsd: #3  task_add+0x93
Jun 28 12:55:43 stu1 /bsd: #4  gen6_rps_boost+0x129
Jun 28 12:55:43 stu1 /bsd: #5  __i915_wait_request+0x155
Jun 28 12:55:43 stu1 /bsd: #6
i915_gem_object_wait_rendering__nonblocking+0x1d6
Jun 28 12:55:43 stu1 /bsd: #7  i915_gem_set_domain_ioctl+0xdb
Jun 28 12:55:43 stu1 /bsd: #8  drm_do_ioctl+0x221
Jun 28 12:55:43 stu1 /bsd: #9  drmioctl+0xf9
Jun 28 12:55:43 stu1 /bsd: #10 VOP_IOCTL+0x5a
Jun 28 12:55:43 stu1 /bsd: #11 vn_ioctl+0x6b
Jun 28 12:55:43 stu1 /bsd: #12 sys_ioctl+0x477
Jun 28 12:55:43 stu1 /bsd: #13 syscall+0x32a
Jun 28 12:55:43 stu1 /bsd: #14 Xsyscall_untramp+0xe4
Jun 28 12:55:43 stu1 /bsd: lock order "_lock"(sched_lock) ->
"_priv->irq_lock"(mutex) first seen at:
Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
Jun 28 12:55:43 stu1 /bsd: #1  _mtx_enter+0x31
Jun 28 12:55:43 stu1 /bsd: #2  gen8_logical_ring_put_irq+0x36
Jun 28 12:55:43 stu1 /bsd: #3  __i915_wait_request+0x367
Jun 28 12:55:43 stu1 /bsd: #4  intel_mmio_flip_work_func+0x3e
Jun 28 12:55:43 stu1 /bsd: #5  taskq_thread+0x6d

Still I thought I would go ahead and try to build. Created the ports tree,
Did a tar xvzf k3b_libkcddb-17.12.3.tar.gz, make clean=all && make install
and got 

CVS: cvs.openbsd.org: ports

2018-07-05 Thread joshua stein
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2018/07/05 08:55:22

Modified files:
net/ssvnc  : Makefile 
Added files:
net/ssvnc/patches: patch-vnc_unixsrc_vncviewer_Imakefile 

Log message:
Build vncviewer with -DMITSHM to greatly increase performance while
running on the modesetting driver

ok sthen



Re: NEW: [2/2] x11/kde-applications/k3b

2018-07-05 Thread Rafael Sadowski
On Thu Jul 05, 2018 at 08:00:24AM -0500, Vijay Sankar wrote:
> 
> Quoting Stuart Henderson :
> 
> > On 2018/07/05 07:52, Landry Breuil wrote:
> > > On Wed, Jul 04, 2018 at 10:35:37PM +0200, Rafael Sadowski wrote:
> > > > ok, according to our standard KDE procedure (only unhook old one until
> > > > no one whispers)?
> > > 
> > > Well, it would be nice to have someone actually test it with a cd 
> > > drive
> > 
> > Good luck finding the 0 or 1 people who are in all the following categories,
> > 
> > those that run OpenBSD
> > those using KDE
> > those with a CD writer
> > those who will actually test diffs
> > 
> > ;)
> 
> I had tried to do this with -current this past week and had the following
> problems:
> 
> On my ports builder box I got the following error:
> 
> builder.lab.foretell.ca$ make install
> ===>  Checking files for k3b-17.12.3
> `/home/distfiles/k3b-17.12.3.tar.xz' is up to date.
> (SHA256) k3b-17.12.3.tar.xz: OK
> ===>  Verifying specs:  c++ c++abi pthread FLAC FLAC++ KF5Archive KF5Attica
> KF5Auth KF5Bookmarks KF5Cddb KF5Codecs KF5Completion KF5ConfigCore
> KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5FileMetaData KF5I18n
> KF5IconThemes KF5ItemViews KF5JobWidgets KF5KCMUtils KF5KIOCore
> KF5KIOFileWidgets KF5KIOWidgets KF5NewStuff KF5NewStuffCore KF5Notifications
> KF5NotifyConfig KF5Service KF5Solid KF5WidgetsAddons KF5XmlGui Qt5Concurrent
> Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5WebKit Qt5WebKitWidgets Qt5Widgets
> Qt5Xml avcodec avformat avutil c dvdread iconv m mad mp3lame ogg samplerate
> sndfile tag vorbis vorbisfile
> Missing library for KF5Cddb>=0.0
> Fatal error
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2164
> '/usr/ports/pobj/k3b-17.12.3/.buildwantlibs')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2469
> '/usr/ports/pobj/k3b-17.12.3/.extract_done')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1930
> '/usr/ports/packages/amd64/all/k3b-17.12.3.tgz')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2403
> '_internal-package')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2382 'package')
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1948
> '/var/db/pkg/k3b-17.12.3/+CONTENTS')
> *** Error 1 in /usr/ports/x11/kde-applications/k3b
> (/usr/ports/infrastructure/mk/bsd.port.mk:2382 'install')
> 
> So I manually built the following package:
> 
> -rw-r--r--  3 vijay  vijay  791475 Jun 27 19:51 libkcddb-17.12.3.tgz
> 
> Intent was to install KDE4 on a different system, put in the ports tree
> there, and then try to build the package.
> 
> So I installed KDE4 on my new laptop (its a ThinkPad Carbon X1 -- so it
> could be a problem with the machine and nothing to do with OpenBSD) and
> unfortunately get the following error there:
> 
> Jun 28 12:54:56 stu1 reorder_kernel: kernel relinking done
> Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
> native console 3 activation: Permission denied
> Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
> native console 1 activation: Permission denied
> Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
> native console 4 activation: Permission denied
> Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting for
> native console 2 activation: Permission denied
> Jun 28 12:55:43 stu1 /bsd: lock order reversal:
> Jun 28 12:55:43 stu1 /bsd:  1st 0x81ded020 _lock (_lock)
> @ /usr/src/sys/kern/kern_synch.c:444
> Jun 28 12:55:43 stu1 /bsd:  2nd 0x8022b270 _priv->irq_lock
> (_priv->irq_lock) @ /usr/src/sys/dev/pci/drm/i915/intel_lrc.c:1645
> Jun 28 12:55:43 stu1 /bsd: lock order "_priv->irq_lock"(mutex) ->
> "_lock"(sched_lock) first seen at:
> Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
> Jun 28 12:55:43 stu1 /bsd: #1  ___mp_lock+0x70
> Jun 28 12:55:43 stu1 /bsd: #2  wakeup_n+0x39
> Jun 28 12:55:43 stu1 /bsd: #3  task_add+0x93
> Jun 28 12:55:43 stu1 /bsd: #4  gen6_rps_boost+0x129
> Jun 28 12:55:43 stu1 /bsd: #5  __i915_wait_request+0x155
> Jun 28 12:55:43 stu1 /bsd: #6
> i915_gem_object_wait_rendering__nonblocking+0x1d6
> Jun 28 12:55:43 stu1 /bsd: #7  i915_gem_set_domain_ioctl+0xdb
> Jun 28 12:55:43 stu1 /bsd: #8  drm_do_ioctl+0x221
> Jun 28 12:55:43 stu1 /bsd: #9  drmioctl+0xf9
> Jun 28 12:55:43 stu1 /bsd: #10 VOP_IOCTL+0x5a
> Jun 28 12:55:43 stu1 /bsd: #11 vn_ioctl+0x6b
> Jun 28 12:55:43 stu1 /bsd: #12 sys_ioctl+0x477
> Jun 28 12:55:43 stu1 /bsd: #13 syscall+0x32a
> Jun 28 12:55:43 stu1 /bsd: #14 Xsyscall_untramp+0xe4
> Jun 28 12:55:43 stu1 /bsd: lock order "_lock"(sched_lock) ->
> "_priv->irq_lock"(mutex) first seen at:
> Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
> Jun 28 12:55:43 stu1 /bsd: #1  _mtx_enter+0x31
> Jun 28 12:55:43 stu1 /bsd: #2  gen8_logical_ring_put_irq+0x36
> Jun 28 12:55:43 stu1 /bsd: #3  __i915_wait_request+0x367
> Jun 28 12:55:43 stu1 /bsd: #4  intel_mmio_flip_work_func+0x3e
> Jun 28 12:55:43 stu1 /bsd: #5 

CVS: cvs.openbsd.org: ports

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

Modified files:
multimedia/get_iplayer: Makefile distinfo 
multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to get_iplayer-3.15



Re: pledge archivers/pigz

2018-07-05 Thread Thomas Pfaff
[...]
> While here, do some cleanup and install unpigz as symlink since it's the
> same binary.
> 
> Feedback? OK?

If someone wants to take over as maintainer that'd be nice.  I use
the port but unfortunately I don't have the time to do my duties as
maintainer.

> Index: Makefile
> ===
> RCS file: /cvs/ports/archivers/pigz/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  25 Jan 2018 10:34:49 -  1.6
> +++ Makefile  30 Jun 2018 16:13:03 -
> @@ -5,7 +5,8 @@ NOT_FOR_ARCHS=${GCC3_ARCHS}
>  
>  COMMENT =parallel implementation of gzip utilizing multiple cores
>  
> -DISTNAME =   pigz-2.4
> +DISTNAME =   pigz-2.4
> +REVISION =   0
>  CATEGORIES = archivers
>  HOMEPAGE =   https://zlib.net/pigz/
>  
> @@ -14,17 +15,19 @@ MAINTAINER =  Thomas Pfaff 

Re: NEW: [2/2] x11/kde-applications/k3b

2018-07-05 Thread Vijay Sankar



Quoting Stuart Henderson :


On 2018/07/05 07:52, Landry Breuil wrote:

On Wed, Jul 04, 2018 at 10:35:37PM +0200, Rafael Sadowski wrote:
> ok, according to our standard KDE procedure (only unhook old one until
> no one whispers)?

Well, it would be nice to have someone actually test it with a cd drive


Good luck finding the 0 or 1 people who are in all the following categories,

those that run OpenBSD
those using KDE
those with a CD writer
those who will actually test diffs

;)


I had tried to do this with -current this past week and had the  
following problems:


On my ports builder box I got the following error:

builder.lab.foretell.ca$ make install
===>  Checking files for k3b-17.12.3
`/home/distfiles/k3b-17.12.3.tar.xz' is up to date.
(SHA256) k3b-17.12.3.tar.xz: OK
===>  Verifying specs:  c++ c++abi pthread FLAC FLAC++ KF5Archive  
KF5Attica KF5Auth KF5Bookmarks KF5Cddb KF5Codecs KF5Completion  
KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons  
KF5FileMetaData KF5I18n KF5IconThemes KF5ItemViews KF5JobWidgets  
KF5KCMUtils KF5KIOCore KF5KIOFileWidgets KF5KIOWidgets KF5NewStuff  
KF5NewStuffCore KF5Notifications KF5NotifyConfig KF5Service KF5Solid  
KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui  
Qt5Network Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml avcodec  
avformat avutil c dvdread iconv m mad mp3lame ogg samplerate sndfile  
tag vorbis vorbisfile

Missing library for KF5Cddb>=0.0
Fatal error
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2164  
'/usr/ports/pobj/k3b-17.12.3/.buildwantlibs')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2469  
'/usr/ports/pobj/k3b-17.12.3/.extract_done')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1930  
'/usr/ports/packages/amd64/all/k3b-17.12.3.tgz')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2403  
'_internal-package')

*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2382 'package')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1948  
'/var/db/pkg/k3b-17.12.3/+CONTENTS')
*** Error 1 in /usr/ports/x11/kde-applications/k3b  
(/usr/ports/infrastructure/mk/bsd.port.mk:2382 'install')


So I manually built the following package:

-rw-r--r--  3 vijay  vijay  791475 Jun 27 19:51 libkcddb-17.12.3.tgz

Intent was to install KDE4 on a different system, put in the ports  
tree there, and then try to build the package.


So I installed KDE4 on my new laptop (its a ThinkPad Carbon X1 -- so  
it could be a problem with the machine and nothing to do with OpenBSD)  
and unfortunately get the following error there:


Jun 28 12:54:56 stu1 reorder_kernel: kernel relinking done
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting  
for native console 3 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting  
for native console 1 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting  
for native console 4 activation: Permission denied
Jun 28 12:55:24 stu1 console-kit-daemon[15339]: WARNING: Error waiting  
for native console 2 activation: Permission denied

Jun 28 12:55:43 stu1 /bsd: lock order reversal:
Jun 28 12:55:43 stu1 /bsd:  1st 0x81ded020 _lock  
(_lock) @ /usr/src/sys/kern/kern_synch.c:444
Jun 28 12:55:43 stu1 /bsd:  2nd 0x8022b270 _priv->irq_lock  
(_priv->irq_lock) @ /usr/src/sys/dev/pci/drm/i915/intel_lrc.c:1645
Jun 28 12:55:43 stu1 /bsd: lock order "_priv->irq_lock"(mutex) ->  
"_lock"(sched_lock) first seen at:

Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
Jun 28 12:55:43 stu1 /bsd: #1  ___mp_lock+0x70
Jun 28 12:55:43 stu1 /bsd: #2  wakeup_n+0x39
Jun 28 12:55:43 stu1 /bsd: #3  task_add+0x93
Jun 28 12:55:43 stu1 /bsd: #4  gen6_rps_boost+0x129
Jun 28 12:55:43 stu1 /bsd: #5  __i915_wait_request+0x155
Jun 28 12:55:43 stu1 /bsd: #6   
i915_gem_object_wait_rendering__nonblocking+0x1d6

Jun 28 12:55:43 stu1 /bsd: #7  i915_gem_set_domain_ioctl+0xdb
Jun 28 12:55:43 stu1 /bsd: #8  drm_do_ioctl+0x221
Jun 28 12:55:43 stu1 /bsd: #9  drmioctl+0xf9
Jun 28 12:55:43 stu1 /bsd: #10 VOP_IOCTL+0x5a
Jun 28 12:55:43 stu1 /bsd: #11 vn_ioctl+0x6b
Jun 28 12:55:43 stu1 /bsd: #12 sys_ioctl+0x477
Jun 28 12:55:43 stu1 /bsd: #13 syscall+0x32a
Jun 28 12:55:43 stu1 /bsd: #14 Xsyscall_untramp+0xe4
Jun 28 12:55:43 stu1 /bsd: lock order "_lock"(sched_lock) ->  
"_priv->irq_lock"(mutex) first seen at:

Jun 28 12:55:43 stu1 /bsd: #0  witness_checkorder+0x4c0
Jun 28 12:55:43 stu1 /bsd: #1  _mtx_enter+0x31
Jun 28 12:55:43 stu1 /bsd: #2  gen8_logical_ring_put_irq+0x36
Jun 28 12:55:43 stu1 /bsd: #3  __i915_wait_request+0x367
Jun 28 12:55:43 stu1 /bsd: #4  intel_mmio_flip_work_func+0x3e
Jun 28 12:55:43 stu1 /bsd: #5  taskq_thread+0x6d

Still I thought I would go ahead and try to build. Created the ports  
tree, Did a tar xvzf k3b_libkcddb-17.12.3.tar.gz, make clean=all &&  
make install and got the following


.
.
.
.
.

*** Error 1 in 

CVS: cvs.openbsd.org: ports

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

Modified files:
security/py-cryptography: Makefile 

Log message:
build with ports-gcc on !clang arches. may help gcc arches which currently
fail with "undefined symbol '__builtin_unreachable".



Re: CVS: cvs.openbsd.org: ports

2018-07-05 Thread Rafael Sadowski
On Thu Jul 05, 2018 at 12:04:54PM +0200, Landry Breuil wrote:
> On Thu, Jul 05, 2018 at 03:49:14AM -0600, Rafael Sadowski wrote:
> > Log message:
> > Update Qt to latest TLS version 5.9.6
> > 
> > Tested in an amd64 and i386 bulk build by landry@ Thanks!
> 
> Correction: i only did and amd64 bulk build, on i386 i only tested that
> qt itself built.
> 
Sorry, misunderstood. However, I never expect problems with such an
TLS update.



Re: CVS: cvs.openbsd.org: ports

2018-07-05 Thread Landry Breuil
On Thu, Jul 05, 2018 at 03:49:14AM -0600, Rafael Sadowski wrote:
> Log message:
> Update Qt to latest TLS version 5.9.6
> 
> Tested in an amd64 and i386 bulk build by landry@ Thanks!

Correction: i only did and amd64 bulk build, on i386 i only tested that
qt itself built.



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/07/05 03:49:14

Modified files:
x11/qt5: Makefile.version 
x11/qt5/docs   : distinfo 
x11/qt5/docs/pkg: PLIST-html 
x11/qt5/qt3d   : Makefile distinfo 
x11/qt5/qt3d/pkg: PLIST-examples 
x11/qt5/qtbase : distinfo 
x11/qt5/qtbase/patches: 
patch-qmake_generators_unix_unixmake2_cpp 
x11/qt5/qtcanvas3d: distinfo 
x11/qt5/qtcharts: distinfo 
x11/qt5/qtconnectivity: distinfo 
x11/qt5/qtdatavis3d: distinfo 
x11/qt5/qtdeclarative: distinfo 
x11/qt5/qtdeclarative/patches: 
   patch-src_qml_jsruntime_qv4global_p_h 
x11/qt5/qtgamepad: distinfo 
x11/qt5/qtgraphicaleffects: distinfo 
x11/qt5/qtimageformats: distinfo 
x11/qt5/qtlocation: distinfo 
x11/qt5/qtlocation/pkg: PLIST-main 
x11/qt5/qtmultimedia: distinfo 
x11/qt5/qtnetworkauth: distinfo 
x11/qt5/qtpurchasing: distinfo 
x11/qt5/qtquickcontrols: distinfo 
x11/qt5/qtquickcontrols2: distinfo 
x11/qt5/qtremoteobjects: distinfo 
x11/qt5/qtscript: distinfo 
x11/qt5/qtscxml: distinfo 
x11/qt5/qtsensors: distinfo 
x11/qt5/qtserialbus: distinfo 
x11/qt5/qtserialport: distinfo 
x11/qt5/qtspeech: distinfo 
x11/qt5/qtsvg  : distinfo 
x11/qt5/qttools: distinfo 
x11/qt5/qttranslations: distinfo 
x11/qt5/qttranslations/pkg: PLIST 
x11/qt5/qtvirtualkeyboard: distinfo 
x11/qt5/qtvirtualkeyboard/pkg: PLIST-main 
x11/qt5/qtwebchannel: distinfo 
x11/qt5/qtwebsockets: distinfo 
x11/qt5/qtx11extras: distinfo 
x11/qt5/qtxmlpatterns: distinfo 

Log message:
Update Qt to latest TLS version 5.9.6

Tested in an amd64 and i386 bulk build by landry@ Thanks!

ok landry@



Re: UPDATE: x11/qt5

2018-07-05 Thread Landry Breuil
On Sun, Jul 01, 2018 at 12:22:02AM +0200, Rafael Sadowski wrote:
> On Sat Jun 30, 2018 at 04:39:13PM +0200, Rafael Sadowski wrote:
> > It's been a long time since the last update. We leap over one bugfix
> > release.
> > 
> > Please find below a simple diff to the latest TLS 5.9 release. I really
> > don't expect any problems but a i368/amd64 bulk would be helpful.
> > 
> > bulk oks wanted.
> > 
> 
> Forgot qt3d in the last diff.

No fallout in an amd64 bulk build, and also builds/packages fine on
i386, okay.



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2018/07/05 03:18:34

Modified files:
games/residualvm: Makefile distinfo 
games/residualvm/patches: patch-configure 
games/residualvm/pkg: PLIST 

Log message:
Update to residualvm-3.0.1.

Release notes:
https://github.com/residualvm/residualvm/blob/branch-0-3-1/NEWS

ok kirby@



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2018/07/05 03:15:26

Modified files:
devel  : Makefile 

Log message:
+tbb



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2018/07/05 03:14:55

Log message:
Import tbb-2018.5.

Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily write
parallel C++ programs that take full advantage of multicore performance,
that are portable, composable and have future-proof scalability.

ok bcallah@

Status:

Vendor Tag: bentley
Release Tags:   bentley_20180704

N ports/devel/tbb/Makefile
N ports/devel/tbb/distinfo
N ports/devel/tbb/files/OpenBSD.clang.inc
N ports/devel/tbb/files/OpenBSD.inc
N ports/devel/tbb/patches/patch-include_tbb_tbb_machine_h
N ports/devel/tbb/patches/patch-src_tbb_cache_aligned_allocator_cpp
N ports/devel/tbb/patches/patch-src_rml_client_rml_factory_h
N ports/devel/tbb/patches/patch-src_tbbmalloc_tbbmalloc_cpp
N ports/devel/tbb/patches/patch-src_tbbmalloc_frontend_cpp
N ports/devel/tbb/patches/patch-Makefile
N ports/devel/tbb/patches/patch-examples_parallel_for_tachyon_src_types_h
N ports/devel/tbb/patches/patch-src_test_test_malloc_compliance_cpp
N ports/devel/tbb/patches/patch-src_test_harness_dynamic_libs_h
N ports/devel/tbb/pkg/DESCR
N ports/devel/tbb/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2018-07-05 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2018/07/05 03:08:30

Modified files:
www/ruby-passenger: Makefile 

Log message:
Remove BROKEN-sparc64

Built repeatedly just fine. This reenables www/nginx.

Switch to TLS while here.

OK sthen



Re: NEW: [2/2] x11/kde-applications/k3b

2018-07-05 Thread Stuart Henderson
On 2018/07/05 07:52, Landry Breuil wrote:
> On Wed, Jul 04, 2018 at 10:35:37PM +0200, Rafael Sadowski wrote:
> > ok, according to our standard KDE procedure (only unhook old one until
> > no one whispers)?
> 
> Well, it would be nice to have someone actually test it with a cd drive

Good luck finding the 0 or 1 people who are in all the following categories,

those that run OpenBSD
those using KDE
those with a CD writer
those who will actually test diffs

;)



unbreak www/ruby-passenger on sparc64 (enables www/nginx)

2018-07-05 Thread Klemens Nanni
I could built it repeatedly just fine without any changes on my T5240;
this allows me to build nginx again.

While here, switch to TLS.

Can someone try this on hppa?
Feedback? OK?

Index: Makefile
===
RCS file: /cvs/ports/www/ruby-passenger/Makefile,v
retrieving revision 1.58
diff -u -p -r1.58 Makefile
--- Makefile13 Jun 2018 22:26:53 -  1.58
+++ Makefile5 Jul 2018 08:15:09 -
@@ -3,7 +3,6 @@
 COMMENT =  ruby web application server/nginx module
 BROKEN-alpha = .got subsegment exceeds 64K (size 83312)
 BROKEN-hppa =  rake fails when linking PassengerHelperAgent
-BROKEN-sparc64 =   rake fails when linking PassengerHelperAgent
 
 PASS_VERSION = 5.1.11
 NGINX_VERSION =1.12.1
@@ -13,7 +12,7 @@ REVISION =2
 CATEGORIES =   www
 DISTFILES =${DISTNAME}.gem \
nginx-${NGINX_VERSION}.tar.gz:0
-MASTER_SITES0 =http://nginx.org/download/
+MASTER_SITES0 =https://nginx.org/download/
 
 HOMEPAGE = https://www.phusionpassenger.com/