bug 204175 ready to commit
Hello, bug 204175 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204175 has a patch to workaround the build error on i386 and no objection from the maintainer. Please commit it. Thank you in advance. ___ 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"
www/baikal need php56-openssl
Hello. As per subject, it seems the new version of Baikal needs the OpenSSL PHP extension. Otherwise you'll get errors like: PHP Fatal error: Call to undefined function Flake\\openssl_random_pseudo_bytes() in /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php on line 194 bye av. ___ 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"
pkg updating -d broken?
Anybody else notice that pkg updating -d has been broken for a while? Or is it just me? # grep 2016 /usr/ports/UPDATING | head -4 20160526: 20160525: 20160523: 20160511: # pkg updating -d 20160523 # -- Matt ___ 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: pkg updating -d broken?
Matt Smith via freebsd-ports wrote: > Anybody else notice that pkg updating -d has been broken for a while? Or > is it just me? > > # grep 2016 /usr/ports/UPDATING | head -4 > 20160526: > 20160525: > 20160523: > 20160511: > > # pkg updating -d 20160523 Just to be sure: you do know that "pkg updating" only displays UPDATING entries for ports that you have actually installed, right? AvW -- A.J. "Fonz" van Werven mailsig: Ob technicas difficultates, lux in fine cuniculum non operatur. signature.asc Description: PGP signature
Re: pkg updating -d broken?
On May 26 21:53, Alphons van Werven wrote: Matt Smith via freebsd-ports wrote: Anybody else notice that pkg updating -d has been broken for a while? Or is it just me? # grep 2016 /usr/ports/UPDATING | head -4 20160526: 20160525: 20160523: 20160511: # pkg updating -d 20160523 Just to be sure: you do know that "pkg updating" only displays UPDATING entries for ports that you have actually installed, right? AvW Wow, no I did not actually know that! Now I re-read the man page you're right, it clearly says that. It's just that whenever I've ran this command in past months it has *always* shown some entries whereas in the past month or two I've never seen it output anything at all. So it looked strange to me. It makes sense now though, thanks! -- Matt ___ 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"
FreeBSD Port: digikam-4.14.0,2
Hi, is it possible to enable mysql support with digikam. In earlier versions it was enabled by default. Without access to my database it is pretty useless now. Any help much appreciated. Many thanks Christian ___ 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: bug 204175 ready to commit
Am 26.05.2016 um 17:08 schrieb Hiroo Ono (小野寛生): > Hello, > > bug 204175 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204175 > has a patch to workaround the build error on i386 > and no objection from the maintainer. Please commit it. > > Thank you in advance. Committed as new revision: 415915 URL: https://svnweb.freebsd.org/changeset/ports/415915 Thank you for the patch! ___ 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: FreeBSD Port: digikam-4.14.0,2
On Thursday, 26 May 2016 at 22:29:32 +0200, delipu wrote: > Hi, > > is it possible to enable mysql support with digikam. In earlier versions > it was enabled by default. Without access to my database it is pretty > useless now. Any help much appreciated. Looking at the Makefile, it's still there, but you need to specifically enable it with 'make config'. Have you tried that? Greg -- Sent from my desktop computer. Finger g...@freebsd.org for PGP public key. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports problems, please read http://lemis.com/broken-MUA signature.asc Description: PGP signature
11.0-CURRENT -r300770 libc++ update vs. lang/powerpc64-xtoolchain-gcc: no go [self hosted powerpc64 context]
I do buildworld/buildkernel on a powerpc64 targeting itself via lang/powerpc64-xtoolchain-gcc (a.k.a. lang/powerpc64-gcc for the most part). [Getting that lang/powerpc64-gcc installed for self-hosted use does take some work-around activity.] I have buildworld build clang (but not use it). [I've been doing this with 11.0-CURRENT for a long time.] Actually I use lang/gcc49 as the "system compiler" and lang/powerpc64-gcc as the self-hosting so-called "cross compiler". (I later list the src.conf content.) gcc4.2.1 is not installed. Trying to go from: > # uname -apKU > FreeBSD FBSDG5C0 11.0-CURRENT FreeBSD 11.0-CURRENT #36 r300531M: Mon May 23 > 20:13:52 PDT 2016 > root@FBSDG5C0:/usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64vtsc-NODEBUG > powerpc powerpc64 1100111 1100111 (for which -r300531 built and installed fine this way) to -r300777 now fails with errors such as: > --- lib/libc++__L --- > In file included from > /usr/src/lib/libc++/../../contrib/libc++/include/iterator:346:0, > from > /usr/src/lib/libc++/../../contrib/libc++/include/memory:606, > from > /usr/src/lib/libc++/../../contrib/libc++/include/algorithm:628, > from > /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp:10: > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:176:14: error: > 'mbstate_t' was not declared in this scope > typedef fposstreampos; > ^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:176:23: error: > template argument 1 is invalid > typedef fposstreampos; >^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:177:14: error: > 'mbstate_t' was not declared in this scope > typedef fposwstreampos; > ^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:177:23: error: > template argument 1 is invalid > typedef fposwstreampos; >^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:179:14: error: > 'mbstate_t' was not declared in this scope > typedef fposu16streampos; > ^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:179:23: error: > template argument 1 is invalid > typedef fposu16streampos; >^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:180:14: error: > 'mbstate_t' was not declared in this scope > typedef fposu32streampos; > ^ > /usr/src/lib/libc++/../../contrib/libc++/include/iosfwd:180:23: error: > template argument 1 is invalid > typedef fposu32streampos; >^ . . . > --- lib/libc++__L --- > In file included from > /usr/src/lib/libc++/../../contrib/libc++/include/cmath:301:0, > from > /usr/src/lib/libc++/../../contrib/libc++/include/random:1638, > from > /usr/src/lib/libc++/../../contrib/libc++/src/algorithm.cpp:11: > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function 'float > abs(float)': > /usr/src/lib/libc++/../../contrib/libc++/include/math.h:646:53: error: > 'fabsf' was not declared in this scope > abs(float __lcpp_x) _NOEXCEPT {return fabsf(__lcpp_x);} > ^ > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function 'double > abs(double)': > /usr/src/lib/libc++/../../contrib/libc++/include/math.h:650:53: error: 'fabs' > was not declared in this scope > abs(double __lcpp_x) _NOEXCEPT {return fabs(__lcpp_x);} > ^ . . . > --- lib/libc++__L --- > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function 'long > double abs(long double)': > /usr/src/lib/libc++/../../contrib/libc++/include/math.h:654:59: error: > 'fabsl' was not declared in this scope > abs(long double __lcpp_x) _NOEXCEPT {return fabsl(__lcpp_x);} >^ > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function 'float > acos(float)': > /usr/src/lib/libc++/../../contrib/libc++/include/math.h:660:105: error: > 'acosf' was not declared in this scope > inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT > {return acosf(__lcpp_x);} > >^ > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function 'long > double acos(long double)': > /usr/src/lib/libc++/../../contrib/libc++/include/math.h:661:105: error: > 'acosl' was not declared in this scope > inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) > _NOEXCEPT {return acosl(__lcpp_x);} > >^ > /usr/src/lib/libc++/../../contrib/libc++/include/math.h: In function > 'typename std::__1::enable_if::value, > double>::type acos(_A1)': > /usr/s