From owner-freebsd-bugs Wed Jul 10 18:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F9437B400 for ; Wed, 10 Jul 2002 18:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715A643E42 for ; Wed, 10 Jul 2002 18:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6B1U3JU089577 for ; Wed, 10 Jul 2002 18:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6B1U36D089576; Wed, 10 Jul 2002 18:30:03 -0700 (PDT) Date: Wed, 10 Jul 2002 18:30:03 -0700 (PDT) Message-Id: <200207110130.g6B1U36D089576@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: bin/38168: installing curses programs and terminfo database Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/38168; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd gnats Cc: Subject: Re: bin/38168: installing curses programs and terminfo database Date: Thu, 11 Jul 2002 02:55:52 +0200 message resent due to mta misconfigation. On Thu, Jul 11, 2002 at 01:52:48AM +0200, Cyrille Lefevre wrote: > humm! just seen that make depend don't work as expected. here is the fix. --- usr.bin/nclear/Makefile.old Thu Jul 11 01:50:34 2002 +++ usr.bin/nclear/Makefile Tue Jul 9 22:43:36 2002 @@ -27,7 +27,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} --- usr.bin/ninfocmp/Makefile.old Thu Jul 11 01:50:38 2002 +++ usr.bin/ninfocmp/Makefile Tue Jul 9 22:45:21 2002 @@ -27,7 +27,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} --- usr.bin/ntic/Makefile.old Thu Jul 11 01:50:41 2002 +++ usr.bin/ntic/Makefile Tue Jul 9 22:43:19 2002 @@ -30,7 +30,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} --- usr.bin/ntoe/Makefile.old Thu Jul 11 01:50:43 2002 +++ usr.bin/ntoe/Makefile Tue Jul 9 22:45:12 2002 @@ -27,7 +27,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} --- usr.bin/ntput/Makefile.old Thu Jul 11 01:50:46 2002 +++ usr.bin/ntput/Makefile Tue Jul 9 22:45:53 2002 @@ -27,7 +27,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} --- usr.bin/ntset/Makefile.old Thu Jul 11 01:50:49 2002 +++ usr.bin/ntset/Makefile Tue Jul 9 22:46:08 2002 @@ -29,7 +29,7 @@ CLEANFILES+= ${GENHDR} -${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} +beforedepend ${PROG:S/^${NCPREFIX}//}.o: ${GENHDR} ncurses_def.h: MKncurses_def.sh ncurses_defs AWK=${AWK} sh ${.ALLSRC} > ${.TARGET} Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message