emulators/pipelight, compiler

2015-03-31 Thread side light
Hello, Is it possible to replace GCC with Clang in emulators/pipelight. Here's what I have for the diff file, and it compiled fine. The plugins still don't work, but perhaps this will make fixing it easier. Thank you. 32d31 USE_GCC=yes 41c40 USES=

FreeBSD ports you maintain which are out of date

2015-03-31 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,

Re: Replacing vlc with vlc-qt4 broke pkg upgrade

2015-03-31 Thread Kevin Oberman
On Tue, Mar 31, 2015 at 11:47 AM, Yuri y...@rawbw.com wrote: Few days ago vlc was replaced with vlc-qt4. I rebuilt all packages from my ports tree with poudriere, tried to 'pkg upgrade', and pkg fails to handle this: All repositories are up-to-date. Checking for upgrades (28

Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Rui Paulo
On Mar 31, 2015, at 17:24, Sergei Vyshenski svysh.f...@gmail.com wrote: Instead, the following succeded: # cd /usr/ports/ports-mgmt/pkg-devel # make reinstall ... # pkg -v 1.4.99.16 That is expected. WITH_PKG=devel is a make(1) option that only affects ports (non-binary pkgs). -- Rui

Re: Initial squid 3.5 port

2015-03-31 Thread Pavel Timofeev
Hi all! The squid35 port has been updated to lastest 3.5.3 release. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089 This time it's a patch for the existing www/squid. Please, test it and write a feed back! IMO it's ready to import. 2015-03-20 11:43 GMT+03:00 Pavel Timofeev

Update editors/abiword to 3.0.1

2015-03-31 Thread Ben Woods
I am trying to update editors/abiword from 2.8.6 to 3.0.1. Part way through compiling my new test port, I get the following errors: gmake[7]: Entering directory '/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1/src/text/fmt/xp' CXX fl_Squiggles.lo CXX fb_Alignment.lo In file

Re: freebsd-ports Digest, Vol 619, Issue 2

2015-03-31 Thread Konstantinos Koukopoulos
On 31/03/2015 15:00, Chris H bsd-li...@bsdforge.com wrote: Since you are the maintainer, the answer is ultimately your choice. But your answers to the above questions will largely determine the ultimate value of your port. You needn't open a pr(1). [personally] I would wait to see if the

[CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Baptiste Daroussin
Hi all, We just released pkg 1.5.0 beta1 (in ports-mgmt/pkg-devel), Here is what happened since pkg 1.4.0: - pkg has grown with an initial support for provides/requires: this is a naive version but good enough to at least make major upgrade of php safer as well as making pear/pecl

Replacing vlc with vlc-qt4 broke pkg upgrade

2015-03-31 Thread Yuri
Few days ago vlc was replaced with vlc-qt4. I rebuilt all packages from my ports tree with poudriere, tried to 'pkg upgrade', and pkg fails to handle this: All repositories are up-to-date. Checking for upgrades (28 candidates): 100% Processing candidates (28 candidates): 100%

Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Shawn Webb
On Tue, 2015-03-31 at 21:03 +0200, Baptiste Daroussin wrote: Hi all, We just released pkg 1.5.0 beta1 (in ports-mgmt/pkg-devel), Hey Baptiste, Great work to you and all those involved in this project! I'm grateful to have such an awesome tool. For those of us who run our own package repos

Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Baptiste Daroussin
On Tue, Mar 31, 2015 at 03:19:15PM -0400, Shawn Webb wrote: On Tue, 2015-03-31 at 21:03 +0200, Baptiste Daroussin wrote: Hi all, We just released pkg 1.5.0 beta1 (in ports-mgmt/pkg-devel), Hey Baptiste, Great work to you and all those involved in this project! I'm grateful to have

Re: Galera ports

2015-03-31 Thread Nikolai Lifanov
On 03/31/15 08:00, freebsd-ports-requ...@freebsd.org wrote: Hi! I'm a bit surprised that we don't have ports for galera cluster. I want to discuss about them a little bit. In short about galera and how it works (how I understand it): it's a kind of cluster of MySQL-based DBs. They support

Re: Update editors/abiword to 3.0.1

2015-03-31 Thread Gleb Popov
On Tue, Mar 31, 2015 at 6:00 PM, Ben Woods woods...@gmail.com wrote: I am trying to update editors/abiword from 2.8.6 to 3.0.1. Part way through compiling my new test port, I get the following errors: gmake[7]: Entering directory

Re: Update editors/abiword to 3.0.1

2015-03-31 Thread Ben Woods
Thanks for the feedback Gleb. I am compiling with clang 3.4.1 in FreeBSD 10.1 base. I have since spoken to an Abiword developer, who kindly helped me fix this issue with the following patch (which I will include in the PR I will submit to update this port): diff --git

Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Sergei Vyshenski
Hi, On Tue, Mar 31, 2015 at 9:23 PM, Baptiste Daroussin b...@freebsd.org wrote: Add WITH_PKG=devel in your build make.conf then pkg upgrade will want you to upgrade to 1.4.99.16 (which is pkg 1.5.0 beta1) This does not work for me. # cat /etc/make.conf |grep PKG WITH_PKGNG=yes