g77 references

2018-08-12 Thread coypu
Hi folks, I wanted to package a fortran library to use bmake. I don't think g77 is a thing any more. How about the attached diff? Index: bsd.own.mk === RCS file: /cvsroot/src/share/mk/bsd.own.mk,v retrieving revision 1.1072 diff -u -r

Re: Weirdness in /bin/sh of 8.0

2018-08-12 Thread Rhialto
On Sat 11 Aug 2018 at 23:22:07 +0200, Edgar Fuß wrote: > > It just stops after printing the package list: > 1. What's the exit code? > 2. If you run it with sh -x, do you see where it exits? It exits as usual, but it has no work to do any more. cvs/pkgsrc$ sh -x pkg_chk -vak ... + echo pkgtools

Re: Weirdness in /bin/sh of 8.0

2018-08-12 Thread Rhialto
> (984) PKGDIRLIST="$(pkgdirs_from_conf $PKGCHK_CONF $PKGDIRLIST)" > > assigns an empty string to PKGDIRLIST... > And then it has no work to do and proceeds to a regular exit. I tried commenting out some stuff related to the -v option, and if I do this, then it works: verbose() {

Re: g77 references

2018-08-12 Thread maya
I applied this.

Re: Weirdness in /bin/sh of 8.0

2018-08-12 Thread Robert Elz
Date:Sun, 12 Aug 2018 20:23:05 +0200 From:Rhialto Message-ID: <20180812182305.gc5...@falu.nl> | I tried commenting out some stuff related to the -v option, and if I do | this, then it works: | Maybe the redirection isn't reset in some cases? That is exactly it