On 01/28/14 20:37, Maurice McCarthy wrote:
> On Tue, Jan 28, 2014 at 08:09:04PM +0100 or thereabouts, Giovanni Bechis
> wrote:
>> On 01/28/14 20:02, Maurice McCarthy wrote:
>>> On Tue, Jan 28, 2014 at 06:45:38PM +0000 or thereabouts, Maurice McCarthy
>>> wrote:
>>>
>>> Ok I did a make clean on Stuart's port and ran make again in a script
>>> session. This was the output. Sorry I messed up first time.
>>>
>> Port updated, USE_LIBTOOL=gnu should do the trick.
>> Cheers
>> Giovanni
>>
>
> Thank you, I just run the modified port and I attach the script log here.
> There are a couple of errors at the end but I'll have to see if they are
> serious yet.
> This is what I did.
>
> # cd /usr/ports/mystuff/print
> # rm -fr *
> # cp ~/Downloads/epson-inkjet-printer-escpr.tgz .
> # tar xzf epson-inkjet-printer-escpr.tgz
> # cd epson-inkjet-printer-escpr
> # script -a /usr/ports/mystuff/log
> # make install
>
> Maurice
>
You should do a "make clean" before "make install" to clean the obj dir.
Cheers
Giovanni