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: Thomas Cort <tcort%minix3.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/45045: pkgtools/bootstrap-mk-files minix support
Date: Mon, 13 Jun 2011 12:44:09 -0400

 >> -if [ -f mods/${OPSYS}.own.mk.in ]; then
 >> - =A0 ${SED} -e "${subst_pattern}" mods/${OPSYS}.own.mk.in > ${MK_DST}/b=
 sd.own.mk
 >> +if [ -f mods/${OPSYS}.bsd.own.mk.in ]; then
 >> + =A0 ${SED} -e "${subst_pattern}" mods/${OPSYS}.bsd.own.mk.in > ${MK_DS=
 T}/bsd.own.mk
 >
 > =A0Doing that (and all the cut and paste in the rest of the patch) really
 > =A0does not seem like the right approach.
 
 I don't quite understand your comment. Several OSes have 3 or 4 of their ow=
 n
 files under mods/. Can you elaborate on what the right approach might be?
 
 Also, I just noticed that the patch quoted above is a bug fix and
 probably should
 have it's own PR. Sorry. IRIX, OpenBSD, and Minix all have
 mods/${OPSYS}.bsd.own.mk.in while no OS has mods/${OPSYS}.own.mk.in.
 I'll create a PR for that in the next day or two.
 


Home | Main Index | Thread Index | Old Index