Date: Sun, 28 Mar 2004 00:07:04 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 295 ************************************************** Saturday 27 March 2004 Number 295 ************************************************** Subjects for today 1 Re: retrieval of symlinks fails : Sebastian Wittmeier" 2 Makefile for UX2BS : John Poltorak **= Email 1 ==========================** Date: Fri, 26 Mar 2004 14:34:14 +0100 (CET) From: "Sebastian Wittmeier" Subject: Re: retrieval of symlinks fails Hi Jürgen, On Thu, 25 Mar 2004 18:18:26 +0100 (CET), J. Ulbts wrote: >eCSCoNet is ISDNPM 3.x as OEM version (don't know if there are restrictions) and then you have more or less the same config I have. >If you use ISDNPM and eCSCoNet you've got a NAT firewall. >Outgoing connections allowed on more or less all ports (only the WinXY Network shared are blocked) and nearly all incomming connections are >blocked (80, 21 should be open - also see FTPLOOSEPORT). Can *you* download the file with 'wget -N'? Sebastian _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Fri, 26 Mar 2004 17:56:43 +0000 From: John Poltorak Subject: Makefile for UX2BS I've being thinking about how to handle dependencies in UX2BS where one apps depends on one or more apps having previously been installed and thought I might be able to use a Makefile for such a purpose. Unfortunately Makefiles always seem to be a black art form to me, but maybe someone can give me a start... If, for instance, I wanted to build Mailman, I need to make sure Python has already been installed, and if it hasn't then build it. Essentially, if I specify 'make mailman', I want to check if /usr/bin/python.exe already exists. If not proceed with 'make python' which will invoke 'build python' followed by 'build mailman'. Can anyone produce a simple Makefile to cope with this? -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs