pkgsrc-Bugs archive

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

Re: pkg/45045: pkgtools/bootstrap-mk-files minix support



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45045: pkgtools/bootstrap-mk-files minix support
Date: Sun, 12 Jun 2011 04:36:14 +0000

 On Fri, Jun 10, 2011 at 03:40:00PM +0000, tcort%minix3.org@localhost wrote:
  > -if [ -f mods/${OPSYS}.own.mk.in ]; then
  > -   ${SED} -e "${subst_pattern}" mods/${OPSYS}.own.mk.in > 
${MK_DST}/bsd.own.mk
  > +if [ -f mods/${OPSYS}.bsd.own.mk.in ]; then
  > +   ${SED} -e "${subst_pattern}" mods/${OPSYS}.bsd.own.mk.in > 
${MK_DST}/bsd.own.mk
 
 Doing that (and all the cut and paste in the rest of the patch) really
 does not seem like the right approach.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index