Re: NEW: devel/csmith

2018-04-14 Thread Brian Callahan
On 04/11/18 07:21, Jeremie Courreges-Anglas wrote: On Wed, Apr 11 2018, "Anthony J. Bentley" wrote: Hi, Csmith is a tool that can generate random C programs that statically and dynamically conform to the C99 standard. It is useful for stress-testing compilers, static

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/04/14 22:03:26 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20180410

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/14 07:02:59 Modified files: devel/libffi/patches: patch-src_arm_sysv_S Log message: unbreak asm on arm, probably following clang update; patch from freebsd: fstmfdd -> vstmdb, fldmiad -> vldmia,

Casting bitmaps (clang 6)

2018-04-14 Thread Matthew Martin
net/nam has 32 files in bitmap/* which define a static char[]. Clang errors on any byte >= 0x80. The Tk API requires a static char *. Is it preferable to change the definition to a static unsigned char[] and reinterpret_cast when calling Tk or to sprikle static_cast in the definitions? In the

Re: ruby-passenger failed to build on OpenBSD/loongson

2018-04-14 Thread manphiz
Hi, On 4/12/18 10:58 PM, manp...@gmail.com wrote: Dear ports maintainer, When building nginx, one of its dependencies ruby-passenger failed to build due to dwarf version mismatch. The most relevant line is below: /usr/bin/ld: Dwarf Error: found dwarf version '0', this reader only handles

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/14 17:01:01 Modified files: sysutils/amazon-ssm-agent: Makefile sysutils/facette: Makefile textproc/loccount: Makefile Log message: bump all go ports that don't already have a

Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-14 Thread Stuart Henderson
On 2018/04/15 00:48, Pavel Korovin wrote: > Please note that all go-dependent ports also need bump after enabling > MAP_STACK. I've just bumped the "MODGO_TYPE=bin" ones. In theory the "MODGO_TYPE=lib" ones should already update automatically with pkg_add -u.

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/14 16:53:55 Modified files: databases/influxdb: Makefile devel/git-lfs : Makefile devel/go-tools : Makefile devel/hub : Makefile devel/promu: Makefile

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/14 16:35:42 Modified files: mail/mutt : Makefile distinfo mail/mutt/pkg : PLIST Log message: update to mutt-1.9.5

UPDATE: x11/qt4 (clang6)

2018-04-14 Thread Pavel Korovin
Dear all, Please find the diff for x11/qt4 attached. Quick-fix for build with clang6. -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/x11/qt4/Makefile,v retrieving revision 1.151 diff -u -p -r1.151

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/14 13:48:36 Modified files: devel/shellcheck: Makefile Log message: Adjust MODGHC_PACKAGE_KEY. >From maintainer Caspar Schutijser.

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/14 13:47:43 Modified files: textproc/hs-json: Makefile distinfo Log message: Update to hs-hson-0.9.2, which should fix the build with ghc-8.4. >From maintainer Caspar Schutijser.

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/14 15:31:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of hs-resource-pool, hs-List, hs-OneTuple, hs-blaze-builder,

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/14 15:28:42 Removed files: databases/hs-resource-pool: Makefile distinfo databases/hs-resource-pool/pkg: DESCR PLIST devel/hs-List : Makefile distinfo devel/hs-List/pkg:

clang 6 fix java/jlint

2018-04-14 Thread Matthew Martin
Fix format specifier, add spaces, and use negative literals when negative numbers are desired (with a cast for -0x8000). - Matthew Martin diff --git patches/patch-jlint_cc patches/patch-jlint_cc index 1bf4f950634..567174b30e4 100644 --- patches/patch-jlint_cc +++ patches/patch-jlint_cc @@

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/04/14 15:27:20 Modified files: databases : Makefile devel : Makefile net: Makefile textproc : Makefile Log message: Unhook some unused

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/04/14 07:21:41 Modified files: security/py-josepy: Makefile distinfo Log message: update to py-josepy-1.1.0

Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-14 Thread Pavel Korovin
Please note that all go-dependent ports also need bump after enabling MAP_STACK. -- With best regards, Pavel Korovin

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2018/04/14 05:17:04 Modified files: games/freeciv : Makefile distinfo Log message: bugfix update to freeciv-2.5.11 sync WANTLIB while here

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:26:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add gpgmepp, dead upstream

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:22:07 Modified files: x11/kde-applications: Makefile Log message: unhook gpgmepp

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:21:35 Removed files: x11/kde-applications/gpgmepp: Makefile distinfo x11/kde-applications/gpgmepp/pkg: DESCR PLIST Log message: Remove after security/gpgme update. Since

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:14:05 Modified files: mail/claws-mail: Makefile mail/gmime : Makefile mail/gmime30 : Makefile mail/mu: Makefile mail/mutt :

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:01:43 Modified files: x11/kde4/kget : Makefile x11/kde4/pim : Makefile x11/kde4/pimlibs: Makefile x11/kde4/pimlibs/patches: patch-akonadi_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 04:00:05 Modified files: mail/trojita : Makefile mail/trojita/patches: patch-CMakeLists_txt mail/trojita/pkg: PLIST Log message: Replace x11/kde-applications/gpgmepp

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 03:56:20 Modified files: security/gpgme : Makefile distinfo Added files: security/gpgme/pkg: DESCR-main DESCR-qt PLIST-main PLIST-qt Removed files: security/gpgme/pkg:

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2018/04/14 03:05:14 Modified files: security/stunnel: Makefile security/stunnel/patches: patch-src_ssl_c Removed files: security/stunnel/patches: patch-src_common_h patch-src_tls_c Log

Re: japanese/Wnn: remove jgroff dependency

2018-04-14 Thread YASUOKA Masahiko
ok yasuoka I checked some japanese man pages On Sat, 14 Apr 2018 03:30:30 +0200 Ingo Schwarze wrote: > Hi, > > Marc Espie wrote on Fri, Apr 13, 2018 at 11:05:22AM +0200: >> On Thu, Apr 12, 2018 at 10:55:05PM +0900, YASUOKA Masahiko wrote: > >>> I don't think installing EUC

Re: php on arm

2018-04-14 Thread s_graf
Ran into another problem: /usr/bin/libtool --silent --mode=compile cc -pthread -O2 -pipe -DHAVE_CONFIG_H -D_POSIX_THREADS -DAPR_POOL_DEBUG=1 -I./include -I/usr/ports/pobj/apr-1.6.3/apr-1.6.3/include/arch/unix -I./include/arch/unix -I/usr/ports/pobj/apr-1.6.3/apr-1.6.3/include/arch/unix

CVS: cvs.openbsd.org: ports

2018-04-14 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/04/14 01:08:14 Modified files: devel/intellij : Makefile distinfo devel/intellij/files: idea.1 devel/intellij/pkg: PLIST Log message: Update intellij to 2018.1.1 >From

UPDATE: textproc/hs-json 0.9.2

2018-04-14 Thread Caspar Schutijser
Hi ports@, Below is a diff that updates hs-json to 0.9.2. According to the upstream commit log, the only change in this release ``avoids a name clash with GHC 8.4'' [1]. This diff also updates the MODGHC_PACKAGE_KEY of the port that depends on hs-json (devel/shellcheck). Tested on amd64.

UPDATE: devel/intellij 2018.1.1

2018-04-14 Thread Caspar Schutijser
Hi ports@, Below is a diff that updates devel/intellij to 2018.1.1. While there, I changed the link to the website in the manpage to HTTPS. Tested on amd64. Thanks, Caspar Schutijser Index: Makefile === RCS file:

Re: php on arm

2018-04-14 Thread Jasper Lievisse Adriaanse
On Fri, Apr 13, 2018 at 10:44:53PM +0100, Stuart Henderson wrote: > On 2018/04/13 14:22, s_g...@telus.net wrote: > > cc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. > > -I../include -Iinclude -I../src -O2 -pipe -MT src/arm/sysv.lo -MD -MP -MF > > src/arm/.deps/sysv.Tpo -c