Jan Klemkow <j.klem...@wemelug.de> writes:

> On Tue, May 27, 2014 at 10:14:25PM +0200, J??r??mie Courr??ges-Anglas wrote:
>> Jan Klemkow <j.klem...@wemelug.de> writes:
>> 
>> > On Mon, May 26, 2014 at 10:38:18PM +0100, Stuart Henderson wrote:
>> >> On 2014/05/26 23:30, Jan Klemkow wrote:
>> >> > Hi,
>> >> > 
>> >> > this is the UCSPI-TCP [0] implementation from Daniel J. Bernstein with
>> >> > the IPv6 Patch [1] from Felix von Leitner.  It is a tcpserver and
>> >> > tcpclient program like inetd.  It is the tcp socket corresponding port
>> >> > to net/ucspi-unix.  This port is similar to the unix socket ucspi port.
>> >> > 
>> >> > If any thing is wrong with this port, please tell me.  I will fix it.
>> >> > 
>> >> > bye,
>> >> > Jan
>> >> > 
>> >> > [0] http://cr.yp.to/ucspi-tcp.html
>> >> > [1] http://www.fefe.de/ucspi/
>> >> 
>> >> that patches directory is a bit extreme...
>> >
>> > Mainly this was cause by the 'extreme' coding style of djb, but I hope
>> > this solution is better:
>> >
>> > I moved the patch from Felix von Leitner to PATCH_FILES and grap them
>> > from his site.
>> 
>> That's nicer.  A few nits:
>> - write ${CC} ${CFLAGS} / ${LDFLAGS} / ${TRUEPREFIX} to ${WRKSRC}/conf-*
>
> I don't think that this works.  Cause the Makefile creates a shell
> script for compiling and make variables have no scope there.

I meant something like:

do-configure:
        echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
        echo "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-ld
        echo "${TRUEPREFIX}" > ${WRKSRC}/conf-home

Anyway...

>> - convince djb to put a proper license on his software, because... it
>>   may be one of the reasons why the former ucspi-tcp has been sent to
>>   the Attic. ;)

No proper license, approval required for patches and/or no
redistribution of binary packages, bla, bla.  I may not remember the
details well enough; like most people that were interested in
daemontools/qmail/djbdns/blah, but stopped using them long time ago.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to