Re: mpd and ncmpcpp

2017-08-24 Thread Jeremie Courreges-Anglas
On Thu, Aug 24 2017, Lance Nitschke wrote: > I wanted to test some of the packages I use with the new snapshots prior > to the upcoming release. When starting mpd, it prints out this: > > mpd:/usr/local/lib/libicuuc.so.13.0: /usr/local/lib/libicudata.so.13.0 : >

Re: Revised x11/tint2 0.12.2 -> 0.14.6 update

2017-08-24 Thread Heppler, J. Scott
On Aug 24, 2017: 15:37, Brian Callahan wrote: Hi Scott -- On 8/24/2017 12:43 AM, Heppler, J. Scott wrote: There have been a large number of upstream commits to this port listed at https://gitlab.com/o9000/tint2/blob/master/ChangeLog After further consideration, I removed 11 *.tint2rc examples

mpd and ncmpcpp

2017-08-24 Thread Lance Nitschke
I wanted to test some of the packages I use with the new snapshots prior to the upcoming release. When starting mpd, it prints out this: mpd:/usr/local/lib/libicuuc.so.13.0: /usr/local/lib/libicudata.so.13.0 : WARNING: symbol(icudt58_dat) size mismatch, relink your program Other than that mpd

Re: Update: www/p5-HTTP-Cookies 6.01 -> 6.04

2017-08-24 Thread Stuart Henderson
On 2017/08/24 14:38, Nigel Taylor wrote: > The so called parallel build really doesn't apply, perl ports take so > little time, if anyone wants parallel build then they need to look at > Qt5, libreoffice, etc the large things you want done in parallel, not at > the small things, and remember that

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 14:21:52 Modified files: devel/harfbuzz : Makefile distinfo devel/harfbuzz/pkg: PLIST-main Log message: Update to harfbuzz-1.5.0. - tested in a bulk

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 14:12:26 Modified files: devel/mono-addins: Makefile graphics/pinta : Makefile lang/fsharp: Makefile lang/mono : Makefile Log message: Face reality

Re: [NEW] security/go-siphash

2017-08-24 Thread attila
attila wrote: > Hi ports@, > > Third dependency for net/obfs4proxy: security/go-siphash > > $ cat pkg/DESCR > Go implementation of SipHash-2-4, a fast short-input PRF created by > Jean-Philippe Aumasson and Daniel J. Bernstein. > Ping. Pax, -A --

Re: [NEW] security/go-ed25519

2017-08-24 Thread attila
attila wrote: > Hi ports@, > > Second of the dependencies for net/obfs4proxy: go-ed25519 > > Port attached. Feedback welcome. > Ping. Pax, -A -- https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net} pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D 09C1

Re: Update: www/p5-HTTP-Cookies 6.01 -> 6.04

2017-08-24 Thread Alexander Bluhm
On Thu, Aug 24, 2017 at 02:38:47PM +0100, Nigel Taylor wrote: > On the test depends, the run depends includes p5-URI from > p5-HTTP-Message so p5-URI is already present, as testing is in the > rumtime environment, TEST_DEPENDS is for the p5-Test- not > normally present at runtime, this

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Paul Irofti
CVSROOT:/cvs Module name:ports Changes by: piro...@cvs.openbsd.org 2017/08/24 08:29:03 Modified files: www/youtube-dl : Makefile distinfo Log message: Update youtube-dl to 2017.08.23 New extractors - asiancrush - cjsw - joj - megaphone - nexx - pearvideo - ruv -

[UPDATE] libinotify-20170711

2017-08-24 Thread David Coppa
The diff below updates devel/libinotify to the latest release. Please test it with the usual suspects (owncloudclient, seafile, incron, ...) Cheers! David Index: Makefile === RCS file: /cvs/ports/devel/libinotify/Makefile,v

Re: Update: www/p5-HTTP-Cookies 6.01 -> 6.04

2017-08-24 Thread Nigel Taylor
On 08/24/17 13:30, Alexander Bluhm wrote: > On Wed, Aug 23, 2017 at 10:45:48PM +0100, Nigel Taylor wrote: >> -DISTNAME = HTTP-Cookies-6.01 >> +DISTNAME = HTTP-Cookies-6.04 > > The Makefile.PL mentions TEST_REQUIRES "URI", you should add a > TEST_DEPENDS = www/p5-URI. > > At one time we decided

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2017/08/24 07:33:08 Modified files: www/varnish: Makefile distinfo Log message: Update for Varnish to 5.1.3: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12425 * Switch to GH

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/08/24 07:25:38 Modified files: infrastructure/mk: README.internals Log message: a few more bits

Re: CMake-3.9.1

2017-08-24 Thread David Coppa
On Thu, Aug 24, 2017 at 2:46 PM, Stuart Henderson wrote: > On 2017/08/21 18:03, David Coppa wrote: >> >> Here's the update to CMake-3.9.1 >> >> Still needing a bulk build, so I can fix eventual failures in >> dependant ports... > > I'll start a bulk with this later today. >

Re: CMake-3.9.1

2017-08-24 Thread Stuart Henderson
On 2017/08/21 18:03, David Coppa wrote: > > Here's the update to CMake-3.9.1 > > Still needing a bulk build, so I can fix eventual failures in > dependant ports... I'll start a bulk with this later today.

Re: Update: www/p5-HTTP-Cookies 6.01 -> 6.04

2017-08-24 Thread Alexander Bluhm
On Wed, Aug 23, 2017 at 10:45:48PM +0100, Nigel Taylor wrote: > -DISTNAME = HTTP-Cookies-6.01 > +DISTNAME = HTTP-Cookies-6.04 The Makefile.PL mentions TEST_REQUIRES "URI", you should add a TEST_DEPENDS = www/p5-URI. At one time we decided that BUILD_DEPENDS = ${RUN_DEPENDS} is not necessary

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 06:28:52 Modified files: archivers/lz4 : Makefile Log message: lz4 has several methods to handle unaligned access, method 0: memcpy, "safe and portable" method 1: __packed, "safe if your

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 06:20:59 Added files: archivers/lz4/patches: patch-examples_frameCompress_c Log message: missing return in program used in tests; from Markus Hennecke

Re: Fix www/p5-HTML-Base

2017-08-24 Thread Alexander Bluhm
On Wed, Aug 23, 2017 at 09:06:00PM +0100, Nigel Taylor wrote: > Perl placed was placed in P5ARCH should be in P5SITE, it's not arch > dependant. > > Ok? OK bluhm@ > Index: Makefile > === > RCS file:

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Todd C . Miller
CVSROOT:/cvs Module name:ports Changes by: mill...@cvs.openbsd.org 2017/08/24 05:48:41 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.8.21

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 05:46:06 Modified files: graphics/DevIL/patches: patch-lib_Makefile_in Log message: filter out -std=c99 from libIL_la_CFLAGS; otherwise inline asm fails on i386

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 04:52:48 Modified files: lang/php/7.0 : Makefile distinfo lang/php/7.0/patches: patch-main_php_ini_c Log message: update to php-7.0.22, ok robert@

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 04:52:41 Modified files: lang/php/5.6 : Makefile distinfo Log message: update to php-5.6.31, ok robert@

Re: Update security/nikto 2.1.5 -> 2.1.6

2017-08-24 Thread Stuart Henderson
On 2017/08/24 11:18, Nigel Taylor wrote: > nikto has been moved to github so portroach can't find latest version. > > Attached diff updates to github and version 2.1.6 > > builds on amd64 > > Ok? typo in the PLIST +share/nikto/databases/db_drupal +@sample /var/db/nikto/databases/db_durpal

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 04:25:34 Modified files: security/pgp5 : Makefile security/pgp5/pkg: PLIST Log message: mirror the distfile and drop HOMEPAGE, as Hiltjo Posthuma noticed, the domain has lapsed. regen

Update security/nikto 2.1.5 -> 2.1.6

2017-08-24 Thread Nigel Taylor
nikto has been moved to github so portroach can't find latest version. Attached diff updates to github and version 2.1.6 builds on amd64 Ok? Index: Makefile === RCS file: /home/cvs/ports/security/nikto/Makefile,v retrieving

Re: UPDATE: Varnish-5.1.3

2017-08-24 Thread Rafael Sadowski
On Thu Aug 24, 2017 at 11:36:38AM +0300, Paul Irofti wrote: > On Wed, Aug 23, 2017 at 12:13:56PM -0300, Gonzalo L. Rodriguez wrote: > > Thank you guys, sorry about that, diff attached. > > If this is what the regress tests showed with the previous version, OK. > > # TOTAL: 602 > # PASS: 596 > #

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 04:03:25 Modified files: lang/php : Makefile.inc lang/php/5.5 : Makefile lang/php/5.6 : Makefile lang/php/7.0 : Makefile Log message: Let php-intl

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 03:45:24 Modified files: audio/mpd : Makefile databases/apache-couchdb: Makefile databases/openldap: Makefile devel/dee : Makefile devel/harfbuzz :

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/24 03:44:35 Modified files: textproc/icu4c : Makefile Added files: textproc/icu4c/pkg: DESCR-main DESCR-wwwdata PLIST-main PLIST-wwwdata Removed files:

CVS: cvs.openbsd.org: ports

2017-08-24 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2017/08/24 03:31:35 Modified files: productivity/kmymoney: Makefile productivity/kmymoney/patches: patch-kmymoney_plugins_onlinetasks_sepa_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2017-08-24 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2017/08/24 03:06:10 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile patch-src_player_c Removed files: audio/pianobar/patches: patch-src_main_c

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Patrick Wildt
CVSROOT:/cvs Module name:ports Changes by: patr...@cvs.openbsd.org 2017/08/24 02:53:02 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PFRAG.aarch64 PFRAG.arm Added files: sysutils/u-boot/patches: patch-tools_kwbimage_c Log message: Build

Re: Audacity

2017-08-24 Thread Freddy Fisker
Hi Thank you very much for your information. I have tried earlier to install from source code, but I can't change in the code. Best regards Freddy On Wednesday, 23 August 2017 21:46:24 CEST, Stuart Henderson wrote: On 2017/08/23 21:41, Freddy Fisker wrote: Hi Thanks for your help. I will

Re: UPDATE: Varnish-5.1.3

2017-08-24 Thread Paul Irofti
On Wed, Aug 23, 2017 at 12:13:56PM -0300, Gonzalo L. Rodriguez wrote: > Thank you guys, sorry about that, diff attached. If this is what the regress tests showed with the previous version, OK. # TOTAL: 602 # PASS: 596 # SKIP: 5 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 > > > On

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Jonathan Gray
On Thu, Aug 24, 2017 at 09:53:10AM +0200, Patrick Wildt wrote: > On Thu, Aug 24, 2017 at 09:19:41AM +0200, Patrick Wildt wrote: > > On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > > > Hi, > > > > > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > > >

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
On Thu, Aug 24, 2017 at 09:19:41AM +0200, Patrick Wildt wrote: > On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > > Hi, > > > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > > Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb > > can

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Jonathan Gray
On Thu, Aug 24, 2017 at 09:19:42AM +0200, Patrick Wildt wrote: > On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > > Hi, > > > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > > Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb > > can

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 01:38:46 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.11.139.

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 01:38:35 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.6.6.

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 01:21:35 Modified files: print/cups-filters: Makefile print/cups-filters/patches: patch-Makefile_in Log message: Fix broken synmlinks. reported by semarie

Re: u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
On Thu, Aug 24, 2017 at 09:15:20AM +0200, Patrick Wildt wrote: > Hi, > > I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and > Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb > can be flashed to an SD card right away (bs=512 seek=1), the u-boot > for the

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 01:19:09 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-configure Log message: Update to meta-tracker-1.12.3.

u-boot: add marvell-based clearfog, espressobin and macchiatobin

2017-08-24 Thread Patrick Wildt
Hi, I'd like to add the 32-bit Clearfog and the 64-bit EspressoBin and Macchiatobin to our u-boot package. While the Clearfog's u-boot-spl.kwb can be flashed to an SD card right away (bs=512 seek=1), the u-boot for the 64-bit boards needs to be part of a Marvell ATF build. On the Pine64 it's

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 00:05:27 Modified files: shells/nsh : Makefile www/kcaldav: Makefile www/kcaldav/patches: patch-Makefile Log message: Fix link order to unbreak with FTS5

CVS: cvs.openbsd.org: ports

2017-08-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/08/24 00:04:58 Modified files: databases/sqlite3: Makefile Log message: Enable FTS5; needed by an upcoming x11/gnome/tracker update. Tested in a bulk. miss bump spotted by jca@ ok jca@