Date: Mon, 17 May 1999 02:34:52 -0700 (PDT) From: marcel@scc.nl To: freebsd-gnats-submit@freebsd.org Subject: ports/11743: inn-2.2 (nonfatal) premature stop of build. Message-ID: <19990517093452.18ABA14BF4@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990517093452.18ABA14BF4>