CVS: cvs.openbsd.org: ports

2019-10-17 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2019/10/17 23:26:29

Modified files:
net/py-msgpack : Makefile distinfo 

Log message:
Update to py-msgpack-0.6.2.

Minor update:
https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2019/10/17 23:07:05

Modified files:
net/ocserv : Makefile distinfo 
net/ocserv/patches: patch-configure_ac patch-doc_sample_config 

Log message:
Update to ocserv-0.12.5.

Bug fix release, changelog can be found at
https://gitlab.com/openconnect/ocserv/blob/master/NEWS



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2019/10/17 22:56:37

Modified files:
security/polarssl: Makefile distinfo 
security/polarssl/patches: patch-include_mbedtls_config_h 
   patch-tests_suites_host_test_function 

Log message:
Update to mbedtls-2.16.3.

Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch,
and provides bug fixes and minor enhancements. Overview of changes can
be found at
https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3.

Minor of mbedcrypto has been bumped as symbols have been added.

OK sthen@



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2019/10/17 22:47:27

Modified files:
lang/python/3.7: Makefile distinfo 
lang/python/3.7/pkg: PLIST-idle PLIST-main 

Log message:
update python to 3.7.5.
ok kmos@



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 22:43:12

Modified files:
graphics/krita : Makefile distinfo 

Log message:
fix MASTER_SITES and the distinfo

Upstream changed that during our ports lock.

Spotted by naddy@ Thanks



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2019/10/17 19:06:58

Modified files:
devel/p5-Time-Warp: Makefile distinfo 

Log message:
Update devel/p5-Time-Warp to 0.54

>From wen heping 



Re: CVS: cvs.openbsd.org: ports

2019-10-17 Thread Antoine Jacoutot
On Thu, Oct 17, 2019 at 09:57:13PM +0100, Stuart Henderson wrote:
> On 2019/10/16 07:42, Antoine Jacoutot wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: ajacou...@cvs.openbsd.org   2019/10/16 07:42:59
> > 
> > Modified files:
> > textproc/icu4c : Makefile distinfo 
> > textproc/icu4c/patches: patch-source_common_Makefile_in 
> > patch-source_common_putil_cpp 
> > patch-source_common_unicode_uconfig_h 
> > patch-source_config_icu-config-bottom 
> > patch-source_config_mh-bsd-gcc 
> > patch-source_i18n_Makefile_in 
> > textproc/icu4c/pkg: PLIST-main 
> > Removed files:
> > textproc/icu4c/patches: patch-source_common_putilimp_h 
> > 
> > Log message:
> > Update to icu4c-65.1.
> > 
> 
> SONAME is missing the minor,
> 
> sthen@i386[~] objdump -p  /usr/local/lib/libicuuc.so.16.0 | grep -e SONAME -e 
> NEEDED
>   NEEDED  libicudata.so.16
>   NEEDED  libpthread.so.26.1
>   NEEDED  libm.so.10.1
>   NEEDED  libc++.so.3.0
>   NEEDED  libc++abi.so.1.0
>   SONAME  libicuuc.so.16
> 
> I guess lld doesn't care, but ld.bfd (used by asterisk on i386)
> does - noticed due to a packaging failure in asterisk via libical:
> 
> sthen@i386[~] objdump -p /usr/local/lib/libical.so.4.3 | grep NEEDED
>   NEEDED  libpthread.so.26.1
>   NEEDED  libicuuc.so.16
>   NEEDED  libicui18n.so.16

Ooooh...
That may be what broke gnustep initially.
I'll fix that this week-end, thanks :-)


> 
> ->
> 
> configure:21141: checking for icaltimezone_get_utc_timezone in -lical
> configure:21166: cc -o conftest -O2 -pipe   -pthread -I/usr/local/include 
> -L/usr/local/lib conftest.c -lical   -lm -lp
> thread >&5
> /usr/local/lib/libical.so.4.3: warning: strcpy() is almost always misused, 
> please use strlcpy()
> /usr/bin/ld.bfd: warning: libicuuc.so.16, needed by 
> /usr/local/lib/libical.so.4.3, not found (try using -rpath or -rpa
> th-link)
> /usr/bin/ld.bfd: warning: libicui18n.so.16, needed by 
> /usr/local/lib/libical.so.4.3, not found (try using -rpath or -r
> path-link)
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_set'
> /usr/local/lib/libical.so.4.3: undefined reference to `uenum_close'
> /usr/local/lib/libical.so.4.3: undefined reference to `uloc_setKeywordValue'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_getMillis'
> /usr/local/lib/libical.so.4.3: undefined reference to `u_strFromUTF8Lenient'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_close'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_setDate'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_setDateTime'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_setAttribute'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_get'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_open'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_setMillis'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_add'
> /usr/local/lib/libical.so.4.3: undefined reference to `ucal_getLimit'
> /usr/local/lib/libical.so.4.3: undefined reference to `uenum_next'
> /usr/local/lib/libical.so.4.3: undefined reference to 
> `ucal_getKeywordValuesForLocale'
> collect2: error: ld returned 1 exit status
> 
> Since the version is embedded in dependent binaries/libs I think it may
> need bumping to 17.0 to make sure they get updated.
> 

-- 
Antoine



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2019/10/17 15:40:38

Modified files:
infrastructure/mk: bsd.port.mk 

Log message:
use MACHINE_ARCH (not ARCH) in WRKINST as we do in all other paths; ok espie@



Re: CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
On 2019/10/16 07:42, Antoine Jacoutot wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   ajacou...@cvs.openbsd.org   2019/10/16 07:42:59
> 
> Modified files:
>   textproc/icu4c : Makefile distinfo 
>   textproc/icu4c/patches: patch-source_common_Makefile_in 
>   patch-source_common_putil_cpp 
>   patch-source_common_unicode_uconfig_h 
>   patch-source_config_icu-config-bottom 
>   patch-source_config_mh-bsd-gcc 
>   patch-source_i18n_Makefile_in 
>   textproc/icu4c/pkg: PLIST-main 
> Removed files:
>   textproc/icu4c/patches: patch-source_common_putilimp_h 
> 
> Log message:
> Update to icu4c-65.1.
> 

SONAME is missing the minor,

sthen@i386[~] objdump -p  /usr/local/lib/libicuuc.so.16.0 | grep -e SONAME -e 
NEEDED
  NEEDED  libicudata.so.16
  NEEDED  libpthread.so.26.1
  NEEDED  libm.so.10.1
  NEEDED  libc++.so.3.0
  NEEDED  libc++abi.so.1.0
  SONAME  libicuuc.so.16

I guess lld doesn't care, but ld.bfd (used by asterisk on i386)
does - noticed due to a packaging failure in asterisk via libical:

sthen@i386[~] objdump -p /usr/local/lib/libical.so.4.3 | grep NEEDED
  NEEDED  libpthread.so.26.1
  NEEDED  libicuuc.so.16
  NEEDED  libicui18n.so.16

->

configure:21141: checking for icaltimezone_get_utc_timezone in -lical
configure:21166: cc -o conftest -O2 -pipe   -pthread -I/usr/local/include 
-L/usr/local/lib conftest.c -lical   -lm -lp
thread >&5
/usr/local/lib/libical.so.4.3: warning: strcpy() is almost always misused, 
please use strlcpy()
/usr/bin/ld.bfd: warning: libicuuc.so.16, needed by 
/usr/local/lib/libical.so.4.3, not found (try using -rpath or -rpa
th-link)
/usr/bin/ld.bfd: warning: libicui18n.so.16, needed by 
/usr/local/lib/libical.so.4.3, not found (try using -rpath or -r
path-link)
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_set'
/usr/local/lib/libical.so.4.3: undefined reference to `uenum_close'
/usr/local/lib/libical.so.4.3: undefined reference to `uloc_setKeywordValue'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_getMillis'
/usr/local/lib/libical.so.4.3: undefined reference to `u_strFromUTF8Lenient'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_close'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_setDate'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_setDateTime'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_setAttribute'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_get'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_open'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_setMillis'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_add'
/usr/local/lib/libical.so.4.3: undefined reference to `ucal_getLimit'
/usr/local/lib/libical.so.4.3: undefined reference to `uenum_next'
/usr/local/lib/libical.so.4.3: undefined reference to 
`ucal_getKeywordValuesForLocale'
collect2: error: ld returned 1 exit status

Since the version is embedded in dependent binaries/libs I think it may
need bumping to 17.0 to make sure they get updated.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 14:51:09

Modified files:
devel/catch2   : Makefile distinfo 

Log message:
Update catch2 to 2.10.0



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2019/10/17 14:44:24

Modified files:
graphics/dpic  : Makefile distinfo 
graphics/dpic/pkg: PLIST 
Added files:
graphics/dpic/patches: patch-pdf_c 
Removed files:
graphics/dpic/patches: patch-Makefile_in patch-dpic_c 
   patch-p2c_h patch-p2clib_c 

Log message:
Update dpic to 2019.08.30. This fixes CVE-2019-13989.

The codebase is now fully in C. As a result, we can remove previous
patches, they are not needed anymore as p2c is gone, and upstream now
has the sprintf -> snprintf changes in wfloat.

The remaining sprintf -> snprintf changes have been moved to a new
patch, as those functions are now in their own file (pdf.c).

OK bentley@



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 14:25:03

Modified files:
net/libmesode  : Makefile distinfo 

Log message:
Bugfix update libmesode to 0.9.3



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 14:23:03

Modified files:
x11/herbstluftwm: Makefile distinfo 

Log message:
Update herbstluftwm to 0.7.2

Release 0.7.2 notes:
j
* When herbstluftwm is not running and herbstclient is called, the
absent herbstluftwm is detected instead of hanging forever.
* Close window on _NET_CLOSE_WINDOW. This makes closing windows via ewmh
panels work.
* Fix return code of remove_attr
* Fix error when unmanaging clients
* Some typo fixes in the documentation

Update diff from Lucas , compiler c++11 comment by
me.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/17 14:22:54

Modified files:
net/p5-SNMP-Info: Makefile distinfo 
net/p5-SNMP-Info/pkg: PLIST 

Log message:
update to p5-SNMP-Info-3.70, from wen heping



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/17 14:15:55

Modified files:
mail/imapsync  : Makefile 

Log message:
fix bogus GH_* setup, if using GH_ACCOUNT+GH_PROJECT you must always use
GH_TAGNAME or GH_COMMIT. no pkg change



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 13:58:16

Modified files:
x11/qt5/qtbase : Makefile 

Log message:
enable math/double-conversion in qtbase

While here, refresh WANTLIB and fix mysql WANTLIB



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 13:55:35

Modified files:
math   : Makefile 

Log message:
hook double-conversion



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 13:53:58

Log message:
Import double-conversion-3.1.5

This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been 
extracted
from the V8 JavaScript engine. The code has been refactored and improved so
that it can be used more easily in other projects.

Port from Paco Esteban  with tweaks from me.

ok bentley@

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20191017

N ports/math/double-conversion/Makefile
N ports/math/double-conversion/distinfo
N ports/math/double-conversion/pkg/DESCR
N ports/math/double-conversion/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/17 13:13:11

Modified files:
graphics/krita : Makefile distinfo 

Log message:
Update krita to 4.2.7.1



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2019/10/17 12:34:27

Modified files:
editors/bvi: Makefile distinfo 

Log message:
Update to 1.4.1:
* Minor fixes
* bmore new option -r, bvi new setting: set reverse:
Characters between 160 - 254 are displayed as "reverse video text"



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/17 11:16:04

Modified files:
net/bird/2 : Makefile distinfo 

Log message:
update to bird-2.0.7
- BGP: Accumulated IGP metric (RFC 7311)
- Important filter reconfiguration bugfix
- Several other bugfixes



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/17 11:15:23

Modified files:
net/icinga/web2: Makefile distinfo 
net/icinga/web2/pkg: PLIST 

Log message:
update to icinga-web2-2.7.2



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/17 11:15:32

Modified files:
net/icinga/web2-module-director: Makefile distinfo 
net/icinga/web2-module-director/pkg: PLIST 

Log message:
update to icingaweb2-module-director-1.7.1



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/17 11:15:19

Modified files:
x11/gnome/librsvg: Makefile distinfo 

Log message:
Update to librsvg-2.46.2.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/10/17 11:10:27

Modified files:
devel/gdb  : Makefile 
devel/gdb/patches: patch-gdb_aarch64obsd-nat_c 
   patch-gdb_aarch64obsd-tdep_c 

Log message:
Improve devel/gdb aarch64 support:
* Enable debugging on running threaded programs
* Provide sigtramp routine unwinding (support modeled after ppc)
okay pascal@ kettenis@



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2019/10/17 08:03:56

Modified files:
lang/parrot: Makefile 
lang/parrot/pkg: DESCR 

Log message:
parrot: _CALL_ELF is undefined on powerpc, force it as ELFv1.
While here, refresh WANTLIB and fix a trailing whitespace.

OK landry@



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2019/10/17 07:32:31

Modified files:
emulators/nestopia: Makefile 

Log message:
nestopia,-libretro: fix packaging on base-gcc archs.
Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by
LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*.

OK bentley@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2019/10/17 07:29:53

Modified files:
emulators/gambatte: Makefile 

Log message:
gambatte: fix packaging on base-gcc archs.
Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by
LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*.

OK bentley@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2019/10/17 05:19:41

Modified files:
audio/ncmpc: Makefile distinfo 
audio/ncmpc/pkg: PLIST 

Log message:
Update to ncmpc 0.35.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2019/10/17 05:19:21

Modified files:
audio/mpd  : Makefile distinfo 

Log message:
Update to mpd 0.21.16.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/10/17 03:31:47

Modified files:
www/apertium-apy: Makefile distinfo 
www/apertium-apy/pkg: PLIST 

Log message:
Update to apertium-apy-0.11.6.



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2019/10/17 03:13:16

Modified files:
devel/p5-Test-Spelling: Makefile distinfo 

Log message:
p5-Test-Spelling: update to 0.25
Changelog:
https://metacpan.org/changes/release/CAPOEIRAB/Test-Spelling-0.25

>From Wen Heping, thanks!



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/10/17 02:56:35

Modified files:
textproc/html-xml-utils: Makefile distinfo 

Log message:
Update to html-xml-utils-7.8.

Release notes: https://www.w3.org/Tools/HTML-XML-utils/ChangeLog



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/10/17 00:55:13

Modified files:
emulators/mgba : Makefile distinfo 

Log message:
Update to mgba-0.7.3.

Release notes:
https://mgba.io/2019/09/15/mgba-0.7.3/



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2019/10/17 00:32:20

Modified files:
www/rt : Makefile 

Log message:
remove even more run depends duplication; from wen heping



CVS: cvs.openbsd.org: ports

2019-10-17 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/10/17 00:31:17

Modified files:
textproc/epubcheck: Makefile distinfo 

Log message:
Update to epubcheck-4.2.2.

Release notes:
https://github.com/w3c/epubcheck/releases/tag/v4.2.2