Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 1996 23:48:36 -0800 (PST)
From:      asami@freebsd.org (Satoshi Asami)
To:        msmith@atrad.adelaide.edu.au
Cc:        ports@freebsd.org
Subject:   Re: Latest ports INDEX browser
Message-ID:  <199611260748.XAA15757@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199611250914.TAA28361@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Mon, 25 Nov 1996 19:44:37 %2B1030 (CST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * To do 'stale' distfile detection, make a copy of bsd.port.mk in
 * the same directory as the 'pib.tcl' file, and add the following lines
 * to the bottom :
 * 
 * list-distfiles:
 *         @echo DIST_SUBDIR ${DIST_SUBDIR}
 *         @echo DISTFILES ${DISTFILES}

This is not the right way to go about it, as many ports have different
distfile sets conditioned on certain variables.  (What happened to
PATCHFILES anyway? :)

I recommend you use files/md5, it is *supposed* to contain all the
stuff that's needed.  (Unless the file can't have a checksum -- maybe
it's time to add "no checksum" line support to files/md5....)

Satoshi



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