Re: Remove fonts/farsi-bfonts-ttf

2020-05-24 Thread abed
yes the links are all dead but we can create a cohesive, brand new package fonts. i'm Farsi speaker by the way On 5/25/20 6:40 AM, Anthony J. Bentley wrote: > Hi, > > farsi-bfonts-ttf's upstream homepage and all master_sites are long dead. > And it has not had any packages built, ever: > > # No

Remove fonts/farsi-bfonts-ttf

2020-05-24 Thread Anthony J. Bentley
Hi, farsi-bfonts-ttf's upstream homepage and all master_sites are long dead. And it has not had any packages built, ever: # No license PERMIT_PACKAGE= No license PERMIT_DISTFILES= No license I'm not an expert in Farsi but there are other Persian fonts in the tree, freely licensed a

Re: New: lr

2020-05-24 Thread Evan Silberman
whoops it went in, thanks sthen, I should really check these things before I send more email. --E

Re: New: lr

2020-05-24 Thread Evan Silberman
Brian Callahan wrote: > I would capitalize the Yes in NO_TEST=Yes but otherwise I think this is > ok. Tweaked accordingly, attached. --Evan lr.tar.gz Description: GNU Zip compressed data

Transitive hs-ports updates

2020-05-24 Thread Greg Steuck
Hi Matthias, I only now realized how obnoxious version keying property of cabal is when applied to ports. A full-tree ghc upgrade is OK, I expect to touch everything. But updating a single library close to the bottom of dependency graph is not fun all. Say I updated devel/hs-dlist. It's a trivial

Re: OK to GC net/hpodder?

2020-05-24 Thread Matthias Kilian
Hi, On Sun, May 24, 2020 at 01:17:09PM -0700, Greg Steuck wrote: > The upstream has ceased hpodder development over 8 years ago. The port > has to be updated every time GHC is released and for all other > infrastructure changes. Even though we have enough patches for the > code to compile with GHC

devel/tbb: fix aarch64 build

2020-05-24 Thread Christian Weisgerber
devel/tbb fails to build on aarch64: build/common.inc:81: *** Architecture not detected. Stop. http://build-failures.rhaalovely.net/aarch64/2020-05-21/devel/tbb.log The architecture determination logic, which is in a GNU make file we supply, is incoherent. The patch below sets the uname_p varia

Re: about BUILD_PACKAGES and no-strip

2020-05-24 Thread Marc Espie
On Sun, May 24, 2020 at 11:40:34PM +0200, Rafael Sadowski wrote: > On Sun May 24, 2020 at 03:09:42PM +0200, Marc Espie wrote: > > There are some special needs ports like cmake and qmake with labyrinthine > > options to figure out what to build "release" and you get no debug info. > > "debug" and y

Re: OK to GC net/hpodder?

2020-05-24 Thread Greg Steuck
> Can we remove net/hpodder? > We'd also be free to remove at least these libraries solely required by hpodder: sqlite> select fullpkgpath from ports where build_depends like '%hs-HaXml%'; net/hpodder sqlite> select fullpkgpath from ports where build_depends like '%hs-HDBC-sqlite3%'; net/hpodder

NEW: astro/gnuastro

2020-05-24 Thread Brian Callahan
Hi ports -- Attached is a new port, astro/gnuastro. These are the GNU Astronomy Utilities. --- pkg/DESCR: The GNU Astronomy Utilities (Gnuastro) is an official GNU package consisting of various programs and library functions for the manipulation and analysis of astronomical data. All the programs

Re: New: lr

2020-05-24 Thread Brian Callahan
‐‐‐ Original Message ‐‐‐ On Sunday, May 24, 2020 1:30 PM, Evan Silberman wrote: > Bump > > Evan Silberman e...@jklol.net wrote: > > > list files, recursively, by Leah Neukirchen. > > https://git.vuxu.org/lr/about/ > > From readme: > > > > Benefits > > > > - > > > > Over find: >

Re: i386 build failures: devel/kf5/kdelibs4support, devel/pygame

2020-05-24 Thread Rafael Sadowski
On Sun May 24, 2020 at 03:28:41PM +0100, Stuart Henderson wrote: > -- Configuring done > -- Generating done > -- Build files have been written to: /pobj/kdelibs4support-5.68.0/build-i386 > ninja: error: manifest 'build.ninja' still dirty after 100 tries > Time out of sync? It was always this probl

Re: about BUILD_PACKAGES and no-strip

2020-05-24 Thread Rafael Sadowski
On Sun May 24, 2020 at 03:09:42PM +0200, Marc Espie wrote: > There are some special needs ports like cmake and qmake with labyrinthine > options to figure out what to build "release" and you get no debug info. > "debug" and you get wy too much stuff. You can simply use CONFIG += force_debug_i

Re: update math/coq 8.11.1 supporting OCaml 4.10

2020-05-24 Thread Daniel Dickman
Jeremie reported a problem on sparc64. Is it addressed in the diff below? https://marc.info/?t=15819679343&r=1&w=2 > On May 24, 2020, at 2:19 PM, Christopher Zimmermann > wrote: > >  > Hi, > > this is the only port not yet compatible with OCaml 4.10. OK to upgrade? > Compcert was only t

Re: update mail/claws-mail

2020-05-24 Thread Benjamin Baier
On Thu, 14 May 2020 16:32:07 +0200 Solene Rapenne wrote: > This updates claws-mail to last version. > > I also removed bsfilter module because it requires bsfilter and we > don't have it in ports. > > I enabled the crash dialog because I had a few crashes when using > malloc options. And of cou

shotcut core

2020-05-24 Thread Marc Espie
Here's the most frequent backtrace now. It's very easy to obtain: start shotcut, load a video, try to apply a filter that requires parameters (say size and position), watch shotcut segfault. It seems to come from qml code. Somewhat a pain to try to figure it out further, since we don't have DEBUG

sparc64 bulk build report

2020-05-24 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Thu May 21 19:43:02 MDT 2020 Finished: Sun May 24 14:24:50 MDT 2020 Duration: 2 Days 18 hours 42 minutes Built using OpenBSD 6.7-current (GENERIC.MP) #319: Wed May 20 18:02:12 MDT 2020 Built 9872 packages Number of packages built each day: May

OK to GC net/hpodder?

2020-05-24 Thread Greg Steuck
The upstream has ceased hpodder development over 8 years ago. The port has to be updated every time GHC is released and for all other infrastructure changes. Even though we have enough patches for the code to compile with GHC 8.10, there needs to be somebody who runs this package to test it. Hence

Re: New: lr

2020-05-24 Thread Evan Silberman
Bump Evan Silberman wrote: > list files, recursively, by Leah Neukirchen. > > https://git.vuxu.org/lr/about/ > > From readme: > > ## Benefits > > Over find: > * friendly and logical C-style filter syntax > * getopt is used, can mix filters and arguments in any order > * can sort > * compute d

Re: slock 1.4 / bsd-auth

2020-05-24 Thread Stuart Henderson
On 2020/05/21 13:49, Theo Buehler wrote: > On Thu, May 21, 2020 at 11:58:37AM +0100, Stuart Henderson wrote: > > I've written a patch to add bsd-auth support back to slock 1.4 which > > I've been using for a while. Tidied the make variable handling a bit > > as well, no need to patch to use ?=, the

aarch64 bulk build report

2020-05-24 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu May 21 16:24:36 MDT 2020 finished at Sun May 24 11:02:18 MDT 2020 lasted 2D18h37m done with kern.version=OpenBSD 6.7-current (GENERIC.MP) #617: Thu May 21 14:18:51 MDT 2020 built packages:10919 May 21:2993 May 22:1360 May 23:2433 May 24:4132

UPDATE: devel/git-lfs to 2.11.0

2020-05-24 Thread Asher Pasha
Hi, The attached diff updates Git LFS to 2.11.0. I have tested it on amd64. It works. Please update. Thanks, Asher Index: Makefile === RCS file: /cvs/ports/devel/git-lfs/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makef

UPDATE: plan9port-20200519

2020-05-24 Thread Gleydson Soares
Hi, here is an update [1] for plan9port, bringing it to latest github commit. i have removed some heavy optional run_dependencies to slim down it, since it does not affect the plan9port usability itself. if one wants to read .ps file or whatever you should just install pkg_add ghostscript/etc a

Re: ykman fido list Exception: Unsupported platform: openbsd6

2020-05-24 Thread Stuart Henderson
On 2020/05/23 23:23, Stuart Henderson wrote: > On 2020/05/23 13:52, Armands Stiegra wrote: > > On Saturday, May 23, 2020 12:36 PM, Lucas Raab > > wrote: > > > $ pip install git+https://github.com/Yubico/python-fido2.git > > Interesting, worr had a diff committed there adding OpenBSD support. > E

i386 build failures: devel/kf5/kdelibs4support, devel/pygame

2020-05-24 Thread Stuart Henderson
==> failures/devel/kf5/kdelibs4support.log <== -- Configuring done -- Generating done -- Build files have been written to: /pobj/kdelibs4support-5.68.0/build-i386 [0/1] /usr/local/bin/cmake -S/pobj/kdelibs4support-5.68.0/kdelibs4support-5.68.0 -B/pobj/kdelibs4support-5.68.0/build-i386 Re-run cmak

Re: slock 1.4 / bsd-auth

2020-05-24 Thread Gleydson Soares
On Sun, May 24, 2020 at 02:15:58AM +0200, Theo Buehler wrote: > > Actually, i3 has a feature for dealing with it though, --release: > > try better: bindsym --release $mod+Mod1+l exec "slock" > > That works, thanks. I'm fine with this going in if the port's copy of > explicit_bzero is disabled with

Re: ykman fido list Exception: Unsupported platform: openbsd6

2020-05-24 Thread Armands Stiegra
‐‐‐ Original Message ‐‐‐ On Saturday, May 23, 2020 10:23 PM, Stuart Henderson wrote: > The git version of yubikey-manager doesn't seem necessary to get this to > work so I haven't updated the port of that. I am sorry, it was my mistake. I meant "git version of python-fido2". Thank you

about BUILD_PACKAGES and no-strip

2020-05-24 Thread Marc Espie
There are some special needs ports like cmake and qmake with labyrinthine options to figure out what to build "release" and you get no debug info. "debug" and you get wy too much stuff. the tweak I committed a few days ago does cut through the red tape... Tool wants special treatment to acc

Re: UPDATE x11/icewm-1.6.5

2020-05-24 Thread Bjorn Ketelaars
On Wed 08/04/2020 10:21, Bjorn Ketelaars wrote: > Diff below brings icewm to 1.6.5, which is a maintenance release. > Changes: https://github.com/bbidulock/icewm/blob/1.6.5/ChangeLog. > > Run tested on amd64. > > Comments/OK? I was contacted off list by Greg Jones who found an issue with the tas

UPDATE devel/git-cola-3.7

2020-05-24 Thread Bjorn Ketelaars
Enclosed a simple diff for updating git-cola to 3.7. Changes: https://github.com/git-cola/git-cola/blob/v3.7/CHANGES.rst 'make test' runs successfully. Run tested on amd64. Comments/OK? diff --git devel/git-cola/Makefile devel/git-cola/Makefile index 85b533ee192..4d1d9d12d01 100644 --- devel/gi

peertube rc script

2020-05-24 Thread Stephane Guedon
Good day people. I have tried for a good period of time now to work out the writing of a good rc script to peertube (the P2P video sharing system). I have been advised by a fellow member of this community to ask for better advice here. Technically, Peertube is actually a node process launch in