Re: UPDATE: devel/pkgconf

2019-08-05 Thread Christoph R. Winter
6. August 2019 06:38, "Adam Steen" schrieb: ... > > Looks good to me > > Cheers > Adam > > ps I don't have consistent access to a computer atm, thanks for the update. > No problem, thanks for your fast answer.

UPDATE: devel/pkgconf

2019-08-05 Thread Christoph R. Winter
Hello ! Here is a diff to update devel/pkgconf to 1.6.3. In /cc to the maintainer. I have not submitted a diff for a very long time so, I am sorry if I forgot something / did something wrong. Regards, Christoph Index: devel/pkgconf/Makefile =

Re: UPDATE: devel/pkgconf

2019-08-05 Thread Adam Steen
‐‐‐ Original Message ‐‐‐ On Tuesday, August 6, 2019 3:50 AM, Christoph R. Winter wrote: > Hello ! > > Here is a diff to update devel/pkgconf to 1.6.3. > > In /cc to the maintainer. > > I have not submitted a diff for a very long time so, I am sorry if I forgot > something / did something

Re: [maintainer update] chicken-5.1.0

2019-08-05 Thread Timo Myyrä
Juan Francisco Cantero Hurtado writes: > On Sun, Aug 04, 2019 at 09:05:48AM +0300, Timo Myyrä wrote: >> Hi, >> >> Here's an bit delayed update to chicken scheme. >> Release notes can be found: https://code.call-cc.org/releases/5.1.0/NEWS > > You need to update BINARYVERSION to 11. "make package"

Re: llvm-7.0.1 fallout: lang/crystal

2019-08-05 Thread Wesley Moxam
On Mon, Aug 5, 2019 at 10:01 PM joshua stein wrote: > On Mon, 05 Aug 2019 at 21:49:05 -0400, Wesley Moxam wrote: > > Crystal 0.30.0 has been released. > > > > Diff for the port is attached. > > Thanks! One nit below. > Makes sense, thanks! > > > Index: Makefile > > ===

Re: Add shared lib and headers to multimedia/mpv

2019-08-05 Thread Brian Callahan
On 8/5/19 3:34 PM, Christian Weisgerber wrote: Brian Callahan: do-configure: + sed -i -e "s,LMAJ,`echo ${LIBmpv_VERSION} | cut -f 1 -d .`,g" \ + -e "s,LMIN,`echo ${LIBmpv_VERSION} | cut -f 2 -d .`,g" \ + ${WRKSRC}/libmpv/client.h ${DO_WAF} c

Re: llvm-7.0.1 fallout: lang/crystal

2019-08-05 Thread joshua stein
On Mon, 05 Aug 2019 at 21:49:05 -0400, Wesley Moxam wrote: > Crystal 0.30.0 has been released. > > Diff for the port is attached. Thanks! One nit below. > Index: Makefile > === > RCS file: /cvs/ports/lang/crystal/Makefile,v > retr

Re: llvm-7.0.1 fallout: lang/crystal

2019-08-05 Thread Wesley Moxam
Crystal 0.30.0 has been released. Diff for the port is attached. On Fri, Jul 26, 2019 at 5:47 PM Wesley Moxam wrote: > LLVM 7 + 8 support recently hit the master branch (see: > https://github.com/crystal-lang/crystal/pull/7986 & > https://github.com/crystal-lang/crystal/pull/7987) > > Crystal 0

Re: [maintainer update] chicken-5.1.0

2019-08-05 Thread Juan Francisco Cantero Hurtado
On Sun, Aug 04, 2019 at 09:05:48AM +0300, Timo Myyrä wrote: > Hi, > > Here's an bit delayed update to chicken scheme. > Release notes can be found: https://code.call-cc.org/releases/5.1.0/NEWS You need to update BINARYVERSION to 11. "make package" fails because the files in the "9" directory don'

UPDATE: net/mattermost-server

2019-08-05 Thread Pavel Korovin
Dear all, Please find the update for net/mattermost-server attached. Changelog: https://docs.mattermost.com/administration/changelog.html OK to commit? -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/ne

Re: UPDATE: www/gitea

2019-08-05 Thread Leo Unglaub
Hey, your diff works fine here locally on my amd64. But i an not an official developer, so i cannot give you an ok for it. But thanks a lot for doing the diff for the upgrade! Thanks Leo On 04.08.19 00:36, Pavel Korovin wrote: Dear all, Please find the update for gitea-1.9.0 attached. Relase

Re: lang/gerbil build failures on i386

2019-08-05 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 05, 2019 at 06:23:00PM +0100, Stuart Henderson wrote: > On 2019/08/05 18:58, Jeremie Courreges-Anglas wrote: > > On Mon, Aug 05 2019, Stuart Henderson wrote: > > > On 2019/08/05 17:25, Timo Myyrä wrote: > > >> Juan Francisco Cantero Hurtado writes: > > > > [...] > > > > >> > Could y

Re: Add shared lib and headers to multimedia/mpv

2019-08-05 Thread Christian Weisgerber
Brian Callahan: > do-configure: > + sed -i -e "s,LMAJ,`echo ${LIBmpv_VERSION} | cut -f 1 -d .`,g" \ > + -e "s,LMIN,`echo ${LIBmpv_VERSION} | cut -f 2 -d .`,g" \ > + ${WRKSRC}/libmpv/client.h > ${DO_WAF} configure ${CONFIGURE_ARGS} sed -i -e 's,LMAJ,${LIB

Re: lang/gerbil build failures on i386

2019-08-05 Thread Christian Weisgerber
On 2019-08-05, Jeremie Courreges-Anglas wrote: > Or maybe amd64.p and exopi don't use the same limits (login.conf)? > naddy, ajacoutot? amd64.p uses the pbuild limits from the default login.conf. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Add shared lib and headers to multimedia/mpv

2019-08-05 Thread Brian Callahan
On 8/5/19 1:43 PM, Stuart Henderson wrote: On 2019/08/05 13:40, Brian Callahan wrote: Hi ports -- I would like to start building the libmpv shared library and install it and the headers alongside the mpv binary. I need it for an upcoming port. The build system is horrendous; this is the only

unbreak and update dxx-rebirth

2019-08-05 Thread Thomas Frohwein
Hi, With physfs-3.0.2 in, the diff below now works to update dxx-rebirth to the most recent tarball. The game is now using something akin to irregular nightlies. Also add hint to shareware assets download to README to facilitate testing. timidity is needed for the MIDI soundtrack - add mention of

Re: audio/mumble / protobuf 3.90 fallout

2019-08-05 Thread Stuart Henderson
On 2019/08/03 20:07, Stuart Henderson wrote: > On 2019/07/20 06:15, Jonathon Sisson wrote: > > > > Revised patch below, with SHARED_LIBS bump as requested. I've tested with > > mosh, which works as expected (protobuf-3.6.1 client to protobuf-3.9.0 > > server). > > > > I'll test more ports as f

Re: Add shared lib and headers to multimedia/mpv

2019-08-05 Thread Stuart Henderson
On 2019/08/05 13:40, Brian Callahan wrote: > Hi ports -- > > I would like to start building the libmpv shared library and install it and > the headers alongside the mpv binary. I need it for an upcoming port. > > The build system is horrendous; this is the only way I could get it to > create a sh

Add shared lib and headers to multimedia/mpv

2019-08-05 Thread Brian Callahan
Hi ports -- I would like to start building the libmpv shared library and install it and the headers alongside the mpv binary. I need it for an upcoming port. The build system is horrendous; this is the only way I could get it to create a shared library with the right major/minor numbers. OK

Re: lang/gerbil build failures on i386

2019-08-05 Thread Timo Myyrä
On Mon, Aug 5, 2019, at 20:23, Stuart Henderson wrote: > On 2019/08/05 18:58, Jeremie Courreges-Anglas wrote: > > On Mon, Aug 05 2019, Stuart Henderson wrote: > > > On 2019/08/05 17:25, Timo Myyrä wrote: > > >> Juan Francisco Cantero Hurtado writes: > > > > [...] > > > > >> > Could you test

Re: lang/gerbil build failures on i386

2019-08-05 Thread Stuart Henderson
On 2019/08/05 18:58, Jeremie Courreges-Anglas wrote: > On Mon, Aug 05 2019, Stuart Henderson wrote: > > On 2019/08/05 17:25, Timo Myyrä wrote: > >> Juan Francisco Cantero Hurtado writes: > > [...] > > >> > Could you test this patch?. > >> > > >> > > >> > diff --git Makefile Makefile > >> > inde

Re: [macppc, sparc64] games/godot won't build there

2019-08-05 Thread Thomas Frohwein
On Mon, Aug 05, 2019 at 12:05:05PM +0200, Jeremie Courreges-Anglas wrote: [...] > Here's a diff with proper comments which I deem desirable. Charlene, > Thomas, others: ok? I'd like to combine this with the update to the latest release (3.1.1) as previously proposed [1]. This update also does awa

Re: lang/gerbil build failures on i386

2019-08-05 Thread Timo Myyrä
Juan Francisco Cantero Hurtado writes: > On Mon, Aug 05, 2019 at 04:04:37PM +0100, Stuart Henderson wrote: > >> On 2019/08/05 17:25, Timo Myyrä wrote: >> > Juan Francisco Cantero Hurtado writes: >> > >> > > On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: >> > > >> > >> On 2019

Re: lang/gerbil build failures on i386

2019-08-05 Thread Jeremie Courreges-Anglas
On Mon, Aug 05 2019, Stuart Henderson wrote: > On 2019/08/05 17:25, Timo Myyrä wrote: >> Juan Francisco Cantero Hurtado writes: [...] >> > Could you test this patch?. >> > >> > >> > diff --git Makefile Makefile >> > index 88a777f7c30..7547cf59c6c 100644 >> > --- Makefile >> > +++ Makefile >> >

Re: lang/gerbil build failures on i386

2019-08-05 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 05, 2019 at 04:04:37PM +0100, Stuart Henderson wrote: > On 2019/08/05 17:25, Timo Myyrä wrote: > > Juan Francisco Cantero Hurtado writes: > > > > > On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: > > > > > >> On 2019/08/04 22:00, Antoine Jacoutot wrote: > > >> > I do

Re: lang/gerbil build failures on i386

2019-08-05 Thread Stuart Henderson
On 2019/08/05 17:25, Timo Myyrä wrote: > Juan Francisco Cantero Hurtado writes: > > > On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: > > > >> On 2019/08/04 22:00, Antoine Jacoutot wrote: > >> > I don't want to hijack this thread, but I just wanted to say that there > >> > are

Re: lang/gerbil build failures on i386

2019-08-05 Thread Timo Myyrä
Juan Francisco Cantero Hurtado writes: > On Sun, Aug 04, 2019 at 09:15:58PM +0100, Stuart Henderson wrote: > >> On 2019/08/04 22:00, Antoine Jacoutot wrote: >> > I don't want to hijack this thread, but I just wanted to say that there >> > are many >> > wolves hiding. >> > That gerbil port has *n

Re: NEW: multimedia/handbrake

2019-08-05 Thread Brian Callahan
On 8/5/19 5:27 AM, Klemens Nanni wrote: On Sun, Aug 04, 2019 at 10:39:14PM -0400, Brian Callahan wrote: Patching out things like patch and tar will be helpful for updates--if new deps slip in, I want the build to fail hard so I can make a decision rather than possibly silently continue. Seem

Re: geeqie [Re: graphics/exiv2 0.27.* breakage]

2019-08-05 Thread Heppler, J. Scott
Thanks for the patch. This weekend, I could not get the patch to apply cleanly so I tried to regenerate them locally. The build generated an error message on ffmpeg/thunbnailer which was disabled in the prior build. This raised the question, which of the new plugins are most attractive to the p

[update] jgmenu 2.1 -> 3.3

2019-08-05 Thread Heppler, J. Scott
The attached *.diff updates jgmenu to the latest tagged release. Builds/runs on and64-current. Testing, feedback and consideration for commit appreciated -- J. Scott Heppler Index: Makefile === RCS file: /cvs/ports/x11/jgmenu/Makefi

[update] tint2 16.61. -> 16.7

2019-08-05 Thread Heppler, J. Scott
The attached *.diff updates tint2 16.6.1 -> 16.7 Builds, runs amd64-current. Testing, feedback and consideration for updating appreciated -- J. Scott Heppler Index: Makefile === RCS file: /cvs/ports/x11/tint2/Makefile,v retrieving r

Re: [macppc, sparc64] games/godot won't build there

2019-08-05 Thread Jeremie Courreges-Anglas
On Sun, Aug 04 2019, "Callahan, Brian Robert" wrote: > (Excuse the top posting... traveling and on my phone) > > Please don't mark it broken. The __sync functions can be trivially > replaced by the __atomic functions, as the __sync functions are > implemented in terms of the __atomic functions, wh

Re: NEW: multimedia/handbrake

2019-08-05 Thread Klemens Nanni
On Sun, Aug 04, 2019 at 10:39:14PM -0400, Brian Callahan wrote: > Patching out things like patch and tar will be helpful for updates--if new > deps slip in, I want the build to fail hard so I can make a decision rather > than possibly silently continue. Seems reasonable. > I was under the impress

UPDATE: SQLMap-1.3.8

2019-08-05 Thread Gonzalo L. Rodriguez
Hello, Update for SQLMap to 1.3.8: https://github.com/sqlmapproject/sqlmap/releases OK? Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/security/sqlmap/Makefile,v retrieving revision 1.22 diff -u