Re: qt5-qmake failed update

2018-01-06 Thread Rob Belics
Same here for a lot of qt5-* On Sat, Jan 6, 2018 at 7:22 PM, Walter Schwarzenfeld < w.schwarzenf...@utanet.at> wrote: > same qt5-network. > > ___ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To

py27 ports always show "new version available"

2018-01-05 Thread Rob Belics
I'm sure I caused this problem when FLAVORS came out by trying to set a FLAVOR using "make". Using portmaster as I always have, py27-cffi and py27-setuptools update to the latest version that portsnap downloads but checking for new versions always returns "new version available" even after

databases/php5-pdo aborted

2015-09-04 Thread Rob Belics
Never mind. Apparently there is a databases/php56-pdo which is what I was supposed to install. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

databases/php5-pdo aborted

2015-09-04 Thread Rob Belics
I tried installing this cause it's a requirement for laravel with lang/php56. security/php5-openssl also fails though everything else I've installed with PHP has installed fine so far. I did try MAKE_JOBS_UNSAFE=yes to no avail. --- pdo_stmt.lo ---

lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
I have a server and my workstation. Both run FreeBSD 10.2-RELEASE. Both had lang/go version 1.4 on them. lang/go version 1.5 was released in ports and it builds on my local workstation, including reinstalling version 1.4.2 but, on the server, it complains about the previous security

lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
I found an updated vuln.xml in /usr/ports/security/vuxml/ dated today. I will copy that over to /var/db/pkg/ but still question why that file was not updated. ___ freebsd-ports@freebsd.org mailing list

lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
I should add that I'm doing this with portmaster ___ 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"

lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
The date for vuln.xml, on the server which it won't build on, is September 1 while the date on the other is July 25. Here is the output when I try this: ===>>> The following actions will be taken if you choose to proceed: Install lang/go Install lang/go14 ===>>> Proceed? y/n [y] ===>>>

Re: lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
properly and why is it not sync'ed? I update ports with portsnap. On Wed, Sep 2, 2015 at 11:24 AM, Kevin Oberman <rkober...@gmail.com> wrote: > On Wed, Sep 2, 2015 at 8:36 AM, Rob Belics <r...@spartantheatre.org> wrote: > >> I have a server and my workstation. Both run FreeBSD 1

Re: lang/go security problem on one but not the other

2015-09-02 Thread Rob Belics
On Wed, Sep 2, 2015 at 1:12 PM, Kimmo Paasiala <kpaas...@gmail.com> wrote: > On Wed, Sep 2, 2015 at 8:13 PM, Rob Belics <robbel...@gmail.com> wrote: > > I found an updated vuln.xml in /usr/ports/security/vuxml/ dated today. I > > will copy that over to /var/db/

devel/cmake fails with Signal 11

2015-07-21 Thread Rob Belics
Forgot to mention I was able to update my workstation which runs FreeBSD 9.3-RELEASE but the box I'm having trouble with is a server running 10.1-RELEASE ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

devel/cmake fails with Signal 11

2015-07-21 Thread Rob Belics
I tried to update today but received this: /usr/ports/devel/cmake/work/cmake-3.2.3/Help/index.rst:16: WARNING: toctree contains reference to nonexisting document u'manual/cmake-gui.1' None:None: WARNING: cmake:manual reference target not found: cmake-gui(1) None:None: WARNING: cmake:manual

devel/cmake fails with Signal 11

2015-07-21 Thread Rob Belics
I'm wondering if this closed bug report is related: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193259 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

sendmail+tls+sasl2 still reported by portmaster

2014-12-13 Thread Rob Belics
So I did portmaster -o mail/sendmail mail/sendmail-sasl but when I do portmaster -L|grep sendmail it still responds with === sendmail+tls+sasl2-8.15.1 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

sendmail+tls+sasl2 still reported by portmaster

2014-12-10 Thread Rob Belics
This port is the one I originally installed months ago but that's since been moved to *mail/sendmail* http://www.freshports.org/mail/sendmail. I made changes a while back for that reason but, when I do portmaster -L|grep sendmail, it reports this: === sendmail+tls+sasl2-8.14.9_2 === The

sendmail+tls+sasl2 still reported by portmaster

2014-12-10 Thread Rob Belics
sendmail+tls+sasl2 is in /var/db/pkg but sendmail is not. I don't want to uninstall that because I presume it will uninstall all three of those. I may just have to unless someone knows what to do. ___ freebsd-ports@freebsd.org mailing list

Re: Porting Windows program datatype problem

2007-12-27 Thread Rob Belics
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Belics wrote: There is a Windows open source program I would like to port to FreeBSD. It seems to compile OK, using gcc, but chokes on MS/Windows only type data types like 'ulong'. What would be the easiest way