Re: recent perl mach/auto not found error

2013-10-26 Thread Matthew Seaman
On 25/10/2013 09:09, Sunpoet Po-Chuan Hsieh wrote:
 I've committed r331562. I forgot to add trailing || ${TRUE}.
 It should *really* be fixed now.
 I could build these ports successfully in tinderbox.
 Please try again.

That all seems to be working fine now.  Thank you.

Cheers,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


FreeBSD ports you maintain which are out of date

2013-10-26 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
+-+
devel/ireport   | 3.7.6   | 5.5.0
+-+
devel/libthai   | 0.1.19  | 0.1.20
+-+


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

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


CLANG and gcc testing

2013-10-26 Thread Muhammad Moinur Rahman
Hi,

Do I need to test for gcc and CLANG any more in STABLE/9 and STABLE/10
anymore for any ports or should it be CLANG only?

Thanks in advance.

Regards,
Muhammad
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-10-26 Thread O. Hartmann

Since a while, I'm unable ti update/recompile/install port
devel/kdesdk4 on both FreeBSD 10.0 (starting with the last CURRENT,
over ALPHA up to BETA2 now) and on all systems running FreeBSD
11.0-CURRENT.

The only extraordinary option in my environment is in /etc/src.conf
-sdt=c++11 defined for building the base/world - and in /etc/make.conf
-march=native and -O3 as the default.

It doesn't matter wether I switch over to plain standard either
in /etc/src.conf (which is exclusively for world as I understand) or
in /etc/make.conf. The error(s) shown below are present on ALL FreeBSD
10 and FreeBSD 11 machines and that is a bunch of 4 machines.

I have, so far, rebuilt all boxes with world ommiting -std=c++11 or
-O3 optimisations, but the error belwo still occur.

Has someone a solution? 

Please set me CC.

Regards and thanks in advance,
Oliver

[...]
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.cpp:20:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.h:23:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/position.h:41:
In file included
from /usr/local/include/boost/spirit/include/classic.hpp:11: In file
included from /usr/local/include/boost/spirit/home/classic.hpp:24: In
file included
from /usr/local/include/boost/spirit/home/classic/core.hpp:32: In file
included
from 
/usr/local/include/boost/spirit/home/classic/core/primitives/primitives.hpp:16:
In file included
from 
/usr/local/include/boost/spirit/home/classic/core/composite/impl/directives.ipp:16:
In file included
from /usr/local/include/boost/spirit/home/classic/core/scanner/skipper.hpp:16:
In file included
from 
/usr/local/include/boost/spirit/home/classic/core/primitives/impl/primitives.ipp:26:
 /usr/include/c++/v1/string:1143:24:
error: union member '__lx' has a non-trivial constructor value_type
__lx;

[...]

In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.cpp:20:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.h:23:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/position.h:41:
In file included
from /usr/local/include/boost/spirit/include/classic.hpp:11: In file
included from /usr/local/include/boost/spirit/home/classic.hpp:24: In
file included
from /usr/local/include/boost/spirit/home/classic/core.hpp:28: In file
included
from /usr/local/include/boost/spirit/home/classic/core/match.hpp:15: In
file included from /usr/local/include/boost/optional.hpp:15: In file
included from /usr/local/include/boost/optional/optional.hpp:19: In
file included
from /usr/include/c++/v1/algorithm:627: /usr/include/c++/v1/memory:1951:55:
error: no member named 'value' in
'std::__1::is_emptystd::__1::basic_stringQChar,
std::__1::char_traitsQChar, std::__1::allocatorQChar ::__rep'
bool = is_empty_T1::value


signature.asc
Description: PGP signature


net/mDNSResponder related bug reports

2013-10-26 Thread Matthieu Volat
There is a few PRs on net/mDNSResponder to fix a trivial bug that makes it 
segfault on ipv6 networks :
 * http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182199
 * http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182718
 * http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182815

There have been no activity for 3 weeks, can somebody have a look at those?

I also submitted a port for an nss module that would use mDNSResponder to 
resolve hostnames on the local domain, should I withdraw the proposal since 
there has been zero feedback on this since april?
 * http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178052

-- 
Matthieu Volat ma...@alkumuna.eu


signature.asc
Description: PGP signature


mutt sidebar patch fails after 1.5.22

2013-10-26 Thread Koichiro IWAO

Hello,

After recent update to 1.5.22, sidebar patch fails.

[meta@icepick /usr/ports/mail/mutt]$ sudo make patch
===  Found saved configuration for mutt-1.5.22
===   mutt-1.5.22 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by mutt-1.5.22 for building
===  Extracting for mutt-1.5.22
= SHA256 Checksum OK for mutt/mutt-1.5.22.tar.gz.
= SHA256 Checksum OK for mutt/patch-1.5.22.rr.compressed.gz.
= SHA256 Checksum OK for mutt/patch-1.5.22.vvv.initials.gz.
= SHA256 Checksum OK for mutt/patch-1.5.22.vvv.quote.gz.
===  Patching for mutt-1.5.22
===  Applying distribution patches for mutt-1.5.22
===  Applying FreeBSD patches for mutt-1.5.22
1 out of 5 hunks failed--saving rejects to buffy.c.rej
1 out of 9 hunks failed--saving rejects to curs_main.c.rej
1 out of 3 hunks failed--saving rejects to Makefile.in.rej
5 out of 10 hunks failed--saving rejects to menu.c.rej
2 out of 8 hunks failed--saving rejects to pager.c.rej
3 out of 11 hunks failed--saving rejects to compose.c.rej
*** [post-patch] Error code 13

Stop in /usr/ports/mail/mutt.
*** [patch] Error code 1

Stop in /usr/ports/mail/mutt.

--
`whois vmeta.jp | nkf -w`
meta m...@vmeta.jp
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mutt sidebar patch fails after 1.5.22

2013-10-26 Thread Alex Kozlov
On Sun, Oct 27, 2013 at 01:59:13AM +0900, Koichiro IWAO wrote:
 After recent update to 1.5.22, sidebar patch fails.
There is already pr for this with the updated patch: ports/183251
I'm waiting for confirmation from submitter before commit it.


-- 
Alex
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mutt sidebar patch fails after 1.5.22

2013-10-26 Thread Schweigert, Udo
A patch to solve this has already been submitted, just waiting for
confirmation and svn commit, cf. PR ports/183251.

Udo

On Sun, Oct 27, 2013 at 01:59:13 +0900, Koichiro IWAO wrote:
 Hello,
 
 After recent update to 1.5.22, sidebar patch fails.
 
 [meta@icepick /usr/ports/mail/mutt]$ sudo make patch
 ===  Found saved configuration for mutt-1.5.22
 ===   mutt-1.5.22 depends on file: /usr/local/sbin/pkg - found
 === Fetching all distfiles required by mutt-1.5.22 for building
 ===  Extracting for mutt-1.5.22
 = SHA256 Checksum OK for mutt/mutt-1.5.22.tar.gz.
 = SHA256 Checksum OK for mutt/patch-1.5.22.rr.compressed.gz.
 = SHA256 Checksum OK for mutt/patch-1.5.22.vvv.initials.gz.
 = SHA256 Checksum OK for mutt/patch-1.5.22.vvv.quote.gz.
 ===  Patching for mutt-1.5.22
 ===  Applying distribution patches for mutt-1.5.22
 ===  Applying FreeBSD patches for mutt-1.5.22
 1 out of 5 hunks failed--saving rejects to buffy.c.rej
 1 out of 9 hunks failed--saving rejects to curs_main.c.rej
 1 out of 3 hunks failed--saving rejects to Makefile.in.rej
 5 out of 10 hunks failed--saving rejects to menu.c.rej
 2 out of 8 hunks failed--saving rejects to pager.c.rej
 3 out of 11 hunks failed--saving rejects to compose.c.rej
 *** [post-patch] Error code 13
 
 Stop in /usr/ports/mail/mutt.
 *** [patch] Error code 1
 
 Stop in /usr/ports/mail/mutt.
 
 -- 
 `whois vmeta.jp | nkf -w`
 meta m...@vmeta.jp
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mutt sidebar patch fails after 1.5.22

2013-10-26 Thread Koichiro IWAO
I confirmed the patch fixes the problem. Thanks!

On Sat, Oct 26, 2013 at 07:37:34PM +0200, Schweigert, Udo wrote:
 A patch to solve this has already been submitted, just waiting for
 confirmation and svn commit, cf. PR ports/183251.
 
 Udo

-- 
`whois vmeta.jp | nkf -w`
meta m...@vmeta.jp
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mutt sidebar patch fails after 1.5.22

2013-10-26 Thread Koichiro IWAO
On Sat, Oct 26, 2013 at 08:22:55PM +0300, Alex Kozlov wrote:
 On Sun, Oct 27, 2013 at 01:59:13AM +0900, Koichiro IWAO wrote:
  After recent update to 1.5.22, sidebar patch fails.
 There is already pr for this with the updated patch: ports/183251
 I'm waiting for confirmation from submitter before commit it.

I confimed the patch fixes the problem. It works for me.
Probably ports/183251 is duplicate of ports/183251.

-- 
`whois vmeta.jp | nkf -w`
meta m...@vmeta.jp
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: PKGNG: ability to view pkg-plist?

2013-10-26 Thread Matthew Seaman
On 26/10/2013 00:40, Ken Moore wrote:
 Is a general way to list the files in a package that important for
 others, or is my case very specialized? I can think of a few situations
 where it might be a nice option to search for package(s) on the repo
 that contains a particular binary name, but I might be in a very small
 group of people that would actually use it.

We had the constraint of not blowing up the size of the repository
catalogue, even for a repo containing all the packages you could
generate from the ports tree.  The lists of files and directories in the
pkg were a large blob of stuff that we couldn't see a presssing need
for, so they got dropped.

The filesite.txz stuff is all about automatically detecting package
conflicts -- not sure exactly what the plans are around doing that at
some point in the future.

However, if you've got a good use case for having this metadata
available then we can certainly revisit all this.  Mind you, if you have
a repository you control, it wouldn't be that difficult to script up
something that would extract the +METADATA from each of the pkg files in
the repo as  a postprocessing thing during repo updates, and make it
available for your app to pull down off the web.

If anyone wants a nice web-based project, it would be pretty cool to be
able to point a browser at the repository root and be able to explore
package content / metadata all nicely formatted to be human readable.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


[QAT] r331422: 4x leftovers, 2x ignored: is only for i386, while you are running amd64, 50x success

2013-10-26 Thread Ports-QAT
Support staging.
-

  Build ID:  20131023203200-34381
  Job owner: eha...@freebsd.org
  Buildtime: 3 days
  Enddate:   Sat, 26 Oct 2013 21:48:04 GMT

  Revision:  r331422
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331422

-

Port:audio/malint 0.2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212156/malint-0.2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212157/malint-0.2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212158/malint-0.2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212159/malint-0.2.log

-

Port:audio/milkytracker 0.90.85_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212160/milkytracker-0.90.85_3.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212161/milkytracker-0.90.85_3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212162/milkytracker-0.90.85_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212163/milkytracker-0.90.85_3.log

-

Port:audio/mp-player 0.6

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212164/mp-player-0.6.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212165/mp-player-0.6.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212166/mp-player-0.6.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212167/mp-player-0.6.log

-

Port:audio/mp3guessenc 0.25.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212168/mp3guessenc-0.25.0.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212169/mp3guessenc-0.25.0.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212170/mp3guessenc-0.25.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212171/mp3guessenc-0.25.0.log

-

Port:audio/openspc 0.3.1_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   IGNORED: IS ONLY FOR I386, WHILE YOU ARE RUNNING AMD64

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212173/openspc-0.3.1_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   IGNORED: IS ONLY FOR I386, WHILE YOU ARE RUNNING AMD64

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212175/openspc-0.3.1_1.log

-

Port:audio/penguinsap 0.1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212176/penguinsap-0.1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212177/penguinsap-0.1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~eha...@freebsd.org/20131023203200-34381-212178/penguinsap-0.1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 

Re: CLANG and gcc testing

2013-10-26 Thread Shane Ambler
On 26/10/2013 23:52, Muhammad Moinur Rahman wrote:
 Hi,
 
 Do I need to test for gcc and CLANG any more in STABLE/9 and STABLE/10
 anymore for any ports or should it be CLANG only?
 

By default 10.0 only has clang installed in base. 9.2 has both but the
user needs to specifically configure to use clang to compile.

I see that to mean we must test with gcc on 9.x and clang on 10.x while
clang on 9.x is optional but preferred.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[QAT] r331451: 3x leftovers, 1x depend (??? in textproc/rubygem-sass-rails)

2013-10-26 Thread Ports-QAT
- Require LDAP, it's not optional
- Fix dependency on coderay
- Fix permissions on pid file dir
- Fix permissions on Gemfile.lock

PR: ports/182131
Submitted by:   David Demelier mark...@malikania.fr
-

  Build ID:  20131024021000-47130
  Job owner: swi...@freebsd.org
  Buildtime: 3 days
  Enddate:   Sun, 27 Oct 2013 00:07:01 GMT

  Revision:  r331451
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331451

-

Port:www/redmine 2.3.2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024021000-47130-212360/redmine-2.3.2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   DEPEND (??? IN TEXTPROC/RUBYGEM-SASS-RAILS)
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024021000-47130-212361/rubygem-sass-rails-3.2.6_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024021000-47130-212362/redmine-2.3.2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024021000-47130-212363/redmine-2.3.2.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131024021000-47130
redports https://qat.redports.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[QAT] r331455: 3x leftovers, 1x depend (??? in x11-themes/gtk-engines2)

2013-10-26 Thread Ports-QAT
- Update to 2.3.3

PR: ports/182940
Submitted by:   Mikhail T. m.tsatse...@gmail.com
-

  Build ID:  20131024032400-11314
  Job owner: swi...@freebsd.org
  Buildtime: 3 days
  Enddate:   Sun, 27 Oct 2013 02:01:12 GMT

  Revision:  r331455
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=331455

-

Port:www/redmine 2.3.3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024032400-11314-212376/redmine-2.3.3.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   DEPEND (??? IN X11-THEMES/GTK-ENGINES2)
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024032400-11314-212377/gtk-engines2-2.20.2_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024032400-11314-212378/redmine-2.3.3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131024032400-11314-212379/redmine-2.3.3.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131024032400-11314
redports https://qat.redports.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org