Re: UPDATE devel/git-lfs

2018-06-12 Thread Björn Ketelaars
On Wed 06/06/2018 20:18, Björn Ketelaars wrote: > Enclosed a diff for bringing git-lfs to 2.4.2, which fixes some bugs. > Changelog can be found at > https://github.com/git-lfs/git-lfs/blob/release-2.4/CHANGELOG.md > > Build, and tested OK on amd64. > > OK? Ping!

NEW: sysutils/realpath

2018-06-12 Thread Brian Callahan
Hi ports -- Attached is a new port, sysutils/realpath. realpath is a utility to return resolved physical paths. --- pkg/DESCR: The realpath utility resolves all symbolic links, extra `/' characters and references to /./ and /../ in the path. If path is absent, the current working directory

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread mitchell wodach
Thanks for the help guys! I think I got it now Mitch On Tue, Jun 12, 2018 at 6:17 PM, Stuart Henderson wrote: > On 2018/06/12 23:10, mitchell wodach wrote: >> On 6/12/18, Stuart Henderson wrote: >> > On 2018/06/12 21:26, mitchell wodach wrote: >> >> On 6/9/18, Marc Espie wrote: >> >> > On

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/06/12 19:50:46 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.5.0

Re: NEW: www/mkdocs (with dep of www/py-livereload)

2018-06-12 Thread Edward Lopez-Acosta
Title of this post updated to reflect the category and both ports included. Below are the diffs for the two files noted. The PLIST diff is kind of lengthy. Not sure what set it to 600 but will look into it for future ports. --- www/mkdocs/Makefile.origTue Jun 12 18:34:41 2018 +++

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/06/12 17:45:43 Modified files: devel/tcllib : Makefile distinfo devel/tcllib/patches: patch-support_installation_modules_tcl devel/tcllib/pkg: PLIST Log message: Update to

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/06/12 17:46:26 Modified files: devel/tklib: Makefile distinfo devel/tklib/patches: patch-support_installation_modules_tcl devel/tklib/pkg: PLIST Log message: Update to 0.6pl5.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/06/12 17:44:38 Modified files: devel/p5-Tcl : Makefile distinfo Log message: Update to 1.05.

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread Stuart Henderson
On 2018/06/12 23:10, mitchell wodach wrote: > On 6/12/18, Stuart Henderson wrote: > > On 2018/06/12 21:26, mitchell wodach wrote: > >> On 6/9/18, Marc Espie wrote: > >> > On Fri, Jun 08, 2018 at 06:15:01PM -0500, mitchell wodach wrote: > >> >> Hi > >> >> > >> >> I'm working on porting Freedink.

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread mitchell wodach
On 6/12/18, mitchell wodach wrote: > On 6/12/18, Stuart Henderson wrote: >> On 2018/06/12 21:26, mitchell wodach wrote: >>> On 6/9/18, Marc Espie wrote: >>> > On Fri, Jun 08, 2018 at 06:15:01PM -0500, mitchell wodach wrote: >>> >> Hi >>> >> >>> >> I'm working on porting Freedink. I have the

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread mitchell wodach
On 6/12/18, Stuart Henderson wrote: > On 2018/06/12 21:26, mitchell wodach wrote: >> On 6/9/18, Marc Espie wrote: >> > On Fri, Jun 08, 2018 at 06:15:01PM -0500, mitchell wodach wrote: >> >> Hi >> >> >> >> I'm working on porting Freedink. I have the data separate form the >> >> game >> >> code.

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread Stuart Henderson
On 2018/06/12 21:26, mitchell wodach wrote: > On 6/9/18, Marc Espie wrote: > > On Fri, Jun 08, 2018 at 06:15:01PM -0500, mitchell wodach wrote: > >> Hi > >> > >> I'm working on porting Freedink. I have the data separate form the game > >> code. > >> The data has multiple licenses. so for

Re: what to set for PERMIT_PACKAGE in port

2018-06-12 Thread mitchell wodach
On 6/9/18, Marc Espie wrote: > On Fri, Jun 08, 2018 at 06:15:01PM -0500, mitchell wodach wrote: >> Hi >> >> I'm working on porting Freedink. I have the data separate form the game >> code. >> The data has multiple licenses. so for PERMIT_PACKAGE in Makefile I >> should >> pick the most

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Marc Espie
On Tue, Jun 12, 2018 at 06:06:27PM -0300, Elias M. Mariani wrote: > > Ah I'd forgotten about that, you're right, in which case please just > > unconditionally set > > > > FULLPKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION} > > > > rather than making it flavour-dependent. > > OK,

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Elias M. Mariani
> Ah I'd forgotten about that, you're right, in which case please just > unconditionally set > > FULLPKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION} > > rather than making it flavour-dependent. OK, yes, that is much nicer! the only thing that I'm struggling with is the

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Stuart Henderson
On 2018/06/12 17:15, Elias M. Mariani wrote: > > yes, but you don't need to believe me. use 'make show='. > You, kind sir... are right. > > > no, set that in PKGNAME-main. (you can use MODPY_PY_PREFIX to get py- vs > > py3-). > PKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION} >

update lang/pypy

2018-06-12 Thread David CARLIER
ping :)

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Elias M. Mariani
> yes, but you don't need to believe me. use 'make show='. You, kind sir... are right. > no, set that in PKGNAME-main. (you can use MODPY_PY_PREFIX to get py- vs > py3-). PKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION} Produces: py3-sqlalchemy-1.2.7p0-python3.tgz I dont see any

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Marc Espie
On Tue, Jun 12, 2018 at 08:44:19PM +0100, Stuart Henderson wrote: > On 2018/06/12 16:34, Elias M. Mariani wrote: > > > +WANTLIB = #empty > > > +RUN_DEPENDS = #empty > > > +LIB_DEPENDS = #empty > > > > > > - it's a noop, but leave these as they were. just set

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Stuart Henderson
On 2018/06/12 16:34, Elias M. Mariani wrote: > > +WANTLIB = #empty > > +RUN_DEPENDS = #empty > > +LIB_DEPENDS = #empty > > > > - it's a noop, but leave these as they were. just set RUN_DEPENDS-docs to > > empty > > and let -main inherit from the default. and

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Elias M. Mariani
> +WANTLIB = #empty > +RUN_DEPENDS = #empty > +LIB_DEPENDS = #empty > > - it's a noop, but leave these as they were. just set RUN_DEPENDS-docs to > empty > and let -main inherit from the default. and WANTLIB/LIB_DEPENDS aren't set > by default anyway so no need to

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/06/12 13:08:40 Modified files: net/librenms : Makefile Log message: add missing RDEP on php-pdo_mysql ok sthen@ (MAINTAINER)

Re: UPDATE www/hugo

2018-06-12 Thread fredl
On 06/12/18 18:43, Stuart Henderson wrote: On 2018/06/12 18:38, fredl wrote: Hey, included is a diff for bringing www/hugo to v0.42. Changelog can be found at: https://github.com/gohugoio/hugo/releases ok? Index: Makefile

UPDATE: emulators/stella 5.1.2 -> 5.1.3

2018-06-12 Thread Tom Murphy
Hi, Here's an update for emulators/stella from 5.1.2 to 5.1.3. The maintainer has patched upstream now so there is no need for patch-Makefile and patch-configure (the patches directory can be removed). This release also fixes an issue with stella dumping core while cleaning up SDL textures.

Re: REVISION: databases/py-sqlalchemy

2018-06-12 Thread Stuart Henderson
On 2018/06/12 15:38, Elias M. Mariani wrote: > Well, is wasn't like qwt... xD > > The problem is using MODULES. > there is no "MODULES-package" it seems. > So, in the case of qwt it works, because it uses devel/qmake module > and the flavor adds another module that is x11/qt4. > devel/qmake does

Re: NEW: security/tclpledge & security/jimpledge

2018-06-12 Thread Stuart Cassoff
Now without the confusing TESTFLAGS bits. Stu > -- Original Message -- > From: Stuart Cassoff <3...@bell.net> > Date: June 11, 2018 at 1:02 PM > > > Ping on these, they're real simple. > > > -- Original Message -- > > From: Stuart Cassoff <3...@bell.net> > >

qtwebkit consumers are broken

2018-06-12 Thread Rafael Sadowski
Looks like x11/qt5/qtwebkit is broken. I'm sure all consumers are affected. backtraces below: digikam: Thread 1 received signal SIGTRAP, Trace/breakpoint trap. 0x079d971c05fb in cti_vm_throw () from /usr/local/lib/libQt5WebKit.so.2.1 (gdb) bt #0 0x079d971c05fb in cti_vm_throw () from

Re: NEW: graphics/digikam [4/4 digikam 5]

2018-06-12 Thread Rafael Sadowski
On Tue Jun 12, 2018 at 11:04:35AM +0200, Marc Espie wrote: > On Tue, Jun 12, 2018 at 07:16:39AM +0200, Rafael Sadowski wrote: > > On Sun Jun 10, 2018 at 09:23:52PM -0300, Elias M. Mariani wrote: > > > No good. > > > Couldn't get digikam to work. > > > This one will be hard to crack. > > > > > >

Re: [UPDATE] graphics/p5-Image-ExifTool

2018-06-12 Thread patrick keshishian
Hi, Thanks for the update and I'm sorry I've not been able to keep updated with this small task. Unfortunately circumstances dictate that I remove myself as maintainer and allow someone else to take over. cheers, --patrick On 6/12/18, Remi Pointel wrote: > Hi, > > attached is the diff to

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/06/12 10:54:58 Modified files: meta/kde4 : Makefile x11/kde4 : Makefile x11/kde-applications: Makefile Log message: Unbook KDE4 and hook KDE5 umbrello and KDE4

UPDATE www/hugo

2018-06-12 Thread fredl
Hey, included is a diff for bringing www/hugo to v0.42. Changelog can be found at: https://github.com/gohugoio/hugo/releases ok? Index: Makefile === RCS file: /cvs/ports/www/hugo/Makefile,v retrieving revision 1.1.1.1 diff -u -p

Re: UPDATE sysutils/borgbackup

2018-06-12 Thread Giovanni Bechis
On 06/11/18 21:24, Björn Ketelaars wrote: > Enclosed a diff for bringing borgbackup to 1.1.6, which is a bug fix and > small feature improvements release. Changelog can be found at > https://github.com/borgbackup/borg/blob/1.1.6/docs/changes.rst#version-116-2018-06-11 > > "${MODPY_CMD} build_ext

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/06/12 09:52:49 Modified files: telephony/asterisk: Tag: OPENBSD_6_3 Makefile distinfo telephony/asterisk/patches: Tag: OPENBSD_6_3

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/06/12 09:52:03 Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk-13.21.1 AST-2018-007: Infinite loop when reading iostreams When connected to Asterisk via

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/06/12 09:47:38 Modified files: textproc : Makefile Log message: +tdom

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/06/12 09:44:28 Log message: Import tDOM 0.9.0. ok sthen@ A fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl. Combines high performance XML data processing with easy and

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/06/12 08:22:46 Modified files: databases/pgpool: Makefile distinfo Log message: Bugfix update to 3.7.4

Re: [NEW] devel/py-pandas

2018-06-12 Thread Elias M. Mariani
and the attached tar.gz ? Missed by that much... 2018-06-12 11:06 GMT-03:00 Elias M. Mariani : > Sending the new version for test. > The Makefile uses two flavors: > python3 and test > So, if you want to install you just run: > env FLAVOR="" make install > or > env FLAVOR="python3" make install >

Re: [NEW] devel/py-pandas

2018-06-12 Thread Elias M. Mariani
Sending the new version for test. The Makefile uses two flavors: python3 and test So, if you want to install you just run: env FLAVOR="" make install or env FLAVOR="python3" make install That generates everything only once. if you want to test: env FLAVOR="test" make test or env FLAVOR="test

[UPDATE] graphics/p5-Image-ExifTool

2018-06-12 Thread Remi Pointel
Hi, attached is the diff to update exiftool to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/graphics/p5-Image-ExifTool/Makefile,v retrieving revision 1.42 diff -u -p -u -p -r1.42 Makefile ---

NEW: textproc/py-xlrd

2018-06-12 Thread Elias M. Mariani
Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.7, 3.4+). Strong support for Excel dates. Unicode-aware. http://www.python-excel.org/ No dependencies. python3 flavor included. Its a dependency to test math/py-pandas. Cheers. Elias.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/06/12 07:25:37 Log message: Import x11/kde-applications/umbrello Tested by Elias M. Mariani ok landry@ Umbrello UML Modeller is a Unified Modelling Language (UML) diagram

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/06/12 07:12:33 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: Update to toot-0.18.0, use stable release assets OK sthen

Re: NEW: textproc/tdom

2018-06-12 Thread Stuart Henderson
On 2018/06/11 12:56, Stuart Cassoff wrote: > > > -- Original Message -- > > From: Stuart Henderson > > Date: June 11, 2018 at 12:47 PM > > > > > > On 2018/06/11 10:43, Stuart Cassoff wrote: > > > Tested on i386 and amd64 at ~22C. > > > > DISTNAME = tdom-${V}-src >

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/06/12 07:01:55 Modified files: devel : Makefile Log message: SUBDIR += pycdc

Re: [PATCH] ntfs-3g needs OpenBSD specific groupmember() function

2018-06-12 Thread Helg
On Mon, Jun 04, 2018 at 10:23:14AM +0200, Martin Pieuchot wrote: > On 04/06/18(Mon) 14:26, Helg wrote: > > Hi Ports, > > > > I have an upcoming patch to FUSE that passes the current process tid, > > uid, gid and umask to the file system. This has highlighted a bug in the > > port where the

Re: update net/toot to 0.18.0

2018-06-12 Thread Stuart Henderson
On 2018/06/12 14:26, Klemens Nanni wrote: > New release coming from stable assets this time. Changes since the last > version: > > * Add support for public, tag and list timelines in `toot timeline` > (#52) > * Add `--sensitive` and `--spoiler-text` options to `toot post` (#63) >

Re: NEW: mkdocs

2018-06-12 Thread Stuart Henderson
On 2018/06/10 14:00, Edward Lopez-Acosta wrote: > I went ahead and clarified the description. Initially I used the one they > have on their site. > I also cannot update the title but forgot to include both of these would be > unde the > www category. > > On Sun, Jun 10, 2018 at 1:38 PM, Ingo

update net/toot to 0.18.0

2018-06-12 Thread Klemens Nanni
New release coming from stable assets this time. Changes since the last version: * Add support for public, tag and list timelines in `toot timeline` (#52) * Add `--sensitive` and `--spoiler-text` options to `toot post` (#63) * Curses app improvements: *

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/12 04:22:40 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.10.36.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/12 04:22:51 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.15.36.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/06/12 04:20:09 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.7.36.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/06/12 03:32:03 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: update sqlobject to 3.7.0. inputs and ok benoit@.

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2018/06/12 03:32:50 Modified files: databases : Makefile Log message: + SUBDIR += py-sqlobject,python3

Re: NEW: graphics/digikam [4/4 digikam 5]

2018-06-12 Thread Marc Espie
On Tue, Jun 12, 2018 at 07:16:39AM +0200, Rafael Sadowski wrote: > On Sun Jun 10, 2018 at 09:23:52PM -0300, Elias M. Mariani wrote: > > No good. > > Couldn't get digikam to work. > > This one will be hard to crack. > > > > Thanks for the feedback. > > I run in the same trap. This is new, I'm

UPDATE: Nextcloud-13.0.4

2018-06-12 Thread Gonzalo L. Rodriguez
Hallo, Small update for Nextcloud to 13.0.4: https://nextcloud.com/changelog/ OK? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/www/nextcloud/Makefile,v retrieving revision 1.17 diff -u

Re: UPDATE: games/prboom-plus

2018-06-12 Thread Anthony J. Bentley
Hi Ryan, Ryan Freeman writes: > On Thu, May 10, 2018 at 12:15:56AM -0700, Ryan Freeman wrote: > > Hey, > > > > I sent this in back in 2016, totally forgot about it: > > https://marc.info/?l=openbsd-ports=145953130908490=2 > > > > Apologies to naddy@ who recently modified this and likely

CVS: cvs.openbsd.org: ports

2018-06-12 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2018/06/12 00:07:29 Modified files: games/prboom-plus: Makefile distinfo Added files: games/prboom-plus/patches: patch-data_Makefile_in Removed files: games/prboom-plus/patches: