CVS: cvs.openbsd.org: ports

2020-07-09 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/07/09 21:35:00

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Add quirk for retirement of python2 version of net/py-cares



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/07/09 21:33:07

Modified files:
net/poezio : Makefile distinfo 
net/poezio/patches: patch-setup_py 
net/poezio/pkg : PLIST 

Log message:
Update poezio from 0.12 to 0.13.1

Input from and ok paco@



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/07/09 21:23:55

Modified files:
net/py-cares   : Makefile distinfo 
net/py-cares/pkg: PLIST 

Log message:
Updated net/py-cares to 3.1.1. This drops Python 2.x support, but
no consumers were python2, so not an issue.

Input from bket.

ok bket sthen paco



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Adam Wolk
CVSROOT:/cvs
Module name:ports
Changes by: aw...@cvs.openbsd.org   2020/07/09 15:10:21

Modified files:
games/yquake2  : Makefile 
games/yquake2/pkg: q2ded.rc 

Log message:
Fix CPU spin in games/yquake2 dedicated server

OK fcambus@

Initial diff by Tom Murphy who also helped debugging later iterations.
Thanks!

When daemonized as soon as STDIN goes away q2ded detects that and stops
waiting for input, this causes a CPU spin loop generating high server
loads by frequent calls to clock_gettime.

By adding daemon_flags to the rc.d script we flip the busywait flag
which causes q2ded to use a mechanism based on nanosleep that is
significantly lighter on load and has no noticeable impact on
performance for players.

While here we also set the dedicated flag as there is no point to run
the dedicated server outside of debugging without it.

This diff is tweaked compared to ports@ with gamedir being removed. This
final change has been OK'ed off list also by fcambus@.

The reasoning for that final change is as follows:

We do not need gamedir/datadir as we already set SYSTEMWIDE and
SYSTEMDIR during compilation. This solves pointing the game at the pak
files. Normally however we would still need to cd into the game
directory for dlopen to properly load renderers and game.so.

Upstream however has a backwards compatibility mechanism for game.so (so
older mods work) where all paths where game files are stored is searched
for game.so dlopen.  This includes SYSTEMDIR and that makes q2ded work
without having to cd into the binary directory. Since the server itself
does not need to load any renderers that is enough to have a fully
functioning q2ded.



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/07/09 12:35:41

Modified files:
print/poppler  : Makefile distinfo 
print/poppler/patches: patch-glib_CMakeLists_txt 
   patch-qt5_src_CMakeLists_txt 
   patch-utils_CMakeLists_txt 
print/poppler/pkg: PLIST-main 

Log message:
Update to poppler-0.90.



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/07/09 10:49:37

Modified files:
sysutils/libvirt: Makefile 

Log message:
Set rs2man path to rst2man${MODPY_BIN_SUFFIX}



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2020/07/09 10:14:07

Modified files:
x11/mplayer: Makefile 
Added files:
x11/mplayer/patches: patch-stream_stream_cddb_c 

Log message:
Switch the CDDB default to gnudb.org.
The freedb.org CD track database has been discontinued.

ok Brad



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/07/09 07:54:02

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
Update to firefox 78.0.2.

See https://www.mozilla.org/en-US/firefox/78.0.2/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-28/



CVS: cvs.openbsd.org: ports

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

Modified files:
productivity/davical: Makefile 
productivity/davical/pkg: README 

Log message:
Remove createlang line from README, plpgsql is the default in postgres
templates and the createlang command was removed in psql.

Noticed by Aisha Tammy.



CVS: cvs.openbsd.org: ports

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

Modified files:
misc/osinfo/libosinfo: Makefile 
misc/osinfo/libosinfo/pkg: PLIST 

Log message:
Disable gtk-doc.



CVS: cvs.openbsd.org: ports

2020-07-09 Thread Florian Obser
CVSROOT:/cvs
Module name:ports
Changes by: flor...@cvs.openbsd.org 2020/07/09 02:15:13

Modified files:
sysutils/salt  : Makefile 
Added files:
sysutils/salt/patches: patch-salt_states_sysctl_py 

Log message:
Fix sysctl state.
OK kn, jasper