Recent update to lang/php70 and lang/php71

2017-02-01 Thread Jim Ohlstein

Hello,

Thanks for your hard work.

Could not this semantic change have waited for a new version? It forced 
a rebuild of ALL PHP extensions for no reason. They all had a dependency 
on devel/pcre via the main port as it was.


--
Jim Ohlstein
___
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: Galera Cluster Packages and Support for FreeBSD are Now Available From Codership

2017-02-01 Thread Felix Hanley
On Wed, Feb 01, 2017 at 09:07:34AM +0800, Ganbold Tsagaankhuu wrote:
> 
> As Steven asked earlier, do you have support or binary package available
> for FreeBSD 11.0 or later ?

I am currently implementing a proof-of-concept running two galera nodes
and one garb node (no db, just for quorum) on FreeBSD 11.

I had to build the packages from
http://github.com/codership/freebsd-ports but even then I had to make a
few changes which, if I have time, I will submit a pull request. Just
some of the findings so far:

- It all seems to build okay with clang.
- The garbd arbitrator was not in the package.
- A number of required dependencies were not listed in the packages.
- You will probably need to write your own rc scripts.
- There doesn't seem to be any man pages.
- I did not use the mysql56-server package which is in the repo but
  instead used the FreeBSD mariadb101-server package which already has
  the patches needed.

But so far I seem to be able to create a small cluster and add and
remove nodes without too much trouble. See what happens.

-felix
___
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: phantomjs build failure system/compiler not supported.

2017-02-01 Thread Volodymyr Kostyrko

Johan Hendriks wrote:

Hello I try to build grafana3 which has phantomjs as a dependency, but i
get a system compiler error.


Yeah, grafana is getting the hype.

I think gcc++49 line at files/patch-src_qt_qtbase_configure is causing 
the breakage:


Index: files/patch-src_qt_qtbase_configure
===
--- files/patch-src_qt_qtbase_configure (revision 432991)
+++ files/patch-src_qt_qtbase_configure (working copy)
@@ -8,7 +8,7 @@

  # find out which awk we want to use, prefer gawk, then nawk, then 
regular awk

  AWK=
-@@ -2791,11 +2792,19 @@ if [ -z "$PLATFORM" ]; then
+@@ -2791,11 +2792,18 @@ if [ -z "$PLATFORM" ]; then
   ULTRIX:*)
  PLATFORM=ultrix-g++
  ;;
@@ -25,11 +25,10 @@
 +type g++   >/dev/null && PLATFORM=freebsd-g++
 +type g++46 >/dev/null && PLATFORM=freebsd-g++46
 +type g++48 >/dev/null && PLATFORM=freebsd-g++48
-+type g++49 >/dev/null && PLATFORM=freebsd-g++49
  ;;
   OpenBSD:*)
  PLATFORM=openbsd-g++
-@@ -6359,7 +6368,7 @@ case "$XPLATFORM" in
+@@ -6358,7 +6367,7 @@ case "$XPLATFORM" in
;;
  *-g++*)
# Check gcc's version


--
Sphinx of black quartz judge my vow.
___
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: kodi-16.1_4 - conflict with compat9x library

2017-02-01 Thread Microsoft Roaming
Hello,

Kodi doesn’t build when sysutils/compat9x is installed
It seems that when this port is installed Kodi tries to use a deprecated library

/usr/local/lib/compat/libstdc++.so.6 which causes a bad GLIBCXX version

When compat9x is deinstalled KODI builds fine
Could you make a patch in order to force ignore this Library ?

Testing Archs

FreeBSD 10 (AMD64), FreeBSD 11 (AMD, i386)

Regards,

David MERLOT

Provenance : Courrier pour 
Windows 10

___
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: Daily update issue

2017-02-01 Thread David Wolfskill
On Wed, Feb 01, 2017 at 08:27:30AM -0700, The Doctor wrote:
> ...
> > * sudo pkg delete linux-c6-qt47-4.7.2_3 
> > x11-themes/linux-c6-hicolor-icon-theme
> >   which removed the problem.
> >
> 
> No dice here.
> 
> I just get blanks.
> 

If you have it installed, but nothing depends on it, you should be able
to just delete it if you don't want it installed any more.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
How could one possibly "respect" a misogynist, racist, bullying con-man??!?

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: Daily update issue

2017-02-01 Thread The Doctor
On Wed, Feb 01, 2017 at 07:18:11AM -0800, David Wolfskill wrote:
> On Wed, Feb 01, 2017 at 07:54:43AM -0700, The Doctor wrote:
> > 1)
> > 
> > 
> > ===>>> Returning to update check of installed ports
> > 
> > 
> > ===>>> The x11-themes/linux-c7-hicolor-icon-theme port has been deleted: 
> > Merged into linux_base port
> > ===>>> Aborting update
> > 
> > How to fix
> 
> What I did:
> 
> * pkg info -r x11-themes/linux-c7-hicolor-icon-theme
>   which told me that linux-c6-qt47-4.7.2_3 was the only port that
>   required x11-themes/linux-c7-hicolor-icon-theme.
> 
> * pkg info -r linux-c6-qt47-4.7.2_3
>   which told me that no installed ports depended on
>   linux-c6-qt47-4.7.2_3.
> 
> * sudo pkg delete linux-c6-qt47-4.7.2_3 x11-themes/linux-c6-hicolor-icon-theme
>   which removed the problem.
>

No dice here.

I just get blanks.

> >... 
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> How could one possibly "respect" a misogynist, racist, bullying con-man??!?
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.



-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
God is dead! Yahweh lives! Jesus his only begotten Son is the Risen Saviour!!
___
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"


phantomjs build failure system/compiler not supported.

2017-02-01 Thread Johan Hendriks
Hello I try to build grafana3 which has phantomjs as a dependency, but i
get a system compiler error.

root@desk:/usr/ports/lang/phantomjs # make
===>  Building for phantomjs-2.1.1
cd /usr/ports/lang/phantomjs/work/phantomjs-2.1.1 && /usr/bin/env CC=cc
CXX=c++ GMAKE=gmake OSTYPE=freebsd MAKEFLAGS=
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
/usr/local/bin/python2.7 build.py --jobs 4 --confirm
configuring Qt Base, please wait...
Executing in
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase:
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/configure
-static -opensource -confirm-license -prefix
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase -qt-zlib
-qt-libpng -qt-libjpeg -qt-pcre -nomake examples -nomake tools -nomake
tests -no-qml-debug -no-dbus -no-opengl -no-audio-backend -D
QT_NO_GRAPHICSVIEW -D QT_NO_GRAPHICSEFFECT -D QT_NO_STYLESHEET -D
QT_NO_STYLE_CDE -D QT_NO_STYLE_CLEANLOOKS -D QT_NO_STYLE_MOTIF -D
QT_NO_STYLE_PLASTIQUE -D QT_NO_PRINTPREVIEWDIALOG -qpa phantom -openssl
-openssl-linked -no-openvg -no-eglfs -no-egl -no-glib -no-gtkstyle
-no-cups -no-sm -no-xinerama -no-xkb -no-xcb -no-kms -no-linuxfb
-no-directfb -no-mtdev -no-libudev -no-evdev -no-pulseaudio -no-alsa
-no-feature-PRINTPREVIEWWIDGET -fontconfig -icu -release
g++46: not found

This is the Qt Open Source Edition.

You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU Lesser General Public License (LGPL) versions 3.

You have already accepted the terms of the Open Source license.


   The specified system/compiler is not supported:

 
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/mkspecs/freebsd-g++49

   Please see the README file for a complete list.


ERROR: Failed to build PhantomJS! Configuration of Qt Base failed.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/phantomjs

This is on FreeBSD 11-stable

uname -a
FreeBSD desk.server.mydomain.nl 11.0-STABLE FreeBSD 11.0-STABLE #37
r312379: Wed Jan 18 14:35:28 CET 2017
r...@desk.server.mydomain.nl:/usr/obj/usr/src/sys/KRNL  amd64

regards
Johan Hendriks

___
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: Daily update issue

2017-02-01 Thread David Wolfskill
On Wed, Feb 01, 2017 at 07:54:43AM -0700, The Doctor wrote:
> 1)
> 
> 
> ===>>> Returning to update check of installed ports
> 
> 
> ===>>> The x11-themes/linux-c7-hicolor-icon-theme port has been deleted: 
> Merged into linux_base port
> ===>>> Aborting update
> 
> How to fix

What I did:

* pkg info -r x11-themes/linux-c7-hicolor-icon-theme
  which told me that linux-c6-qt47-4.7.2_3 was the only port that
  required x11-themes/linux-c7-hicolor-icon-theme.

* pkg info -r linux-c6-qt47-4.7.2_3
  which told me that no installed ports depended on
  linux-c6-qt47-4.7.2_3.

* sudo pkg delete linux-c6-qt47-4.7.2_3 x11-themes/linux-c6-hicolor-icon-theme
  which removed the problem.

>... 

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
How could one possibly "respect" a misogynist, racist, bullying con-man??!?

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Daily update issue

2017-02-01 Thread The Doctor
1)


===>>> Returning to update check of installed ports


===>>> The x11-themes/linux-c7-hicolor-icon-theme port has been deleted: Merged 
into linux_base port
===>>> Aborting update

How to fix

2)  when updating in to c7 emulator mode  I sometimes see

Kernel: Too Old .

What gives?

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill Surrey England
___
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: linux-skype_oss_wrapper-0.1.1

2017-02-01 Thread Microsoft Roaming
Hello,

This port doesn’t build when Linux CentOS 7 is defined as a kernel, but it 
works fine with Linux C6 on AMD64 or i386 arch

/usr/bin/ld : unrecognised emulation mode : elf_i386
Supported émulations : elf_x86_64fbsd elf_i386_fbsd
Collect2 : error :; ld returned 1 exit status
*** [libpulse.so.0] Error code 1

Regards

David

Provenance : Courrier pour 
Windows 10

___
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: audacity-2.1.2_4

2017-02-01 Thread Microsoft Roaming
Hello,

It’s about several months now, audacity fails to build on FreeBSD 10 AMD64, 
FreeBSD 11 AMD64

But surprisingly it does build on FreeBSD 11 I386 (32 bit) and I suppose on 
FreeBSD 10 i386

Even removing all build options doesn’t solve the issue.

There is always a weird error that seems to cause the issue. Build doesn’t stop 
immediately, but it fails few lines later

In file included from Menus.cpp :83
./Notetrack.h :80 :4 : error : unknown, type name ‘Alg_seq_ptr’

I suppose that an « extra » component in my systemxinterfere but I can’t 
determine who is the culprit as Audacity is available in package, so 
compilation seems to work fine in «poudriere », unless some specifics 
parameters are used.

Regards,

David


Provenance : Courrier pour 
Windows 10

___
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: Galera Cluster Packages and Support for FreeBSD are Now Available From Codership

2017-02-01 Thread sakari . keskitalo

Hi Ganbold,

Galera Cluster does not support for FreeBSD 11.0 or later as we speak. 
Naturally, we will provide it later but we have not decided the date yet 
for it. If there is need to speed up FreeBSD 11.0 support, please let us 
know.


Best
Sakari

Ganbold Tsagaankhuu kirjoitti 2017-02-01 03:07:

Sakari,

On Tue, Jan 31, 2017 at 8:25 PM, 
wrote:


Hi Mathieu,

thanks for the feedback. My bad.

I am not sure if you wanted a reply but here it is if you do not
mind.

Galera Cluster for MySQL is a multi-master Cluster based on
synchronous replication. It is an easy-to-use, high-availability
solution, which provides high system up-time, no data loss and
scalability. Multi-master means active-active-active cluster in
which you and read and write to any database. Any Galera node can be
brought down for maintenance and more nodes can be added online. We
have targeted packages and package repositories for a number of
Linux distributions, including Ubuntu, Red Hat, Debian, CentOS,
OpenSUSE and SLES, and now FreeBSD. Galera Cluster is open source
and can be downloaded at www.galeracluster.com/downloads [1]

If you have questions please do not hesitate to ask.


As Steven asked earlier, do you have support or binary package
available for FreeBSD 11.0 or later ?

thanks,

Ganbold


Best regards
Sakari
Codership

Mathieu Arnold kirjoitti 2017-01-31 11:52:
Le 31/01/2017 à 09:44, sakari.keskit...@galeracluster.com a écrit
:

Hi,

Hi,

Codership is pleased to announce: Galera Cluster Packages and
Support
for FreeBSD are Now Available From Codership.

You managed to write "Galera Cluster" a good half dozen times, and
Codeship a nice number of time, so you are good at marketting, we
now
will all remember both terms for at least 5 minutes.

On the other hand, you did fail to say the most important bit, what
it is.


 ___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports [2]
To unsubscribe, send any mail to
"freebsd-ports-unsubscr...@freebsd.org"


Links:
--
[1] http://www.galeracluster.com/downloads
[2] https://lists.freebsd.org/mailman/listinfo/freebsd-ports


___
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 ports you maintain which are out of date

2017-02-01 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
graphics/opensubdiv | 3_0_5   | v3_2_0
+-+
math/giacxcas   | 1.2.2-57| 1.2.3-19
+-+
net/yaz | 5.19.0  | 5.20.1
+-+
textproc/py-cloud_sptheme   | 1.8.0   | 1.8.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"