x11/xscreensaver

2017-03-28 Thread The Doctor
Please update to the most recent available.

-- 
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"


poudriere parallel options

2017-03-28 Thread Russell L. Carter

Greetings,

So recently LibreOffice has been piling up with
various gcc/thunderbird/firefox/chromium/llvm/
openjdk/virtualbox/etc rebuild jobs and the total
time is exceeding 12 hours.

This is on an 8 core AMD box with 32GB of memory
and ample ccache on a fast SSD.  Neither ram nor
swap capacity seem to be a factor.  This behavior
seems like it is somewhat new.  That's ok!

Supposing those packages noted above were the only
items in a ports list file, what would be the best
practice poudriere parallel configuration options?

Or more specifically, is there a way to limit a
particular package's internally managed parallel jobs
to, say, 2?

Thanks,
Russell
___
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: textproc/elasticsearch5-x-pack

2017-03-28 Thread Miroslav Lachman

Hi,
do you have any plans on updating ElasticSearch and Kibana to actual 
version 5.3.0? Are there any known problems with newer versions?


Kind regards

Miroslav Lachman
___
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 problem

2017-03-28 Thread Jim Ohlstein
Hello,

> On Mar 28, 2017, at 2:48 PM, Alan Somers  wrote:
> 
> Try setting DEFAULT_VERSIONS=pgsql=9.6 in /etc/make.conf.  Then any
> ports that use postgres will have to be rebuilt from ports instead of
> installed through pkg.
> -Alan

I believe he's using packages. 

> 
>> On Tue, Mar 28, 2017 at 12:24 PM, Jim Ohlstein  wrote:
>> Hello,
>> 
>> [cc'ing to ports mailing list since it seems more appropriate there]
>> 
>>> On 3/28/17 10:25 AM, m...@ft-c.de wrote:
>>> 
>>> Hello,
>>> 
>>> when I update/upgrade freebsd with pkg,
>>> pkg would install the postgresql93-client,
>>> but postgresql* version 9.6 is installed.
>> 
>> 
>> 
>> It appears as though $something that you are trying to upgrade has a
>> dependency on postgresql-client. Since postgresql93 is the default version
>> for FreeBSD packages, $something is built against postgresql93-client, and
>> is trying to pull it in as a dependency. That would cause
>> postgresql96-client to be deinstalled, which would then cause pretty much
>> anything postgresql96 related to be removed. Those packages are locked,
>> hence the failure.
>> 
>> 
>>> 
>>> What's going wrong?
>>> Have someoen a solution?
>>> 
>>> I get the following messages:
>>> 
>>> % pkg upgrade
>>> Updating FreeBSD repository catalogue...
>>> FreeBSD repository is up-to-date.
>>> All repositories are up-to-date.
>>> 
>>> postgresql96-plpython-9.6.0_1 is locked and may not be modified
>>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>>> postgresql96-contrib-9.6.1 is locked and may not be modified
>>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>>> postgresql96-server-9.6.1_1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> postgresql96-contrib-9.6.1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>>> postgresql96-client-9.6.1 is locked and may not be modified
>>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>>> postgresql96-client-9.6.1 is locked and may not be modified
>>> postgresql96-plpython-9.6.0_1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> postgresql96-server-9.6.1_1 is locked and may not be modified
>>> postgresql96-client-9.6.1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> postgresql96-server-9.6.1_1 is locked and may not be modified
>>> postgresql96-contrib-9.6.1 is locked and may not be modified
>>> pgadmin3-1.22.1_3 is locked and may not be modified
>>> postgresql96-client-9.6.1 is locked and may not be modified
>>> postgresql96-client-9.6.1 is locked and may not be modified
>>> 
>>> The following 32 package(s) will be affected (of 0 checked):
>>> 
>>> New packages to be INSTALLED:
>>>postgresql93-client: 9.3.15_1
>>> 
>>> Installed packages to be UPGRADED:
>>>php70-zlib: 7.0.16 -> 7.0.17
>>>... (more)
>>>php70-pgsql: 7.0.16 -> 7.0.17
>>>php70-pdo_sqlite: 7.0.16 -> 7.0.17
>>>php70-pdo_pgsql: 7.0.16 -> 7.0.17
>>>php70-pdo: 7.0.16 -> 7.0.17
>>>... (more)
>>>nspr: 4.13.1 -> 4.14
>>>mod_php70: 7.0.16 -> 7.0.17
>>>git: 2.11.0_3 -> 2.12.1
>>> 
>>> Installed packages to be REINSTALLED:
>>>apache24-2.4.25_1 (options changed)
>>> 
>>> Number of packages to be installed: 1
>>> Number of packages to be upgraded: 30
>>> Number of packages to be reinstalled: 1
>>> 
>>> The process will require 10 MiB more space.
>>> 234 KiB to be downloaded.
>>> 
>>> 
>>> 
>>> % pkg upgrade git
>>> Updating FreeBSD repository catalogue...
>>> FreeBSD repository is up-to-date.
>>> All repositories are up-to-date.
>>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>>> ... (more: see above)
>>> 
>>> Checking integrity...
>>> Assertion failed: (cun != NULL), function
>>> pkg_conflicts_check_chain_conflict, file pkg_jobs_conflicts.c, line 499.
>>> Child process pid=2230 terminated abnormally: Abort trap
>>> 
>>> 
>>> 
>>> % uname -a
>>> FreeBSD ftc2 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24
>>> 06:55:27 UTC 2016
>>> r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>>> 
>>> 
>> 
>> --
>> Jim Ohlstein
>> 
>> 
>> "Never argue with a fool, onlookers may not be able to tell the difference."
>> - Mark Twain
>> 
>> ___
>> freebsd-sta...@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
___

Re: New port gitsome

2017-03-28 Thread Danilo G. Baio (dbaio)
On Wed, Mar 01, 2017 at 08:46:38PM -0300, Danilo G. Baio (dbaio) wrote:
>
> Gitsome submitted in PR 217484[1] and each dependency in a separate PR.
> 
> Thank you Olivier, this way that you said worked better, other 
> changes/problems showed up when I was testing each individual port with 
> poudriete testport.
> 
> [1] - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217484
> 
> Regards.
> --
> Danilo G. Baio (dbaio)
> 

Hi.

It's almost done:
https://bugs.freebsd.org/bugzilla/showdependencytree.cgi?id=217484&hide_resolved=0

I submitted an update to the main PR(it was released 0.7.0 version of gitsome)
and taking a hook on it, I need some help with these PR's:

217468,217482,217480 (Maintainer timeout 4 weeks)
217469 (Maintainer reset)

And thank you all that helped so far.

Regards.
--
Danilo G. Baio (dbaio)


signature.asc
Description: PGP signature


Re: qt5-widgets fails to build

2017-03-28 Thread Ricardo Campos Passanezi
On Tue, Mar 28, 2017 at 03:31:21PM -0300, Ricardo Campos Passanezi wrote:
> On Tue, Mar 28, 2017 at 07:23:45PM +0300, Dmitry Marakasov wrote:
> > 
> > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218187
> 
> Ok, thanks.
> 
> I've removed all qt pkgs (pkg delete -f qt5-\* and qtchooser).
> 
> When "make install" in /usr/ports/x11-toolkits/qt5-widgets I get the
> same error. I may have some other port to reinstall... 

update:

i've put the same in qt5-core:

# diff -u Makefile.orig Makefile
--- Makefile.orig   2017-03-28 15:55:23.780731000 -0300
+++ Makefile2017-03-28 15:55:28.613663000 -0300
@@ -3,6 +3,7 @@
 PORTNAME=  core
 DISTVERSION=   ${QT5_VERSION}
 CATEGORIES=devel
+PORTREVISION=   1
 PKGNAMEPREFIX= qt5-
 
 MAINTAINER=k...@freebsd.org
@@ -25,7 +26,8 @@
-no-alsa -no-egl -no-evdev -no-feature-concurrent \
-no-fontconfig -no-freetype -no-gtk -no-harfbuzz \
-no-libudev -no-pulseaudio -no-xcb -no-xinput2 -no-xkb 
-no-xcb-xlib \
-   -no-xkbcommon -no-xrender -no-xshape -no-xsync -no-libinput
+   -no-xkbcommon -no-xrender -no-xshape -no-xsync -no-libinput \
+   -no-use-gold-linker
 USE_LDCONFIG=  ${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=  ${WRKSRC}/src/corelib


Then, removed every qt5 pkg and installed all over. It's alright now.


> 
> 
> 
> > 
> > -- 
> > Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
> > amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ru  http://amdmi3.ru
> > ___
> > 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"
> 
> -- 
> Ricardo Campos Passanezi - Network Analyst
> PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
> Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP
> ___
> 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"

-- 
Ricardo Campos Passanezi - Network Analyst
PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP
___
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 problem

2017-03-28 Thread Alan Somers
Try setting DEFAULT_VERSIONS=pgsql=9.6 in /etc/make.conf.  Then any
ports that use postgres will have to be rebuilt from ports instead of
installed through pkg.
-Alan

On Tue, Mar 28, 2017 at 12:24 PM, Jim Ohlstein  wrote:
> Hello,
>
> [cc'ing to ports mailing list since it seems more appropriate there]
>
> On 3/28/17 10:25 AM, m...@ft-c.de wrote:
>>
>> Hello,
>>
>> when I update/upgrade freebsd with pkg,
>> pkg would install the postgresql93-client,
>> but postgresql* version 9.6 is installed.
>
>
>
> It appears as though $something that you are trying to upgrade has a
> dependency on postgresql-client. Since postgresql93 is the default version
> for FreeBSD packages, $something is built against postgresql93-client, and
> is trying to pull it in as a dependency. That would cause
> postgresql96-client to be deinstalled, which would then cause pretty much
> anything postgresql96 related to be removed. Those packages are locked,
> hence the failure.
>
>
>>
>> What's going wrong?
>> Have someoen a solution?
>>
>> I get the following messages:
>>
>> % pkg upgrade
>> Updating FreeBSD repository catalogue...
>> FreeBSD repository is up-to-date.
>> All repositories are up-to-date.
>>
>> postgresql96-plpython-9.6.0_1 is locked and may not be modified
>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>> postgresql96-contrib-9.6.1 is locked and may not be modified
>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>> postgresql96-server-9.6.1_1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> postgresql96-contrib-9.6.1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>> postgresql96-client-9.6.1 is locked and may not be modified
>> postgresql96-plperl-9.6.0_1 is locked and may not be modified
>> postgresql96-client-9.6.1 is locked and may not be modified
>> postgresql96-plpython-9.6.0_1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> postgresql96-server-9.6.1_1 is locked and may not be modified
>> postgresql96-client-9.6.1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> postgresql96-server-9.6.1_1 is locked and may not be modified
>> postgresql96-contrib-9.6.1 is locked and may not be modified
>> pgadmin3-1.22.1_3 is locked and may not be modified
>> postgresql96-client-9.6.1 is locked and may not be modified
>> postgresql96-client-9.6.1 is locked and may not be modified
>>
>> The following 32 package(s) will be affected (of 0 checked):
>>
>> New packages to be INSTALLED:
>> postgresql93-client: 9.3.15_1
>>
>> Installed packages to be UPGRADED:
>> php70-zlib: 7.0.16 -> 7.0.17
>> ... (more)
>> php70-pgsql: 7.0.16 -> 7.0.17
>> php70-pdo_sqlite: 7.0.16 -> 7.0.17
>> php70-pdo_pgsql: 7.0.16 -> 7.0.17
>> php70-pdo: 7.0.16 -> 7.0.17
>> ... (more)
>> nspr: 4.13.1 -> 4.14
>> mod_php70: 7.0.16 -> 7.0.17
>> git: 2.11.0_3 -> 2.12.1
>>
>> Installed packages to be REINSTALLED:
>> apache24-2.4.25_1 (options changed)
>>
>> Number of packages to be installed: 1
>> Number of packages to be upgraded: 30
>> Number of packages to be reinstalled: 1
>>
>> The process will require 10 MiB more space.
>> 234 KiB to be downloaded.
>>
>>
>>
>> % pkg upgrade git
>> Updating FreeBSD repository catalogue...
>> FreeBSD repository is up-to-date.
>> All repositories are up-to-date.
>> pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
>> ... (more: see above)
>>
>> Checking integrity...
>> Assertion failed: (cun != NULL), function
>> pkg_conflicts_check_chain_conflict, file pkg_jobs_conflicts.c, line 499.
>> Child process pid=2230 terminated abnormally: Abort trap
>>
>>
>>
>> % uname -a
>> FreeBSD ftc2 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24
>> 06:55:27 UTC 2016
>> r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>>
>>
>
> --
> Jim Ohlstein
>
>
> "Never argue with a fool, onlookers may not be able to tell the difference."
> - Mark Twain
>
> ___
> freebsd-sta...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
___
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: qt5-widgets fails to build

2017-03-28 Thread Ricardo Campos Passanezi
On Tue, Mar 28, 2017 at 07:23:45PM +0300, Dmitry Marakasov wrote:
> 
> See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218187

Ok, thanks.

I've removed all qt pkgs (pkg delete -f qt5-\* and qtchooser).

When "make install" in /usr/ports/x11-toolkits/qt5-widgets I get the
same error. I may have some other port to reinstall... 



> 
> -- 
> Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
> amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ru  http://amdmi3.ru
> ___
> 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"

-- 
Ricardo Campos Passanezi - Network Analyst
PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP
___
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 problem

2017-03-28 Thread Jim Ohlstein

Hello,

[cc'ing to ports mailing list since it seems more appropriate there]

On 3/28/17 10:25 AM, m...@ft-c.de wrote:

Hello,

when I update/upgrade freebsd with pkg,
pkg would install the postgresql93-client,
but postgresql* version 9.6 is installed.



It appears as though $something that you are trying to upgrade has a 
dependency on postgresql-client. Since postgresql93 is the default 
version for FreeBSD packages, $something is built against 
postgresql93-client, and is trying to pull it in as a dependency. That 
would cause postgresql96-client to be deinstalled, which would then 
cause pretty much anything postgresql96 related to be removed. Those 
packages are locked, hence the failure.




What's going wrong?
Have someoen a solution?

I get the following messages:

% pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.

postgresql96-plpython-9.6.0_1 is locked and may not be modified
postgresql96-plperl-9.6.0_1 is locked and may not be modified
postgresql96-contrib-9.6.1 is locked and may not be modified
pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
postgresql96-server-9.6.1_1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
postgresql96-contrib-9.6.1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
postgresql96-plperl-9.6.0_1 is locked and may not be modified
postgresql96-client-9.6.1 is locked and may not be modified
postgresql96-plperl-9.6.0_1 is locked and may not be modified
postgresql96-client-9.6.1 is locked and may not be modified
postgresql96-plpython-9.6.0_1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
postgresql96-server-9.6.1_1 is locked and may not be modified
postgresql96-client-9.6.1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
postgresql96-server-9.6.1_1 is locked and may not be modified
postgresql96-contrib-9.6.1 is locked and may not be modified
pgadmin3-1.22.1_3 is locked and may not be modified
postgresql96-client-9.6.1 is locked and may not be modified
postgresql96-client-9.6.1 is locked and may not be modified

The following 32 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
postgresql93-client: 9.3.15_1

Installed packages to be UPGRADED:
php70-zlib: 7.0.16 -> 7.0.17
... (more)
php70-pgsql: 7.0.16 -> 7.0.17
php70-pdo_sqlite: 7.0.16 -> 7.0.17
php70-pdo_pgsql: 7.0.16 -> 7.0.17
php70-pdo: 7.0.16 -> 7.0.17
... (more)
nspr: 4.13.1 -> 4.14
mod_php70: 7.0.16 -> 7.0.17
git: 2.11.0_3 -> 2.12.1

Installed packages to be REINSTALLED:
apache24-2.4.25_1 (options changed)

Number of packages to be installed: 1
Number of packages to be upgraded: 30
Number of packages to be reinstalled: 1

The process will require 10 MiB more space.
234 KiB to be downloaded.



% pkg upgrade git
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pgtcl-postgresql96-2.0.0_1 is locked and may not be modified
... (more: see above)

Checking integrity...
Assertion failed: (cun != NULL), function
pkg_conflicts_check_chain_conflict, file pkg_jobs_conflicts.c, line 499.
Child process pid=2230 terminated abnormally: Abort trap



% uname -a
FreeBSD ftc2 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24
06:55:27 UTC 2016
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64




--
Jim Ohlstein


"Never argue with a fool, onlookers may not be able to tell the 
difference." - Mark Twain

___
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: New Updates to KDE break kde4-workspace on current amd64

2017-03-28 Thread Raphael Kubo da Costa
Michael Butler  writes:

> Seems we have another path-related problem when pulseaudio is enabled in
> kde-runtime (-lcanberra):

Thanks for the report, I've fixed this code path in r437146.
___
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: qt5-widgets fails to build

2017-03-28 Thread Dmitry Marakasov
* Ricardo Campos Passanezi (ri...@ige.unicamp.br) wrote:

> Here the error:
> 
> --- ../../../bin/uic ---
> c++ -Wl,--as-needed -fstack-protector -Wl,--gc-sections -pthread 
> -Wl,-rpath,/usr/local/lib/qt5 -o ../../../bin/uic .obj/customwidgetsinfo.o  
> .obj/databaseinfo.o  .obj/driver.o  .obj/treewalker.o  .obj/ui4.o  
> .obj/validator.o  .obj/cppextractimages.o  .obj/cppwritedeclaration.o  
> .obj/cppwriteicondata.o  .obj/cppwriteicondeclaration.o  
> .obj/cppwriteiconinitialization.o  .obj/cppwriteincludes.o  
> .obj/cppwriteinitialization.o  .obj/main.o  .obj/uic.o   
> -L/usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib 
> -L/usr/local/lib -lQt5Core
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib/libQt5Core.so:(.dynamic+0x27ac8):
>  multiple definition of `__bss_start@Qt_5'
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib/libQt5Core.so:(.dynamic+0x27ac8):
>  first defined here
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib/libQt5Core.so:(.dynamic+0x27ac8):
>  multiple definition of `_edata@Qt_5'
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib/libQt5Core.so:(.dynamic+0x27ac8):
>  first defined here
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/lib/libQt5Core.so:(.dynamic+0x2b2d0):
>  multiple definition of `_end@Qt_5'
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> *** [../../../bin/uic] Error code 1
> 
> make[2]: stopped in 
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/src/tools/uic
> 1 error
> 
> make[2]: stopped in 
> /usr/ports/x11-toolkits/qt5-widgets/work/qtbase-opensource-src-5.7.1/src/tools/uic
> *** Error code 2
> 
> Stop.
> make[1]: stopped in /usr/ports/x11-toolkits/qt5-widgets
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/x11-toolkits/qt5-widgets
> 
> 
> # pkg info | egrep -i qt
> qt5-buildtools-5.7.1   Qt build tools
> qt5-concurrent-5.7.1   Qt multi-threading module
> qt5-core-5.7.1 Qt core non-graphical module
> qt5-dbus-5.7.1 Qt D-Bus inter-process communication module
> qt5-gui-5.7.1  Qt graphical user interface module
> qt5-network-5.7.1_1Qt network module
> qt5-qmake-5.7.1Qt Makefile generator
> qt5-qml-5.7.1  Qt QML and JavaScript language module
> qt5-sql-5.7.1  Qt SQL database integration module
> qt5-testlib-5.7.1  Qt unit testing module
> qt5-x11extras-5.7.1Qt platform-specific features for X11-based 
> systems
> qtchooser-39   Qt tool wrapper
> 
> 
> Is there anything I'm missing? 

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218187

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ru  http://amdmi3.ru
___
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: New Updates to KDE break kde4-workspace on current amd64

2017-03-28 Thread Manfred Antar

> On Mar 28, 2017, at 7:11 AM, Michael Butler  
> wrote:
> 
> On 03/27/17 12:02, Raphael Kubo da Costa wrote:
>> Manfred Antar  writes:
>> 
>>> The new updates to kdelibs kde-runtime and others break build of 
>>> kde4-worspace:
>> 
>> Thanks for the report. We were aware of the breakage, and as of r437053
>> everything _should_ be back to normal (I'm still testing some ports that
>> were blocked by kde4-workspace).
>> ___
>> 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"
>> 
> 
> Seems we have another path-related problem when pulseaudio is enabled in
> kde-runtime (-lcanberra):

Yes I noticed that too.
I disabled pulseaudio, you can edit 
./work/.build/phonon/kcm/CMakeFiles/kcm_phonon.dir/link.txt and replace 
“-lcanberra” with /usr/local/lib/libcanberra.so and it will build.
Not sure how to fix

Manfred
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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: New Updates to KDE break kde4-workspace on current amd64

2017-03-28 Thread Michael Butler
On 03/27/17 12:02, Raphael Kubo da Costa wrote:
> Manfred Antar  writes:
> 
>> The new updates to kdelibs kde-runtime and others break build of 
>> kde4-worspace:
> 
> Thanks for the report. We were aware of the breakage, and as of r437053
> everything _should_ be back to normal (I'm still testing some ports that
> were blocked by kde4-workspace).
> ___
> 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"
> 

Seems we have another path-related problem when pulseaudio is enabled in
kde-runtime (-lcanberra):

[ 59%] Linking CXX shared module ../../lib/kcm_phonon.so
cd /usr/ports/x11/kde4-runtime/work/.build/phonon/kcm &&
/usr/local/bin/cmake -E cmake_link_script
CMakeFiles/kcm_phonon.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -O2 -pipe -march=core2 -fstack-protector
-fno-strict-aliasing -Wnon-virtual-dtor -Wno-long-long -Wundef
-Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith
-Wformat-security -Woverloaded-virtual -fno-common -fvisibility=hidden
-Werror=return-type -fvisibility-inlines-hidden
-Wno-return-type-c-linkage -O2 -DNDEBUG -DQT_NO_DEBUG  -fstack-protector
-shared  -o ../../lib/kcm_phonon.so
CMakeFiles/kcm_phonon.dir/kcm_phonon_automoc.cpp.o
CMakeFiles/kcm_phonon.dir/main.cpp.o
CMakeFiles/kcm_phonon.dir/devicepreference.cpp.o
CMakeFiles/kcm_phonon.dir/backendselection.cpp.o
CMakeFiles/kcm_phonon.dir/audiosetup.cpp.o
CMakeFiles/kcm_phonon.dir/testspeakerwidget.cpp.o
-Wl,-rpath,/usr/local/lib:/usr/local/lib/qt4:
/usr/local/lib/libphonon.so /usr/local/lib/libkcmutils.so.4.14.30
/usr/local/lib/libkio.so.5.14.30 /usr/local/lib/libglib-2.0.so
/usr/local/lib/libpulse.so /usr/local/lib/libpulse-mainloop-glib.so
-lcanberra /usr/local/lib/qt4/libQtNetwork.so
/usr/local/lib/qt4/libQtXml.so /usr/local/lib/libkdeui.so.5.14.30
/usr/local/lib/libkdecore.so.5.14.30 /usr/local/lib/qt4/libQtDBus.so
/usr/local/lib/qt4/libQtCore.so -pthread /usr/local/lib/qt4/libQtGui.so
/usr/local/lib/qt4/libQtSvg.so -Wl,-rpath-link,/usr/local/lib
/usr/bin/ld: cannot find -lcanberra
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[4]: *** [phonon/kcm/CMakeFiles/kcm_phonon.dir/build.make:254:
lib/kcm_phonon.so] Error 1
gmake[4]: Leaving directory '/usr/ports/x11/kde4-runtime/work/.build'
gmake[3]: *** [CMakeFiles/Makefile2:9540:
phonon/kcm/CMakeFiles/kcm_phonon.dir/all] Error 2
gmake[3]: *** Waiting for unfinished jobs

imb
___
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: port of nss-passwords

2017-03-28 Thread Rodrigo Osorio


On 03/28/17 11:31, abi wrote:



On 28.03.2017 11:32, Matthias Apitz wrote:


Anybody out here who knows what ports could bring the required
infrastructure ocamlfind...? I have installed ocaml-4.02.3, but this has
no 'ocamlfind'.



Probably, this one http://www.freshports.org/devel/ocaml-findlib/

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


Hi,

As a personal project start an online tool to found which package 
provides a specific file,
the interface is far from perfect but it works. At the moment I just 
perform the results are

100% true for FreeBSD-11 AMD64. Feel free to try it. :)

http://pkgtool.osorio.me/

All the best,
- rodrigo
___
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: port of nss-passwords

2017-03-28 Thread ros


On 03/28/17 11:31, abi wrote:



On 28.03.2017 11:32, Matthias Apitz wrote:


Anybody out here who knows what ports could bring the required
infrastructure ocamlfind...? I have installed ocaml-4.02.3, but this has
no 'ocamlfind'.



Probably, this one http://www.freshports.org/devel/ocaml-findlib/

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


Hi,

As a personal project start an online tool to found which package 
provides a specific file,
the interface is far from perfect but it works. At the moment I just 
perform the results are

100% true for FreeBSD-11 AMD64. Feel free to try it. :)

http://pkgtool.osorio.me/

All the best,
- rodrigo
___
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: port of nss-passwords

2017-03-28 Thread Matthias Apitz
El día martes, marzo 28, 2017 a las 12:31:04p. m. +0300, abi escribió:

> > ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
> > ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
> > ...
> > %.cmo: %.ml
> > $(OCAMLC) -c $<
> > ...
> >
> Probably, this one http://www.freshports.org/devel/ocaml-findlib/

Yes, thank you. It is even in the head of our ports.
This brings it on step further:

$ gmake
ocamlfind ocamlc -g -package fileutils.str,sqlite3 -c main.ml
ocamlfind: Package `fileutils.str' not found
gmake: *** [Makefile:20: main.cmo] Error 2+

(the 'sqlite3' can be installed with the port databases/ocaml-sqlite3).

Something like ports/*/ocaml-file* we do not have.

+Cc: michip...@gmail.com

matthias

-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
___
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: port of nss-passwords

2017-03-28 Thread abi



On 28.03.2017 11:32, Matthias Apitz wrote:

Hello,

I was searching for some cmd line tool to extract the 'saved logins'
from my firefox; I know that there is some mozilla add-on, but I do not
want to use this.

I came across this little piece of software 
https://github.com/glondu/nss-passwords
which seems to do exactly this, following the README:

...
This program reads passwords from a Mozilla keyring. It can run
entirely in text mode. It is merely a higher level version of
pwdecrypt, which is no longer convenient for direct use with
SQLite-based and JSON-based keyrings of recent versions of Firefox.
...

The problem is that I do not understand, what the Makefile is doing (in
Debian), for example:

OCAMLC = ocamlfind ocamlc -g -package fileutils.str,sqlite3,atdgen
OCAMLOPT = ocamlfind ocamlopt -g -package fileutils.str,sqlite3,atdgen

ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
...
%.cmo: %.ml
$(OCAMLC) -c $<
...

Anybody out here who knows what ports could bring the required
infrastructure ocamlfind...? I have installed ocaml-4.02.3, but this has
no 'ocamlfind'.



Probably, this one http://www.freshports.org/devel/ocaml-findlib/

___
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-03-28 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
+-+
www/c-icap-modules  | 0.4.4   | 0.4.5
+-+


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"


port of nss-passwords

2017-03-28 Thread Matthias Apitz

Hello,

I was searching for some cmd line tool to extract the 'saved logins'
from my firefox; I know that there is some mozilla add-on, but I do not
want to use this.

I came across this little piece of software 
https://github.com/glondu/nss-passwords
which seems to do exactly this, following the README:

...
This program reads passwords from a Mozilla keyring. It can run
entirely in text mode. It is merely a higher level version of
pwdecrypt, which is no longer convenient for direct use with
SQLite-based and JSON-based keyrings of recent versions of Firefox.
...

The problem is that I do not understand, what the Makefile is doing (in
Debian), for example:

OCAMLC = ocamlfind ocamlc -g -package fileutils.str,sqlite3,atdgen
OCAMLOPT = ocamlfind ocamlopt -g -package fileutils.str,sqlite3,atdgen

ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
...
%.cmo: %.ml
$(OCAMLC) -c $<
...

Anybody out here who knows what ports could bring the required
infrastructure ocamlfind...? I have installed ocaml-4.02.3, but this has
no 'ocamlfind'.

Thanks

matthias

-- 
Matthias Apitz   |  /"\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-176-38902045  |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
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"