Re: New: devel/noweb 2.11b

2016-11-07 Thread Ray Lai
On 11/08/16 06:20, Jeremie Courreges-Anglas wrote: > Ray Lai writes: > >> On 10/23/16 18:53, Ray Lai wrote: >>> Based on Carlos Alberto Pereira Gomes's work: >>> https://marc.info/?l=openbsd-ports&m=105265115901089&w=2 >>> >>> DESCR: >>> noweb is designed to meet the needs of literate programmers

Re: New: devel/noweb 2.11b

2016-11-07 Thread Jeremie Courreges-Anglas
Ray Lai writes: > On 10/23/16 18:53, Ray Lai wrote: >> Based on Carlos Alberto Pereira Gomes's work: >> https://marc.info/?l=openbsd-ports&m=105265115901089&w=2 >> >> DESCR: >> noweb is designed to meet the needs of literate programmers while >> remaining as simple as possible. Its primary advan

Re: update libsndfile to 1.0.27

2016-11-07 Thread Jeremie Courreges-Anglas
Jan Stary writes: > ping Committed, thanks. > On Sep 29 11:42:40, h...@stare.cz wrote: >> The diff below updates audio/libsndfile to version 1.0.27. >> The changes as summarized upstream: >> >> > * Fix an SF_INFO seekable flag regression introduced in 1.0.26. >> > * Fix potential infinite

Re: update audio/libsamplerate to 0.1.9

2016-11-07 Thread Jeremie Courreges-Anglas
Jan Stary writes: > Tested on amd64, macppc, armv7. > > On Oct 09 11:49:27, h...@stare.cz wrote: >> A new release of audio/libsamplerate. >> Beside code changes, >> >> In 2016, thanks to a generous offer from Epic Games >> International, Secret Rabbit Code was relicensed under the >>

Re: fix: x11/qt5 -debug on amd64

2016-11-07 Thread Vadim Zhukov
7 нояб. 2016 г. 22:42 пользователь "Rafael Sadowski" написал: > > > Diff below fix qt5 -debug FVALOR on amd64 Nice, thanks! > Thanks, > Rafael > > Index: Makefile > === > RCS file: /cvs/ports/x11/qt5/Makefile,v > retrieving revision

Re: UPDATE: py-unidecode + python3 flavor

2016-11-07 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/11/06 18:19, Jeremie Courreges-Anglas wrote: >> - it feels weird not to use MODPY_PI just because MODPY_EGG_VERSION >> doesn't match the end of DISTNAME. I can't see an easy workaround. >> *shrug* > > There's a possible workaround but it feels pretty dirty

fix: x11/qt5 -debug on amd64

2016-11-07 Thread Rafael Sadowski
Diff below fix qt5 -debug FVALOR on amd64 Thanks, Rafael Index: Makefile === RCS file: /cvs/ports/x11/qt5/Makefile,v retrieving revision 1.54 diff -u -p -u -p -r1.54 Makefile --- Makefile23 Sep 2016 15:22:49 - 1.54 +++

Re: UPDATE: py-unidecode + python3 flavor

2016-11-07 Thread Stuart Henderson
On 2016/11/06 18:19, Jeremie Courreges-Anglas wrote: > - it feels weird not to use MODPY_PI just because MODPY_EGG_VERSION > doesn't match the end of DISTNAME. I can't see an easy workaround. > *shrug* There's a possible workaround but it feels pretty dirty V = 0.4.19 MOD

Re: remove useless if ${FLAVOR:Mpython3} from Makefile

2016-11-07 Thread Alexandr Shadchin
On Sun, Nov 06, 2016 at 09:00:51PM +0100, Daniel Jakots wrote: > Hi, > > In python.port.mk there is > .if ${MODPY_MAJOR_VERSION} == 2 > MODPY_BIN_SUFFIX = > .elif ${MODPY_MAJOR_VERSION} == 3 > MODPY_BIN_SUFFIX = -3 > .endif > > So guarding the rename in Makefile with if ${FLAVOR:Mpython3} is

Dvdisaster

2016-11-07 Thread Martijn Rijkeboer
Hi, Has anybody used dvdisaster [1] or something similar on OpenBSD? Dvdisaster is data loss/scratch/aging protection for CD/DVD media. Kind regards, Martijn Rijkeboer [1] http://dvdisaster.net/en/index.html

Re: python.port.mk and TEST_ENV

2016-11-07 Thread Alexandr Shadchin
On Sun, Nov 06, 2016 at 11:27:29PM +0100, Jeremie Courreges-Anglas wrote: > > TEST_ENV support in python.port.mk might come in handy for eg > TEST_IS_INTERACTIVE=x11 or overriding locale. > > ok? > Make sense. ok shadchin@ > > Index: python.port.mk > ==

Re: UPDATE: py-unidecode + python3 flavor

2016-11-07 Thread Jeremie Courreges-Anglas
Daniel Jakots writes: > On Sun, 06 Nov 2016 18:19:27 +0100, Jeremie Courreges-Anglas > wrote: > > I was also looking at this :) > >> > any ideas? >> >> The locale is not set in the test environment. >> >> > in any case i dont think that's a real showstopper. >> > please test and commit. >>

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-07 Thread Florian Obser
On Mon, Nov 07, 2016 at 01:17:08PM +0100, Daniel Jakots wrote: > On Mon, 7 Nov 2016 10:43:05 +, Florian Obser > wrote: > > > So ripe-atlas works with python3 (I expected that), but it is not > > seen as an update. That is however beyond me how to fix that. > > Indeed. The problem is the pack

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-07 Thread Daniel Jakots
On Mon, 7 Nov 2016 10:43:05 +, Florian Obser wrote: > So ripe-atlas works with python3 (I expected that), but it is not > seen as an update. That is however beyond me how to fix that. Indeed. The problem is the package was py-ripe.atlas.tools-1.2.3.tgz but now it is py3-ripe.atlas.tools-2.0.

Re: remove useless if ${FLAVOR:Mpython3} from Makefile

2016-11-07 Thread Stuart Henderson
On 2016/11/07 07:13, Remi Pointel wrote: > On 11/06/16 21:00, Daniel Jakots wrote: > > Hi, > > > > In python.port.mk there is > > .if ${MODPY_MAJOR_VERSION} == 2 > > MODPY_BIN_SUFFIX = > > .elif ${MODPY_MAJOR_VERSION} == 3 > > MODPY_BIN_SUFFIX = -3 > > .endif > > > > So guarding the rename i

Re: p5-DBD-SQLite with in-ports sqlite3 doesn't seem to wrok

2016-11-07 Thread Landry Breuil
On Mon, Nov 07, 2016 at 09:26:50AM +, Stuart Henderson wrote: > We haven't run into this with Mozilla yet because the newer versions are > still using their internal conflicting copy of sqlite. It would be nice to > get this wrapped up :-) Interesting, because im building the upcoming 50.0 wit

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-07 Thread Florian Obser
On Sat, Nov 05, 2016 at 01:30:11AM +0100, Daniel Jakots wrote: > On Wed, 2 Nov 2016 19:54:17 +0100, Daniel Jakots > wrote: > > > On Wed, 2 Nov 2016 15:51:24 +, Florian Obser > > wrote: > > > > > What we currently have doesn't work after an api change. > > > OK? > > > > What about adding

Re: p5-DBD-SQLite with in-ports sqlite3 doesn't seem to wrok

2016-11-07 Thread Stuart Henderson
We haven't run into this with Mozilla yet because the newer versions are still using their internal conflicting copy of sqlite. It would be nice to get this wrapped up :-) On 7 November 2016 08:09:18 Landry Breuil wrote: On Sun, Nov 06, 2016 at 06:33:52PM -0700, Andrew Fresh wrote: I was t

Re: p5-DBD-SQLite with in-ports sqlite3 doesn't seem to wrok

2016-11-07 Thread Landry Breuil
On Sun, Nov 06, 2016 at 06:33:52PM -0700, Andrew Fresh wrote: > I was trying to build p5-DBD-SQLite as part of the process of updating > p5-DBIx-Class and I couldn't get it to work. > > If you currently > cd /usr/ports/databases/p5-DBD-SQLite && make test > > It fails with this, ever so helpful,