Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 1996 13:38:12 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        ports@freebsd.org
Subject:   tiff port currently broken...
Message-ID:  <199605070408.NAA19070@genesis.atrad.adelaide.edu.au>

next in thread | raw e-mail | index | archive | help

... the tiff port appears to be busted.  This manifests as it being
uninstallable.

The culprit appears to be in the libtiff Makefile, where the following
construct :

libtiff.a: ${OBJS}
        ${AR} rc libtiff.a $?
        ${RANLIB} libtiff.a

fails to do anything useful with '$?', and 'ar' dies.

Replacing $? with ${OBJS} appears to fix this, but not being a Makefile
guru I realise that this isn't necessarily the 'right' way to do it.


-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] Collector of old Unix hardware.      "Where are your PEZ?" The Tick  [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605070408.NAA19070>