Re: problem about port need /proc to build

2017-06-13 Thread Jov
It is not the NEW PORT need /proc, it is the tool used to build the port need /proc, which is bazel.And I know the /proc is not the way FreeBSD to do it and I really do not like it. Anyway ,I submitted a patch to bazel to use procstat_getpathname replace the /proc method: https://github.com/bazelb

Re: problem about port need /proc to build

2017-06-13 Thread Konstantin Belousov
On Tue, Jun 13, 2017 at 06:57:40PM +0800, Jov wrote: > Hi ports hackers, > > I am porting tensorflow to FreeBSD, It uses bazel to manage the > dependencies and do the build.The port work now is mostly done (see: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219609,I have local patch > to fix

problem about port need /proc to build

2017-06-13 Thread Jov
Hi ports hackers, I am porting tensorflow to FreeBSD, It uses bazel to manage the dependencies and do the build.The port work now is mostly done (see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219609,I have local patch to fix the network need for do-configure) except one problem which I am