CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 16:26:28

Modified files:
databases/skytools: Makefile 
Added files:
databases/skytools/patches: patch-sql_txid_Makefile 

Log message:
hardcode around a broken Makefile fragment

pg83 = $(shell test $(PGVER) "<" "8.3" && echo "false" || echo "true")
pg82 = $(shell test $(PGVER) "<" "8.2" && echo "false" || echo "true")

which matters now that src/bin/ksh/c_test.c r1.26 fixed "<".

note, this port is rather outdated (5 versions behind), though newer ones
don't fix this either



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2019/06/24 16:15:02

Modified files:
games/depotdownloader: Makefile 
games/depotdownloader/files: depotdownloader.sh 

Log message:
replace sed(1) delimiter to not conflict with commas in game name; don't 
replace -app argument to allow using Steam AppId; both bugs reported by Joe (AT 
j AT mathstodon DOT xyz)



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 15:32:07

Modified files:
net/rabbitmq   : Makefile 

Log message:
Seems with last update I kind of missed to re-enable MODPY_ADJ_FILES
with correct file paths and broke rabbitmqadmin

Fix that, while there switch to PERMIT_PACKAGE



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 15:29:44

Modified files:
security/exploitdb: Makefile distinfo 
security/exploitdb/patches: patch-searchsploit 
security/exploitdb/pkg: PLIST 

Log message:
Update to 2019-06-22



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Steven Mestdagh
CVSROOT:/cvs
Module name:ports
Changes by: ste...@cvs.openbsd.org  2019/06/24 15:12:35

Modified files:
graphics/pstoedit: Makefile distinfo 

Log message:
maintenance update to 3.74



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 14:56:46

Modified files:
math/octave: Makefile 
net/bitcoin: Makefile 
net/litecoin   : Makefile 
security/gpgme : Makefile 
x11/qt5/qt3d   : Makefile 
x11/qt5/qtcharts: Makefile 
x11/qt5/qtmultimedia: Makefile 
x11/qt5/qtnetworkauth: Makefile 
x11/qt5/qtpurchasing: Makefile 
x11/qt5/qtquickcontrols2: Makefile 
x11/qt5/qtremoteobjects: Makefile 
x11/qt5/qtscript: Makefile 
x11/qt5/qtscxml: Makefile 
x11/qt5/qtsensors: Makefile 
x11/qt5/qtserialbus: Makefile 
x11/qt5/qtserialport: Makefile 
x11/qt5/qtspeech: Makefile 
x11/qt5/qtsvg  : Makefile 
x11/qt5/qttools: Makefile 
x11/qt5/qtwebchannel: Makefile 
x11/qt5/qtwebkit: Makefile 
x11/qt5/qtwebsockets: Makefile 
x11/qt5/qtx11extras: Makefile 
x11/qt5/qtxmlpatterns: Makefile 

Log message:
bump REVISION for ports using x11/qt5 MODULES and containing .la files in
their PLIST, following the addition of patch-qmake_generators_unix_unixmake2_cpp
to x11/qt5/qtbase/patches which adds a missing newline.



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 14:50:41

Modified files:
x11/qt5/qtbase : Makefile 
x11/qt5/qtbase/patches: 
patch-qmake_generators_unix_unixmake2_cpp 

Log message:
Fix .la files generated by qt5's qmake, there was a missing newline before
a comment resulting in libtool scripts not being able to parse the line
correctly. Problem reported by Vadim Penzin. Use of 'endl' rather than
'\n' requested by rsadowski.

Bumps to follow for other ports using the qt5 module and including .la files.



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2019/06/24 10:52:01

Modified files:
games  : Makefile 

Log message:
+depotdownloader



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2019/06/24 10:49:48

Log message:
import depotdownloader, ok solene@

DESCR:
Steam depot downloader utilizing the SteamKit2 library. Supports
.NET Core 2.0. Client to download apps and Workshop items from
Steam.

Status:

Vendor Tag: thfr
Release Tags:   thfr_20190624

N ports/games/depotdownloader/Makefile
N ports/games/depotdownloader/distinfo
N ports/games/depotdownloader/files/depotdownloader.sh
N ports/games/depotdownloader/pkg/DESCR
N ports/games/depotdownloader/pkg/PLIST
N ports/games/depotdownloader/pkg/README

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2019/06/24 09:53:37

Modified files:
lang/flang/driver: Makefile distinfo 
lang/flang/libpgmath: Makefile distinfo 
lang/flang/flang: Makefile distinfo 
lang/flang/flang/patches: patch-lib_scutil_pgnewfil_c 
  patch-runtime_flangrti_CMakeLists_txt 
Added files:
lang/flang/driver/patches: patch-lib_Analysis_CallGraph_cpp 

Log message:
Update to latest flang code. Note the major bump to libflangrti, as several
symbols were removed.



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2019/06/24 09:00:01

Modified files:
games/julius   : Makefile distinfo 

Log message:
Update to julius-1.1.0, notified by upstream.
Changelog: https://github.com/bvschaik/julius/releases/tag/v1.1.0



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 08:47:49

Modified files:
archivers/bzip2: Tag: OPENBSD_6_5 Makefile 
Added files:
archivers/bzip2/patches: Tag: OPENBSD_6_5 patch-decompress_c 

Log message:
MFC bzip2 security fix:

fix out of bounds access in BZ2_decompress(), CVE-2019-12900
set HOMEPAGE while there

based on a diff from Henry Jensen



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 08:46:36

Modified files:
archivers/bzip2: Makefile 
Added files:
archivers/bzip2/patches: patch-decompress_c 

Log message:
fix out of bounds access in BZ2_decompress(), CVE-2019-12900
set HOMEPAGE while there

based on a diff from Henry Jensen



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/06/24 08:25:54

Modified files:
lang/python: python.port.mk 

Log message:
change -S MODPY_ABI3SO to -I MODPY_ABI3SO in python.port.mk's UPDATE_PLIST_ARGS;
the former is incorrect as the ".abi3" string is in the middle of the path, not
the end. ok espie@ jca@



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2019/06/24 07:49:57

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

Log message:
Update to drawpile-2.1.11
Changelog: https://drawpile.net/news/release-2.1.11/



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2019/06/24 07:32:41

Modified files:
x11/worker : Makefile distinfo 
x11/worker/pkg : PLIST 

Log message:
Update to worker-4.0.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#orga4896da



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/06/24 06:26:34

Modified files:
x11/kde4/workspace: Makefile 
Added files:
x11/kde4/workspace/patches: patch-kinfocenter_CMakeLists_txt 

patch-kinfocenter_Modules_base_CMakeLists_txt 

Log message:
unbreak build with ninja 1.9.0



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 06:22:17

Modified files:
security/hcxtools: Makefile distinfo 

Log message:
simple update 5.1.4 -> 5.1.6



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 06:19:10

Modified files:
net/ruby-msgpack: Makefile distinfo 
net/ruby-msgpack/pkg: PLIST 

Log message:
simple update 1.2.10 -> 1.3.0



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 05:02:20

Modified files:
sysutils/facter: Makefile distinfo 

Log message:
simple update 3.13.2 -> 3.14.0



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 05:00:18

Modified files:
security/wpscan: Makefile distinfo 

Log message:
simple update 3.5.3 -> 3.5.4



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 04:59:24

Modified files:
security/ruby-cms_scanner: Makefile distinfo 

Log message:
simple update 0.5.1 -> 0.5.2



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 04:58:05

Modified files:
net/ruby-public_suffix: Makefile distinfo 

Log message:
simple update 3.0.3 -> 3.1.0



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 04:56:23

Modified files:
devel/ruby-ruby-progressbar: Makefile distinfo 

Log message:
simple update 1.10.0 -> 1.10.1



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/06/24 04:55:47

Modified files:
devel/ruby-opt_parse_validator: Makefile distinfo 

Log message:
simple update 1.7.2 -> 1.7.3



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/06/24 04:12:06

Modified files:
games/widelands: Makefile distinfo 
games/widelands/patches: patch-CMakeLists_txt 
 patch-cmake_WlFunctions_cmake 
games/widelands/pkg: PLIST 
Removed files:
games/widelands/patches: patch-src_graphic_text_bidi_h 
 patch-src_network_network_lan_promotion_cc 

Log message:
Update to widelands-0.20.

Release notes:
https://www.widelands.org/news/2019/May/4/widelands-build-20-released/

ok kirby@



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/06/24 02:09:06

Modified files:
sysutils/firmware/intel: Makefile distinfo 

Log message:
update intel microcode to 20190618

-- Updates upon 20190514 release --
Processor Identifier Version   Products
ModelStepping F-MO-S/PI  Old->New
 new platforms 

 updated platforms 
SNB-E/EN/EP  C1/M06-2d-6/6d 061d->061f Xeon E3/E5, Core X
SNB-E/EN/EP  C2/M16-2d-7/6d 0714->0718 Xeon E3/E5, Core X



CVS: cvs.openbsd.org: ports

2019-06-24 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/06/24 00:07:39

Modified files:
x11/kde4/pim   : Makefile 
Added files:
x11/kde4/pim/patches: 
  
patch-kleopatra_libkleopatraclient_core_CMakeLists_txt 

Log message:
unbreak build with ninja 1.9.0