Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 18:30:03 -0700 (PDT)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/38168: installing curses programs and terminfo database
Message-ID:  <200207110130.g6B1U36D089576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/38168; it has been noted by GNATS.

From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: freebsd gnats <freebsd-gnats-submit@freebsd.org>
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




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