Re: FIX: sysutils/xxhash on !clang archs

2019-07-25 Thread Brian Callahan
On 7/26/19 1:02 AM, Björn Ketelaars wrote: On Thu 25/07/2019 19:33, Brian Callahan wrote: Hi ports -- gcc-4.2.1 doesn't understand the -Wvla flag. As a result, the sysutils/xxhash build fails. Remove the flag, it builds. Noticed in the latest powerpc build logs. Tested on amd64 and macppc,

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/07/25 23:52:49 Modified files: sysutils/xxhash/patches: patch-Makefile Log message: Remove -Wvla flag; gcc-4.2.1 and earlier don't understand it. ok bket@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2019/07/25 23:49:39 Modified files: audio/umurmur : Makefile Log message: Use proper GH_ACCOUNT umurmur The old fatbob313/umurmur redirects to umurmur/umurmur. Observed by Jungle Boogie.

powerpc bulk build report

2019-07-25 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Wed Jul 24 13:57:41 MDT 2019 finished at Thu Jul 25 23:46:13 MDT 2019 lasted 02D02h48m done with kern.version=OpenBSD 6.5-current (GENERIC.MP) #555: Wed Jul 24 10:04:10 MDT 2019 built packages:4335 Jul 24:304 Jul 25:4030 critical path

Re: FIX: sysutils/xxhash on !clang archs

2019-07-25 Thread Björn Ketelaars
On Thu 25/07/2019 19:33, Brian Callahan wrote: > Hi ports -- > > gcc-4.2.1 doesn't understand the -Wvla flag. As a result, the > sysutils/xxhash build fails. > Remove the flag, it builds. > > Noticed in the latest powerpc build logs. Tested on amd64 and macppc, fine > on both. > > Alternative,

UPDATE: x11/qdirstat

2019-07-25 Thread Rafael Sadowski
Simple update qdirstat to 1.6. Tested on amd64. Feedback, ok? Index: Makefile === RCS file: /cvs/ports/x11/qdirstat/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile12 Jul 2019 20:51:20 -

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/07/25 20:54:23 Modified files: audio/picard : Makefile Log message: danj pointed out I should have bumped the REVISION when I removed MESSAGE hours after committing the update.

回复: [NEW] devel/p5-Specio

2019-07-25 Thread wen heping
Revised patch, removed un-use comment and added 2 missing TEST_DEPENDS. Thank cwen@ ! wen 发件人: Charlene Wendling 发送时间: 2019年7月25日 1:21 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW] devel/p5-Specio Hi, On Fri, 19 Jul 2019 07:00:22 + wen heping

回复: [NEW] devel/p5-Test2-Plugin-NoWarnings

2019-07-25 Thread wen heping
Revised patch, removed no-use comment. Thank cwen@! wen 发件人: Charlene Wendling 发送时间: 2019年7月25日 1:28 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW] devel/p5-Test2-Plugin-NoWarnings On Sat, 20 Jul 2019 08:44:10 + wen heping wrote: > Hi, ports@: > >

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/07/25 19:00:01 Removed files: audio/picard/pkg: MESSAGE Log message: Forgot to cvs rm obsolete MESSAGE when I committed the update.

回复: [NEW] devel/p5-Params-ValidationCompiler

2019-07-25 Thread wen heping
Revised patch, add p5-Type-Tiny and p5-Moose as TEST_DEPENDS. Actually this new port still lack of p5-Const-Fast as TEST_DEPENDS, but it had not been imported into OpenBSD portstree. Thank you, cwen@ ! wen 发件人: Charlene Wendling 发送时间: 2019年7月25日 1:40 收件人: wen

FIX: sysutils/xxhash on !clang archs

2019-07-25 Thread Brian Callahan
Hi ports -- gcc-4.2.1 doesn't understand the -Wvla flag. As a result, the sysutils/xxhash build fails. Remove the flag, it builds. Noticed in the latest powerpc build logs. Tested on amd64 and macppc, fine on both. Alternative, we could set COMPILER = base-clang ports-gcc COMPILER_LANGS =

Re: [NEW] www/p5-WWW-Shodan-API

2019-07-25 Thread Peter Ezetta
Hi Stuart, Thank you for the feedback, the clarification on *_DEPENDS was very helpful. Attached is an updated port that incorporates your suggestions. On Thu, Jul 25, 2019 at 2:53 PM Stuart Henderson wrote: > On 2019/07/25 13:34, Peter Ezetta wrote: > > Hello ports@, > > > > Attached is a new

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/07/25 16:23:40 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/pkg: PLIST-main Log message: update to Asterisk 16.5.0

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/07/25 16:07:47 Modified files: databases/openldap: Makefile distinfo databases/openldap/patches: patch-Makefile_in patch-aclocal_m4 patch-build_openldap_m4

Re: [NEW] devel/p5-Exception-Class-TryCatch

2019-07-25 Thread Stuart Henderson
On 2019/07/25 23:23, Charlene Wendling wrote: > I recommend you to use portgen(1) to generate new Perl 5 ports. > You'll need some extra packages, this is described in the manpage. The > script itself can be found at /usr/ports/infrastructure/bin/portgen. It > does *at least* 80% of the job for

Re: Fwd: [NEW] devel/p5-Exception-Class-TryCatch

2019-07-25 Thread Charlene Wendling
On Thu, 25 Jul 2019 14:38:16 -0700 Peter Ezetta wrote: > Hello Charlene, > > I have changed the license to Apache 2.0 in the comment, and added > PKG_ARCH = *. Is it still okay to have PERMIT_PACKAGE = Yes with the > Apache license? Yes. The porting guide mentions that as long as we can put the

Re: [NEW] www/p5-WWW-Shodan-API

2019-07-25 Thread Stuart Henderson
On 2019/07/25 13:34, Peter Ezetta wrote: > Hello ports@, > > Attached is a new port to provide the WWW::Shodan::API module. This module > provides a Perl interface to the Shodan computer search engine. > > I was a bit unclear on whether the dependencies should be marked as > BUILD_DEPENDS or

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/07/25 15:41:38 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: PLIST-server mail/dovecot-pigeonhole: Makefile distinfo Log message: Update to Dovecot 2.3.7.1 /

Fwd: [NEW] devel/p5-Exception-Class-TryCatch

2019-07-25 Thread Peter Ezetta
Hello Charlene, I have changed the license to Apache 2.0 in the comment, and added PKG_ARCH = *. Is it still okay to have PERMIT_PACKAGE = Yes with the Apache license? I will definitely take a look at portgen for my future Perl ports. Thanks for the review, updated port attached. Regards,

Re: [macppc] lang/gcc/8: add crt* symbols

2019-07-25 Thread Charlene Wendling
On Sun, 21 Jul 2019 15:02:24 +0200 Charlene Wendling wrote: > Hi, > > (I know the timing is unfortunate due to gcc-8 being broken on amd64, > but the proposed changes only impact macppc). I'm sending an updated diff after the ada fix that has been committed. > php-7.3 is broken on macppc [0]

Re: [NEW] devel/p5-Exception-Class-TryCatch

2019-07-25 Thread Charlene Wendling
Hi! On Tue, 23 Jul 2019 16:35:15 -0700 Peter Ezetta wrote: > Hi ports@, > > The attached port provides Exception::Class::TryCatch, which is a > requirement for devel/p5-CLI-Framework, which I will be submitting > shortly. The port builds cleanly and passes all tests on my amd64 > running

Re: [Patch] mail/p5-Mail-Milter-Authentication : Fix DEPENDS

2019-07-25 Thread Giovanni Bechis
On Tue, Jul 23, 2019 at 02:57:55AM +, wen heping wrote: > Hi, > > Here is a patch for mail/p5-Mail-Milter-Authentication to fix RUN_DEPENDS. > > After install this port, when run: > perl -e "use Mail::Milter::Authentication;" >It will fail because lacking of

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2019/07/25 14:59:08 Modified files: mail/p5-Mail-Milter-Authentication: Makefile Log message: fix missing dependency, from Wen Heping

Re: [maintainer update] www/p5-Mojo 8.22

2019-07-25 Thread Charlene Wendling
Hi, On Mon, 22 Jul 2019 13:25:15 +0300 Manolis Tzanidakis wrote: > Hello, > this diff updates www/p5-Mojo to the latest version, 8.22. > https://metacpan.org/release/SRI/Mojolicious-8.22 > > All test pass. > > While here also switch to PERMIT_PACKAGE, as suggested by Charlene > Wendling. >

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Charlene Wendling
CVSROOT:/cvs Module name:ports Changes by: c...@cvs.openbsd.org2019/07/25 14:45:03 Modified files: www/p5-Mojo: Makefile distinfo Log message: p5-Mojo: update to 8.22 Changelog: https://metacpan.org/release/SRI/Mojolicious-8.22 >From Manolis Tzanidakis

[NEW] www/p5-WWW-Shodan-API

2019-07-25 Thread Peter Ezetta
Hello ports@, Attached is a new port to provide the WWW::Shodan::API module. This module provides a Perl interface to the Shodan computer search engine. I was a bit unclear on whether the dependencies should be marked as BUILD_DEPENDS or RUN_DEPENDS. I currently have them set as BUILD so that

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/07/25 14:10:28 Modified files: audio/picard : Makefile distinfo audio/picard/patches: patch-setup_py audio/picard/pkg: DESCR PLIST Removed files: audio/picard/patches:

Re: [Update] devel/p5-SUPER : Update to 1.20190531

2019-07-25 Thread Charlene Wendling
On Mon, 22 Jul 2019 09:11:38 + wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-SUPER: > i) Update to 1.20190531 > ii) Remove the line BUILD_DEPENDS= ${RUN_DEPENDS}, the port > could build without p5-Sub-Identify. > > It build well and passed all tests on

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/07/25 14:04:17 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-8.0.1

Re: ffmpeg on arm

2019-07-25 Thread Patrick Wildt
On Thu, Jul 25, 2019 at 06:40:35PM +, adr wrote: > ffmpeg needs to be configured with --disable-fast-unaligned and > --disable-neon, or it will fail (and any application using libav) > with a bus error. Not really surprised. I figure it's because we require strict alignment but the whole

Re: [Update] databases/p5-DBIx-DBSchema : Update to 0.45

2019-07-25 Thread Charlene Wendling
On Mon, 22 Jul 2019 02:35:17 + wen heping wrote: > Hi, ports@: > > Here is a patch for databases/p5-DBIx-DBSchema to update to 0.45. > It build well and passed all tests on amd64-head system. > > Two ports depends on databases/p5-DBIx-DBSchema: > 1)

powerpc bulk build report

2019-07-25 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Wed Jul 24 13:57:41 MDT 2019 finished at Thu Jul 25 13:20:09 MDT 2019 lasted 01D16h22m done with kern.version=OpenBSD 6.5-current (GENERIC.MP) #555: Wed Jul 24 10:04:10 MDT 2019 built packages:4335 Jul 24:304 Jul 25:4030 critical path

ffmpeg on arm

2019-07-25 Thread adr
First of all, hello to everyone. ffmpeg needs to be configured with --disable-fast-unaligned and --disable-neon, or it will fail (and any application using libav) with a bus error. Also, I had to eliminate all the check-clean-src target from the Makefile (the one of the source) of python (2.7

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/07/25 11:50:18 Modified files: devel/tortoisehg/patches: patch-setup_py Log message: regen patch

[NEW] devel/p5-CLI-Framework

2019-07-25 Thread Peter Ezetta
Hello ports@, Attached is a new port for p5-CLI-Framework. This port requires devel/p5-Exception-Class-TryCatch, which I submitted the other day. CLI::Framework ("CLIF") provides a framework and conceptual pattern for building full-featured command line applications. It intends to make this

Re: CVS: cvs.openbsd.org: ports

2019-07-25 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 25, 2019 at 09:17:42AM +0200, Antoine Jacoutot wrote: > On Wed, Jul 24, 2019 at 11:30:00AM -0600, Juan Francisco Cantero Hurtado > wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: juan...@cvs.openbsd.org 2019/07/24 11:30:00 > > > > Modified files: > >

Re: mercurial python3 flavor

2019-07-25 Thread Juan Francisco Cantero Hurtado
On Thu, Jul 25, 2019 at 08:56:19AM +0200, Sebastien Marie wrote: > On Thu, Jul 25, 2019 at 12:31:53AM +0200, Juan Francisco Cantero Hurtado > wrote: > > This is a patch for mercurial users. > > > > If you want to test mercurial running with python3 instead of python2.7, > > uninstall mercurial,

Re: mercurial python3 flavor

2019-07-25 Thread Juan Francisco Cantero Hurtado
On Wed, Jul 24, 2019 at 08:46:12PM -0400, Daniel Jakots wrote: > On Thu, 25 Jul 2019 00:31:53 +0200, Juan Francisco Cantero Hurtado > wrote: > > > This is a patch for mercurial users. > > > > If you want to test mercurial running with python3 instead of > > python2.7, uninstall mercurial, apply

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2019/07/25 10:10:53 Modified files: devel/tortoisehg: Makefile Log message: Tortoise requires mercurial as build dependency in the last version. Spotted by ajacoutot@

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/07/25 10:03:53 Modified files: converters/p5-Date-Tolkien-Shire: Makefile distinfo converters/p5-Date-Tolkien-Shire/pkg: DESCR Log message: Update to p5-Date-Tolkien-Shire-1.902 Changelog:

UPDATE: devel/fox 1.6.50 => 1.6.57

2019-07-25 Thread Brian Callahan
Hi Marc and ports -- Attached is a small update to devel/fox, updating it from the 5+ year old version we have. Notes: * No SHARED_LIBS bumps * Added a patch to remove a line from configure that prevented our CXXFLAGS from being added * Added -DNDEBUG to CXXFLAGS to avoid compiling some

Re: [UPDATE] www/honk

2019-07-25 Thread Horia Racoviceanu
Update to v0.7.6 Changelog: + Fix a bug where upgrades would not complete in one step. On 7/25/19, Horia Racoviceanu wrote: > Update to v0.7.5 > > Changelog: > + Fix a bug (introdcued 0.7.4) preventing new user creation from working. > + Semi flexible URL patterns to allow transition from

[UPDATE] www/honk

2019-07-25 Thread Horia Racoviceanu
Update to v0.7.5 Changelog: + Fix a bug (introdcued 0.7.4) preventing new user creation from working. + Semi flexible URL patterns to allow transition from other software. + Improved ActivityPub parsing conformance for better compat with others. + Add server name to user agent. + What may be

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2019/07/25 06:07:26 Modified files: www/chromium : Makefile www/chromium/patches: patch-net_base_network_change_notifier_cc Log message: disable the network change notifier because it seems to

CVS: cvs.openbsd.org: ports

2019-07-25 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2019/07/25 04:04:19 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html PLIST-main Log message: Update ansible 2.8.0 -> 2.8.2 Changelog:

Re: Update: sysutils/exa 0.8.0 -> 0.9.0

2019-07-25 Thread Sebastien Marie
On Wed, Jul 17, 2019 at 01:00:27AM +1000, Stephen Gregoratto wrote: > 0.9.0 was released yesterday[1], making it two years since the last > release. More features were added and a couple of bugs were fixed. > I compiled this on -current using lang/rust from ports, haven't tried it > on 6.5. There

Re: Prepare for gpsd-3.x

2019-07-25 Thread Landry Breuil
On Thu, Jul 25, 2019 at 10:59:09AM +0300, Kirill Bychkov wrote: > On Thu, July 25, 2019 08:50, Landry Breuil wrote: > > On Wed, Jul 24, 2019 at 11:48:13PM +0300, Kirill Bychkov wrote: > >> On Thu, June 20, 2019 10:08, Kirill Bychkov wrote: > > other than that, it seems gpsd is still able to

[update] devel/flake8

2019-07-25 Thread Paco Esteban
Hi ports@, And finally, the fresh diff for devel/flake8 For reference: https://marc.info/?l=openbsd-ports=156101812530722=2 And the updated diff: cvs server: Diffing . Index: Makefile === RCS file:

[update] devel/py-codestyle

2019-07-25 Thread Paco Esteban
Hi ports@, Here you have a anothre fresh diff, this time for devel/py-codestyle. It is needed for the update of devel/flake8 For reference: https://marc.info/?l=openbsd-ports=156101812530722=2 And the updated diff: cvs server: Diffing . Index: Makefile

[update] devel/py-entrypoints

2019-07-25 Thread Paco Esteban
Hi ports@, Here you have a anothre fresh diff, this time for devel/py-entrypoints. It is needed for the update of devel/flake8 For reference: https://marc.info/?l=openbsd-ports=156101812530722=2 And the updated diff: cvs server: Diffing . Index: Makefile

[update] devel/pyflakes

2019-07-25 Thread Paco Esteban
Hi ports@, As suggested by Kurt Mosiejczuk, instead of pinging the list blindly, here you have a fresh diff for devel/pyflakes. It is needed for the update of devel/flake8 For reference: https://marc.info/?l=openbsd-ports=156101812530722=2 And the updated diff: cvs server: Diffing . Index:

Re: Prepare for gpsd-3.x

2019-07-25 Thread Kirill Bychkov
On Thu, July 25, 2019 08:50, Landry Breuil wrote: > On Wed, Jul 24, 2019 at 11:48:13PM +0300, Kirill Bychkov wrote: >> On Thu, June 20, 2019 10:08, Kirill Bychkov wrote: >> > Hi! >> > Long time ago I've started update of gpsd from 2.x to 3.x. >> > Upstream moved from auto crap to scons so it gave

Re: CVS: cvs.openbsd.org: ports

2019-07-25 Thread Antoine Jacoutot
On Wed, Jul 24, 2019 at 11:30:00AM -0600, Juan Francisco Cantero Hurtado wrote: > CVSROOT: /cvs > Module name: ports > Changes by: juan...@cvs.openbsd.org 2019/07/24 11:30:00 > > Modified files: > devel/tortoisehg: Makefile distinfo > devel/tortoisehg/pkg: PLIST > > Log

Re: mercurial python3 flavor

2019-07-25 Thread Sebastien Marie
On Thu, Jul 25, 2019 at 12:31:53AM +0200, Juan Francisco Cantero Hurtado wrote: > This is a patch for mercurial users. > > If you want to test mercurial running with python3 instead of python2.7, > uninstall mercurial, apply the patch and run: > > env FLAVOR=python3 make install > > If