update py-tornado

2021-01-17 Thread Daniel Dickman
Below diff updates py-tornado to the latest version which is now 
python3-only.

This update is needed so jupyter-notebook can be updated to the latest 
version.

ok?

Index: www/Makefile
===
RCS file: /cvs/ports/www/Makefile,v
retrieving revision 1.992
diff -u -p -u -r1.992 Makefile
--- www/Makefile30 Dec 2020 15:02:41 -  1.992
+++ www/Makefile18 Jan 2021 07:41:33 -
@@ -508,7 +508,6 @@
  SUBDIR += py-tempita
  SUBDIR += py-tempita,python3
  SUBDIR += py-terminado,python3
- SUBDIR += py-tornado
  SUBDIR += py-tornado,python3
  SUBDIR += py-treq,python3
  SUBDIR += py-uritemplate
Index: devel/quirks/Makefile
===
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1125
diff -u -p -u -r1.1125 Makefile
--- devel/quirks/Makefile   18 Jan 2021 06:43:19 -  1.1125
+++ devel/quirks/Makefile   18 Jan 2021 07:41:33 -
@@ -5,7 +5,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-3.513
+PKGNAME =  quirks-3.514
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
Index: devel/quirks/files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1141
diff -u -p -u -r1.1141 Quirks.pm
--- devel/quirks/files/Quirks.pm18 Jan 2021 06:43:19 -  1.1141
+++ devel/quirks/files/Quirks.pm18 Jan 2021 07:41:33 -
@@ -533,6 +533,7 @@ my $stem_extensions = {
'py-commonmark' => 'py3-commonmark',
'py-recommonmark' => 'py3-recommonmark',
'py-sphinx_guzzle_theme' => 'py3-sphinx_guzzle_theme',
+   'py-tornado' => 'py3-tornado',
 };
 
 my $obsolete_reason = {
Index: www/py-tornado/Makefile
===
RCS file: /cvs/ports/www/py-tornado/Makefile,v
retrieving revision 1.25
diff -u -p -u -r1.25 Makefile
--- www/py-tornado/Makefile 4 Jan 2021 14:06:39 -   1.25
+++ www/py-tornado/Makefile 18 Jan 2021 07:41:33 -
@@ -2,11 +2,9 @@
 
 COMMENT =  scalable, non-blocking web server
 
-# 5.x is the last major release which support both py2+3, 6.x is py3-only
-MODPY_EGG_VERSION =5.1.1
+MODPY_EGG_VERSION =6.1
 DISTNAME = tornado-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION = 3
 
 CATEGORIES =   www
 
@@ -15,25 +13,19 @@ HOMEPAGE =  https://www.tornadoweb.org/
 # Apache v2
 PERMIT_PACKAGE =   Yes
 
+WANTLIB += pthread ${MODPY_WANTLIB}
+
 MODULES =  lang/python
-TEST_DEPENDS = net/py-curl${MODPY_FLAVOR}
 
-WANTLIB += pthread ${MODPY_WANTLIB}
+FLAVORS =  python3
+FLAVOR  =  python3
 
 MODPY_PI = Yes
 MODPY_SETUPTOOLS = Yes
 
-FLAVORS =  python3
-FLAVOR ?=
-
-.if !${FLAVOR:Mpython3}
-RUN_DEPENDS += devel/py-backports-abc \
-   devel/py-certifi \
-   devel/py-futures \
-   devel/py-singledispatch
-TEST_DEPENDS +=devel/py-mock \
-   devel/py-twisted
-.endif
+TEST_DEPENDS = devel/py-twisted${MODPY_FLAVOR} \
+   net/py-cares${MODPY_FLAVOR} \
+   net/py-curl${MODPY_FLAVOR}
 
 pre-test:
${MODPY_CMD} build_ext --inplace
Index: www/py-tornado/distinfo
===
RCS file: /cvs/ports/www/py-tornado/distinfo,v
retrieving revision 1.12
diff -u -p -u -r1.12 distinfo
--- www/py-tornado/distinfo 27 Apr 2019 14:32:21 -  1.12
+++ www/py-tornado/distinfo 18 Jan 2021 07:41:33 -
@@ -1,2 +1,2 @@
-SHA256 (tornado-5.1.1.tar.gz) = TlFY2XWDUCp+JzmVFVPL2IpyB28VK0sRtkuaEMTElAk=
-SIZE (tornado-5.1.1.tar.gz) = 516819
+SHA256 (tornado-6.1.tar.gz) = M8boHXvVW0aNLnk1F8kJsTmWC2x5CmC3mRuba3b7l5E=
+SIZE (tornado-6.1.tar.gz) = 497359
Index: www/py-tornado/pkg/PFRAG.no-python3
===
RCS file: www/py-tornado/pkg/PFRAG.no-python3
diff -N www/py-tornado/pkg/PFRAG.no-python3
--- www/py-tornado/pkg/PFRAG.no-python3 3 Jan 2017 18:58:52 -   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.no-python3,v 1.1 2017/01/03 18:58:52 shadchin Exp $
-lib/python${MODPY_VERSION}/site-packages/tornado-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
Index: www/py-tornado/pkg/PLIST
===
RCS file: /cvs/ports/www/py-tornado/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -u -r1.11 PLIST
--- www/py-tornado/pkg/PLIST4 Jan 2021 14:06:39 -   1.11
+++ www/py-tornado/pkg/PLIST18 Jan 2021 07:41:33 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: 

CVS: cvs.openbsd.org: ports

2021-01-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/01/18 00:39:44

Modified files:
x11/xfce4/xfce4-appfinder: Makefile distinfo 

Log message:
x11/xfce4/xfce4-appfinder: update to 4.16.1



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/01/18 00:27:04

Modified files:
x11/xfce4/garcon: Makefile distinfo 
x11/xfce4/garcon/pkg: PLIST 

Log message:
x11/xfce4/garcon: update to 4.16.1



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/01/18 00:26:36

Modified files:
x11/xfce4/xfce4-whiskermenu: Makefile distinfo 

Log message:
x11/xfce4/xfce4-whiskermenu: update to 2.5.2



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:ports
Changes by: matth...@cvs.openbsd.org2021/01/18 00:17:52

Modified files:
x11/libdbusmenu: Makefile 

Log message:
Add $COMPILER_LIBCXX to WANTLIB.
While there remove extra gthread-2.0 as pointed by sthen@ and landry@
ok sthen@ landry@



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2021/01/18 00:13:57

Modified files:
www/py-urllib3 : Makefile 

Log message:
make py-urllib3 tests python3-only so py-tornado can be updated



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2021/01/17 23:43:19

Modified files:
textproc   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
textproc/py-sphinx_guzzle_theme: Makefile 
textproc/py-sphinx_guzzle_theme/pkg: PLIST 

Log message:
make py-sphinx_guzzle_theme python3-only

ok bket@ (MAINTAINER)



NEW: net/yggdrasil-go

2021-01-17 Thread Wind R
Hello,

I've made a port for yggdrasil-go 0.3.15. 

Yggdrasil is an early-stage implementation
of a fully end-to-end encrypted IPv6 network. 
It is lightweight, self-arranging, supported on 
multiple platforms and allows pretty much 
any IPv6-capable application to communicate 
securely with other Yggdrasil nodes. 
Yggdrasil does not require you to have IPv6 
Internet connectivity - it also works over IPv4.

Is it ok?

Thanks,
octeep 



yggdrasil-go.tar.gz
Description: application/gzip


Re: [PATCH] fix emulators/vice on AARCH64

2021-01-17 Thread Brad Smith
This is not how COMPILER should be used, this is the worst option and 11 
is just around

the corner. Just leave it as is for now.

On 1/16/2021 2:05 PM, trondd wrote:

Took a look into the recurring failure of VICE on aarch64.  It's failing due
to an LLVM issue.  This problem also effected NDK on Android and LLVM fixed
it in version 11.0.0

https://reviews.llvm.org/D76312

The options seem to be to backport the fix to base LLVM, backport to ports
LLVM, or just use ports gcc on aarch64.  The last option being the least
invasive, that's what I've gone with below.

I'm not sure if there is an easier switch in the ports system than using an
.if block as I have.

Compiles and runs on PBP...slowly.

Tim.


Index: Makefile
===
RCS file: /cvs/ports/emulators/vice/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile12 Jan 2021 19:14:53 -  1.21
+++ Makefile16 Jan 2021 19:00:04 -
@@ -8,13 +8,21 @@ CATEGORIES =  emulators
  
  HOMEPAGE =		http://vice-emu.sourceforge.net/
  
+REVISION =		0

+
  # GPLv2+
  PERMIT_PACKAGE =  Yes
  
  WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_image c iconv intl m png

  WANTLIB += readline z
  
+# Workaround for a bug in LLVM < 11.0.0

+# https://reviews.llvm.org/D76312
+.if ${MACHINE_ARCH} == "aarch64"
+COMPILER = ports-gcc base-gcc
+.else
  COMPILER =base-clang ports-gcc base-gcc
+.endif
  
  MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=vice-emu/}
  





powerpc bulk build report

2021-01-17 Thread cwen
Bulk build on macppc-0.ports.openbsd.org

Started : Fri Jan  1 13:21:31 MST 2021
Finished: Sun Jan 17 22:06:47 MST 2021
Duration: 16 Days 8 hours 45 minutes

Built using OpenBSD 6.8-current (GENERIC) #823: Fri Jan  1 03:51:40 MST 2021

Built 9517 packages

Number of packages built each day:
Jan 1: 6384
Jan 2: 190
Jan 3: 557
Jan 4: 391
Jan 5: 652
Jan 6: 361
Jan 7: 402
Jan 8: 244
Jan 9: 336
Jan 10: 256
Jan 11: 429
Jan 12: 452
Jan 13: 375
Jan 14: 446
Jan 15: 452
Jan 16: 408
Jan 17: 2844


Critical path missing pkgs: 
http://build-failures.rhaalovely.net/powerpc/2021-01-01/summary.log

Build failures: 8
http://build-failures.rhaalovely.net/powerpc/2021-01-01/emulators/higan.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/games/hyperrogue.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/games/valyriatear.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/lang/gforth.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/productivity/gnucash.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/shells/ksh93.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/sysutils/libvirt.log
http://build-failures.rhaalovely.net/powerpc/2021-01-01/x11/e17/elementary.log

Recurrent failures:
 failures/emulators/higan.log
 failures/games/hyperrogue.log
 failures/games/valyriatear.log
 failures/lang/gforth.log
 failures/productivity/gnucash.log

New failures:

Resolved failures:
-failures/games/scummvm.log

Packages newly built:
+biology/py-biopython,python3
+databases/recoll
+devel/atkmm236
+devel/glibmm268
+devel/p5-File-Slurp-Tiny
+devel/pangomm248
+emulators/tnylpo
+games/bass
+games/fotaq
+games/scummvm
+lang/ruby/3.0
+lang/ruby/3.0,-gdbm
+lang/ruby/3.0,-main
+lang/ruby/3.0,-ri_docs
+net/icinga/web2-module-incubator
+net/icinga/web2-module-ipl
+net/icinga/web2-module-reactbundle
+security/libmodsecurity
+security/stegcracker
+telephony/asterisk,-vm_imap
+telephony/asterisk,-vm_odbc
+textproc/libxml++40
+textproc/libxml++50
+x11/gtkmm40

Packages not built this time:
-archivers/py-lz4
-biology/py-biopython
-databases/py-sqlobject
-devel/py-lazy-object-proxy
-lang/python/3.7
-lang/python/3.7,-gdbm
-lang/python/3.7,-idle
-lang/python/3.7,-main
-lang/python/3.7,-tests
-lang/python/3.7,-tkinter
-misc/gtk3mm-documentation
-net/py-cares
-net/scapy,python3
-telephony/asterisk,imap
-telephony/asterisk,imap,-calendar
-telephony/asterisk,imap,-http_post
-telephony/asterisk,imap,-kqueue
-telephony/asterisk,imap,-ldap
-telephony/asterisk,imap,-lua
-telephony/asterisk,imap,-main
-telephony/asterisk,imap,-odbc
-telephony/asterisk,imap,-pgsql
-telephony/asterisk,imap,-snmp
-telephony/asterisk,imap,-speex
-telephony/asterisk,imap,-tds
-textproc/libxml++3
-x11/qt3
-x11/qt3,
-x11/qt3,,-examples
-x11/qt3,,-html
-x11/qt3,,-main
-x11/qt3,,-mysql
-x11/qt3,,-postgresql
-x11/qt3,,-sqlite2
-x11/qt3,-examples
-x11/qt3,-html
-x11/qt3,-main
-x11/qt3,-mysql
-x11/qt3,-postgresql
-x11/qt3,-sqlite2
-x11/qt5/qtdeclarative,



Re: remove sysutils/upobsd

2021-01-17 Thread Florian Obser



On 17 January 2021 16:53:34 CET, Denis Fondras  wrote:
>Le Sun, Jan 17, 2021 at 12:10:58PM +0100, Sebastien Marie a écrit :
>> I would like to know if someone still needs upobsd or if it is
>> removable ?
>> 
>
>I use it when I upgrade my EdgeRouters. If upobsd is removed, I will
>find
>another way :)

Why not use sysupgrade for those?
Did you forget to switch to the new bootloader a few releases ago?
-- 
Sent from a mobile device. Please excuse poor formating.



[NEW] devel/py-crayons

2021-01-17 Thread wen heping
Hi, ports@:

   Here is a patch to create devel/py-crayons, which is reqired by
the update of devel/legit.
   It build and run well on amd64-current system. There is no tests.


Cheers !
wen


py-crayons-0.4.0.tar.gz
Description: py-crayons-0.4.0.tar.gz


[Update] geo/py-fiona : Update to 1.8.18

2021-01-17 Thread wen heping
Hi, ports@:

Here is a patch for geo/py-fiona to update to 1.8.18.
It build well , 7 of 1400+ tests fail(current version 1.8.13 has 11 tests 
fail)
on amd64-current system.

   No other ports depends on geo/py-fiona.

Cheers !
wen
Index: Makefile
===
RCS file: /cvs/ports/geo/py-fiona/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile4 Jan 2021 14:06:31 -   1.21
+++ Makefile18 Jan 2021 02:01:42 -
@@ -2,10 +2,9 @@
 
 COMMENT =  high-level API and CLI on top of OGR
 
-MODPY_EGG_VERSION =1.8.13
+MODPY_EGG_VERSION =1.8.18
 DISTNAME = Fiona-${MODPY_EGG_VERSION:S/post/pl/}
 PKGNAME =  ${MODPY_PY_PREFIX}${DISTNAME:L}
-REVISION = 1
 
 CATEGORIES =   geo
 
Index: distinfo
===
RCS file: /cvs/ports/geo/py-fiona/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo23 Mar 2020 09:42:25 -  1.7
+++ distinfo18 Jan 2021 02:01:42 -
@@ -1,2 +1,2 @@
-SHA256 (Fiona-1.8.13.tar.gz) = XsNImMi5g6cj+06UndPg7X5pHDA+Ufa/1h5SrJrIE64=
-SIZE (Fiona-1.8.13.tar.gz) = 1161029
+SHA256 (Fiona-1.8.18.tar.gz) = tzLs4P+IhqKcQ5cjo+H8OCcYgEuwV1GdU3qBMIhUlno=
+SIZE (Fiona-1.8.18.tar.gz) = 1286269
Index: pkg/PLIST
===
RCS file: /cvs/ports/geo/py-fiona/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   4 Jan 2021 14:06:32 -   1.6
+++ pkg/PLIST   18 Jan 2021 02:01:42 -
@@ -14,6 +14,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/fiona/__init__.py
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}_loading.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}_show_versions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}collection.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/fiona/${MODPY_PYCACHE}crs.${MODPY_PYC_MAGIC_TAG}pyc
@@ -32,7 +34,9 @@ lib/python${MODPY_VERSION}/site-packages
 @so 
lib/python${MODPY_VERSION}/site-packages/fiona/_env.${MODPY_PYC_MAGIC_TAG}so
 @so 
lib/python${MODPY_VERSION}/site-packages/fiona/_err.${MODPY_PYC_MAGIC_TAG}so
 @so 
lib/python${MODPY_VERSION}/site-packages/fiona/_geometry.${MODPY_PYC_MAGIC_TAG}so
+lib/python${MODPY_VERSION}/site-packages/fiona/_loading.py
 @so 
lib/python${MODPY_VERSION}/site-packages/fiona/_shim.${MODPY_PYC_MAGIC_TAG}so
+lib/python${MODPY_VERSION}/site-packages/fiona/_show_versions.py
 @so 
lib/python${MODPY_VERSION}/site-packages/fiona/_transform.${MODPY_PYC_MAGIC_TAG}so
 lib/python${MODPY_VERSION}/site-packages/fiona/collection.py
 lib/python${MODPY_VERSION}/site-packages/fiona/compat.py


NEW: devel/py-bsdauth

2021-01-17 Thread ricardo baylon
Hi all,

Greetings!

I've written a python library for authenticating python code with OpenBSD 
system. Is someone working on similar port? If not, attached is the port I made 
and hopefully someone can OK this one.

- - pkg/DESCR
Python interface to OpenBSD's BSD Auth
Currently only implements auth_userokay(3) since this is most suitable for 
authenticating to OpenBSD from python

Note:
Your application must have root privileges in order to use this module.

Usage:
>>> from bsdauth.bsdauth import UserOkay
>>> u='user1'
>>> pw='goodpassword'
>>> uo=UserOkay(u,pw)
>>> uo.login()
True
>>> pw='badpassword'
>>> uo = UserOkay(ur,pw)
>>> uo.login()
False
>>> ur='baduser'
>>> pw='goodpassword'
>>> uo = UserOkay(ur,pw)
>>> uo.login()
False
>>> exit()
-- end DESCR



Thanks,

~ricardo


py-bsdauth.tar.gz
Description: py-bsdauth.tar.gz


Re: Update xine-lib to 1.2.11

2021-01-17 Thread Brad Smith
On Thu, Jan 14, 2021 at 07:48:02PM -0500, Brad Smith wrote:
> On Thu, Jan 14, 2021 at 12:31:34AM +, a...@sdf.org wrote:
> > Hello,
> > 
> > This update xine-lib to version 1.2.11.
> > A lot of code from patches had been applied upstream.
> > 
> > Tested in arm64.
> > 
> > xine-lib/1.2.11/README.txt:
> > 
> > xine-lib (1.2.11) 2020-12-06
> >   * Add gopher input plugin.
> >   * Add user settings for IPv6.
> >   * Split a52 spdif output to separate decoder.
> >   * Code cleanup.
> >   * More engine optimization.
> >   * Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
> >   * Better A/V sync.
> >   * Fix a few crashes.
> >   * Fix bluray playback.
> >   * Fix VAAPI picture jitter and green flashes.
> >   * Fix Opus and EAC3 audio playback.
> >   * Fix text subtitles.
> >   * Fix mpeg-ts (hdmv mode, detection of cut TV recordings).
> >   * Fix mpeg layer 1-4 audio timing.
> >   * Fix some VDR issues.
> >   * Fix HLS VOD mode.
> >   * Many small fixes.
> >   * Build fixes.
> >   * BSD fixes.
> >   * Update german translation.
> >   * Update internal libdca to upstream 0.0.7.
> > 
> > Regards,
> > adr.
> 
> This is missing patch removals. Here is a more appropriate diff..

I almost forgot. I do a major bump whenever the API rev is bumped.


Index: Makefile
===
RCS file: /home/cvs/ports/multimedia/xine-lib/Makefile,v
retrieving revision 1.145
diff -u -p -u -p -r1.145 Makefile
--- Makefile20 Mar 2020 16:44:25 -  1.145
+++ Makefile17 Jan 2021 20:47:36 -
@@ -2,12 +2,12 @@
 
 COMMENT=   multimedia decoding library
 
-DISTNAME=  xine-lib-1.2.10
+DISTNAME=  xine-lib-1.2.11
 CATEGORIES=multimedia
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xine/}
 EXTRACT_SUFX=  .tar.xz
 
-SHARED_LIBS=   xine35.0
+SHARED_LIBS=   xine36.0
 
 HOMEPAGE=  https://www.xine-project.org/
 
@@ -28,7 +28,7 @@ WANTLIB += xcb-dri2 xcb-dri3 xcb-glx xcb
 WANTLIB += xcb-sync xcb-xfixes xcb-xv xdg-basedir xml2 xshmfence
 WANTLIB += xvidcore z
 
-XINEAPI_REV=   2.8
+XINEAPI_REV=   2.9
 SUBST_VARS+=   XINEAPI_REV
 
 COMPILER=  base-clang ports-gcc
Index: distinfo
===
RCS file: /home/cvs/ports/multimedia/xine-lib/distinfo,v
retrieving revision 1.31
diff -u -p -u -p -r1.31 distinfo
--- distinfo25 Dec 2019 15:50:45 -  1.31
+++ distinfo14 Jan 2021 23:25:26 -
@@ -1,2 +1,2 @@
-SHA256 (xine-lib-1.2.10.tar.xz) = nLPwadPB/7dFbqkak2qFu7B6wqt74enQ0slP/kEQ3Fc=
-SIZE (xine-lib-1.2.10.tar.xz) = 5226116
+SHA256 (xine-lib-1.2.11.tar.xz) = 71GyHRDdoQRfp9cRvZFxz9rwpaKHQjO88W/98o7AcAU=
+SIZE (xine-lib-1.2.11.tar.xz) = 5282204
Index: patches/patch-configure_ac
===
RCS file: /home/cvs/ports/multimedia/xine-lib/patches/patch-configure_ac,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 patch-configure_ac
--- patches/patch-configure_ac  25 Dec 2019 15:50:45 -  1.22
+++ patches/patch-configure_ac  15 Jan 2021 00:05:22 -
@@ -3,7 +3,7 @@ $OpenBSD: patch-configure_ac,v 1.22 2019
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -891,9 +891,7 @@ AC_ARG_ENABLE([optimizations],
+@@ -888,9 +888,7 @@ AC_ARG_ENABLE([optimizations],
[AS_HELP_STRING([--disable-optimizations], [Don't try to guess 
what optimization to enable])],
[], [test x"$enable_debug" != x"no" && 
enable_optimizations="no"])
  AM_CONDITIONAL([DISABLE_OPTIMIZATIONS], [test x"$enable_optimizations" = 
x"no"])
@@ -14,7 +14,7 @@ Index: configure.ac
  dnl For multi-pass compilation: never when cross-compiling
  if test x"$cross_compiling" != x"yes"; then
  if test x"$GCC" = x"yes"; then
-@@ -914,7 +912,7 @@ AC_SUBST(O0_CFLAGS)
+@@ -911,7 +909,7 @@ AC_SUBST(O0_CFLAGS)
  AC_SUBST(PASS1_CFLAGS)
  AC_SUBST(PASS2_CFLAGS)
  
@@ -23,7 +23,7 @@ Index: configure.ac
  
  
  dnl xineutils.h:dlist_*
-@@ -1297,9 +1295,9 @@ t q
+@@ -1324,9 +1322,9 @@ t q
  b
  :q
  q"
Index: patches/patch-include_xine_buffer_h
===
RCS file: patches/patch-include_xine_buffer_h
diff -N patches/patch-include_xine_buffer_h
--- patches/patch-include_xine_buffer_h 25 Dec 2019 15:50:45 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-include_xine_buffer_h,v 1.3 2019/12/25 15:50:45 ajacoutot Exp $
-
-Include pthread.h (BSD fix).
-
-Index: include/xine/buffer.h
 include/xine/buffer.h.orig
-+++ include/xine/buffer.h
-@@ -37,6 +37,7 @@ extern "C" {
- 
- #include /* memcmp */
- #include  /* pthread_* */
-+#include 
- 
- #include 
- #include 
Index: patches/patch-include_xine_xineutils_h
===
RCS file: patches/patch-include_xine_xineutils_h
diff -N patches/patch-include_xine_xineutils_h
--- patches/patch-include_xine_xineutils_h  25 Dec 

CVS: cvs.openbsd.org: ports

2021-01-17 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2021/01/17 17:15:38

Modified files:
textproc   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
textproc/py-commonmark: Makefile distinfo 
textproc/py-commonmark/pkg: PLIST 
textproc/py-recommonmark: Makefile distinfo 
textproc/py-recommonmark/pkg: PLIST 
Added files:
textproc/py-commonmark/patches: 

patch-commonmark_tests_run_spec_tests_py 
Removed files:
textproc/py-commonmark/patches: 

patch-CommonMark_tests_run_spec_tests_py 
textproc/py-recommonmark/patches: patch-recommonmark_parser_py 
  patch-tests_test_basic_py 

Log message:
update py-commonmark and py-recommonmark and make them python3 only

These ports are on the update path for py-sphinx so making them python3
only helps. Both jca and I built ports llvm with this update.

ok jca@, sebastia@ (maintainers of these ports)



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/01/17 17:09:04

Modified files:
editors/nano   : Makefile distinfo 

Log message:
editors/nano: update to 5.5

Noteworthy improvements:
- Option --minibar reduces the interface to a bottom bar with basic info.
- Option --markmatch marks the search result, for better visibility.



Re: Update to redis-6.0.10

2021-01-17 Thread Daniel Jakots
On Tue, 12 Jan 2021 17:07:34 -0500, Daniel Jakots  wrote:

> I haven't tested it yet in my setup but portwise it looks fine to me.

It works fine for me. I'll commit it in a few days if nobody speaks up.

Cheers,
Daniel



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2021/01/17 15:50:39

Modified files:
devel/sqlc : Makefile distinfo 

Log message:
Update sqlc to 1.6.0. Changes here:
https://github.com/kyleconroy/sqlc/releases/tag/v1.6.0



Re: NEW: mail/dcc

2021-01-17 Thread Stuart Henderson
On 2021/01/14 10:18, Giovanni Bechis wrote:
> Maybe it's worth adding a comment about this on the Makefile ?

Thanks. I added some @comment's in the plist about this (and warning
about update-plist trying to move @sample /var/dcc/) and committed.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 14:27:56

Modified files:
mail   : Makefile 

Log message:
+dcc



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 14:27:04

Modified files:
infrastructure/db: user.list 

Log message:
add 863 for mail/dcc



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 14:26:38

Log message:
import ports/mail/dcc, feedback/ok giovanni@

Status:

Vendor Tag: sthen
Release Tags:   sthen_20210117

N ports/mail/dcc/Makefile
N ports/mail/dcc/distinfo
N ports/mail/dcc/pkg/DESCR
N ports/mail/dcc/pkg/PLIST
N ports/mail/dcc/pkg/dcc.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 14:10:32

Modified files:
net/termshark  : Makefile 

Log message:
update the comment in net/termshark; portgen can now cope with the v2
version of this, but it uses https://github.com/pkg/term which is broken
on openbsd.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/01/17 14:07:41

Modified files:
www/gitea  : Makefile distinfo 
www/gitea/pkg  : PLIST gitea.rc 
Added files:
www/gitea/patches: patch-custom_conf_app_example_ini 
   patch-routers_routes_routes_go 
Removed files:
www/gitea/patches: patch-custom_conf_app_ini_sample 
   patch-main_go 

Log message:
Update gitea 1.12.6 -> 1.13.1
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.1
Port changes:
* Modify build tags: 'sqlite cert' -> 'sqlite sqlite_unlock_notify'
* Remove uneeded patches
* Set default paths for CustomPath, CustomConf, AppPath, AppWorkPath
* Simplify rc script



Re: [update] deve/py-llvmlite to 0.34.0

2021-01-17 Thread Aisha Tammy
Another bump?

Aisha

On 11/29/20 11:48 AM, Aisha Tammy wrote:
> bump?
>
> both packages are building fine, llvmlite is working locally.
> I don't use py-miasm but as mentioned in my previous email, tests
> did work after install.
>
> Unfortunately, I am not going to be able to help clean up the patches
> as I am busy with schoolwork but wanted to give a reminder nonetheless.
>
> Best,
> Aisha



(No Subject)

2021-01-17 Thread ndelluomo
subscribe

CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:50:59

Modified files:
security/angrop: Makefile distinfo 

Log message:
update to angrop-9.0.5405



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:50:45

Modified files:
devel/angr : Makefile.inc 
devel/angr/py-ailment: Makefile distinfo 
devel/angr/py-ailment/pkg: PLIST 
devel/angr/py-angr: Makefile distinfo 
devel/angr/py-angr/patches: 

patch-angr_knowledge_plugins_functions_function_py 

patch-angr_procedures_definitions___init___py 
patch-native_Makefile 
patch-native_log_c patch-setup_py 
devel/angr/py-angr/pkg: PLIST 
devel/angr/py-archinfo: Makefile distinfo 
devel/angr/py-archinfo/pkg: PLIST 
devel/angr/py-claripy: Makefile distinfo 
devel/angr/py-cle: Makefile distinfo 
devel/angr/py-cle/patches: patch-cle_loader_py 
devel/angr/py-pyvex: Makefile distinfo 
devel/angr/py-pyvex/pkg: PLIST 

Log message:
update angr to 9.0.5405, lots of backwards incompatible changes...



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:50:09

Modified files:
devel/angr/py-z3-solver: Makefile distinfo 
devel/angr/py-z3-solver/patches: patch-core_scripts_mk_util_py 

Log message:
update to py3-z3-solver-4.8.9.0



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:49:27

Modified files:
devel/angr/vex : Makefile distinfo 
devel/angr/vex/patches: patch-Makefile-gcc 

Log message:
update to recent git commit and bump version to angr-vex-9.0 to match the 
upstream
VERSION file.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:34:51

Modified files:
devel  : Makefile 
devel/py-mulpyplexer: Makefile distinfo 
devel/py-mulpyplexer/pkg: PLIST 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
- update to py-mulpyplexer-0.09
- switch to python3 by default



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:30:11

Modified files:
sysutils/py-pynetbox: Makefile distinfo 

Log message:
update to pynetbox-5.3.0



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 12:28:55

Modified files:
devel/flawfinder: Makefile distinfo 

Log message:
update to flawfinder-2.0.15



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/01/17 12:11:50

Modified files:
archivers/gtar : Makefile 
Added files:
archivers/gtar/patches: patch-src_tar_c 

Log message:
archivers/gtar: fix memory corruption when parsing TAR_OPTIONS



Re: libdbusmenu : missing $COMPILER_LIBCXX in WANTLIB ?

2021-01-17 Thread Matthieu Herrb
On Sun, Jan 17, 2021 at 07:37:47PM +0100, Landry Breuil wrote:
> On Sun, Jan 17, 2021 at 07:31:15PM +0100, Landry Breuil wrote:
> > On Sun, Jan 17, 2021 at 01:53:01PM +0100, Matthieu Herrb wrote:
> > > Hi,
> > > 
> > > after upgrading my XFCE packages to -current, I lost the systray
> > > notifier applet.
> > > Looking in .xsession-errors, I figured out that the plugin was trying
> > > to link old c++ libs.
> > > 
> > > I tracked this down to libdbusmenu that was not updated by pkg_add -u,
> > > I guess because it lacks COMPILER_LIBCXX in WANTLIB.
> > 
> > if make port-lib-depends-check says so, then definitely ok.
> 
> libdbusmenu-16.04.0p1(x11/libdbusmenu):
> Missing: c++.7 (/usr/local/lib/libdbusmenu-gtk3.so.0.0) (system lib)
> Missing: c++abi.5 (/usr/local/lib/libdbusmenu-gtk3.so.0.0) (system lib)
> Extra:  gthread-2.0.4200
> WANTLIB += ${COMPILER_LIBCXX}
> *** Error 1 in target 'port-lib-depends-check' (ignored)
> 
> might aswell fix that :)

Go for it. sthen@ said the same. My test build is still running...

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/x11/libdbusmenu/Makefile,v
> retrieving revision 1.8
> diff -u -r1.8 Makefile
> --- Makefile13 Nov 2019 11:00:52 -  1.8
> +++ Makefile17 Jan 2021 18:37:28 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =  D-Bus menu implementation for Gtk
>  DISTNAME = libdbusmenu-16.04.0
> -REVISION = 1
> +REVISION = 2
>  CATEGORIES =   x11 devel
>  SHARED_LIBS +=  dbusmenu-glib 0.0 # 4.12
>  SHARED_LIBS +=  dbusmenu-gtk3 0.0 # 4.12
> @@ -17,9 +17,10 @@
>  WANTLIB += Xrandr Xrender atk-1.0 atk-bridge-2.0 c cairo cairo-gobject
>  WANTLIB += epoxy expat ffi fontconfig freetype fribidi gdk-3 gdk_pixbuf-2.0
>  WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
> -WANTLIB += gthread-2.0 gtk-3 harfbuzz iconv intl json-glib-1.0
> +WANTLIB += gtk-3 harfbuzz iconv intl json-glib-1.0
>  WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
>  WANTLIB += png pthread xcb xcb-render xcb-shm z
> +WANTLIB += ${COMPILER_LIBCXX}

-- 
Matthieu Herrb



Re: Remove x11/qt5styleplugins

2021-01-17 Thread Landry Breuil
On Sat, Jan 16, 2021 at 11:39:31AM +0100, Rafael Sadowski wrote:
> Cloud we remove x11/qt5styleplugins? It is upstream completely
> unmaintained and I'm no really willing to do the extra work and unbreak
> it with Qt 5.15.
> 
> https://github.com/qt/qtstyleplugins

it was originally ported to 'fix' the qt5 bug with file dialogs when
running within gtk desktop environments, the default gtk3 file dialog
triggers a cpu 100% spin.

but right now, i tried qt5ct (which uses those style plugins) and it
seems broken at runtime too with qt 5.15. something else to look at ?

as for the styles themselves, if qt5 default provides styles, i can let
this one go. but without a different theme that the default gtk3 style,
file dialogs were *unusable* in qt5 apps (qgis at least) - i killed -9
qgis so many times on this bug...



Re: libdbusmenu : missing $COMPILER_LIBCXX in WANTLIB ?

2021-01-17 Thread Landry Breuil
On Sun, Jan 17, 2021 at 07:31:15PM +0100, Landry Breuil wrote:
> On Sun, Jan 17, 2021 at 01:53:01PM +0100, Matthieu Herrb wrote:
> > Hi,
> > 
> > after upgrading my XFCE packages to -current, I lost the systray
> > notifier applet.
> > Looking in .xsession-errors, I figured out that the plugin was trying
> > to link old c++ libs.
> > 
> > I tracked this down to libdbusmenu that was not updated by pkg_add -u,
> > I guess because it lacks COMPILER_LIBCXX in WANTLIB.
> 
> if make port-lib-depends-check says so, then definitely ok.

libdbusmenu-16.04.0p1(x11/libdbusmenu):
Missing: c++.7 (/usr/local/lib/libdbusmenu-gtk3.so.0.0) (system lib)
Missing: c++abi.5 (/usr/local/lib/libdbusmenu-gtk3.so.0.0) (system lib)
Extra:  gthread-2.0.4200
WANTLIB += ${COMPILER_LIBCXX}
*** Error 1 in target 'port-lib-depends-check' (ignored)

might aswell fix that :)

Index: Makefile
===
RCS file: /cvs/ports/x11/libdbusmenu/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile13 Nov 2019 11:00:52 -  1.8
+++ Makefile17 Jan 2021 18:37:28 -
@@ -2,7 +2,7 @@
 
 COMMENT =  D-Bus menu implementation for Gtk
 DISTNAME = libdbusmenu-16.04.0
-REVISION = 1
+REVISION = 2
 CATEGORIES =   x11 devel
 SHARED_LIBS +=  dbusmenu-glib 0.0 # 4.12
 SHARED_LIBS +=  dbusmenu-gtk3 0.0 # 4.12
@@ -17,9 +17,10 @@
 WANTLIB += Xrandr Xrender atk-1.0 atk-bridge-2.0 c cairo cairo-gobject
 WANTLIB += epoxy expat ffi fontconfig freetype fribidi gdk-3 gdk_pixbuf-2.0
 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
-WANTLIB += gthread-2.0 gtk-3 harfbuzz iconv intl json-glib-1.0
+WANTLIB += gtk-3 harfbuzz iconv intl json-glib-1.0
 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
 WANTLIB += png pthread xcb xcb-render xcb-shm z
+WANTLIB += ${COMPILER_LIBCXX}



Re: libdbusmenu : missing $COMPILER_LIBCXX in WANTLIB ?

2021-01-17 Thread Landry Breuil
On Sun, Jan 17, 2021 at 01:53:01PM +0100, Matthieu Herrb wrote:
> Hi,
> 
> after upgrading my XFCE packages to -current, I lost the systray
> notifier applet.
> Looking in .xsession-errors, I figured out that the plugin was trying
> to link old c++ libs.
> 
> I tracked this down to libdbusmenu that was not updated by pkg_add -u,
> I guess because it lacks COMPILER_LIBCXX in WANTLIB.

if make port-lib-depends-check says so, then definitely ok.



[sparc64/ports-gcc] Fix build of graphics/opencolorio

2021-01-17 Thread Kurt Mosiejczuk
opencolorio has -Werror by default, and since compilation with ports-gcc
throws lots of warnings, it doesn't build.

This patch just patches out -Werror and fixes the build on sparc64

ok?

(cc maintainer)

--Kurt

Index: patches/patch-CMakeLists_txt
===
RCS file: /cvs/ports/graphics/opencolorio/patches/patch-CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -r1.3 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt1 Jan 2021 22:48:55 -   1.3
+++ patches/patch-CMakeLists_txt17 Jan 2021 18:09:16 -
@@ -2,9 +2,10 @@ $OpenBSD: patch-CMakeLists_txt,v 1.3 202
 
 Fix macro redefined error
 
 CMakeLists.txt.orig2018-01-05 12:08:27 UTC
+Index: CMakeLists.txt
+--- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -218,8 +222,7 @@ else(USE_EXTERNAL_TINYXML)
+@@ -218,8 +218,7 @@ else(USE_EXTERNAL_TINYXML)
  ## => great news when build staticaly since we do not want another 
client project have to link also with tinyxml when he want to use this project
  ## => could be problematic if the client project use another version 
of tinyxml... In this case build tinyxml as shared lib with all projects could 
be a solution
  ## => TODO: so maybe provide a simple cmake way to build 3rdParty as 
shared and auto install with this project ?
@@ -14,7 +15,7 @@ Fix macro redefined error
  list(APPEND EXTERNAL_OBJECTS $)
  else()
  find_package(Git REQUIRED) ## in order to apply patch (for 
crossplateform compatibility)
-@@ -384,7 +387,7 @@ else()
+@@ -384,7 +383,7 @@ else()
  set(OCIO_INLINES_HIDDEN OFF)
  endif()
  
Index: patches/patch-src_core_CMakeLists_txt
===
RCS file: patches/patch-src_core_CMakeLists_txt
diff -N patches/patch-src_core_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_core_CMakeLists_txt   17 Jan 2021 18:09:16 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Drop Werror
+
+Index: src/core/CMakeLists.txt
+--- src/core/CMakeLists.txt.orig
 src/core/CMakeLists.txt
+@@ -24,7 +24,7 @@ if(WIN32)
+ set(EXTERNAL_COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS} /WX")
+ endif()
+ else()
+-set(EXTERNAL_COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS} -Werror")
++set(EXTERNAL_COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS}")
+ endif()
+ 
+ # SHARED
Index: patches/patch-src_pyglue_CMakeLists_txt
===
RCS file: patches/patch-src_pyglue_CMakeLists_txt
diff -N patches/patch-src_pyglue_CMakeLists_txt
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_pyglue_CMakeLists_txt 17 Jan 2021 18:09:16 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Drop Werror
+
+Index: src/pyglue/CMakeLists.txt
+--- src/pyglue/CMakeLists.txt.orig
 src/pyglue/CMakeLists.txt
+@@ -23,7 +23,7 @@ endif()
+ # Process all warnings as errors
+ # Unfortunately Windows still has a warning
+ if(UNIX)
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
+ endif()
+ 
+ find_package(PythonLibs)



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2021/01/17 10:33:42

Modified files:
sysutils/upobsd: Makefile distinfo 
sysutils/upobsd/pkg: PLIST 

Log message:
update sysutils/upobsd to 1.2

- change HOMEPAGE to github repository
- use rdsetroot(8) from base instead of the forked version



Re: profanity: update to 0.10.0

2021-01-17 Thread Klemens Nanni
On Sun, Jan 17, 2021 at 02:12:19PM +, Lucas wrote:
> As such, I propose the following patch, dropping MAINTAINER and removing
> version constraint for glib2 and sqlite3.
Thanks, I've committed the update without any version requirements and
removed you as maintainer.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/01/17 10:08:09

Modified files:
net/profanity  : Makefile distinfo 
net/profanity/patches: patch-configure_ac 
net/profanity/pkg: PLIST 

Log message:
update to profanity 0.10.0

Remove Luas as MAINTAINER as per their request.



Re: remove sysutils/upobsd

2021-01-17 Thread Sebastien Marie
On Sun, Jan 17, 2021 at 12:10:58PM +0100, Sebastien Marie wrote:
> Hi,
> 
> I would like to know if someone still needs upobsd or if it is
> removable ?
> 
> sysupgrade(8) in base mostly cover upobsd usage, and for uncovered
> usage (creating unattented installation) I am not using it at all.
> 
> Currently, upstream is a bit unmaintained: some commits are still
> unreleased (as using rdsetroot(8) from base), and I have untested
> changes for unattented installation (but as I don't have usage of
> it...)

The diff to remove upobsd could be withdraw, I received enough
messages (via ports@ or privately) to show it makes sense to keep it.

I will reinstanciate the repository on github and update the port.

Thanks.
-- 
Sebastien Marie



Re: NEW: GoBuster-3.1.0

2021-01-17 Thread Aaron Bieber
On Sun, 17 Jan 2021 at 17:06:48 +0100, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Gobuster is a tool used to brute-force:
> 
> *URIs (directories and files) in web sites.
> *DNS subdomains (with wildcard support).
> *Virtual Host names on target web servers.
> *Open Amazon S3 buckets
> 
> OK? Comments?

Looks good, OK abieber@

> 
> Cheers.-
> 
> --
> 
>   - gonzalo




CVS: cvs.openbsd.org: ports

2021-01-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2021/01/17 09:14:33

Modified files:
graphics/dibuja: Makefile distinfo 
graphics/dibuja/pkg: PLIST 

Log message:
Update to dibuja-0.21.12
Summary of new features can be found here:
https://bazaar.launchpad.net/~jbal/dibuja/trunk/view/head:/README



NEW: GoBuster-3.1.0

2021-01-17 Thread Gonzalo L. Rodriguez
Hello,

Gobuster is a tool used to brute-force:

*URIs (directories and files) in web sites.
*DNS subdomains (with wildcard support).
*Virtual Host names on target web servers.
*Open Amazon S3 buckets

OK? Comments?

Cheers.-

--

- gonzalo


gobuster.tgz
Description: Binary data


Re: remove sysutils/upobsd

2021-01-17 Thread Denis Fondras
Le Sun, Jan 17, 2021 at 12:10:58PM +0100, Sebastien Marie a écrit :
> I would like to know if someone still needs upobsd or if it is
> removable ?
> 

I use it when I upgrade my EdgeRouters. If upobsd is removed, I will find
another way :)



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 08:51:58

Modified files:
devel/py-rcsparse/pkg: PLIST 

Log message:
regen plist to unbreak py3 packaging



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 08:50:34

Modified files:
graphics/xdot  : Makefile distinfo 

Log message:
update to xdot-1.2, from maintainer Alessandro De Laurenzis



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 08:47:40

Modified files:
net/ircd-hybrid: Makefile distinfo 
net/ircd-hybrid/pkg: PLIST 

Log message:
update to ircd-hybrid 8.2.37, from Brad.



Re: Update net/ddclient to 3.9.1

2021-01-17 Thread Stuart Henderson
On 2021/01/17 01:54, Reeto Chatterjee wrote:
> Thanks for the help! I've made the changes you suggested, please could you 
> take a look?

Thanks - I've committed it with a few other tweaks to the port.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/01/17 08:46:53

Modified files:
net/ddclient   : Makefile distinfo 
net/ddclient/patches: patch-ddclient 
  patch-sample-etc_ddclient_conf 
net/ddclient/pkg: DESCR 

Log message:
update to ddclient-3.9.1, from Reeto Chatterjee, plus some changes from
me on top (rewrote DESCR, reformatted the Makefile a bit, synced patches)



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2021/01/17 08:22:56

Modified files:
net/haproxy: Makefile distinfo 

Log message:
Update to haproxy-2.0.20



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2021/01/17 08:13:34

Modified files:
security/gnupg : Makefile 

Log message:
build a debug package

ok edd@ (MAINTAINER)



Re: remove sysutils/upobsd

2021-01-17 Thread Mikolaj Kucharski
On Sun, Jan 17, 2021 at 09:06:05AM -0500, Daniel Jakots wrote:
> On Sun, 17 Jan 2021 12:10:58 +0100, Sebastien Marie 
> wrote:
> 
> > I would like to know if someone still needs upobsd or if it is
> > removable ?
> 
> I would like it to stay for the (I)nstallation part. Of course for the
> (U)pgrade part, people should indeed use sysupgrade.
> 
> I use the install part because some providers don't provide a
> pleasant-to-use console. Since I never use the default partitioning, I
> just craft a special bsd.rd with upobsd, put in /bsd, and reboot.

My use case is the same. I don't reinstall that often, as I usually I
stick to a provider for long time, but that's how I've used upobsd in
the past.

> If you still want to remove it, can you send me the latest sources?
> I'll sort it out next time I need it.
> 

-- 
Regards,
 Mikolaj



Re: profanity: update to 0.10.0

2021-01-17 Thread Lucas
Klemens Nanni  wrote:
> https://github.com/profanity-im/profanity/releases/tag/0.10.0
> 
> Version requirements taken from the changelog.
> 
> One could also emit the first python3 hunk now from the configure.ac
> patch but 3.8 is more explicit so best leave it there in case multiple
> python 3 versions are a problem.
> 
> Tested on amd64 with OMEMO.
> Feedback? OK?

Hey Klemens,

thanks a lot for taking care of the update. Patch looks fine and I also
successfully tried it with OMEMO. I'm unsure about adding versions to
the deps, especially given that all the versions added are already in
-current tree, and only libmesode is behind 0.10.0 in -stable. I feel
more inclined to add the version constraint just for libmesode, in case
someone like me wants to build it a -stable machine.

While there, I'll drop maintainership for the port. It hasn't been too
useful for me lately, part of the reason I delayed starting working in
an update until yesterday, despite knowing about the release since the
moment it was released.

As such, I propose the following patch, dropping MAINTAINER and removing
version constraint for glib2 and sqlite3.

-Lucas

Index: Makefile
===
RCS file: /home/cvs/ports/net/profanity/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile12 Jul 2020 07:18:03 -  1.17
+++ Makefile17 Jan 2021 14:08:05 -
@@ -1,13 +1,11 @@
 # $OpenBSD: Makefile,v 1.17 2020/07/12 07:18:03 rsadowski Exp $
 
 COMMENT =  console based XMPP client
-DISTNAME = profanity-0.9.5
+DISTNAME = profanity-0.10.0
 CATEGORIES =   net
 
 HOMEPAGE = https://profanity-im.github.io/
 
-MAINTAINER =   Lucas 
-
 SHARED_LIBS +=  profanity 0.0 # 0.0
 
 # GPLv3+
@@ -28,7 +26,7 @@ LIB_DEPENDS +=databases/sqlite3 \
devel/glib2 \
devel/readline \
net/curl \
-   net/libmesode \
+   net/libmesode>=0.10.0 \
net/libsignal-protocol-c \
security/gpgme \
security/libotr
Index: distinfo
===
RCS file: /home/cvs/ports/net/profanity/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo12 Jul 2020 07:18:03 -  1.10
+++ distinfo17 Jan 2021 13:01:06 -
@@ -1,2 +1,2 @@
-SHA256 (profanity-0.9.5.tar.gz) = I/ey5cbPhZE7nnoiiAK8qeyx0c87+PjyhelnYXaiSQI=
-SIZE (profanity-0.9.5.tar.gz) = 830966
+SHA256 (profanity-0.10.0.tar.gz) = SgXjJZD57DhDDjNzW9As+hmbJXkitBFmE/I5Eso5/4w=
+SIZE (profanity-0.10.0.tar.gz) = 868180
Index: patches/patch-configure_ac
===
RCS file: /home/cvs/ports/net/profanity/patches/patch-configure_ac,v
retrieving revision 1.6
diff -u -p -r1.6 patch-configure_ac
--- patches/patch-configure_ac  29 Jun 2020 04:54:59 -  1.6
+++ patches/patch-configure_ac  17 Jan 2021 13:01:06 -
@@ -6,16 +6,16 @@ Use ${MODPY_VERSION} to pick up our pyth
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -80,7 +80,7 @@ elif test "x$enable_python_plugins" != xno; then
- AC_MSG_NOTICE([Symlinking Python.framework to $PYTHON_FRAMEWORK])
+@@ -82,7 +82,7 @@ elif test "x$enable_python_plugins" != xno; then
  rm -f Python.framework
  ln -s $PYTHON_FRAMEWORK Python.framework ])
--AC_CHECK_PROG(PYTHON_CONFIG_EXISTS, python-config, yes, no)
-+AC_CHECK_PROG(PYTHON_CONFIG_EXISTS, python${MODPY_VERSION}-config, yes, 
no)
- if test "$PYTHON_CONFIG_EXISTS" == "yes"; then
+ AC_CHECK_PROG(PYTHON_CONFIG_EXISTS, python-config, yes, no)
+-AC_CHECK_PROG(PYTHON3_CONFIG_EXISTS, python3-config, yes, no)
++AC_CHECK_PROG(PYTHON3_CONFIG_EXISTS, python${MODPY_VERSION}-config, yes, 
no)
+ if test "$PYTHON_CONFIG_EXISTS" = "yes" || test "$PYTHON3_CONFIG_EXISTS" 
= "yes"; then
  AX_PYTHON_DEVEL
  AM_CONDITIONAL([BUILD_PYTHON_API], [true])
-@@ -223,10 +223,10 @@ AS_IF([test "x$PLATFORM" = xosx],
+@@ -221,10 +221,10 @@ AS_IF([test "x$PLATFORM" = xosx],
  [AC_MSG_ERROR([libreadline is required for profanity])])],
  
[test "x$PLATFORM" = xopenbsd],
Index: pkg/PLIST
===
RCS file: /home/cvs/ports/net/profanity/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   18 Jun 2020 20:44:16 -  1.5
+++ pkg/PLIST   17 Jan 2021 13:01:06 -
@@ -4,6 +4,100 @@ include/profapi.h
 @static-lib lib/libprofanity.a
 lib/libprofanity.la
 @lib lib/libprofanity.so.${LIBprofanity_VERSION}
+@man man/man1/profanity-about.1
+@man man/man1/profanity-account.1
+@man man/man1/profanity-affiliation.1
+@man man/man1/profanity-alias.1
+@man man/man1/profanity-autoaway.1
+@man man/man1/profanity-autoconnect.1
+@man man/man1/profanity-autoping.1
+@man man/man1/profanity-avatar.1
+@man man/man1/profanity-ban.1
+@man 

Re: remove sysutils/upobsd

2021-01-17 Thread Daniel Jakots
On Sun, 17 Jan 2021 12:10:58 +0100, Sebastien Marie 
wrote:

> I would like to know if someone still needs upobsd or if it is
> removable ?

I would like it to stay for the (I)nstallation part. Of course for the
(U)pgrade part, people should indeed use sysupgrade.

I use the install part because some providers don't provide a
pleasant-to-use console. Since I never use the default partitioning, I
just craft a special bsd.rd with upobsd, put in /bsd, and reboot.

If you still want to remove it, can you send me the latest sources?
I'll sort it out next time I need it.


Cheers,
Daniel



libdbusmenu : missing $COMPILER_LIBCXX in WANTLIB ?

2021-01-17 Thread Matthieu Herrb
Hi,

after upgrading my XFCE packages to -current, I lost the systray
notifier applet.
Looking in .xsession-errors, I figured out that the plugin was trying
to link old c++ libs.

I tracked this down to libdbusmenu that was not updated by pkg_add -u,
I guess because it lacks COMPILER_LIBCXX in WANTLIB.

Untested patch below.

Index: Makefile
===
RCS file: /cvs/OpenBSD/ports/x11/libdbusmenu/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- Makefile13 Nov 2019 11:00:52 -  1.8
+++ Makefile17 Jan 2021 12:52:10 -
@@ -2,7 +2,7 @@
 
 COMMENT =  D-Bus menu implementation for Gtk
 DISTNAME = libdbusmenu-16.04.0
-REVISION = 1
+REVISION = 2
 CATEGORIES =   x11 devel
 SHARED_LIBS +=  dbusmenu-glib 0.0 # 4.12
 SHARED_LIBS +=  dbusmenu-gtk3 0.0 # 4.12
@@ -20,6 +20,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 
 WANTLIB += gthread-2.0 gtk-3 harfbuzz iconv intl json-glib-1.0
 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
 WANTLIB += png pthread xcb xcb-render xcb-shm z
+WANTLIB += ${COMPILER_LIBCXX}
 
 MASTER_SITES = https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/
 

-- 
Matthieu Herrb



[NEW] graphics/libspiro 20200505

2021-01-17 Thread Alessandro De Laurenzis

Greetings,

A year ago there has been an attempt to import this library (see [1]). 
At that time the port was put "on-hold" since there were 2 issues in the 
test suite; upstream has closed both as "resolved" (see [2] and [3]) and 
I can confirm that now all tests pass on amd64 (it would be better to 
double-check on spark64 too, since kurt@ reported similar issues there).


W.r.t. Frederic's port, in the attached one I updated the version to 
20200505, added PKGNAME and WRKDIST variables into the Makefile (plus a 
comment explaining the reason why gnu LIBTOOL is used) and changed a bit 
the formatting in DESCR (also making more evident the attribution to the 
original author).


I need this port to update graphics/ipe to the latest release, since the 
distribution no more includes spiro's sources.


Hope it can be imported now.

Cheers

[1] https://marc.info/?l=openbsd-ports=157632829607829=2
[2] https://github.com/fontforge/libspiro/issues/21
[3] https://github.com/fontforge/libspiro/issues/22

--
Alessandro De Laurenzis
[mailto:jus...@atlantide.mooo.com]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis


libspiro.tar.gz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2021-01-17 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/01/17 04:15:40

Modified files:
devel/p5-Moo   : Makefile distinfo 

Log message:
update to 2.004004



remove sysutils/upobsd

2021-01-17 Thread Sebastien Marie
Hi,

I would like to know if someone still needs upobsd or if it is
removable ?

sysupgrade(8) in base mostly cover upobsd usage, and for uncovered
usage (creating unattented installation) I am not using it at all.

Currently, upstream is a bit unmaintained: some commits are still
unreleased (as using rdsetroot(8) from base), and I have untested
changes for unattented installation (but as I don't have usage of
it...)

Ah, and bitbucket removed the repository because it was mercurial
based (so HOMEPAGE and MASTER_SITES are dead too). But I could move it
to github if it makes sense to keep it.

I assume the following diff + some 'cvs rm' should be enough to
properly move it to Attic ?

Quirks reason 3 is 'no longer maintained upstream', but 4 ('superseded
by base component') could be possible too (even if not 100% right), or
6 ('no longer useful').

Comments or OK ?
-- 
Sebastien Marie



Index: devel/quirks/files/Quirks.pm
===
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1138
diff -u -p -r1.1138 Quirks.pm
--- devel/quirks/files/Quirks.pm15 Jan 2021 01:00:15 -  1.1138
+++ devel/quirks/files/Quirks.pm17 Jan 2021 11:01:12 -
@@ -2027,6 +2027,7 @@ my $obsolete_reason = {
'orage' => 3,
'xfce4-statusnotifier' => 3,
'pylint3-gui' => 3,
+   'upobsd' => 3,
 };
 
 # reasons for obsolete packages
Index: sysutils/Makefile
===
RCS file: /cvs/ports/sysutils/Makefile,v
retrieving revision 1.591
diff -u -p -r1.591 Makefile
--- sysutils/Makefile   11 Jan 2021 22:13:08 -  1.591
+++ sysutils/Makefile   17 Jan 2021 11:01:12 -
@@ -396,7 +396,6 @@
  SUBDIR += uefitool
  SUBDIR += ugrep
  SUBDIR += unionfs-fuse
- SUBDIR += upobsd
  SUBDIR += upower
  SUBDIR += upt
  SUBDIR += uptimed



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2021/01/17 04:11:15

Modified files:
games/naev : Makefile 
Added files:
games/naev : distinfo 
games/naev/patches: patch-configure patch-src_utf8_c 
games/naev/pkg : DESCR-data DESCR-main PLIST-data PLIST-main 
Removed files:
games/naev : Makefile.inc 
games/naev/base: Makefile distinfo 
games/naev/base/patches: patch-naev-confupdate_sh 
games/naev/base/pkg: DESCR PLIST 
games/naev/data: Makefile distinfo 
games/naev/data/pkg: DESCR PLIST 

Log message:
Update to naev-0.8.0.
Changelog: https://naev.org/blarg/2020-12-17_0.8.0/
Port related changes:
- switched to SDL2
- set ONLY_FOR_ARCHS as it now requires OpenGL 3.2
- enable SEPARATE_BUILD
- change port layout because game data is now shipped with
sources.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2021/01/17 03:56:36

ports/games/naev/pkg

Update of /cvs/ports/games/naev/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv84959/pkg

Log Message:
Directory /cvs/ports/games/naev/pkg added to the repository



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2021/01/17 03:56:16

ports/games/naev/patches

Update of /cvs/ports/games/naev/patches
In directory cvs.openbsd.org:/tmp/cvs-serv58934/patches

Log Message:
Directory /cvs/ports/games/naev/patches added to the repository



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/01/17 03:56:05

Modified files:
www/chromium   : Makefile 
www/chromium/patches: patch-net_socket_udp_socket_posix_cc 

Log message:
now that we have struct ip_mreqn, start using that to avoid multiple
multicast errors



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2021/01/17 03:54:54

Modified files:
sysutils/sysclean: Makefile distinfo 

Log message:
update sysclean to 2.9



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/01/17 03:39:01

Modified files:
audio/pulseaudio: Makefile distinfo 

Log message:
Update to pulseaudio-14.2.



CVS: cvs.openbsd.org: ports

2021-01-17 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/01/17 03:17:51

Modified files:
net/catgirl: Makefile distinfo 

Log message:
update to catgirl 1.5

Lots of bug fixes and added features, upstream also did pledge and unveil.

OK solene (maintainer)



[UPDATE] graphics/xdot 1.1p1 -> 1.2

2021-01-17 Thread Alessandro De Laurenzis

Greetings,

The attached diff updates graphics/xdot to the latest version.

What's new upstream
===
This is mainly a bugfix release; on top of that:
- added toggle-toolbar feature and hide-toolbar commandline parameter;
- added support for tooltips;
- edge highlight along curve.

What's new in the port
==
Very trivial update: just bump MODPY_EGG_VERSION and distinfo.

All the best

--
Alessandro De Laurenzis
[mailto:jus...@atlantide.mooo.com]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis
Index: Makefile
===
RCS file: /cvs/ports/graphics/xdot/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile	3 Oct 2020 15:39:58 -	1.6
+++ Makefile	17 Jan 2021 09:52:29 -
@@ -2,9 +2,8 @@
 
 COMMENT =	interactive viewer for Graphviz dot graphs
 
-MODPY_EGG_VERSION = 1.1
+MODPY_EGG_VERSION = 1.2
 DISTNAME =	xdot-${MODPY_EGG_VERSION}
-REVISION =	1
 
 CATEGORIES =	graphics
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/xdot/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	18 Jan 2020 21:00:26 -	1.2
+++ distinfo	17 Jan 2021 09:52:29 -
@@ -1,2 +1,2 @@
-SHA256 (xdot-1.1.tar.gz) = 4VxT2A3Id3QCpyWO6+bL85XQQIX/lpm7/66R3w7MJDM=
-SIZE (xdot-1.1.tar.gz) = 28315
+SHA256 (xdot-1.2.tar.gz) = PfkebGcYab0qayqIg/o0dtviunY70qdkbPhIqeunG3A=
+SIZE (xdot-1.2.tar.gz) = 29643


CVS: cvs.openbsd.org: ports

2021-01-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/01/17 02:33:37

Modified files:
x11/gnome/settings-daemon/patches: 
   
patch-plugins_org_gnome_SettingsDaemon_Dummy_desktop_in 

Log message:
Merged upstream.



update catgirl to 1.5

2021-01-17 Thread Klemens Nanni
Upstream fixed a bunch of things.  Useful new features include server
certificate handling and pledge/unveil support.

Built on amd64 and spar64, tested on sparc64.

Feedback? OK?

Index: Makefile
===
RCS file: /home/cvs/ports/net/catgirl/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile10 Dec 2020 16:39:46 -  1.3
+++ Makefile17 Jan 2021 07:55:27 -
@@ -1,10 +1,7 @@
 # $OpenBSD: Makefile,v 1.3 2020/12/10 16:39:46 kmos Exp $
 
 COMMENT =  curses TLS-only IRC client
-VERSION =  1.3
-REVISION = 0
-
-DISTNAME = catgirl-${VERSION}
+DISTNAME = catgirl-1.5
 
 CATEGORIES =   net
 
@@ -19,6 +16,7 @@ PERMIT_PACKAGE =Yes
 COMPILER = base-clang ports-gcc
 COMPILER_LANGS =   c
 
+# uses pledge()
 WANTLIB += c curses tls
 
 MASTER_SITES = https://git.causal.agency/catgirl/snapshot/
Index: distinfo
===
RCS file: /home/cvs/ports/net/catgirl/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo6 Dec 2020 23:02:58 -   1.1.1.1
+++ distinfo17 Jan 2021 07:55:38 -
@@ -1,2 +1,2 @@
-SHA256 (catgirl-1.3.tar.gz) = vgDqC9PIqVgseS0nZ7waZx4F3/g5oka1M3l3QvzajOw=
-SIZE (catgirl-1.3.tar.gz) = 54228
+SHA256 (catgirl-1.5.tar.gz) = vqn9R6Va1iQRPOxxx1hCf0hbhB2S2lnb6b/tTvXAjHw=
+SIZE (catgirl-1.5.tar.gz) = 56432