pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/35387: devel/ncurses pkgsrc current



The following reply was made to PR pkg/35387; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
To: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
        gnats-bugs%NetBSD.org@localhost, Gilles.Dauphin%enst.fr@localhost
Cc: 
Subject: Re: pkg/35387: devel/ncurses pkgsrc current
Date: Tue, 9 Jan 2007 11:19:53 +0100 (CET)

 and update PLIST
 
  diff -u PLIST.orig PLIST
 --- PLIST.orig  Mon Jan  8 14:17:06 2007
 +++ PLIST       Tue Jan  9 11:15:56 2007
 @@ -2418,14 +2418,14 @@
  ${TERMINFODIR}/s/scoansi-new
  ${TERMINFODIR}/s/scoansi-old
  ${NOT_SUNOS}${TERMINFODIR}/s/screen
 -${TERMINFODIR}/s/screen-16color
 -${TERMINFODIR}/s/screen-16color-bce
 -${TERMINFODIR}/s/screen-16color-bce-s
 -${TERMINFODIR}/s/screen-16color-s
 -${TERMINFODIR}/s/screen-256color
 -${TERMINFODIR}/s/screen-256color-bce
 -${TERMINFODIR}/s/screen-256color-bce-s
 -${TERMINFODIR}/s/screen-256color-s
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-16color
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-16color-bce
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-16color-bce-s
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-16color-s
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-256color
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-256color-bce
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-256color-bce-s
 +${NOT_SUNOS}${TERMINFODIR}/s/screen-256color-s
  ${NOT_SUNOS}${TERMINFODIR}/s/screen-bce
  ${NOT_SUNOS}${TERMINFODIR}/s/screen-s
  ${NOT_SUNOS}${TERMINFODIR}/s/screen-w
 
 > X-Virus-Scanned: amavisd-new at enst.fr
 > X-Original-To: pkgsrc-bugs%NetBSD.org@localhost
 > Delivered-To: pkgsrc-bugs%NetBSD.org@localhost
 > X-Virus-Scanned: amavisd-new at enst.fr
 > From: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
 > Subject: Re: pkg/35387: devel/ncurses pkgsrc current
 > To: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
 > pkgsrc-bugs%NetBSD.org@localhost, 
 gnats-bugs%NetBSD.org@localhost
 > Content-MD5: AtQOdjL2CA4ZBR3GBLnu+g==
 > 
 > diff -u Makefile.orig Makefile
 > --- Makefile.orig       Mon Jan  8 14:17:06 2007
 > +++ Makefile    Tue Jan  9 11:03:59 2007
 > @@ -14,6 +14,14 @@
 >  SUBST_SED.ti=          -e '/^screen|/,/^$$/d'
 >  SUBST_SED.ti+=         -e '/^screen-w|/,/^$$/d'
 >  SUBST_SED.ti+=         -e '/^screen.teraterm|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-16color|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-16color-s|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-16color-bce|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-16color-bce-s|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-256color|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-256color-s|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-256color-bce|/,/^$$/d'
 > +SUBST_SED.ti+=         -e '/^screen-256color-bce-s|/,/^$$/d'
 >  .endif
 >  
 >  post-configure:
 > 
 



Home | Main Index | Thread Index | Old Index