Re: [all archs] devel/spidermonkey68 can be built without rust and llvm

2020-06-25 Thread Charlene Wendling
On Thu, 25 Jun 2020 08:38:44 +0200 Jasper Lievisse Adriaanse wrote: > > > On 25 Jun 2020, at 00:28, Charlene Wendling > > wrote: > > > > Hi, > > > > I was trying to build a port depending on spidermonkey68 on my > > macppc machine and found out it "requires" rust. After seeing how > > other do

Re: Firefox over ssh

2020-06-25 Thread Stuart Henderson
On 2020/06/24 08:16, Ed Ahlsen-Girard wrote: > I used to be able to run the browser on one box from another box. No > longer, for some time. > > Is this related to unveil? Is there a way around other than recompiling > firefox? > > -- > > Edward Ahlsen-Girard > Ft Walton Beach, FL > > IIRC d

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
Hello Laurence, Thanks for checking this. I would like to proceed this if no objection from others. And I would like to add 'ac_cv_prog_DOXYGEN=""' as CONFIGURE_ENV in Makefile to disable building documentation in case doxygen is installed. --- Makefile.orig Thu Jun 25 19:52:37 2020 +++ Ma

Re: [new] audio/liblo

2020-06-25 Thread Stuart Henderson
On 2020/06/25 20:06, Kinichiro Inoguchi wrote: > Hello Laurence, > > Thanks for checking this. > I would like to proceed this if no objection from others. > > And I would like to add 'ac_cv_prog_DOXYGEN=""' as CONFIGURE_ENV in Makefile > to disable building documentation in case doxygen is instal

Re: update: www/hugo

2020-06-25 Thread Paco Esteban
On Wed, 24 Jun 2020, Paco Esteban wrote: > Hi ports@, > > This is an update of www/hugo to its latest version 0.73.0. Changelog > here: > > https://github.com/gohugoio/hugo/releases/tag/v0.73.0 > > MODGO_MODULES have been generated with the new `portgen go` diff from > abieber@ (https://marc.i

Re: [New] devel/neovim-qt

2020-06-25 Thread Stuart Henderson
On 2020/06/24 09:19, Laurence Tratt wrote: > Here's an updated neovim-qt port (there's been a small patch release to > 0.2.16.1) incorporating Rafael's changes and restoring HOMEPAGE as requested > by Stuart. I think this is probably ready to be committed if everyone is > happy with it. > > > Lau

Re: update: www/hugo

2020-06-25 Thread Stuart Henderson
On 2020/06/25 13:29, Paco Esteban wrote: > Here it is again with MODGO_MODULES generated with the latest version of > abieber's diff. No big changes. Builds, installs and works ok on > amd64. That can't be committed until the go.port.mk diff is in > Index: Makefile > ===

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
On Thu, Jun 25, 2020 at 12:17:53PM +0100, Stuart Henderson wrote: > On 2020/06/25 20:06, Kinichiro Inoguchi wrote: > > Hello Laurence, > > > > Thanks for checking this. > > I would like to proceed this if no objection from others. > > > > And I would like to add 'ac_cv_prog_DOXYGEN=""' as CONFIGU

Re: [portgen go] Fix issues with missing dependencies

2020-06-25 Thread Marc Espie
On Wed, Jun 24, 2020 at 09:38:38PM -0600, Aaron Bieber wrote: > + my @output = <$fh>; > + chomp @output; > + close $fh or die "Unable to close pipe '$cmd': $!"; You still missed that one: you won't get anything out of $!, it's $? that's gonna hold the child exit status.

Re: [new] audio/liblo

2020-06-25 Thread Stuart Henderson
On 2020/06/25 20:55, Kinichiro Inoguchi wrote: > On Thu, Jun 25, 2020 at 12:17:53PM +0100, Stuart Henderson wrote: > > On 2020/06/25 20:06, Kinichiro Inoguchi wrote: > > > Hello Laurence, > > > > > > Thanks for checking this. > > > I would like to proceed this if no objection from others. > > > >

chromium sync is non-operational

2020-06-25 Thread Greg Steuck
I previously tried to sync my chrome profile with google which works on Linux & CrOS. With OpenBSD port I get the profile picture in the menu bar, but passwords never appear. I ignored the problem for a bit then recently tried again. I started with a clean .config/chromium and version 83.0.4103.106

Re: chromium sync is non-operational

2020-06-25 Thread Stuart Henderson
On 2020/06/24 19:34, Greg Steuck wrote: > I previously tried to sync my chrome profile with google which works on > Linux & CrOS. With OpenBSD port I get the profile picture in the menu bar, > but passwords never appear. I ignored the problem for a bit then recently > tried again. I started with a

Re: [update] devel/codeblocks

2020-06-25 Thread Charlene Wendling
Hi, On Fri, 5 Jun 2020 19:44:06 -0400 Josh Grosse wrote: > Update from 17.12 to 20.03. Builds and runs > on amd64. Changelog: > http://www.codeblocks.org/downloads/binaries/changelog > As far as x86 is concerned it's good, but it won't build on !x86 because some plugin uses the int3 asm instr

Re: update: www/hugo

2020-06-25 Thread Paco Esteban
On Thu, 25 Jun 2020, Stuart Henderson wrote: > On 2020/06/25 13:29, Paco Esteban wrote: > > Here it is again with MODGO_MODULES generated with the latest version of > > abieber's diff. No big changes. Builds, installs and works ok on > > amd64. > > That can't be committed until the go.port.mk d

Re: UPDATE net/profanity 0.9.3 and take MAINTAINER

2020-06-25 Thread Gleydson Soares
On Thu, Jun 25, 2020 at 03:01:47AM +, Lucas wrote: > Hello ports, > > This is a simple update to 0.9.3, with some bug fixes since 0.9.0. > > * Make legacy auth optional (0.9.1) > * Dont manipulate pointer from getenv (0.9.2) > * Fix reading/writing linked files (0.9.2) > * Use gnu99 C

Re: NEW: x11/elementary/granite

2020-06-25 Thread Charlene Wendling
Hi, On Thu, 25 Jun 2020 14:50:15 + Brian Callahan wrote: > Hi ports -- > > Attached is a new port, x11/elementary/granite. Also includes related > infrastructure to have an x11/elementary subdir, which will be filled > with ports from the elementary OS project. > > Granite is the graphical

Best/Easiest way to work with git repository for testing ports

2020-06-25 Thread Steve Williams
Hi, I'm working on freerdp and guacamole clones. I've got ports built for both thanks to various assistance from Stuart et al. However, they are both under active development and rather than working with the tarballs, I want to work with the git repository. I've done this a couple of times

[NEW] textproc/lucene++

2020-06-25 Thread Omar Polo
Hello there! Attached the port for Lucene++, a port of the java lucene library. It's required by newer version of devel/poedit. The patches against the three CMakefiles are to disable cotire, as it breaks the build. The patch against VariantUtils.h is to support newer version of boost. These

update devel/poedit 1.3.7 -> 2.3.1

2020-06-25 Thread Omar Polo
Hello ports, Below the diff to update poedit from 1.3.7 to the latest 2.3.1. While there I've also updated the homepage to https and formatted the pkg/DESCR so it fits in 80 columns :) The MASTER_SITES also changed, as they've migrated to github, and the patch is no longer needed. Tested on a

Re: [update] devel/codeblocks

2020-06-25 Thread Josh Grosse
On Thu, Jun 25, 2020 at 04:04:28PM +0200, Charlene Wendling wrote: > Hi, > > On Fri, 5 Jun 2020 19:44:06 -0400 > Josh Grosse wrote: > > > Update from 17.12 to 20.03. Builds and runs > > on amd64. Changelog: > > http://www.codeblocks.org/downloads/binaries/changelog > > > > As far as x86 is co

Re: NEW: x11/elementary/terminal

2020-06-25 Thread Charlene Wendling
On Thu, 25 Jun 2020 16:06:51 + Brian Callahan wrote: > > On Thursday, June 25, 2020 11:59 AM, Brian Callahan > wrote: > > > Hi ports -- > > > > Attached is a new port, x11/elementary/terminal. Terminal is the > > elementary OS terminal emulator. > > > > -

Re: [NEW] textproc/lucene++

2020-06-25 Thread Omar Polo
Omar Polo writes: > Hello there! > > Attached the port for Lucene++, a port of the java lucene library. It's > required by newer version of devel/poedit. > > The patches against the three CMakefiles are to disable cotire, as it > breaks the build. The patch against VariantUtils.h is to suppor

Re: Best/Easiest way to work with git repository for testing ports

2020-06-25 Thread Stuart Henderson
On 2020/06/25 10:06, Steve Williams wrote: > Hi, > > I'm working on freerdp and guacamole clones. > > I've got ports built for both thanks to various assistance from Stuart et > al. > > However, they are both under active development and rather than working with > the tarballs, I want to work wi

Re: net/i2pd README improvements

2020-06-25 Thread Richard Ulmer
Hi Jeremie, Jeremie Courreges-Anglas wrote: > > 2. Provide the command for changing the login class of the _i2pd user. > > I don't think this is warranted. /etc/rc.d/rc.subr has this code: > > --8<-- > # set default values; duplicated in rcctl(8) > getcap -f /etc/login.conf ${_name} 1>/dev/nul

Re: UPDATE net/profanity 0.9.3 and take MAINTAINER

2020-06-25 Thread Lucas
Gleydson Soares wrote: > looks fine, it's missing `make update-patches' though. > > diff -u -p -r1.5 patch-configure_ac > --- patches/patch-configure_ac 18 Jun 2020 20:44:16 - 1.5 > +++ patches/patch-configure_ac 25 Jun 2020 14:19:12 - Good catch. I'll send an update diff later on

MODGO_MODULES generator helper.

2020-06-25 Thread Paco Esteban
Hi ports@, I had the idea of having a make target to help with MODGO_MODULES and MODGO_MODFILES generation just like devel/cargo does with its modcargo-gen-crates. It may be a bit crude but it works and it could be quite useful when updating ports that use this. I discussed it a bit with abieber

NEW: x11/elementary/granite

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/elementary/granite. Also includes related infrastructure to have an x11/elementary subdir, which will be filled with ports from the elementary OS project. Granite is the graphical support library for elementary OS apps. --- pkg/DESCR: Granite is a companio

Re: NEW: editors/editorconfig-core-c

2020-06-25 Thread Charlene Wendling
On Thu, 25 Jun 2020 17:53:14 + Brian Callahan wrote: > Hi ports -- > > Attached is a new port, editors/editorconfig-core-c. > Editorconfig-core-c is a library for IDE consistency. > > --- > pkg/DESCR: > EditorConfig helps developers define and maintain consistent coding > styles between diff

NEW: x11/elementary/terminal

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/elementary/terminal. Terminal is the elementary OS terminal emulator. --- pkg/DESCR: Terminal is a super lightweight, beautiful, and simple terminal. Comes with sane defaults, browser-class tabs, sudo paste protection, smart copy/paste, and little to no con

Plist conflicts between branches

2020-06-25 Thread Christian Weisgerber
The way we merge back security changes to -stable creates the situation where we have packages with the same name, but different contents, e.g. pcre2-10.34 in OPENBSD_6_7 and pcre2-10.34 in OPENBSD_6_6. This causes PLIST conflicts when building such packages. I just tried to build a bunch of port

Re: NEW: x11/elementary/terminal

2020-06-25 Thread Brian Callahan
On Thursday, June 25, 2020 11:59 AM, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, x11/elementary/terminal. Terminal is the > elementary OS terminal emulator. > > --- >

NEW: x11/elementary/videos

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/elementary/videos. Videos is the elementary OS video player. --- pkg/DESCR: Videos is a video player and library app designed for elementary OS. --- Works well on amd64. Quite minimalist but I don't dislike that. OK? ~Brian videos.tgz Description: appl

update gnupg2 to 2.2.20

2020-06-25 Thread Aisha Tammy
Fixes WKD directive for fetching keys. Also makes it easier to upgrade to 2.2.21 (which should be released soonish saying that for 3 months now!) Aisha index 291064fc5e7..06f30e61dce 100644 --- security/gnupg2/Makefile +++ security/gnupg2/Makefile @@ -2,9 +2,8 @@ COMMENT = GNU privacy

Re: NEW: x11/elementary/terminal

2020-06-25 Thread Brian Callahan
On Thursday, June 25, 2020 12:24 PM, Charlene Wendling wrote: > On Thu, 25 Jun 2020 16:06:51 + > Brian Callahan wrote: > > > On Thursday, June 25, 2020 11:59 AM, Brian Callahan > > bcal...@protonmail.com wrote: > > > > > Hi ports -- > > > Attached is a new port, x11/elementary/terminal. Te

Re: Plist conflicts between branches

2020-06-25 Thread Stuart Henderson
On 2020/06/25 21:56, Christian Weisgerber wrote: > The way we merge back security changes to -stable creates the > situation where we have packages with the same name, but different > contents, e.g. pcre2-10.34 in OPENBSD_6_7 and pcre2-10.34 in > OPENBSD_6_6. > > This causes PLIST conflicts when b

NEW: editors/editorconfig-core-c

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, editors/editorconfig-core-c. Editorconfig-core-c is a library for IDE consistency. --- pkg/DESCR: EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. This package provides the core library and editorco

Re: Best/Easiest way to work with git repository for testing ports

2020-06-25 Thread Steve Williams
On 25/06/2020 10:28 a.m., Stuart Henderson wrote: On 2020/06/25 10:06, Steve Williams wrote: Hi, I'm working on freerdp and guacamole clones. I've got ports built for both thanks to various assistance from Stuart et al. However, they are both under active development and rather than working w

Re: [new] audio/liblo

2020-06-25 Thread Antoine Jacoutot
Are you sure Stuart? We used to have liblo.so.0.1, it seems weird to import the lib back with a smaller solib version. Cheers! — Antoine > On 25 Jun 2020, at 15:02, Stuart Henderson wrote: > > On 2020/06/25 20:55, Kinichiro Inoguchi wrote: >>> On Thu, Jun 25, 2020 at 12:17:53PM +0100, Stuar

NEW: x11/elementary/code

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/elementary/code. Code is the elementary OS code editor. Requires the editors/editorconfig-core-c port I just sent. Works well on amd64. OK? ~Brian code.tgz Description: application/compressed-tar

Re: [new] audio/liblo

2020-06-25 Thread Stuart Henderson
On 2020/06/26 00:01, Antoine Jacoutot wrote: > Are you sure Stuart? > We used to have liblo.so.0.1, it seems weird to import the lib back with a > smaller solib version. Oh, thanks for catching that! I didn't realise it was in ports before. In that case it is probably best if we use a shared li

Re: update games/eliot qt5

2020-06-25 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: >> This is an update for games/eliot to qt5 with a segfault fix when >> opening menus. >> > Here is a fresh diff with the following changes: > > - Upstream added my menu segfault fix, so this update brings it to this > commit: > https://git.savannah.nongnu.o

Re: NEW: x11/elementary/code

2020-06-25 Thread Charlene Wendling
On Thu, 25 Jun 2020 18:05:30 + Brian Callahan wrote: > Hi ports -- > > Attached is a new port, x11/elementary/code. Code is the elementary OS > code editor. Requires the editors/editorconfig-core-c port I just > sent. > > Works well on amd64. > > OK? > > ~Brian It builds and works fine on

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
Ok, then I will set SHARED_LIBS += lo 1. 0# 11.1 We still don't need Revision? REVISION = 1 I will use cvs add to instate 'liblo' directory and files when I commit. Thanks Kinichiro Inoguchi On Fri, Jun 26, 2020, 7:21 AM Stuart Henderson wrote: > On 2020/06/26 0

Re: [new] audio/liblo

2020-06-25 Thread Stuart Henderson
On 2020/06/26 09:26, Kinichiro Inoguchi wrote: > Ok, then I will set > SHARED_LIBS += lo 1. 0# 11.1 > > We still don't need Revision? > REVISION = 1 correct. the old version was 0.29, new one is 0.31, so REVISION is not needed. > I will use cvs add to instate 'liblo'

[Update] astro/py-astral : Update to 2.2

2020-06-25 Thread wen heping
Hi, Here is a patch for astro/py-astral: i) Update to 2.2 ii) python3 only iii) Remove BUILD_DEPENDS=${RUN_DEPENDS} iv) Add devel/py-freezegun as RUN_DEPENDS It build well and pass all tests, no other ports depends on it. Cheers ! wen Index: Makefile ==

NEW: sysutils/ugrep

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, sysutils/ugrep. Ugrep is an ultra fast universal grep. --- pkg/DESCR: ugrep is an ultra fast universal grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), docume

Re: MODGO_MODULES generator helper.

2020-06-25 Thread Aaron Bieber
Paco Esteban writes: > Hi ports@, > > I had the idea of having a make target to help with MODGO_MODULES and > MODGO_MODFILES generation just like devel/cargo does with its > modcargo-gen-crates. > > It may be a bit crude but it works and it could be quite useful when > updating ports that use thi

Re: chromium sync is non-operational

2020-06-25 Thread Greg Steuck
On Thu, Jun 25, 2020 at 6:42 AM Stuart Henderson wrote: > On 2020/06/24 19:34, Greg Steuck wrote: > > I previously tried to sync my chrome profile with google which works on > > Linux & CrOS. With OpenBSD port I get the profile picture in the menu > bar, > > but passwords never appear. I ignored

NEW: devel/bamf

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, devel/bamf. Bamf is an application matching library. --- pkg/DESCR: Bamf matches application windows to desktop files. It removes the headache of applications matching into a simple DBus daemon and C wrapper library. It currently features application matching a

Re: NEW: sysutils/ugrep

2020-06-25 Thread Bjorn Ketelaars
On Thu 25/06/2020 22:38, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, sysutils/ugrep. Ugrep is an ultra fast universal > grep. > > --- > pkg/DESCR: > ugrep is an ultra fast universal grep with interactive query UI: search > file systems, source code, text, binary files, archive

NEW: x11/elementary/dock

2020-06-25 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/elementary/dock. This is the elementary OS dock app. The binary is named plank. --- pkg/DESCR: Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which c

Re: [NEW] textproc/lucene++

2020-06-25 Thread Landry Breuil
On Thu, Jun 25, 2020 at 06:08:56PM +0200, Omar Polo wrote: > > Hello there! > > Attached the port for Lucene++, a port of the java lucene library. It's > required by newer version of devel/poedit. > > The patches against the three CMakefiles are to disable cotire, as it > breaks the build. The