From owner-cvs-all Tue Sep 22 16:59:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03720 for cvs-all-outgoing; Tue, 22 Sep 1998 16:59:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03662; Tue, 22 Sep 1998 16:59:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23856; Tue, 22 Sep 1998 16:58:50 -0700 (PDT) Date: Tue, 22 Sep 1998 16:58:50 -0700 (PDT) Message-Id: <199809222358.QAA23856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 16:58:49 PDT Modified files: share/mk bsd.port.mk Log: (1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT, since ports are not supposed to be broken during the process of conversion to ELF -- please proceed with caution.) (2) Support for checking file size before fetching. The essential parts are commented out for now, so I won't lose the submission while we discuss how to do it. Submitted by: se (mostly) (3) Don't run "fetch" twice. It was due to the change in checksum target chaining. It used to be fetch -> checksum -> extract, after 1.285 it was fetch -> checksum and checksum was also explicitly called from extract. Fix it by not calling fetch from checksum when it's invoked by extract. Noticed by: pre-fetch target of lesstif being run twice (4) Don't try to remove non-existent distfiles and patchfiles in distclean. Submitted by: anto@netscape.net PR: 7988 Revision Changes Path 1.291 +24 -4 src/share/mk/bsd.port.mk