[kde-freebsd] FreeBSD ports that you maintain which are currently marked broken

2013-09-07 Thread linimon
Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically notify users of ports
that are marked as broken in their Makefiles.  In many cases
these ports are failing to compile on some subset of the FreeBSD
build environments.  The most common problem is that recent versions
of -CURRENT include gcc4.2, which is much stricter than older versions.
The next most common problem is that compiles succeed on the i386
architecture (e.g. the common Intel PC), but fail on one or more
of the other architectures due to assumptions about things such as
size of various types, byte-alignment issues, and so forth.

In occasional cases we see that the same port may have different
errors in different build environments.  The script that runs on the
build cluster uses heuristics to try to 'guess' the error type to
help you isolate problems, but it is only a rough guide.

One more note: on occasion, there are transient build errors seen
on the build farm.  Unfortunately, there is not yet any way for this
algorithm to tell the difference (humans are much, much better at
this kind of thing.)

The errors are listed below.  In the case where the same problem
exists on more than one build environment, the URL points to the
latest errorlog for that type.  (By 'build environment' here we
mean 'combination of 7.x/8.x/9.x/-current with target architecture'.)

(Note: the dates are included to help you to gauge whether or not
the error still applies to the latest version.  The program
that generates this report is not yet able to determine this
automatically.)

portname:   graphics/kgraphviewer
broken because: does not build
build errors:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.10.20130313090402.pointyhat/kgraphviewer-2.0.2.4.4.0_5.log
 (Mar 14 00:52:04 UTC 2013)
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=graphicsportname=kgraphviewer


If these errors are ones that you are already aware of, please
accept our apologies and ignore this message.  On the other hand, if
you no longer wish to maintain this port (or ports), please reply
with a message stating that, and accept our thanks for your efforts
in the past.

Every effort has been made to make sure that these error reports
really do correspond to a port that you maintain.  However, due to
the fact that this is an automated process, it may indeed generate
false matches.  If one of these errors fits that description,
please forward this email to the author of this software, Mark
Linimon lini...@freebsd.org, so that he can attempt to fix the
problem in the future.

Thanks for your efforts to help improve FreeBSD.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] FreeBSD ports that you maintain which are currently scheduled for deletion

2013-09-07 Thread linimon
Dear FreeBSD port maintainer:

As part of an ongoing effort to reduce the number of problems in
the FreeBSD ports system, we periodically schedule removal of ports
that have been judged to have outlived their usefulness.  Often,
this is due to a better alternative having become available and/or
the cessation of development on the existing port.  In some cases,
ports are marked for removal because they fail to build and install
correctly from their sources, or otherwise fail in operation.

The ports, and the reason and date that they have been scheduled
for removal, are listed below.  If no one has stepped forward before
that time to propose a way to fix the problems (such as via a PR),
the ports will be deleted.



portname:   net-im/libmsn
description:A library for connecting to MSN Messenger service
maintainer: k...@freebsd.org
deprecated because: Primary MSN Messenger service terminated 30 APR 2013
expiration date:2013-10-31
build errors:   none.
overview:   
http://portsmon.FreeBSD.org/portoverview.py?category=net-importname=libmsn


If this problem is one that you are already aware of, please accept
our apologies and ignore this message.  On the other hand, if you no
longer wish to maintain this port (or ports), please reply with a
message stating that, and accept our thanks for your efforts in the
past.

Thanks for your efforts to help improve FreeBSD.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-07 Thread edwin
Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: 
call to 'swap' is ambiguous

Responsible-Changed-From-To: freebsd-ports-bugs-kde
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Sep 7 13:40:08 UTC 2013
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=181913
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-script/files

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9493 by rakuco:

Merge r326688 from ports.

r326688 | rakuco | 2013-09-08 00:19:20 +0300 (Sun, 08 Sep 2013) | 5 lines

Bring in a few more libc++ patches I got upstream a few months ago.

While here, rename the patch added in r326562 to reflect the right location
it changes.



These additional commits have also not made it into 4.8.5, but will be part
of 4.8.6.



 AM
patch-src__3rdparty__javascriptcore__JavaScriptCore__runtime__Collector.cpp  
 AM
patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__HashTable.h  
 A 
patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Threading.h   
patch-src__3rdparty__javascriptcore__wtf__Threading.h#9492
 D patch-src__3rdparty__javascriptcore__wtf__Threading.h  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/QT/Mk

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9494 by rakuco:

bsd.qt.mk: Sync with ports (merge r323748).


r323748 | rene | 2013-07-26 22:19:20 +0300 (Fri, 26 Jul 2013) | 15 lines

KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:  ports/180745
Submitted by:rene
Approved by: portmgr (bapt)
Exp-run by:  bapt





 M  +1 -0  bsd.qt.mk  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9495 by rakuco:

qmake4: Remove commented out PORTREVISION

 M  +0 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/QT

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9496 by rakuco:

QT: Remove other commented out PORTREVISION entries

 M  +0 -1  devel/qt4-corelib/Makefile  
 M  +0 -1  www/qt4-webkit/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/QT/www/qt4-webkit/files

2013-09-07 Thread Raphael Kubo da Costa
SVN commit 9497 by rakuco:

qt4-webkit: Pull in my upstream commit to fix the build with libc++.

An identical patch for qt4-script was added 9493, but qt4-webkit uses
another JavaScriptCore checkout.



 AM
patch-src__3rdparty__webkit__Source__JavaScriptCore__wtf__Atomics.h  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181921: [exp-run] Update Qt to 4.8.5

2013-09-07 Thread FreeBSD-gnats-submit
Thank you very much for your problem report.
It has the internal identification `ports/181921'.
The individual assigned to look at your
report is: freebsd-ports-bugs. 

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=181921

Category:   ports
Responsible:freebsd-ports-bugs
Synopsis:   [exp-run] Update Qt to 4.8.5
Arrival-Date:   Sat Sep 07 22:40:00 UTC 2013
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [exp-run] Update Qt to 4.8.5

2013-09-07 Thread Raphael Kubo da Costa

Submitter-Id:  current-users
Originator:Raphael Kubo da Costa
Organization:  FreeBSD Project
Confidential:  no 
Synopsis:  [exp-run] Update Qt to 4.8.5
Severity:  non-critical
Priority:  medium
Category:  ports
Class: change-request
Release:   FreeBSD 10.0-CURRENT amd64
Environment:
System: FreeBSD orwell 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255096: Sat Aug 31 
19:35:58 EEST 2013 root@orwell:/usr/obj/usr/src/sys/ORWELL amd64



Description:
Please to an exp-run for our Qt update from version 4.8.4 to 4.8.5. 
It's a minor release and I don't expect anything to break. It also includes 
some libc++ fixes that are really good to have as soon as possible. The patch 
is available at http://people.freebsd.org/~rakuco/exp-runs/qt-4.8.5.diff.
How-To-Repeat:

Fix:




___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181913: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: call to 'swap' is ambiguous

2013-09-07 Thread rakuco
Synopsis: devel/qt4-script: /usr/include/c++/v1/type_traits:3175:22: error: 
call to 'swap' is ambiguous

State-Changed-From-To: open-patched
State-Changed-By: rakuco
State-Changed-When: Sat Sep 7 22:47:43 UTC 2013
State-Changed-Why: 
I don't think the previous version worked.

From your description, it looks like you've switched to building with
libc++ whereas libstdc++ was being used before.

The upcoming Qt 4.8.5 plus a few patches which only made it to 4.8.6
(but we've backported) will finally make Qt build with libc++.

We've just sent an exp-run request for Qt 4.8.5, and will hopefully fix
all these errors once it is committed.

http://www.freebsd.org/cgi/query-pr.cgi?pr=181913
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181335: [PATCH] devel/qmake4: Fix port test and Tinderbox, trim ${LN}

2013-09-07 Thread Raphael Kubo da Costa
Hi,

I'm not sure I'm following what you're trying to fix here: was the first
`ln' call failing without anyone noticing? The second change also looks
strange, as mkspecs/default itself is supposed to be a symlink.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181335: [PATCH] devel/qmake4: Fix port test and Tinderbox, trim ${LN}

2013-09-07 Thread Raphael Kubo da Costa
The following reply was made to PR ports/181335; it has been noted by GNATS.

From: Raphael Kubo da Costa rak...@freebsd.org
To: bug-follo...@freebsd.org
Cc: neme...@freesbd.org, k...@freebsd.org
Subject: Re: ports/181335: [PATCH] devel/qmake4: Fix port test and Tinderbox, 
trim ${LN}
Date: Sun, 08 Sep 2013 02:00:58 +0300

 Hi,
 
 I'm not sure I'm following what you're trying to fix here: was the first
 `ln' call failing without anyone noticing? The second change also looks
 strange, as mkspecs/default itself is supposed to be a symlink.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/181335: [PATCH] devel/qmake4: Fix port test and Tinderbox, trim ${LN}

2013-09-07 Thread Raphael Kubo da Costa
The following reply was made to PR ports/181335; it has been noted by GNATS.

From: Raphael Kubo da Costa rak...@freebsd.org
To: bug-follo...@freebsd.org
Cc: neme...@freebsd.org
Subject: Re: ports/181335: [PATCH] devel/qmake4: Fix port test and Tinderbox, 
trim ${LN}
Date: Sun, 08 Sep 2013 02:03:30 +0300

 +nemesys, now with the right email address.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information