Re[2]: Remove broken window maker dockapps

2018-05-04 Thread Vladimir Popov
>Пятница, 27 апреля 2018, 22:12 +05:00 от Jeremie Courreges-Anglas >: > >On Fri, Apr 27 2018, Solene Rapenne < sol...@perso.pw > wrote: >> I propose to remove from the ports tree the following ports. I've not >> been able to figure out since how many time they were broken. >> >> Ports that are

Re: UPDATE: audio/soundtouch

2018-05-04 Thread Elias M. Mariani
Looking for someone to check and commit the change to the CVS. Elias. 2018-05-02 20:17 GMT-03:00 Elias M. Mariani : > Hi, > I send a diff for soundtouch, minor change in Makefile from version > 1.9.2 to 2.0.0. > > Soundtouch is a dependency of: > audio/audacity > emulators/desmume > multimedia/gst

Re: NEW: Spyder + UPDATE: py-rope

2018-05-04 Thread Elias M. Mariani
Updated to 3.2.8 from 3.2.6. New spyder.tar.gz attached and also in openbsd-wip: https://github.com/jasperla/openbsd-wip/tree/master/devel/spyder Again, thanks Stuart for the help. Elias. 2018-05-04 17:13 GMT-03:00 Elias M. Mariani : > Thanks for the help Stuart, > >> - stray whitespace in Makefi

Re: python setuptools

2018-05-04 Thread Elias M. Mariani
Yep, thanks Daniel. Fixed. 2018-05-04 17:29 GMT-03:00 Daniel Jakots : > On Fri, 4 May 2018 17:03:50 -0300, "Elias M. Mariani" > wrote: > >> Hi, >> For some reason the port in witch I was working (devel/spyder) is >> having some issues. >> When building: >> error: invalid command 'egg_info' >> Whe

Re: NEW: sysutils/rw

2018-05-04 Thread Brian Callahan
On 04/25/18 20:46, Brian Callahan wrote: Hi ports -- Attached is a simple new port, sysutils/rw. rw is a simple dd(1) replacement utility from Sortix. --- pkg/DESCR: Sortix rw is a program that reads blocks from the standard input and copies them to the standard output until the end of the s

Re: UPDATE: math/ginac 1.7.4

2018-05-04 Thread Stuart Henderson
On 2018/05/04 17:59, Theo Buehler wrote: > On Fri, May 04, 2018 at 06:52:40PM +0300, Paul Irofti wrote: > > On Fri, May 04, 2018 at 12:13:35PM +0200, Theo Buehler wrote: > > > On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Irofti wrote: > > > > Hi, > > > > > > > > Here is a minor update to GiNaC.

NEW: sysutils/free

2018-05-04 Thread Brian Callahan
Hi ports -- Attached is a simple new port, sysutils/free. free is a utility that displays the amount of free and used memory in the system. It's a clone of the Linux command of the same name. --- pkg/DESCR: free is a utility that displays the amount of free and used memory in the system. ---

Re: new: games/barony

2018-05-04 Thread Brian Callahan
On 05/04/18 16:31, Brian Callahan wrote: On 5/4/2018 4:24 PM, Daniel Jakots wrote: On Fri, 4 May 2018 13:35:27 +0100, David CARLIER wrote: fair enough. here an updated version. A couple of nits: - patches/patch-CMakeLists_txt: maybe a short summary about what it's patching would be nice

Re: new: games/barony

2018-05-04 Thread Brian Callahan
On 5/4/2018 4:24 PM, Daniel Jakots wrote: > On Fri, 4 May 2018 13:35:27 +0100, David CARLIER > wrote: > >> fair enough. here an updated version. > A couple of nits: > - patches/patch-CMakeLists_txt: maybe a short summary about what it's > patching would be nice > - in the README: the sh file i

Re: python setuptools

2018-05-04 Thread Daniel Jakots
On Fri, 4 May 2018 17:03:50 -0300, "Elias M. Mariani" wrote: > Hi, > For some reason the port in witch I was working (devel/spyder) is > having some issues. > When building: > error: invalid command 'egg_info' > When installing: > error: option --single-version-externally-managed not recognized >

Re: new: games/barony

2018-05-04 Thread Daniel Jakots
On Fri, 4 May 2018 13:35:27 +0100, David CARLIER wrote: > fair enough. here an updated version. A couple of nits: - patches/patch-CMakeLists_txt: maybe a short summary about what it's patching would be nice - in the README: the sh file is a zip? also please fix the useless doas - it would be n

Re: NEW: Spyder + UPDATE: py-rope

2018-05-04 Thread Elias M. Mariani
Thanks for the help Stuart, > - stray whitespace in Makefile ( and ) Fixed. > - don't include a maintainer line if it's the default (i.e. ports@) Fixed. > - would prefer to see the FLAVOR bits next to MODULES for python > things so it's obvious Done. > - RUN_DEPENDS etc should be one entry per

python setuptools

2018-05-04 Thread Elias M. Mariani
Hi, For some reason the port in witch I was working (devel/spyder) is having some issues. When building: error: invalid command 'egg_info' When installing: error: option --single-version-externally-managed not recognized Both from the setup.py script. Is there any changes that could have affected t

Re: [UPDATE] Tor Browser 7.5.3 backport to -stable

2018-05-04 Thread Dumitru Mișu Moldovan
attila wrote: > Hi ports@, > > Now that 7.5.3 has been committed to -current I'd like to propose a > patch to backport to -stable. This has been lightly tested on an > amd64 -stable machine with all patches. > > We're going to be building and publishing signed packages for -stable > in the way

Re: Which port produces this build output?

2018-05-04 Thread Brian Callahan
On 05/04/18 12:46, Stuart Henderson wrote: On 2018/05/04 11:09, Brian Callahan wrote: On 05/04/18 06:45, Solene Rapenne wrote: Christian Weisgerber writes: I see this splashed on my dpb window. Apparently a port writes to /dev/tty during the build. Any idea which one? 476 loops; 2

Re: Which port produces this build output?

2018-05-04 Thread Stuart Henderson
On 2018/05/04 11:09, Brian Callahan wrote: > > On 05/04/18 06:45, Solene Rapenne wrote: > > Christian Weisgerber writes: > > > > > I see this splashed on my dpb window. Apparently a port writes to > > > /dev/tty during the build. Any idea which one? > > > > > > 476 loops; 25s; 139520 K

Re: UPDATE: math/ginac 1.7.4

2018-05-04 Thread Theo Buehler
On Fri, May 04, 2018 at 06:52:40PM +0300, Paul Irofti wrote: > On Fri, May 04, 2018 at 12:13:35PM +0200, Theo Buehler wrote: > > On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Irofti wrote: > > > Hi, > > > > > > Here is a minor update to GiNaC. All tests pass. OK? > > > > > > > Builds and packag

Re: UPDATE: math/ginac 1.7.4

2018-05-04 Thread Paul Irofti
On Fri, May 04, 2018 at 12:13:35PM +0200, Theo Buehler wrote: > On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Irofti wrote: > > Hi, > > > > Here is a minor update to GiNaC. All tests pass. OK? > > > > Builds and packages fine, confirm that all tests pass. Portcheck is > happy. > > There is one

Re: Which port produces this build output?

2018-05-04 Thread Brian Callahan
On 05/04/18 06:45, Solene Rapenne wrote: Christian Weisgerber writes: I see this splashed on my dpb window. Apparently a port writes to /dev/tty during the build. Any idea which one? 476 loops; 25s; 139520 Kstmts; 4894 Kst/sec 381 loops; 20s; 111675 Kstmts; 4891 Kst/sec 9

Re: new: games/barony

2018-05-04 Thread Solene Rapenne
David CARLIER writes: > fair enough. here an updated version. > > On 4 May 2018 at 08:10, Solene Rapenne wrote: > Nice work ! I think it's good now :) ok solene@

Re: ELK updates (elasticsearch, logstash, kibana) + new: sysutils/x-pack

2018-05-04 Thread Sebastian Reitenbach
Hi, Am Donnerstag, Mai 03, 2018 16:27 CEST, Stuart Henderson schrieb: > On 2018/05/03 15:54, Sebastian Reitenbach wrote: > > Hi, > > > > Am Freitag, April 27, 2018 13:58 CEST, Pavel Korovin > > schrieb: > > > > > Dear all, > > > > > > Please find updates for > > > sysutils/logstash > > >

Re: update: www/weboob 1.3

2018-05-04 Thread Sebastien Marie
On Tue, Apr 17, 2018 at 04:49:49PM +0200, Sebastien Marie wrote: > Hi, > > The weboob version we have in ports is a bit old (1.0 is from > 2014-10-17). > > Here an update to latest version 1.3 (2017-09-20). > > It switchs from qt4 to qt5. I added NO_TEST as the testsuite looks like: > "Ran 0 tes

Re: new: games/barony

2018-05-04 Thread David CARLIER
fair enough. here an updated version. On 4 May 2018 at 08:10, Solene Rapenne wrote: > > David CARLIER writes: > > > slightly update version with all your inputs. > > > > I don't know if it's preferable but I would have renamed the binary > barony-bin and named the launcher barony. So that users

Re: update www/sope www/sogo to 4.0.0

2018-05-04 Thread Sebastian Reitenbach
Hi, Am Mittwoch, Mai 02, 2018 23:10 CEST, Landry Breuil schrieb: > On Wed, May 02, 2018 at 10:28:57PM +0200, Sebastian Reitenbach wrote: > > Hi, > > > > > > > > Am Montag, April 30, 2018 15:20 CEST, Landry Breuil > > schrieb: > > > > > On Fri, Mar 09, 2018 at 11:55:48AM +0100, Sebastian Reite

Re: mail/mailpile requires python in BUILD_DEPENDS

2018-05-04 Thread Jeremie Courreges-Anglas
On Thu, May 03 2018, Solene Rapenne wrote: > naddy@ founds in his latest bulk build that mailpile was failing due to > python missing at do-install target. duh > sthen@ proposed to set an empty do-build target and remove NO_BUILD so > the module lang/python will set the BUILD_DEPENDS variable co

Re: Which port produces this build output?

2018-05-04 Thread Solene Rapenne
Christian Weisgerber writes: > I see this splashed on my dpb window. Apparently a port writes to > /dev/tty during the build. Any idea which one? > > 476 loops; 25s; 139520 Kstmts; 4894 Kst/sec > 381 loops; 20s; 111675 Kstmts; 4891 Kst/sec > 93 loops; 5s; 27261 Kstmts; 4

Re: Which port produces this build output?

2018-05-04 Thread Jonathan Gray
On Fri, May 04, 2018 at 12:30:27PM +0200, Christian Weisgerber wrote: > I see this splashed on my dpb window. Apparently a port writes to > /dev/tty during the build. Any idea which one? > > 476 loops; 25s; 139520 Kstmts; 4894 Kst/sec > 381 loops; 20s; 111675 Kstmts; 4891 Kst/sec >

Re: Which port produces this build output?

2018-05-04 Thread Stuart Henderson
On 2018/05/04 12:30, Christian Weisgerber wrote: > I see this splashed on my dpb window. Apparently a port writes to > /dev/tty during the build. Any idea which one? > > 476 loops; 25s; 139520 Kstmts; 4894 Kst/sec > 381 loops; 20s; 111675 Kstmts; 4891 Kst/sec > 93 loops; 5s

Which port produces this build output?

2018-05-04 Thread Christian Weisgerber
I see this splashed on my dpb window. Apparently a port writes to /dev/tty during the build. Any idea which one? 476 loops; 25s; 139520 Kstmts; 4894 Kst/sec 381 loops; 20s; 111675 Kstmts; 4891 Kst/sec 93 loops; 5s; 27261 Kstmts; 4778 Kst/sec -- Christian "naddy" Weisger

Re: UPDATE: math/ginac 1.7.4

2018-05-04 Thread Theo Buehler
On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Irofti wrote: > Hi, > > Here is a minor update to GiNaC. All tests pass. OK? > Builds and packages fine, confirm that all tests pass. Portcheck is happy. There is one thing: 'make lib-depends-check' complains as follows: Missing: curses.14 (/usr/

Re: NEW: x11/kde-applications/libkdcraw

2018-05-04 Thread Stuart Henderson
On 2018/05/04 08:05, Landry Breuil wrote: > On Thu, May 03, 2018 at 11:07:28PM +0200, Rafael Sadowski wrote: > > On Thu May 03, 2018 at 10:34:45PM +0200, Landry Breuil wrote: > > > On Thu, May 03, 2018 at 10:25:48PM +0200, Rafael Sadowski wrote: > > > > > > > > > > > > > > > Looks simple but it

Re: new: games/barony

2018-05-04 Thread Solene Rapenne
David CARLIER writes: > slightly update version with all your inputs. > I don't know if it's preferable but I would have renamed the binary barony-bin and named the launcher barony. So that users just type "barony" to get the game with the correct saving folder. Also, someone on IRC (sorry anon