[base-gcc/sparc64] Fix build for x11/mate/control-center

2020-03-27 Thread Kurt Mosiejczuk
This is just like gnome/control-center. It needs C99. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/x11/mate/control-center/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile21 Mar 2020 16:14:54

[base-gcc/sparc64] Fix build for x11/gnome/control-center

2020-03-27 Thread Kurt Mosiejczuk
x11/gnome/control-center uses C99 constructs so needs -std=gnu99 for base-gcc architectures. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/x11/gnome/control-center/Makefile,v retrieving revision 1.59 diff -u -p -r1.59

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 16:42:10 Modified files: www/p5-FCGI-ProcManager: distinfo Log message: somehow I managed to miss distinfo?! reported by naddy.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2020/03/27 16:28:35 Modified files: audio/qsynth : Makefile distinfo audio/qsynth/patches: patch-Makefile_in patch-src_qsynthChannelsForm_cpp

Re: UPDATE: net/qbittorrent 4.2.1 to 4.2.2

2020-03-27 Thread Klemens Nanni
On Fri, Mar 27, 2020 at 07:20:07PM -0300, Elias M. Mariani wrote: > > Why not using the lang/python module as usual? > You are right, I should have used MODULES. > Is this OK with you? > I used MODPY_BUILDDEP = No to avoid the BUILD_DEPENDS on python. Yup, OK kn with MODPY_TESTDEP=No as well.

Re: Remove audio/nap?

2020-03-27 Thread Jeremie Courreges-Anglas
On Fri, Mar 27 2020, Frederic Cambus wrote: > Hi ports@, > > nap has been dead upstream for years, and the latest version is > 1.5.4 from 2006. The version we package is 1.5.3 from 2004. > Nothing depends on it. > > Debian deleted it [1] in 2017, and besides us, only Pkgsrc still have a > package

Re: UPDATE: net/qbittorrent 4.2.1 to 4.2.2

2020-03-27 Thread Elias M. Mariani
> Please inline patches. Sorry, using mail.google.com. I will lookup for a client that doesn't break the format of the diff... Bear with me on this one... > Why not using the lang/python module as usual? You are right, I should have used MODULES. Is this OK with you? I used MODPY_BUILDDEP = No to

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 15:32:54 Modified files: audio : Makefile Log message: +libmysofa

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2020/03/27 15:27:09 Modified files: net/kdeconnect-kde: Makefile distinfo net/kdeconnect-kde/patches: patch-core_backends_lan_lanlinkprovider_cpp

Remove audio/nap?

2020-03-27 Thread Frederic Cambus
Hi ports@, nap has been dead upstream for years, and the latest version is 1.5.4 from 2006. The version we package is 1.5.3 from 2004. Nothing depends on it. Debian deleted it [1] in 2017, and besides us, only Pkgsrc still have a package [2] for it. The server list it is trying to fetch is

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 15:04:04 Log message: import audio/libmysofa, from Brad, ok aja libmysofa is a simple set of C functions to read AES SOFA (Spatially Oriented Format for Acoustics) files, if they contain

Re: UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-27 Thread Christian Weisgerber
On 2020-03-27, Brad Smith wrote: >> Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. > > Here is an updated diff. Reverts a commit in the new release for the > time being which broke building with CMake based ports using SDL2. I put this through a full bulk build on amd64;

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/03/27 14:08:40 Modified files: net/dleyna/renderer: Makefile net/dleyna/renderer/patches: patch-configure_ac Added files: net/dleyna/renderer/patches:

Re: [ld.bfd/sparc64] Fix net/dleyna/renderer

2020-03-27 Thread Antoine Jacoutot
On Fri, Mar 27, 2020 at 02:53:55PM -0400, Kurt Mosiejczuk wrote: > I suspect that while dleyna/renderer builds on amd64, it may not actually > *run*. > > This diff incorporates a pull request someone proposed for upstream > to make it work with gupnp>=1.2.0 > > This gets it to build on sparc64,

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/03/27 13:04:07 Modified files: mail/kopano/core: Makefile Log message: kopanocore steadfastly refuses to build on sparc64. Mark it BROKEN-sparc64 ok robert@

Re: Mark mail/kopano/core BROKEN-sparc64

2020-03-27 Thread Robert Nagy
On 27/03/20 14:02 -0400, Kurt Mosiejczuk wrote: > I did a bunch of poking at mail/kopano/core, but it steadfastly refuses > to build on sparc64. Mark it BROKEN-sparc64 > > ok? > > (cc maintainer) > > --Kurt > > Index: Makefile >

[ld.bfd/sparc64] Fix net/dleyna/renderer

2020-03-27 Thread Kurt Mosiejczuk
I suspect that while dleyna/renderer builds on amd64, it may not actually *run*. This diff incorporates a pull request someone proposed for upstream to make it work with gupnp>=1.2.0 This gets it to build on sparc64, and presumably other ld.bfd arches. I'm guessing it might also run now on

Mark mail/kopano/core BROKEN-sparc64

2020-03-27 Thread Kurt Mosiejczuk
I did a bunch of poking at mail/kopano/core, but it steadfastly refuses to build on sparc64. Mark it BROKEN-sparc64 ok? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/ports/mail/kopano/core/Makefile,v retrieving

www/minitube use multimedia/phonon

2020-03-27 Thread Rafael Sadowski
Use phonon module instead setting RUN_DEPENDS by hand. That's what modules are for! diff --git www/minitube/Makefile www/minitube/Makefile index e6ebca15f98..cc51cfbfee5 100644 --- www/minitube/Makefile +++ www/minitube/Makefile @@ -5,6 +5,7 @@ COMMENT = standalone YouTube.com video

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:43:17 Modified files: devel/p5-Type-Tiny: Makefile distinfo devel/p5-Type-Tiny/pkg: PLIST Log message: update to p5-Type-Tiny-1.010001. from wen heping

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:39:04 Modified files: devel/p5-Carp-Clan: Makefile Log message: FIX_EXTRACT_PERMISSIONS

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:34:13 Modified files: www/p5-FCGI-ProcManager: Makefile www/p5-FCGI-ProcManager/pkg: PLIST Log message: update to p5-FCGI-ProcManager-0.28, from wen heping

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:31:52 Modified files: devel/p5-Perl-Critic: Makefile distinfo devel/p5-Perl-Critic/pkg: PLIST Log message: update to p5-Perl-Critic 1.134, from wen heping, deps synced by me

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:31:26 Modified files: textproc/p5-PPIx-Regexp: Makefile distinfo Log message: update to p5-PPIx-Regexp-0.070, from wen heping

Re: 回复: [Update] devel/p5-Perl-Critic : update to 1.134

2020-03-27 Thread Stuart Henderson
Oh, there's an update for that on the list .. I'll handle that and fix the dependency list. On 2020/03/27 17:12, Stuart Henderson wrote: > Tests for this failed for me: > > Couldn't require Perl::Critic::Policy::Variables::ProhibitPunctuationVars : > PPIx::Regexp::Util version 0.068

Re: 回复: [Update] devel/p5-Perl-Critic : update to 1.134

2020-03-27 Thread Stuart Henderson
Tests for this failed for me: Couldn't require Perl::Critic::Policy::Variables::ProhibitPunctuationVars : PPIx::Regexp::Util version 0.068 required--this is only version 0.063 at

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 11:10:00 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to p5-Config-IniFiles-3.03, from wen heping, ok afresh1@

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/03/27 11:02:39 Modified files: www/logswan: Makefile distinfo Log message: Update logswan to 2.1.4. Adjust GEOIP2DIR to point to ${LOCALSTATEDIR}/db/dbip, as GEOIP2DB was changed to point to the

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/27 10:57:18 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.228

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/03/27 10:57:39 Modified files: devel/jenkins/stable: Makefile distinfo Log message: Update jenkins-stable to 2.222.1

UPDATE: editors/kile

2020-03-27 Thread Rafael Sadowski
Update kile to the latest version 2.9.93. OK? Rafael Index: Makefile === RCS file: /cvs/ports/editors/kile/Makefile,v retrieving revision 1.39 diff -u -p -u -p -r1.39 Makefile --- Makefile23 Mar 2020 18:01:13 - 1.39 +++

[ld.bfd/sparc64] Fix build of misc/dtcltiny

2020-03-27 Thread Kurt Mosiejczuk
http://build-failures.rhaalovely.net/sparc64/2020-03-21/misc/dtcltiny.log This fixes the build of misc/dtcltiny for sparc64 (and, presumably, other ld.bfd architectures). Not sure if the REVISION bump is necessary or not... cc maintainer --Kurt Index: Makefile

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 09:59:56 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.3.5.92

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 09:59:39 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/patches: patch-conf_server_xml www/tomcat/v9/pkg: PLIST-examples PLIST-main Log message: update to

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 09:59:35 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/patches: patch-conf_server_xml www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: update to

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/03/27 09:59:31 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/patches: patch-conf_server_xml www/tomcat/v7/pkg: PLIST-examples PLIST-main Log message: update to

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/03/27 09:57:07 Modified files: www/ruby-unicorn: Makefile distinfo Log message: Update to unicorn 5.5.4

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/03/27 09:04:04 Modified files: lang/jruby : Makefile distinfo Log message: Update to JRuby 9.2.11.1

Re: UPDATE: net/qbittorrent 4.2.1 to 4.2.2

2020-03-27 Thread Klemens Nanni
On Wed, Mar 25, 2020 at 06:17:11AM -0300, Elias M. Mariani wrote: > Update for net/qbittorrent/qbittorrent and net/qbittorrent/qbittorrent-nox > > Changelog: > https://github.com/qbittorrent/qBittorrent/blob/release-4.2.2/Changelog > > Important change: > - SEARCH: Drop python2 support > > So

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/03/27 07:45:25 Modified files: devel/dwz : Makefile Added files: devel/dwz/patches: patch-hashtab_c patch-sha1_c Log message: Fix endianness checks ok bcallah@ (maintainer)

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/03/27 07:23:42 Modified files: net/mautrix-whatsapp: Makefile distinfo Log message: MAINTAINER update for mautrix-whatsapp to 20200327 This fixes login issues that started on the 26th

Re: [update] mautrix-whatsapp -> 20200327

2020-03-27 Thread Aisha Tammy
Thanks a lot for your work!! I just love facebook and their constant changes, they are so nice with their breaking changes /s On 3/27/20 4:50 AM, Renaud Allard wrote: > Hello, > > This is a port for mautrix-whatsapp to solve the login problems that are > occuring since yesterday. Please note

Re: update a port

2020-03-27 Thread Stuart Henderson
On 2020/03/27 13:36, putridsou...@gmail.com wrote: > I just mailed a update diff for a package, > now how does the diff get accepted, does > the project maintainer look into it? > Is there a maintainer for all packages? If there is a maintainer (as there is for tass64), you should either send it

Re: WIP: Update of math/py-numpy to 1.16.5

2020-03-27 Thread Stuart Henderson
On 2020/03/24 19:30, Paul Irofti wrote: > Can somenoe commit the numpy update as well then? I am about to start a test bulk build on i386 with this.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/03/27 05:37:18 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.195.

[Update] devel/p5-Type-Tiny : Update to 1.010001

2020-03-27 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-Type-Tiny: i) Update to 1.010001 ii) Add 2 TEST_DEPENDS It build well and pass the test on amd64-current system. 5 ports depends on devel/p5-Type-Tiny, all build well and pass all tests with this patch: devel/p5-Array-Compare

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 04:10:59 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-286.0.0.

回复: [Update] www/p5-FCGI-ProcManager : Update to 0.28

2020-03-27 Thread wen heping
ping ... 发件人: Andrew Hewus Fresh 发送时间: 2020年1月27日 4:10 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [Update] www/p5-FCGI-ProcManager : Update to 0.28 On Fri, Jan 10, 2020 at 02:34:13AM +, wen heping wrote: > Hi, ports@: > >Here is a simple patch to

[update] mautrix-whatsapp -> 20200327

2020-03-27 Thread Renaud Allard
file: /cvs/ports/net/mautrix-whatsapp/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 14 Mar 2020 16:17:39 - 1.1.1.1 +++ Makefile 27 Mar 2020 08:45:39 - @@ -2,8 +2,13 @@ COMMENT = matrix-WhatsApp puppeting bridge -V = 20200225 +V = 20200327 +COMMIT

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:50:31 Modified files: audio/libdca : Makefile Added files: audio/libdca/patches: patch-libdca_bitstream_h patch-libdca_downmix_c Log

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:25:03 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.12.30.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:25:23 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.18.30.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:24:13 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.15.30.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:08:32 Modified files: converters/libpst: Makefile distinfo converters/libpst/pkg: PLIST-python Log message: Update to libpst-0.6.75 and move -python subpackage to py3.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 02:08:49 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'py-libpst' => 'py3-libpst'

update a port

2020-03-27 Thread putridsoul66
I just mailed a update diff for a package, now how does the diff get accepted, does the project maintainer look into it? Is there a maintainer for all packages? I have never tried this before, but I hope to get into some serious porting. Also can anyone guide me on how to get diff format with

UPDATE: devel/64tass

2020-03-27 Thread putridsoul66
Here is an update for devel/64tass, released on March 23, 2020 I have never ported before, those diffs are accurate, but I don't know how to bring about the format. Is there a official way to diff, to produce the fancy output with all the Index,borders,RCS,version info? diff -u Makefile.orig

change audio/mumble privacy setting

2020-03-27 Thread Nam Nguyen
Configure > Settings > Network has two confusing settings. 1. Privacy: Do not send OS information to Mumble servers and web servers 2. Mumble services: Submit anonymous statistics This patch ensures that #1 is now checked and #2 still remains unchecked. #1 is opt-out and #2 is opt-in. I am

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 01:39:24 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.5.5.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 01:38:36 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Log message: Update to libgsf-1.14.47.

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 01:34:08 Modified files: multimedia/x265: Makefile Added files: multimedia/x265/patches: patch-source_encoder_encoder_cpp Log message: Fix: segmentation fault for hist-scenecut

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 01:33:02 Modified files: audio/libdca : Makefile audio/libdca/patches: patch-libao_Makefile_in patch-libao_audio_out_c

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/03/27 01:24:44 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo

CVS: cvs.openbsd.org: ports

2020-03-27 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/03/27 01:20:53 Modified files: security/kpcli : Makefile distinfo Log message: Update to kpcli 3.3, from Alex Naumov, thanks!

update editors/nano 4.9

2020-03-27 Thread Nam Nguyen
CC $MAINTAINER Here is an update for editors/nano 4.9, released on March 23, 2020. Changelog: https://git.savannah.gnu.org/cgit/nano.git/tree/ChangeLog I do not see anything too major in the changelog. Feedback and tests are welcome. It works in my light usage on amd64. Index: Makefile