Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Mark Millard
This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or != make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator shou

SVN r363032 - portmaster|portupgrade now fails

2020-07-08 Thread Michael Butler
Did the bmake update break the updating of ports or something else? # sudo -E portmaster -a ===>>> Gathering distinfo list for installed ports ===>>> Starting check of installed ports for available updates make: "/usr/ports/Mk/Uses/python.mk" line 384: warning: String comparison operator should b

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Yuri Pankov
Mark Millard wrote: On 2020-Jul-8, at 20:35, Yuri Pankov wrote: Mark Millard wrote: This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or != make[

Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken)

2020-07-08 Thread Yuri Pankov
Mark Millard wrote: This seems to have broken doing buildworld buildkernel and other things using make: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String comparison operator should be either == or != make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String co

Re: ipv6_ipfilter_rules= is obsolete ?

2020-07-08 Thread Marcelo Araujo
Em qui., 9 de jul. de 2020 às 07:34, Rodney W. Grimes < freebsd-...@gndrsh.dnsmgr.net> escreveu: > > In /etc/defaults/rc.conf I see this > > > > ipv6_ipfilter_rules="/etc/ipf6.rules" > > # rules definition file for ipfilter, > > # see /usr/src/contrib/ipfilter/rules for examples > > > > man 8 ipf

Re: SVN r363032 - portmaster|portupgrade now fails

2020-07-08 Thread Manfred Antar
Same error here, Even trying to build a port fails: (src)5023}cd /usr/ports/shells/bash (bash)5024}make make: "/usr/ports/Mk/bsd.port.mk" line 2096: warning: String comparison operator should be either == or != make: "/usr/ports/Mk/bsd.port.mk" line 2096: Malformed conditional (defined(MAKE_JOBS_

Re: ipv6_ipfilter_rules= is obsolete ?

2020-07-08 Thread Rodney W. Grimes
> In /etc/defaults/rc.conf I see this > > ipv6_ipfilter_rules="/etc/ipf6.rules" > # rules definition file for ipfilter, > # see /usr/src/contrib/ipfilter/rules for examples > > man 8 ipf says > > ipf -6 ipv4 and ipv6 rules are stored in a single table and can be read > from a single file. Thi

ipv6_ipfilter_rules= is obsolete ?

2020-07-08 Thread Ernie Luzar
In /etc/defaults/rc.conf I see this ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter, # see /usr/src/contrib/ipfilter/rules for examples man 8 ipf says ipf -6 ipv4 and ipv6 rules are stored in a single table and can be read from a single file. This option is no long

Further note - Re: CFT for vendor openzfs

2020-07-08 Thread Matthew Macy
Do NOT zpool upgrade unless you are willing to live without the ability to ever rollback to the legacy zfs kmod. On Wed, Jul 8, 2020 at 2:31 PM Matthew Macy wrote: > > Checkout updated HEAD: > % git clone https://github.com/mattmacy/networking.git -b > projects/openzfs_vendor freebsd > > Checkout

CFT for vendor openzfs

2020-07-08 Thread Matthew Macy
Checkout updated HEAD: % git clone https://github.com/mattmacy/networking.git -b projects/openzfs_vendor freebsd Checkout updated openzfs in to sys/contrib: % git clone https://github.com/zfsonfreebsd/ZoF.git -b projects/openzfs_vendor freebsd/sys/contrib/openzfs Build world and kernel with whate

Re: driver for cp2112 (USB GPIO and I2C gadget)

2020-07-08 Thread Andriy Gapon
On 19/06/2020 17:14, Andriy Gapon wrote: > > If anyone interested in reviewing a new driver please help yourself to: > https://reviews.freebsd.org/D25359 > https://reviews.freebsd.org/D25360 > What might be curious about it is that there are usb, i2c and gpio mixed > together. Any interest at al