Re: [NEW] textproc/lucene++

2020-06-26 Thread Landry Breuil
On Fri, Jun 26, 2020 at 10:00:12PM +0200, Omar Polo wrote: > > Landry Breuil writes: > > > > > with that chunk added to patch-CMakeLists.txt, no need to patch the .cmake > > files to fiddle with prefix/LIB_DESTINATION, and the resulting .pc look > > correct. > > I really like this. Update tarb

[update] audio/lmms enable ZynAddSubFX

2020-06-26 Thread Kinichiro Inoguchi
Currently, lmms is disabling the ZynAddSubFX plugin. This diff enables it. - remove patches/patch-plugins_CMakeLists_txt to build zynaddsubfx - add required libraries to WANTLIB and LIB_DEPENDS - bump up REVISION to 1 In this diff, I just delete all lines in patch-plugins_CMakeLists_txt. I wo

NEW: math/rstudio

2020-06-26 Thread Brian Callahan
Hi ports -- Attached is a new port, math/rstudio. RStudio is the IDE for R. --- pkg/DESCR: RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and wor

Re: redis-sentinel segfault workaround

2020-06-26 Thread Nam Nguyen
Theo Buehler writes: > I was given a reliable reproducer for the sentinel segfault that seems > to be present since at least Redis 4. I can only reproduce on amd64 and > only when compiling with -O1 or -O2, but not with -O0. > >>From what I can tell, it is an out-of-bounds access trying to read fr

Re: editors/emacs fix to use posix_openpt

2020-06-26 Thread YASUOKA Masahiko
On Sat, 27 Jun 2020 00:29:05 +0200 Jeremie Courreges-Anglas wrote: > On Fri, Jun 26 2020, YASUOKA Masahiko wrote: >> Hi, >> >> Currently emacs is using an old way to create a process with a pty. >> OpenBSD has posix_openpt(3) now, so emacs should use it. >> >> I actually hit a problem that Mew co

[sparc64/base-gcc] Fix build of x11/gnome/seahorse

2020-06-26 Thread Kurt Mosiejczuk
Another port that uses C99 so base-gcc needs to be told to use it. This diff adds -std=gnu99 for base-gcc arches and fixes the build on at least sparc64. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/x11/gnome/seahorse/Makefil

[sparc64/base-gcc] Fix build of sysutils/usmb

2020-06-26 Thread Kurt Mosiejczuk
This patch drops -Werror from the build because all the deprecation warnings for glib-2.0 make the build abort. It fixes the build on sparc64. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/sysutils/usmb/Makefile,v retrieving

[sparc64/base-hcc] Fix build of devel/glade

2020-06-26 Thread Kurt Mosiejczuk
Another C99 port. Needs the following to compile on sparc64 and other base-gcc arches. ok? --Kurt Index: Makefile === RCS file: /cvs/ports/devel/glade/Makefile,v retrieving revision 1.88 diff -u -p -r1.88 Makefile --- Makefile14

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
Thanks Stuart and Pascal for the help. I'm not sure what happened with my original patch and my inability to see some obvious issues. I have a patch ready but just noticed it doesn't have the @static-lib entries for the Ada libraries. I'll submit that later then. John

Re: editors/emacs fix to use posix_openpt

2020-06-26 Thread Jeremie Courreges-Anglas
On Fri, Jun 26 2020, YASUOKA Masahiko wrote: > Hi, > > Currently emacs is using an old way to create a process with a pty. > OpenBSD has posix_openpt(3) now, so emacs should use it. > > I actually hit a problem that Mew could not start gnupg properly. Makes sense. > # I sent a bug report to the

Re: UPDATE: GLEW 2.2.0

2020-06-26 Thread Brad Smith
ping. On 5/16/2020 6:37 PM, Brad Smith wrote: Here is an update to GLEW 2.2.0. Index: Makefile === RCS file: /home/cvs/ports/graphics/glew/Makefile,v retrieving revision 1.18 diff -u -p -u -p -r1.18 Makefile --- Makefile12 Ju

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
On 2020/06/26 15:57, j...@bitminer.ca wrote: > > > On 2020-06-26 15:48, Stuart Henderson wrote: > > > > > +lib/libgomp.a > > > > This update was not done on -current > > thanks, I'll recheck, but the kernel is -current > > snap1$ sysctl kern.version > kern.version=OpenBSD 6.7-current (GENERIC.

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
On 2020-06-26 15:48, Stuart Henderson wrote: > > +lib/libgomp.a This update was not done on -current thanks, I'll recheck, but the kernel is -current snap1$ sysctl kern.version kern.version=OpenBSD 6.7-current (GENERIC.MP) #272: Mon Jun 15 01:54:58 MDT 2020 dera...@amd64.openbsd.org

Re: add OpenMP to ports-gcc

2020-06-26 Thread Pascal Stumpf
On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > This patch adjusts gcc-ports to add the various OpenMP libraries > already built to PLIST(s). > > Since ports were already patched to disable OpenMP this change > should likely result in no issues. > > > John Comment is unneces

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
On 2020/06/26 15:45, j...@bitminer.ca wrote: > > > > Sorry, further comment: .a and .spec should go into PLIST-main. > > > > Could you perhaps explain why? These would seem to me to be unused > unless gcc-libs was installed for the shared image. They are useless without the compiler. No need to

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
> > > +lib/libgomp.a This update was not done on -current

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
Hi Pascal, On 2020-06-26 15:03, Pascal Stumpf wrote: On Fri, 26 Jun 2020 23:01:29 +0200, Pascal Stumpf wrote: On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > This patch adjusts gcc-ports to add the various OpenMP libraries > already built to PLIST(s). > > Since ports were al

Re: add OpenMP to ports-gcc

2020-06-26 Thread Pascal Stumpf
On Fri, 26 Jun 2020 23:01:29 +0200, Pascal Stumpf wrote: > On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > > This patch adjusts gcc-ports to add the various OpenMP libraries > > already built to PLIST(s). > > > > Since ports were already patched to disable OpenMP this change >

gobject-introspection: can't resolve dependencies

2020-06-26 Thread deserter666
This happened out of blue, don't know how deal with this. This is repeatable, everytime. I came across it while installing ImageMagick. ===> gobject-introspection-1.64.1 depends on: py3-mako-* - not found ===> Verifying install for py3-mako-* in www/py-mako `/usr/portsdir/bulk/amd64/py3-mako-1.1.

Re: move py-flask-principal to python3

2020-06-26 Thread Aisha Tammy
On 6/26/20 12:10 PM, Stuart Henderson wrote: > On 2020/06/26 11:48, Aisha Tammy wrote: >> On 6/26/20 11:30 AM, Antoine Jacoutot wrote: >>> On Fri, Jun 26, 2020 at 10:04:22AM -0400, Aisha Tammy wrote: On 6/26/20 9:58 AM, Antoine Jacoutot wrote: > On Fri, Jun 26, 2020 at 08:08:24AM -0400, Ai

Re: [NEW] textproc/lucene++

2020-06-26 Thread Omar Polo
Landry Breuil writes: > another way that implies less patching, as you already patch > CMakeLists.txt for cotire: > > @@ -85,7 +80,7 @@ include(TestCXXAcceptsFlag) > include(GNUInstallDirs) > > set(LIB_DESTINATION > - "${CMAKE_INSTALL_FULL_LIBDIR}" CACHE STRING "Define lib output directory >

Re: move py-flask-principal to python3

2020-06-26 Thread Aisha Tammy
On 6/26/20 11:30 AM, Antoine Jacoutot wrote: > On Fri, Jun 26, 2020 at 10:04:22AM -0400, Aisha Tammy wrote: >> On 6/26/20 9:58 AM, Antoine Jacoutot wrote: >>> On Fri, Jun 26, 2020 at 08:08:24AM -0400, Aisha Tammy wrote: I've updated the port py-flask-principal to use only python3. Th

Re: NEW: devel/bamf

2020-06-26 Thread Brian Callahan
On Friday, June 26, 2020 11:27 AM, Stuart Henderson wrote: > On 2020/06/26 14:11, Brian Callahan wrote: > > > On Friday, June 26, 2020 8:29 AM, Stuart Henderson s...@spacehopper.org > > wrote: > > > > > On 2020/06/26 11:00, Charlene Wendling wrote: > > > > > > > port-lib-depends-check complai

Alphabetize sysutils/Makefile listings

2020-06-26 Thread Brian Callahan
Hi ports -- As I was about to commit sysutils/ugrep, I noticed that some of the ports in the sysutils/Makefile listing were not in alphabetical order. Attached is a diff to resort them. Do we care about such things? OK to go ahead? ~Brian Index: Makefile =

Re: NEW: x11/elementary/dock

2020-06-26 Thread Brian Callahan
On Friday, June 26, 2020 5:30 AM, Charlene Wendling wrote: > On Fri, 26 Jun 2020 01:54:42 + > Brian Callahan wrote: > > > 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

Re: NEW: devel/bamf

2020-06-26 Thread Brian Callahan
On Friday, June 26, 2020 8:29 AM, Stuart Henderson wrote: > On 2020/06/26 11:00, Charlene Wendling wrote: > > > port-lib-depends-check complains about this on my macppc and amd64 > > machines: > > bamf-0.5.4(devel/bamf): > > Missing: png.18 from png-1.6.37 (/usr/local/libexec/bamf/bamfdaemon) >

Re: move py-flask-principal to python3

2020-06-26 Thread Aisha Tammy
On 6/26/20 9:58 AM, Antoine Jacoutot wrote: > On Fri, Jun 26, 2020 at 08:08:24AM -0400, Aisha Tammy wrote: >> I've updated the port py-flask-principal to use >> only python3. >> There are no reverse dependencies so this should >> not be breaking anything. > > You need to use the FLAVOR/FLAVORS com

security/hitch: remove or update/take maintainer

2020-06-26 Thread Klemens Nanni
I imported this port when I actively used it, but circumstances have changed and I have no longer any use for this TLS proxy, so I won't put any more effort into sending fixes upstream as well as maintaining our port. 1.6.0 was recently released, contains a few of my fixes merged upstream, but als

Re: [NEW] textproc/lucene++

2020-06-26 Thread Landry Breuil
On Fri, Jun 26, 2020 at 06:30:28PM +0200, Landry Breuil wrote: > On Fri, Jun 26, 2020 at 11:02:42AM +0200, Omar Polo wrote: > > > > Landry Breuil writes: > > unfortunately, after a while it core dumps: > > > > ... > > [--] 102 tests from IndexWriterTest > > [ RUN ] IndexWriterTest

Re: [NEW] textproc/lucene++

2020-06-26 Thread Landry Breuil
On Fri, Jun 26, 2020 at 11:02:42AM +0200, Omar Polo wrote: > > Landry Breuil writes: > > > 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/

Re: gobject-introspection: can't resolve dependencies

2020-06-26 Thread Stuart Henderson
On 2020/06/26 16:13, deserter...@danwin1210.me wrote: > This happened out of blue, don't know how deal with this. > This is repeatable, everytime. I came across it while > installing ImageMagick. > > ===> gobject-introspection-1.64.1 depends on: py3-mako-* - not found > ===> Verifying install for

Re: [NEW] cad/qflow

2020-06-26 Thread Stuart Henderson
This is OK sthen@ to import. On 2020/06/26 16:35, Alessandro De Laurenzis wrote: > Weekly ping. > > Tarball re-attached for your convenience. > > While there, I changed the master site from Github to > opencircuitdesign.com (so we can avoid the on-the-fly generated > archive). > > If you would

Re: move py-flask-principal to python3

2020-06-26 Thread Stuart Henderson
On 2020/06/26 11:48, Aisha Tammy wrote: > On 6/26/20 11:30 AM, Antoine Jacoutot wrote: > > On Fri, Jun 26, 2020 at 10:04:22AM -0400, Aisha Tammy wrote: > >> On 6/26/20 9:58 AM, Antoine Jacoutot wrote: > >>> On Fri, Jun 26, 2020 at 08:08:24AM -0400, Aisha Tammy wrote: > I've updated the port py

move py-flask-principal to python3

2020-06-26 Thread Aisha Tammy
I've updated the port py-flask-principal to use only python3. There are no reverse dependencies so this should not be breaking anything. Aisha diff --git www/py-flask-principal/Makefile www/py-flask-principal/Makefile index d062e04f581..4b9f6186750 100644 --- www/py-flask-principal/Makefile ++

update flask to 1.1.2

2020-06-26 Thread Aisha Tammy
I've update flask to 1.1.2 latest Haven't done a lot of testing but it seems to be working fine with another small script I am using. Would be nice to see it updated. Also, there was no maintainer. I haven't added myself because I didn't know if some dev was interested in maintaining it but I a

Re: move py-flask-principal to python3

2020-06-26 Thread Antoine Jacoutot
On Fri, Jun 26, 2020 at 10:04:22AM -0400, Aisha Tammy wrote: > On 6/26/20 9:58 AM, Antoine Jacoutot wrote: > > On Fri, Jun 26, 2020 at 08:08:24AM -0400, Aisha Tammy wrote: > >> I've updated the port py-flask-principal to use > >> only python3. > >> There are no reverse dependencies so this should >

Re: NEW: devel/bamf

2020-06-26 Thread Stuart Henderson
On 2020/06/26 14:11, Brian Callahan wrote: > > On Friday, June 26, 2020 8:29 AM, Stuart Henderson > wrote: > > > On 2020/06/26 11:00, Charlene Wendling wrote: > > > > > port-lib-depends-check complains about this on my macppc and amd64 > > > machines: > > > bamf-0.5.4(devel/bamf): > > > Missing

Re: [NEW] cad/qflow

2020-06-26 Thread Alessandro De Laurenzis
Just a note: On 26/06/2020 16:35, Alessandro De Laurenzis wrote: [...] If you would like to play a bit with the port: - make a new directory (e.g. ./qflow-trial) and copy there the enclosed map9v3.v file; - change to that dir and run 'qflow gui'; - in the 'synthesys preparation' tab: * s

Re: [NEW] cad/qflow

2020-06-26 Thread Alessandro De Laurenzis
Weekly ping. Tarball re-attached for your convenience. While there, I changed the master site from Github to opencircuitdesign.com (so we can avoid the on-the-fly generated archive). If you would like to play a bit with the port: - make a new directory (e.g. ./qflow-trial) and copy there the en

Re: x11/sisctrl removable

2020-06-26 Thread Jeremie Courreges-Anglas
On Fri, Jun 26 2020, Solene Rapenne wrote: > I propose to remove x11/sisctrl because sis driver was deleted a > few months ago from xenocara. > > No port depend on it. Sure. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: move py-flask-principal to python3

2020-06-26 Thread Antoine Jacoutot
On Fri, Jun 26, 2020 at 08:08:24AM -0400, Aisha Tammy wrote: > I've updated the port py-flask-principal to use > only python3. > There are no reverse dependencies so this should > not be breaking anything. You need to use the FLAVOR/FLAVORS combo, not MODPY_DEFAULT_VERSION_3. > > Aisha > > dif

[new] devel/olm 3.1.5

2020-06-26 Thread Aaron Bieber
Hi, Here is a port of OLM ( https://gitlab.matrix.org/matrix-org/olm ), the Double Ratchet lib used by Matrix. This is needed by various Matrix clients to support end to end encryption. An upcoming update to net/mautrix-whatsapp will need this. It can also be used by various clients we don't hav

x11/sisctrl removable

2020-06-26 Thread Solene Rapenne
I propose to remove x11/sisctrl because sis driver was deleted a few months ago from xenocara. No port depend on it.

Re: NEW: devel/bamf

2020-06-26 Thread Stuart Henderson
On 2020/06/26 11:00, Charlene Wendling wrote: > port-lib-depends-check complains about this on my macppc and amd64 > machines: > > bamf-0.5.4(devel/bamf): > Missing: png.18 from png-1.6.37 (/usr/local/libexec/bamf/bamfdaemon) > Extra: XRes.5 gthread-2.0.4200 png16.18 > WANTLIB += png > > It's we

Re: www/vteplugin removal

2020-06-26 Thread Landry Breuil
On Fri, Jun 26, 2020 at 01:50:01PM +0200, Solene Rapenne wrote: > I propose the removal of www/vteplugin > > I tried it on amd64 in the following browsers without success: > > - Firefox (unveil disabled) > - chromium (unveil disabled) > - vimb > - midori > - epiphany > - surf > > vimb, midor and

www/vteplugin removal

2020-06-26 Thread Solene Rapenne
I propose the removal of www/vteplugin I tried it on amd64 in the following browsers without success: - Firefox (unveil disabled) - chromium (unveil disabled) - vimb - midori - epiphany - surf vimb, midor and epihpany complained a "Plugin missing" while a ktrace -di did show that the file vteplu

editors/emacs fix to use posix_openpt

2020-06-26 Thread YASUOKA Masahiko
Hi, Currently emacs is using an old way to create a process with a pty. OpenBSD has posix_openpt(3) now, so emacs should use it. I actually hit a problem that Mew could not start gnupg properly. # I sent a bug report to the upstream as well. ok? Index: Makefile

Re: x11/sisctrl removable

2020-06-26 Thread Charlene Wendling
On Fri, 26 Jun 2020 11:13:50 +0200 Solene Rapenne wrote: > I propose to remove x11/sisctrl because sis driver was deleted a > few months ago from xenocara. > > No port depend on it. > OK cwen@

Re: NEW: x11/elementary/dock

2020-06-26 Thread Charlene Wendling
On Fri, 26 Jun 2020 01:54:42 + Brian Callahan wrote: > 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

Re: [NEW] textproc/lucene++

2020-06-26 Thread Omar Polo
Landry Breuil writes: > 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,

Re: NEW: devel/bamf

2020-06-26 Thread Charlene Wendling
Hi, On Fri, 26 Jun 2020 00:18:01 + Brian Callahan wrote: > 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 simpl