Re: Build gtetrinet without esound

2014-11-03 Thread Brad Smith
On 04/11/14 2:49 AM, Brad Smith wrote: On 03/11/14 2:18 PM, Jonathan Armani wrote: Hi, Back on old diffs, remove esound from gtetrinet. This diff does not prevent esound to be picked by configure but I plan to remove it completly. Is that acceptable ? Better idea ? I noticed your diff adds l

Re: Remove remaining esound ports

2014-11-03 Thread Alexandre Ratchov
On Mon, Nov 03, 2014 at 10:49:29PM +0100, Jonathan Armani wrote: > > As notified by naddy, extace is linked to the build ... and I said gkrellmms > in the mail but it is gkrellmss (ok in the diff). > > New diff with x11/Makefile and Quirks adjusted for extace > I really can't see any use of the

Re: Build gtetrinet without esound

2014-11-03 Thread Brad Smith
On 03/11/14 2:18 PM, Jonathan Armani wrote: Hi, Back on old diffs, remove esound from gtetrinet. This diff does not prevent esound to be picked by configure but I plan to remove it completly. Is that acceptable ? Better idea ? I noticed your diff adds libaudfile but there are no WANTLIB addit

UPDATE: misc/srcpd

2014-11-03 Thread Sebastian Reitenbach
Hi, this is a minor update of the srcpd daemon: the list of bug fixes/improvements: Fixed Bug: * Fix Lenz GA address handling (bug introduced in version 2.0.11). * Fix usage of XEvtLok in IB module. * Fix baud rate negotiation in IB module. * Reject INIT GL if device is locked New Feature

UPDATE: misc/spdrs60

2014-11-03 Thread Sebastian Reitenbach
Hi, this is a minor update, besides some bug fixes, and some internal code restructuring, a few new features added: * Add experimental support for BiDi locomotive address visualization. * Add configure check for nearbyint. * Add Dutch translation provided by Jaap Kramer. * Add full screen

Re: x11/enlightenment sndio backend

2014-11-03 Thread Alexandre Ratchov
On Mon, Nov 03, 2014 at 08:47:54PM +0100, Jonathan Armani wrote: > > Add sndio backend, regen distinfo and wantlib. > > Older revision of this diff was ok ratchov and got input from brad and > Amit Kulkarni (maintainer at this time). > too bad this diff was not comitted two years ago. I'm still

Re: Build gtetrinet without esound

2014-11-03 Thread Alexandre Ratchov
On Mon, Nov 03, 2014 at 08:18:02PM +0100, Jonathan Armani wrote: > Hi, > > Back on old diffs, remove esound from gtetrinet. This diff does not > prevent esound to be picked by configure but I plan to remove it > completly. > > Is that acceptable ? Better idea ? > Last gtetrinet release is from

Re: UPDATE: Bochs 2.6.7

2014-11-03 Thread Alexandre Ratchov
On Tue, Nov 04, 2014 at 12:34:20AM -0500, Brad Smith wrote: > Here is an update to Bochs 2.6.7. > > OK? > works here, ok

UPDATE: Bochs 2.6.7

2014-11-03 Thread Brad Smith
Here is an update to Bochs 2.6.7. OK? Index: Makefile === RCS file: /home/cvs/ports/emulators/bochs/Makefile,v retrieving revision 1.60 diff -u -p -u -p -r1.60 Makefile --- Makefile15 Jun 2013 22:59:58 - 1.60 +++ Makefi

Re: UPDATE: MPlayer 20141103

2014-11-03 Thread Stuart Henderson
On 2014/11/03 19:09, Brad Smith wrote: > Here is an update to MPlayer 20141103. > > OK? This works for me on amd64 with a few files I threw at it, though as ever more tests especially from people with collections of uncommon file formats would be useful.

UPDATE: MPlayer 20141103

2014-11-03 Thread Brad Smith
Here is an update to MPlayer 20141103. OK? Index: Makefile === RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.242 diff -u -p -u -p -r1.242 Makefile --- Makefile19 Oct 2014 23:14:24 - 1.242

[UPDATE] devel/cln 1.3.4

2014-11-03 Thread Paul Irofti
They claim to have fixed mips64 but my Loongson says otherwise. Okay? Index: Makefile === RCS file: /cvs/ports/devel/cln/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile27 Aug 2013 09:19:25 - 1

Re: Remove remaining esound ports

2014-11-03 Thread Jonathan Armani
As notified by naddy, extace is linked to the build ... and I said gkrellmms in the mail but it is gkrellmss (ok in the diff). New diff with x11/Makefile and Quirks adjusted for extace Index: x11/Makefile === RCS file: /cvs/ports/x

Update: cmake 3.0.2p7

2014-11-03 Thread Adrian Siekierka
From my testing, it appears that cmake-3.0.2.tar.gz as of today includes two of the patches cmake-3.0.2p6 (port) was trying to merge in, so I fixed the port accordingly. I am very new when it comes to updating/making ports (this is my first try), so please correct me if I'm doing something wro

Re: apache2 file locations

2014-11-03 Thread Christian Weisgerber
On 2014-11-02, Stuart Henderson wrote: > Currently the apache-httpd (Apache httpd 2.x) port defaults to using > various directories under /var/apache2 (htdocs, logs, cgi-bin, icons, > error). Now that we clearly need to support multiple httpd's in ports > (base httpd, while useful in some cases,

Re: comms/tlf: use sndio to record

2014-11-03 Thread Stuart Henderson
On 2014/11/03 19:10, Alexandre Ratchov wrote: > On Fri, Oct 31, 2014 at 07:59:38PM +0100, Alexandre Ratchov wrote: > > This diff makes tlf record audio using sndio. > > > > I couldn't really test it as i don't know what exactly tlf is > > supposed to do, just checked by adding debug printf()'s tha

[UPDATE] ufconfig -> SuiteSparse_config

2014-11-03 Thread Paul Irofti
The following is needed for updating the following math libraries: AMD, CAMD, COLAMD, CCOLAMD. My plan is to remove math/ufconfig and add math/SuiteSparse_config. Am I doing this right? Index: files/Quirks.pm === RCS file: /cvs/por

Remove remaining esound ports

2014-11-03 Thread Jonathan Armani
To be commited in last, delete gkrellmms, extrace (not linked) and esound. Add quirk entry for gkrellmms and esound. Index: x11/extace/Makefile === RCS file: x11/extace/Makefile diff -N x11/extace/Makefile --- x11/extace/Makefile 9

x11/enlightenment sndio backend

2014-11-03 Thread Jonathan Armani
Add sndio backend, regen distinfo and wantlib. Older revision of this diff was ok ratchov and got input from brad and Amit Kulkarni (maintainer at this time). Ok ? Index: Makefile === RCS file: /cvs/ports/x11/enlightenment/Makefil

Re: UPDATE: x265 1.4

2014-11-03 Thread Landry Breuil
On Sun, Nov 02, 2014 at 05:57:06AM -0500, Brad Smith wrote: > On 02/11/14 5:31 AM, Stuart Henderson wrote: > >On 2014/11/02 05:18, Brad Smith wrote: > >>On 02/11/14 5:08 AM, Stuart Henderson wrote: > >>>On 2014/11/02 04:21, Brad Smith wrote: > Here is an update to x265 1.4. > > OK? > >

Build gtetrinet without esound

2014-11-03 Thread Jonathan Armani
Hi, Back on old diffs, remove esound from gtetrinet. This diff does not prevent esound to be picked by configure but I plan to remove it completly. Is that acceptable ? Better idea ? Index: Makefile === RCS file: /cvs/ports/games/

Re: comms/tlf: use sndio to record

2014-11-03 Thread Alexandre Ratchov
On Fri, Oct 31, 2014 at 07:59:38PM +0100, Alexandre Ratchov wrote: > This diff makes tlf record audio using sndio. > > I couldn't really test it as i don't know what exactly tlf is > supposed to do, just checked by adding debug printf()'s that sndio > parts work. > > OK? > I just noticed that c

Update: math/coq (8.4pl5)

2014-11-03 Thread Yozo TODA
here is an update for math/coq, to 8.4pl5. confirmed on amd64. thanks chrisz and nigel for preparing this update. I just confirmed that the patch works. (and, as in previous revisions, "make test" fails without enough memory.) -- yozo. diff -Nru -x CVS /usr/ports/math/coq/Makefile ./Makefile -

Re: CMAKE_BUILD_TYPE=Release by default (Was CVS: cvs.openbsd.org: ports)

2014-11-03 Thread Landry Breuil
On Mon, Nov 03, 2014 at 05:07:03PM +, Stuart Henderson wrote: > On 2014/10/21 20:55, Vadim Zhukov wrote: > > >> This will break packaging of ports installing CMake package files (see > > >> the FooTargets.cmake and FooTargets-Release.cmake in PLIST files?) > > >> when DEBUG is specified. > > >

Re: CMAKE_BUILD_TYPE=Release by default (Was CVS: cvs.openbsd.org: ports)

2014-11-03 Thread Stuart Henderson
On 2014/10/21 20:55, Vadim Zhukov wrote: > >> This will break packaging of ports installing CMake package files (see > >> the FooTargets.cmake and FooTargets-Release.cmake in PLIST files?) > >> when DEBUG is specified. > > > > True, but by using DEBUG you are already drifting from regular packages;

Re: Fix for bug in kio_sftp

2014-11-03 Thread Vadim Zhukov
03 нояб. 2014 г. 19:06 пользователь "Federico Giannici" < giann...@neomedia.it> написал: > > Hi! > > I just wanted to let you know that the bug described in the following message is present in the just released KDE4 port for OpenBSD 5.6 (amd64). The problem is correctly identified and I can confirm

Fix for bug in kio_sftp

2014-11-03 Thread Federico Giannici
Hi! I just wanted to let you know that the bug described in the following message is present in the just released KDE4 port for OpenBSD 5.6 (amd64). The problem is correctly identified and I can confirm that it's solved as described there (changing the "int" into "long"). https://mail.kde.or

Re: Update: phantomjs 1.9.8

2014-11-03 Thread Eric Radman
On Sat, Nov 01, 2014 at 10:23:01AM +0100, Francisco de Borja Lopez Rio wrote: > Hi! > > Attached is a diff to update the www/phantomjs port to the latest version > (1.9.8) released some days ago. > > This version disables SSLv3 support in phantomjs because of CVE-2014-3566 > (aka the "POODLE" iss

Re: Build error: net/weechat

2014-11-03 Thread David Coppa
> From: Christian Weisgerber > Date: Sun, Nov 2, 2014 at 2:45 PM > Subject: Build error: net/weechat > To: ports@openbsd.org > > > net/weechat didn't build in the latest amd64 bulk build. Specifically, > it failed during packaging: > > Error: /usr/obj/weechat-1.0.1/fake-amd64/usr/local/bin/we

Re: Update: multimedia/get_iplayer

2014-11-03 Thread Stuart Henderson
On 2014/11/03 02:52, Nigel Taylor wrote: > Also need a PORTROACH setting as tagged twice in github, with v2.n and > latest, portpoach reports latest as latest even if the version is the > latest 2.n version. I wanted to leave this as a test case, github has a "latest release" marker (see the green

Re: libaudclient removed (Was: CVS: cvs.openbsd.org: ports)

2014-11-03 Thread David Coppa
On Mon, Nov 3, 2014 at 10:14 AM, Brad Smith wrote: > On 03/11/14 3:13 AM, David Coppa wrote: >> >> On Mon, Nov 3, 2014 at 5:28 AM, Brian Callahan >> wrote: >>> >>> CVSROOT:/cvs >>> Module name:ports >>> Changes by: bcal...@cvs.openbsd.org 2014/11/02 21:28:11 >>> >>> Modified files

Re: libaudclient removed (Was: CVS: cvs.openbsd.org: ports)

2014-11-03 Thread Brad Smith
On 03/11/14 3:13 AM, David Coppa wrote: On Mon, Nov 3, 2014 at 5:28 AM, Brian Callahan wrote: CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2014/11/02 21:28:11 Modified files: audio/audacious: Makefile distinfo audio/audacious/patches: pat

Re: libaudclient removed (Was: CVS: cvs.openbsd.org: ports)

2014-11-03 Thread Benoit Lecocq
On 11/03/14 09:13, David Coppa wrote: > On Mon, Nov 3, 2014 at 5:28 AM, Brian Callahan > wrote: >> CVSROOT:/cvs >> Module name:ports >> Changes by: bcal...@cvs.openbsd.org 2014/11/02 21:28:11 >> >> Modified files: >> audio/audacious: Makefile distinfo >> audio/auda

Re: icu4c 54.1p1 fails to build on arm

2014-11-03 Thread Matthieu Herrb
On Mon, Nov 03, 2014 at 09:10:25AM +0100, David Coppa wrote: > On Sun, Nov 2, 2014 at 2:34 PM, Matthieu Herrb wrote: > > On Sat, Nov 01, 2014 at 10:02:41PM +0100, David Coppa wrote: > >> On Sat, 01 Nov 2014, Matthieu Herrb wrote: > >> > >> > Hi, > >> > > >> > icu4c 54.1p1 fails to build on arm (I'

libaudclient removed (Was: CVS: cvs.openbsd.org: ports)

2014-11-03 Thread David Coppa
On Mon, Nov 3, 2014 at 5:28 AM, Brian Callahan wrote: > CVSROOT:/cvs > Module name:ports > Changes by: bcal...@cvs.openbsd.org 2014/11/02 21:28:11 > > Modified files: > audio/audacious: Makefile distinfo > audio/audacious/patches: patch-buildsys_mk_in >

Re: icu4c 54.1p1 fails to build on arm

2014-11-03 Thread David Coppa
On Sun, Nov 2, 2014 at 2:34 PM, Matthieu Herrb wrote: > On Sat, Nov 01, 2014 at 10:02:41PM +0100, David Coppa wrote: >> On Sat, 01 Nov 2014, Matthieu Herrb wrote: >> >> > Hi, >> > >> > icu4c 54.1p1 fails to build on arm (I'm using an imx6 but it shouldn't >> > matter). >> >> >> > gmake[2]: Leaving