CVS: cvs.openbsd.org: ports

2020-03-28 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/03/28 16:04:02

Modified files:
devel/leatherman: Makefile distinfo 

Log message:
Update 1.10.0 -> 1.11.0



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/03/28 13:48:15

Modified files:
net/qbittorrent: Makefile.inc 
net/qbittorrent/qbittorrent: Makefile distinfo 
net/qbittorrent/qbittorrent-nox: distinfo 

Log message:
UPDATE: net/qbittorrent 4.2.1 to 4.2.2

Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.2.2/Changelog

Use python3 on RUN_DEPENDS.

Tested OK on amd64.
Taking MAINTAINER.

ok kn@ with modifications:
MODULES = lang/python
MODPY_BUILDDEP = No
MODPY_TESTDEP = No



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/03/28 13:19:35

Modified files:
net/dleyna/renderer/patches: patch-libdleyna_renderer_upnp_c 

Log message:
Somehow munged the upnp.c patch and ended up with the old version
appended to the current version.

Found by naddy.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Kurt Mosiejczuk
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/03/28 12:51:17

Modified files:
x11/gnome/control-center: Makefile 

Log message:
Fix build for base-gcc architectures

Add a comment to indicate why, per ajacoutot



Re: CVS: cvs.openbsd.org: ports

2020-03-28 Thread Landry Breuil
On Sat, Mar 28, 2020 at 12:19:31PM -0600, Landry Breuil wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   lan...@cvs.openbsd.org  2020/03/28 12:19:31
> 
> Modified files:
>   graphics/displaz: Makefile 
> 
> Log message:
> Fix build after lastools update by adding LASLIB_INCLUDE_DIRS to
> CONFIGURE_ARGS and adapting LASLIB_LIBRARY.
> 
> build breakage reported by naddy@, thanks !

And also reported by sthen@, sorry for the breakage ..



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/03/28 12:19:31

Modified files:
graphics/displaz: Makefile 

Log message:
Fix build after lastools update by adding LASLIB_INCLUDE_DIRS to
CONFIGURE_ARGS and adapting LASLIB_LIBRARY.

build breakage reported by naddy@, thanks !



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/03/28 11:56:44

Modified files:
sysutils/opam  : Makefile 

Log message:
opam: add archivers/bzip2 to BUILD_DEPENDS; uses bunzip2 during build



Re: CVS: cvs.openbsd.org: ports

2020-03-28 Thread Stuart Henderson
On 2020/03/26 02:23, Landry Breuil wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   lan...@cvs.openbsd.org  2020/03/26 02:23:53
> 
> Modified files:
>   converters/lastools: Makefile distinfo 
>   converters/lastools/pkg: PLIST 
> Added files:
>   converters/lastools/patches: patch-src_CMakeLists_txt 
> 
> Log message:
> Update to a newer lastools github snapshot.
> 
> Use provided cmake build plumbing, allows for much nicer port Makefile.
> Now installs headers in the proper directory, and cmake goo for
> potential detection by consumers.
> 

displaz build fails like this:

  Could NOT find LASlib (missing: LASLIB_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 
(_FPHSA_FAILURE_MESSAGE)
  cmake/FindLASlib.cmake:21 (find_package_handle_standard_args)

haven't 100% confirmed it is the lastools commit which does it, but it seems 
likely.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/03/28 11:39:42

Modified files:
sysutils/tmate : Makefile 
sysutils/tmate/patches: patch-tmate-debug_c 

Log message:
Disable use libexecinfo unconditionally

tmate has no LIB_DEPENDS on devel/libexecinfo and the configure script does
not detect it even if installed.

Since all of tmate-debug.c is under an HAVE_BACKTRACE macro guard, it makes
no sense to compile most of it and only keep calls to libexecinfo under a
DEBUG macro guard.

Disable it entirely to simplify the patch and avoid dead code.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/03/28 11:23:44

Modified files:
sysutils/tmate/patches: patch-tmate-debug_c 

Log message:
Remove NOOP hunk

+#if DEBUG
#endif
+#endif

adds an empty block under #DEBUG, it does nothing.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/03/28 11:19:09

Modified files:
sysutils/tmate : Makefile 
sysutils/tmate/patches: patch-server_c patch-tmate-ssh-client_c 
patch-tmate_h patch-tmux_c patch-tmux_h 

Log message:
Adjust to libevent2 in post-extract not pre-configure to fix update-patches

Patches apply before configure obviously, but pre-configure's sed(1) hack
to move from base libevent to ports libevent2 comes after the patch target.

This would cause the update-patches target to pick up pre-configure's
one-line changes as well and thus breaking patches as they wouldn't apply
cleanly in a subsequent "make clean patch".



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2020/03/28 10:17:40

Modified files:
editors/nano   : Makefile distinfo 
editors/nano/patches: patch-doc_nano_1 patch-src_Makefile_in 

Log message:
maintenance update to 4.9; from Nam Nguyen



CVS: cvs.openbsd.org: ports

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

Modified files:
audio/gsm  : Makefile distinfo 
audio/gsm/patches: patch-Makefile patch-inc_config_h 
audio/gsm/pkg  : PLIST 

Log message:
update to gsm-1.0.19



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/03/28 07:40:14

Modified files:
devel/kf5/kitemmodels: Makefile 

Log message:
Add missing dependency qtdeclarative



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/03/28 07:39:22

Modified files:
devel/kf5/ktexteditor: Makefile 

Log message:
Add missing run dependency x11/dbus,-suid



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/03/28 07:38:32

Modified files:
devel/kf5/purpose: Makefile 

Log message:
Move kirigami2 from LIB_ to BUILD_/RUN_DEPENDS



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/03/28 07:37:34

Modified files:
devel/kf5/kded : Makefile 

Log message:
add missing dependency desktop-file-util



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/03/28 07:11:06

Modified files:
databases/mariadb/patches: 
   patch-libmariadb_libmariadb_CMakeLists_txt 

Log message:
mariadb tweak: avoid a cmake debug message. no packagee change. From Brad.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/03/28 06:37:56

Modified files:
x11/gnome/librsvg: Makefile distinfo 

Log message:
Update to librsvg-2.48.1.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/03/28 05:26:20

Modified files:
x11/gtk+3  : Makefile distinfo 
x11/gtk+3/patches: patch-gtk_gtkfilechooserwidget_c 
x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to gtk+3-3.24.16.



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/03/28 05:14:05

Modified files:
x11/gnome/nautilus: Makefile 

Log message:
Missing RDEP on x11/gnome/tracker-miners.

reported by feinerer@



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2020/03/28 04:15:24

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got 0.32

- be nice to unaware users who attempt to use got commands in a Git work tree
- show 'searching...' during 'tog log' search even if no new commits are loaded
- display "no matches found" if no commit matches a 'tog log' search
- display "no more matches" if 'tog log' search cannot find any more matches
- make 'tog log' consistently scroll a page upon page-down key (found by naddy)
- make 'got fetch' create or restore remote HEAD reference if it is missing
- make 'got fetch -d' delete branches from both refs/heads and refs/remotes



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/03/28 02:21:06

Modified files:
math/py-cftime : Makefile distinfo 

Log message:
Update py-cftime to 1.1.1.2



CVS: cvs.openbsd.org: ports

2020-03-28 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2020/03/28 01:24:37

Modified files:
x11/remmina: Makefile distinfo 
x11/remmina/patches: patch-CMakeLists_txt 
 patch-plugins_rdp_rdp_plugin_c 
x11/remmina/pkg: PLIST 
Added files:
x11/remmina/patches: patch-plugins_vnc_vnc_plugin_c 
Removed files:
x11/remmina/patches: patch-cmake_FindGTK3_cmake 
 patch-cmake_FindLIBSSH_cmake 
 patch-src_CMakeLists_txt 

Log message:
update to 1.3.6 and fix the vnc plugin which was broken due to a double-free
and a wrong mutex lock

ok aja@