WIP: mail/postsrsd

2018-07-27 Thread Giovanni Bechis
Hi, attached a port of postsrsd, an srs forwarding daemon for postfix. A couple of doubts: - It uses a secret file created at build time with "dd if=/dev/urandom bs=18 count=1 | /usr/bin/openssl base64 -e", should we add a README on how to create it ? - the Linux startup script uses something like

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Solene Rapenne
Antoine Jacoutot wrote: > IMHO you are opening a can of worms. I always wondered why we even > wanted to support that. Even if you get this fixed I am pretty sure > you'll end up in other weird cases. I'm part of the 'let us just > hardcode /usr/local and be done with it' gang. Too much magic for

Re: WIP: mail/postsrsd

2018-07-27 Thread Stuart Henderson
On 2018/07/27 10:15, Giovanni Bechis wrote: > Hi, > attached a port of postsrsd, an srs forwarding daemon for postfix. > A couple of doubts: > - It uses a secret file created at build time with "dd if=/dev/urandom bs=18 > count=1 | /usr/bin/openssl base64 -e", > should we add a README on how to cr

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Solene Rapenne
Solene Rapenne wrote: > Antoine Jacoutot wrote: > > IMHO you are opening a can of worms. I always wondered why we even > > wanted to support that. Even if you get this fixed I am pretty sure > > you'll end up in other weird cases. I'm part of the 'let us just > > hardcode /usr/local and be done w

[NEW] py-mini-amf-0.9.1

2018-07-27 Thread Timo Myyrä
Hi, Here's new port for python Mini-AMF library. Seems the py-amf isn't maintained anymore and this is the somewhat maintained library providing amf support. Mainly noticed as this is required for yle-dl update. Timo py-mini-amf.tar.gz Description: Binary data

[UPDATE] yle-dl-2.34

2018-07-27 Thread Timo Myyrä
Hi, Here's an update to yle-dl library. Note that this requires the previously sent py-mini-amf port. Is the cryptodomex correctly handled by using the sed to replace the package name in setup.py? The code seems to fallback on Crypto API when the pycryptodomex is not installed. Timo Index: Make

Re: [NEW] py-mini-amf-0.9.1

2018-07-27 Thread Stuart Henderson
On 2018/07/27 13:56, Timo Myyrä wrote: > Hi, > > Here's new port for python Mini-AMF library. Seems the py-amf isn't maintained > anymore and this is the somewhat maintained library providing amf support. > Mainly noticed as this is required for yle-dl update. > > Timo > Tweaked to add py3 supp

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Ingo Schwarze
Hi, Solene Rapenne wrote on Fri, Jul 27, 2018 at 12:48:36PM +0200: > Solene Rapenne wrote: >> Antoine Jacoutot wrote: >>> IMHO you are opening a can of worms. I always wondered why we even >>> wanted to support that. Even if you get this fixed I am pretty sure >>> you'll end up in other weird c

[NEW/WIP] Qflow porting // abc

2018-07-27 Thread Alessandro DE LAURENZIS
Dear ports@ readers, as first follow-up of my previous e-mail, enclosed please find the port for abc [1]: [... snip ...] ABC: A System for Sequential Synthesis and Verification ABC is a growing software system for synthesis and verification of binary sequential logic circuits appearing in sy

Porting Qflow in OpenBSD

2018-07-27 Thread Alessandro DE LAURENZIS
Dear ports@ readers, this should be considered a middle-term project. Qflow [1] is an open-source digital synthesis flow developed by Open Circuit Design. From its home page: "A digital synthesis flow is a set of tools and methods used to turn a circuit design written in a high-level behavio

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Elias M. Mariani
Good quality in your port, I would even say if this is your first port... too good to be true, must find something to criticize... Your mail has poor formatting, +80 chars. long on some lines. (?) Just a joke, good work, clearly you took the job of porting this seriously enough, good luck with the

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Brian Callahan
On 07/27/18 13:00, Elias M. Mariani wrote: Good quality in your port, I would even say if this is your first port... too good to be true, must find something to criticize... Your mail has poor formatting, +80 chars. long on some lines. (?) Just a joke, good work, clearly you took the job of por

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Stuart Henderson
On 2018/07/27 13:38, Brian Callahan wrote: > > On 07/27/18 13:00, Elias M. Mariani wrote: > > Good quality in your port, I would even say if this is your first > > port... too good to be true, must find something to criticize... > > Your mail has poor formatting, +80 chars. long on some lines. (?)

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Brian Callahan
On 07/27/18 13:49, Stuart Henderson wrote: On 2018/07/27 13:38, Brian Callahan wrote: On 07/27/18 13:00, Elias M. Mariani wrote: Good quality in your port, I would even say if this is your first port... too good to be true, must find something to criticize... Your mail has poor formatting, +8

Re: UPDATE: devel/kdevelop

2018-07-27 Thread Elias M. Mariani
Was this like cheating or there was another way? cvs update -r 1.15 Makefile 2018-07-27 14:42 GMT-03:00 Brian Callahan : > > On 07/27/18 13:29, Elias M. Mariani wrote: >> >> Sorry for the trouble but could you send a new diff now that there is >> a REVISION = 7 ? >> Cheers. >> Elias. > > > I have

Qt5Webkit -> USE_WXNEEDED

2018-07-27 Thread Rafael Sadowski
Hi All, If we link against Qt5WebKit, we must also set USE_WXNEEDED. Ok? Comments? Rafael Sadowski Index: audio/mscore/Makefile === RCS file: /cvs/ports/audio/mscore/Makefile,v retrieving revision 1.35 diff -u -p -u -p -r1.35 Makef

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Alessandro DE LAURENZIS
Elias, Brian, Stuart, thanks a lot for your comments. [...] Your mail has poor formatting, +80 chars. long on some lines. (?) I recently switched to Thunderbird (from mutt)... bear with me... [...] You need a MAKE_FLAGS line: MAKE_FLAGS= CC="${CC}" CXX="${CXX}" ABC_MAKE_VERBOSE=1 OPTFLAGS=

Re: UPDATE: devel/kdevelop

2018-07-27 Thread Elias M. Mariani
Testing report: Building: Missing dependency on LLVM ? I had to manually add LLVM to get it to compile. I think that you are also missing subversion or some lib related because seems that the subversion module was skipped from the build. make port-lib-depends-check returns: LIB_DEPENDS STEM->=5.4

Re: NEW: games/freedink

2018-07-27 Thread mitchell wodach
looks good. I apologize I have not bee around much. work got swamped and my motherboard went the way of the dodo. but i'm back in business On Sat, Jul 21, 2018 at 12:00 PM, Brian Callahan wrote: > > On 07/21/18 11:04, Brian Callahan wrote: >> >> >> On 7/21/2018 9:51 AM, Solene Rapenne wrote: >>

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Marc Espie
On Fri, Jul 27, 2018 at 03:45:50PM +0200, Ingo Schwarze wrote: > espie@ and ajacoutot@ would seem like a good team for deciding that > to me, taking input from other porters working on infrastructure > into account. I'm actually for keeping LOCALBASE support. > > bsd.port.mk(5) says > > > > BUGS

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Ingo Schwarze
Hi Marc, Marc Espie wrote on Sat, Jul 28, 2018 at 12:33:22AM +0200: > On Fri, Jul 27, 2018 at 03:45:50PM +0200, Ingo Schwarze wrote: >> espie@ and ajacoutot@ would seem like a good team for deciding that >> to me, taking input from other porters working on infrastructure >> into account. > I'm a

Re: issue with fake target with LOCALBASE

2018-07-27 Thread Theo de Raadt
Ingo Schwarze wrote: > You can choose to not learn how "man -k Ev=" and ":t" in less work > and yet use man(1) all day without harming anybody. That's your > choice. But you cannot choose to not learn LOCALBASE and PREFIX > and yet commit ports all day. You have to learn them even if you > nev

Re: [NEW/WIP] Qflow porting // abc

2018-07-27 Thread Brian Callahan
On 07/27/18 16:33, Alessandro DE LAURENZIS wrote: Elias, Brian, Stuart, thanks a lot for your comments. [...] Your mail has poor formatting, +80 chars. long on some lines. (?) I recently switched to Thunderbird (from mutt)... bear with me... [...] You need a MAKE_FLAGS line: MAKE_FLAG