From owner-freebsd-ports Mon May 17 2:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B3B614ECD for ; Mon, 17 May 1999 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA57108; Mon, 17 May 1999 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 18ABA14BF4; Mon, 17 May 1999 02:34:52 -0700 (PDT) Message-Id: <19990517093452.18ABA14BF4@hub.freebsd.org> Date: Mon, 17 May 1999 02:34:52 -0700 (PDT) From: marcel@scc.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11743: inn-2.2 (nonfatal) premature stop of build. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11743 >Category: ports >Synopsis: inn-2.2 (nonfatal) premature stop of build. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 17 02:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcel Moolenaar >Release: 4.0-current >Organization: SCC vof >Environment: FreeBSD scones.sup.scc.nl 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun May 16 16:23:34 CEST 1999 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 >Description: The "do-subst.sh" script in the site subdir. runs make instead of gmake. This stops the build prematurely. >How-To-Repeat: >Fix: The following patch solves the problem *** site/do-subst.sh.orig Mon May 10 12:37:38 1999 --- site/do-subst.sh Mon May 10 12:37:54 1999 *************** *** 52,58 **** for I in ${PLAIN} ${CONTROLLED} ; do echo ../${BASEDIRNAME}/${I} done >${LISTOFFILES} ! ( cd ../config; make quiet FILE=${LISTOFFILES} ) rm -f ${LISTOFFILES} # check which files we really changed --- 52,58 ---- for I in ${PLAIN} ${CONTROLLED} ; do echo ../${BASEDIRNAME}/${I} done >${LISTOFFILES} ! ( cd ../config; gmake quiet FILE=${LISTOFFILES} ) rm -f ${LISTOFFILES} # check which files we really changed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message