Re: SWORD project port status

2020-12-09 Thread Aaron Poffenberger
I recently started working on my SWORD port again. It's building quite
nicely. My plan was to look at Xiphos or BibleTime after that, but I'm not
in a big hurry for a GUI. If your initial work is making progress, I'm
happy to help test.

I'll post the updated SWORD port this weekend.

Cheers,

--Aaron

On 2020-12-09 14:33 -0800, Johnpaul Humphrey  wrote:
> Hi All,
> Reading through your mailing list archives, I see that two people
> submitted ports of the SWORD project, which is a Bible study framework
> that can be found at https://crosswire.org/sword/index.jsp
> Looking through your ports tree, I do not see misc/sword and looking
> through your mailling list, I do not see any mention of it's removal,
> so I can only conclude it was never added to begin with.
> 
> I have successfully built sword and bibletime on my computer, and am
> setting up a machine for porting software, so I would be willing to
> port them if no-one is actively doing so.
> 
> Therefore:
> Is anyone porting the SWORD project, BibleTime, or Xiphos?
> 
> -- 
> jth
> 



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2020/12/09 19:20:31

Modified files:
databases/mydumper: Makefile 
databases/mydumper/pkg: PLIST 
databases/py-peewee: Makefile 
databases/py-peewee/pkg: PLIST 
databases/py-psycopg2: Makefile 
databases/py-psycopg2/pkg: PLIST 
databases/xapian-bindings: Makefile 
databases/xapian-bindings/pkg: PLIST-python 
devel/cmake: Makefile 
devel/cmake/pkg: PLIST 
devel/kf5/extra-cmake-modules: Makefile 
devel/kf5/extra-cmake-modules/pkg: PLIST 
devel/luacheck : Makefile 
devel/luacheck/pkg: PLIST 
devel/py-pathlib: Makefile 
devel/py-pathlib/pkg: PLIST 
devel/py-pexpect: Makefile 
devel/py-pexpect/pkg: PLIST 
devel/py-testpath: Makefile 
devel/py-testpath/pkg: PLIST 
devel/py-virtualenv: Makefile 
devel/py-virtualenv/pkg: PLIST 
devel/udis86   : Makefile 
devel/udis86/pkg: PLIST 
lang/ghc   : Makefile 
lang/ghc/pkg   : PLIST 
productivity/vdirsyncer: Makefile 
productivity/vdirsyncer/pkg: PLIST 
shells/fish: Makefile 
shells/fish/pkg: PLIST 
textproc/py-sphinx: Makefile distinfo 
textproc/py-sphinx/pkg: PLIST 
www/py-flask-wtf: Makefile 
www/py-flask-wtf/pkg: PLIST 
www/py-frozen-flask: Makefile 
www/py-frozen-flask/pkg: PLIST 
www/py-itsdangerous: Makefile 
www/py-itsdangerous/pkg: PLIST 
www/py-werkzeug: Makefile 
www/py-werkzeug/pkg: PLIST 
www/py-wtforms : Makefile 
www/py-wtforms/pkg: PLIST 
x11/polybar: Makefile 
x11/polybar/pkg: PLIST 

Log message:
update py-sphinx to 1.5.6

main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@



Re: remove devel/gdb run dep in x11/gnustep/projectcenter

2020-12-09 Thread Solene Rapenne
On Wed, 9 Dec 2020 21:23:12 +
Stuart Henderson :

> On 2020/12/09 22:10, Solene Rapenne wrote:
> > I propose the following change to x11/gnustep/projectcenter
> > 
> > someone on IRC reported a problem that using gnustep environment
> > was pulling in devel/gdb as a RUN_DEP of x11/gnustep/projectcenter,
> > which stricly speaking isn't absolutely required to use projectcenter.
> > gdb conflicts with devel/arm-none-eabi/gdb
> > 
> > So you can't use gnustep and arm-none-eabi-gdb at the same time because
> > of gdb conflict.
> > 
> > I don't know if it's a smart change, because a projectcenter user
> > may forget to install gdb package. At the same time,
> > x11/gnustep/projectcenter has a patch to give egdb full path.
> > 
> > What do you think about it?  
> 
> Can we get rid of the conflicts? gdb is not really an optional package
> in many situations - the version of gdb in base is unusable for most
> software.
> 
> $ comm devel/gdb/pkg/PLIST devel/arm-none-eabi/gdb/pkg/PLIST |grep '^ 
> '
>   include/gdb/
>   include/gdb/jit-reader.h
>   share/gdb/
>   share/gdb/system-gdbinit/
>   share/gdb/system-gdbinit/elinos.py
>   share/gdb/system-gdbinit/wrs-linux.py
> 
> The only thing different between the files in gdb and arm-none-eabi-gdb
> are the copyright dates, and they aren't usually needed to run gdb
> anyway.
> 
> I propose this instead:
> 
> Index: gdb/Makefile
> ===
> RCS file: /cvs/ports/devel/gdb/Makefile,v
> retrieving revision 1.68
> diff -u -p -r1.68 Makefile
> --- gdb/Makefile  18 Oct 2020 18:49:10 -  1.68
> +++ gdb/Makefile  9 Dec 2020 21:21:51 -
> @@ -4,7 +4,7 @@ COMMENT=  GNU debugger
>  CATEGORIES=  devel
>  
>  DISTNAME=gdb-7.12.1
> -REVISION=13
> +REVISION=14
>  
>  HOMEPAGE=https://www.gnu.org/software/gdb/
>  
> Index: gdb/pkg/PLIST
> ===
> RCS file: /cvs/ports/devel/gdb/pkg/PLIST,v
> retrieving revision 1.21
> diff -u -p -r1.21 PLIST
> --- gdb/pkg/PLIST 29 Mar 2020 14:47:52 -  1.21
> +++ gdb/pkg/PLIST 9 Dec 2020 21:21:51 -
> @@ -1,5 +1,4 @@
>  @comment $OpenBSD: PLIST,v 1.21 2020/03/29 14:47:52 kn Exp $
> -@conflict arm-none-eabi-gdb-*
>  @conflict libbfd-*
>  @bin bin/egdb
>  include/ansidecl.h
> Index: arm-none-eabi/gdb/Makefile
> ===
> RCS file: /cvs/ports/devel/arm-none-eabi/gdb/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- arm-none-eabi/gdb/Makefile16 Jul 2019 21:29:41 -  1.7
> +++ arm-none-eabi/gdb/Makefile9 Dec 2020 21:21:51 -
> @@ -4,7 +4,7 @@ COMMENT=  gdb for arm-none-eabi cross-dev
>  
>  DISTNAME=gdb-7.9.1
>  EXTRACT_SUFX=.tar.xz
> -REVISION=4
> +REVISION=5
>  
>  HOMEPAGE=https://www.gnu.org/software/gdb/
>  
> @@ -25,9 +25,5 @@ CONFIGURE_ARGS+=--enable-multilib \
>  MODULES= lang/python
>  
>  TEST_DEPENDS=devel/dejagnu
> -
> -post-install:
> - ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
> - ${PREFIX}/share/gdb/system-gdbinit
>  
>  .include 
> Index: arm-none-eabi/gdb/pkg/PLIST
> ===
> RCS file: /cvs/ports/devel/arm-none-eabi/gdb/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- arm-none-eabi/gdb/pkg/PLIST   10 Jun 2015 10:55:10 -  1.2
> +++ arm-none-eabi/gdb/pkg/PLIST   9 Dec 2020 21:21:51 -
> @@ -1,9 +1,8 @@
>  @comment $OpenBSD: PLIST,v 1.2 2015/06/10 10:55:10 espie Exp $
> -@conflict gdb-*
>  @bin bin/arm-none-eabi-gdb
>  @bin bin/arm-none-eabi-run
> -include/gdb/
> -include/gdb/jit-reader.h
> +@comment include/gdb/
> +@comment include/gdb/jit-reader.h
>  @comment lib/charset.alias
>  lib/libarm-none-eabi-sim.a
>  @man man/man1/arm-none-eabi-gdb.1
> @@ -25,8 +24,6 @@ share/gdb/
>  @comment share/gdb/syscalls/s390x-linux.xml
>  @comment share/gdb/syscalls/sparc-linux.xml
>  @comment share/gdb/syscalls/sparc64-linux.xml
> -share/gdb/system-gdbinit/
> -share/gdb/system-gdbinit/elinos.py
> -share/gdb/system-gdbinit/elinos.pyc
> -share/gdb/system-gdbinit/wrs-linux.py
> -share/gdb/system-gdbinit/wrs-linux.pyc
> +@comment share/gdb/system-gdbinit/
> +@comment share/gdb/system-gdbinit/elinos.py
> +@comment share/gdb/system-gdbinit/wrs-linux.py
> 
> OK?
> 
> > Index: Makefile
> > ===
> > RCS file: /home/reposync/ports/x11/gnustep/projectcenter/Makefile,v
> > retrieving revision 1.23
> > diff -u -p -r1.23 Makefile
> > --- Makefile16 Aug 2020 20:35:20 -  1.23
> > +++ Makefile9 Dec 2020 21:05:52 -
> > @@ -3,7 +3,7 @@
> >  COMMENT=   GNUstep integrated development environment
> >  
> >  VERSION =  0.6.2
> > -REVISION = 9
> > +REVISION = 10
> >  DISTNAME=  

Re: [Update] textproc/py-podcastparser-0.6.5 -> 0.6.6

2020-12-09 Thread trondd
Stuart Henderson  wrote:

> On 2020/12/08 18:34, trondd wrote:
> > This update is mostly just switching from nose to py-test for 'make test' 
> > and
> > some minor tweaks.  Keeping it up to date with net/gpodder which I'll also
> > submit.
> 
> please use MODPY_PYTEST for pytest.
> 
> > 
> > Tim.
> > 
> > 

Trying with more MODPY.

Tim.


Index: Makefile
===
RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile19 Aug 2020 12:25:13 -  1.10
+++ Makefile10 Dec 2020 00:44:11 -
@@ -2,11 +2,10 @@
 
 COMMENT=   simple, fast and efficient podcast parser
 
-MODPY_EGG_VERSION= 0.6.5
+MODPY_EGG_VERSION= 0.6.6
 DISTNAME=  podcastparser-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 CATEGORIES=textproc
-REVISION=  0
 
 MAINTAINER=Tim Meunier 
 
@@ -17,10 +16,12 @@ MODULES=lang/python
 
 MODPY_PI=  Yes
 
+MODPY_PYTEST=  Yes
+
 BUILD_DEPENDS= textproc/py-sphinx${MODPY_FLAVOR}
 
-TEST_DEPENDS=  devel/py-nose${MODPY_FLAVOR} \
-   devel/py-coverage${MODPY_FLAVOR}
+TEST_DEPENDS=  devel/py-coverage${MODPY_FLAVOR} \
+   devel/py-test-cov${MODPY_FLAVOR}
 
 FLAVORS=   python3
 FLAVOR=python3
Index: distinfo
===
RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo5 Jul 2020 14:51:05 -   1.5
+++ distinfo10 Dec 2020 00:44:11 -
@@ -1,2 +1,2 @@
-SHA256 (podcastparser-0.6.5.tar.gz) = 
6wCOSQ2HiXeKSDj/fjE8xN/1j5WtoV4Ye4FEIN69wkw=
-SIZE (podcastparser-0.6.5.tar.gz) = 22232
+SHA256 (podcastparser-0.6.6.tar.gz) = 
ow6EECAD+w60IABUZRQkWs97l1Qduk6IjRxMBrHIRFQ=
+SIZE (podcastparser-0.6.6.tar.gz) = 23482



remove devel/gdb run dep in x11/gnustep/projectcenter

2020-12-09 Thread Solene Rapenne
I propose the following change to x11/gnustep/projectcenter

someone on IRC reported a problem that using gnustep environment
was pulling in devel/gdb as a RUN_DEP of x11/gnustep/projectcenter,
which stricly speaking isn't absolutely required to use projectcenter.
gdb conflicts with devel/arm-none-eabi/gdb

So you can't use gnustep and arm-none-eabi-gdb at the same time because
of gdb conflict.

I don't know if it's a smart change, because a projectcenter user
may forget to install gdb package. At the same time,
x11/gnustep/projectcenter has a patch to give egdb full path.

What do you think about it?

Index: Makefile
===
RCS file: /home/reposync/ports/x11/gnustep/projectcenter/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile16 Aug 2020 20:35:20 -  1.23
+++ Makefile9 Dec 2020 21:05:52 -
@@ -3,7 +3,7 @@
 COMMENT=   GNUstep integrated development environment
 
 VERSION =  0.6.2
-REVISION = 9
+REVISION = 10
 DISTNAME=  ProjectCenter-${VERSION}
 CATEGORIES=devel
 
@@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.gnustep.org/pub
 
 SHARED_LIBS=   ProjectCenter 1.1
 
-RUN_DEPENDS += devel/gmake devel/gdb
+RUN_DEPENDS += devel/gmake
 MODULES=   x11/gnustep
 WANTLIB += util
 WANTLIB += ${COMPILER_LIBCXX}



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:ports
Changes by: jmatt...@cvs.openbsd.org2020/12/09 15:50:45

Modified files:
devel/rebar3   : Makefile 

Log message:
apply MAKE_ENV to avoid trying to reach into root's homedir when building
inside dpb



TekUI port?

2020-12-09 Thread Johnpaul Humphrey
Is anyone actively porting the GUI framework TekUI to OpenBSD?
(available at http://tekui.neoscientists.org)

I am willing to port it
-- 
jth



SWORD project port status

2020-12-09 Thread Johnpaul Humphrey
Hi All,
Reading through your mailing list archives, I see that two people
submitted ports of the SWORD project, which is a Bible study framework
that can be found at https://crosswire.org/sword/index.jsp
Looking through your ports tree, I do not see misc/sword and looking
through your mailling list, I do not see any mention of it's removal,
so I can only conclude it was never added to begin with.

I have successfully built sword and bibletime on my computer, and am
setting up a machine for porting software, so I would be willing to
port them if no-one is actively doing so.

Therefore:
Is anyone porting the SWORD project, BibleTime, or Xiphos?

-- 
jth



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Tracey Emery
CVSROOT:/cvs
Module name:ports
Changes by: tra...@cvs.openbsd.org  2020/12/09 15:28:39

Modified files:
comms/chirp: Makefile 
comms/chirp/patches: patch-setup_py 

Log message:
Fix bulk build. Better diff from sthen@, who asked me to commit. ok me.



Re: UPDATE: textproc/lowdown 0.7.4

2020-12-09 Thread Bryan Vyhmeister
On Wed, Dec 09, 2020 at 07:34:25PM +0100, Caspar Schutijser wrote:
> Below is a diff that updates textproc/lowdown to 0.7.4. Tested on amd64,
> seems to work fine here.

The patch is based in /usr/ports/textproc/lowdown instead of /usr/ports.
I just updated the patch myself for ease of applying but, however it is
applied, it works fine for me. Thank you.

ok maintainer

Bryan


Index: textproc/lowdown/Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- textproc/lowdown/Makefile   29 Jul 2020 08:49:37 -  1.22
+++ textproc/lowdown/Makefile   9 Dec 2020 18:32:46 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.22 2020/07/29 08:49:37 paco Exp $
 
 COMMENT =  simple markdown translator
-DISTNAME = lowdown-0.7.1
+DISTNAME = lowdown-0.7.4
 CATEGORIES =   textproc
 
 HOMEPAGE = https://kristaps.bsd.lv/lowdown/
Index: textproc/lowdown/distinfo
===
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- textproc/lowdown/distinfo   29 Jul 2020 08:49:37 -  1.19
+++ textproc/lowdown/distinfo   9 Dec 2020 18:32:46 -
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.7.1.tar.gz) = ArSPkIhcwqijde8JXaFZVPKi8+zia9bhNVK3WQbNGek=
-SIZE (lowdown-0.7.1.tar.gz) = 17
+SHA256 (lowdown-0.7.4.tar.gz) = IbscrRanGjshiWXqcQlZLvfyKFPrRvBEivmXQb8mwFI=
+SIZE (lowdown-0.7.4.tar.gz) = 183780
Index: textproc/lowdown/pkg/PLIST
===
RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- textproc/lowdown/pkg/PLIST  29 Jul 2020 08:49:37 -  1.9
+++ textproc/lowdown/pkg/PLIST  9 Dec 2020 18:32:46 -
@@ -10,6 +10,7 @@ lib/pkgconfig/lowdown.pc
 @man man/man3/lowdown_buf_diff.3
 @man man/man3/lowdown_buf_free.3
 @man man/man3/lowdown_buf_new.3
+@man man/man3/lowdown_diff.3
 @man man/man3/lowdown_doc_free.3
 @man man/man3/lowdown_doc_new.3
 @man man/man3/lowdown_doc_parse.3
@@ -21,6 +22,7 @@ lib/pkgconfig/lowdown.pc
 @man man/man3/lowdown_latex_free.3
 @man man/man3/lowdown_latex_new.3
 @man man/man3/lowdown_latex_rndr.3
+@man man/man3/lowdown_metaq_free.3
 @man man/man3/lowdown_nroff_free.3
 @man man/man3/lowdown_nroff_new.3
 @man man/man3/lowdown_nroff_rndr.3



Re: [UPDATE] www/honk

2020-12-09 Thread Horia Racoviceanu
Upgraded to v0.9.4

Changes:

=== 0.9.4 Collegiate Colloquialism

+ Add validation to some more user inputs to prevent mistakes.

+ Easier to use ping command.

On 11/11/20, Horia Racoviceanu  wrote:
> Upgraded to v0.9.3
> - add autobonker toy
> - update README
>
> Changes:
>
> === 0.9.3 Notacanthous Nutshell
>
> ++ backup command.
>
> + Relax requirement for multipart/form-data posts in API.
>
> + Dedupe blob file data.
>
> + Better support for rich text bios.
>
> + Follow and unfollow should work a little better.
>
> + Option to mention all in replies.
>
> + Reduce interference between various text substitution rules.
>
> + Fix crash in search with extra space.
>
> + Fix pubkey issue with domain only keys.
>
> - Custom lingo for those who don't like honking.
>
> On 10/16/20, Horia Racoviceanu  wrote:
>> Just a simple ping, sorry.
>>
>> On 9/1/20, Horia Racoviceanu  wrote:
>>> - Add the help section
>>> - Add rc_stop() for related daemons
>>>
>>> On 8/29/20, Horia Racoviceanu  wrote:
 Upgrade to v0.9.2
 - add toys: gettoken, saytheday, sprayandpray, youvegothonks
 - remove man pages from doc
 - add views/chatter.html

 Changes:

 === 0.9.2 Malleable Maltote

 + Fix compilation on mac.

 === 0.9.1 Late Stage Lusciousness

 ++ Boing boom tschak chonky chatter. Chat messages with Pleroma.

 + Custom rgb flag: emoji.

 + Slightly better ActivityPub compat

 + ## headings for markdown

 + Workaround js only twitter for hoot: feature.

 + Quote unquote reliability improvements.

 + Much better omit images handling.

 + Fix update activity.

 + A few API refinements and additions.

 === 0.9.0 Monitor vs Merrimack

 --- Add Reactions.

 +++ Rename react to badonk.

 + Quick fix to hide all images.

 + Allow resending follow requests.

 + Improved search query parsing.

 + Tables

 + Reduce retries talking to dumb servers.

 + Maybe possible to use @u...@example.com wihtout subdomain.

>>>
>>
>
Index: Makefile
===
RCS file: /cvs/ports/www/honk/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile24 Oct 2020 15:37:33 -  1.12
+++ Makefile9 Dec 2020 17:02:48 -
@@ -2,7 +2,7 @@
 
 COMMENT =  federated status conveyance
 
-DISTNAME = honk-0.9.2
+DISTNAME = honk-0.9.4
 CATEGORIES =   www
 
 HOMEPAGE = https://humungus.tedunangst.com/r/honk
@@ -28,7 +28,7 @@ DOCDIR ?= ${PREFIX}/share/doc/honk
 EXAMPLESDIR =  ${PREFIX}/share/examples/honk
 
 post-build:
-.for toy in gettoken saytheday sprayandpray youvegothonks
+.for toy in autobonker gettoken saytheday sprayandpray youvegothonks
${MODGO_CMD} build ${MODGO_FLAGS} -o ${MODGO_WORKSPACE}/bin/${toy} \
${MODGO_WORKSPACE}/src/${ALL_TARGET}/toys/${toy}.go
 .endfor
Index: distinfo
===
RCS file: /cvs/ports/www/honk/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo24 Oct 2020 15:37:33 -  1.8
+++ distinfo9 Dec 2020 17:02:48 -
@@ -1,2 +1,2 @@
-SHA256 (honk-0.9.2.tgz) = gznmavRe3GAtQHxfvebmInXsIbNZTm7qf7kRgyhIwMk=
-SIZE (honk-0.9.2.tgz) = 509274
+SHA256 (honk-0.9.4.tgz) = 5vpPOxl5FIWeXPXAUNxyS6fKKRtNqWCwPT4pX4VxhvI=
+SIZE (honk-0.9.4.tgz) = 516495
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   24 Oct 2020 15:37:33 -  1.6
+++ pkg/PLIST   9 Dec 2020 17:02:48 -
@@ -2,6 +2,7 @@
 @newgroup _honk:833
 @newuser _honk:833:_honk:daemon:Honk User:${VARBASE}/honk:/sbin/nologin
 @rcscript ${RCDIR}/honk
+@bin bin/autobonker
 @bin bin/gettoken
 @bin bin/honk
 @bin bin/saytheday
Index: pkg/README
===
RCS file: /cvs/ports/www/honk/pkg/README,v
retrieving revision 1.3
diff -u -p -r1.3 README
--- pkg/README  24 Oct 2020 15:37:33 -  1.3
+++ pkg/README  9 Dec 2020 17:02:48 -
@@ -9,21 +9,12 @@ Initial configuration
 
 honk expects to be fronted by a TLS terminating reverse proxy.
 
-acme-client(1)
---
-
-# acme-client.conf(5)
-domain honk.example.com {
-  domain key "${SYSCONFDIR}/ssl/private/honk.example.com.key"
-  domain full chain certificate 
"${SYSCONFDIR}/ssl/honk.example.com.fullchain.pem"
-  sign with letsencrypt
-}
-
 Icon and favicon
 
 
 honk# mkdir ${VARBASE}/www/htdocs/honk
-honk# ftp -o ${VARBASE}/www/htdocs/honk/icon.png 
https://honk.tedunangst.com/icon.png
+honk# ftp -o ${VARBASE}/www/htdocs/honk/icon.png \
+  https://honk.tedunangst.com/icon.png
 honk# ftp -o ${VARBASE}/www/htdocs/honk/favicon.ico \
   

[Fix] comms/chirp 20201128

2020-12-09 Thread Tracey Emery
Naddy reported a build build failure with chirp. It looks like
x11/py-gtk is now a BDEP :/

Test on sparc64

Ok?
-- 

Tracey Emery

Index: Makefile
===
RCS file: /cvs/ports/comms/chirp/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- Makefile8 Dec 2020 16:34:57 -   1.19
+++ Makefile9 Dec 2020 21:40:43 -
@@ -3,6 +3,7 @@
 COMMENT=   tool to programme a wide range of amateur radios
 
 MODPY_EGG_VERSION= 20201128
+REVISION=  0
 DISTNAME=  chirp-daily-${MODPY_EGG_VERSION}
 PKGNAME=   chirp-${MODPY_EGG_VERSION}
 
@@ -16,13 +17,13 @@ PERMIT_PACKAGE= Yes
 MASTER_SITES=  
https://trac.chirp.danplanet.com/chirp_daily/daily-${MODPY_EGG_VERSION}/
 
 MODULES=   lang/python
-COMMON_DEPS=   devel/py-serial
+COMMON_DEPS=   devel/py-serial \
+   x11/py-gtk2
 BUILD_DEPENDS= ${COMMON_DEPS}
 RUN_DEPENDS=   ${COMMON_DEPS} \
devel/desktop-file-utils \
devel/py-future \
-   devel/py-suds \
-   x11/py-gtk2
+   devel/py-suds
 
 NO_TEST=   Yes
 



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 14:41:43

Modified files:
devel/gdb  : Makefile 
devel/gdb/pkg  : PLIST 
devel/arm-none-eabi/gdb: Makefile 
devel/arm-none-eabi/gdb/pkg: PLIST 

Log message:
de-conflict gdb and arm-none-eabi-gdb. the conflicting files are

include/gdb/jit-reader.h
share/gdb/system-gdbinit/elinos.py
share/gdb/system-gdbinit/wrs-linux.py

these are not needed in most cases, and near identical between gdb and
arm-none-eabi-gdb (only difference is the copyright date), so having just
one copy is good enough.

remove old libbfd @conflict from gdb/pkg/PLIST while there (the libbfd
port was removed in 2011) noticed by solene@.

prompted by a suggestion from solene@ to remove the gdb dependency from
gnustep/projectcenter, looks fine to her.



Re: remove devel/gdb run dep in x11/gnustep/projectcenter

2020-12-09 Thread Stuart Henderson
On 2020/12/09 22:34, Solene Rapenne wrote:
> On Wed, 9 Dec 2020 21:23:12 +
> Stuart Henderson :
> 
> > On 2020/12/09 22:10, Solene Rapenne wrote:
> > > I propose the following change to x11/gnustep/projectcenter
> > > 
> > > someone on IRC reported a problem that using gnustep environment
> > > was pulling in devel/gdb as a RUN_DEP of x11/gnustep/projectcenter,
> > > which stricly speaking isn't absolutely required to use projectcenter.
> > > gdb conflicts with devel/arm-none-eabi/gdb
> > > 
> > > So you can't use gnustep and arm-none-eabi-gdb at the same time because
> > > of gdb conflict.
> > > 
> > > I don't know if it's a smart change, because a projectcenter user
> > > may forget to install gdb package. At the same time,
> > > x11/gnustep/projectcenter has a patch to give egdb full path.
> > > 
> > > What do you think about it?  
> > 
> > Can we get rid of the conflicts? gdb is not really an optional package
> > in many situations - the version of gdb in base is unusable for most
> > software.
> > 
> > $ comm devel/gdb/pkg/PLIST devel/arm-none-eabi/gdb/pkg/PLIST |grep '^   
> > '
> > include/gdb/
> > include/gdb/jit-reader.h
> > share/gdb/
> > share/gdb/system-gdbinit/
> > share/gdb/system-gdbinit/elinos.py
> > share/gdb/system-gdbinit/wrs-linux.py
> > 
> > The only thing different between the files in gdb and arm-none-eabi-gdb
> > are the copyright dates, and they aren't usually needed to run gdb
> > anyway.
> > 
> > I propose this instead:
> > 
> > Index: gdb/Makefile
> > ===
> > RCS file: /cvs/ports/devel/gdb/Makefile,v
> > retrieving revision 1.68
> > diff -u -p -r1.68 Makefile
> > --- gdb/Makefile18 Oct 2020 18:49:10 -  1.68
> > +++ gdb/Makefile9 Dec 2020 21:21:51 -
> > @@ -4,7 +4,7 @@ COMMENT=GNU debugger
> >  CATEGORIES=devel
> >  
> >  DISTNAME=  gdb-7.12.1
> > -REVISION=  13
> > +REVISION=  14
> >  
> >  HOMEPAGE=  https://www.gnu.org/software/gdb/
> >  
> > Index: gdb/pkg/PLIST
> > ===
> > RCS file: /cvs/ports/devel/gdb/pkg/PLIST,v
> > retrieving revision 1.21
> > diff -u -p -r1.21 PLIST
> > --- gdb/pkg/PLIST   29 Mar 2020 14:47:52 -  1.21
> > +++ gdb/pkg/PLIST   9 Dec 2020 21:21:51 -
> > @@ -1,5 +1,4 @@
> >  @comment $OpenBSD: PLIST,v 1.21 2020/03/29 14:47:52 kn Exp $
> > -@conflict arm-none-eabi-gdb-*
> >  @conflict libbfd-*
> >  @bin bin/egdb
> >  include/ansidecl.h
> > Index: arm-none-eabi/gdb/Makefile
> > ===
> > RCS file: /cvs/ports/devel/arm-none-eabi/gdb/Makefile,v
> > retrieving revision 1.7
> > diff -u -p -r1.7 Makefile
> > --- arm-none-eabi/gdb/Makefile  16 Jul 2019 21:29:41 -  1.7
> > +++ arm-none-eabi/gdb/Makefile  9 Dec 2020 21:21:51 -
> > @@ -4,7 +4,7 @@ COMMENT=gdb for arm-none-eabi cross-dev
> >  
> >  DISTNAME=  gdb-7.9.1
> >  EXTRACT_SUFX=  .tar.xz
> > -REVISION=  4
> > +REVISION=  5
> >  
> >  HOMEPAGE=  https://www.gnu.org/software/gdb/
> >  
> > @@ -25,9 +25,5 @@ CONFIGURE_ARGS+=  --enable-multilib \
> >  MODULES=   lang/python
> >  
> >  TEST_DEPENDS=devel/dejagnu
> > -
> > -post-install:
> > -   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
> > -   ${PREFIX}/share/gdb/system-gdbinit
> >  
> >  .include 
> > Index: arm-none-eabi/gdb/pkg/PLIST
> > ===
> > RCS file: /cvs/ports/devel/arm-none-eabi/gdb/pkg/PLIST,v
> > retrieving revision 1.2
> > diff -u -p -r1.2 PLIST
> > --- arm-none-eabi/gdb/pkg/PLIST 10 Jun 2015 10:55:10 -  1.2
> > +++ arm-none-eabi/gdb/pkg/PLIST 9 Dec 2020 21:21:51 -
> > @@ -1,9 +1,8 @@
> >  @comment $OpenBSD: PLIST,v 1.2 2015/06/10 10:55:10 espie Exp $
> > -@conflict gdb-*
> >  @bin bin/arm-none-eabi-gdb
> >  @bin bin/arm-none-eabi-run
> > -include/gdb/
> > -include/gdb/jit-reader.h
> > +@comment include/gdb/
> > +@comment include/gdb/jit-reader.h
> >  @comment lib/charset.alias
> >  lib/libarm-none-eabi-sim.a
> >  @man man/man1/arm-none-eabi-gdb.1
> > @@ -25,8 +24,6 @@ share/gdb/
> >  @comment share/gdb/syscalls/s390x-linux.xml
> >  @comment share/gdb/syscalls/sparc-linux.xml
> >  @comment share/gdb/syscalls/sparc64-linux.xml
> > -share/gdb/system-gdbinit/
> > -share/gdb/system-gdbinit/elinos.py
> > -share/gdb/system-gdbinit/elinos.pyc
> > -share/gdb/system-gdbinit/wrs-linux.py
> > -share/gdb/system-gdbinit/wrs-linux.pyc
> > +@comment share/gdb/system-gdbinit/
> > +@comment share/gdb/system-gdbinit/elinos.py
> > +@comment share/gdb/system-gdbinit/wrs-linux.py
> > 
> > OK?
> > 
> > > Index: Makefile
> > > ===
> > > RCS file: /home/reposync/ports/x11/gnustep/projectcenter/Makefile,v
> > > retrieving revision 1.23
> > > diff -u -p -r1.23 Makefile
> > > 

Re: remove devel/gdb run dep in x11/gnustep/projectcenter

2020-12-09 Thread Stuart Henderson
On 2020/12/09 22:10, Solene Rapenne wrote:
> I propose the following change to x11/gnustep/projectcenter
> 
> someone on IRC reported a problem that using gnustep environment
> was pulling in devel/gdb as a RUN_DEP of x11/gnustep/projectcenter,
> which stricly speaking isn't absolutely required to use projectcenter.
> gdb conflicts with devel/arm-none-eabi/gdb
> 
> So you can't use gnustep and arm-none-eabi-gdb at the same time because
> of gdb conflict.
> 
> I don't know if it's a smart change, because a projectcenter user
> may forget to install gdb package. At the same time,
> x11/gnustep/projectcenter has a patch to give egdb full path.
> 
> What do you think about it?

Can we get rid of the conflicts? gdb is not really an optional package
in many situations - the version of gdb in base is unusable for most
software.

$ comm devel/gdb/pkg/PLIST devel/arm-none-eabi/gdb/pkg/PLIST |grep '^   
'
include/gdb/
include/gdb/jit-reader.h
share/gdb/
share/gdb/system-gdbinit/
share/gdb/system-gdbinit/elinos.py
share/gdb/system-gdbinit/wrs-linux.py

The only thing different between the files in gdb and arm-none-eabi-gdb
are the copyright dates, and they aren't usually needed to run gdb
anyway.

I propose this instead:

Index: gdb/Makefile
===
RCS file: /cvs/ports/devel/gdb/Makefile,v
retrieving revision 1.68
diff -u -p -r1.68 Makefile
--- gdb/Makefile18 Oct 2020 18:49:10 -  1.68
+++ gdb/Makefile9 Dec 2020 21:21:51 -
@@ -4,7 +4,7 @@ COMMENT=GNU debugger
 CATEGORIES=devel
 
 DISTNAME=  gdb-7.12.1
-REVISION=  13
+REVISION=  14
 
 HOMEPAGE=  https://www.gnu.org/software/gdb/
 
Index: gdb/pkg/PLIST
===
RCS file: /cvs/ports/devel/gdb/pkg/PLIST,v
retrieving revision 1.21
diff -u -p -r1.21 PLIST
--- gdb/pkg/PLIST   29 Mar 2020 14:47:52 -  1.21
+++ gdb/pkg/PLIST   9 Dec 2020 21:21:51 -
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.21 2020/03/29 14:47:52 kn Exp $
-@conflict arm-none-eabi-gdb-*
 @conflict libbfd-*
 @bin bin/egdb
 include/ansidecl.h
Index: arm-none-eabi/gdb/Makefile
===
RCS file: /cvs/ports/devel/arm-none-eabi/gdb/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- arm-none-eabi/gdb/Makefile  16 Jul 2019 21:29:41 -  1.7
+++ arm-none-eabi/gdb/Makefile  9 Dec 2020 21:21:51 -
@@ -4,7 +4,7 @@ COMMENT=gdb for arm-none-eabi cross-dev
 
 DISTNAME=  gdb-7.9.1
 EXTRACT_SUFX=  .tar.xz
-REVISION=  4
+REVISION=  5
 
 HOMEPAGE=  https://www.gnu.org/software/gdb/
 
@@ -25,9 +25,5 @@ CONFIGURE_ARGS+=  --enable-multilib \
 MODULES=   lang/python
 
 TEST_DEPENDS=devel/dejagnu
-
-post-install:
-   ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
-   ${PREFIX}/share/gdb/system-gdbinit
 
 .include 
Index: arm-none-eabi/gdb/pkg/PLIST
===
RCS file: /cvs/ports/devel/arm-none-eabi/gdb/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- arm-none-eabi/gdb/pkg/PLIST 10 Jun 2015 10:55:10 -  1.2
+++ arm-none-eabi/gdb/pkg/PLIST 9 Dec 2020 21:21:51 -
@@ -1,9 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.2 2015/06/10 10:55:10 espie Exp $
-@conflict gdb-*
 @bin bin/arm-none-eabi-gdb
 @bin bin/arm-none-eabi-run
-include/gdb/
-include/gdb/jit-reader.h
+@comment include/gdb/
+@comment include/gdb/jit-reader.h
 @comment lib/charset.alias
 lib/libarm-none-eabi-sim.a
 @man man/man1/arm-none-eabi-gdb.1
@@ -25,8 +24,6 @@ share/gdb/
 @comment share/gdb/syscalls/s390x-linux.xml
 @comment share/gdb/syscalls/sparc-linux.xml
 @comment share/gdb/syscalls/sparc64-linux.xml
-share/gdb/system-gdbinit/
-share/gdb/system-gdbinit/elinos.py
-share/gdb/system-gdbinit/elinos.pyc
-share/gdb/system-gdbinit/wrs-linux.py
-share/gdb/system-gdbinit/wrs-linux.pyc
+@comment share/gdb/system-gdbinit/
+@comment share/gdb/system-gdbinit/elinos.py
+@comment share/gdb/system-gdbinit/wrs-linux.py

OK?

> Index: Makefile
> ===
> RCS file: /home/reposync/ports/x11/gnustep/projectcenter/Makefile,v
> retrieving revision 1.23
> diff -u -p -r1.23 Makefile
> --- Makefile  16 Aug 2020 20:35:20 -  1.23
> +++ Makefile  9 Dec 2020 21:05:52 -
> @@ -3,7 +3,7 @@
>  COMMENT= GNUstep integrated development environment
>  
>  VERSION =0.6.2
> -REVISION =   9
> +REVISION =   10
>  DISTNAME=ProjectCenter-${VERSION}
>  CATEGORIES=  devel
>  
> @@ -12,7 +12,7 @@ MASTER_SITES=   http://ftp.gnustep.org/pub
>  
>  SHARED_LIBS= ProjectCenter 1.1
>  
> -RUN_DEPENDS +=   devel/gmake devel/gdb
> +RUN_DEPENDS +=   devel/gmake
>  MODULES= x11/gnustep
>  WANTLIB +=   util
>  WANTLIB += 

Re: [Update] textproc/py-podcastparser-0.6.5 -> 0.6.6

2020-12-09 Thread Stuart Henderson
On 2020/12/08 18:34, trondd wrote:
> This update is mostly just switching from nose to py-test for 'make test' and
> some minor tweaks.  Keeping it up to date with net/gpodder which I'll also
> submit.

please use MODPY_PYTEST for pytest.

> 
> Tim.
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile  19 Aug 2020 12:25:13 -  1.10
> +++ Makefile  8 Dec 2020 23:33:09 -
> @@ -2,11 +2,10 @@
>  
>  COMMENT= simple, fast and efficient podcast parser
>  
> -MODPY_EGG_VERSION=   0.6.5
> +MODPY_EGG_VERSION=   0.6.6
>  DISTNAME=podcastparser-${MODPY_EGG_VERSION}
>  PKGNAME= py-${DISTNAME}
>  CATEGORIES=  textproc
> -REVISION=0
>  
>  MAINTAINER=  Tim Meunier 
>  
> @@ -19,8 +18,9 @@ MODPY_PI=   Yes
>  
>  BUILD_DEPENDS=   textproc/py-sphinx${MODPY_FLAVOR}
>  
> -TEST_DEPENDS=devel/py-nose${MODPY_FLAVOR} \
> - devel/py-coverage${MODPY_FLAVOR}
> +TEST_DEPENDS=devel/py-coverage${MODPY_FLAVOR} \
> + devel/py-test${MODPY_FLAVOR} \
> + devel/py-test-cov${MODPY_FLAVOR}
>  
>  FLAVORS= python3
>  FLAVOR=  python3
> Index: distinfo
> ===
> RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo  5 Jul 2020 14:51:05 -   1.5
> +++ distinfo  8 Dec 2020 23:33:09 -
> @@ -1,2 +1,2 @@
> -SHA256 (podcastparser-0.6.5.tar.gz) = 
> 6wCOSQ2HiXeKSDj/fjE8xN/1j5WtoV4Ye4FEIN69wkw=
> -SIZE (podcastparser-0.6.5.tar.gz) = 22232
> +SHA256 (podcastparser-0.6.6.tar.gz) = 
> ow6EECAD+w60IABUZRQkWs97l1Qduk6IjRxMBrHIRFQ=
> +SIZE (podcastparser-0.6.6.tar.gz) = 23482
> 



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 13:29:01

Modified files:
games/mnemosyne: Makefile distinfo 
games/mnemosyne/patches: patch-setup_py 
games/mnemosyne/pkg: PLIST 
Added files:
games/mnemosyne/patches: 
 patch-mnemosyne_libmnemosyne___init___py 
 patch-mnemosyne_pyqt_ui_mnemosyne 

Log message:
update to mnemosyne 2.7.3, from Grégoire Jadi



CVS: cvs.openbsd.org: ports

2020-12-09 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2020/12/09 13:26:35

Modified files:
www/openradtool: Makefile distinfo 

Log message:
Update openradtool to 0.11.4



Re: Update games/mnemosyne 2.7.2 (WIP)

2020-12-09 Thread Grégoire Jadi
Hi,

Here is an update to mnemosyne 2.7.3 (was 2.7.2 in the previous patch).

Most notable change is that the port passes portcheck and the patch
should apply properly on the source tree.  I missed a MS-DOS line-ending
conversion in the previous patch.

I still haven't communicated with upstream for the google packages nor
packaged them; so I kept them disabled.

Best,

diff --git games/mnemosyne/Makefile games/mnemosyne/Makefile
index f149675850f..8011e2c2017 100644
--- games/mnemosyne/Makefile
+++ games/mnemosyne/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT=	flash-card tool which optimises your learning process
 
-MODPY_EGG_VERSION = 2.6.1
+MODPY_EGG_VERSION = 2.7.3
 DISTNAME=	Mnemosyne-${MODPY_EGG_VERSION}
 PKGNAME=	${DISTNAME:L}
 CATEGORIES=	games education
@@ -17,15 +17,19 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=mnemosyne-proj/}
 MODULES=	lang/python
 MODPY_VERSION=	${MODPY_DEFAULT_VERSION_3}
 
+# build needs some of the py-qt5 tools; pull them in via
+# py-qtwebengine so that build fails early on arches where
+# qtwebengine isn't available
+BUILD_DEPENDS =	www/py-qtwebengine${MODPY_FLAVOR}
+
 MODPY_SETUPTOOLS=yes
 
-RUN_DEPENDS=	x11/py-qt5,python3 \
-		textproc/py-xml \
-		graphics/py-Pillow,python3 \
-		graphics/py-matplotlib,python3 \
-		www/py-cheroot,python3 \
-		www/py-webob,python3>=1.3.1 \
-		www/py-qtwebengine \
+RUN_DEPENDS=	x11/py-qt5${MODPY_FLAVOR}>=5.6 \
+		www/py-qtwebengine${MODPY_FLAVOR} \
+		graphics/py-Pillow${MODPY_FLAVOR} \
+		graphics/py-matplotlib${MODPY_FLAVOR} \
+		www/py-cheroot${MODPY_FLAVOR}>=5 \
+		www/py-webob${MODPY_FLAVOR}>=1.4 \
 		devel/desktop-file-utils
 
 NO_TEST=	Yes
@@ -42,6 +46,8 @@ post-install:
 
 pre-patch:
 	@cd ${WRKSRC} && perl -i -pe 's/\r$$//' \
-		setup.py
+		setup.py \
+mnemosyne/libmnemosyne/__init__.py \
+mnemosyne/pyqt_ui/mnemosyne
 
 .include 
diff --git games/mnemosyne/distinfo games/mnemosyne/distinfo
index ef5ff7b5466..82d554909ac 100644
--- games/mnemosyne/distinfo
+++ games/mnemosyne/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Mnemosyne-2.6.1.tar.gz) = YzEkG8fK8m/tLk0yw8GNozEWOJtnr2IdpnmpUPCMnHU=
-SIZE (Mnemosyne-2.6.1.tar.gz) = 1269280
+SHA256 (Mnemosyne-2.7.3.tar.gz) = COA+dQ1S23H2OkLsxxtuW78UzM11vcO9kP3bmvbiyAg=
+SIZE (Mnemosyne-2.7.3.tar.gz) = 1284741
diff --git games/mnemosyne/patches/patch-mnemosyne_libmnemosyne___init___py games/mnemosyne/patches/patch-mnemosyne_libmnemosyne___init___py
new file mode 100644
index 000..bc37648d251
--- /dev/null
+++ games/mnemosyne/patches/patch-mnemosyne_libmnemosyne___init___py
@@ -0,0 +1,22 @@
+$OpenBSD$
+
+Disable Google integration.  Python packages aren't available in ports.
+
+Index: mnemosyne/libmnemosyne/__init__.py
+--- mnemosyne/libmnemosyne/__init__.py.orig
 mnemosyne/libmnemosyne/__init__.py
+@@ -156,10 +156,10 @@ class Mnemosyne(Component):
+   "Translator"),
+  ("mnemosyne.libmnemosyne.pronouncer",
+   "Pronouncer"),
+- ("mnemosyne.libmnemosyne.translators.google_translator",
+-  "GoogleTranslator"),
+- ("mnemosyne.libmnemosyne.pronouncers.google_pronouncer",
+-  "GooglePronouncer"),
++# ("mnemosyne.libmnemosyne.translators.google_translator",
++#  "GoogleTranslator"),
++# ("mnemosyne.libmnemosyne.pronouncers.google_pronouncer",
++#  "GooglePronouncer"),
+  ("mnemosyne.libmnemosyne.languages.afrikaans",
+   "Afrikaans"),
+  ("mnemosyne.libmnemosyne.languages.albanian",
diff --git games/mnemosyne/patches/patch-mnemosyne_pyqt_ui_mnemosyne games/mnemosyne/patches/patch-mnemosyne_pyqt_ui_mnemosyne
new file mode 100644
index 000..d7c8fbbeef9
--- /dev/null
+++ games/mnemosyne/patches/patch-mnemosyne_pyqt_ui_mnemosyne
@@ -0,0 +1,26 @@
+$OpenBSD$
+
+Disable Google integration.  Python packages aren't available in ports.
+
+Index: mnemosyne/pyqt_ui/mnemosyne
+--- mnemosyne/pyqt_ui/mnemosyne.orig
 mnemosyne/pyqt_ui/mnemosyne
+@@ -266,12 +266,12 @@ mnemosyne.gui_for_component["CramAll"] = [\
+ mnemosyne.gui_for_component["CramRecent"] = [\
+("mnemosyne.pyqt_ui.review_wdgt_cramming",
+ "ReviewWdgtCramming")]
+-mnemosyne.gui_for_component["GooglePronouncer"] = [\
+-   ("mnemosyne.pyqt_ui.pronouncer_dlg",
+-"PronouncerDlg")]
+-mnemosyne.gui_for_component["GoogleTranslator"] = [\
+-   ("mnemosyne.pyqt_ui.translator_dlg",
+-"TranslatorDlg")]
++# mnemosyne.gui_for_component["GooglePronouncer"] = [\
++#("mnemosyne.pyqt_ui.pronouncer_dlg",
++# "PronouncerDlg")]
++# mnemosyne.gui_for_component["GoogleTranslator"] = [\
++#("mnemosyne.pyqt_ui.translator_dlg",
++# "TranslatorDlg")]
+ 
+ # Run Mnemosyne.
+ mnemosyne.initialise(data_dir=data_dir, filename=filename,
diff --git 

UPDATE: textproc/lowdown 0.7.4

2020-12-09 Thread Caspar Schutijser
Hi,

Below is a diff that updates textproc/lowdown to 0.7.4. Tested on amd64,
seems to work fine here.

Caspar Schutijser


Index: Makefile
===
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile29 Jul 2020 08:49:37 -  1.22
+++ Makefile9 Dec 2020 18:32:46 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.22 2020/07/29 08:49:37 paco Exp $
 
 COMMENT =  simple markdown translator
-DISTNAME = lowdown-0.7.1
+DISTNAME = lowdown-0.7.4
 CATEGORIES =   textproc
 
 HOMEPAGE = https://kristaps.bsd.lv/lowdown/
Index: distinfo
===
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo29 Jul 2020 08:49:37 -  1.19
+++ distinfo9 Dec 2020 18:32:46 -
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.7.1.tar.gz) = ArSPkIhcwqijde8JXaFZVPKi8+zia9bhNVK3WQbNGek=
-SIZE (lowdown-0.7.1.tar.gz) = 17
+SHA256 (lowdown-0.7.4.tar.gz) = IbscrRanGjshiWXqcQlZLvfyKFPrRvBEivmXQb8mwFI=
+SIZE (lowdown-0.7.4.tar.gz) = 183780
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   29 Jul 2020 08:49:37 -  1.9
+++ pkg/PLIST   9 Dec 2020 18:32:46 -
@@ -10,6 +10,7 @@ lib/pkgconfig/lowdown.pc
 @man man/man3/lowdown_buf_diff.3
 @man man/man3/lowdown_buf_free.3
 @man man/man3/lowdown_buf_new.3
+@man man/man3/lowdown_diff.3
 @man man/man3/lowdown_doc_free.3
 @man man/man3/lowdown_doc_new.3
 @man man/man3/lowdown_doc_parse.3
@@ -21,6 +22,7 @@ lib/pkgconfig/lowdown.pc
 @man man/man3/lowdown_latex_free.3
 @man man/man3/lowdown_latex_new.3
 @man man/man3/lowdown_latex_rndr.3
+@man man/man3/lowdown_metaq_free.3
 @man man/man3/lowdown_nroff_free.3
 @man man/man3/lowdown_nroff_new.3
 @man man/man3/lowdown_nroff_rndr.3



Update: lang/jruby 9.2.13.0 -> 9.2.14.0

2020-12-09 Thread Jeremy Evans
Simple update to the latest release of JRuby.

Relase notes at: https://www.jruby.org/2020/12/08/jruby-9-2-14-0.html

Only port change is respecting the current CXX environment variable
when building.

Tested on amd64, the only supported arch.  Will be committing in a
couple days unless I hear objections.

Thanks,
Jeremy


Index: Makefile
===
RCS file: /cvs/ports/lang/jruby/Makefile,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile
--- Makefile5 Aug 2020 21:33:25 -   1.88
+++ Makefile8 Dec 2020 21:39:47 -
@@ -5,7 +5,7 @@ ONLY_FOR_ARCHS = amd64
 
 COMMENT =  pure-Java implementation of the Ruby language
 
-V =9.2.13.0
+V =9.2.14.0
 DISTNAME = jruby-dist-${V}-bin
 PKGNAME =  jruby-${V}
 CATEGORIES =   lang lang/ruby
@@ -38,6 +38,7 @@ RUN_DEPENDS = java/javaPathHelper
 
 JRUBY_HOME =   ${PREFIX}/jruby
 
+MAKE_ENV+= CXX=${CXX}
 WRKDIST =  ${WRKDIR}/jruby-${V}
 JFFI_HOME =${WRKDIST}/jffi
 JFFI_ARCH =${MACHINE_ARCH:S/amd64/x86_64/}-OpenBSD
Index: distinfo
===
RCS file: /cvs/ports/lang/jruby/distinfo,v
retrieving revision 1.56
diff -u -p -r1.56 distinfo
--- distinfo5 Aug 2020 21:33:25 -   1.56
+++ distinfo8 Dec 2020 21:39:56 -
@@ -1,6 +1,6 @@
 SHA256 (jffi-1.2.18.tar.gz) = BTJsmFFT5MhkSblzLLqjnHVw8HnNDxJ2wvXfQOusvZI=
-SHA256 (jruby-dist-9.2.13.0-bin.tar.gz) = 
c6jCQaFi5kTIfoZMNIXFWt7euCpv2A+jy1OP2s2nr1g=
+SHA256 (jruby-dist-9.2.14.0-bin.tar.gz) = 
Muc7JVHwHkWezoT3Mry/gHEsO3G23329BjNUtNJ34LU=
 SHA256 (jruby-launcher-1.1.9-java.gem) = 
9prnUcy0VqolcmXSsZR5HWWWrFr2cNZVZyH3DHQcEdU=
 SIZE (jffi-1.2.18.tar.gz) = 2210133
-SIZE (jruby-dist-9.2.13.0-bin.tar.gz) = 25562097
+SIZE (jruby-dist-9.2.14.0-bin.tar.gz) = 25769075
 SIZE (jruby-launcher-1.1.9-java.gem) = 65024
Index: pkg/PLIST
===
RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v
retrieving revision 1.49
diff -u -p -r1.49 PLIST
--- pkg/PLIST   5 Aug 2020 21:33:25 -   1.49
+++ pkg/PLIST   8 Dec 2020 21:40:56 -
@@ -27,7 +27,7 @@ jruby/lib/ruby/2.0/site_ruby/
 jruby/lib/ruby/gems/
 jruby/lib/ruby/gems/1.8/
 jruby/lib/ruby/gems/1.8/cache/
-jruby/lib/ruby/gems/1.8/cache/did_you_mean-1.2.0.gem
+jruby/lib/ruby/gems/1.8/cache/did_you_mean-1.2.1.gem
 jruby/lib/ruby/gems/1.8/cache/minitest-5.10.3.gem
 jruby/lib/ruby/gems/1.8/cache/net-telnet-0.1.1.gem
 jruby/lib/ruby/gems/1.8/cache/power_assert-1.1.3.gem
@@ -35,73 +35,72 @@ jruby/lib/ruby/gems/1.8/cache/rake-12.3.
 jruby/lib/ruby/gems/1.8/cache/test-unit-3.2.8.gem
 jruby/lib/ruby/gems/1.8/cache/xmlrpc-0.3.0.gem
 jruby/lib/ruby/gems/1.8/gems/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/.ruby-version
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/.travis.yml
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/CHANGELOG.md
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/Gemfile
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/LICENSE.txt
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/README.md
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/Rakefile
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/jaro_winkler/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/jaro_winkler/memory_usage.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/jaro_winkler/speed.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/levenshtein/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/levenshtein/memory_usage.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/levenshtein/speed.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/benchmark/memory_usage.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/did_you_mean.gemspec
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/doc/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/doc/CHANGELOG.md.erb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/doc/changelog_generator.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/evaluation/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/evaluation/calculator.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/evaluation/dictionary_generator.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/evaluation/incorrect_words.yaml
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean/core_ext/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean/core_ext/name_error.rb
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean/experimental/
-jruby/lib/ruby/gems/1.8/gems/did_you_mean-1.2.0/lib/did_you_mean/experimental.rb

[security update] net/synapse -> 1.24.0

2020-12-09 Thread Renaud Allard

Hello,

Here is a security update for net/synapse to 1.24.0

It solves the 2 following CVE

There is a denial of service attack
(CVE-2020-26257)
against the federation APIs in which future events will not be 
correctly sent
to other servers over federation. This affects all servers that 
participate in

open federation. (Fixed in #8776).

Synapse may be affected by OpenSSL
CVE-2020-1971.
Synapse administrators should ensure that they have the latest 
versions of

the cryptography Python package installed.

Regards
? patch
Index: Makefile
===
RCS file: /cvs/ports/net/synapse/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile	23 Oct 2020 16:49:48 -	1.14
+++ Makefile	9 Dec 2020 12:39:06 -
@@ -2,7 +2,7 @@
 
 COMMENT =	open network for secure, decentralized communication
 
-MODPY_EGG_VERSION =	1.21.2
+MODPY_EGG_VERSION =	1.24.0
 
 GH_ACCOUNT =	matrix-org
 GH_PROJECT =	synapse
Index: distinfo
===
RCS file: /cvs/ports/net/synapse/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo	23 Oct 2020 16:49:48 -	1.12
+++ distinfo	9 Dec 2020 12:39:06 -
@@ -1,2 +1,2 @@
-SHA256 (synapse-1.21.2.tar.gz) = 7HBzvvzaaXQoxNY0x6hjfqfRsBY5s6lD1yghuoEQoL8=
-SIZE (synapse-1.21.2.tar.gz) = 6930190
+SHA256 (synapse-1.24.0.tar.gz) = 1VqbQUMuPKNIsT2OSz7OZRWz52oPQGLoA27hIEhC9To=
+SIZE (synapse-1.24.0.tar.gz) = 7008162
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/synapse/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST	23 Oct 2020 16:49:48 -	1.11
+++ pkg/PLIST	9 Dec 2020 12:39:06 -
@@ -63,6 +63,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}generic_worker.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}homeserver.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}media_repository.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}phone_stats_home.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}pusher.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}synchrotron.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/app/${MODPY_PYCACHE}user_dir.${MODPY_PYC_MAGIC_TAG}pyc
@@ -77,6 +78,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/synapse/app/generic_worker.py
 lib/python${MODPY_VERSION}/site-packages/synapse/app/homeserver.py
 lib/python${MODPY_VERSION}/site-packages/synapse/app/media_repository.py
+lib/python${MODPY_VERSION}/site-packages/synapse/app/phone_stats_home.py
 lib/python${MODPY_VERSION}/site-packages/synapse/app/pusher.py
 lib/python${MODPY_VERSION}/site-packages/synapse/app/synchrotron.py
 lib/python${MODPY_VERSION}/site-packages/synapse/app/user_dir.py
@@ -280,6 +282,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}saml_handler.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}search.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}set_password.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}sso.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}state_deltas.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}stats.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/${MODPY_PYCACHE}sync.${MODPY_PYC_MAGIC_TAG}pyc
@@ -321,6 +324,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/saml_handler.py
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/search.py
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/set_password.py
+lib/python${MODPY_VERSION}/site-packages/synapse/handlers/sso.py
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/state_deltas.py
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/stats.py
 lib/python${MODPY_VERSION}/site-packages/synapse/handlers/sync.py
@@ -370,16 +374,20 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/synapse/logging/__init__.py
 ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/synapse/logging/${MODPY_PYCACHE}/
 lib/python${MODPY_VERSION}/site-packages/synapse/logging/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/synapse/logging/${MODPY_PYCACHE}_remote.${MODPY_PYC_MAGIC_TAG}pyc
 

CVS: cvs.openbsd.org: ports

2020-12-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/12/09 09:04:40

Modified files:
net/synapse: Makefile distinfo 
net/synapse/pkg: PLIST 

Log message:
net/synapse: update to 1.24.0, from maintainer Renaud Allard

There is a denial of service attack (CVE-2020-26257) against the
federation APIs in which future events will not be correctly sent to
other servers over federation. This affects all servers that participate
in open federation. (Fixed in #8776).

Synapse may be affected by OpenSSL CVE-2020-1971.  Synapse
administrators should ensure that they have the latest versions of the
cryptography Python package installed.

ok abieber@



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/09 08:59:16

Modified files:
x11/gnome/tracker3-miners: Makefile distinfo 
Removed files:
x11/gnome/tracker3-miners/patches: 
   
patch-src_tracker-extract_tracker-extract-decorator_c 

Log message:
Update to tracker3-miners-3.0.3.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/09 08:40:29

Modified files:
x11/gnome/tracker3: Makefile distinfo 

Log message:
Update to tracker3-3.0.2.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/09 06:42:56

Modified files:
x11/gtk+4  : Makefile distinfo 
x11/gtk+4/patches: patch-gtk_gtkplacessidebar_c 
x11/gtk+4/pkg  : PLIST-main 

Log message:
Update to gtk+4-3.99.5.



Re: [UPDATE] www/youtube-dl to 2020.12.09

2020-12-09 Thread Jan Klemkow
On Wed, Dec 09, 2020 at 09:18:07AM +, Ricardo Mestre wrote:
> Yet another release, any brave soul who can OK this? :)

OK jan@

Thanks,
Jan
 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/youtube-dl/Makefile,v
> retrieving revision 1.218
> diff -u -p -u -r1.218 Makefile
> --- Makefile  29 Nov 2020 21:45:25 -  1.218
> +++ Makefile  9 Dec 2020 09:13:39 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =CLI program to download videos from YouTube and other sites
>  
> -VERSION =2020.11.29
> +VERSION =2020.12.09
>  MODPY_EGG_VERSION =  ${VERSION:S/.0/./g}
>  
>  DISTNAME =   youtube-dl-${VERSION}
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/youtube-dl/distinfo,v
> retrieving revision 1.197
> diff -u -p -u -r1.197 distinfo
> --- distinfo  29 Nov 2020 21:45:26 -  1.197
> +++ distinfo  9 Dec 2020 09:13:39 -
> @@ -1,2 +1,2 @@
> -SHA256 (youtube-dl-2020.11.29.tar.gz) = 
> 5ii+hgPSj3ZVZkNd3iU7zcIlNcEgoHJg+5RwqS0v/YI=
> -SIZE (youtube-dl-2020.11.29.tar.gz) = 3222467
> +SHA256 (youtube-dl-2020.12.09.tar.gz) = 
> CsdjR79FW06AoCZjj5QGqijfPStuRFxwWtQ4CYCOuWE=
> +SIZE (youtube-dl-2020.12.09.tar.gz) = 3235695
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/youtube-dl/pkg/PLIST,v
> retrieving revision 1.137
> diff -u -p -u -r1.137 PLIST
> --- pkg/PLIST 28 Nov 2020 08:15:39 -  1.137
> +++ pkg/PLIST 9 Dec 2020 09:13:40 -
> @@ -268,6 +268,7 @@ lib/python${MODPY_VERSION}/site-packages
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}freespeech.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}freshlive.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}frontendmasters.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}fujitv.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}funimation.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}funk.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}fusion.${MODPY_PYC_MAGIC_TAG}pyc
> @@ -701,6 +702,7 @@ lib/python${MODPY_VERSION}/site-packages
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tva.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvanouvelles.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvc.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tver.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvigle.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvland.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvn24.${MODPY_PYC_MAGIC_TAG}pyc
> @@ -1040,6 +1042,7 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freespeech.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freshlive.py
>  
> lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/frontendmasters.py
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/fujitv.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funimation.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funk.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/fusion.py
> @@ -1473,6 +1476,7 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tva.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvanouvelles.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvc.py
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tver.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvigle.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvland.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvn24.py
> 



Re: [Update] devel/gflags: 2.2.1 -> 2.2.2

2020-12-09 Thread Ashton Fagg
Dimitri Karamazov  writes:

> It is not a build dep for graphics/blender anymore. I've sent an update
> with that rectificaton which has not been committed yet. So until that
> blessed day comes just make sure it builds and installs fine.
>
> regards,
>   Dimitri
>

Hah! Ok, thanks for letting me know. :-)



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 05:14:10

Modified files:
net/routinator : Makefile distinfo 
net/routinator/pkg: DESCR 

Log message:
update to routinator-0.8.2, reenable on aarch64/sparc64 as the dependency
on ring is no longer the version where we saw problems before.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/12/09 05:08:05

Modified files:
math/py-netcdf4: Makefile distinfo 

Log message:
Update py-netcdf4 to 1.5.5.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs
Module name:ports
Changes by: clau...@cvs.openbsd.org 2020/12/09 04:12:22

Modified files:
net: Makefile 

Log message:
Enter gortr



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs
Module name:ports
Changes by: clau...@cvs.openbsd.org 2020/12/09 04:11:32

Log message:
Import gortr

goRTR is an open-source implementation of the RPKI to Router protocol
(RFC 6810), normally used with BGP routers, using the Go programming
language.

OK sthen@ abieber@

Status:

Vendor Tag: claudio
Release Tags:   claudio_20201209

N ports/net/gortr/Makefile
N ports/net/gortr/distinfo
N ports/net/gortr/pkg/DESCR
N ports/net/gortr/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/09 03:36:50

Modified files:
graphics/simple-scan: Makefile distinfo 
graphics/simple-scan/pkg: PLIST 

Log message:
Update to simple-scan-3.38.2.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 03:28:02

Modified files:
graphics/gimp/lensfun: Makefile 
Added files:
graphics/gimp/lensfun/patches: patch-Makefile 

Log message:
gimp-plugin-lensfun: don't try to use openmp, which causes build failure
on gcc arches. don't hardcode "gcc" in Makefile check. don't hardcode a
link with libstdc++.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2020/12/09 03:24:57

Modified files:
editors/zile   : Makefile distinfo 
editors/zile/patches: patch-lib_vasnprintf_c patch-src_funcs_c 
  patch-src_minibuf_c 

Log message:
Update for Zile to 2.4.15.

Keeping jca@'s patch for vasnprintf from jca@



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 03:19:53

Modified files:
security/hydra/patches: patch-configure 

Log message:
hydra: find X11 libs on arches using ld.bfd



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/09 03:00:44

Modified files:
devel/rebar3   : Makefile 

Log message:
mark BROKEN, has never built successfully



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/12/09 02:52:23

Modified files:
math/py-h5py   : Makefile distinfo 
math/py-h5py/pkg: PLIST 
Added files:
math/py-h5py/patches: patch-setup_configure_py patch-setup_py 

Log message:
Update h5py to 3.1.0.



CVS: cvs.openbsd.org: ports

2020-12-09 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/12/09 02:51:14

ports/math/py-h5py/patches

Update of /cvs/ports/math/py-h5py/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31279/patches

Log Message:
Directory /cvs/ports/math/py-h5py/patches added to the repository



[UPDATE] www/youtube-dl to 2020.12.09

2020-12-09 Thread Ricardo Mestre
Hi,

Yet another release, any brave soul who can OK this? :)

Index: Makefile
===
RCS file: /cvs/ports/www/youtube-dl/Makefile,v
retrieving revision 1.218
diff -u -p -u -r1.218 Makefile
--- Makefile29 Nov 2020 21:45:25 -  1.218
+++ Makefile9 Dec 2020 09:13:39 -
@@ -2,7 +2,7 @@
 
 COMMENT =  CLI program to download videos from YouTube and other sites
 
-VERSION =  2020.11.29
+VERSION =  2020.12.09
 MODPY_EGG_VERSION =${VERSION:S/.0/./g}
 
 DISTNAME = youtube-dl-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/www/youtube-dl/distinfo,v
retrieving revision 1.197
diff -u -p -u -r1.197 distinfo
--- distinfo29 Nov 2020 21:45:26 -  1.197
+++ distinfo9 Dec 2020 09:13:39 -
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2020.11.29.tar.gz) = 
5ii+hgPSj3ZVZkNd3iU7zcIlNcEgoHJg+5RwqS0v/YI=
-SIZE (youtube-dl-2020.11.29.tar.gz) = 3222467
+SHA256 (youtube-dl-2020.12.09.tar.gz) = 
CsdjR79FW06AoCZjj5QGqijfPStuRFxwWtQ4CYCOuWE=
+SIZE (youtube-dl-2020.12.09.tar.gz) = 3235695
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/youtube-dl/pkg/PLIST,v
retrieving revision 1.137
diff -u -p -u -r1.137 PLIST
--- pkg/PLIST   28 Nov 2020 08:15:39 -  1.137
+++ pkg/PLIST   9 Dec 2020 09:13:40 -
@@ -268,6 +268,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}freespeech.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}freshlive.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}frontendmasters.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}fujitv.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}funimation.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}funk.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}fusion.${MODPY_PYC_MAGIC_TAG}pyc
@@ -701,6 +702,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tva.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvanouvelles.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvc.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tver.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvigle.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvland.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}tvn24.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1040,6 +1042,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freespeech.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freshlive.py
 
lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/frontendmasters.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/fujitv.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funimation.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funk.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/fusion.py
@@ -1473,6 +1476,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tva.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvanouvelles.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvc.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tver.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvigle.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvland.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/tvn24.py



Re: [Update] devel/gflags: 2.2.1 -> 2.2.2

2020-12-09 Thread Dimitri Karamazov
On Tue, Dec 08, 2020 at 09:06:02PM -0500, Ashton Fagg wrote:
> Attached is a diff to update devel/gflags from 2.2.1 to 2.2.2.
> 
> I'm currently investigating why the unit tests from devel/glog fail (of
> which devel/gflags is a dependency). One of the suggestions from the
> upstream RT is to ensure the latest version of gflags is used - this
> needs updating anyway.
> 
> graphics/blender also has a dependency on devel/gflags - I've built it,
> and as far as I can see it it working. Maintainer is cc'ed in case they
> wish to take a closer look.
> 
It is not a build dep for graphics/blender anymore. I've sent an update
with that rectificaton which has not been committed yet. So until that
blessed day comes just make sure it builds and installs fine.

regards,
  Dimitri

> The updated gflags package builds, tests, fakes, packages and installs
> as expected on amd64.
> 
> The changelog can be viewed here:
> 
> https://github.com/gflags/gflags/releases/tag/v2.2.2
> 
> I've also added myself as maintainer. If that's a problem for anyone,
> feel free to veto.
> 
> Thanks,
> 
> Ash
> 




CVS: cvs.openbsd.org: ports

2020-12-09 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/12/09 02:06:34

Modified files:
devel/kdevelop : Makefile distinfo 
devel/kdevelop/pkg: PLIST 

Log message:
Update kdevelop to 5.6.1