Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 1998 17:51:45 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        rnordier@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/TenDRA/scripts configure
Message-ID:  <199810080051.RAA11812@silvia.hip.berkeley.edu>
In-Reply-To: <199810072230.PAA16529@freefall.freebsd.org> (message from Robert Nordier on Wed, 7 Oct 1998 15:30:08 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Add K-aout to tcc aout environment for consistency.

Thanks, it installs fine on an a.out system now.  Two things I
noticed:

(1) The ports uses stuff installed in /usr/local/lib/TenDRA to
    recompile some stuff during installation.  (I noticed this because
    it died due to those stuff having wrong permissions on my system
    because of the previous error.)  It is generally a good thing to
    keep ports self-contained since stuff like incomplete
    installations and incompatibilities between releases could cause
    people to trip up in the future.

(2) The port leaves a whole bunch of empty directories behind after
    deinstallation.  A simple

find /usr/local/lib/TenDRA  -type d | sort -r | sed -e 's/^/@dirrm /'

    will probably give you what you need to append to pkg/PLIST. :)

Satoshi



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