Re: devel/libinotify: why the custom directories?

2018-09-29 Thread Antoine Jacoutot
> Ive tested simmilar diff some time ago with owncloudclient and seafile
> and met no issuses. Not using other consumers so can't said if the're
> working fine but at least all of theb built fine for me earlier.

Best test case is devel/glib2: enable libinotify support instead of kqueue.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/09/29 16:47:36

Modified files:
editors/vim: Makefile distinfo 

Log message:
update to vim-8.1.438



Re: update mail/mailpile

2018-09-29 Thread Solene Rapenne
Klemens Nanni  wrote:
> On Tue, Sep 25, 2018 at 06:59:40PM +0200, Solene Rapenne wrote:
> > update mailpile from 1.0.0rc2 to 1.0.0rc3
> What are the changes? Does it fix anything (critical)?

I've not been able to find a changelog. 1.0.0rc2 is from january while
1.0.03rc3 is from may. The repository is quite active so one could assume it
fixed bugs and added a few one...



Re: [NEW] security/ssss

2018-09-29 Thread Stuart Henderson
On 2018/09/29 21:05, Stuart Henderson wrote:
> On 2018/09/29 17:41, Denis Fondras wrote:
> > Thank you very much for your inputs Solene & Stuart.
> > 
> > On Wed, Sep 26, 2018 at 03:59:08PM +0100, Stuart Henderson wrote:
> > > On 2018/09/26 16:53, Solene Rapenne wrote:
> > > > hello
> > > > 
> > > > portcheck reports hardcoded paths in Makefile and port-lib-depend-check 
> > > > reports
> > > > missing c in WANTLIB
> > > > 
> > > > here is a diff to your makefile to fix it
> > > > 
> > > > ok solene@ with the diff applied
> > > > 
> > > > thank you for porting this, seems very useful :)
> > > > 
> > > > 
> > > > --- Makefile.orig   Wed Sep 26 16:50:25 2018
> > > > +++ MakefileWed Sep 26 16:51:01 2018
> > > > @@ -14,10 +14,10 @@
> > > > 
> > > >  MASTER_SITES=  http://point-at-infinity.org//
> > > > 
> > > > -WANTLIB += gmp
> > > > +WANTLIB += c gmp
> > > >  LIB_DEPENDS =  devel/gmp
> > > > 
> > > > -MAKE_FLAGS= CC="${CC} -I/usr/local/include -L/usr/local/lib"
> > > > +MAKE_FLAGS= CC="${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
> > > > 
> > > >  ALL_TARGET=-split -combine
> > > > 
> > > > 
> > > 
> > > Please zap the trailing . in COMMENT, and reorder lines according to
> > > Makefile.template.
> > > 
> > > Also it needs to be taught to honour CFLAGS, currently it hardcodes -O2,
> > > and avoid stripping if DEBUG is set.
> > > 
> > 
> > I removed the strip statement completely.
> > New .tgz attached.
> 
> I prefer it like this I think, I don't really like stacking flags into CC:
> 
> MAKE_FLAGS= CC="${CC}"
> CFLAGS+=-I${LOCALBASE}/include -L${LOCALBASE}/lib
> 
> OK sthen@.
> 
> 

PS because it uses INSTALL_PROGRAM in the port Makefile, your approach to
handling strip is just fine.



Re: [NEW] security/ssss

2018-09-29 Thread Stuart Henderson
On 2018/09/29 17:41, Denis Fondras wrote:
> Thank you very much for your inputs Solene & Stuart.
> 
> On Wed, Sep 26, 2018 at 03:59:08PM +0100, Stuart Henderson wrote:
> > On 2018/09/26 16:53, Solene Rapenne wrote:
> > > hello
> > > 
> > > portcheck reports hardcoded paths in Makefile and port-lib-depend-check 
> > > reports
> > > missing c in WANTLIB
> > > 
> > > here is a diff to your makefile to fix it
> > > 
> > > ok solene@ with the diff applied
> > > 
> > > thank you for porting this, seems very useful :)
> > > 
> > > 
> > > --- Makefile.orig   Wed Sep 26 16:50:25 2018
> > > +++ MakefileWed Sep 26 16:51:01 2018
> > > @@ -14,10 +14,10 @@
> > > 
> > >  MASTER_SITES=  http://point-at-infinity.org//
> > > 
> > > -WANTLIB += gmp
> > > +WANTLIB += c gmp
> > >  LIB_DEPENDS =  devel/gmp
> > > 
> > > -MAKE_FLAGS= CC="${CC} -I/usr/local/include -L/usr/local/lib"
> > > +MAKE_FLAGS= CC="${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
> > > 
> > >  ALL_TARGET=-split -combine
> > > 
> > > 
> > 
> > Please zap the trailing . in COMMENT, and reorder lines according to
> > Makefile.template.
> > 
> > Also it needs to be taught to honour CFLAGS, currently it hardcodes -O2,
> > and avoid stripping if DEBUG is set.
> > 
> 
> I removed the strip statement completely.
> New .tgz attached.

I prefer it like this I think, I don't really like stacking flags into CC:

MAKE_FLAGS= CC="${CC}"
CFLAGS+=-I${LOCALBASE}/include -L${LOCALBASE}/lib

OK sthen@.




Re: [PATCH] audio/beets - README updates

2018-09-29 Thread Stuart Henderson
On 2018/09/29 21:11, Kirill Bychkov wrote:
> Could this be used with audio/rgain instead of mp3gain?

There are a couple of backends available, actually mp3gain was not the most
useful as it has limited format support (but was an easy one to figure out
how to use). I've just added notes to the README showing how to use the
gstreamer backend instead.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/09/29 13:53:47

Modified files:
audio/beets: Makefile 
audio/beets/pkg: README 

Log message:
adjust beets README again, with information about using the gstreamer
backend for replaygain.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2018/09/29 13:42:07

Modified files:
www/pecl56-pecl_http: Makefile 
www/pecl56-propro: Makefile 
www/pecl56-raphf: Makefile 
www/pecl56-ssh2: Makefile 

Log message:
some of these ports had MODPHP_VERSION=5.6 when they should have had
MODPECL_V=5.6, build failure reported by aja@.  fix that and tidy Makefiles
a bit.



Re: update sysutils/arm-trusted-firmware to 1.6

2018-09-29 Thread Mark Kettenis
> Date: Sun, 23 Sep 2018 23:15:44 +1000
> From: Jonathan Gray 
> 
> Update to 1.6 and build the newly added a64/h5 platform support that can
> hopefully replace the atf-allwinner port.
> 
> Only compile tested for lack of hardware.

Works fine on my NanoPi A64.  Used the diff below to pick up the new
ATF.

I didn't test the RK3399 firmware yet, but I suggest you move ahead
anyway.  I tested upstream ATF fairly recently so it should work fine.


Index: sysutils/u-boot/Makefile
===
RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- sysutils/u-boot/Makefile11 Sep 2018 10:35:01 -  1.41
+++ sysutils/u-boot/Makefile29 Sep 2018 19:20:54 -
@@ -7,6 +7,7 @@ FLAVOR?=arm
 
 COMMENT=   U-Boot firmware
 VERSION=   2018.09
+REVISION=  0
 DISTNAME=  u-boot-${VERSION}
 PKGNAME=   u-boot-${FLAVOR}-${VERSION:S/-//}
 FULLPKGNAME=   ${PKGNAME}
@@ -34,9 +35,9 @@ MAKE_ENV= KBUILD_VERBOSE=1 \
 
 .if "${FLAVOR}" == "aarch64"
 BUILD_DEPENDS+=devel/arm-none-eabi/gcc-linaro,aarch64 \
-   sysutils/atf-allwinner
+   sysutils/arm-trusted-firmware
 MAKE_ENV+= CROSS_COMPILE="aarch64-none-elf-"
-SUNXI_BL31="${LOCALBASE}/share/atf-allwinner/bl31.bin"
+SUNXI_BL31="${LOCALBASE}/share/arm-trusted-firmware/sun50i_a64-bl31.bin"
 .elif "${FLAVOR}" == "arm"
 BUILD_DEPENDS+=devel/arm-none-eabi/gcc-linaro
 MAKE_ENV+= CROSS_COMPILE="arm-none-eabi-"



Re: [PATCH] audio/beets - README updates

2018-09-29 Thread Kirill Bychkov
On Tue, September 25, 2018 00:37, Raf Czlonka wrote:
> Hi Stuart,
>
> A couple of changes to the README file:
>
> - given that beets has been moved to Python 3 last year[0], I believe
>   that the plugin dependencies should be updated from py-* to py3-*
>
> - neither mp3gain, nor aacgain packages exist so delete that paragraph
>
> - documentation URL - HTTPS and TLD change
>
> [0]
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/beets/Makefile.diff?r1=1.26=1.27=h
>
> Regards,
>
> Raf
>
> cvs server: Diffing audio/beets
> Index: audio/beets/Makefile
> ===
> RCS file: /cvs/ports/audio/beets/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- audio/beets/Makefile  4 Sep 2018 12:46:09 -   1.29
> +++ audio/beets/Makefile  24 Sep 2018 21:23:49 -
> @@ -5,7 +5,7 @@ COMMENT = CLI tools to manage music coll
>  MODPY_EGG_VERSION = 1.4.7
>  DISTNAME =   beets-${MODPY_EGG_VERSION}
>  CATEGORIES = audio
> -REVISION =   0
> +REVISION =   1
>
>  MAINTAINER = Stuart Henderson 
>
> cvs server: Diffing audio/beets/pkg
> Index: audio/beets/pkg/README
> ===
> RCS file: /cvs/ports/audio/beets/pkg/README,v
> retrieving revision 1.4
> diff -u -p -r1.4 README
> --- audio/beets/pkg/README4 Sep 2018 12:46:09 -   1.4
> +++ audio/beets/pkg/README24 Sep 2018 21:23:49 -
> @@ -19,15 +19,11 @@ OAuth token for Discogs; if updating fro
>  longer works, you may need to "rm ~/.config/beets/discogs_token.json"
>  and login again.
>
> -chroma: This plugin is for acoustic fingerprinting. Install py-acoustid
> +chroma: This plugin is for acoustic fingerprinting. Install py3-acoustid
>  and add 'chroma' to the plugins: line.
>
> -replaygain: This plugin adds support for ReplayGain, a technique for
> -normalizing audio playback levels. Install the mp3gain or aacgain packages
> -and add 'replaygain' to the plugins: line.
> -

Could this be used with audio/rgain instead of mp3gain?

>  web: The web plugin lets your browse and listen to your library through
> -an HTML5 compatible browser. Install the py-flask package and add 'web'
> +an HTML5 compatible browser. Install the py3-flask package and add 'web'
>  to the plugins: line.
>
> -See http://beets.readthedocs.org/en/latest/plugins/ for a complete list.
> +See https://beets.readthedocs.io/en/latest/plugins/ for a complete list.
>
>




Re: devel/libinotify: why the custom directories?

2018-09-29 Thread Kirill Bychkov
On Fri, September 28, 2018 13:25, Sebastien Marie wrote:
> On Fri, Sep 28, 2018 at 11:53:48AM +0200, Antoine Jacoutot wrote:
>>
>> It's the kqueue implementation in it that is half broken and unmaintained
>> (and
>> that was written for BSD, so definitely *not* NIH). If someone can have a
>> look
>> at it and make sure it's working fine, then we can open the usage to a
>> broader
>> amount of ports.
>
> Maybe starting by updating the port ?
>
> We have 20170711 and the latest is 20180201.
>
> https://github.com/libinotify-kqueue/libinotify-kqueue/releases/tag/20180201
>
>   1. Directory diffing has been rewritten. No more memory hungry shallow
>  lists allocations/deallocations
>
>   2. Fix compilation on platforms where kevent.data size is bigger than
>  void * (issue #4)
>
>   3. Workaround sporadic crashes caused by reversing of kevent order
>  (issue #5)
>
>
> $ make test
> ...
> 
>  Run: 125
>   Passed: 109
>   Failed: 0
>  Skipped: 16
>
>
> The diff below is just a base for more testing. I have *not* tested the
> reverse-dependencies:
>
> devel/hs-hinotify
> devel/py-pyinotify
> devel/py-pyinotify,python3
> graphics/sxiv
> net/owncloudclient
> net/seafile/seafile
> sysutils/incron
> sysutils/inotify-tools
> sysutils/lsyncd
> x11/kde4/libs,-main
> x11/xmobar
>

Hi!
Ive tested simmilar diff some time ago with owncloudclient and seafile
and met no issuses. Not using other consumers so can't said if the're
working fine but at least all of theb built fine for me earlier.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 10:30:37

Modified files:
graphics/shotwell: Makefile distinfo 

Log message:
Update to shotwell-0.30.1.

This commit is dedicated to Kristaps Dzonsons and all the
Scuba Divers^shotwell haters out there ;-)



Re: [NEW] security/ssss

2018-09-29 Thread Denis Fondras
Thank you very much for your inputs Solene & Stuart.

On Wed, Sep 26, 2018 at 03:59:08PM +0100, Stuart Henderson wrote:
> On 2018/09/26 16:53, Solene Rapenne wrote:
> > hello
> > 
> > portcheck reports hardcoded paths in Makefile and port-lib-depend-check 
> > reports
> > missing c in WANTLIB
> > 
> > here is a diff to your makefile to fix it
> > 
> > ok solene@ with the diff applied
> > 
> > thank you for porting this, seems very useful :)
> > 
> > 
> > --- Makefile.orig   Wed Sep 26 16:50:25 2018
> > +++ MakefileWed Sep 26 16:51:01 2018
> > @@ -14,10 +14,10 @@
> > 
> >  MASTER_SITES=  http://point-at-infinity.org//
> > 
> > -WANTLIB += gmp
> > +WANTLIB += c gmp
> >  LIB_DEPENDS =  devel/gmp
> > 
> > -MAKE_FLAGS= CC="${CC} -I/usr/local/include -L/usr/local/lib"
> > +MAKE_FLAGS= CC="${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
> > 
> >  ALL_TARGET=-split -combine
> > 
> > 
> 
> Please zap the trailing . in COMMENT, and reorder lines according to
> Makefile.template.
> 
> Also it needs to be taught to honour CFLAGS, currently it hardcodes -O2,
> and avoid stripping if DEBUG is set.
> 

I removed the strip statement completely.
New .tgz attached.


-0.5.tgz
Description: application/tar-gz


[UPDATE] divecmd-0.1.3

2018-09-29 Thread Kristaps Dzonsons
This updates divecmd to 0.1.3.  Attached is both the port and a patch of
the contents.  Beyond the hash, this update includes ssrf2dcmd in its
install.  This can be used for converting from Subsurface native XML
files.  More update notes:

- Clarify that pressure sensor may refer to nonexistent tanks.
Automatically add these tanks, if possible. Fix printing of tank list.

- The ssrf2dcmd(1) tool is almost completely finished. It still needs
work for decompression stops, however.

- Clarify the relationship between tanks (cylinders) and gasses. In
libdivecomputer, a dive can have disconnected cylinders and gas mixes.
In Subsurface, these are always connected. These values are now printed
and parsed properly. Allow for multiple tank pressure reports. This
happens when (for example) deco diving with a wireless gauge on both
back-gas and deco stage. Allow the vendor and product to be pulled from
Subsurface output files, as well as pressures for multiple tanks. Allow
for CNS values.

- Fix how es are referenced by a .

- Fix up how dcmd2grap(1) displays non-free (i.e., singleton) dives.

Best,

Kristaps
diff -urPN divecmd/Makefile /usr/ports/mystuff/misc/divecmd/Makefile
--- divecmd/Makefile	Fri Aug 17 02:44:08 2018
+++ /usr/ports/mystuff/misc/divecmd/Makefile	Sat Sep 29 17:28:32 2018
@@ -2,7 +2,7 @@
 
 COMMENT =		download and process dive computer data
 
-DISTNAME =		divecmd-0.1.1
+DISTNAME =		divecmd-0.1.3
 
 CATEGORIES =		misc
 
diff -urPN divecmd/distinfo /usr/ports/mystuff/misc/divecmd/distinfo
--- divecmd/distinfo	Fri Aug 17 02:44:08 2018
+++ /usr/ports/mystuff/misc/divecmd/distinfo	Sat Sep 29 17:28:44 2018
@@ -1,2 +1,2 @@
-SHA256 (divecmd-0.1.1.tar.gz) = yexMGDjxeA/+a4WxVzhMlLPRFN3NWhx/A8rYi/H0Yvo=
-SIZE (divecmd-0.1.1.tar.gz) = 64071
+SHA256 (divecmd-0.1.3.tar.gz) = KMVg65JrV65Z0kiKSw7JWl7AfGDJyjlSjINmaaklJIE=
+SIZE (divecmd-0.1.3.tar.gz) = 68475
diff -urPN divecmd/pkg/PLIST /usr/ports/mystuff/misc/divecmd/pkg/PLIST
--- divecmd/pkg/PLIST	Fri Aug 17 02:44:08 2018
+++ /usr/ports/mystuff/misc/divecmd/pkg/PLIST	Sat Sep 29 17:28:39 2018
@@ -9,7 +9,7 @@
 @bin bin/dcmdfind
 @bin bin/dcmdls
 @bin bin/dcmdterm
-@comment bin/ssrf2dcmd
+@bin bin/ssrf2dcmd
 @man man/man1/dcmd.1
 @man man/man1/dcmd2csv.1
 @man man/man1/dcmd2grap.1
@@ -20,4 +20,4 @@
 @man man/man1/dcmdfind.1
 @man man/man1/dcmdls.1
 @man man/man1/dcmdterm.1
-@comment man/man1/ssrf2dcmd.1
+@man man/man1/ssrf2dcmd.1


divecmd-0.1.3.tgz
Description: Binary data


CVS: cvs.openbsd.org: ports

2018-09-29 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/09/29 07:52:35

Modified files:
multimedia/mkvtoolnix: Makefile distinfo 

Log message:
Update mkvtoolnix-27.0.0



Re: [NEW] textproc/pup

2018-09-29 Thread Klemens Nanni
On Wed, Sep 19, 2018 at 12:52:30PM +0200, Solene Rapenne wrote:
> ping, this software is really handy.
Feel free to import after removing me as maintainer (you might as well
take over). I no longer have a need for this tool.

> not sure about the COMMENT, sthen@'s proposition is fine to me as I'm fine
> with the last tarball COMMENT using "parsing" instead of filter.
OK kn.



Re: update mail/mailpile

2018-09-29 Thread Klemens Nanni
On Tue, Sep 25, 2018 at 06:59:40PM +0200, Solene Rapenne wrote:
> update mailpile from 1.0.0rc2 to 1.0.0rc3
What are the changes? Does it fix anything (critical)?



Re: [PATCH] audio/beets - README updates

2018-09-29 Thread Klemens Nanni
On Mon, Sep 24, 2018 at 10:37:24PM +0100, Raf Czlonka wrote:
> A couple of changes to the README file:
> 
> - given that beets has been moved to Python 3 last year[0], I believe
>   that the plugin dependencies should be updated from py-* to py3-*
> 
> - neither mp3gain, nor aacgain packages exist so delete that paragraph
> 
> - documentation URL - HTTPS and TLD change
Makes sense to me, OK kn.



Re: UPDATE: math/maxima

2018-09-29 Thread Klemens Nanni
OK kn



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2018/09/29 05:19:16

Modified files:
security/opensc: Makefile distinfo 
security/opensc/patches: patch-configure_ac 
 patch-doc_tools_Makefile_am 
 patch-etc_Makefile_am 
 patch-src_pkcs11_Makefile_am 
security/opensc/pkg: PLIST 
Removed files:
security/opensc/patches: patch-src_common_libpkcs11_c 
 patch-src_libopensc_card-jpki_c 
 patch-src_libopensc_pkcs15-pubkey_c 
 patch-src_libopensc_sc-ossl-compat_h 
 patch-src_pkcs11_framework-pkcs15_c 
 patch-src_pkcs11_mechanism_c 

Log message:
Update to OpenSC-0.19

This release contains fixes for mutliple issues, ranging from stack based
buffer overflows to out of bounds reads and writes on the heap.  They can
be triggered by malicious smartcards sending malformed responses to APDU
commands. A detailed description can be found at X41-2018-002
.

While here, replace hardcoded 0644 with ${NONBINMODE} and adjust the
default PKCS11 provider path to opensc-pkcs11.so so pkcs11-tool(1) works
without having to it pass it `--module' all the time.

OK sthen rsadowski



[UPDATE] subsurface 4.8.2

2018-09-29 Thread Kristaps Dzonsons
The attached port updates Subsurface from 4.8.1 to 4.8.2, released just
this month.  The update consists of removing some patches that have been
merged into the mainline.

I've also attached a diff from the current one.

Upstream version notes:

https://subsurface-divelog.org/2018/09/announcing-subsurface-4-8-2/

Best,

Kristaps


Subsurface-4.8.2.tgz
Description: Binary data
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/Makefile subsurface/Makefile
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/Makefile	Tue Aug 14 19:18:22 2018
+++ subsurface/Makefile	Sat Sep 29 11:44:46 2018
@@ -5,7 +5,7 @@
 
 COMMENT =	divelog program for recreational, tech, and free-divers
 
-VER =		4.8.1
+VER =		4.8.2
 PKGNAME =	subsurface-${VER}
 DISTNAME =	Subsurface-${VER}
 
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/distinfo subsurface/distinfo
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/distinfo	Tue Aug 14 19:18:22 2018
+++ subsurface/distinfo	Sat Sep 29 11:45:04 2018
@@ -1,4 +1,4 @@
-SHA256 (Subsurface-4.8.1.tgz) = om2CG9U7XJ3RpBDcd9WvK04BV4WAYbUn08jLVwDXqBw=
-SHA256 (libdivecomputer-subsurface-branch-4.8.1.tgz) = fkvINhUM2CN40qiypC0eRNusmNSqabbPblSm6x4C3/Q=
-SIZE (Subsurface-4.8.1.tgz) = 14719334
-SIZE (libdivecomputer-subsurface-branch-4.8.1.tgz) = 316841
+SHA256 (Subsurface-4.8.2.tgz) = 3vEwhthhHf4Itocnzy5uCRTKRiEiq87N0P+ahbPB+bs=
+SHA256 (libdivecomputer-subsurface-branch-4.8.2.tgz) = HKSAHiZ2ivm7QTY7wXlx4knXcXvkFDZprCuqnIpV+Jg=
+SIZE (Subsurface-4.8.2.tgz) = 14852032
+SIZE (libdivecomputer-subsurface-branch-4.8.2.tgz) = 334792
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_CMakeLists_txt subsurface/patches/patch-core_CMakeLists_txt
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_CMakeLists_txt	Tue Aug 14 19:18:22 2018
+++ subsurface/patches/patch-core_CMakeLists_txt	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
-$OpenBSD: patch-core_CMakeLists_txt,v 1.1.1.1 2018/08/14 17:18:22 schwarze Exp $
-
-Index: core/CMakeLists.txt
 core/CMakeLists.txt.orig
-+++ core/CMakeLists.txt
-@@ -12,6 +12,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
- 	set(PLATFORM_SRC macos.c)
- elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows")
- 	set(PLATFORM_SRC windows.c)
-+elseif(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
-+	set(PLATFORM_SRC linux.c)
- endif()
- 
- if(FTDISUPPORT)
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_downloadfromdcthread_cpp subsurface/patches/patch-core_downloadfromdcthread_cpp
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_downloadfromdcthread_cpp	Tue Aug 14 19:18:22 2018
+++ subsurface/patches/patch-core_downloadfromdcthread_cpp	Thu Jan  1 01:00:00 1970
@@ -1,17 +0,0 @@
-$OpenBSD: patch-core_downloadfromdcthread_cpp,v 1.1.1.1 2018/08/14 17:18:22 schwarze Exp $
-
-Index: core/downloadfromdcthread.cpp
 core/downloadfromdcthread.cpp.orig
-+++ core/downloadfromdcthread.cpp
-@@ -216,7 +216,11 @@ DCDeviceData::DCDeviceData()
- 	data.download_table = nullptr;
- 	data.diveid = 0;
- 	data.deviceid = 0;
-+#if defined(BT_SUPPORT)
- 	data.bluetooth_mode = true;
-+#else
-+	data.bluetooth_mode = false;
-+#endif
- 	data.force_download = false;
- 	data.create_new_trip = false;
- 	data.libdc_dump = false;
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_linux_c subsurface/patches/patch-core_linux_c
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-core_linux_c	Tue Aug 14 19:18:22 2018
+++ subsurface/patches/patch-core_linux_c	Thu Jan  1 01:00:00 1970
@@ -1,41 +0,0 @@
-$OpenBSD: patch-core_linux_c,v 1.1.1.1 2018/08/14 17:18:22 schwarze Exp $
-
-Index: core/linux.c
 core/linux.c.orig
-+++ core/linux.c
-@@ -112,12 +112,19 @@ int enumerate_devices(device_callback_t callback, void
- 	if (dc_type != DC_TYPE_UEMIS) {
- 		const char *dirname = "/dev";
- 		const char *patterns[] = {
-+			"ttyU*",
-+			"ttyC*",
-+			NULL
-+		};
-+#if 0
-+		const char *patterns[] = {
- 			"ttyUSB*",
- 			"ttyS*",
- 			"ttyACM*",
- 			"rfcomm*",
- 			NULL
- 		};
-+#endif
- 
- 		dp = opendir(dirname);
- 		if (dp == NULL) {
-@@ -143,6 +150,7 @@ int enumerate_devices(device_callback_t callback, void
- 		}
- 		closedir(dp);
- 	}
-+#if 0
- 	if (dc_type != DC_TYPE_SERIAL) {
- 		int num_uemis = 0;
- 		file = fopen("/proc/mounts", "r");
-@@ -177,6 +185,7 @@ int enumerate_devices(device_callback_t callback, void
- 		if (num_uemis == 1 && entries == 1) /* if we found only one and it's a mounted Uemis, pick it */
- 			index = 0;
- 	}
-+#endif
- 	return index;
- }
- 
diff -urNP /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-scripts_get-version subsurface/patches/patch-scripts_get-version
--- /home/kristaps/checkedout/openbsd/ports/misc/subsurface/patches/patch-scripts_get-version	Tue Aug 14 19:18:22 2018
+++ subsurface/patches/patch-scripts_get-version	Sat Sep 29 12:15:17 2018
@@ -9,7 

Re: import python 3.7

2018-09-29 Thread Rafael Sadowski
On Thu Sep 27, 2018 at 07:35:50AM -0400, Daniel Jakots wrote:
> On Tue, 18 Sep 2018 20:21:01 -0400, Daniel Jakots 
> wrote:
> 
> > On Tue, 11 Sep 2018 22:19:13 -0400, Daniel Jakots 
> > wrote:
> > 
> > > On Sat, 8 Sep 2018 14:28:06 -0400, Daniel Jakots
> > >  wrote:
> > >   
> > > > Does the test suite work for you? In my case it seems it never
> > > > ends with "running: test_asyncio (2 min 52 sec)" until I ^c. If
> > > > people have the same, I'll add TEST_IS_INTERACTIVE=Yes
> > > 
> > > I looked into it and didn't find any solution. It happens on cpython
> > > HEAD as well so I added it.
> > >   
> > > > Attached, the diff for our current files and the tgz for the 3.7
> > > > directory.
> > > 
> > > New tgz attached because the plist needed some @comment.  
> > 
> > New tgz because the PLIST-main listed items it shouldn't (spotted by
> > Rafael, thanks!)
> 
> ping
> 

I see no impact and no risks if there are no objections. ok rsadowski@



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/09/29 03:49:13

Modified files:
devel/intellij : Makefile distinfo 

Log message:
Update intellij-2018.2.4

>From Caspar Schutijser (maintainer) Thanks!



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 03:23:36

Modified files:
sysutils/login_krb5: Makefile distinfo 

Log message:
Update to login_krb5-6.4.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/09/29 02:38:04

Modified files:
x11/py-qtpy: Makefile distinfo 

Log message:
Update py-qtpy-1.5.1

>From Elias M. Mariani (maintainer) Thanks!



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 02:16:31

Modified files:
devel/pango: Makefile 
Added files:
devel/pango/patches: patch-pango_pangofc-shape_c 

Log message:
Fix crash in pango_fc_font_key_get_variations() when key is null.
- from usptream



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 02:08:20

Modified files:
x11/gnome/libgda: Makefile distinfo 
x11/gnome/libgda/patches: patch-libgda_data_Makefile_in 
x11/gnome/libgda/pkg: PLIST-main PLIST-ui 
Added files:
x11/gnome/libgda/patches: 
  
patch-libgda_sqlite_virtual_gda-vprovider-data-model_c 
  patch-providers_sqlcipher_sqlite3_c 

Log message:
Update to libgda-5.2.5.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 02:02:03

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

Log message:
Update to awscli-1.16.24.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 02:01:48

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

Log message:
Update to py-botocore-1.12.14.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 02:01:33

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py-boto3-1.9.14.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/09/29 01:44:54

Modified files:
devel/catch2   : Makefile distinfo 

Log message:
Bugfix update catch2-2.4.1



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 01:27:50

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

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



UPDATE: math/maxima

2018-09-29 Thread Ingo Feinerer
Hi,

update math/maxima 5.41.0 -> 5.42.0.

No longer seems to need manual PLIST editing, as install-info now only
shows warnings but does not abort anymore due to errors. Consequently,
ship all info files.

All tests pass: "No unexpected errors found out of 11,591 tests."

OK?

Best regards,
Ingo

Index: Makefile
===
RCS file: /cvs/ports/math/maxima/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile1 Jul 2018 18:33:36 -   1.40
+++ Makefile29 Sep 2018 07:11:31 -
@@ -2,10 +2,9 @@
 
 COMMENT=   GPL computer algebra system based on DOE Macsyma
 
-VERSION=   5.41.0
+VERSION=   5.42.0
 DISTNAME=  maxima-${VERSION}
 CATEGORIES=math
-REVISION=  1
 
 HOMEPAGE=  http://maxima.sourceforge.net/
 MAINTAINER=Ingo Feinerer 
Index: distinfo
===
RCS file: /cvs/ports/math/maxima/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo5 Oct 2017 14:01:33 -   1.18
+++ distinfo29 Sep 2018 07:11:31 -
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.41.0.tar.gz) = 2vglRgD0x9nweaAIQXiq8Da9l6Y7Hne5RfQSDX5AFnQ=
-SIZE (maxima-5.41.0.tar.gz) = 41540226
+SHA256 (maxima-5.42.0.tar.gz) = 1l/qk32Z0lGAjkjiMTDt0JCvH8ZFYxJJPosvtmFstzQ=
+SIZE (maxima-5.42.0.tar.gz) = 41902466
Index: pkg/PLIST
===
RCS file: /cvs/ports/math/maxima/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST   1 Jul 2018 18:33:36 -   1.19
+++ pkg/PLIST   29 Sep 2018 07:11:32 -
@@ -2,7 +2,11 @@
 bin/maxima
 bin/rmaxima
 bin/xmaxima
+@info info/abs_integrate.info
+@info info/drawutils.info
 @info info/imaxima.info
+@info info/kovacicODE.info
+@info info/logic.info
 info/maxima-index.lisp
 info/maxima.info
 info/maxima.info-1
@@ -72,6 +76,7 @@ share/maxima/${VERSION}/doc/html/figures
 share/maxima/${VERSION}/doc/html/figures/draw_cbtics.gif
 share/maxima/${VERSION}/doc/html/figures/draw_color.gif
 share/maxima/${VERSION}/doc/html/figures/draw_color2.gif
+share/maxima/${VERSION}/doc/html/figures/draw_color3.gif
 share/maxima/${VERSION}/doc/html/figures/draw_colorbox.gif
 share/maxima/${VERSION}/doc/html/figures/draw_colorbox2.gif
 share/maxima/${VERSION}/doc/html/figures/draw_columns.gif
@@ -119,6 +124,9 @@ share/maxima/${VERSION}/doc/html/figures
 share/maxima/${VERSION}/doc/html/figures/draw_interpolate_color4.gif
 share/maxima/${VERSION}/doc/html/figures/draw_interpolate_color5.gif
 share/maxima/${VERSION}/doc/html/figures/draw_interpolate_color6.gif
+share/maxima/${VERSION}/doc/html/figures/draw_intro.gif
+share/maxima/${VERSION}/doc/html/figures/draw_intro2.gif
+share/maxima/${VERSION}/doc/html/figures/draw_intro3.gif
 share/maxima/${VERSION}/doc/html/figures/draw_key.gif
 share/maxima/${VERSION}/doc/html/figures/draw_key_label_alignment.gif
 share/maxima/${VERSION}/doc/html/figures/draw_key_label_orientation.gif
@@ -272,6 +280,8 @@ share/maxima/${VERSION}/doc/html/maxima_
 share/maxima/${VERSION}/doc/html/maxima_103.html
 share/maxima/${VERSION}/doc/html/maxima_104.html
 share/maxima/${VERSION}/doc/html/maxima_105.html
+share/maxima/${VERSION}/doc/html/maxima_106.html
+share/maxima/${VERSION}/doc/html/maxima_107.html
 share/maxima/${VERSION}/doc/html/maxima_11.html
 share/maxima/${VERSION}/doc/html/maxima_12.html
 share/maxima/${VERSION}/doc/html/maxima_13.html
@@ -400,8 +410,10 @@ share/maxima/${VERSION}/emacs/maxima.el
 share/maxima/${VERSION}/emacs/setup-imaxima-imath.el
 share/maxima/${VERSION}/emacs/smart-complete.el
 share/maxima/${VERSION}/emacs/sshell.el
-share/maxima/${VERSION}/share/
+@info share/maxima/${VERSION}/share/
 share/maxima/${VERSION}/share/MYTOPIC-index.lisp
+@info share/maxima/${VERSION}/share/MYTOPIC.info
+share/maxima/${VERSION}/share/README
 share/maxima/${VERSION}/share/affine/
 share/maxima/${VERSION}/share/affine/README
 share/maxima/${VERSION}/share/affine/affine.lisp
@@ -581,6 +593,8 @@ share/maxima/${VERSION}/share/colnew/pro
 share/maxima/${VERSION}/share/colnew/prob4.mac
 share/maxima/${VERSION}/share/combinatorics/
 share/maxima/${VERSION}/share/combinatorics/README
+share/maxima/${VERSION}/share/combinatorics/combinatorics.dem
+share/maxima/${VERSION}/share/combinatorics/combinatorics.lisp
 share/maxima/${VERSION}/share/contrib/
 share/maxima/${VERSION}/share/contrib/Eulix/
 share/maxima/${VERSION}/share/contrib/Eulix/Eulix.html
@@ -589,14 +603,19 @@ share/maxima/${VERSION}/share/contrib/Eu
 share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
 share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
 share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Step_T_Stiff.mac
 share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T1.mac
 

CVS: cvs.openbsd.org: ports

2018-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2018/09/29 01:11:11

Modified files:
devel/appstream-glib: Makefile distinfo 

Log message:
Update to appstream-glib-0.7.13.



CVS: cvs.openbsd.org: ports

2018-09-29 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2018/09/29 00:42:21

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

Log message:
Update krita-4.1.3