Re: enable column metadata in databases/sqlite3

2020-01-25 Thread Rafael Sadowski
On Sun Jan 12, 2020 at 08:44:26AM +0100, Rafael Sadowski wrote: > For the upcoming Qt5 update I need sqlite3_column_table_name16: > > qhelpgenerator:/usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so: > undefined symbol 'sqlite3_column_table_name16' > ld.so: qhelpgenerator: lazy binding failed

Re: pcsc-lite: disable colors by default

2020-01-25 Thread Klemens Nanni
On Sat, Jan 25, 2020 at 12:39:50AM +0100, Klemens Nanni wrote: > V= 1.8.25 > +REVISION=1 Will go with 0 of course, this is left-over from testing my diff :)

pcsc-lite: disable colors by default

2020-01-25 Thread Klemens Nanni
`pcscd --debug' prints dark blue lines on my terminal with dark background, rendering them unreadable. The daemon has `-T' to enforce colored output, but no switch to disable colors on TTYs. Diff below simply removes the detection code, leaving only `-T' in place; both tested. Feedback? OK? If

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Brian Callahan
On 2020-01-25 5:20 PM, Stuart Henderson wrote: On 2020/01/25 17:01, Brian Callahan wrote: On 2020-01-25 4:54 PM, Stuart Henderson wrote: On 2020/01/25 16:16, Brian Callahan wrote: The simple way is to keep the quazip-qt5 naming. The more complex way is to add to $stem_extensions in quirks

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Stuart Henderson
On 2020/01/25 17:01, Brian Callahan wrote: > > > On 2020-01-25 4:54 PM, Stuart Henderson wrote: > > On 2020/01/25 16:16, Brian Callahan wrote: > > > > The simple way is to keep the quazip-qt5 naming. > > > > > > > > The more complex way is to add to $stem_extensions in quirks and add an > > > >

Re: [macppc/hppa] Unbreak games/nblood

2020-01-25 Thread Jonathan Gray
On Sat, Jan 25, 2020 at 03:54:13PM +0100, Charlene Wendling wrote: > Hi! > > NBlood requires atomics on powerpc, as seen in the current powerpc bulk: > > > enet.cpp:(.text+0x2e20): undefined reference to `__atomic_load_8' > > enet.cpp:(.text+0x2e98): undefined reference to > > `__atomic_compare_

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Brian Callahan
On 2020-01-25 4:54 PM, Stuart Henderson wrote: On 2020/01/25 16:16, Brian Callahan wrote: The simple way is to keep the quazip-qt5 naming. The more complex way is to add to $stem_extensions in quirks and add an @conflict quazip-qt5-* marker to the plist. I took the simple way, if that work

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Stuart Henderson
On 2020/01/25 16:16, Brian Callahan wrote: > > > > > The simple way is to keep the quazip-qt5 naming. > > > > The more complex way is to add to $stem_extensions in quirks and add an > > @conflict quazip-qt5-* marker to the plist. > > > > I took the simple way, if that works for others. Seems to

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Brian Callahan
On 2020-01-25 3:51 PM, Stuart Henderson wrote: On 2020/01/25 15:46, Brian Callahan wrote: On 2020-01-25 3:25 PM, Brian Callahan wrote: Hi ports -- rsadowski@ informed me that quazip upstream has moved, and that there was a new version available, and that all our consumers only use the qt5 F

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Stuart Henderson
On 2020/01/25 15:46, Brian Callahan wrote: > > > On 2020-01-25 3:25 PM, Brian Callahan wrote: > > Hi ports -- > > > > rsadowski@ informed me that quazip upstream has moved, and that there > > was a new version available, and that all our consumers only use the qt5 > > FLAVOR, and asked if I coul

Re: Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Brian Callahan
On 2020-01-25 3:25 PM, Brian Callahan wrote: Hi ports -- rsadowski@ informed me that quazip upstream has moved, and that there was a new version available, and that all our consumers only use the qt5 FLAVOR, and asked if I could update the quazip port. This diff removes the qt4 pieces, le

Re: [Update] x11/wmutils v1.4 to v1.5

2020-01-25 Thread Stefan Hagen
Stefan Hagen wrote: > attached is a diff for x11/wmutils to update the core part to v1.5. > > Changes > - new tool "slw" to select windows interactively (select window, get >window ID back) *bump* after one week and patch inlined for easier review. Thanks, Stefan Index: x11/wmutils/Makefil

Update quazip 0.7.3 => 0.8.1 and update dependent ports

2020-01-25 Thread Brian Callahan
Hi ports -- rsadowski@ informed me that quazip upstream has moved, and that there was a new version available, and that all our consumers only use the qt5 FLAVOR, and asked if I could update the quazip port. This diff removes the qt4 pieces, leaving just a qt5 port (FLAVOR removed). Major bu

Re: [update] net/telegram-purple version 1.3.1 to 1.4.2

2020-01-25 Thread Stefan Hagen
Giovanni Bechis wrote: > On Sat, Jan 25, 2020 at 09:38:23AM +0100, Stefan Hagen wrote: >> The BROKEN condition still applies. The code parse_tlo_file has not >> changed. >> > afaik this is BROKEN-sparc64 as well, otherwise ok giovanni@ Correct, it hits the same assertion on sparc64. http://build-f

[UPDATE] lang/fpc

2020-01-25 Thread Alonso Cárdenas Márquez
- Add qt5 library search path at fpc.cfg - Bump REVISION This update add a line into fpc.cfg file. I'm working on add support for lazarus-qt5 based apps It needs this entry to link with x11/qt5pas library (not committed yet). Greetings fpc.diff Description: Binary data

Re: UPDATE audio/audacious

2020-01-25 Thread Björn Ketelaars
On Sat 25/01/2020 16:21, Charlene Wendling wrote: > On Wed, 22 Jan 2020 16:19:21 +0100 > Björn Ketelaars wrote: > > > Diff below updates audacious to 3.10.1. Changes between 3.9 and 3.10 > > are explained at [0]. 3.10.1 fixes some additional bugs. Note that > > this update relies on a newer versio

Re: broken port devel/blame

2020-01-25 Thread Thomas Dickey
- Original Message - | From: "Brian Callahan" | To: "Thomas Dickey" , "ports" | Sent: Saturday, January 25, 2020 10:52:25 AM | Subject: Re: broken port devel/blame | On 2020-01-25 10:25 AM, Thomas Dickey wrote: |> following up on |> |> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92

new: devel/git-crypt

2020-01-25 Thread Paco Esteban
Hi ports@, Here's a new port for git-crypt, which is a tool for transparently encrypt files on git repositories (so one can have sensitive information on remote repositories). You can find more info here: https://www.agwa.name/projects/git-crypt/ I decided not to include gnupg as a dependency.

sparc64 bulk build report

2020-01-25 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Thu Jan 23 21:13:41 MST 2020 Finished: Sat Jan 25 09:13:31 MST 2020 Duration: 1 Days 12 hours 0 minutes Built using OpenBSD 6.6-current (GENERIC.MP) #194: Thu Jan 23 06:34:42 MST 2020 Built 9119 packages Number of packages built each day: Jan

Re: update to libvips 8.9.0

2020-01-25 Thread Denis Fondras
On Wed, Jan 22, 2020 at 09:11:24AM +0100, Stephane Guedon wrote: > > No worries :) > > > > It seems you did not update PLIST. > > Also it would be better to indent "\" in Makefile. > > > > Thank you > > I thought I did the plist thing already. Sorry :) Almost here. Remove remaining PLIST.orig

Re: broken port devel/blame

2020-01-25 Thread Brian Callahan
On 2020-01-25 10:25 AM, Thomas Dickey wrote: following up on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927740 I see that this port http://openports.se/devel/blame is broken. I use the program, so I put up a new homepage here: https://invisible-island.net/rcs-blame/ ftp://ftp.invis

Re: broken port devel/blame

2020-01-25 Thread Thomas Dickey
following up on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927740 I see that this port http://openports.se/devel/blame is broken. I use the program, so I put up a new homepage here: https://invisible-island.net/rcs-blame/ ftp://ftp.invisible-island.net/rcs-blame https://invisible-mirro

Re: UPDATE audio/audacious

2020-01-25 Thread Charlene Wendling
On Wed, 22 Jan 2020 16:19:21 +0100 Björn Ketelaars wrote: > Diff below updates audacious to 3.10.1. Changes between 3.9 and 3.10 > are explained at [0]. 3.10.1 fixes some additional bugs. Note that > this update relies on a newer version of audacious-plugins, which has > been send to ports@. > > C

[macppc/hppa] Unbreak games/nblood

2020-01-25 Thread Charlene Wendling
Hi! NBlood requires atomics on powerpc, as seen in the current powerpc bulk: > enet.cpp:(.text+0x2e20): undefined reference to `__atomic_load_8' > enet.cpp:(.text+0x2e98): undefined reference to `__atomic_compare_exchange_8' It builds fine on macppc [0] once the usual atomic block is added. OK

UPDATE: audio/clementine

2020-01-25 Thread Rafael Sadowski
Update audio/clementine to 1.4.0rc1. Tested with some default streaming services and local MP3s. You need audio/liblastfm>=1.1.0 and net/libmygpo-qt>=1.1.0 from the ports@ list to test the update. OK? Index: Makefile === RCS file: /

UPDATE: audio/liblastfm

2020-01-25 Thread Rafael Sadowski
Update 2/3 for audio/clementine. I need this port update to update Clementine. Simple switch from qt4 to qt5. Tested with upcoming Clementine-1.4.0rc1. OK? Index: Makefile === RCS file: /cvs/ports/audio/liblastfm/Makefile,v retriev

UPDATE: net/libmygpo-qt

2020-01-25 Thread Rafael Sadowski
Update 1/3 for audio/clementine. I need this port update to update Clementine. Simple switch from qt4 to qt5. Tested with upcoming Clementine-1.4.0rc1. OK? Index: Makefile === RCS file: /cvs/ports/net/libmygpo-qt/Makefile,v retrievi

Re: [NEW] textproc/scdoc

2020-01-25 Thread Stuart Henderson
On 2020/01/24 00:19, Ingo Schwarze wrote: > Hi, > > Stuart Henderson wrote on Thu, Jan 23, 2020 at 11:26:12AM +: > > On 2020/01/22 23:34, Raymond E. Pasco wrote: > > >> Having looked at it a bit more, I see other statically linked ports with > >> empty WANTLIB (e.g. shells/tcsh), but that doe

Re: [update] net/telegram-purple version 1.3.1 to 1.4.2

2020-01-25 Thread Giovanni Bechis
On Sat, Jan 25, 2020 at 09:38:23AM +0100, Stefan Hagen wrote: > Hello, > > this is an update for net/telegram-purple. > > Port changes: > - Updated patches > - Reintroduced -fPIC as it won't build without it > > Changelog: > - mostly bugfixes and translation updates > https://raw.githubuserconte

Re: Issues with manuals+amd(8) for a handful of ports

2020-01-25 Thread Andreas Kusalananda Kähäri
On Sat, Jan 25, 2020 at 10:16:47AM +0100, Kusalananda Kähäri wrote: > On Sat, Jan 25, 2020 at 03:07:00AM +0100, Ingo Schwarze wrote: > > Hi Andreas, > > Good morning Ingo, > > See below. > > > > > Andreas Kusalananda wrote on Wed, Jan 22, 2020 at 08:58:26PM +0100: > > > > > I mount my /usr/loc

Re: Issues with manuals+amd(8) for a handful of ports

2020-01-25 Thread Andreas Kusalananda Kähäri
On Sat, Jan 25, 2020 at 03:07:00AM +0100, Ingo Schwarze wrote: > Hi Andreas, Good morning Ingo, See below. > > Andreas Kusalananda wrote on Wed, Jan 22, 2020 at 08:58:26PM +0100: > > > I mount my /usr/local directory from a remote server over NFS > > using amd(8). This means that I have the d

[update] net/telegram-purple version 1.3.1 to 1.4.2

2020-01-25 Thread Stefan Hagen
Hello, this is an update for net/telegram-purple. Port changes: - Updated patches - Reintroduced -fPIC as it won't build without it Changelog: - mostly bugfixes and translation updates https://raw.githubusercontent.com/majn/telegram-purple/master/CHANGELOG.md The BROKEN condition still applies.