Re: MODPY_TESTDEP diff for python.port.mk

2019-03-17 Thread Stuart Henderson
On 2019/03/17 20:52, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 07:35:52PM -0400, Kurt Mosiejczuk wrote: > > > So here is the first part adding MODPY_TESTDEP. > > Here's a version that has a comment as to why MODPY_TEST_DEPENDS is > empty Great, this is OK with me. > --Kurt > > Index: py

Re: Adding MODPY_PYTEST to python.port.mk

2019-03-17 Thread Stuart Henderson
On 2019/03/17 20:41, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 08:24:07PM -0400, Kurt Mosiejczuk wrote: > > > In the default case with pytest we *don't* want a TEST_TARGET to > > happen but if we leave it empty it gets filled in. We don't want to > > override it to empty it if it has been s

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-17 Thread Stuart Henderson
On 2019/03/17 20:24, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 11:12:29PM +, Stuart Henderson wrote: > > > Instead of making "do-test" conditional, just make MODPY_TEST_CMD > > conditional instead. It's then carried into MODPY_TEST_TARGET which can > > stay the same in both cases. No ne

Re: x11/gnome seems to fail to start with new user

2019-03-17 Thread Ryan Freeman
On Tue, Mar 05, 2019 at 10:40:48AM -0800, Ryan Freeman wrote: > Hello! > > In testing my way around a www/chromium-related crash, I created > a brand new test user. I was surprised to see that this fresh > user, logging in from gdm, never makes it to gnome desktop. I've been checking this after

Re: Adding MODPY_TEST_LOCALE to python.port.mk

2019-03-17 Thread Stuart Henderson
On 2019/03/17 19:37, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 11:12:29PM +, Stuart Henderson wrote: > > > I like the direction this is taking, but it's missing use of a standard > > MODULES mechanism, and a comment on style for commit - > > > There are several logically separate piece

Re: [UPDATE] games/cataclysm-dda 2019.02.08 -> 0.D release

2019-03-17 Thread Stuart Henderson
On 2019/03/17 19:03, Brian Callahan wrote: > > > On 3/17/19 6:29 PM, trondd wrote: > > The release of version 0.D is out! > > > > I do need help because pkg_add won't install 0.D over 2019.02.08, I guess > > it doesn't know it's a newer version. Do I need a quirk for that or use > > EPOCH? Hav

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-17 Thread Stuart Henderson
On 2019/03/17 16:22, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 02:10:47PM -0400, Kurt Mosiejczuk wrote: > > > Here are diffs for python.port.mk and port-modules.5. > > > I changed Remi's diff a bit. With the discussion about C.UTF-8 being > > an alias for en_US.UTF-8, I changed the default

[ports-gcc] Unbreak geo/qlandkartegt

2019-03-17 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/last/geo/qlandkartegt.log > http://build-failures.rhaalovely.net/sparc64/2019-02-03/geo/qlandkartegt.log So this one needs -std=c++11. Once provided there is the usual / fight later during the build. I tried to be conservative here, but anyway upstr

Re: [UPDATE] games/cataclysm-dda 2019.02.08 -> 0.D release

2019-03-17 Thread Brian Callahan
On 3/17/19 6:29 PM, trondd wrote: The release of version 0.D is out! I do need help because pkg_add won't install 0.D over 2019.02.08, I guess it doesn't know it's a newer version. Do I need a quirk for that or use EPOCH? Haven't run into this situation before. Number went backwards. Set

Re: Chrome in snapshots - crash on launch

2019-03-17 Thread Ryan Freeman
On Sun, Mar 17, 2019 at 02:09:08PM -0700, Ryan Freeman wrote: > On Fri, Mar 15, 2019 at 07:52:50PM +, Bryan Everly wrote: > > Hi Ports@, > > > > Below is the terminal output I get when I try to launch the chromium build > > (latest & greatest package from snapshots) on the latest snapshot: >

[UPDATE] games/cataclysm-dda 2019.02.08 -> 0.D release

2019-03-17 Thread trondd
The release of version 0.D is out! I do need help because pkg_add won't install 0.D over 2019.02.08, I guess it doesn't know it's a newer version. Do I need a quirk for that or use EPOCH? Haven't run into this situation before. Tim. Index: Makefile =

Re: Chrome in snapshots - crash on launch

2019-03-17 Thread Ryan Freeman
On Fri, Mar 15, 2019 at 07:52:50PM +, Bryan Everly wrote: > Hi Ports@, > > Below is the terminal output I get when I try to launch the chromium build > (latest & greatest package from snapshots) on the latest snapshot: > > $ chrome > [40668:1870462320:0315/155107.446613:ERROR:process_metrics

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-17 Thread Remi Locherer
On Sun, Mar 17, 2019 at 04:22:51PM -0400, Kurt Mosiejczuk wrote: > On Sun, Mar 17, 2019 at 02:10:47PM -0400, Kurt Mosiejczuk wrote: > > > Here are diffs for python.port.mk and port-modules.5. > > > I changed Remi's diff a bit. With the discussion about C.UTF-8 being > > an alias for en_US.UTF-8,

Re: devel/py-coveralls: use python 3

2019-03-17 Thread Johan Huldtgren
hello, On 2019-03-17 16:45, Klemens Nanni wrote: On Sun, Mar 17, 2019 at 04:30:13PM -0400, Kurt Mosiejczuk wrote: Is there a reason there is no python3 flavor? I checked and it supports Python 2.7 and 3.4-3.7. I was wondering the same and just started on moving this port to Python 3 all toge

Re: new: sysutils/login_duress

2019-03-17 Thread joshua stein
On Sun, 17 Mar 2019 at 15:28:04 -0500, joshua stein wrote: > A BSD authentication module for duress passwords. Oops, the PLIST sample stuff got lost. login_duress.tar.gz Description: application/tar-gz

devel/py-coveralls: use python 3

2019-03-17 Thread Klemens Nanni
On Sun, Mar 17, 2019 at 04:30:13PM -0400, Kurt Mosiejczuk wrote: > Is there a reason there is no python3 flavor? I checked and it supports > Python 2.7 and 3.4-3.7. I was wondering the same and just started on moving this port to Python 3 all together. Minimal dependencies are taken from setup.py.

new: sysutils/login_duress

2019-03-17 Thread joshua stein
A BSD authentication module for duress passwords. login_duress.tar.gz Description: application/tar-gz

Re: [maintainer update] devel/py-coveralls

2019-03-17 Thread Klemens Nanni
Committed, thanks. And sorry for the long period without response.

Re: [maintainer update] devel/py-coveralls

2019-03-17 Thread Johan Huldtgren
On 2019-01-20 16:06, Johan Huldtgren wrote: minor update of py-coveralls from 1.3.0 to 1.5.0, built and packaged on amd64. This used to be a dependency for py-dicogs-client, but as it no longer is I have no real world tests. updated to 1.5.1, only big difference since 1.5.0 is that py-test-runn

Re: remove devel/{cudf,omake,ounit,ocaml-{cmdliner,cppo,dose,extlib,jsonm,re}} ?

2019-03-17 Thread Kenneth R Westerback
On Sun, Mar 17, 2019 at 08:02:38PM +0100, Christopher Zimmermann wrote: > On Thu, 14 Mar 2019 23:23:10 +0100 > Marc Espie wrote: > > > Not okay. > > > > You also want an entry in quirks explaining about them, and what to > > do. > > I added the removed packages to quirks with reason 7. Reason 5

Re: remove devel/{cudf,omake,ounit,ocaml-{cmdliner,cppo,dose,extlib,jsonm,re}} ?

2019-03-17 Thread Christopher Zimmermann
On Thu, 14 Mar 2019 23:23:10 +0100 Marc Espie wrote: > Not okay. > > You also want an entry in quirks explaining about them, and what to > do. I added the removed packages to quirks with reason 7. Reason 5 would also apply. is this ok (espie@ ?) I'd like to wait for another week and then commit

NEW: security/wpscan

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of wpscan: WPScan is a black box WordPress vulnerability scanner. I deliberately didn't named the port ruby-wpscan, since it's just a tool, and it's known as just wpscan. If ruby-wpscan would be preferred, I can for sure rename it. needs all of those just sent new gems. comm

NEW: security/ruby-cms_scanner

2019-03-17 Thread Sebastian Reitenbach
Hi, attached port of the cms_scanner gem: Framework to provide an easy way to implement CMS Scanners. needed for the wpscan scanner, and need all of the just posted dependencies. comments, concerns, or even tests or OKs welcome. cheers, Sebastian ruby-cms_scanner.tar.gz Description: applicat

NEW: devel/ruby-activesupport

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the activesupport gem: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. comments, concerns, or even tests or OKs welcome. cheers, Sebastian ruby

NEW: devel/ruby-progressbar

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the progressbar gem: Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining. comments, concerns,

NEW: devel/ruby-opt_parse_validator

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the opt_parse_validator gem: Implementation of validators for the Ruby OptionParser lib. Mainly used in the CMSScanner gem to define the cli options available. comments, concerns, or even tests or OKs welcome. Cheers, Sebastian ruby-opt_parse_validator.tar.gz Descriptio

NEW: sysutils/ruby-tzinfo

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port for the tzinfo ruby gem: TZInfo provides access to time zone data and allows times to be converted using time zone rules. comments, concerns, or even test or OKs welcome. Cheers, Sebastian ruby-tzinfo.tar.gz Description: application/gzip

NEW: devel/ruby-thread_safe

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the thread_safe gem: A collection of data structures and utilities to make thread-safe programming in Ruby easier. concerns, comments, or even tests or OKs welcome. cheers, Sebastian ruby-thread_safe.tar.gz Description: application/gzip

NEW: www/ruby-typhoeus

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the typhoeus ruby gem: Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. requires the just sent www/ruby-ethon. concerns, comments, or even tests or OK welcome. che

NEW: www/ruby-ethon

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the ruby-ethon gem, a Very lightweight libcurl wrapper. Patch to the Gemfile is just to let the tests run. tests, comments, concers, or even OKs welcome. cheers, Sebastian ruby-ethon.tar.gz Description: application/gzip

NEW: www/ruby-xmlrpc

2019-03-17 Thread Sebastian Reitenbach
Hi, attached a port of the ruby-xmlrpc gem, needed as a dependency for wpscan, I want to package. XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. any concerns, comments, tests or even OK welcome. cheers, Sebastian ruby-xmlrpc.tar.gz Description: application/gz

Re: Update: productivity/khal 0.9.9* -> 0.9.10

2019-03-17 Thread Klemens Nanni
On Wed, Mar 13, 2019 at 09:56:23PM -0400, Kurt Mosiejczuk wrote: > While looking into another port update, I came across productivity/khal > that was temporarily not using PyPi until a new version had a fix for > using py-dateutil >= 2.7. I checked, and such an update is out. Thanks. > So I conver

Re: devel/intellij: use pax for install, drop unneeded chmod

2019-03-17 Thread Stuart Henderson
On 2019/03/17 12:54, Klemens Nanni wrote: > When testing an update, I noticed how the fake target took quite long > on my X230 with POBJDIR sitting on MFS; this is due to needless > compression and decompression. Using simpler pax(1) is much faster: > > time { tar -czf - -C /usr/ports/pobj/intel

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-17 Thread Ingo Schwarze
Hi, Remi Locherer wrote on Sat, Mar 16, 2019 at 11:26:54PM +0100: > On Sat, Mar 16, 2019 at 09:48:21PM +, Stuart Henderson wrote: >> On 2019/03/16 22:12, Remi Locherer wrote: >>> Index: lang/python/python.port.mk >>> === >>> RCS

Re: Adding TEST_ENV/UTF-8 to various ports

2019-03-17 Thread Klemens Nanni
On Sat, Mar 16, 2019 at 11:26:54PM +0100, Remi Locherer wrote: > > Do we actually support LC_CTYPE=C.UTF-8? > > > > According to "locale -a" we do. > > I proposed C.UTF-8 because I think this is what python prefers after skimming > over https://www.python.org/dev/peps/pep-0538/ . This; the follo

Re: [ports-gcc] Unbreak games/grhino

2019-03-17 Thread Charlene Wendling
On Sun, 17 Mar 2019 08:06:42 +0100 Remi Pointel wrote: > On 3/16/19 11:28 PM, Charlene Wendling wrote: > > Hi Remi, ports, > > > >> http://build-failures.rhaalovely.net/powerpc/2019-02-04/games/grhino.log > >> http://build-failures.rhaalovely.net/sparc64/2019-02-03/games/grhino.log > > > > Ther

[ports-gcc] Unbreak audio/qsynth

2019-03-17 Thread Charlene Wendling
Hi Sebastian, ports, > http://build-failures.rhaalovely.net/powerpc/last/audio/qsynth.log (Qt5 doesn't build on sparc64) What happens behind the scenes (may it be clang or gcc): - Cmake search for math libs [1], and can't find them, setting CONFIG_ROUND not defined - Later, lroundf() is declar

Re: i3: drop unneeded builddir, set debug conditionally

2019-03-17 Thread Giovanni Bechis
On Sat, Mar 16, 2019 at 11:02:04PM +0100, Klemens Nanni wrote: > CONFIGURE_STYLE=gnu and the port already handle SEPARATE_BUILD > gracefully, there's not need to pass the directory explicitly. > > Also, when passing DEBUG, I'd like to enable the debug switch for > obvious reasons; that's how we do

Re: erminus-font: update and build raw fonts for wscons(4)

2019-03-17 Thread LÉVAI Dániel
Stuart Henderson @ 2019-03-15T22:33:31 +0100: [...] > What do you think Daniel, is this ok with you? Yes, thank you for taking care of this! Daniel

Re: opencv3: graphics/nomacs

2019-03-17 Thread Klemens Nanni
OK

devel/intellij: use pax for install, drop unneeded chmod

2019-03-17 Thread Klemens Nanni
When testing an update, I noticed how the fake target took quite long on my X230 with POBJDIR sitting on MFS; this is due to needless compression and decompression. Using simpler pax(1) is much faster: time { tar -czf - -C /usr/ports/pobj/intellij-2018.3.5/idea-IC-183.5912.21 . | tar xzf - -C /

[UPDATE] security/aide 0.16 -> 0.16.1

2019-03-17 Thread Marcos Madeira | Secure Networks
Greetings ports, I have included a diff for aide. Upgrade to latest release. The project is now hosted on github and the lists have moved. Changes to currently ported release 0.16 to 0.16.1: https://github.com/aide/aide/compare/543c3f9...62cf11b Build tested and validated basic functionality.

Re: [ports-gcc] Unbreak games/grhino

2019-03-17 Thread Remi Pointel
On 3/16/19 11:28 PM, Charlene Wendling wrote: Hi Remi, ports, http://build-failures.rhaalovely.net/powerpc/2019-02-04/games/grhino.log http://build-failures.rhaalovely.net/sparc64/2019-02-03/games/grhino.log There are missing headers. And while here i've fixed some warnings because execlp(3)