[PATCH] x11/mate/libmatemixer: switch backend from pulseaudio to oss

2017-12-25 Thread Lari Rasku
On MATE, the system and MATE mixers are distinct, and it's easy to get them out of sync: the volume control applet's slider controls only the MATE mixer, mixerctl controls only the system mixer, and the volume up/down keys control both (thanks to handlers in mate-settings-daemon). This gets

Re: [update] facette 0.4.0

2017-12-25 Thread Daniel Jakots
On Mon, 25 Dec 2017 10:28:53 +0100, Landry Breuil wrote: > here's an update to facette 0.4.0 Thanks for looking in it! Diff as is reads fine but I have a couple of issues: 1. after running make patch, I ran make fake and I got: $ make fake ===> Configuring for

New: ruby 2.5.0

2017-12-25 Thread Jeremy Evans
Ruby 2.5.0 was released today. Release announcement: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/ I've been running prereleases for about a month, and it seems pretty stable. No testing issues on amd64, only failures are due to crypt(3) and the pthreads fifo fdlock bug.

Re: [NEW] textproc/loccount 1.2

2017-12-25 Thread Klemens Nanni
On Thu, Nov 09, 2017 at 12:11:05AM +0100, Klemens Nanni wrote: > Hey ports@, > > here's https://gitlab.com/esr/loccount/, from DESCR: > > loccount is a re-implementation of David A. Wheeler's sloccount tool in > Go. It is faster and handles more different languages. Because it's one > source

[update] facette 0.4.0

2017-12-25 Thread Landry Breuil
Hi, here's an update to facette 0.4.0 - this version is able to communicate with influxdb, the old 0.3.0pre0 version we had apparently speaks an old version of the influxdb API/protocol. Either way, i haven't found (yet) the right magic to use in pattern matching to make facette detect

Re: [update] facette 0.4.0

2017-12-25 Thread Landry Breuil
On Mon, Dec 25, 2017 at 10:28:53AM +0100, Landry Breuil wrote: > Hi, > > here's an update to facette 0.4.0 - this version is able to communicate > with influxdb, the old 0.3.0pre0 version we had apparently speaks an old > version of the influxdb API/protocol. > > Either way, i haven't found

Re: print/texlive/base: use bundled poppler for now

2017-12-25 Thread Edd Barrett
Hi Kili, Thanks for working on this. Can you give me a few days to check out the pdftex crash and see if I can fix it? I should be able to work on this on and after the 27th. Any info you have on the crash would also be useful. Did you have a trace? Thanks again, and happy holidays. On 25

Re: on clang-archs: watch out for '-e xport-dynamic' warnings

2017-12-25 Thread Jeremie Courreges-Anglas
On Mon, Dec 25 2017, Jan Beich wrote: > Jeremie Courreges-Anglas writes: > >> +--- src/Makefile.am.orig >> src/Makefile.am >> +@@ -24,5 +24,6 @@ AM_CPPFLAGS = @PACKAGE_CFLAGS@ \ >> +-DPACKAGE_DATA_DIR=\""$(datadir)"\" \ >> +

Re: on clang-archs: watch out for '-e xport-dynamic' warnings

2017-12-25 Thread Jan Beich
Jeremie Courreges-Anglas writes: > +--- src/Makefile.am.orig > src/Makefile.am > +@@ -24,5 +24,6 @@ AM_CPPFLAGS = @PACKAGE_CFLAGS@ \ > + -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ > + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" > + > +-AM_CFLAGS =

Re: New port: witchblast (roguelite dungeon crawler)

2017-12-25 Thread Kaashif Hymabaccus
On Mon, Dec 25, 2017 at 06:49:15AM +0100, Jeremie Courreges-Anglas wrote: > > Have you tried a build with COMPILER = ports-clang? I have tried it on sparc64 and it doesn't work, but this is not an issue with the port. I get these errors: In file included from

Re: [update] facette 0.4.0

2017-12-25 Thread Landry Breuil
On Mon, Dec 25, 2017 at 11:09:48AM -0500, Daniel Jakots wrote: > On Mon, 25 Dec 2017 10:28:53 +0100, Landry Breuil > wrote: > > > here's an update to facette 0.4.0 > > Thanks for looking in it! > > Diff as is reads fine but I have a couple of issues: > 1. after running make

Re: [new] liblognorm

2017-12-25 Thread Jeremie Courreges-Anglas
On Sun, Dec 24 2017, Remi Locherer wrote: > Hi, > > liblognorm is a library to normalize log messages. It requires libfastjson > I sent in the previous mail. It can be used together with rsyslog. > > The patch is needed to run the test suite. 5 out of the 110 tests fail. >

Re: u-boot: add Banana Pi M2 Magic

2017-12-25 Thread Kevin Lo
On Tue, Dec 26, 2017 at 04:52:49PM +1100, Jonathan Gray wrote: > > On Tue, Dec 26, 2017 at 04:50:13PM +1100, Jonathan Gray wrote: > > On Tue, Dec 26, 2017 at 01:16:51PM +0800, Kevin Lo wrote: > > > Hi, > > > > > > I'd like to add the bpi-m2m to our u-boot package. ok? > > > > This should be

Re: print/texlive/base: use bundled poppler for now

2017-12-25 Thread Matthias Kilian
Hi, On Mon, Dec 25, 2017 at 11:00:00AM +, Edd Barrett wrote: > Any info you have on the crash would also be useful. Did you have a trace? That's what I got today, when building math/octave (exactly: when math/octave runs texi2pdf to generate pdf documentation). Please note that you'll

u-boot: add Banana Pi M2 Magic

2017-12-25 Thread Kevin Lo
Hi, I'd like to add the bpi-m2m to our u-boot package. ok? Index: sysutils/u-boot/Makefile === RCS file: /cvs/ports/sysutils/u-boot/Makefile,v retrieving revision 1.29 diff -u -p -u -p -r1.29 Makefile --- sysutils/u-boot/Makefile

Re: [new] libfastjson

2017-12-25 Thread Jeremie Courreges-Anglas
On Sun, Dec 24 2017, Remi Locherer wrote: > Hi, > > libfastjson is a fork from json-c. It is required by newer rsyslog versions. > > The patch is needed to run the tests. > > I tested on amd64. > > Reports from other platforms an OKs are welcome. Looks fine, tests pass on

[wip] grafana 4.6.3

2017-12-25 Thread Landry Breuil
Hi, turns out it wasnt so hard to port, given that the grafana folks vendor their go dependencies in the source tarball, it wasnt the same mess as influxdb. I took inspiration from the FreeBSD port where they fetch the linux binary tarball to extract the web assets instead of going through the

Re: u-boot: add Banana Pi M2 Magic

2017-12-25 Thread Jonathan Gray
On Tue, Dec 26, 2017 at 01:16:51PM +0800, Kevin Lo wrote: > Hi, > > I'd like to add the bpi-m2m to our u-boot package. ok? This should be after Bananapi in the SUNXI list. The kernel support for a33/r16 isn't there yet? Seems to lack at least sxipio "allwinner,sun8i-a33-pinctrl" sxiccmu

alpha bulk build report

2017-12-25 Thread phessler
bulk build on alpha-1.ports.openbsd.org started on Sat Dec 9 10:09:01 MST 2017 finished at Mon Dec 25 19:56:18 MST 2017 lasted 17D02h47m done with kern.version=OpenBSD 6.2-current (GENERIC.MP) #157: Fri Oct 27 15:14:02 MDT 2017 built packages:6616 Dec 9:582 Dec 10:588 Dec 11:535 Dec 12:316 Dec

aarch64 bulk build report

2017-12-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Dec 9 10:09:38 MST 2017 finished at Mon Dec 25 12:40:48 MST 2017 lasted 16D19h31m done with kern.version=OpenBSD 6.2-current (GENERIC) #103: Fri Dec 8 22:53:33 MST 2017 built packages:8038 Dec 9:207 Dec 11:66 Dec 12:225 Dec 13:156 Dec 14:138

upgrading db/v4

2017-12-25 Thread Jan Stary
I am working on a port of the bitcoin node, which requires db 4.8 to support the wallet. What we have in db/v4 is 4.6. The db port seems rather nontrivial and I suppose a lot of stuff depends on it, so I haven't tried yet to upgrade it myself. Are there any plans to upgrade db/v4 to 4.8? (There

Re: upgrading db/v4

2017-12-25 Thread Stuart Henderson
On 2017/12/25 21:16, Jan Stary wrote: > I am working on a port of the bitcoin node, > which requires db 4.8 to support the wallet. > What we have in db/v4 is 4.6. > > The db port seems rather nontrivial > and I suppose a lot of stuff depends on it, > so I haven't tried yet to upgrade it myself. >

Re: New port: witchblast (roguelite dungeon crawler)

2017-12-25 Thread Stuart Henderson
On 2017/12/25 01:24, Thomas Frohwein wrote: > When I try to build on my amd64 with ports-gcc, I get > linker errors that I can't resolve readily. Seems to fail > to link to the sfml libraries. You can't mix libraries (e.g. sfml) compiled with base clang (using libc++) and ports gcc (using

Re: New port: witchblast (roguelite dungeon crawler)

2017-12-25 Thread Stuart Henderson
On 2017/12/25 20:51, Stuart Henderson wrote: > On 2017/12/25 01:24, Thomas Frohwein wrote: > > When I try to build on my amd64 with ports-gcc, I get > > linker errors that I can't resolve readily. Seems to fail > > to link to the sfml libraries. > > You can't mix libraries (e.g. sfml) compiled

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2017/12/25 07:35:51 Modified files: plan9/plan9port: Makefile distinfo plan9/plan9port/patches: patch-bin_web plan9/plan9port/pkg: PLIST Added files: plan9/plan9port/pkg: README

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/12/25 01:58:27 Modified files: x11/lablgtk2 : Makefile x11/lablgtk2/pkg: PFRAG.dynlink-native PFRAG.native PLIST Log message: drop libgnomecanvas bindings. while lablgtk2 isn't the only

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/12/25 01:51:11 Modified files: devel/ocaml-graph: Makefile distinfo devel/ocaml-graph/pkg: PLIST Log message: update to ocaml-graph-1.8.8 ok chrisz@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/12/25 06:06:16 Modified files: sysutils/salt : Makefile sysutils/salt/pkg: PLIST Added files: sysutils/salt/files: vmctl.py Log message: add a new execution module to manage vmm

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 06:01:26 Modified files: x11/klavaro/patches: patch-src_Makefile_am Log message: Fix typo Spotted by jbeich@FreeBSD

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:16:43 Modified files: geo/osm2go : Makefile Log message: Link against libm, needed by lld

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/12/25 15:59:24 Modified files: graphics/inkscape: Makefile Added files: graphics/inkscape/patches: patch-CMakeScripts_DefineDependsandFlags_cmake

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:08:48 Modified files: comms/mgetty+sendfax/patches: patch-mgetty_h Log message: Give this one a chance on arm64

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:27:55 Added files: games/blobby/patches: patch-src_raknet_Types_h Log message: Use endian.h to detect endianness and fix arm64

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:37:21 Modified files: editors/emacs21: Makefile Log message: Don't use ld -Z on arm64 configure: error: installation or configuration problem: C compiler cannot create executables. says

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/12/25 15:56:43 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-poppler_XRef_cc patch-qt5_src_Makefile_in Added files:

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/12/25 14:53:29 Modified files: emulators/retroarch: Makefile distinfo Log message: Update to retroarch-1.6.9. Changelog: https://www.libretro.com/index.php/retroarch-1-6-9-released/ Also fix

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/12/25 15:50:42 Modified files: print/texlive/base: Makefile Log message: Temporarily build print/texlive/base with the bundled version of poppler. It doesn't build without patches against the new

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Ian Sutton
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2017/12/25 23:13:10 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add information for ians@ ok tb@

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:13:38 Modified files: graphics/autopano-sift-c/patches: patch-CMakeLists_txt Log message: Link against libm, needed by lld

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/12/25 23:12:16 Modified files: graphics/xzgv/patches: patch-src_Makefile Log message: Link against libm, fixes lld

CVS: cvs.openbsd.org: ports

2017-12-25 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2017/12/25 12:50:37 Modified files: cad/tkgate : Makefile Log message: Drop HOMEPAGE. Original tkgate author lost control over it a long time ago.