Re: Tensorflow port

2018-02-10 Thread Jov
Att is the bazel5 port, extract from the last known good 5.x port(ports r448218). As my time is limited, I will not do the work further. Jov 2018-02-08 9:06 GMT+08:00 Jason Bacon : > > Thanks, Li-Wen! That will be helpful until someone finds time to upgrade > it. > > On 02/02/18 02

Re: Tensorflow port

2017-12-14 Thread Jov
fixing is to create a new port bazel5 with 0.5.3 as version and change the tensorflow depend on this new port. Jov 2017-12-15 9:21 GMT+08:00 Jason Bacon : > > Hi Jov, > > Are you aware that your py-tensorflow port is marked BROKEN? > > Thanks for porting this, BTW. We have rese

Re: postgres-xl looks for a committer

2017-08-16 Thread Jov
Thank you very much! 2017-08-17 2:56 GMT+08:00 Kurt Jaeger : > Hi! > > > PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219164 > > > > portlint no error,poudriere testport passed on 11.0-amd64,11.1-amd64, > and a > > user (j...@jschneider.com) verified the function. > > Committed. Dang, I

postgres-xl looks for a committer

2017-08-15 Thread Jov
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219164 portlint no error,poudriere testport passed on 11.0-amd64,11.1-amd64, and a user (j...@jschneider.com) verified the function. Thanks very much! Jov ___ freebsd-ports@freebsd.org mailing list

Re: Look for a committer

2017-07-16 Thread Jov
Thanks Kurt! added olgeni@ I just run poudriere testport for 10.3 i386, py27-bear build fine, and the devel/erlang is not involved as a dependency. devel/bear build log: https://raw.githubusercontent.com/amutu/data/master/py27-bear-2.3.6.log 2017-07-17 1:49 GMT+08:00 Kurt Jaeger : > Hi! > > > I

Look for a committer

2017-07-12 Thread Jov
Hi Hackers, I made a new port named /deve/bear, which is a tool that generates a compilation database for clang tooling. It is useful for clang-tidy/clang-check with non-cmake project. PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220475 WWW: https://github.com/rizsotto/Bear QA: portlin

Re: Making port check-plist errors

2017-07-11 Thread Jov
Hi you should use 'make makeplist' to generate pkg-plist file. make check-plist to verify to pkg-plist after make. 2017-07-12 13:46 GMT+08:00 blubee blubeeme : > I am running into errors when trying to register the installation files. > > The Makefile is pretty barebones, it looks like this so f

devel/hardening-check needs a committer

2017-07-05 Thread Jov
Fortify Source functions: yes ---//not supported on FreeBSD > Read-only relocations: yes > Immediate binding: yes More info: https://wiki.debian.org/Hardening Thanks very much! Jov ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd

Re: PostgreSQL related NEW PORTS need committers

2017-06-30 Thread Jov
Japanese, I do not know if there is similar FTS plugin for PostgreSQL. PG is more popular than MySQL in Japan, maybe someone in Japan know more information. Regard, Jov 2017-06-30 15:38 GMT+08:00 Torsten Zuehlsdorff : > On 30.06.2017 05:40, Jov wrote: > >> ​​ >> Hi hackers,

PostgreSQL related NEW PORTS need committers

2017-06-29 Thread Jov
code: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219680 pgformatter,PostgreSQL SQL syntax beautifier: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219681 ip4r(not new port,update to 2.2): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219766 Regar

Re: USE_GCC usage

2017-06-25 Thread Jov
Thanks, Richard.This is a problem I met when update port science/mbdyn to 1.7.2. But the old version 1.7.1 also has this problem. Note this only happen when DEVELOPER=yes set in /etc/make.conf and in the Q/A tests: > Running Q/A tests (stage-qa) Error: /usr/local/bin/ann_in is linked to /usr/

Re: GNU libffcall 1.13 is released

2017-06-24 Thread Jov
Hi Bruno, Thanks for your work!I submitted an update PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220250,and add you to the CC list. Jov 2017-06-24 19:27 GMT+08:00 Bruno Haible : > Hi, > > GNU libffcall 1.13 is released. You find the download link at the homepage > https:/

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Jov
I use -m url=SOMEURL to setup 12-CURRENT jail,like this: poudriere jail -c -j 12current-20170619 -m url= ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/12.0-CURRENT -v 12-CURRENTCURRENT When update, I just delete the old jail and setup another new one. Regards, Jov 2017-06-20 5:24 GMT+08:00

Re: problem about port need /proc to build

2017-06-13 Thread Jov
/bazelbuild/bazel/pull/3179 2017-06-13 20:04 GMT+08:00 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 w

problem about port need /proc to build

2017-06-13 Thread Jov
roc is not acceptable, I will patch devel/bazel to use sysctl get its binary path. Best, Jov ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Hosting distfiles on HTTPS w/Let's Encrypt - how?

2017-06-01 Thread Jov
what's your /etc/ssl/cert.pem? mine is: ls -l /etc/ssl/cert.pem lrwxr-xr-x 1 root wheel 38 4月 29 09:15 /etc/ssl/cert.pem@ -> /usr/local/share/certs/ca-root-nss.crt you can use this command to get more ssl connection info: openssl s_client -connect :443 Jov blog: http:amutu.com/blog

Re: Hosting distfiles on HTTPS w/Let's Encrypt - how?

2017-05-31 Thread Jov
can you dowload the file distfiles/INIT.2014-12-24.tgz using browser such as chrome? be sure to use full chain cert file,I rember I had similar problem and use full chain cert fixed. 2017年6月1日 8:01 AM,"Marcin Cieslak" 写道: Hello, I

Re: [HEADSUP] Staging, packaging and more

2013-10-08 Thread Jov
+1 Jov blog: http:amutu.com/blog <http://amutu.com/blog> 2013/10/8 Mathias Picker > > > > > Pascal Schmid schrieb: > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >On 10/06/2013 07:21 PM, Bernhard Fröhlich wrote: > >> On

Re: Explain staging

2013-10-02 Thread Jov
can this wiki page help? https://wiki.freebsd.org/ports/StageDir Jov blog: http:amutu.com/blog <http://amutu.com/blog> 2013/10/3 Stephen Montgomery-Smith > I have not been following discussions recently. There is this new thing > called staging. I don't seem able to find th

Re: Pseudo-TTY Issues with FBSD 10 Snapshot?

2013-06-03 Thread Jov
2013/6/4 Janky Jay > ca't open pseudo-tty after google,I find this may help: http://www.linuxforums.org/forum/desktop-x-windows/59085-cannot-open-pseudo-tty.html Jov blog: http:amutu.com/blog <http://amutu.com/blog> ___ freebsd-por