From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 00:01:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 313988B1 for ; Sun, 15 Feb 2015 00:01:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0460918 for ; Sun, 15 Feb 2015 00:01:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F01Htd059094 for ; Sun, 15 Feb 2015 00:01:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Date: Sun, 15 Feb 2015 00:01:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 00:01:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671 Bug ID: 197671 Summary: [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: marino@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 152991 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152991&action=edit patch to allow building port on gcc-5 There are two problems with building webkit on gcc-5. 1) The configure check is brain-dead, it can't figure out 5 > 4.x 2) -Wno-c++11-extensions is a clang-only flag that gcc-5 will not accept. The attached patch adds a patch to configure that fixes the configure check. It also groups -Wno-c++11-extensions with another clang-only flag. This fixes the build with gcc5 and probably gcc4.9 as well (but I'm not sure when the flag started getting rejected) At least 75 ports depends on webkit-gtk3, directly or indirectly. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 02:08:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 275FE5EA for ; Sun, 15 Feb 2015 02:08:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CADF2C7 for ; Sun, 15 Feb 2015 02:08:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F28q9v085119 for ; Sun, 15 Feb 2015 02:08:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Sun, 15 Feb 2015 02:08:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd.org@pob01.utahime.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 02:08:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 Bug ID: 197674 Summary: [PATCH] mail/rainloop: update to 1.8.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: freebsd.org@pob01.utahime.jp CC: loic.blot@unix-experience.fr Flags: maintainer-feedback?(loic.blot@unix-experience.fr) CC: loic.blot@unix-experience.fr Created attachment 152994 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152994&action=edit Update to 1.8.1 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 02:54:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E79D241 for ; Sun, 15 Feb 2015 02:54:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 444BEA89 for ; Sun, 15 Feb 2015 02:54:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F2sPnE031520 for ; Sun, 15 Feb 2015 02:54:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197668] [patch Date: Sun, 15 Feb 2015 02:54:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Trash X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nobody@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution product component assigned_to version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 02:54:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197668 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |Not A Bug Product|Ports & Packages |Services Component|Individual Port(s) |Trash Assignee|freebsd-ports-bugs@FreeBSD. |nobody@FreeBSD.org |org | Version|Latest |unspecified -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 04:32:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81FFE1C9 for ; Sun, 15 Feb 2015 04:32:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62B9E60D for ; Sun, 15 Feb 2015 04:32:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F4WL2a037863 for ; Sun, 15 Feb 2015 04:32:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197676] India Vs Pakistan Live Streaming 15 February 2015 Match 4 Date: Sun, 15 Feb 2015 04:32:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: niloyman2015@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 04:32:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197676 Bug ID: 197676 Summary: India Vs Pakistan Live Streaming 15 February 2015 Match 4 Product: Ports & Packages Version: Latest Hardware: Any URL: http://icccricketworldcuptv.com/category/live-score/ OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: niloyman2015@sharklasers.com CC: portmgr@FreeBSD.org 4th Match of Cricket World cup 2015 is played between India Vs Pakistan on the Adelaide Oval, Adelaide, Australia. you can watch the live streaming of this Ind Vs Pak match on Sat, 15 Feb at 10:30 PM (Eastern Standard Time), and 15th February 9-00 a.m. IST Time on official website of world cup 2015. This is the 4th Match of the ICC Cricket world cup 2015 which are Played in Australia Ground. Both Team are in Group B. CLick HERE Watch NOW CLick HERE Watch NOW you can watch the live streaming of this India VS Pakistan 4th Match of Cricket World cup 2015 on different country with different TV channel. you can get the detail here on which country are provided live telecast of this World cup 2015 on line and also on TV. Watch Ind Vs Pak Live Streaming of Cricket World cup 2015 match of 15th February on MOBILE. PC, Laptop, Desktop, and on mobile platform like java, android, apple, windows and blackberry and also Cricket World cup 2015 on YouTube live streaming. India Vs Pakistan World cup 2015 Match-4 Prediction, Preview Before starting the Match too many prediction like who will won the toss, which team bat first or bowl first ? which player are included in the final 11 ? Who should open for India Team and from Pakistan Team ? Which bowler give the 1st over of the match ? Pak Vs Ind Match Prediction and match Preview... if you are thinking about it then you should see the live telecast and get your all frequently question's answer by watching live streaming of this world cup 2015 match on star sports official website. 2015 ICC Cricket World Cup Broadcasting TV Channels for India Vs Pakistan http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw Afghanistan: Ariana Television Network: Lemar TV Australia: Nine Network, Fox Sports Africa: South African Broadcasting Corporation England: England Television Singapore: Star Cricket West Indies: Caribbean Media Corporation Canada: Asian Television Network Europe (Except UK & Ireland): Eurosport2 China: Star Sports India: Star Sports 1 Star Sports 3 (Hindi), DD National Doordarshan channel(mostly India matches and semi final, final matches) Jamaica: Television Jamaica Middle East: Arab Radio and Television Network http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw http://w.atch.me/KaSFpw Fiji: Fiji TVIndia Vs Pakistan Live Streaming 15 February 2015 Match 4 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 06:24:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DF4C996 for ; Sun, 15 Feb 2015 06:24:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 748E7EA3 for ; Sun, 15 Feb 2015 06:24:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F6OuDQ046867 for ; Sun, 15 Feb 2015 06:24:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194215] [maintainer] emulators/dynagen: clean sanity check Date: Sun, 15 Feb 2015 06:24:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pavelivolkov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 06:24:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194215 --- Comment #13 from Pavel Volkov --- Created attachment 152995 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152995&action=edit This is a new patch, with use only 'shebangfix'. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 06:25:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA8979C5 for ; Sun, 15 Feb 2015 06:25:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A19E9EA7 for ; Sun, 15 Feb 2015 06:25:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F6PL5M047042 for ; Sun, 15 Feb 2015 06:25:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194215] [maintainer] emulators/dynagen: clean sanity check Date: Sun, 15 Feb 2015 06:25:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pavelivolkov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 06:25:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194215 --- Comment #14 from Pavel Volkov --- Hi. Sorry. Too many work. Look last patch. The 'shebangfix' may be preferred. You was right. :) This is fun. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 06:25:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDB159F4 for ; Sun, 15 Feb 2015 06:25:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D49B4EAE for ; Sun, 15 Feb 2015 06:25:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F6Px51047279 for ; Sun, 15 Feb 2015 06:25:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194215] [maintainer] emulators/dynagen: clean sanity check Date: Sun, 15 Feb 2015 06:25:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pavelivolkov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 06:26:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194215 Pavel Volkov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152995| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 08:30:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 465C15E8 for ; Sun, 15 Feb 2015 08:30:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29BDFA91 for ; Sun, 15 Feb 2015 08:30:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F8Ub83035136 for ; Sun, 15 Feb 2015 08:30:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] [UPDATE]: dns/powerdns-recursor maintainer change + update to 3.7.1 Date: Sun, 15 Feb 2015 08:30:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 08:30:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Ralf van der Enden changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[UPDATE]: |[UPDATE]: |dns/powerdns-recursor |dns/powerdns-recursor |maintainer change |maintainer change + update | |to 3.7.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 08:31:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C00BF61A for ; Sun, 15 Feb 2015 08:31:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F8DA9A for ; Sun, 15 Feb 2015 08:31:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F8V9HA038441 for ; Sun, 15 Feb 2015 08:31:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] [UPDATE]: dns/powerdns-recursor maintainer change + update to 3.7.1 Date: Sun, 15 Feb 2015 08:31:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 08:31:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 --- Comment #3 from Ralf van der Enden --- Created attachment 152997 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152997&action=edit powerdns-recursor-3.7.1.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 08:31:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B299A64B for ; Sun, 15 Feb 2015 08:31:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97BB2A9E for ; Sun, 15 Feb 2015 08:31:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F8VfID039297 for ; Sun, 15 Feb 2015 08:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] [UPDATE]: dns/powerdns-recursor maintainer change + update to 3.7.1 Date: Sun, 15 Feb 2015 08:31:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 08:31:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 --- Comment #4 from Ralf van der Enden --- Created attachment 152998 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152998&action=edit Patch to update dns/powerdns-recursor to 3.7.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 08:35:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE8E2698 for ; Sun, 15 Feb 2015 08:35:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3EE1B3F for ; Sun, 15 Feb 2015 08:35:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F8ZbJk041451 for ; Sun, 15 Feb 2015 08:35:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] [UPDATE]: dns/powerdns-recursor maintainer change + update to 3.7.1 Date: Sun, 15 Feb 2015 08:35:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 08:35:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 --- Comment #5 from Ralf van der Enden --- Update to PowerDNS Recursor 3.7.1 "This version contains a mix of speedups and improvements, the combined effect of which is vastly improved resilience against traffic spikes and malicious query overloads." Changelog: https://doc.powerdns.com/md/changelog/#powerdns-recursor-371 Added a last-minute patch required to fix the recursor on BSD's, which didn't make it into 3.7.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 08:49:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ECC4D4F for ; Sun, 15 Feb 2015 08:49:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84D5AC8C for ; Sun, 15 Feb 2015 08:49:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F8nYSx053474 for ; Sun, 15 Feb 2015 08:49:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197679] databases/mariadb-server builds on FreeBSD 10.1-RELEASE Date: Sun, 15 Feb 2015 08:49:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: venture37@geeklan.co.uk X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 08:49:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197679 Bug ID: 197679 Summary: databases/mariadb-server builds on FreeBSD 10.1-RELEASE Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: venture37@geeklan.co.uk CC: dgeo@centrale-marseille.fr Flags: maintainer-feedback?(dgeo@centrale-marseille.fr) CC: dgeo@centrale-marseille.fr databases/mariadb-server is currently marked broken on FreeBSD 10 & newer but it appears to build on 10.1-RELEASE i386 successfully. Problem is only specific to 10.0-RELEASE? Should the broken mark be removed / range adjusted? --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:16:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96522151 for ; Sun, 15 Feb 2015 09:16:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C41CEEA for ; Sun, 15 Feb 2015 09:16:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9Gbjd041558 for ; Sun, 15 Feb 2015 09:16:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197680] [patch update] www/tomcat8 8.0.15 -> 8.0.18 Date: Sun, 15 Feb 2015 09:16:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ale@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:16:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197680 Bug ID: 197680 Summary: [patch update] www/tomcat8 8.0.15 -> 8.0.18 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ale@FreeBSD.org Reporter: pi@FreeBSD.org Flags: maintainer-feedback?(ale@FreeBSD.org) Assignee: ale@FreeBSD.org Created attachment 153000 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153000&action=edit update see patch build-test on 10.1a, 9.3a, 8.4i. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ale@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:28:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97F44395 for ; Sun, 15 Feb 2015 09:28:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DAF02F for ; Sun, 15 Feb 2015 09:28:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9SWmf051245 for ; Sun, 15 Feb 2015 09:28:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197681] [patch update] www/tomcat7 7.0.57 -> 7.0.59 Date: Sun, 15 Feb 2015 09:28:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ale@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:28:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197681 Bug ID: 197681 Summary: [patch update] www/tomcat7 7.0.57 -> 7.0.59 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ale@FreeBSD.org Reporter: pi@FreeBSD.org Flags: maintainer-feedback?(ale@FreeBSD.org) Assignee: ale@FreeBSD.org Created attachment 153003 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153003&action=edit update update, build on 10.1a, 9.3a, 8.4i worked fine --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ale@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:43:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EAA5504 for ; Sun, 15 Feb 2015 09:43:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 727191CD for ; Sun, 15 Feb 2015 09:43:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9hdgn067359 for ; Sun, 15 Feb 2015 09:43:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197682] [NEW PORT] devel/autopep8 Date: Sun, 15 Feb 2015 09:43:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: coder@tuxfamily.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:43:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197682 Bug ID: 197682 Summary: [NEW PORT] devel/autopep8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: coder@tuxfamily.org Created attachment 153004 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153004&action=edit autopep8 port A tool that automatically formats Python code to conform to the PEP 8 style guide autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pep8 utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pep8 (devel/pep8). https://pypi.python.org/pypi/autopep8 Poudriere logs: http://download.tuxfamily.org/bartcoding/ports/py27-autopep8/ -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:55:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59D466C4 for ; Sun, 15 Feb 2015 09:55:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E71F2BF for ; Sun, 15 Feb 2015 09:55:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9tUo8077812 for ; Sun, 15 Feb 2015 09:55:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197682] [NEW PORT] devel/py-autopep8: Automatically formats Python code to PEP8 style guide Date: Sun, 15 Feb 2015 09:55:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:55:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197682 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[NEW PORT] devel/autopep8 |[NEW PORT] | |devel/py-autopep8: | |Automatically formats | |Python code to PEP8 style | |guide Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | Keywords| |feature, needs-patch, | |needs-qa, patch --- Comment #1 from Kubilay Kocak --- Thanks for your submission. Upon initial review: - Sort USE_PYTHON values - autopep8 requires pep8 >= 1.5.7 (See setup.py), update RUN_DEPENDS to suit - Add LICENSE_FILE (${WRKSRC/LICENSE) Additionally, please attach the QA logs referenced in Comment 0 Also note, svn dir should be py-autopep8 (I've modified the summary accordingly) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:56:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D721171C for ; Sun, 15 Feb 2015 09:56:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC3B62E0 for ; Sun, 15 Feb 2015 09:56:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9ufLd078364 for ; Sun, 15 Feb 2015 09:56:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] [UPDATE]: dns/powerdns-recursor maintainer change + update to 3.7.1 Date: Sun, 15 Feb 2015 09:56:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:56:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152998| |maintainer-approval?(sten@b Flags| |linkenlights.nl) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 09:58:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A084B778 for ; Sun, 15 Feb 2015 09:58:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8592B2F9 for ; Sun, 15 Feb 2015 09:58:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9wC5k078955 for ; Sun, 15 Feb 2015 09:58:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Sun, 15 Feb 2015 09:58:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 09:58:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Summary|[UPDATE]: |dns/powerdns-recursor: |dns/powerdns-recursor |Update to 3.7.1, Take |maintainer change + update |MAINTAINER'ship |to 3.7.1 | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 10:01:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43CE585E for ; Sun, 15 Feb 2015 10:01:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 292F63B2 for ; Sun, 15 Feb 2015 10:01:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FA1b1o008132 for ; Sun, 15 Feb 2015 10:01:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197660] [MAINTAINER] lang/urweb: Update to 20150214 Date: Sun, 15 Feb 2015 10:01:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 10:01:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197660 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch Summary|update port: lang/urweb to |[MAINTAINER] lang/urweb: |version 20150214 |Update to 20150214 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 10:01:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 580C988A for ; Sun, 15 Feb 2015 10:01:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6C83B4 for ; Sun, 15 Feb 2015 10:01:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FA1jRe011376 for ; Sun, 15 Feb 2015 10:01:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197660] [MAINTAINER] lang/urweb: Update to 20150214 Date: Sun, 15 Feb 2015 10:01:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 10:01:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197660 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152985| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 11:18:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DA0DEDC for ; Sun, 15 Feb 2015 11:18:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12819B23 for ; Sun, 15 Feb 2015 11:18:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FBIlEU015638 for ; Sun, 15 Feb 2015 11:18:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196358] [NEW PORT] devel/py-argcomplete: command line completion for argparse Date: Sun, 15 Feb 2015 11:18:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 11:18:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: pi Date: Sun Feb 15 11:18:25 UTC 2015 New revision: 379032 URL: https://svnweb.freebsd.org/changeset/ports/379032 Log: New port: devel/py-argcomplete Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You're using bash or zsh as your shell - You're using argparse to manage your command line arguments/options WWW: https://pypi.python.org/pypi/argcomplete PR: 196358 Submitted by: Tony Narlock Changes: head/devel/Makefile head/devel/py-argcomplete/ head/devel/py-argcomplete/Makefile head/devel/py-argcomplete/distinfo head/devel/py-argcomplete/pkg-descr -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 12:31:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C40ADA04 for ; Sun, 15 Feb 2015 12:31:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8D6421A for ; Sun, 15 Feb 2015 12:31:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FCVqoQ042702 for ; Sun, 15 Feb 2015 12:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196358] [NEW PORT] devel/py-argcomplete: command line completion for argparse Date: Sun, 15 Feb 2015 12:31:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 12:31:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED CC| |pi@FreeBSD.org --- Comment #5 from Kurt Jaeger --- Committed, thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 16:11:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AC67B17 for ; Sun, 15 Feb 2015 16:11:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 808719E4 for ; Sun, 15 Feb 2015 16:11:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FGBtsj078294 for ; Sun, 15 Feb 2015 16:11:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197684] sysutils/devcpu-data: update to the intel blob 20150125 Date: Sun, 15 Feb 2015 16:11:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 16:11:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197684 Bug ID: 197684 Summary: sysutils/devcpu-data: update to the intel blob 20150125 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: kib@FreeBSD.org CC: clarkjc@runbox.com CC: clarkjc@runbox.com Flags: maintainer-feedback?(clarkjc@runbox.com) Created attachment 153005 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153005&action=edit Patch the intel blob to 20150125 Intel issued new microcode.dat --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 18:13:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B1079A1 for ; Sun, 15 Feb 2015 18:13:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 724EF5F9 for ; Sun, 15 Feb 2015 18:13:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FIDmNV040405 for ; Sun, 15 Feb 2015 18:13:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 18:13:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivierd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 18:13:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 Olivier Duchateau changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thierry@FreeBSD.org --- Comment #5 from Olivier Duchateau --- Add also thierry@, he's working on Corebird. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 18:17:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3750DA3C for ; Sun, 15 Feb 2015 18:17:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC5B61D for ; Sun, 15 Feb 2015 18:17:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FIH5ab058832 for ; Sun, 15 Feb 2015 18:17:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197686] [UPDATE] www/py-werkzeug to 0.10.1 Date: Sun, 15 Feb 2015 18:17:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivierd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 18:17:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197686 Bug ID: 197686 Summary: [UPDATE] www/py-werkzeug to 0.10.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: olivierd@FreeBSD.org CC: moggie@elasticmind.net Flags: maintainer-feedback?(moggie@elasticmind.net) CC: moggie@elasticmind.net Created attachment 153009 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153009&action=edit Patch to update www/py-werkzeug - Update to 0.10.1 - Add test, otherwise example files are always installed --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 18:42:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BDAFD04 for ; Sun, 15 Feb 2015 18:42:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0314A8E9 for ; Sun, 15 Feb 2015 18:42:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FIgfh2020107 for ; Sun, 15 Feb 2015 18:42:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 18:42:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 18:42:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #6 from Carlos Jacobo Puga Medina --- Olivier, Did you tested corebird port? Now corebird has video support enabled. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 18:53:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A019FCD for ; Sun, 15 Feb 2015 18:53:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F7D49C5 for ; Sun, 15 Feb 2015 18:53:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FIrftS029845 for ; Sun, 15 Feb 2015 18:53:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196399] databases/mariadb100-server: MariaDB daemon segfaults when built with clang 3.4 on 10.1-i386 Date: Sun, 15 Feb 2015 18:53:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 18:53:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196399 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org --- Comment #5 from Dimitry Andric --- This is most likely not related to bug 197389. It also dies when built on a freshly built current, using clang 3.6.0rc3: $ sudo /usr/local/etc/rc.d/mysql-server onestart Installing MariaDB/MySQL system tables in '/var/db/mysql' ... 150215 19:50:44 [Note] InnoDB: Using mutexes to ref count buffer pool pages 150215 19:50:44 [Note] InnoDB: The InnoDB memory heap is disabled 150215 19:50:44 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 150215 19:50:44 [Note] InnoDB: Memory barrier is not used 150215 19:50:44 [Note] InnoDB: Compressed tables use zlib 1.2.8 150215 19:50:44 [Note] InnoDB: Not using CPU crc32 instructions 150215 19:50:44 [Note] InnoDB: Initializing buffer pool, size = 128.0M 150215 19:50:44 [Note] InnoDB: Completed initialization of buffer pool 150215 19:50:44 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created! 150215 19:50:44 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB 150215 19:50:44 [Note] InnoDB: Database physically writes the file full: wait... 150215 19:50:44 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB 150215 19:50:44 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB 150215 19:50:45 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0 150215 19:50:45 [Warning] InnoDB: New log files created, LSN=45781 150215 19:50:45 [Note] InnoDB: Doublewrite buffer not found: creating new 150215 19:50:45 [Note] InnoDB: Doublewrite buffer created 150215 19:50:45 [Note] InnoDB: 128 rollback segment(s) are active. 150215 19:50:45 [Warning] InnoDB: Creating foreign key constraint system tables. 150215 19:50:45 [Note] InnoDB: Foreign key constraint system tables created 150215 19:50:45 [Note] InnoDB: Creating tablespace and datafile system tables. 150215 19:50:45 [Note] InnoDB: Tablespace and datafile system tables created. 150215 19:50:45 [Note] InnoDB: Waiting for purge to start 150215 19:50:45 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.22-71.0 started; log sequence number 0 150215 19:50:45 [ERROR] mysqld got signal 11 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. To report this bug, see http://kb.askmonty.org/en/reporting-bugs We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Server version: 10.0.16-MariaDB key_buffer_size=134217728 read_buffer_size=131072 max_used_connections=0 max_threads=153 thread_count=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 466005 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0x3b7c1008 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0xba69ef68 thread_stack 0x48000 Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0x0): is an invalid pointer Connection ID (thread ID): 1 Status: NOT_KILLED Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Installation of system tables failed! Examine the logs in /var/db/mysql for more information. The problem could be conflicting information in an external my.cnf files. You can ignore these by doing: shell> /usr/local/scripts/scripts/mysql_install_db --defaults-file=~/.my.cnf You can also try to start the mysqld daemon with: shell> /usr/local/libexec/mysqld --skip-grant --general-log & and use the command line tool /usr/local/bin/mysql to connect to the mysql database and look at the grant tables: shell> /usr/local/bin/mysql -u root mysql mysql> show tables; Try 'mysqld --help' if you have problems with paths. Using --general-log gives you a log in /var/db/mysql that may be helpful. The latest information about mysql_install_db is available at https://mariadb.com/kb/en/installing-system-tables-mysql_install_db MariaDB is hosted on launchpad; You can find the latest source and email lists at http://launchpad.net/maria Please check all of the above before submitting a bug report at http://mariadb.org/jira /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql Can somebody tell me how to run *just* the mysqld executable under gdb, so I can get a reliable backtrace, instead of relying on the built-in one that doesn't seem to work? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:09:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89A7A5F9 for ; Sun, 15 Feb 2015 19:09:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F75EAD0 for ; Sun, 15 Feb 2015 19:09:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJ9XC3073583 for ; Sun, 15 Feb 2015 19:09:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER-UPDATE] www/vimb: update to 2.9, separate packages for GTK2 and 3. Date: Sun, 15 Feb 2015 19:09:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mike.d.ft402@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:09:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 Bug ID: 197687 Summary: [MAINTAINER-UPDATE] www/vimb: update to 2.9, separate packages for GTK2 and 3. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mike.d.ft402@gmail.com Created attachment 153011 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153011&action=edit SVN diff -- no complaints from portlint. Can not afford to run poudriere testport on both, but -gtk2 builds, installs and runs. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:20:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 765CD8A3 for ; Sun, 15 Feb 2015 19:20:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4366FBF6 for ; Sun, 15 Feb 2015 19:20:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJK6i8084297 for ; Sun, 15 Feb 2015 19:20:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197688] [Maintainer-update] update port devel/py-robotframework-pabot 0.11 -> 0.12 Date: Sun, 15 Feb 2015 19:20:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:20:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197688 Bug ID: 197688 Summary: [Maintainer-update] update port devel/py-robotframework-pabot 0.11 -> 0.12 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vladimir.chukharev@gmail.com Created attachment 153012 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153012&action=edit patch Siting Mikko Korpela: New version of Pabot - the parallel executor for Robot Framework has been released ( https://github.com/mkorpela/pabot ). This fixes a bug that prevented pabot library process from stopping after execution in windows. QA: My tests (only partly suitable for parallel execution) work as expected. Results of the command ./port_test.sh /usr/ports/devel/py-robotframework-pabot do not show any problems. The contents of port_test.sh: #! # Run tests of a port in the given directory and install it via portmaster set -o xtrace export LC_ALL=C cd $1 || exit 1 make -D DEVELOPER=yes check-plist stage-qa clean portlint -Ca sudo port test sudo portmaster -DG --no-confirm $1 The logs will be attached in a follow-up, I do not see a way to attach two files right now. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:21:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96F2F8DF for ; Sun, 15 Feb 2015 19:21:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C75EC8B for ; Sun, 15 Feb 2015 19:21:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJLTZu088544 for ; Sun, 15 Feb 2015 19:21:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197688] [Maintainer-update] update port devel/py-robotframework-pabot 0.11 -> 0.12 Date: Sun, 15 Feb 2015 19:21:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:21:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197688 --- Comment #1 from vladimir.chukharev@gmail.com --- Created attachment 153013 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153013&action=edit QA logs -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:26:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92BE393D for ; Sun, 15 Feb 2015 19:26:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78F2FCA6 for ; Sun, 15 Feb 2015 19:26:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJQ8xa090552 for ; Sun, 15 Feb 2015 19:26:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 19:26:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivierd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:26:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 Olivier Duchateau changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|194393 |197599 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:26:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B254695B for ; Sun, 15 Feb 2015 19:26:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98211CAF for ; Sun, 15 Feb 2015 19:26:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJQ9JP090592 for ; Sun, 15 Feb 2015 19:26:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Sun, 15 Feb 2015 19:26:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivierd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:26:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 Olivier Duchateau changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197530 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 19:27:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 491D29CE for ; Sun, 15 Feb 2015 19:27:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F50DCC3 for ; Sun, 15 Feb 2015 19:27:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FJRx2R091304 for ; Sun, 15 Feb 2015 19:27:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 19:27:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivierd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 19:27:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #7 from Olivier Duchateau --- (In reply to Carlos Jacobo Puga Medina from comment #6) Carlos, no I didn't tested video support. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 20:01:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB741BF for ; Sun, 15 Feb 2015 20:01:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D495CFCF for ; Sun, 15 Feb 2015 20:01:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FK1OY1042754 for ; Sun, 15 Feb 2015 20:01:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196450] devel/clig: Take MAINTAINER'ship, Update MASTER_SITES, WWW Date: Sun, 15 Feb 2015 20:01:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 20:01:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196450 Chris Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151227|0 |1 is obsolete| | --- Comment #5 from Chris Hutchinson --- Created attachment 153014 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153014&action=edit devel/clig MASTER_SITES, MAINTAINER, WWW obsoletes previous diff/pacth -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 20:04:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E9555BF for ; Sun, 15 Feb 2015 20:04:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13F0DFF7 for ; Sun, 15 Feb 2015 20:04:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FK43Dm059152 for ; Sun, 15 Feb 2015 20:04:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196450] devel/clig: Take MAINTAINER'ship, Update MASTER_SITES, WWW Date: Sun, 15 Feb 2015 20:04:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 20:04:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196450 --- Comment #6 from Chris Hutchinson --- Created attachment 153015 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153015&action=edit QA LOG for devel/clig Here's the QA you asked for, Kubilay Kocak :-) Thanks! --Chris -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 20:30:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F0D799A for ; Sun, 15 Feb 2015 20:30:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44032254 for ; Sun, 15 Feb 2015 20:30:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FKUZWN083020 for ; Sun, 15 Feb 2015 20:30:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Sun, 15 Feb 2015 20:30:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 20:30:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Ralf van der Enden changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(sten@b |maintainer-feedback+ |linkenlights.nl) | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 20:46:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5301DD7 for ; Sun, 15 Feb 2015 20:46:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A0F35F3 for ; Sun, 15 Feb 2015 20:46:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FKknHu098068 for ; Sun, 15 Feb 2015 20:46:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197689] www/py-flask-flatpages: update to 0.6 Date: Sun, 15 Feb 2015 20:46:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 20:46:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197689 Bug ID: 197689 Summary: www/py-flask-flatpages: update to 0.6 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rm@FreeBSD.org CC: oleg@bsdpower.com Flags: maintainer-feedback?(oleg@bsdpower.com) CC: oleg@bsdpower.com Created attachment 153017 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153017&action=edit flatpages-0.6 This patch updates the port to latest version and adds required dependencies. Since version 0.6 it is now support python3. --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:00:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71658354 for ; Sun, 15 Feb 2015 21:00:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EADB79B for ; Sun, 15 Feb 2015 21:00:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FL0SkN017388 for ; Sun, 15 Feb 2015 21:00:28 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201502152100.t1FL0SkN017388@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-ports-bugs@FreeBSD.org Subject: Problem reports for freebsd-ports-bugs@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 15 Feb 2015 21:00:28 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:00:28 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 197063 | games/minecraft-client: runtime is still broken.. Open | 195759 | x11/slim fails to honour login.conf Open | 195776 | graphics/simage: License/patent clarification nee Open | 197298 | devel/deforaos-libsystem : update to 0.2.0 Open | 197322 | x11/deforaos-panel : Update to 0.3.1 5 problems total for which you should take action. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:10:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D03BD66E for ; Sun, 15 Feb 2015 21:10:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5DC18A7 for ; Sun, 15 Feb 2015 21:10:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLA6jn001835 for ; Sun, 15 Feb 2015 21:10:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194215] [maintainer] emulators/dynagen: clean sanity check Date: Sun, 15 Feb 2015 21:10:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:10:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194215 --- Comment #15 from John Marino --- so close! the patch to this: setup.py It's hardcoded to python2.7 when python3 is allowed. I recommend you remove the patch and use REIMPLACE_CMD with a python variable and just change it with sed. At a quick glance, everything else looked better (ok) to me. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:23:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D0CBAFF for ; Sun, 15 Feb 2015 21:23:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12252A3A for ; Sun, 15 Feb 2015 21:23:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLNvSl097371 for ; Sun, 15 Feb 2015 21:23:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197221] graphics/gle linking error Date: Sun, 15 Feb 2015 21:23:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dgilbert@eicat.ca X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:23:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197221 dgilbert@eicat.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dgilbert@eicat.ca --- Comment #2 from dgilbert@eicat.ca --- I suppose I need more information. I took a clean 10.1-RELEASE jail and an up-to-date /usr/ports and ran make install --- which operated cleanly. Without more information, I have nothing to look at. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:30:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 602F9EBE for ; Sun, 15 Feb 2015 21:30:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43425A6F for ; Sun, 15 Feb 2015 21:30:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLUOG6000199 for ; Sun, 15 Feb 2015 21:30:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195860] textproc/apache-solr specifies JAVA_VERSION=1.7+ but solr rc.d script runs only with OpenJDK 7 (includes suggested fix) Date: Sun, 15 Feb 2015 21:30:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:30:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195860 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glewis@FreeBSD.org --- Comment #4 from Greg Lewis --- I prefer the submitted version since it means one less port that needs updating when we switch the default to openjdk8. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:36:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB0611C5 for ; Sun, 15 Feb 2015 21:36:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E711B2A for ; Sun, 15 Feb 2015 21:36:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLahkD007957 for ; Sun, 15 Feb 2015 21:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195860] textproc/apache-solr specifies JAVA_VERSION=1.7+ but solr rc.d script runs only with OpenJDK 7 (includes suggested fix) Date: Sun, 15 Feb 2015 21:36:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:36:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195860 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: glewis Date: Sun Feb 15 21:36:30 UTC 2015 New revision: 379050 URL: https://svnweb.freebsd.org/changeset/ports/379050 Log: . Allow Apache Solr to be run with either openjdk7 or openjdk8. PR: 195860 Submitted by: paul@gromit.dlib.vt.edu Changes: head/textproc/apache-solr/files/solr.in -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:38:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B5851F6 for ; Sun, 15 Feb 2015 21:38:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EEDFB36 for ; Sun, 15 Feb 2015 21:38:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLc1qN008410 for ; Sun, 15 Feb 2015 21:38:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195860] textproc/apache-solr specifies JAVA_VERSION=1.7+ but solr rc.d script runs only with OpenJDK 7 (includes suggested fix) Date: Sun, 15 Feb 2015 21:38:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:38:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195860 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #6 from Greg Lewis --- Suggested fix committed with a minor tweak to prevent openjdk6 from ever being used. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:40:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46AB323B for ; Sun, 15 Feb 2015 21:40:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5A2B41 for ; Sun, 15 Feb 2015 21:40:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLeDaw009889 for ; Sun, 15 Feb 2015 21:40:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 21:40:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:40:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #8 from Thierry Thomas --- Actually, I did not see this PR, and wrote another port for Corebird. Carlos, are'nt you affected by 197599? With my version, on 10.1-STABLE/amd64, I cannot get an ID: it segfaults in Oauth / librest. See https://github.com/baedert/corebird/issues/310 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 21:44:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48CA653C for ; Sun, 15 Feb 2015 21:44:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1C9C37 for ; Sun, 15 Feb 2015 21:44:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLicYl016096 for ; Sun, 15 Feb 2015 21:44:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 21:44:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:44:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #9 from Carlos Jacobo Puga Medina --- (In reply to Thierry Thomas from comment #8) No, for me corebird works properly. No crashes at the moment. Please, use my shar file. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 22:17:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 330AE2F2 for ; Sun, 15 Feb 2015 22:17:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F279FED1 for ; Sun, 15 Feb 2015 22:17:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FMH5jg076939 for ; Sun, 15 Feb 2015 22:17:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 22:17:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 22:17:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #10 from Thierry Thomas --- (In reply to Carlos Jacobo Puga Medina from comment #9) Exactly the same error with your version: Starting program: /usr/ports/net-im/corebird/work/baedert-corebird-3399924/src/corebird [New LWP 101721] [New Thread 80b006400 (LWP 101721/corebird)] ** (corebird:49640): WARNING **: MainWindow.vala:382: Couldn't load window geometry for screen_name `screen_name' Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 80b006400 (LWP 101721/corebird)] 0x00000008040ae08f in g_string_append_uri_escaped () from /usr/local/lib/libglib-2.0.so.0 With the same backtrace: (gdb) bt #0 0x00000008040ae08f in g_string_append_uri_escaped () from /usr/local/lib/libglib-2.0.so.0 #1 0x000000080149d911 in sign_hmac (proxy=0x80d540af0, call=0x80d548c40, oauth_params=0x80d5fff00) at oauth-proxy-call.c:149 #2 0x000000080149d476 in _prepare (call=0x80d548c40, error=0x7fffffffce70) at oauth-proxy-call.c:292 #3 0x0000000801496ee7 in prepare_message (call=0x80d548c40, error_out=0x7fffffffcf70) at rest-proxy-call.c:830 #4 0x0000000801496bfc in rest_proxy_call_async (call=0x80d548c40, callback=0x801498610 <_rest_proxy_call_async_cb>, weak_object=0x0, userdata=0x7fffffffcf60, error=0x7fffffffcf70) at rest-proxy-call.c:979 #5 0x000000080149857d in rest_proxy_call_run (call=0x80d548c40, loop_out=0x0, error_out=0x7fffffffd1a0) at rest-proxy-call.c:1418 #6 0x000000080149b709 in oauth_proxy_request_token (proxy=0x80d540af0, function=0x55115d "oauth/request_token", callback_uri=0x551171 "oob", error=0x7fffffffd1a0) at oauth-proxy.c:423 #7 0x00000000004bcf6a in account_create_widget_open_pin_request_site (self=0x80d5b3270) at widgets/AccountCreateWidget.c:256 #8 0x00000000004bf9d5 in account_create_widget_request_pin_clicked_cb (self=0x80d5b3270) at widgets/AccountCreateWidget.c:396 #9 0x00000000004be02c in _account_create_widget_request_pin_clicked_cb_gtk_button_clicked (_sender=0x80d58a4f0, self=0x80d5b3270) at widgets/AccountCreateWidget.c:401 8< 8< 8< -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 22:25:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D21336C for ; Sun, 15 Feb 2015 22:25:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 526A3F9A for ; Sun, 15 Feb 2015 22:25:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FMPnr6085849 for ; Sun, 15 Feb 2015 22:25:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197530] [NEW PORT] net-im/corebird Date: Sun, 15 Feb 2015 22:25:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 22:25:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530 --- Comment #11 from Carlos Jacobo Puga Medina --- It seems that the problem affects only to amd64. I'll take a look. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 15 23:13:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B25480E for ; Sun, 15 Feb 2015 23:13:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F55A5F6 for ; Sun, 15 Feb 2015 23:13:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FNDqs8062885 for ; Sun, 15 Feb 2015 23:13:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197693] [patch] x11-wm/fluxbox: Update to Fluxbox 1.3.7 Date: Sun, 15 Feb 2015 23:13:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jason.unovitch@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: beat@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 23:13:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197693 Bug ID: 197693 Summary: [patch] x11-wm/fluxbox: Update to Fluxbox 1.3.7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: beat@FreeBSD.org Reporter: jason.unovitch@gmail.com Flags: maintainer-feedback?(beat@FreeBSD.org) Assignee: beat@FreeBSD.org Created attachment 153019 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153019&action=edit Patch to update Fluxbox from 1.3.6 to 1.3.7 Changelog: - Update to Fluxbox 1.3.7 - Remove patch for TextButton.cc cherry-picked to fix runtime crash prior to 1.3.7 release - No longer patch generate_menu to add Chromium as upstream da285bcb introduces it but continue patching for 'linux-opera' - Regen patches --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer beat@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 00:36:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B179719F for ; Mon, 16 Feb 2015 00:36:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94314D21 for ; Mon, 16 Feb 2015 00:36:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G0aBBu098706 for ; Mon, 16 Feb 2015 00:36:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197694] New port: www/sws - small portable web server written in /bin/sh Date: Mon, 16 Feb 2015 00:36:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wynkoop@wynn.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 00:36:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197694 Bug ID: 197694 Summary: New port: www/sws - small portable web server written in /bin/sh Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: wynkoop@wynn.com Created attachment 153022 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153022&action=edit port directory for sws webserver in shar format sws was born out a project requirment for a small universal web server that could run on any posix platform to serve static content. Since it is written in /bin/sh it should run on any BSD/GNU-Linux/Unix system. It has been tested on FreeBSD, Solaris, and Debian GNU-Linux. Installation is consists of putting the program somewhere, making it executably, creating the document directory and creating an entry in inetd.conf. sws requires /bin/sh, dirname, cat, and date to function. These should be found on any modern POSIX system. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:26:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B6ECD14 for ; Mon, 16 Feb 2015 01:26:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40DBB18A for ; Mon, 16 Feb 2015 01:26:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1Qkin079089 for ; Mon, 16 Feb 2015 01:26:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Mon, 16 Feb 2015 01:26:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:26:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 Carlos Jacobo Puga Medina changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cpm@fbsd.es --- Comment #3 from Carlos Jacobo Puga Medina --- Thierry, The problem seems related with this bug reported on Debian [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765107 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:33:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C019173 for ; Mon, 16 Feb 2015 01:33:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6140F264 for ; Mon, 16 Feb 2015 01:33:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1XLrQ087104 for ; Mon, 16 Feb 2015 01:33:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197686] www/py-werkzeug: Update to 0.10.1 Date: Mon, 16 Feb 2015 01:33:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: olivierd@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:33:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197686 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[UPDATE] www/py-werkzeug to |www/py-werkzeug: Update to |0.10.1 |0.10.1 Assignee|freebsd-ports-bugs@FreeBSD. |olivierd@FreeBSD.org |org | Keywords| |needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:36:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ADAD2F0 for ; Mon, 16 Feb 2015 01:36:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20DB127F for ; Mon, 16 Feb 2015 01:36:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1aAEQ088173 for ; Mon, 16 Feb 2015 01:36:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197689] www/py-flask-flatpages: update to 0.6 Date: Mon, 16 Feb 2015 01:36:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:36:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197689 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | Keywords| |needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:38:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A795433D for ; Mon, 16 Feb 2015 01:38:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C82C298 for ; Mon, 16 Feb 2015 01:38:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1cKcb088967 for ; Mon, 16 Feb 2015 01:38:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197221] graphics/gle: Fails to link: Cannot find the library libpthread-stubs.la Date: Mon, 16 Feb 2015 01:38:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:38:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197221 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|graphics/gle linking error |graphics/gle: Fails to | |link: Cannot find the | |library libpthread-stubs.la Keywords| |needs-patch, needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:41:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26FAC3D9 for ; Mon, 16 Feb 2015 01:41:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CB60362 for ; Mon, 16 Feb 2015 01:41:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1fR99093125 for ; Mon, 16 Feb 2015 01:41:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Mon, 16 Feb 2015 01:41:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: see_also keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:41:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.debian.org/7651 | |07 Keywords| |patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:49:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 928F4577 for ; Mon, 16 Feb 2015 01:49:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 784CC3A0 for ; Mon, 16 Feb 2015 01:49:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1nV8t098215 for ; Mon, 16 Feb 2015 01:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196450] devel/clig: Take MAINTAINER'ship, Update MASTER_SITES, WWW Date: Mon, 16 Feb 2015 01:49:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:49:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196450 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-qa |patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:57:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B2CB75D for ; Mon, 16 Feb 2015 01:57:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E145E65B for ; Mon, 16 Feb 2015 01:57:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1vOF5006091 for ; Mon, 16 Feb 2015 01:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Mon, 16 Feb 2015 01:57:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:57:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback+ |maintainer-feedback?(sten@b | |linkenlights.nl) Keywords| |patch-ready --- Comment #6 from Kubilay Kocak --- Maintainer has approved the maintainer change but not the update (patch) Sten, please approve (set maintainer-approval) attachment 152998, or provide alternative instructions. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 01:58:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5CC181E for ; Mon, 16 Feb 2015 01:58:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB97266A for ; Mon, 16 Feb 2015 01:58:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1wdkq006528 for ; Mon, 16 Feb 2015 01:58:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197688] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.12 Date: Mon, 16 Feb 2015 01:58:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:58:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197688 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | Keywords| |patch, patch-ready Summary|[Maintainer-update] update |[MAINTAINER] |port |devel/py-robotframework-pab |devel/py-robotframework-pab |ot: Update to 0.12 |ot 0.11 -> 0.12 | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:05:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F75F9E5 for ; Mon, 16 Feb 2015 02:05:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04334783 for ; Mon, 16 Feb 2015 02:05:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G25tla046606 for ; Mon, 16 Feb 2015 02:05:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Mon, 16 Feb 2015 02:05:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:05:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch Summary|[MAINTAINER-UPDATE] |[MAINTAINER] www/vimb: |www/vimb: update to 2.9, |Split into |separate packages for GTK2 |www/vimb-gtk{2,3} ports, |and 3. |Delete www/vimb, Update to | |2.9 Status|New |Open --- Comment #1 from Kubilay Kocak --- Mike, Did you svn mv www/vimb to www/vimb-gtk{2,3} ? If not you probably want to, and update the patch Given the extent of the changes here, I would recommend attaching poudriere logs for both to encourage someone to take this sooner rather than later, and for bonus points to save them time: - Add a MOVED entry - Add UPDATING instructions if applicable For more details on MOVED & UPDATING, see: https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:07:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4DF0A38 for ; Mon, 16 Feb 2015 02:07:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA7457A1 for ; Mon, 16 Feb 2015 02:07:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G27CLO047223 for ; Mon, 16 Feb 2015 02:07:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197684] sysutils/devcpu-data: update to the intel blob 20150125 Date: Mon, 16 Feb 2015 02:07:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:07:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197684 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:07:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11A33A66 for ; Mon, 16 Feb 2015 02:07:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6547A4 for ; Mon, 16 Feb 2015 02:07:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G27KZo047278 for ; Mon, 16 Feb 2015 02:07:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197684] sysutils/devcpu-data: update to the intel blob 20150125 Date: Mon, 16 Feb 2015 02:07:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:07:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197684 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153005| |maintainer-approval?(clarkj Flags| |c@runbox.com) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:10:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F4206ACD for ; Mon, 16 Feb 2015 02:10:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D97F07B2 for ; Mon, 16 Feb 2015 02:10:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2AEOe050263 for ; Mon, 16 Feb 2015 02:10:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197582] games/assaultcube: convert to option helpers and dependency fixes Date: Mon, 16 Feb 2015 02:10:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_status keywords assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:10:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197582 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa, patch Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | --- Comment #14 from Kubilay Kocak --- Submitter is committer, re-assign Does one of these patches need to be obsoleted? Attachment 152921 is still set to maintainer-approval? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:11:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE375B0C for ; Mon, 16 Feb 2015 02:11:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3EF7855 for ; Mon, 16 Feb 2015 02:11:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2BuwE077177 for ; Mon, 16 Feb 2015 02:11:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197654] [MAINTAINER] print/cups-filters: update to 1.0.65 Date: Mon, 16 Feb 2015 02:11:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords priority bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:11:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197654 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Priority|--- |Normal Status|New |Open --- Comment #2 from Kubilay Kocak --- Great issue Naram, nice work! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:14:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FA87B4E for ; Mon, 16 Feb 2015 02:14:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15B5A861 for ; Mon, 16 Feb 2015 02:14:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2EXrN013872 for ; Mon, 16 Feb 2015 02:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196124] Fix lang/urweb build with clang 3.5.0 Date: Mon, 16 Feb 2015 02:14:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kwm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:14:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196124 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(beyert |maintainer-feedback+ |@cs.ucr.edu) | Assignee|freebsd-ports-bugs@FreeBSD. |kwm@FreeBSD.org |org | --- Comment #8 from Kubilay Kocak --- Assign to committer who resolved -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:16:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A5C2B90 for ; Mon, 16 Feb 2015 02:16:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3784871 for ; Mon, 16 Feb 2015 02:16:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2G0XH034007 for ; Mon, 16 Feb 2015 02:16:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197360] building security/libgcrypt fails due to "undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'" Date: Mon, 16 Feb 2015 02:15:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:16:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197360 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback+ Keywords| |needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:17:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7150FBE4 for ; Mon, 16 Feb 2015 02:17:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E3C883 for ; Mon, 16 Feb 2015 02:17:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2HXbi055432 for ; Mon, 16 Feb 2015 02:17:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197611] [MAINTAINER] net-p2p/btsync: Update to 1.4.110 Date: Mon, 16 Feb 2015 02:17:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:17:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197611 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[maintainer] Update |[MAINTAINER] |net-p2p/btsync to 1.4.110 |net-p2p/btsync: Update to | |1.4.110 Keywords| |easy, needs-qa, patch, | |patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:48:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 533E5FA1 for ; Mon, 16 Feb 2015 02:48:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390CBAD0 for ; Mon, 16 Feb 2015 02:48:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2mwhF043617 for ; Mon, 16 Feb 2015 02:48:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197602] [MAINTAINER] misc/fortune-mod-epictetus: Update to 0.2 Date: Mon, 16 Feb 2015 02:48:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:48:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197602 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, needs-qa, patch Summary|[MAINTAINER-UPDATE] |[MAINTAINER] |misc/fortune-mod-epictetus: |misc/fortune-mod-epictetus: |update to 0.2 |Update to 0.2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:49:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B371FCD for ; Mon, 16 Feb 2015 02:49:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 517EEAD2 for ; Mon, 16 Feb 2015 02:49:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2n8FM043698 for ; Mon, 16 Feb 2015 02:49:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197602] [MAINTAINER] misc/fortune-mod-epictetus: Update to 0.2 Date: Mon, 16 Feb 2015 02:49:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:49:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197602 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152948| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:52:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 165E098 for ; Mon, 16 Feb 2015 02:52:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF828BBA for ; Mon, 16 Feb 2015 02:52:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2qdCt050280 for ; Mon, 16 Feb 2015 02:52:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197601] net/omnitty: Allow >32-character hostnames Date: Mon, 16 Feb 2015 02:52:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:52:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197601 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch --- Comment #1 from Kubilay Kocak --- Thanks for your submission David, Can you attach success build output using either: - poudriere testport or poudriere bulk -t, OR - make stage && make check-plist && make stage-qa && make package Poudriere is prefferred. I note this port also has no maintainer, please feel free to take maintainership by updating the patch changing MAINTAINER= as well. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:55:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73577D9 for ; Mon, 16 Feb 2015 02:55:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59071BC9 for ; Mon, 16 Feb 2015 02:55:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2t5EX051209 for ; Mon, 16 Feb 2015 02:55:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196986] misc/libeatmydata chokes on CC=/nxb-bin/usr/bin/cc Date: Mon, 16 Feb 2015 02:55:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sbruno@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status keywords assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:55:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196986 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |easy, patch, patch-ready Assignee|freebsd-ports-bugs@FreeBSD. |sbruno@FreeBSD.org |org | --- Comment #4 from Kubilay Kocak --- Submitter is committer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:57:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90ED2114 for ; Mon, 16 Feb 2015 02:57:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76C6ABD9 for ; Mon, 16 Feb 2015 02:57:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2vQjD052186 for ; Mon, 16 Feb 2015 02:57:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197597] [MAINTAINER] sysutils/py-salt: Update to 2014.7.2 Date: Mon, 16 Feb 2015 02:57:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:57:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197597 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, patch, patch-ready Status|New |Open Summary|maintainer update : |[MAINTAINER] |sysutils/py-salt : 2014.7.2 |sysutils/py-salt: Update to | |2014.7.2 --- Comment #2 from Kubilay Kocak --- Thanks Christer, does this deprecate bug 197061? If so please close -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 02:57:36 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 394E713F for ; Mon, 16 Feb 2015 02:57:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F288BDA for ; Mon, 16 Feb 2015 02:57:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G2vZks052244 for ; Mon, 16 Feb 2015 02:57:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197597] [MAINTAINER] sysutils/py-salt: Update to 2014.7.2 Date: Mon, 16 Feb 2015 02:57:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 02:57:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197597 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152941| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:00:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 621DD182 for ; Mon, 16 Feb 2015 03:00:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4871FC73 for ; Mon, 16 Feb 2015 03:00:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G30R9c062323 for ; Mon, 16 Feb 2015 03:00:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197460] x11/roxterm: Update to version 2.9.5 Date: Mon, 16 Feb 2015 03:00:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:00:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197460 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:00:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF900289 for ; Mon, 16 Feb 2015 03:00:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9559CC75 for ; Mon, 16 Feb 2015 03:00:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G30Uev063215 for ; Mon, 16 Feb 2015 03:00:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197451] net-p2p/tribler: Update to 6.4.3 Date: Mon, 16 Feb 2015 03:00:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:00:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197451 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa, patch, | |patch-ready Summary|net-p2p/tribler: Update to |net-p2p/tribler: Update to |version 6.4.3 |6.4.3 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:01:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 716E2524 for ; Mon, 16 Feb 2015 03:01:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 577EBD9B for ; Mon, 16 Feb 2015 03:01:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G31GRg078427 for ; Mon, 16 Feb 2015 03:01:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197460] x11/roxterm: Update to version 2.9.5 Date: Mon, 16 Feb 2015 03:01:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:01:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197460 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 03:00:27 UTC 2015 New revision: 379058 URL: https://svnweb.freebsd.org/changeset/ports/379058 Log: Upgrade to 2.9.5. PR: 197460 Submitted by: Ports Fury Changes: head/x11/roxterm/Makefile head/x11/roxterm/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:05:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2EBA594 for ; Mon, 16 Feb 2015 03:05:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B81BEDC2 for ; Mon, 16 Feb 2015 03:05:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G35JO1027577 for ; Mon, 16 Feb 2015 03:05:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197585] x11/slim: make consolekit support / dependency optional Date: Mon, 16 Feb 2015 03:05:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:05:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197585 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, needs-qa, patch, | |patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:05:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B6435C0 for ; Mon, 16 Feb 2015 03:05:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4E52DC4 for ; Mon, 16 Feb 2015 03:05:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G35RxZ028592 for ; Mon, 16 Feb 2015 03:05:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197585] x11/slim: make consolekit support / dependency optional Date: Mon, 16 Feb 2015 03:05:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:05:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197585 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152925| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:06:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AFD75FA for ; Mon, 16 Feb 2015 03:06:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51268DD5 for ; Mon, 16 Feb 2015 03:06:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G36Wwh075380 for ; Mon, 16 Feb 2015 03:06:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197588] [MAINTAINER] www/MT,russian/MT: update 5.2.12 Date: Mon, 16 Feb 2015 03:06:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:06:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197588 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:08:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DCAD632 for ; Mon, 16 Feb 2015 03:08:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63383DDD for ; Mon, 16 Feb 2015 03:08:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G38jYf060292 for ; Mon, 16 Feb 2015 03:08:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197586] databases/pg_reorg: Update to 1.1.11, Request MAINTAINERship Date: Mon, 16 Feb 2015 03:08:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:08:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197586 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Summary|databases/pg_reorg |databases/pg_reorg: Update |updagrade && request |to 1.1.11, Request |MAINTAINERship |MAINTAINERship Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:09:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0546165D for ; Mon, 16 Feb 2015 03:09:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD2F2DDE for ; Mon, 16 Feb 2015 03:09:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G399IS064747 for ; Mon, 16 Feb 2015 03:09:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197586] databases/pg_reorg: Update to 1.1.11, Request MAINTAINERship Date: Mon, 16 Feb 2015 03:09:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:09:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197586 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152926| |maintainer-approval+ Flags| | --- Comment #2 from Kubilay Kocak --- Comment on attachment 152926 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152926 svn diff for databases/pg_reorg upgrade Port is current unmaintained, set maintainer-approval (+) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:14:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC668821 for ; Mon, 16 Feb 2015 03:14:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1955EA0 for ; Mon, 16 Feb 2015 03:14:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3EppE094428 for ; Mon, 16 Feb 2015 03:14:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197557] databases/pgworksheet: Take MAINTAINER(ship) add LICENSE fix WWW Date: Mon, 16 Feb 2015 03:14:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:14:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197557 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Status|New |Open Summary|databases/pgworksheet |databases/pgworksheet: Take |request MAINTAINER(ship) |MAINTAINER(ship) add |add LICENSE fix WWW |LICENSE fix WWW --- Comment #2 from Kubilay Kocak --- Thanks for your submission Christer, Unless you're part of the upstream project for pgworksheet, I'm not sure the change added to pkg-descr is warranted. MAINTAINER= already speaks to who the current maintainer is. If you are indeed working with upstream, then it may be worth clarifying in pkg-descr that you are the 'port' maintainer, unless you intended something different. Please update the patch accordingly, and if applicable. Also, if a port is unmaintained, you can use the term "Take MAINTAINERship" rather than "Request" maintainership. The latter implies an existing maintainer, and requires approval. The person committing the change should check for approval in any case. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:21:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6017C8B0 for ; Mon, 16 Feb 2015 03:21:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 457B5F48 for ; Mon, 16 Feb 2015 03:21:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3LNwf040456 for ; Mon, 16 Feb 2015 03:21:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197597] [MAINTAINER] sysutils/py-salt: Update to 2014.7.2 Date: Mon, 16 Feb 2015 03:21:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christer.edwards@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:21:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197597 --- Comment #3 from christer.edwards@gmail.com --- This does deprecate bug 197061, however this patch is generated against the submitted patch in bug 197061. I don't think that it'll apply cleanly against 2014.7.0 (current in ports). If you'd like me to generate a new patch against what is currently in the ports tree I can, and also deprecate the patch in this ticket. Or you can commit the patch in bug 197061 and then apply this patch and we'll be caught up with upstream. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:30:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE9BB922 for ; Mon, 16 Feb 2015 03:30:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C45FDF71 for ; Mon, 16 Feb 2015 03:30:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3U49w050094 for ; Mon, 16 Feb 2015 03:30:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197601] net/omnitty: Allow >32-character hostnames Date: Mon, 16 Feb 2015 03:30:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: david@catwhisker.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:30:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197601 --- Comment #2 from david@catwhisker.org --- Created attachment 153024 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153024&action=edit typescript, showing "svn diff" & successful build Raw script(1) output -- so it's full of ^Ms (among other impediments to legibility). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:37:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71BFAD24 for ; Mon, 16 Feb 2015 03:37:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57549A4 for ; Mon, 16 Feb 2015 03:37:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3bEVA059771 for ; Mon, 16 Feb 2015 03:37:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197597] [MAINTAINER] sysutils/py-salt: Update to 2014.7.2 Date: Mon, 16 Feb 2015 03:37:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:37:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197597 --- Comment #4 from Kubilay Kocak --- Since we already have two open issues you may decide which way you want to go: - Close this issue, duplicate of bug 197061, replace patch there with latest - Close bug 197061, superseded by bug 197597, replace patch here with one against head While it might have been 'technically' correct to have this bug "Depend on" bug 197061, its also confusing, complicated, and more work than is necessary for everyone. Standlone, isolated patches against head (ie, not patches to patches, especially in separate issues) are the way to go in all circumstances. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:38:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 656B4E88 for ; Mon, 16 Feb 2015 03:38:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B265AD for ; Mon, 16 Feb 2015 03:38:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3cne2060685 for ; Mon, 16 Feb 2015 03:38:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197601] net/omnitty: Allow >32-character hostnames Date: Mon, 16 Feb 2015 03:38:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:38:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197601 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-qa |easy, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:39:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40027EB5 for ; Mon, 16 Feb 2015 03:39:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25A88B0 for ; Mon, 16 Feb 2015 03:39:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3d68V060973 for ; Mon, 16 Feb 2015 03:39:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197601] net/omnitty: Allow >32-character hostnames Date: Mon, 16 Feb 2015 03:39:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:39:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197601 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:48:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5EA2F26 for ; Mon, 16 Feb 2015 03:48:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD3D17E for ; Mon, 16 Feb 2015 03:48:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3mq6P072385 for ; Mon, 16 Feb 2015 03:48:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197459] textproc/sowing: Update to version 1.1.17 Date: Mon, 16 Feb 2015 03:48:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:48:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197459 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |vanilla@FreeBSD.org Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 03:49:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29525F7 for ; Mon, 16 Feb 2015 03:49:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EE00187 for ; Mon, 16 Feb 2015 03:49:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G3nNIs072924 for ; Mon, 16 Feb 2015 03:49:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197459] textproc/sowing: Update to version 1.1.17 Date: Mon, 16 Feb 2015 03:49:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:49:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197459 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 03:48:55 UTC 2015 New revision: 379062 URL: https://svnweb.freebsd.org/changeset/ports/379062 Log: Upgrade to 1.1.17. PR: 197459 Submitted by: Ports Fury Changes: head/textproc/sowing/Makefile head/textproc/sowing/distinfo head/textproc/sowing/files/patch-src_bfort_Makefile.in -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:09:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CF8F454 for ; Mon, 16 Feb 2015 04:09:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829CC36C for ; Mon, 16 Feb 2015 04:09:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G49xFP028870 for ; Mon, 16 Feb 2015 04:09:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 04:09:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:09:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Summary|New port: devel/PHPUnit4 - |[NEW PORT] devel/PHPUnit4: |a unit testframework for |A unit testframework for |php |PHP --- Comment #5 from Kubilay Kocak --- Torsten, Can you please approve attachment 152648 and obsolete attachment 149949 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:10:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C67EE486 for ; Mon, 16 Feb 2015 04:10:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC016373 for ; Mon, 16 Feb 2015 04:10:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4AAFf029593 for ; Mon, 16 Feb 2015 04:10:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 04:10:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:10:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ports@toco-domains.de Attachment #152648| |maintainer-approval?(ports@ Flags| |toco-domains.de) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:10:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A1364B9 for ; Mon, 16 Feb 2015 04:10:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2E9A5F7 for ; Mon, 16 Feb 2015 04:10:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4AXA2029931 for ; Mon, 16 Feb 2015 04:10:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 04:10:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:10:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(ports@ | |toco-domains.de) Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:12:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D1C04FE for ; Mon, 16 Feb 2015 04:12:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 220AA60C for ; Mon, 16 Feb 2015 04:12:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4CUM6035784 for ; Mon, 16 Feb 2015 04:12:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197475] benchmarks/nuttcp: Update to 7.3.2 Date: Mon, 16 Feb 2015 04:12:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status keywords assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:12:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197475 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |patch, patch-ready Assignee|freebsd-ports-bugs@FreeBSD. |pi@FreeBSD.org |org | Summary|[patch update] |benchmarks/nuttcp: Update |benchmarks/nuttcp 6.1.2 -> |to 7.3.2 |7.3.2 | --- Comment #2 from Kubilay Kocak --- Reporter is Committer. Kurt, can you attach the poudriere logs to this issue please. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:13:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A351A530 for ; Mon, 16 Feb 2015 04:13:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 883E4612 for ; Mon, 16 Feb 2015 04:13:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4Dqrv036576 for ; Mon, 16 Feb 2015 04:13:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197471] [MAINTAINER] security/p5-openxpki-i18n: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 04:13:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:13:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197471 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Status|New |Open Summary|[maintainer update] |[MAINTAINER] |security/p5-openxpki-i18n |security/p5-openxpki-i18n: |to ver 0.26.1.1 |Update to 0.26.1.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:15:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C48D58D for ; Mon, 16 Feb 2015 04:15:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3133B637 for ; Mon, 16 Feb 2015 04:15:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4FxQv037667 for ; Mon, 16 Feb 2015 04:15:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197471] [MAINTAINER] security/p5-openxpki-i18n: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 04:15:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:15:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197471 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152783| |maintainer-approval+ Flags| | --- Comment #2 from Kubilay Kocak --- Comment on attachment 152783 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152783 patch for updating port Thanks for your submission Sergei. Minor review items: Should be able to use PKGNAMESUFFIX for -i18n, will allow you to remove DISTNAME override, and GH_PROJECT, which defaults to PORTNAME. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:16:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA26A5CE for ; Mon, 16 Feb 2015 04:16:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F36A645 for ; Mon, 16 Feb 2015 04:16:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4GmcX038056 for ; Mon, 16 Feb 2015 04:16:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 04:16:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:16:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer update] |[MAINTAINER] |security/p5-openxpki to ver |security/p5-openxpki: |0.26.1.1 |Update to 0.26.1.1 Status|New |Open Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:17:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53EB9602 for ; Mon, 16 Feb 2015 04:17:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 399B464D for ; Mon, 16 Feb 2015 04:17:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4Hbeg038480 for ; Mon, 16 Feb 2015 04:17:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 04:17:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:17:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152781| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:19:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19EC7725 for ; Mon, 16 Feb 2015 04:19:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2515664 for ; Mon, 16 Feb 2015 04:19:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4JmMx039285 for ; Mon, 16 Feb 2015 04:19:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196854] devel/psptoolchain-binutils: Fails to build with GCC 4.9 (due to "warnings as errors") Date: Mon, 16 Feb 2015 04:19:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: short_desc keywords bug_status assigned_to flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:19:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196854 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|devel/psptoolchain-binutils |devel/psptoolchain-binutils |fails to build with GCC 4.9 |: Fails to build with GCC |(due to "warnings as |4.9 (due to "warnings as |errors") |errors") Keywords| |needs-qa, patch Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |gerald@FreeBSD.org |org | Flags|maintainer-feedback?(tphili |maintainer-feedback+ |pp@potion-studios.com) | --- Comment #5 from Kubilay Kocak --- Reporter is Committer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:24:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2976282F for ; Mon, 16 Feb 2015 04:24:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBB7773 for ; Mon, 16 Feb 2015 04:24:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4OcM7047511 for ; Mon, 16 Feb 2015 04:24:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196985] [arm] audio/bristol attempts to use SSE instructions on all architectures Date: Mon, 16 Feb 2015 04:24:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sbruno@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:24:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196985 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Assignee|freebsd-ports-bugs@FreeBSD. |sbruno@FreeBSD.org |org | --- Comment #7 from Kubilay Kocak --- Reporter is Committer. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:42:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB8AF8F1 for ; Mon, 16 Feb 2015 04:42:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90EFD8F6 for ; Mon, 16 Feb 2015 04:42:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4glMa069688 for ; Mon, 16 Feb 2015 04:42:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197412] ftp/frox: Build error with PF option Date: Mon, 16 Feb 2015 04:42:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:42:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197412 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|sem@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:44:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD77094A for ; Mon, 16 Feb 2015 04:44:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B27B8905 for ; Mon, 16 Feb 2015 04:44:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4iS3I070493 for ; Mon, 16 Feb 2015 04:44:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196914] science/dlpoly-classic fails to build with GCC 4.9 Date: Mon, 16 Feb 2015 04:44:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name keywords assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:44:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196914 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(jwbaco |maintainer-feedback+ |n@tds.net) | Keywords| |needs-patch, needs-qa Assignee|freebsd-ports-bugs@FreeBSD. |gerald@FreeBSD.org |org | --- Comment #3 from Kubilay Kocak --- Reporter is Committer. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:45:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1372A986 for ; Mon, 16 Feb 2015 04:45:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED2CA910 for ; Mon, 16 Feb 2015 04:45:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4jYko071403 for ; Mon, 16 Feb 2015 04:45:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.0 Date: Mon, 16 Feb 2015 04:45:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:45:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer patch] |[MAINTAINER] deskutils/fet: |deskutils/fet 5.26.0 |Update to 5.26.0 Keywords| |easy, needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:45:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05B3B9B3 for ; Mon, 16 Feb 2015 04:45:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFB1F912 for ; Mon, 16 Feb 2015 04:45:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4jgOI071511 for ; Mon, 16 Feb 2015 04:45:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.0 Date: Mon, 16 Feb 2015 04:45:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:45:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152707| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 04:47:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 058389E6 for ; Mon, 16 Feb 2015 04:47:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE60891B for ; Mon, 16 Feb 2015 04:47:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4lNSr072846 for ; Mon, 16 Feb 2015 04:47:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197410] net/py-pyzmq: Update to 14.5.0 Date: Mon, 16 Feb 2015 04:47:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: assigned_to flagtypes.name cc short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 04:47:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197410 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|novel@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org Flags|maintainer-feedback?(novel@ |maintainer-feedback+ |FreeBSD.org) | CC| |python@FreeBSD.org Summary|net/py-pyzmq: update port |net/py-pyzmq: Update to |to 14.5.0 |14.5.0 Status|New |Open Keywords| |easy, needs-qa, patch, | |patch-ready --- Comment #2 from Kubilay Kocak --- Maintainer timeout (2 weeks) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:09:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D82BADF for ; Mon, 16 Feb 2015 05:09:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECF0A9D for ; Mon, 16 Feb 2015 05:09:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G59Do1026403 for ; Mon, 16 Feb 2015 05:09:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197697] net-im/ejabberd: does not build both on 9.3 and 8.4 due to missing iconv.h Date: Mon, 16 Feb 2015 05:09:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vas@mpeks.tomsk.su X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ashish@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:09:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197697 Bug ID: 197697 Summary: net-im/ejabberd: does not build both on 9.3 and 8.4 due to missing iconv.h Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: vas@mpeks.tomsk.su Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) Created attachment 153025 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153025&action=edit Poudriere failed build log The compilation of net-im/ejabberd fails with Compiled src/iconv.erl Compiling /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:3:19: error: iconv.h: No such file or directory /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c: In function 'do_convert': /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:21: error: 'iconv_t' undeclared (first use in this function) /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:21: error: (Each undeclared identifier is reported only once /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:21: error: for each function it appears in.) /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:21: error: expected ';' before 'cd' /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:32: error: 'cd' undeclared (first use in this function) /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:32: warning: implicit declaration of function 'iconv_open' /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:44: warning: implicit declaration of function 'iconv' /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv/c_src/iconv.c:56: warning: implicit declaration of function 'iconv_close' ERROR: compile failed while processing /wrkdirs/usr/ports/net-im/ejabberd/work/deps/p1_iconv: rebar_abort Makefile:81: recipe for target 'deps/.built' failed gmake: *** [deps/.built] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/net-im/ejabberd. Workaround: ICONV=off --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ashish@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:09:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FE8FB0F for ; Mon, 16 Feb 2015 05:09:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1509CAA1 for ; Mon, 16 Feb 2015 05:09:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G59VWg026612 for ; Mon, 16 Feb 2015 05:09:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197403] [NEW PORT] net-mgmt/riemann: monitors distributed systems (java) Date: Mon, 16 Feb 2015 05:09:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:09:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[new port] |[NEW PORT] |net-mgmt/riemann: monitors |net-mgmt/riemann: monitors |distributed systems (java) |distributed systems (java) Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:14:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AEB8C5A for ; Mon, 16 Feb 2015 05:14:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 508BCB9E for ; Mon, 16 Feb 2015 05:14:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5E4uh034425 for ; Mon, 16 Feb 2015 05:14:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197402] [MAINTAINER] math/isabelle: Reset MAINTAINER Date: Mon, 16 Feb 2015 05:14:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:14:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197402 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy Summary|math/isabelle: drop |[MAINTAINER] math/isabelle: |maintainership |Reset MAINTAINER -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:17:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42C56CF2 for ; Mon, 16 Feb 2015 05:17:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28BD0BD5 for ; Mon, 16 Feb 2015 05:17:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5Hhva036237 for ; Mon, 16 Feb 2015 05:17:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197698] x11-toolkits/p5-Wx links to wrong stdc++ library Date: Mon, 16 Feb 2015 05:17:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dave@jetcafe.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:17:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197698 Bug ID: 197698 Summary: x11-toolkits/p5-Wx links to wrong stdc++ library Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dave@jetcafe.org > client/wxtest.pl Can't load '/usr/local/lib/perl5/site_perl/mach/5.18/auto/Wx/Wx.so' for module Wx: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/lib/libwx_baseu-3.0.so.0 not found at /usr/local/lib/perl5/5.18/mach/DynaLoader.pm line 190. at client/wxtest.pl line 6. Compilation failed in require at client/wxtest.pl line 6. > ldd /usr/local/lib/perl5/site_perl/mach/5.18/auto/Wx/Wx.so | grep stdc libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x802a11000) > ldd /usr/local/lib/libwx_baseu-3.0.so.0 | grep stdc libstdc++.so.6 => /usr/local/lib/gcc48/libstdc++.so.6 (0x801dde000) This broke when they fixed webkit-gtk2 per bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196703 (There appears to be no "see also" in the new bug submitting form so it's included above). Naively putting "compiler:c++11-lib" in USES (after the perl5 one) did not work to fix this. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:31:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AC6BDCC for ; Mon, 16 Feb 2015 05:31:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCECCAB for ; Mon, 16 Feb 2015 05:31:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5VDgO052009 for ; Mon, 16 Feb 2015 05:31:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197698] x11-toolkits/p5-Wx: Links to wrong stdc++ library Date: Mon, 16 Feb 2015 05:31:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:31:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197698 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|x11-toolkits/p5-Wx links to |x11-toolkits/p5-Wx: Links |wrong stdc++ library |to wrong stdc++ library Keywords| |needs-patch, needs-qa, | |regression CC| |amdmi3@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:33:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F3DAE23 for ; Mon, 16 Feb 2015 05:33:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14D89D4F for ; Mon, 16 Feb 2015 05:33:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5XTvN054481 for ; Mon, 16 Feb 2015 05:33:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197397] [MAINTAINER] dns/dnstop: Update to v20140915 Date: Mon, 16 Feb 2015 05:33:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:33:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197397 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer] update |[MAINTAINER] dns/dnstop: |dns/dnstop to v20140915 |Update to v20140915 Keywords| |easy, needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:33:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB0DFE53 for ; Mon, 16 Feb 2015 05:33:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0E20D53 for ; Mon, 16 Feb 2015 05:33:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5Xbn5054594 for ; Mon, 16 Feb 2015 05:33:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197397] [MAINTAINER] dns/dnstop: Update to v20140915 Date: Mon, 16 Feb 2015 05:33:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:33:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197397 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152680| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:37:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0F6BFA6 for ; Mon, 16 Feb 2015 05:37:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B60AED74 for ; Mon, 16 Feb 2015 05:37:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5b2cs056027 for ; Mon, 16 Feb 2015 05:37:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197162] [NEW PORT] net-mgmt/dhcp_probe: Detect DHCP servers on network Date: Mon, 16 Feb 2015 05:37:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:37:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197162 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[new port] |[NEW PORT] |net-mgmt/dhcp_probe: detect |net-mgmt/dhcp_probe: Detect |DHCP servers on network |DHCP servers on network Status|New |Open Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:39:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1ED3091 for ; Mon, 16 Feb 2015 05:39:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 042C1D8B for ; Mon, 16 Feb 2015 05:39:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5dlbi057237 for ; Mon, 16 Feb 2015 05:39:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197392] [MAINTAINER] games/wtf: Update to 20150206 Date: Mon, 16 Feb 2015 05:39:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:39:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197392 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer] [update] |[MAINTAINER] games/wtf: |games/wtf 20150206 |Update to 20150206 Status|New |Open Keywords| |easy, patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:41:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FBE0142 for ; Mon, 16 Feb 2015 05:41:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6475FD9C for ; Mon, 16 Feb 2015 05:41:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5fHup060923 for ; Mon, 16 Feb 2015 05:41:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197387] [MAINTAINER] games/minecraft-server: Add support for running as a service Date: Mon, 16 Feb 2015 05:41:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status priority keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:41:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197387 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Priority|--- |Normal Keywords| |patch, patch-ready Summary|games/minecraft-server: Add |[MAINTAINER] |support for running as a |games/minecraft-server: Add |service |support for running as a | |service --- Comment #4 from Kubilay Kocak --- Great issue report Jonathan! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:42:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2347417A for ; Mon, 16 Feb 2015 05:42:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08696E34 for ; Mon, 16 Feb 2015 05:42:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5gnlN064191 for ; Mon, 16 Feb 2015 05:42:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197390] www/npm: Should support www/iojs Date: Mon, 16 Feb 2015 05:42:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status assigned_to short_desc flagtypes.name keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:42:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197390 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |sunpoet@FreeBSD.org |org | Summary|www/npm should support |www/npm: Should support |www/iojs |www/iojs Flags| |maintainer-feedback?(sunpoe | |t@FreeBSD.org) Keywords| |needs-patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:44:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B64DD1B7 for ; Mon, 16 Feb 2015 05:44:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB1AE40 for ; Mon, 16 Feb 2015 05:44:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5ib3g065181 for ; Mon, 16 Feb 2015 05:44:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195759] x11/slim fails to honour login.conf Date: Mon, 16 Feb 2015 05:44:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:44:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195759 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150706| |maintainer-approval?(henry. Flags| |hu.sh@gmail.com) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:47:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62FF0206 for ; Mon, 16 Feb 2015 05:47:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4893DE54 for ; Mon, 16 Feb 2015 05:47:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5lL6c066658 for ; Mon, 16 Feb 2015 05:47:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197383] [MAINTAINER] games/wxlauncher: Update to 0.9.5 Date: Mon, 16 Feb 2015 05:47:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:47:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197383 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[MAINTAINER] |[MAINTAINER] |games/wxlauncher: Update to |games/wxlauncher: Update to |v0.9.5 |0.9.5 Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:47:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC701234 for ; Mon, 16 Feb 2015 05:47:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92429E57 for ; Mon, 16 Feb 2015 05:47:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5lTJG066713 for ; Mon, 16 Feb 2015 05:47:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197383] [MAINTAINER] games/wxlauncher: Update to 0.9.5 Date: Mon, 16 Feb 2015 05:47:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:47:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197383 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152653| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:49:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19CBB278 for ; Mon, 16 Feb 2015 05:49:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F332FE64 for ; Mon, 16 Feb 2015 05:49:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5nivV067654 for ; Mon, 16 Feb 2015 05:49:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197385] [MAINTAINER] math/openblas: Add Clang support Date: Mon, 16 Feb 2015 05:49:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:49:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197385 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[MAINTAINER-UPDATE][PATCH] |[MAINTAINER] math/openblas: |please update math/openblas |Add Clang support |(add Clang support) | Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:49:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D07B42A4 for ; Mon, 16 Feb 2015 05:49:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B657DE66 for ; Mon, 16 Feb 2015 05:49:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5nqCC067694 for ; Mon, 16 Feb 2015 05:49:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197385] [MAINTAINER] math/openblas: Add Clang support Date: Mon, 16 Feb 2015 05:49:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:49:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197385 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152652| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:52:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC316305 for ; Mon, 16 Feb 2015 05:52:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE7C3F0C for ; Mon, 16 Feb 2015 05:52:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5ql0u075364 for ; Mon, 16 Feb 2015 05:52:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197322] [MAINTAINER] x11/deforaos-panel : Update to 0.3.1 Date: Mon, 16 Feb 2015 05:52:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:52:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197322 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Summary|x11/deforaos-panel : Update |[MAINTAINER] |to 0.3.1 |x11/deforaos-panel : Update | |to 0.3.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:52:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 282F0331 for ; Mon, 16 Feb 2015 05:52:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8DCF0F for ; Mon, 16 Feb 2015 05:52:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5qvXk075474 for ; Mon, 16 Feb 2015 05:52:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197322] [MAINTAINER] x11/deforaos-panel : Update to 0.3.1 Date: Mon, 16 Feb 2015 05:52:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:52:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197322 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152641| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:54:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C5B3369 for ; Mon, 16 Feb 2015 05:54:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81832F17 for ; Mon, 16 Feb 2015 05:54:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5sgoH076478 for ; Mon, 16 Feb 2015 05:54:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194738] sysutils/htop 1.0.3: Doesn't show kernel threads any more Date: Mon, 16 Feb 2015 05:54:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:54:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194738 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|sysutils/htop 1.0.3 doesn't |sysutils/htop 1.0.3: |show kernel threads any |Doesn't show kernel threads |more |any more Keywords| |needs-patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:56:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A328D47F for ; Mon, 16 Feb 2015 05:56:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8832EF29 for ; Mon, 16 Feb 2015 05:56:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5ubb8078083 for ; Mon, 16 Feb 2015 05:56:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196628] net/widentd: Update MASTER_SITES, WWW, Add LICENSE Date: Mon, 16 Feb 2015 05:56:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords short_desc flagtypes.name bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:56:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196628 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Summary|net/widentd - replaces |net/widentd: Update |MASTER_SITES, WWW. adds |MASTER_SITES, WWW, Add |LICENSE |LICENSE Flags| |maintainer-feedback?(dirkx@ | |webweaving.org) Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:56:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4D594AE for ; Mon, 16 Feb 2015 05:56:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A140F2E for ; Mon, 16 Feb 2015 05:56:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5urCq078300 for ; Mon, 16 Feb 2015 05:56:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196628] net/widentd: Update MASTER_SITES, WWW, Add LICENSE Date: Mon, 16 Feb 2015 05:56:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:56:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196628 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:57:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E19064DC for ; Mon, 16 Feb 2015 05:57:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6D29F37 for ; Mon, 16 Feb 2015 05:57:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5v2It078436 for ; Mon, 16 Feb 2015 05:57:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196628] net/widentd: Update MASTER_SITES, WWW, Add LICENSE Date: Mon, 16 Feb 2015 05:57:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:57:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196628 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151470| |maintainer-approval?(dirkx@ Flags| |webweaving.org) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 05:58:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5BBB679 for ; Mon, 16 Feb 2015 05:58:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5E0F4D for ; Mon, 16 Feb 2015 05:58:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G5wtpr080031 for ; Mon, 16 Feb 2015 05:58:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196410] dns/idnkit: Fails to compile with integrated libiconv Date: Mon, 16 Feb 2015 05:58:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:58:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196410 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|dns/idnkit fails to compile |dns/idnkit: Fails to |with integrated libiconv |compile with integrated | |libiconv CC| |koobs@FreeBSD.org Keywords| |needs-patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:01:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99667800 for ; Mon, 16 Feb 2015 06:01:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E899FF2 for ; Mon, 16 Feb 2015 06:01:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G61nhj034998 for ; Mon, 16 Feb 2015 06:01:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195873] [NEW PORT] www/django-netfields, makes proper PostgreSQL net related fields for Django. Date: Mon, 16 Feb 2015 06:01:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:01:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195873 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa Summary|[new port] |[NEW PORT] |www/django-netfields, makes |www/django-netfields, makes |proper PostgreSQL net |proper PostgreSQL net |related fields for Django. |related fields for Django. CC| |python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:04:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAB4D9BE for ; Mon, 16 Feb 2015 06:04:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFC746A for ; Mon, 16 Feb 2015 06:04:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G64N5t048207 for ; Mon, 16 Feb 2015 06:04:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195986] [MAINTAINER] www/trafficserver: Update to 5.1.1 Date: Mon, 16 Feb 2015 06:04:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords flagtypes.name cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:04:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195986 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa Flags| |maintainer-feedback?(gaod@h | |ychen.org) CC| |gaod@hychen.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:04:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 506C6B21 for ; Mon, 16 Feb 2015 06:04:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 355086D for ; Mon, 16 Feb 2015 06:04:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G64Zjn051372 for ; Mon, 16 Feb 2015 06:04:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195986] [MAINTAINER] www/trafficserver: Update to 5.1.1 Date: Mon, 16 Feb 2015 06:04:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:04:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195986 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150598|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:05:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45DE3B9A for ; Mon, 16 Feb 2015 06:05:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC8C94 for ; Mon, 16 Feb 2015 06:05:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G65voT093778 for ; Mon, 16 Feb 2015 06:05:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197377] [MAINTAINER] textproc/apache-solr: Update to 4.10.3 Date: Mon, 16 Feb 2015 06:05:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:05:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197377 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, needs-qa, patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:08:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD8C7D2C for ; Mon, 16 Feb 2015 06:08:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1FCEB9 for ; Mon, 16 Feb 2015 06:08:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G683wF081272 for ; Mon, 16 Feb 2015 06:08:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195826] Patch to textproc/apache-solr rc.d startup script to allow Solr to run on a given host and port (and as a given user) Date: Mon, 16 Feb 2015 06:08:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:08:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195826 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed --- Comment #8 from Kubilay Kocak --- Superseded by bug 197377 *** This bug has been marked as a duplicate of bug 197377 *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:08:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE72FD2D for ; Mon, 16 Feb 2015 06:08:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4668BA for ; Mon, 16 Feb 2015 06:08:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G683bI081324 for ; Mon, 16 Feb 2015 06:08:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197377] [MAINTAINER] textproc/apache-solr: Update to 4.10.3 Date: Mon, 16 Feb 2015 06:08:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:08:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197377 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul@gromit.dlib.vt.edu --- Comment #1 from Kubilay Kocak --- *** Bug 195826 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:10:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF08E1DE for ; Mon, 16 Feb 2015 06:10:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D441CFD for ; Mon, 16 Feb 2015 06:10:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6AWFq068821 for ; Mon, 16 Feb 2015 06:10:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Mon, 16 Feb 2015 06:10:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc flagtypes.name keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:10:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer] update |[MAINTAINER]] lang/cython: |lang/cython from 0.21 to |Update to 0.21.2 |0.21.2 | Flags| |maintainer-feedback? Keywords| |needs-qa, patch CC| |python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:10:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 695F8229 for ; Mon, 16 Feb 2015 06:10:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E864104 for ; Mon, 16 Feb 2015 06:10:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6AhcT076656 for ; Mon, 16 Feb 2015 06:10:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Mon, 16 Feb 2015 06:10:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:10:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152622| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:26:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD4BEAA7 for ; Mon, 16 Feb 2015 06:26:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92F3A31C for ; Mon, 16 Feb 2015 06:26:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6QBWw073038 for ; Mon, 16 Feb 2015 06:26:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195759] x11/slim fails to honour login.conf Date: Mon, 16 Feb 2015 06:26:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: henry.hu.sh@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:26:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195759 Henry Hu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #150706|maintainer-approval?(henry. |maintainer-approval+ Flags|hu.sh@gmail.com) | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 06:55:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35689EA for ; Mon, 16 Feb 2015 06:55:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A4A6841 for ; Mon, 16 Feb 2015 06:55:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6tswe014286 for ; Mon, 16 Feb 2015 06:55:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195759] x11/slim: Fails to honour login.conf Date: Mon, 16 Feb 2015 06:55:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 06:55:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195759 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(henry. |maintainer-feedback+ |hu.sh@gmail.com) | Keywords| |needs-qa, patch Summary|x11/slim fails to honour |x11/slim: Fails to honour |login.conf |login.conf --- Comment #18 from Kubilay Kocak --- Thanks for the update Jonathan, if could include successful build output as an attachment, that will help this issue progress. Highly preferred is: - poudriere testport or bulk -t ouput For instructions on how to set this up, see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-poudriere.html OR - make stage && make check-plist && make stage-qa && make package -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:01:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94AF22D0 for ; Mon, 16 Feb 2015 07:01:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79CE287E for ; Mon, 16 Feb 2015 07:01:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G71lSx047439 for ; Mon, 16 Feb 2015 07:01:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195886] [maintainer] databases/php5-pdo_cassandra: update to 0.2.1_5 Date: Mon, 16 Feb 2015 07:01:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name cc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:01:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195886 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(gasol. | |wu@gmail.com) CC| |gasol.wu@gmail.com Keywords| |needs-patch, needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:07:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60C113D2 for ; Mon, 16 Feb 2015 07:07:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4630E952 for ; Mon, 16 Feb 2015 07:07:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G77WgQ056358 for ; Mon, 16 Feb 2015 07:07:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197363] devel/pear: Can't install with active open_basedir Date: Mon, 16 Feb 2015 07:07:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:07:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197363 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa Summary|Can't install devel/pear |devel/pear: Can't install |with active open_basedir |with active open_basedir CC| |koobs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:45:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF41A0A for ; Mon, 16 Feb 2015 07:45:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA215CE5 for ; Mon, 16 Feb 2015 07:45:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7jgMg094068 for ; Mon, 16 Feb 2015 07:45:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197440] graphics/tulip: Update to version 4.6.1 Date: Mon, 16 Feb 2015 07:45:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:45:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197440 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 07:44:56 UTC 2015 New revision: 379067 URL: https://svnweb.freebsd.org/changeset/ports/379067 Log: 1: Upgrade to 4.6.1. 2: add LICENSE. 3: add option for QT5. PR: 197440 Submitted by: Ports Fury. Changes: head/graphics/tulip/Makefile head/graphics/tulip/distinfo head/graphics/tulip/pkg-descr head/graphics/tulip/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:49:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 792F8C66 for ; Mon, 16 Feb 2015 07:49:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F881D03 for ; Mon, 16 Feb 2015 07:49:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7nVQ8095716 for ; Mon, 16 Feb 2015 07:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197456] sysutils/shlock: Update to version 2.5.4 Date: Mon, 16 Feb 2015 07:49:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:49:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197456 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |vanilla@FreeBSD.org Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:49:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7AA7D70 for ; Mon, 16 Feb 2015 07:49:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADBD3D09 for ; Mon, 16 Feb 2015 07:49:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7niCJ095835 for ; Mon, 16 Feb 2015 07:49:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197456] sysutils/shlock: Update to version 2.5.4 Date: Mon, 16 Feb 2015 07:49:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:49:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197456 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 07:49:31 UTC 2015 New revision: 379069 URL: https://svnweb.freebsd.org/changeset/ports/379069 Log: Upgrade to 2.5.4. PR: 197456 Submitted by: Ports Fury. Changes: head/sysutils/shlock/Makefile head/sysutils/shlock/distinfo head/sysutils/shlock/pkg-descr -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:49:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08060D74 for ; Mon, 16 Feb 2015 07:49:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E23EFD0C for ; Mon, 16 Feb 2015 07:49:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7nksj095873 for ; Mon, 16 Feb 2015 07:49:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197440] graphics/tulip: Update to version 4.6.1 Date: Mon, 16 Feb 2015 07:49:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:49:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197440 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:52:54 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95578DF5 for ; Mon, 16 Feb 2015 07:52:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B2C0DB5 for ; Mon, 16 Feb 2015 07:52:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7qsL9002929 for ; Mon, 16 Feb 2015 07:52:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195985] [MAINTAINER] java/eclipse: Update to 4.4.1 Date: Mon, 16 Feb 2015 07:52:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:52:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195985 --- Comment #7 from John Marino --- Has any progress been made? As a separate point of interest, I have openjdk7 built by gcc-5, and it fails to build eclipse with this message: [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:0.19.0:eclipse-run (dont_skip_me) on project org.eclipse.platform.doc.isv: Error while executing platform: Error while executing platform (return code: 13) -> [Help 1] so I would be interesting in getting the new eclipse in there. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:53:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 282F6E2A for ; Mon, 16 Feb 2015 07:53:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E7C4DBB for ; Mon, 16 Feb 2015 07:53:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7rvJS003328 for ; Mon, 16 Feb 2015 07:53:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197442] lang/runawk: Update to version 1.6.0 Date: Mon, 16 Feb 2015 07:53:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:53:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197442 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanilla@FreeBSD.org Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 07:54:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A09DCF3B for ; Mon, 16 Feb 2015 07:54:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86DFDDC5 for ; Mon, 16 Feb 2015 07:54:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G7sk0i003679 for ; Mon, 16 Feb 2015 07:54:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197442] lang/runawk: Update to version 1.6.0 Date: Mon, 16 Feb 2015 07:54:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 07:54:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197442 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 07:53:58 UTC 2015 New revision: 379070 URL: https://svnweb.freebsd.org/changeset/ports/379070 Log: Upgrade to 1.6.0. PR: 197442 Submitted by: Ports Fury Changes: head/lang/runawk/Makefile head/lang/runawk/distinfo head/lang/runawk/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 08:31:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F6EB88B for ; Mon, 16 Feb 2015 08:31:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497A917B for ; Mon, 16 Feb 2015 08:31:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G8VImL073569 for ; Mon, 16 Feb 2015 08:31:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Mon, 16 Feb 2015 08:31:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 08:31:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 --- Comment #2 from loic.blot@unix-experience.fr --- Hi, the change is correct but please add a notice for this changelog entry: *** New storage for settings. (You need to recreate your accounts and identities) (Warning! Breaking changes) *** Thanks -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 08:42:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B901C1F for ; Mon, 16 Feb 2015 08:42:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50FD8356 for ; Mon, 16 Feb 2015 08:42:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G8gf1w084944 for ; Mon, 16 Feb 2015 08:42:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197699] mail/mutt: regression due to switch to base iconv Date: Mon, 16 Feb 2015 08:42:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: thomas@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 08:42:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197699 Bug ID: 197699 Summary: mail/mutt: regression due to switch to base iconv Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: thomas@FreeBSD.org CC: Udo.Schweigert@siemens.com CC: Udo.Schweigert@siemens.com Flags: maintainer-feedback?(Udo.Schweigert@siemens.com) Created attachment 153026 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153026&action=edit patch The switch to the FreeBSD iconv implementation is a regression for all users whose configuration depended on GNU extensions, e.g.: set charset=//TRANSLIT To preserve compatibility with previous releases, I suggest reverting to GNU iconv. --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 08:48:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62662CA4 for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C4937B for ; Mon, 16 Feb 2015 08:48:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G8m4RG087127 for ; Mon, 16 Feb 2015 08:48:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197700] net/vinagre: fails to build on 10.1-RELEASE Date: Mon, 16 Feb 2015 08:48:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thomas@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 08:48:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197700 Bug ID: 197700 Summary: net/vinagre: fails to build on 10.1-RELEASE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: thomas@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) CC vinagre/vinagre_vinagre-pty_open.o vinagre/pty_open.c:354:15: error: implicit declaration of function 'login_tty' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (login && login_tty (fd) == -1) { --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:01:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14E8F127 for ; Mon, 16 Feb 2015 09:01:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEF5578B for ; Mon, 16 Feb 2015 09:01:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G91Ek0056743 for ; Mon, 16 Feb 2015 09:01:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197441] lang/gcl: Update to version 2.6.12 Date: Mon, 16 Feb 2015 09:01:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:01:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197441 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |vanilla@FreeBSD.org Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:01:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 227E423F for ; Mon, 16 Feb 2015 09:01:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088AB79B for ; Mon, 16 Feb 2015 09:01:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G91slv096655 for ; Mon, 16 Feb 2015 09:01:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197441] lang/gcl: Update to version 2.6.12 Date: Mon, 16 Feb 2015 09:01:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:01:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197441 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 09:01:16 UTC 2015 New revision: 379074 URL: https://svnweb.freebsd.org/changeset/ports/379074 Log: Upgrade to 2.6.12. PR: 197441 Submitted by: Ports Fury. Changes: head/lang/gcl/Makefile head/lang/gcl/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:10:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FECB96F for ; Mon, 16 Feb 2015 09:10:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66A1782D for ; Mon, 16 Feb 2015 09:10:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9Awl9036458 for ; Mon, 16 Feb 2015 09:10:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197443] mail/mu: Update to version 0.9.10 Date: Mon, 16 Feb 2015 09:10:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:10:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197443 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 09:10:54 UTC 2015 New revision: 379079 URL: https://svnweb.freebsd.org/changeset/ports/379079 Log: Upgrade to 0.9.10, and strip binary. PR: 197443 Submitted by: Ports Fury. Changes: head/mail/mu/Makefile head/mail/mu/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:10:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AC53968 for ; Mon, 16 Feb 2015 09:10:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31683826 for ; Mon, 16 Feb 2015 09:10:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9Av9J036137 for ; Mon, 16 Feb 2015 09:10:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197443] mail/mu: Update to version 0.9.10 Date: Mon, 16 Feb 2015 09:10:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:10:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197443 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanilla@FreeBSD.org Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:36:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05142121 for ; Mon, 16 Feb 2015 09:36:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF3C5B10 for ; Mon, 16 Feb 2015 09:36:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9aBw7097322 for ; Mon, 16 Feb 2015 09:36:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197699] mail/mutt: regression due to switch to base iconv Date: Mon, 16 Feb 2015 09:36:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: Udo.Schweigert@siemens.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:36:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197699 --- Comment #2 from Udo.Schweigert@siemens.com --- Approved. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:43:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E68C3F6 for ; Mon, 16 Feb 2015 09:43:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7E99C2B for ; Mon, 16 Feb 2015 09:43:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9hW3u005737 for ; Mon, 16 Feb 2015 09:43:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Mon, 16 Feb 2015 09:43:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sten@blinkenlights.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:43:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 --- Comment #7 from sten@blinkenlights.nl --- The patch to version 3.7.1 looks good to me too. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:46:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 047D6498 for ; Mon, 16 Feb 2015 09:46:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD469C52 for ; Mon, 16 Feb 2015 09:46:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9kGGt007555 for ; Mon, 16 Feb 2015 09:46:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197699] mail/mutt: regression due to switch to base iconv Date: Mon, 16 Feb 2015 09:46:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch, patch-ready, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: thomas@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: keywords flagtypes.name bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:46:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197699 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa, patch, | |patch-ready, regression Flags|maintainer-feedback?(Udo.Sc |maintainer-feedback+ |hweigert@siemens.com) | Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |thomas@FreeBSD.org |org | --- Comment #3 from Kubilay Kocak --- Reporter is committer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:46:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22FBE4D5 for ; Mon, 16 Feb 2015 09:46:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08263C5E for ; Mon, 16 Feb 2015 09:46:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9knhU007801 for ; Mon, 16 Feb 2015 09:46:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Mon, 16 Feb 2015 09:46:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:46:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(sten@b |maintainer-feedback+ |linkenlights.nl) | Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:46:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB624503 for ; Mon, 16 Feb 2015 09:46:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0265C61 for ; Mon, 16 Feb 2015 09:46:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9ku5X007856 for ; Mon, 16 Feb 2015 09:46:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197403] [NEW PORT] net-mgmt/riemann: monitors distributed systems (java) Date: Mon, 16 Feb 2015 09:46:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:46:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403 Dave Cottlehuber changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152694|0 |1 is obsolete| | --- Comment #5 from Dave Cottlehuber --- Created attachment 153029 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153029&action=edit minor amendment to allow setting JAR path as option viz https://github.com/skunkwerks/freebsd-ports/commit/27959dc the JAR path is now a configurable option with the default being the system JAR path. This allows testing plugins and patches to riemann without needing to create a full amended port each time. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:46:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E213E506 for ; Mon, 16 Feb 2015 09:46:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7749C63 for ; Mon, 16 Feb 2015 09:46:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9kwwk007876 for ; Mon, 16 Feb 2015 09:46:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197590] dns/powerdns-recursor: Update to 3.7.1, Take MAINTAINER'ship Date: Mon, 16 Feb 2015 09:46:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:46:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197590 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152998|maintainer-approval?(sten@b |maintainer-approval+ Flags|linkenlights.nl) | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 09:47:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F40E562 for ; Mon, 16 Feb 2015 09:47:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03007C6A for ; Mon, 16 Feb 2015 09:47:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9lSbe008029 for ; Mon, 16 Feb 2015 09:47:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197403] [NEW PORT] net-mgmt/riemann: monitors distributed systems (java) Date: Mon, 16 Feb 2015 09:47:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.description Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:47:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403 Dave Cottlehuber changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153029|minor amendment to allow |riemann.shar description|setting JAR path as option | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 10:17:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D018E90 for ; Mon, 16 Feb 2015 10:17:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12F63FBE for ; Mon, 16 Feb 2015 10:17:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GAH6cS068793 for ; Mon, 16 Feb 2015 10:17:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197436] games/xabacus: Update to version 8.0.2 Date: Mon, 16 Feb 2015 10:17:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 10:17:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197436 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Feb 16 10:16:37 UTC 2015 New revision: 379087 URL: https://svnweb.freebsd.org/changeset/ports/379087 Log: Update to version 8.0.2 PR: 197436 Submitted by: tkato432@yahoo.com ChangeLog: [Nov 28, 2014] V8.0.2: Many bugs fixed for the new Counter including highlighting. [Nov 18, 2014] V8.0.1: Not released Medieval Counter added. Click left of X to add or right of X to subtract. Middle of line is a counts as 5 (for base 10). Changes: head/games/xabacus/Makefile head/games/xabacus/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 10:17:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECDDBEC1 for ; Mon, 16 Feb 2015 10:17:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2307FC3 for ; Mon, 16 Feb 2015 10:17:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GAHIvL068872 for ; Mon, 16 Feb 2015 10:17:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197436] games/xabacus: Update to version 8.0.2 Date: Mon, 16 Feb 2015 10:17:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 10:17:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197436 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | Resolution|--- |FIXED --- Comment #2 from Jan Beich --- Comitted. Thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 10:58:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6EE27C6 for ; Mon, 16 Feb 2015 10:58:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C2FE61C for ; Mon, 16 Feb 2015 10:58:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GAwgtw008173 for ; Mon, 16 Feb 2015 10:58:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197702] [UPDATE][PATCH] dns/yadifa update to 2.0.4 and fix suffix Date: Mon, 16 Feb 2015 10:58:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eirnym@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mat@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 10:58:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197702 Bug ID: 197702 Summary: [UPDATE][PATCH] dns/yadifa update to 2.0.4 and fix suffix Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mat@FreeBSD.org Reporter: eirnym@gmail.com Flags: maintainer-feedback?(mat@FreeBSD.org) Assignee: mat@FreeBSD.org Created attachment 153031 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153031&action=edit Patch for Makefile Update for Yadifa DNS server + fix fetch error --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer mat@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 11:28:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE51CCF7 for ; Mon, 16 Feb 2015 11:28:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 941FC92B for ; Mon, 16 Feb 2015 11:28:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GBSVOC068383 for ; Mon, 16 Feb 2015 11:28:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197703] security/ipsec-tools: build fails on 8.4-RELEASE Date: Mon, 16 Feb 2015 11:28:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vas@mpeks.tomsk.su X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vanhu@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 11:28:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197703 Bug ID: 197703 Summary: security/ipsec-tools: build fails on 8.4-RELEASE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vanhu@FreeBSD.org Reporter: vas@mpeks.tomsk.su Assignee: vanhu@FreeBSD.org Flags: maintainer-feedback?(vanhu@FreeBSD.org) Created attachment 153034 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153034&action=edit Poudriere failed build log security/ipsec-tools does not build on 8.4-RELEASE-p23 ("Patch patch-src-racoon-isakmp_cfg.c failed to apply cleanly"). I am attaching the poudriere log. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vanhu@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 13:23:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEF70492 for ; Mon, 16 Feb 2015 13:23:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4BCA83E for ; Mon, 16 Feb 2015 13:23:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GDNooq047969 for ; Mon, 16 Feb 2015 13:23:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197597] [MAINTAINER] sysutils/py-salt: Update to 2014.7.2 Date: Mon, 16 Feb 2015 13:23:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 13:23:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197597 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | CC| |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:04:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20ABD7DD for ; Mon, 16 Feb 2015 15:04:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06D0F2C7 for ; Mon, 16 Feb 2015 15:04:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GF43qE045852 for ; Mon, 16 Feb 2015 15:04:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197446] multimedia/aegisub: Update to version 3.2.2 Date: Mon, 16 Feb 2015 15:04:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:04:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197446 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |vanilla@FreeBSD.org Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:04:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1996080C for ; Mon, 16 Feb 2015 15:04:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8C182CE for ; Mon, 16 Feb 2015 15:04:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GF4LHj058550 for ; Mon, 16 Feb 2015 15:04:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197109] benchmarks/=?UTF-8?Q?geekbench=202=2E1=2E3=20=E2=80=93=20FATAL?=: kernel too old Date: Mon, 16 Feb 2015 15:04:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:04:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197109 Kalten changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kalten@gmx.at --- Comment #1 from Kalten --- (In reply to Harry Weppner from comment #0) I do experience similar problems at building ports using ports-mgmt/poudriere. I was able to narrow it down a little bit: Try calling /compat/linux/bin/bash On my system (10.1-RELEASE-p5) it results in =E2=80=9CFATAL: kernel too old=E2=80=9D and exit code 1. The same seems to be happening many times inside poudriere(8). linux_base-c6-6.6_3 is installed here, and it was a fresh installation after a fresh system installation (10.1-RELEASE using freebsd-update(8) prior to adding the packages, leading to 10.1-RELEASE-p5). By the way: /usr/share/examples/FreeBSD_version/ reports Compilation release date: 1001000 Execution environment release date: 1001000 I have to admit, that I did compile those ports in poudriere(8) for 10.1 on my old 10.0-p* as host and 10.1-p5 as jail (reading the warnings): it might be, that the problem will vanish after reinstalling using the currently being built packages (on a 10.1-p5 host in poudriere(8) with 10.1-p5 jails in it). I shall try to narrow this problem down even further=E2=80=94very likely in a new bug report that I shall make aware of in this one too. As probably most of us, I too have a lack of time, so: no promise given until when this will happen ;-) Regards, Kalten --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:04:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3676583B for ; Mon, 16 Feb 2015 15:04:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB582D8 for ; Mon, 16 Feb 2015 15:04:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GF4WK1066831 for ; Mon, 16 Feb 2015 15:04:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197446] multimedia/aegisub: Update to version 3.2.2 Date: Mon, 16 Feb 2015 15:04:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:04:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197446 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 15:03:39 UTC 2015 New revision: 379096 URL: https://svnweb.freebsd.org/changeset/ports/379096 Log: Upgrade to 3.2.2. PR: 197446 Submitted by: Ports Fury. Changes: head/multimedia/aegisub/Makefile head/multimedia/aegisub/distinfo head/multimedia/aegisub/files/patch-src__fft.cpp head/multimedia/aegisub/files/patch-src__resolution_resampler.cpp -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:14:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82EB28E2 for ; Mon, 16 Feb 2015 15:14:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6923A3CA for ; Mon, 16 Feb 2015 15:14:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFEJL3044202 for ; Mon, 16 Feb 2015 15:14:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197452] print/cups-cloud-print: Update to version 20140814.1 Date: Mon, 16 Feb 2015 15:14:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:14:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197452 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanilla@FreeBSD.org Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:14:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF0C79EE for ; Mon, 16 Feb 2015 15:14:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A546D3CF for ; Mon, 16 Feb 2015 15:14:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFEYWC048315 for ; Mon, 16 Feb 2015 15:14:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197452] print/cups-cloud-print: Update to version 20140814.1 Date: Mon, 16 Feb 2015 15:14:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:14:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197452 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 15:14:19 UTC 2015 New revision: 379097 URL: https://svnweb.freebsd.org/changeset/ports/379097 Log: Upgrade to 20140814.1. PR: 197452 Submitted by: Ports Fury. Changes: head/print/cups-cloud-print/Makefile head/print/cups-cloud-print/distinfo head/print/cups-cloud-print/pkg-descr head/print/cups-cloud-print/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:15:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C69CA29 for ; Mon, 16 Feb 2015 15:15:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 113693DC for ; Mon, 16 Feb 2015 15:15:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFFilK051328 for ; Mon, 16 Feb 2015 15:15:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Mon, 16 Feb 2015 15:15:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mike.d.ft402@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:15:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 Michael Danilov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153011|0 |1 is obsolete| | --- Comment #2 from Michael Danilov --- Created attachment 153036 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153036&action=edit www/vimb, MOVED Understood. Testport coming later this week, at least for -gtk2. "svn diff www" doesn't quite grasp the moves and copies -- attaching 'svn status' to show what is done. Why does 10.2.2. say "New entries are added to the top of the file to keep it in reverse chronological order, with the last entry first.", while the actual MOVED file is in straight chronological order? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:17:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 745CDA77 for ; Mon, 16 Feb 2015 15:17:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5944E3F2 for ; Mon, 16 Feb 2015 15:17:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFH8KG051823 for ; Mon, 16 Feb 2015 15:17:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Mon, 16 Feb 2015 15:17:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mike.d.ft402@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:17:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 --- Comment #3 from Michael Danilov --- Created attachment 153037 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153037&action=edit The output of 'svn st www' -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:35:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C000E5A for ; Mon, 16 Feb 2015 15:35:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD0AD7F5 for ; Mon, 16 Feb 2015 15:35:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFZFdv070335 for ; Mon, 16 Feb 2015 15:35:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197707] [new port] devel/libosmo-netif Date: Mon, 16 Feb 2015 15:35:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koue@chaosophia.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:35:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197707 Bug ID: 197707 Summary: [new port] devel/libosmo-netif Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: koue@chaosophia.net Created attachment 153038 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153038&action=edit libosmo-netif Libosmo-netif is library containing common/shared code regarding network interfaces. It's part of Osmocom project regarding open source mobile communications. % portlint looks fine. % make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) % make stage-qa ====> Running Q/A tests (stage-qa) http://chaosophia.net/poudriere/libosmo-netif-0.0.4-101x386.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-101x64.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-10x64.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-10x386.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-84x64.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-84x386.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-93x64.log http://chaosophia.net/poudriere/libosmo-netif-0.0.4-93x386.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:49:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89B5F4E5 for ; Mon, 16 Feb 2015 15:49:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9C293C for ; Mon, 16 Feb 2015 15:49:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFnfH1081984 for ; Mon, 16 Feb 2015 15:49:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197438] graphics/ocrfeeder: Update to version 0.8.1 Date: Mon, 16 Feb 2015 15:49:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:49:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197438 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |vanilla@FreeBSD.org Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 15:50:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 511EB60A for ; Mon, 16 Feb 2015 15:50:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3781B954 for ; Mon, 16 Feb 2015 15:50:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GFoe1e084155 for ; Mon, 16 Feb 2015 15:50:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197438] graphics/ocrfeeder: Update to version 0.8.1 Date: Mon, 16 Feb 2015 15:50:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 15:50:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197438 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 15:49:42 UTC 2015 New revision: 379098 URL: https://svnweb.freebsd.org/changeset/ports/379098 Log: Upgrade to 0.8.1. PR: 197438 Submitted by: Ports Fury. Changes: head/graphics/ocrfeeder/Makefile head/graphics/ocrfeeder/distinfo head/graphics/ocrfeeder/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 16:00:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DDA4760 for ; Mon, 16 Feb 2015 16:00:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 843F9A76 for ; Mon, 16 Feb 2015 16:00:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GG08pb095066 for ; Mon, 16 Feb 2015 16:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197439] graphics/pstoedit: Update to version 3.70 Date: Mon, 16 Feb 2015 16:00:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 16:00:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197439 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 16:00:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DD5687C for ; Mon, 16 Feb 2015 16:00:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74691A83 for ; Mon, 16 Feb 2015 16:00:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GG0gM3003707 for ; Mon, 16 Feb 2015 16:00:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197439] graphics/pstoedit: Update to version 3.70 Date: Mon, 16 Feb 2015 16:00:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 16:00:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197439 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Mon Feb 16 16:00:06 UTC 2015 New revision: 379099 URL: https://svnweb.freebsd.org/changeset/ports/379099 Log: Upgrade to 3.70. PR: 197439 Submitted by: Ports Fury. Changes: head/graphics/pstoedit/Makefile head/graphics/pstoedit/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 16:47:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C73F6544 for ; Mon, 16 Feb 2015 16:47:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8124E for ; Mon, 16 Feb 2015 16:47:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GGlORt072336 for ; Mon, 16 Feb 2015 16:47:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194265] Using sysutils/arcconf on FreeBSD 11 Current Causes Segmentation Fault Date: Mon, 16 Feb 2015 16:47:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 16:47:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194265 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girgen@FreeBSD.org --- Comment #3 from Palle Girgensohn --- same problem here. is there no known fix? Palle -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 16:48:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53C40580 for ; Mon, 16 Feb 2015 16:48:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3989C6F for ; Mon, 16 Feb 2015 16:48:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GGmQWj072728 for ; Mon, 16 Feb 2015 16:48:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Mon, 16 Feb 2015 16:48:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mike.d.ft402@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 16:48:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 --- Comment #4 from Michael Danilov --- Created attachment 153041 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153041&action=edit poudriere testport www/vimb-gtk2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 17:00:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C8BE7D3 for ; Mon, 16 Feb 2015 17:00:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5251E18F for ; Mon, 16 Feb 2015 17:00:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GH0gde095199 for ; Mon, 16 Feb 2015 17:00:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197710] [patch] fix small issue with reserved keyword used a variable Date: Mon, 16 Feb 2015 17:00:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 17:00:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197710 Bug ID: 197710 Summary: [patch] fix small issue with reserved keyword used a variable Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: pi@FreeBSD.org Created attachment 153042 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153042&action=edit patch for reserved keyword used as variable As reported in https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098038.html "as" is a reserved keyword in Python. So we can't use "as" as identifier. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 17:01:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA771803 for ; Mon, 16 Feb 2015 17:01:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904DE198 for ; Mon, 16 Feb 2015 17:01:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GH13MF001664 for ; Mon, 16 Feb 2015 17:01:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197710] [patch] textprox/py-xml: fix small issue with reserved keyword used a variable Date: Mon, 16 Feb 2015 17:01:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 17:01:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197710 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch] fix small issue |[patch] textprox/py-xml: |with reserved keyword used |fix small issue with |a variable |reserved keyword used a | |variable -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 17:01:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50D48832 for ; Mon, 16 Feb 2015 17:01:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3786A19E for ; Mon, 16 Feb 2015 17:01:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GH1Bu9003727 for ; Mon, 16 Feb 2015 17:01:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197710] [patch] textprox/py-xml: fix small issue with reserved keyword used a variable Date: Mon, 16 Feb 2015 17:01:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 17:01:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197710 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pi@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 17:13:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE5CDDBF for ; Mon, 16 Feb 2015 17:13:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D45C6379 for ; Mon, 16 Feb 2015 17:13:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GHDTDA030972 for ; Mon, 16 Feb 2015 17:13:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197010] games/whichwayisup - running dependencies Date: Mon, 16 Feb 2015 17:13:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: version assigned_to product component Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 17:13:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197010 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.1-STABLE |Latest Assignee|freebsd-bugs@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org Product|Base System |Ports & Packages Component|misc |Individual Port(s) --- Comment #1 from Jan Beich --- This port doesn't build anything that requires C compiler. GCC is likely pulled by devel/py-game. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 18:03:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A103F8B9 for ; Mon, 16 Feb 2015 18:03:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86B2DA28 for ; Mon, 16 Feb 2015 18:03:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GI3Ho2011118 for ; Mon, 16 Feb 2015 18:03:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194265] Using sysutils/arcconf on FreeBSD 11 Current Causes Segmentation Fault Date: Mon, 16 Feb 2015 18:03:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: David.Boyd49@twc.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 18:03:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194265 David.Boyd49@twc.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |David.Boyd49@twc.com --- Comment #4 from David.Boyd49@twc.com --- This isn"t new with 11-CURRENT ... I have the same problem on 9.3-RELEASE and 10.1-RELEASE. The segmentation fault seems to be adapter specific ... it occurs with 2820SA and 3405 (as reported by Pete), but doesn't occur with 3805. I no longer have the 3405 but can test any fix(es) for 28020SA. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 18:23:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02061C8F for ; Mon, 16 Feb 2015 18:23:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB824C92 for ; Mon, 16 Feb 2015 18:23:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GINjTQ059937 for ; Mon, 16 Feb 2015 18:23:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197711] [patch] devel/boost-all: add CPE information Date: Mon, 16 Feb 2015 18:23:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 18:23:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197711 Bug ID: 197711 Summary: [patch] devel/boost-all: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) Created attachment 153043 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153043&action=edit Makefile include with CPE info added Boost has had vulnerabilities with a CPE identifer assigned. This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer office@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 18:27:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8A41E08 for ; Mon, 16 Feb 2015 18:27:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD897CC8 for ; Mon, 16 Feb 2015 18:27:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GIR46Z061380 for ; Mon, 16 Feb 2015 18:27:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197698] x11-toolkits/p5-Wx: Links to wrong stdc++ library Date: Mon, 16 Feb 2015 18:27:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dave@jetcafe.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 18:27:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197698 dave@jetcafe.org changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1967 | |03 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 18:37:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65041AD for ; Mon, 16 Feb 2015 18:37:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A268DB8 for ; Mon, 16 Feb 2015 18:37:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GIbP9n071487 for ; Mon, 16 Feb 2015 18:37:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197712] [patch] x11-servers/xorg-server: add CPE information Date: Mon, 16 Feb 2015 18:37:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 18:37:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197712 Bug ID: 197712 Summary: [patch] x11-servers/xorg-server: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 153044 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153044&action=edit Makefile with CPE information added x11-server/xorg-server has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2015-0255). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:17:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBD1DD52 for ; Mon, 16 Feb 2015 19:17:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07631BF for ; Mon, 16 Feb 2015 19:17:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJHLAc041308 for ; Mon, 16 Feb 2015 19:17:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197713] New port: net/libmaxminddb - Library for the MaxMind DB file format used for GeoIP2 Date: Mon, 16 Feb 2015 19:17:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fullermd@over-yonder.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:17:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197713 Bug ID: 197713 Summary: New port: net/libmaxminddb - Library for the MaxMind DB file format used for GeoIP2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: fullermd@over-yonder.net Created attachment 153047 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153047&action=edit New port skeleton C library for reading GeoIP2 databases -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:24:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4709F04 for ; Mon, 16 Feb 2015 19:24:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C57022A2 for ; Mon, 16 Feb 2015 19:24:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJOSYb049563 for ; Mon, 16 Feb 2015 19:24:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197713] New port: net/libmaxminddb - Library for the MaxMind DB file format used for GeoIP2 Date: Mon, 16 Feb 2015 19:24:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:24:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197713 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|freebsd-ports-bugs@FreeBSD. |pi@FreeBSD.org |org | CC| |pi@FreeBSD.org --- Comment #1 from Kurt Jaeger --- Testing @work. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:25:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0332F46 for ; Mon, 16 Feb 2015 19:25:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B50982B9 for ; Mon, 16 Feb 2015 19:25:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJPZwZ049988 for ; Mon, 16 Feb 2015 19:25:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197714] [patch] update converters/p5-Sereal and friends to 3.005 Date: Mon, 16 Feb 2015 19:25:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:25:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197714 Bug ID: 197714 Summary: [patch] update converters/p5-Sereal and friends to 3.005 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kuriyama@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: kuriyama@FreeBSD.org Flags: maintainer-feedback?(kuriyama@FreeBSD.org) Created attachment 153049 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153049&action=edit 3.005 Updates p5-Sereal{,-Encoder,-Decoder} to 3.005. Includes some performance improvements. Changes: https://metacpan.org/changes/distribution/Sereal Changes: https://metacpan.org/changes/distribution/Sereal-Encoder Changes: https://metacpan.org/changes/distribution/Sereal-Decoder --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kuriyama@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:27:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87EC91CD for ; Mon, 16 Feb 2015 19:27:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52622305 for ; Mon, 16 Feb 2015 19:27:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJRoUT050861 for ; Mon, 16 Feb 2015 19:27:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196399] databases/mariadb100-server: MariaDB daemon segfaults when built with clang 3.4 on 10.1-i386 Date: Mon, 16 Feb 2015 19:27:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:27:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196399 --- Comment #6 from Dimitry Andric --- Created attachment 153052 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153052&action=edit Patch multiple CMake files to fix clang detection It turns out this is due to the way MariaDB handles atomic operations. There are multiple problems with its methods: 1) It does not detect clang properly in the CMake files 2) It mis-detects the existence of atomic operations on i386, and thus: 3) It inserts non-threadsafe hand-rolled versions that "simulate" atomic operations, but these aren't really atomic. These versions seem to be buggy, For the problems where it doesn't detect clang in CMake files, I'm attaching one patch, which should be reasonably correct. The other problem is that it's really only possible to do atomic 64 bit operations on i586 and higher, but we still default to i486 on the i386 architecture. When MariaDB attempts to define atomic operations via include/atomic/gcc_builtins.h, it will by default use the C11 variants, which causes both clang and gcc to insert calls to the (non-existing) library functions __atomic_load_8() and __atomic_store_8(). These functions are supposed to implement atomic 64 bit load and store, but they do not exist in any of our libraries on i386 currently, and I've understood they are very difficult (or impossible) to implement without kernel support. If we disable the use of C11 atomic operations, by changing the test in include/atomic/gcc_builtins.h as in the second patch, it will try to use the builtins __sync_fetch_and_or() and __sync_lock_test_and_set() instead. If you then use clang, it will emit "lock cmpxchg8b" instructions instead, which are only compatible with i586 or higher CPU, and even then, some CPUs might not support them. (This is really a bug in clang, but I'm unsure if upstream will care about CPUs lower than Pentiums.) With both the first and second patch applied, at least the server starts for me, and survives light testing. I have not run it through any thorough testing at all, though. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:28:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5481A232 for ; Mon, 16 Feb 2015 19:28:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3717931C for ; Mon, 16 Feb 2015 19:28:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJSWJZ051176 for ; Mon, 16 Feb 2015 19:28:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197715] [patch] update devel/p5-Algorithm-Diff to 1.1903 Date: Mon, 16 Feb 2015 19:28:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobez@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:28:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197715 Bug ID: 197715 Summary: [patch] update devel/p5-Algorithm-Diff to 1.1903 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tobez@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(tobez@FreeBSD.org) Assignee: tobez@FreeBSD.org Created attachment 153053 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153053&action=edit 1.1903 Update to 1.1903 Changes: https://metacpan.org/changes/distribution/Algorithm-Diff --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer tobez@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:30:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ABED428 for ; Mon, 16 Feb 2015 19:30:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6FA344 for ; Mon, 16 Feb 2015 19:30:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJUP2a052536 for ; Mon, 16 Feb 2015 19:30:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196399] databases/mariadb100-server: MariaDB daemon segfaults when built with clang 3.4 on 10.1-i386 Date: Mon, 16 Feb 2015 19:30:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:30:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196399 --- Comment #7 from Dimitry Andric --- Created attachment 153054 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153054&action=edit Disable C11 atomics for i386, and use builtins instead This is the second patch, which disables using __atomic_load_n() and __atomic_store_n(), and chooses __sync_fetch_and_or() and __sync_lock_test_and_set() instead. Works for clang, but not for gcc, unless CPUTYPE is i586 or higher. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:42:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3469394C for ; Mon, 16 Feb 2015 19:42:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 186F26CF for ; Mon, 16 Feb 2015 19:42:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJg48J069645 for ; Mon, 16 Feb 2015 19:42:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 19:42:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:42:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 Torsten Z=C3=BChlsdorff changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149949| |maintainer-approval- Flags| | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:42:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B33797C for ; Mon, 16 Feb 2015 19:42:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FB176D5 for ; Mon, 16 Feb 2015 19:42:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJgT98070255 for ; Mon, 16 Feb 2015 19:42:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 19:42:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:42:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 Torsten Z=C3=BChlsdorff changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(ports@ |maintainer-feedback+ |toco-domains.de) | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:43:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA4B1AFB for ; Mon, 16 Feb 2015 19:43:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6626EC for ; Mon, 16 Feb 2015 19:43:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJhj7h072120 for ; Mon, 16 Feb 2015 19:43:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197716] [patch] x11/libX11: add CPE information Date: Mon, 16 Feb 2015 19:43:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:43:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197716 Bug ID: 197716 Summary: [patch] x11/libX11: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 153055 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153055&action=edit Makefile with CPE information added x11/libX11 has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-2004). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:45:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 521BCB92 for ; Mon, 16 Feb 2015 19:45:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35CB574F for ; Mon, 16 Feb 2015 19:45:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJjGEg074126 for ; Mon, 16 Feb 2015 19:45:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 19:45:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:45:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 Torsten Z=C3=BChlsdorff changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149949|0 |1 is obsolete| | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:47:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE491D18 for ; Mon, 16 Feb 2015 19:47:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A25DD76A for ; Mon, 16 Feb 2015 19:47:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJlFhO077381 for ; Mon, 16 Feb 2015 19:47:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 19:47:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:47:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 --- Comment #6 from Torsten Z=C3=BChlsdorff --- Kubilay, i'm sorry, this is my first time to approve something. How do i do this? I'= ve already obsoleted my old patch and set the maintainer-feedback flag "+". Is that all or do i miss something? Thanks and greetings, Torsten --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 19:52:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA653FCF for ; Mon, 16 Feb 2015 19:52:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF1E284B for ; Mon, 16 Feb 2015 19:52:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJqNWb090081 for ; Mon, 16 Feb 2015 19:52:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197717] [patch] x11/libdmx: add CPE information Date: Mon, 16 Feb 2015 19:52:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:52:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197717 Bug ID: 197717 Summary: [patch] x11/libdmx: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153057 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153057&action=edit Makefile with CPE information added x11/libdmx has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1992). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:01:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 948FA3FA for ; Mon, 16 Feb 2015 20:01:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 798B794C for ; Mon, 16 Feb 2015 20:01:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GK13nK021202 for ; Mon, 16 Feb 2015 20:01:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197718] [patch] x11-fonts/libFS: add CPE information Date: Mon, 16 Feb 2015 20:01:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:01:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197718 Bug ID: 197718 Summary: [patch] x11-fonts/libFS: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153058 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153058&action=edit Makefile with CPE information added x11-fonts/libFS has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1996). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:02:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DD9A495 for ; Mon, 16 Feb 2015 20:02:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12D4B955 for ; Mon, 16 Feb 2015 20:02:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GK2EqO041296 for ; Mon, 16 Feb 2015 20:02:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197719] [patch] update devel/p5-AppConfig to 1.69 Date: Mon, 16 Feb 2015 20:02:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: lth@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:02:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197719 Bug ID: 197719 Summary: [patch] update devel/p5-AppConfig to 1.69 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lth@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: lth@FreeBSD.org Flags: maintainer-feedback?(lth@FreeBSD.org) Created attachment 153059 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153059&action=edit 1.69 Update to 1.69 Changes: https://metacpan.org/changes/distribution/AppConfig --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer lth@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:07:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 800316D8 for ; Mon, 16 Feb 2015 20:07:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 644219AA for ; Mon, 16 Feb 2015 20:07:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GK7oSK048572 for ; Mon, 16 Feb 2015 20:07:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197557] databases/pgworksheet: Take MAINTAINER(ship) add LICENSE fix WWW Date: Mon, 16 Feb 2015 20:07:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:07:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197557 Chris Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152890|0 |1 is obsolete| | --- Comment #3 from Chris Hutchinson --- Created attachment 153062 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153062&action=edit modifications to original submission, as recommended by Kubilay Kocak -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:14:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12D9CACB for ; Mon, 16 Feb 2015 20:14:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA16CA87 for ; Mon, 16 Feb 2015 20:14:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKE1IQ062331 for ; Mon, 16 Feb 2015 20:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197725] [patch] update devel/p5-Class-Load to 0.22 Date: Mon, 16 Feb 2015 20:14:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: az@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:14:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197725 Bug ID: 197725 Summary: [patch] update devel/p5-Class-Load to 0.22 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: az@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: az@FreeBSD.org Flags: maintainer-feedback?(az@FreeBSD.org) Created attachment 153065 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153065&action=edit 0.22 Update to 0.22. Changes: https://metacpan.org/changes/distribution/Class-Load --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer az@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:13:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC202AC5 for ; Mon, 16 Feb 2015 20:13:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B13A1A83 for ; Mon, 16 Feb 2015 20:13:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKDxiX062286 for ; Mon, 16 Feb 2015 20:13:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197724] [patch] x11/libxcb: add CPE information Date: Mon, 16 Feb 2015 20:13:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:13:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197724 Bug ID: 197724 Summary: [patch] x11/libxcb: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 153064 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153064&action=edit Makefile with CPE information added x11/libxcb has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-2064). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:16:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01B28BA5 for ; Mon, 16 Feb 2015 20:16:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF29AA4 for ; Mon, 16 Feb 2015 20:16:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKGAM9065733 for ; Mon, 16 Feb 2015 20:16:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197726] [patch] update devel/p5-Clone to 0.38 Date: Mon, 16 Feb 2015 20:16:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobez@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:16:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197726 Bug ID: 197726 Summary: [patch] update devel/p5-Clone to 0.38 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tobez@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: tobez@FreeBSD.org Flags: maintainer-feedback?(tobez@FreeBSD.org) Created attachment 153066 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153066&action=edit 0.38 Update to 0.38. Changes: https://metacpan.org/changes/distribution/Clone --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer tobez@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:17:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2079BDE for ; Mon, 16 Feb 2015 20:17:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6600AAB for ; Mon, 16 Feb 2015 20:17:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKH6hn066962 for ; Mon, 16 Feb 2015 20:17:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197557] databases/pgworksheet: Take MAINTAINER(ship) add LICENSE fix WWW Date: Mon, 16 Feb 2015 20:17:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:17:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197557 --- Comment #4 from Chris Hutchinson --- (In reply to Kubilay Kocak from comment #2) > Thanks for your submission Christer, > > Unless you're part of the upstream project for pgworksheet, I'm not sure the > change added to pkg-descr is warranted. MAINTAINER= already speaks to > who the current maintainer is. > > If you are indeed working with upstream, then it may be worth clarifying in > pkg-descr that you are the 'port' maintainer, unless you intended something > different. Good advise. Thank you. I have indicated my intention(s) upstream. Also; as the previous WWW provides no support/indication for pgworksheet. pgworksheet seemed better served having a page that reflects it's usage, intentions, and support. So the change in the WWW seemed warranted. > > Please update the patch accordingly, and if applicable. Done, in new svn diff attached. > > Also, if a port is unmaintained, you can use the term "Take MAINTAINERship" > rather than "Request" maintainership. The latter implies an existing > maintainer, and requires approval. The person committing the change should > check for approval in any case. Thank you, Kubilay Kocak. I appreciate the clarity you provided on that, and will do so, going forward. Thank you very much for all your help! --Chris -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:18:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9600C1B for ; Mon, 16 Feb 2015 20:18:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDE82AB6 for ; Mon, 16 Feb 2015 20:18:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKIWZq069029 for ; Mon, 16 Feb 2015 20:18:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197727] [patch] update devel/p5-ExtUtils-Depends to 0.404 Date: Mon, 16 Feb 2015 20:18:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:18:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197727 Bug ID: 197727 Summary: [patch] update devel/p5-ExtUtils-Depends to 0.404 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: culot@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: culot@FreeBSD.org Flags: maintainer-feedback?(culot@FreeBSD.org) Created attachment 153067 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153067&action=edit 0.404 Update to 0.404. Changes: https://metacpan.org/changes/distribution/ExtUtils-Depends --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:20:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64736D49 for ; Mon, 16 Feb 2015 20:20:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49630BA5 for ; Mon, 16 Feb 2015 20:20:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKKqqJ074724 for ; Mon, 16 Feb 2015 20:20:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197728] [patch] update devel/p5-ExtUtils-InstallPaths to 0.011 Date: Mon, 16 Feb 2015 20:20:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:20:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197728 Bug ID: 197728 Summary: [patch] update devel/p5-ExtUtils-InstallPaths to 0.011 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 153068 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153068&action=edit 0.011 Update to 0.011. Changes: https://metacpan.org/changes/distribution/ExtUtils-InstallPaths --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:23:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E937BDD1 for ; Mon, 16 Feb 2015 20:23:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDB14BC3 for ; Mon, 16 Feb 2015 20:23:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKNd3p081919 for ; Mon, 16 Feb 2015 20:23:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197729] [patch] update www/p5-FCGI-ProcManager to 0.25 Date: Mon, 16 Feb 2015 20:22:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:23:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197729 Bug ID: 197729 Summary: [patch] update www/p5-FCGI-ProcManager to 0.25 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adamw@FreeBSD.org CC: peter@vereshagin.org Flags: maintainer-feedback?(peter@vereshagin.org) Created attachment 153069 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153069&action=edit 0.25 Update to 0.25. Changes: https://metacpan.org/changes/distribution/FCGI-ProcManager --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:25:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82CDAE11 for ; Mon, 16 Feb 2015 20:25:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 674B9BCF for ; Mon, 16 Feb 2015 20:25:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKP0vn084029 for ; Mon, 16 Feb 2015 20:25:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197729] [patch] update www/p5-FCGI-ProcManager to 0.25 Date: Mon, 16 Feb 2015 20:24:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: adamw@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:25:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197729 Adam Weinberger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |adamw@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:26:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1558BE50 for ; Mon, 16 Feb 2015 20:26:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC10BDE for ; Mon, 16 Feb 2015 20:26:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKQD1M085449 for ; Mon, 16 Feb 2015 20:26:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197730] [patch] update www/p5-Guard to 1.023 Date: Mon, 16 Feb 2015 20:26:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:26:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197730 Bug ID: 197730 Summary: [patch] update www/p5-Guard to 1.023 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adamw@FreeBSD.org Created attachment 153070 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153070&action=edit 1.023 Update to 1.023. Changes: https://metacpan.org/changes/distribution/Guard -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:28:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28453EDE for ; Mon, 16 Feb 2015 20:28:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CD53BF1 for ; Mon, 16 Feb 2015 20:28:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKSJGO088368 for ; Mon, 16 Feb 2015 20:28:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197731] [patch] update www/p5-HTTP-Parser-XS to 0.17 Date: Mon, 16 Feb 2015 20:28:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:28:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197731 Bug ID: 197731 Summary: [patch] update www/p5-HTTP-Parser-XS to 0.17 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kuriyama@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: kuriyama@FreeBSD.org Flags: maintainer-feedback?(kuriyama@FreeBSD.org) Created attachment 153071 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153071&action=edit 0.17 Update to 0.17 Changes: https://metacpan.org/changes/distribution/HTTP-Parser-XS --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kuriyama@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:31:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 595DFCD for ; Mon, 16 Feb 2015 20:31:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E29DCBC for ; Mon, 16 Feb 2015 20:31:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKVRwA097283 for ; Mon, 16 Feb 2015 20:31:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197732] [patch] x11/libXcursor: add CPE information Date: Mon, 16 Feb 2015 20:31:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:31:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197732 Bug ID: 197732 Summary: [patch] x11/libXcursor: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153072 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153072&action=edit Makefile with CPE information added x11/libXcursor has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-2003). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:35:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EFFC178 for ; Mon, 16 Feb 2015 20:35:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0416ACCF for ; Mon, 16 Feb 2015 20:35:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKZbmV004204 for ; Mon, 16 Feb 2015 20:35:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197733] [patch] update www/p5-HTTP-Server-Simple to 0.50 Date: Mon, 16 Feb 2015 20:35:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: lth@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:35:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197733 Bug ID: 197733 Summary: [patch] update www/p5-HTTP-Server-Simple to 0.50 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lth@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(lth@FreeBSD.org) Assignee: lth@FreeBSD.org Created attachment 153073 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153073&action=edit 0.50 Update to 0.50. Changes: https://metacpan.org/changes/distribution/HTTP-Server-Simple --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer lth@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:37:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72028320 for ; Mon, 16 Feb 2015 20:37:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 573D6CE9 for ; Mon, 16 Feb 2015 20:37:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKbKUd006219 for ; Mon, 16 Feb 2015 20:37:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197734] [patch] x11/libXext: add CPE information Date: Mon, 16 Feb 2015 20:37:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:37:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197734 Bug ID: 197734 Summary: [patch] x11/libXext: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 153074 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153074&action=edit Makefile with CPE information added x11/libXext has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1982). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:37:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DB4831F for ; Mon, 16 Feb 2015 20:37:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA65CE8 for ; Mon, 16 Feb 2015 20:37:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKbKTs006216 for ; Mon, 16 Feb 2015 20:37:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197735] [patch] update www/p5-HTTP-Tiny to 0.054 Date: Mon, 16 Feb 2015 20:37:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:37:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197735 Bug ID: 197735 Summary: [patch] update www/p5-HTTP-Tiny to 0.054 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org Created attachment 153075 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153075&action=edit 0.054 Update to 0.054. Changes: https://metacpan.org/changes/distribution/HTTP-Tiny --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:41:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B633498 for ; Mon, 16 Feb 2015 20:41:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20880DA6 for ; Mon, 16 Feb 2015 20:41:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKfIZS015344 for ; Mon, 16 Feb 2015 20:41:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197736] [patch] x11/libXfixes: add CPE information Date: Mon, 16 Feb 2015 20:41:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:41:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197736 Bug ID: 197736 Summary: [patch] x11/libXfixes: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org Created attachment 153076 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153076&action=edit Makefile with CPE information added x11/libX11 has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1983). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:44:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1744541 for ; Mon, 16 Feb 2015 20:44:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6143DBF for ; Mon, 16 Feb 2015 20:44:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKiKPM020595 for ; Mon, 16 Feb 2015 20:44:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197737] [patch] update security/p5-IO-Socket-SSL to 2.012 Date: Mon, 16 Feb 2015 20:44:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jadawin@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:44:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197737 Bug ID: 197737 Summary: [patch] update security/p5-IO-Socket-SSL to 2.012 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jadawin@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: jadawin@FreeBSD.org Flags: maintainer-feedback?(jadawin@FreeBSD.org) Created attachment 153077 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153077&action=edit 2.012 Update to 2.012. Changes: https://metacpan.org/changes/distribution/IO-Socket-SSL All tests successful. Files=37, Tests=769, 66 wallclock secs ( 0.17 usr 0.04 sys + 4.22 cusr 0.52 csys = 4.95 CPU) Result: PASS --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer jadawin@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:46:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD1A7588 for ; Mon, 16 Feb 2015 20:46:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B22BEDD2 for ; Mon, 16 Feb 2015 20:46:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKkKSx023411 for ; Mon, 16 Feb 2015 20:46:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197738] [patch] x11-fonts/libXfont: add CPE information Date: Mon, 16 Feb 2015 20:46:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:46:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197738 Bug ID: 197738 Summary: [patch] x11-fonts/libXfont: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153078 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153078&action=edit Makefile with CPE information added x11-fonts/libXfont has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-0211). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:47:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4A1B61C for ; Mon, 16 Feb 2015 20:47:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9E9EDDA for ; Mon, 16 Feb 2015 20:47:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKlbGc025307 for ; Mon, 16 Feb 2015 20:47:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197739] [patch] update net-mgmt/p5-NetAddr-IP to 4.075 Date: Mon, 16 Feb 2015 20:47:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobez@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:47:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197739 Bug ID: 197739 Summary: [patch] update net-mgmt/p5-NetAddr-IP to 4.075 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tobez@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(tobez@FreeBSD.org) Assignee: tobez@FreeBSD.org Created attachment 153079 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153079&action=edit 4.075 Update to 4.075. plist change. Changes: https://metacpan.org/changes/distribution/NetAddr-IP --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer tobez@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:48:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06F0A777 for ; Mon, 16 Feb 2015 20:48:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0516DE9 for ; Mon, 16 Feb 2015 20:48:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKml82026751 for ; Mon, 16 Feb 2015 20:48:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197462] x11-fm/xfe: Update to version 1.40 Date: Mon, 16 Feb 2015 20:48:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: madpilot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: madpilot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:48:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197462 Guido Falsi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madpilot@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |madpilot@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:49:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E8FD7DA for ; Mon, 16 Feb 2015 20:49:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43532DF2 for ; Mon, 16 Feb 2015 20:49:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKndVw027966 for ; Mon, 16 Feb 2015 20:49:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197740] [patch] update devel/p5-POSIX-strftime-Compiler to 0.41 Date: Mon, 16 Feb 2015 20:49:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:49:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197740 Bug ID: 197740 Summary: [patch] update devel/p5-POSIX-strftime-Compiler to 0.41 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kuriyama@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(kuriyama@FreeBSD.org) Assignee: kuriyama@FreeBSD.org Created attachment 153080 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153080&action=edit 0.41 Update to 0.41. Changes: https://metacpan.org/changes/distribution/POSIX-strftime-Compiler --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kuriyama@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:50:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EDBD812 for ; Mon, 16 Feb 2015 20:50:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E836CDFD for ; Mon, 16 Feb 2015 20:50:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKoEJb029685 for ; Mon, 16 Feb 2015 20:50:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197741] [patch] x11/libXi: add CPE information Date: Mon, 16 Feb 2015 20:50:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:50:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197741 Bug ID: 197741 Summary: [patch] x11/libXi: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153081 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153081&action=edit Makefile with CPE information added x11/libXi has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1998). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:52:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB030965 for ; Mon, 16 Feb 2015 20:52:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0339EBA for ; Mon, 16 Feb 2015 20:52:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKqNFW037008 for ; Mon, 16 Feb 2015 20:52:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197742] [patch] update p5-Plack to 1.0034 Date: Mon, 16 Feb 2015 20:52:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:52:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197742 Bug ID: 197742 Summary: [patch] update p5-Plack to 1.0034 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adamw@FreeBSD.org Created attachment 153082 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153082&action=edit 1.0034 Update to 1.0034. There is a security fix in this but not for FreeBSD. Changes: https://metacpan.org/changes/distribution/Plack -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:52:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1902D996 for ; Mon, 16 Feb 2015 20:52:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2036EBE for ; Mon, 16 Feb 2015 20:52:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKqi89037585 for ; Mon, 16 Feb 2015 20:52:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197742] [patch] update www/p5-Plack to 1.0034 Date: Mon, 16 Feb 2015 20:52:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:52:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197742 Adam Weinberger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |kuriyama@FreeBSD.org |org | Summary|[patch] update p5-Plack to |[patch] update www/p5-Plack |1.0034 |to 1.0034 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:53:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8EB19C8 for ; Mon, 16 Feb 2015 20:53:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD4A2EC3 for ; Mon, 16 Feb 2015 20:53:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKrJQO038415 for ; Mon, 16 Feb 2015 20:53:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197471] [MAINTAINER] security/p5-openxpki-i18n: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 20:53:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: svysh.fbsd@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:53:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197471 Sergei Vyshenski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152783|0 |1 is obsolete| | --- Comment #3 from Sergei Vyshenski --- Created attachment 153083 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153083&action=edit patch for updating port This time make use of PKGNAMESUFFIX=-i18n Thanks for the tip. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:53:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B07699F7 for ; Mon, 16 Feb 2015 20:53:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94EBFEC6 for ; Mon, 16 Feb 2015 20:53:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKrnqg039156 for ; Mon, 16 Feb 2015 20:53:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197471] [MAINTAINER] security/p5-openxpki-i18n: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 20:53:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: svysh.fbsd@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:53:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197471 Sergei Vyshenski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152784|0 |1 is obsolete| | --- Comment #4 from Sergei Vyshenski --- Created attachment 153084 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153084&action=edit log from poudriere at 10.1-amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:56:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C465DC71 for ; Mon, 16 Feb 2015 20:56:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9173EFA for ; Mon, 16 Feb 2015 20:56:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKuiGx042275 for ; Mon, 16 Feb 2015 20:56:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197743] [patch] update net/p5-Socket to 2.018 Date: Mon, 16 Feb 2015 20:56:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:56:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197743 Bug ID: 197743 Summary: [patch] update net/p5-Socket to 2.018 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: adamw@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 153085 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153085&action=edit 2.018 Update to 2.018. Changes: https://metacpan.org/changes/distribution/Socket t/getaddrinfo.t .. ok t/getnameinfo.t .. ok t/ip_mreq.t ...... ok t/ipv6_mreq.t .... ok t/sockaddr.t ..... ok t/Socket.t ....... ok t/socketpair.t ... ok All tests successful. Files=7, Tests=136, 4 wallclock secs ( 0.04 usr 0.01 sys + 0.15 cusr 0.02 csys = 0.22 CPU) Result: PASS --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 20:57:54 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED21CE9 for ; Mon, 16 Feb 2015 20:57:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63B0DF07 for ; Mon, 16 Feb 2015 20:57:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GKvsTP042797 for ; Mon, 16 Feb 2015 20:57:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197744] [patch] x11/libXinerama: add CPE information Date: Mon, 16 Feb 2015 20:57:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shun.fbsd.pr@dropcut.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 20:57:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197744 Bug ID: 197744 Summary: [patch] x11/libXinerama: add CPE information Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: shun.fbsd.pr@dropcut.net Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 153086 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153086&action=edit Makefile with CPE information added x11/libXinerama has had vulnerabilities with a CPE identifer assigned (e.g. CVE-2013-1985). This patch add CPE information as suggested in the FreeBSD wiki[0]. [0] https://wiki.freebsd.org/Ports/CPE --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:13:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01362460 for ; Mon, 16 Feb 2015 21:13:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C008E129 for ; Mon, 16 Feb 2015 21:13:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLDfQ7061484 for ; Mon, 16 Feb 2015 21:13:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197747] ports-mgmt/portlint : request to warn on patches that don't have UTC in "---" line Date: Mon, 16 Feb 2015 21:13:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marcus@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:13:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197747 Bug ID: 197747 Summary: ports-mgmt/portlint : request to warn on patches that don't have UTC in "---" line Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: marino@FreeBSD.org Assignee: marcus@FreeBSD.org Flags: maintainer-feedback?(marcus@FreeBSD.org) It is highly desirable that patches are created with "make makepatch" which results in headers like this: --- lib/krb5/ccache/cc_file.c.orig 2014-10-15 23:55:10 UTC +++ lib/krb5/ccache/cc_file.c @@ -136,6 +136,7 @@ get_size(krb5_context context, krb5_ccac Unfortunately, a lot of people still use diff, even reverting the "good" format above, resulting in something like this: --- lib/krb5/ccache/cc_file.c.orig 2014-10-15 16:55:10.000000000 -0700 +++ lib/krb5/ccache/cc_file.c 2015-02-12 13:00:31.967166267 -0800 @@ -136,6 +136,7 @@ Notice the desired "-p" option is lost as well. I think it would be a good idea to check the "--- " line of each patch to make sure it ends in "UTC" and give an appropriate warning and recommendation to use "make makepatch" instead. Since there can be more than one "--- " line per patch, each matching line should be checked IMO. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer marcus@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:25:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6674E09 for ; Mon, 16 Feb 2015 21:25:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB44727B for ; Mon, 16 Feb 2015 21:25:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLPGab033764 for ; Mon, 16 Feb 2015 21:25:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Mon, 16 Feb 2015 21:25:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:25:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Bug 197470 depends on bug 196405, which changed state. Bug 196405 Summary: math/p5-Math-BigInt: Update to 1.9993 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196405 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:40:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B62257BF for ; Mon, 16 Feb 2015 21:40:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AFC45EB for ; Mon, 16 Feb 2015 21:40:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLe1HI045784 for ; Mon, 16 Feb 2015 21:40:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197730] [patch] update devel/p5-Guard to 1.023 Date: Mon, 16 Feb 2015 21:40:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobez@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:40:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197730 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |tobez@FreeBSD.org |org | Summary|[patch] update www/p5-Guard |[patch] update |to 1.023 |devel/p5-Guard to 1.023 --- Comment #1 from Mark Linimon --- Fix Summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:49:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D8DAB4C for ; Mon, 16 Feb 2015 21:49:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0414765 for ; Mon, 16 Feb 2015 21:49:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLnb3E055593 for ; Mon, 16 Feb 2015 21:49:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197748] ports-mgmt/pkg: ignores error conditions at exit time Date: Mon, 16 Feb 2015 21:49:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jgoerzen@complete.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:49:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197748 Bug ID: 197748 Summary: ports-mgmt/pkg: ignores error conditions at exit time Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: portmgr@FreeBSD.org Reporter: jgoerzen@complete.org Flags: maintainer-feedback?(portmgr@FreeBSD.org) Assignee: portmgr@FreeBSD.org pkg reports certain errors, which scroll past, but does not provide an indication when it exits that errors occurred. The other day, I ran a pkg install which included nspluginwrapper. Apparently I should have first run kldload linux before running pkg install nspluginwrapper, but I didn't. I happened to be capturing the output of the session under script(1), but the only reason I knew anything was amiss was that I happened to glance at the screen at the right time. I got errors like: [132/681] Installing linux_base-c6-6.6_3... sysctl: unknown oid 'compat.linux.osrelease': No such file or directory linuxulator is not (kld)loaded, exiting pkg: PRE-INSTALL script failed Extracting linux_base-c6-6.6_3: 100% +++ Some programs may need linprocfs, please add it to /etc/fstab! +++ Running linux ldconfig... ELF binary type "3" not known. /compat/linux/sbin/ldconfig: Exec format error Extracting linux-c6-expat-2.0.1_1: 100% ELF binary type "3" not known. /compat/linux/sbin/ldconfig: Exec format error pkg: POST-INSTALL script failed and so forth. So all these pre-install and post-install scripts are failing. I assume this means the package isn't properly installed or configured. But: # pkg install linux_base-c6 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed I believe that, when pkg exits, it ought to display something like: "Errors were encountered while processing: linux_base-c6-6.6_3, foo, bar, baz" and exit with a nonzero exit code, even if 200 packages came after those and installed correctly. Otherwise, a person will not know if their packages failed unless they happen to glance at the screen at just the right time. I originally reported this on a mailing list at http://article.gmane.org/gmane.os.freebsd.questions/311852 I can provide a full typescript of the session if that would be helpful. It is on a brand-new 10.1-RELEASE installation. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer portmgr@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:53:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2893F18 for ; Mon, 16 Feb 2015 21:53:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D37584E for ; Mon, 16 Feb 2015 21:53:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLrhVA062579 for ; Mon, 16 Feb 2015 21:53:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197749] [patch] graphics/exiv2 : not jobs safe, patch fixes it Date: Mon, 16 Feb 2015 21:53:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:53:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197749 Bug ID: 197749 Summary: [patch] graphics/exiv2 : not jobs safe, patch fixes it Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: marino@FreeBSD.org Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Created attachment 153089 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153089&action=edit fix jobs unsafe bug I got this failure compiling exiv2 on multijob: c++ -pipe -O2 -fno-strict-aliasing -D_GLIBCXX_USE_CXX11_ABI=0 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W -MMD -I. -I/usr/local/include -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -o utils.o utils.cpp utils.cpp:36:23: fatal error: exv_conf.h: No such file or directory It turns out that the makefile did not have utils.cpp depending on exv_conf.h, so they built at the same time. That attached patch should fix this. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer multimedia@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 21:57:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FC8F221 for ; Mon, 16 Feb 2015 21:57:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549EF88B for ; Mon, 16 Feb 2015 21:57:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLvi3I063994 for ; Mon, 16 Feb 2015 21:57:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195520] sysutils/cdroot MASTER_SITES, PORTVERSION, take MAINTAINERship Date: Mon, 16 Feb 2015 21:57:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 21:57:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195520 Chris Hutchinson changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|sysutils/cdroot |sysutils/cdroot |MASTER_SITES, PORTVERSION, |MASTER_SITES, PORTVERSION, |req MAINTAINER |take MAINTAINERship -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 22:06:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85389439 for ; Mon, 16 Feb 2015 22:06:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68EEB977 for ; Mon, 16 Feb 2015 22:06:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GM6oFg005226 for ; Mon, 16 Feb 2015 22:06:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197360] building security/libgcrypt fails due to "undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'" Date: Mon, 16 Feb 2015 22:06:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 22:06:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197360 --- Comment #5 from Carlos Jacobo Puga Medina --- Created attachment 153090 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153090&action=edit poudriere libgcrypt-1.6.2_1 build logs -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 22:54:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 603504BA for ; Mon, 16 Feb 2015 22:54:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1ABE86 for ; Mon, 16 Feb 2015 22:54:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GMsJRX051817 for ; Mon, 16 Feb 2015 22:54:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197750] archivers/unzip: INSTALL_AS_INFOUNZIP confuses users and breaks dependent ports Date: Mon, 16 Feb 2015 22:54:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 22:54:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197750 Bug ID: 197750 Summary: archivers/unzip: INSTALL_AS_INFOUNZIP confuses users and breaks dependent ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: amdmi3@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) Assignee: ehaupt@FreeBSD.org Created attachment 153092 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153092&action=edit Patch I've been investigating openjdk7 build failure for some user, and discovered that he had INSTALL_AS_INFOUNZIP in his make.conf. Obviously, it made unzip port not install bin/unzip binary, which broke dependent ports that need unzip. Now I wonder, what is the purpose of that knob? I see no reason for optional installation of infounzip binary, so it may be installed unconditionally as a link to unzip (or vice versa). If the point is in optional installation of unzip binary, it requires cooperation from ports framework, namely Uses/zip.mk or bsd.commands.mk, which should tweak unzip dependency. The way INSTALL_AS_INFOUNZIP is implemented now is broken and if there's no real reason behind it, I propose to remove it. Patch attached. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ehaupt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 23:05:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CF9D570 for ; Mon, 16 Feb 2015 23:05:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 418F3F53 for ; Mon, 16 Feb 2015 23:05:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GN5CA3093446 for ; Mon, 16 Feb 2015 23:05:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Mon, 16 Feb 2015 23:05:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 23:05:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 --- Comment #7 from Kubilay Kocak --- (In reply to Torsten Z=C3=BChlsdorff from comment #6) Perfect, almost there :) You just need to set the flag next to the patch (attachment) you want to approve.=20 You can do this by clicking "Details" and then setting maintainer-approval = to "+" Note the difference between maintainer-FEEDBACK, and maintainer-APPROVAL :) The former is for acknowledging your RESPONSES as maintainer at the ISSUE level, the latter is for adding your APPROVAL for changes at the ATTACHMENT/PATCH level. Hope that helps :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 23:40:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B6E59D0 for ; Mon, 16 Feb 2015 23:40:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E597728D for ; Mon, 16 Feb 2015 23:40:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GNe8hN023765 for ; Mon, 16 Feb 2015 23:40:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197751] [exp-run] Update KDE SC to 4.14.3 Date: Mon, 16 Feb 2015 23:40:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: alonso@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 23:40:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197751 Bug ID: 197751 Summary: [exp-run] Update KDE SC to 4.14.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: alonso@freebsd.org The update from KDE-4.14.2 in ports to 4.14.3 does not introduce any architectural changes or new ports. The following patch was generated with svn diff and will need to be applied using svn patch (or svnlite patch). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 23:40:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DCCCA04 for ; Mon, 16 Feb 2015 23:40:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7B3629B for ; Mon, 16 Feb 2015 23:40:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GNejbC026099 for ; Mon, 16 Feb 2015 23:40:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197751] [exp-run] Update KDE SC to 4.14.3 Date: Mon, 16 Feb 2015 23:40:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: alonso@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 23:40:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197751 --- Comment #1 from Alonso Schaich --- http://people.freebsd.org/~alonso/exp-run/patch-kde-4.14.3.svn-diff -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 16 23:40:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E672A33 for ; Mon, 16 Feb 2015 23:40:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 433332A9 for ; Mon, 16 Feb 2015 23:40:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GNexu7026776 for ; Mon, 16 Feb 2015 23:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197360] building security/libgcrypt fails due to "undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'" Date: Mon, 16 Feb 2015 23:40:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: krichter@posteo.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 23:40:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197360 --- Comment #6 from Kalle Richter --- I accidentially build in the FreeBSD-based system FreeNAS instead of the FreeBSD jail. Building in FreeBSD 9.3 (jail) works and probably always did. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 00:00:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA698414 for ; Tue, 17 Feb 2015 00:00:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B60317BE for ; Tue, 17 Feb 2015 00:00:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H00dvl067808 for ; Tue, 17 Feb 2015 00:00:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH][UPDATE] graphics/xournal to latest version 0.4.8 Date: Tue, 17 Feb 2015 00:00:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 00:00:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197752 Bug ID: 197752 Summary: [PATCH][UPDATE] graphics/xournal to latest version 0.4.8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: kalten@gmx.at CC: me@janh.de CC: me@janh.de Flags: maintainer-feedback?(me@janh.de) Created attachment 153093 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153093&action= =3Dedit graphics/xournal from r378348 to latest version 0.4.8 In the attachment you will find a patch updating graphics/xournal from version 0.4.7_4 r378348 to the latest release 0.4.8 (released on 2014-06-30). =C2=BBportlint -AC=C2=AB says: ---8<--- WARN: Makefile: [74]: use ${VARIABLE}, instead of $(VARIABLE). WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, = to make SVN happy. 0 fatal errors and 2 warnings found. --->8--- The first warning is the result of a ${REINPLACE_CMD} in the post-patch target. I can not change that as using =C2=BB{}=C2=AB results in handling = it wrong. The output of =C2=BBsetenv DEVELOPER yes; make clean; make stage && make check-plist && m= ake stage-qa && make package=C2=AB will follow shortly. The output of =C2=BBpoudriere testport graphics/xournal=C2=AB will follow later (tomorrow?) Thank you, Kalten --- Comment #1 from Bugzilla Automation --- Maintainer CC'd --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 00:06:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 233C273C for ; Tue, 17 Feb 2015 00:06:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08807817 for ; Tue, 17 Feb 2015 00:06:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H06qma038637 for ; Tue, 17 Feb 2015 00:06:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH][UPDATE] graphics/xournal to latest version 0.4.8 Date: Tue, 17 Feb 2015 00:06:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 00:06:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197752 --- Comment #2 from Kalten --- Created attachment 153094 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153094&action= =3Dedit log: make.* output =C2=BBsetenv DEVELOPER yes; make clean; make stage && make check-plist && m= ake stage-qa && make package=C2=AB output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 00:47:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BBA6BE6 for ; Tue, 17 Feb 2015 00:47:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4D79BE8 for ; Tue, 17 Feb 2015 00:47:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H0llwe050919 for ; Tue, 17 Feb 2015 00:47:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197360] building security/libgcrypt fails due to "undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'" Date: Tue, 17 Feb 2015 00:47:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 00:47:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197360 --- Comment #7 from Carlos Jacobo Puga Medina --- (In reply to Kalle Richter from comment #6) I'm glad that you solved it. So we can close this PR. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:11:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4900AF2B for ; Tue, 17 Feb 2015 01:11:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EE7EE22 for ; Tue, 17 Feb 2015 01:11:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1BJjB007871 for ; Tue, 17 Feb 2015 01:11:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197414] astro/xtide: Update to version 2.14 Date: Tue, 17 Feb 2015 01:11:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:11:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197414 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanilla@FreeBSD.org Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:11:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A22CC3 for ; Tue, 17 Feb 2015 01:11:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60285E2F for ; Tue, 17 Feb 2015 01:11:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1BkXk008050 for ; Tue, 17 Feb 2015 01:11:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197414] astro/xtide: Update to version 2.14 Date: Tue, 17 Feb 2015 01:11:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:11:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197414 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 01:11:18 UTC 2015 New revision: 379129 URL: https://svnweb.freebsd.org/changeset/ports/379129 Log: 1: Upgrade to 2.1.4. 2: use options helper. PR: 197414 Submitted by: Ports Fury. Changes: head/astro/xtide/Makefile head/astro/xtide/distinfo head/astro/xtide/files/ head/astro/xtide/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:16:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93112127 for ; Tue, 17 Feb 2015 01:16:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B6AE4D for ; Tue, 17 Feb 2015 01:16:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1G09O011226 for ; Tue, 17 Feb 2015 01:16:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197458] textproc/mifluz: Update to version 0.26.0 Date: Tue, 17 Feb 2015 01:16:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:16:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197458 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:16:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A574320 for ; Tue, 17 Feb 2015 01:16:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F9C8E67 for ; Tue, 17 Feb 2015 01:16:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1GnC5011543 for ; Tue, 17 Feb 2015 01:16:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197478] [MAINTAINER][PATCH] update games/wesnoth to 1.12.1 Date: Tue, 17 Feb 2015 01:16:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:16:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197478 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Feb 17 01:16:12 UTC 2015 New revision: 379131 URL: https://svnweb.freebsd.org/changeset/ports/379131 Log: - Update to 1.12.1 [1] - Convert to option helpers - Stagify NLS option - Drop unsupported POOLALLOC and PYTHON options - Rename TESTS to TEST - Track direct usage of vorbisfile and fontconfig - Append / (slash) in MASTER_SITES - Don't redefine default WRKSRC Changes: http://forums.wesnoth.org/viewtopic.php?t=41544 PR: 197478 [1] PR: 197496 Submitted by: Torsten Z?hlsdorff (maintainer) [1] Reviewed by: bapt, Torsten Z?hlsdorff Approved by: Torsten Z?hlsdorff (maintainer) Approved by: bapt (mentor) Changes: head/games/wesnoth/Makefile head/games/wesnoth/distinfo head/games/wesnoth/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:16:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A1D431A for ; Tue, 17 Feb 2015 01:16:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30119E63 for ; Tue, 17 Feb 2015 01:16:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1GmPE011532 for ; Tue, 17 Feb 2015 01:16:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197458] textproc/mifluz: Update to version 0.26.0 Date: Tue, 17 Feb 2015 01:16:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:16:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197458 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 01:16:00 UTC 2015 New revision: 379130 URL: https://svnweb.freebsd.org/changeset/ports/379130 Log: 1: Upgrade to 0.26.0. 2: strip binary 3: use @sample keyword. PR: 197458 Submitted by: Ports Fury. Changes: head/textproc/mifluz/Makefile head/textproc/mifluz/distinfo head/textproc/mifluz/files/patch-Makefile.in head/textproc/mifluz/files/patch-db__mut_pthread.c head/textproc/mifluz/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:18:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D6A1393 for ; Tue, 17 Feb 2015 01:18:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83346E77 for ; Tue, 17 Feb 2015 01:18:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1IrRM012346 for ; Tue, 17 Feb 2015 01:18:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197457] textproc/groonga: Update to version 4.1.1 Date: Tue, 17 Feb 2015 01:18:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:18:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197457 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |vanilla@FreeBSD.org Resolution|--- |Rejected --- Comment #1 from Vanilla I. Shu --- bofh@ take maintainer bits, and upgrade to 5.0.0 on 2015/2/11 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:20:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 821254A8 for ; Tue, 17 Feb 2015 01:20:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67C4CE85 for ; Tue, 17 Feb 2015 01:20:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1Kr5R015164 for ; Tue, 17 Feb 2015 01:20:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197478] [MAINTAINER][PATCH] update games/wesnoth to 1.12.1 Date: Tue, 17 Feb 2015 01:20:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:20:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197478 Bug 197478 depends on bug 197496, which changed state. Bug 197496 Summary: games/wesnoth: miscellaneous fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197496 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:21:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17B3B4D9 for ; Tue, 17 Feb 2015 01:21:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F145EF14 for ; Tue, 17 Feb 2015 01:21:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1LWC7017342 for ; Tue, 17 Feb 2015 01:21:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197478] [MAINTAINER][PATCH] update games/wesnoth to 1.12.1 Date: Tue, 17 Feb 2015 01:21:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:21:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197478 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | Status|New |Closed Resolution|--- |FIXED --- Comment #3 from Jan Beich --- Thanks. Committed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:27:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4CC385A for ; Tue, 17 Feb 2015 01:27:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9FBDF53 for ; Tue, 17 Feb 2015 01:27:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1Rf3E021240 for ; Tue, 17 Feb 2015 01:27:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197557] databases/pgworksheet: Take MAINTAINER(ship) add LICENSE fix WWW Date: Tue, 17 Feb 2015 01:27:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:27:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197557 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153062| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:29:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69FB58A2 for ; Tue, 17 Feb 2015 01:29:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3A1F64 for ; Tue, 17 Feb 2015 01:29:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1T6Ic021859 for ; Tue, 17 Feb 2015 01:29:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197471] [MAINTAINER] security/p5-openxpki-i18n: Update to 0.26.1.1 Date: Tue, 17 Feb 2015 01:29:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:29:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197471 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153083| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:32:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D9AC907 for ; Tue, 17 Feb 2015 01:32:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72F2A62 for ; Tue, 17 Feb 2015 01:32:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1WQTR028579 for ; Tue, 17 Feb 2015 01:32:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195520] sysutils/cdroot: Update to 1.2.6, Take MAINTAINERship Date: Tue, 17 Feb 2015 01:32:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:32:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195520 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Status|New |Open Summary|sysutils/cdroot |sysutils/cdroot: Update to |MASTER_SITES, PORTVERSION, |1.2.6, Take MAINTAINERship |take MAINTAINERship | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:32:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D58A493A for ; Tue, 17 Feb 2015 01:32:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BADC76B for ; Tue, 17 Feb 2015 01:32:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1WYNx028631 for ; Tue, 17 Feb 2015 01:32:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195520] sysutils/cdroot: Update to 1.2.6, Take MAINTAINERship Date: Tue, 17 Feb 2015 01:32:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:32:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195520 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151966| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:33:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAE06977 for ; Tue, 17 Feb 2015 01:33:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B09F273 for ; Tue, 17 Feb 2015 01:33:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1X52T028869 for ; Tue, 17 Feb 2015 01:33:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197455] science/gwyddion: Update to version 2.40 Date: Tue, 17 Feb 2015 01:33:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:33:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197455 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:33:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A64FA82 for ; Tue, 17 Feb 2015 01:33:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 204227B for ; Tue, 17 Feb 2015 01:33:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1Xq4k029183 for ; Tue, 17 Feb 2015 01:33:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197455] science/gwyddion: Update to version 2.40 Date: Tue, 17 Feb 2015 01:33:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:33:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197455 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 01:33:05 UTC 2015 New revision: 379133 URL: https://svnweb.freebsd.org/changeset/ports/379133 Log: Upgrade to 2.40. PR: 197455 Submitted by: Ports Fury. Changes: head/science/gwyddion/Makefile head/science/gwyddion/distinfo head/science/gwyddion/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:34:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80FB0ACF for ; Tue, 17 Feb 2015 01:34:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6616C88 for ; Tue, 17 Feb 2015 01:34:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1YV3i029413 for ; Tue, 17 Feb 2015 01:34:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197751] [exp-run] Update KDE SC to 4.14.3 Date: Tue, 17 Feb 2015 01:34:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: alonso@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: flagtypes.name keywords bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:34:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197751 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(alonso | |@freebsd.org), exp-run? Keywords| |patch, patch-ready Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |alonso@freebsd.org |org | CC| |alonso@freebsd.org --- Comment #2 from Kubilay Kocak --- Reporter is Committer. Alonso, can you attach the diff to this issue please -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:35:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7C02B1D for ; Tue, 17 Feb 2015 01:35:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACB1192 for ; Tue, 17 Feb 2015 01:35:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1ZfOM029967 for ; Tue, 17 Feb 2015 01:35:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH] graphics/xournal: Update to 0.4.8 Date: Tue, 17 Feb 2015 01:35:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:35:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197752 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH][UPDATE] |[PATCH] graphics/xournal: |graphics/xournal to latest |Update to 0.4.8 |version 0.4.8 | Status|New |Open Keywords| |patch, patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:35:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0809B4F for ; Tue, 17 Feb 2015 01:35:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A60F597 for ; Tue, 17 Feb 2015 01:35:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1ZqWP030043 for ; Tue, 17 Feb 2015 01:35:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH] graphics/xournal: Update to 0.4.8 Date: Tue, 17 Feb 2015 01:35:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:35:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197752 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153093| |maintainer-approval?(me@jan Flags| |h.de) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:36:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A283FB7D for ; Tue, 17 Feb 2015 01:36:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86EF19F for ; Tue, 17 Feb 2015 01:36:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1afHk030468 for ; Tue, 17 Feb 2015 01:36:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197360] building security/libgcrypt fails due to "undefined reference to `_gcry_USE_THE_UNDERSCORED_FUNCTION'" Date: Tue, 17 Feb 2015 01:36:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: resolution keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:36:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197360 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Keywords|needs-qa | Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:38:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36031BB9 for ; Tue, 17 Feb 2015 01:38:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A84EAD for ; Tue, 17 Feb 2015 01:38:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1cviK031367 for ; Tue, 17 Feb 2015 01:38:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Tue, 17 Feb 2015 01:38:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:38:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-qa |patch-ready -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:39:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20B2BE7 for ; Tue, 17 Feb 2015 01:39:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C69FBB0 for ; Tue, 17 Feb 2015 01:39:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1d9HX031470 for ; Tue, 17 Feb 2015 01:39:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197687] [MAINTAINER] www/vimb: Split into www/vimb-gtk{2,3} ports, Delete www/vimb, Update to 2.9 Date: Tue, 17 Feb 2015 01:39:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:39:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197687 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153036| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:39:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25460C18 for ; Tue, 17 Feb 2015 01:39:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A951B5 for ; Tue, 17 Feb 2015 01:39:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1dgeT031706 for ; Tue, 17 Feb 2015 01:39:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Tue, 17 Feb 2015 01:39:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:39:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(loic.b |maintainer-feedback+ |lot@unix-experience.fr) | Keywords| |needs-patch, needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:40:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51439C4C for ; Tue, 17 Feb 2015 01:40:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36CC5BC for ; Tue, 17 Feb 2015 01:40:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1e1Ci031998 for ; Tue, 17 Feb 2015 01:40:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Tue, 17 Feb 2015 01:40:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:40:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152994| |maintainer-approval- Flags| | --- Comment #3 from Kubilay Kocak --- Comment on attachment 152994 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152994 Update to 1.8.1 Maintainer requests patch update -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:46:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E80D97 for ; Tue, 17 Feb 2015 01:46:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7BE178 for ; Tue, 17 Feb 2015 01:46:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1kPfp040302 for ; Tue, 17 Feb 2015 01:46:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197454] science/gromacs: Update to version 5.0.4 Date: Tue, 17 Feb 2015 01:46:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:46:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197454 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 01:46:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A38D5EA6 for ; Tue, 17 Feb 2015 01:46:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 891FA183 for ; Tue, 17 Feb 2015 01:46:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H1ktYp040531 for ; Tue, 17 Feb 2015 01:46:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197454] science/gromacs: Update to version 5.0.4 Date: Tue, 17 Feb 2015 01:46:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 01:46:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197454 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 01:46:25 UTC 2015 New revision: 379134 URL: https://svnweb.freebsd.org/changeset/ports/379134 Log: Upgrade to 5.0.4. PR: 197454 Submitted by: Ports Fury. Changes: head/science/gromacs/Makefile head/science/gromacs/distinfo head/science/gromacs/files/patch-src__external__thread_mpi__src__atomic.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 02:21:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3648346A for ; Tue, 17 Feb 2015 02:21:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C3346CF for ; Tue, 17 Feb 2015 02:21:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H2L9bF092505 for ; Tue, 17 Feb 2015 02:21:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197415] audio/aqualung: Update to version 1.0.r1 Date: Tue, 17 Feb 2015 02:21:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:21:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197415 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vanilla@FreeBSD.org Resolution|--- |FIXED Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 02:21:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0319A4BE for ; Tue, 17 Feb 2015 02:21:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD5C37C3 for ; Tue, 17 Feb 2015 02:21:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H2LwEU008326 for ; Tue, 17 Feb 2015 02:21:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197415] audio/aqualung: Update to version 1.0.r1 Date: Tue, 17 Feb 2015 02:21:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:21:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197415 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 02:21:05 UTC 2015 New revision: 379135 URL: https://svnweb.freebsd.org/changeset/ports/379135 Log: Upgrade to 1.0.r1. PR: 197415 Submitted by: Ports Fury. Changes: head/audio/aqualung/Makefile head/audio/aqualung/distinfo head/audio/aqualung/files/ head/audio/aqualung/pkg-descr head/audio/aqualung/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 02:46:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F4E0A48 for ; Tue, 17 Feb 2015 02:46:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 354619C4 for ; Tue, 17 Feb 2015 02:46:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H2kLv6016560 for ; Tue, 17 Feb 2015 02:46:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197417] audio/qjackctl: Update to version 0.3.12 Date: Tue, 17 Feb 2015 02:46:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:46:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197417 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |vanilla@FreeBSD.org Status|New |Closed -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 02:47:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 091FEA83 for ; Tue, 17 Feb 2015 02:47:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E38119D2 for ; Tue, 17 Feb 2015 02:47:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H2l1wB016824 for ; Tue, 17 Feb 2015 02:47:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197417] audio/qjackctl: Update to version 0.3.12 Date: Tue, 17 Feb 2015 02:47:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:47:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197417 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 02:46:15 UTC 2015 New revision: 379137 URL: https://svnweb.freebsd.org/changeset/ports/379137 Log: Upgrade to 0.3.12. PR: 197417 Submitted by: Ports Fury. Changes: head/audio/qjackctl/Makefile head/audio/qjackctl/distinfo head/audio/qjackctl/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 02:51:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCF52AF6 for ; Tue, 17 Feb 2015 02:51:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A21029F4 for ; Tue, 17 Feb 2015 02:51:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H2p0no021333 for ; Tue, 17 Feb 2015 02:51:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Tue, 17 Feb 2015 02:51:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: svysh.fbsd@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:51:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Sergei Vyshenski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152781|0 |1 is obsolete| | --- Comment #2 from Sergei Vyshenski --- Created attachment 153096 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153096&action=edit patch for updating port Fix typo in pkg-plist. @owner and @group constructs were slightly misplaced. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:01:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BC23D26 for ; Tue, 17 Feb 2015 03:01:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08602C38 for ; Tue, 17 Feb 2015 03:01:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H312Fh069298 for ; Tue, 17 Feb 2015 03:01:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Tue, 17 Feb 2015 03:01:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: svysh.fbsd@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:01:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Sergei Vyshenski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152782|0 |1 is obsolete| | --- Comment #3 from Sergei Vyshenski --- Created attachment 153097 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153097&action=edit log from poudriere at 10.1-amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:06:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE642EA7 for ; Tue, 17 Feb 2015 03:06:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A33CE5 for ; Tue, 17 Feb 2015 03:06:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H36WU2005858 for ; Tue, 17 Feb 2015 03:06:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197418] audio/quimup: Update to version 1.3.2 Date: Tue, 17 Feb 2015 03:06:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:06:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197418 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:07:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A1E5FB9 for ; Tue, 17 Feb 2015 03:07:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10737CF2 for ; Tue, 17 Feb 2015 03:07:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H374la029345 for ; Tue, 17 Feb 2015 03:07:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197418] audio/quimup: Update to version 1.3.2 Date: Tue, 17 Feb 2015 03:07:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:07:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197418 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 03:06:34 UTC 2015 New revision: 379138 URL: https://svnweb.freebsd.org/changeset/ports/379138 Log: Upgrade to 1.3.2. PR: 197418 Submitted by: Ports Fury. Changes: head/audio/quimup/Makefile head/audio/quimup/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:14:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AA0A207 for ; Tue, 17 Feb 2015 03:14:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8094DDB6 for ; Tue, 17 Feb 2015 03:14:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3E6nh088804 for ; Tue, 17 Feb 2015 03:14:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197445] math/numdiff: Update to version 5.8.1 Date: Tue, 17 Feb 2015 03:14:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:14:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197445 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Feb 17 03:13:44 UTC 2015 New revision: 379139 URL: https://svnweb.freebsd.org/changeset/ports/379139 Log: - Update to version 5.8.1 - Convert to GNU_CONFIGURE - Add NLS option - Respect STRIP - Unbreak check-plist with DOCS=off - Drop default LICENSE_FILE - Wrap long lines in pkg-descr PR: 197445 Submitted by: tkato432@yahoo.com Changes: head/math/numdiff/Makefile head/math/numdiff/distinfo head/math/numdiff/pkg-descr head/math/numdiff/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:14:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E087023E for ; Tue, 17 Feb 2015 03:14:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6FFADC1 for ; Tue, 17 Feb 2015 03:14:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3EPUC002684 for ; Tue, 17 Feb 2015 03:14:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197445] math/numdiff: Update to version 5.8.1 Date: Tue, 17 Feb 2015 03:14:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:14:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197445 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | --- Comment #2 from Jan Beich --- Committed. Thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:17:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEF512B6 for ; Tue, 17 Feb 2015 03:17:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B52ECDED for ; Tue, 17 Feb 2015 03:17:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3Hwn1016660 for ; Tue, 17 Feb 2015 03:17:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197416] audio/csound6: Update to version 6.04 Date: Tue, 17 Feb 2015 03:17:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vanilla@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:17:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197416 Vanilla I. Shu changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed CC| |vanilla@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:18:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 765583C5 for ; Tue, 17 Feb 2015 03:18:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C932DF7 for ; Tue, 17 Feb 2015 03:18:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3I8d7016701 for ; Tue, 17 Feb 2015 03:18:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197416] audio/csound6: Update to version 6.04 Date: Tue, 17 Feb 2015 03:18:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:18:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197416 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: vanilla Date: Tue Feb 17 03:17:59 UTC 2015 New revision: 379140 URL: https://svnweb.freebsd.org/changeset/ports/379140 Log: Upgrade to 6.04. PR: 197416 Submitted by: Ports Fury. Changes: head/audio/csound6/Makefile head/audio/csound6/distinfo head/audio/csound6/files/patch-H__remote.h head/audio/csound6/files/patch-Top-csound.c head/audio/csound6/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 03:30:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9501557F for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ADF0F63 for ; Tue, 17 Feb 2015 03:30:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H3UHgU031593 for ; Tue, 17 Feb 2015 03:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197754] devel/libgtop: configure error Date: Tue, 17 Feb 2015 03:30:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lattera@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 03:30:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197754 Bug ID: 197754 Summary: devel/libgtop: configure error Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: lattera@gmail.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 153098 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153098&action=edit Poudriere build log libgtop fails in the configure stage. Poudriere build log attached. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gnome@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 04:59:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46CD3CDF for ; Tue, 17 Feb 2015 04:59:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C428898 for ; Tue, 17 Feb 2015 04:59:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H4xhUk056136 for ; Tue, 17 Feb 2015 04:59:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197470] [MAINTAINER] security/p5-openxpki: Update to 0.26.1.1 Date: Tue, 17 Feb 2015 04:59:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 04:59:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197470 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153096| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 05:24:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A0DF212 for ; Tue, 17 Feb 2015 05:24:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 400B4AF2 for ; Tue, 17 Feb 2015 05:24:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H5OcuM016379 for ; Tue, 17 Feb 2015 05:24:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197444] math/gambit: Update to version 14.1.0 Date: Tue, 17 Feb 2015 05:24:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 05:24:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197444 --- Comment #1 from Jan Beich --- Comment on attachment 152743 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D152743 math_gumbit.diff >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ '/^Icon/s|=3D.*|=3D${PREFIX}/share/pixmaps/gambit.xpm|' \ >+ ${WRKSRC}/gambit.desktop Do you *not* see the icon without the change? According to the specs relative paths to .xpm should be supported. Otherwise, many more ports would be affected e.g., x11/xterm, multimedia/miro. http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-late= st.html#recognized-keys http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.htm= l#directory_layout >+post-install: >+ (cd ${WRKSRC} && ${INSTALL_DATA} gambit.desktop \ >+ ${STAGEDIR}${PREFIX}/share/applications) >+ (cd ${WRKSRC}/src/gui/bitmaps && ${INSTALL_DATA} gambit.xpm \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps) Style nit: avoid `cd' for installing only one file in each directory. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 07:07:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8D48C71 for ; Tue, 17 Feb 2015 07:07:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADD055F4 for ; Tue, 17 Feb 2015 07:07:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H77IiO023189 for ; Tue, 17 Feb 2015 07:07:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Tue, 17 Feb 2015 07:07:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd.org@pob01.utahime.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 07:07:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 Yasuhiro KIMURA changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152994|0 |1 is obsolete| | --- Comment #4 from Yasuhiro KIMURA --- Created attachment 153100 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153100&action=edit Updated patch. Add notice to UPDATING requested by maintainer. Also source archive is rerolled and content is updated from 1.8.1.258 to 1.8.1.260. So please commit attached patch instead of original one. Best Regards. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 07:11:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44D27D11 for ; Tue, 17 Feb 2015 07:11:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29B70606 for ; Tue, 17 Feb 2015 07:11:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H7B383027761 for ; Tue, 17 Feb 2015 07:11:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197674] [PATCH] mail/rainloop: update to 1.8.1 Date: Tue, 17 Feb 2015 07:11:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd.org@pob01.utahime.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 07:11:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197674 Yasuhiro KIMURA changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153100|0 |1 is obsolete| | --- Comment #5 from Yasuhiro KIMURA --- Created attachment 153101 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153101&action=edit Correct wrong patch. Oops, I submitted wrong patch! Please commit attached patch instead of previous one. Best Regards. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 09:06:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 018DFB36 for ; Tue, 17 Feb 2015 09:06:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAEB3204 for ; Tue, 17 Feb 2015 09:06:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H96QlD031205 for ; Tue, 17 Feb 2015 09:06:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Tue, 17 Feb 2015 09:06:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@toco-domains.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 09:06:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195464 --- Comment #8 from Torsten Z=C3=BChlsdorff --- Mh... i do not have the possibility to do this. If i click on Details of th= e=20 attachment, i just see the text: koobs: maintainer=E2=80=91approval? (ports) But there is no field to change something? Is this an error or do i overlook something? Thanks, Torsten --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 09:50:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B5F34C4 for ; Tue, 17 Feb 2015 09:50:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 705BC8BE for ; Tue, 17 Feb 2015 09:50:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H9ovqd070172 for ; Tue, 17 Feb 2015 09:50:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Date: Tue, 17 Feb 2015 09:50:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 09:50:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197757 Bug ID: 197757 Summary: lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: antoine@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org When built with NLS option turned off, -L/usr/local/lib is missing from pythonX.Y-config --ldflags: # python2.7-config --ldflags -lpython2.7 -lutil -lm -Wl,--export-dynamic # python3.2-config --ldflags -lutil -lm -lpython3.2mu -Wl,--export-dynamic # python3.3-config --ldflags -lutil -lm -lpython3.3m -Wl,--export-dynamic In version 3.4, python-config was rewritten and the problem seems fixed # python3.4-config --ldflags -L/usr/local/lib -lutil -lm -lpython3.4m -Wl,--export-dynamic --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 11:14:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBB90360 for ; Tue, 17 Feb 2015 11:14:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1632225 for ; Tue, 17 Feb 2015 11:14:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HBE8Gf017518 for ; Tue, 17 Feb 2015 11:14:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH] graphics/xournal: Update to 0.4.8 Date: Tue, 17 Feb 2015 11:14:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: me@janh.de X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 11:14:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197752 --- Comment #3 from me@janh.de --- I will probably not be able to test the patch myself very soon. As you make another attempt to introduce %%DATADIR%% into pkg-plist, did you compile and run time test it with a non-default value? The last few people trying to make the earlier versions of Xournal DATADIR-safe all gave up (crees, mva, and me). Does the new version fix DATADIR-usage? If the port is not DATADIR-safe, %%DATADIR%% must not be used in pkg-plist (from my understanding). If the DATADIR-safety is tested and the submitter and committer both think the change is correct, I have no problem with the patch being committed without me testing it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 12:16:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1626C3F6 for ; Tue, 17 Feb 2015 12:16:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF884B59 for ; Tue, 17 Feb 2015 12:16:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HCGDxV036164 for ; Tue, 17 Feb 2015 12:16:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Tue, 17 Feb 2015 12:16:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 12:16:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152648|maintainer-approval?(ports@ |maintainer-approval+ Flags|toco-domains.de) | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 12:43:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7A0382A for ; Tue, 17 Feb 2015 12:43:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B18EE48 for ; Tue, 17 Feb 2015 12:43:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HChPCM038388 for ; Tue, 17 Feb 2015 12:43:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Tue, 17 Feb 2015 12:43:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 12:43:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 --- Comment #9 from Kubilay Kocak --- Quite possibly a permissions issue. I'll investigate, and in the meantime I have set the flag for you. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 14:19:36 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D59C99A2 for ; Tue, 17 Feb 2015 14:19:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB6BFAF7 for ; Tue, 17 Feb 2015 14:19:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEJaAI091114 for ; Tue, 17 Feb 2015 14:19:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197758] databases/py-firebirdsql: update to 0.9.6 Date: Tue, 17 Feb 2015 14:19:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjachuf@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 14:19:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197758 Bug ID: 197758 Summary: databases/py-firebirdsql: update to 0.9.6 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jjachuf@gmail.com Created attachment 153104 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153104&action=edit patch for update Simple version update -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 14:30:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF1EECAE for ; Tue, 17 Feb 2015 14:30:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4E7CC71 for ; Tue, 17 Feb 2015 14:30:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEUUVh002298 for ; Tue, 17 Feb 2015 14:30:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197759] databases/py-fdb: update to 1.4.3 Date: Tue, 17 Feb 2015 14:30:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjachuf@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 14:30:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197759 Bug ID: 197759 Summary: databases/py-fdb: update to 1.4.3 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jjachuf@gmail.com Created attachment 153105 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153105&action=edit patch for update Simple version update -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 14:36:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82331378 for ; Tue, 17 Feb 2015 14:36:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6875FD77 for ; Tue, 17 Feb 2015 14:36:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEauWY009948 for ; Tue, 17 Feb 2015 14:36:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197761] /graphics/py-pygal: update to 1.7.0 Date: Tue, 17 Feb 2015 14:36:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjachuf@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 14:36:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197761 Bug ID: 197761 Summary: /graphics/py-pygal: update to 1.7.0 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jjachuf@gmail.com Created attachment 153107 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153107&action=edit patch for update Simple version update -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 14:47:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B39962F for ; Tue, 17 Feb 2015 14:47:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58EFE88 for ; Tue, 17 Feb 2015 14:47:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEl6kC020233 for ; Tue, 17 Feb 2015 14:47:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197762] devel/py-rope: update to 0.10.2 Date: Tue, 17 Feb 2015 14:47:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjachuf@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 14:47:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197762 Bug ID: 197762 Summary: devel/py-rope: update to 0.10.2 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jjachuf@gmail.com Created attachment 153108 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153108&action=edit patch for update Simple version update -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 15:28:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A18C2E7 for ; Tue, 17 Feb 2015 15:28:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86795330 for ; Tue, 17 Feb 2015 15:28:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HFSQgd022064 for ; Tue, 17 Feb 2015 15:28:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Tue, 17 Feb 2015 15:28:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 15:28:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 mikael.urankar@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael.urankar@gmail.com --- Comment #3 from mikael.urankar@gmail.com --- Created attachment 153109 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153109&action=edit fix for armv6 The attached patch should fix that. root@armv6: make -V CONFIGURE_TARGET -C /usr/ports/devel/psptoolchain-binutils arm-unknown-freebsd11.0 root@amd64: make -V CONFIGURE_TARGET -C /usr/ports/devel/psptoolchain-binutils x86_64-unknown-freebsd11.0 I don't have an i386 machine to test... build log for armv6: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/psptoolchain-binutils-2.22_1.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 15:52:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6544D5EC for ; Tue, 17 Feb 2015 15:52:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 314FE83D for ; Tue, 17 Feb 2015 15:52:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HFqQaN050342 for ; Tue, 17 Feb 2015 15:52:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197763] net-mgmt/net-snmp: compilation fails with Date: Tue, 17 Feb 2015 15:52:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: aduitsis@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: zi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 15:52:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197763 Bug ID: 197763 Summary: net-mgmt/net-snmp: compilation fails with Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: zi@FreeBSD.org Reporter: aduitsis@gmail.com Assignee: zi@FreeBSD.org Flags: maintainer-feedback?(zi@FreeBSD.org) While trying to compile net-snmp inside a jail, the compilation breaks with the message: ./.libs/libnetsnmpmibs.so: undefined reference to `kd' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Unfortunately, --without-kmem-usage does not help. After eliminating mib modules one by one, I have reached the conclusion that the culprit is mib module 'ucd-snmp/memory'. Using something like: CONFIGURE_ARGS=--with-out-mib-modules="host ucd-snmp/memory" --without-kmem-usage makes the compilation succeed. The host mib module has also been known to cause similar problems with jails for quite some time, also excluded. I understand that this is arguably not a problem with the port and should be reported upstream. However, since this is a jail-only issue related to the absence of /dev/kmem, maybe at a make config option could be added so that the user can choose a jail-friendly build. Thanks, Athanasios --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer zi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 16:18:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 988534BF for ; Tue, 17 Feb 2015 16:18:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E735AFD for ; Tue, 17 Feb 2015 16:18:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HGIObn005832 for ; Tue, 17 Feb 2015 16:18:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197427] emulators/yabause: Update to version 0.9.14 Date: Tue, 17 Feb 2015 16:18:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 16:18:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197427 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Tue Feb 17 16:17:36 UTC 2015 New revision: 379177 URL: https://svnweb.freebsd.org/changeset/ports/379177 Log: - Update to version 0.9.14 - Add QT5 and SDL2 options PR: 197427 Submitted by: tkato432@yahoo.com Changes: head/emulators/yabause/Makefile head/emulators/yabause/distinfo head/emulators/yabause/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 16:18:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC69F4F4 for ; Tue, 17 Feb 2015 16:18:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA62FB05 for ; Tue, 17 Feb 2015 16:18:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HGIilR006009 for ; Tue, 17 Feb 2015 16:18:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197427] emulators/yabause: Update to version 0.9.14 Date: Tue, 17 Feb 2015 16:18:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 16:18:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197427 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | --- Comment #2 from Jan Beich --- Thanks. Committed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 17:59:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12492E9B for ; Tue, 17 Feb 2015 17:59:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBDEB9DF for ; Tue, 17 Feb 2015 17:59:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HHxcEl035432 for ; Tue, 17 Feb 2015 17:59:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197765] [patch] net/p5-SOAP-Lite upgrade to 1.13 Date: Tue, 17 Feb 2015 17:59:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 17:59:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197765 Bug ID: 197765 Summary: [patch] net/p5-SOAP-Lite upgrade to 1.13 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dvl@FreeBSD.org CC: svysh.fbsd@gmail.com CC: svysh.fbsd@gmail.com Flags: maintainer-feedback?(svysh.fbsd@gmail.com) Created attachment 153110 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153110&action=edit patch for 1.13 Update net/p5-SOAP-Lite 1.13 Code review at: https://reviews.freebsd.org/D1884 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 18:22:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D21672E for ; Tue, 17 Feb 2015 18:22:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83BABD1D for ; Tue, 17 Feb 2015 18:22:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HIMDr0022080 for ; Tue, 17 Feb 2015 18:22:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197519] [new port] www/h2o Date: Tue, 17 Feb 2015 18:22:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: az@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: az@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 18:22:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197519 Andrej Zverev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |az@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |az@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 19:33:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E16A32E for ; Tue, 17 Feb 2015 19:33:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 144B5847 for ; Tue, 17 Feb 2015 19:33:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HJXWBe028073 for ; Tue, 17 Feb 2015 19:33:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197767] www/piwigo: update to 2.7.4 Date: Tue, 17 Feb 2015 19:33:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 19:33:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197767 Bug ID: 197767 Summary: www/piwigo: update to 2.7.4 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: tremere@cainites.net Created attachment 153112 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153112&action=edit patch to update the port to 2.7.4 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 19:33:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A1C3373 for ; Tue, 17 Feb 2015 19:33:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FFE5852 for ; Tue, 17 Feb 2015 19:33:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HJXuZE028222 for ; Tue, 17 Feb 2015 19:33:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197767] www/piwigo: update to 2.7.4 Date: Tue, 17 Feb 2015 19:33:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 19:33:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197767 --- Comment #1 from Ralf van der Enden --- Created attachment 153113 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153113&action=edit build log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 19:41:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFE89832 for ; Tue, 17 Feb 2015 19:41:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B56DA8CA for ; Tue, 17 Feb 2015 19:41:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HJfK9K034214 for ; Tue, 17 Feb 2015 19:41:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197768] multimedia/plexmediaserver-plexpass: update to 0.9.11.12.869 Date: Tue, 17 Feb 2015 19:41:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tremere@cainites.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 19:41:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197768 Bug ID: 197768 Summary: multimedia/plexmediaserver-plexpass: update to 0.9.11.12.869 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: feld@FreeBSD.org Reporter: tremere@cainites.net Assignee: feld@FreeBSD.org Flags: maintainer-feedback?(feld@FreeBSD.org) Created attachment 153116 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153116&action=edit patch to update the port to 0.9.11.12.869 Update to latest version. Also modify the rc.d script so it cleans up remaining 'Plex Plug-in' and 'Plex DLNA Server' instances. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer feld@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 20:44:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BDB8236 for ; Tue, 17 Feb 2015 20:44:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC28E9A for ; Tue, 17 Feb 2015 20:44:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKiOU4028974 for ; Tue, 17 Feb 2015 20:44:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197770] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.13 Date: Tue, 17 Feb 2015 20:44:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 20:44:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197770 Bug ID: 197770 Summary: [MAINTAINER] devel/py-robotframework-pabot: Update to 0.13 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vladimir.chukharev@gmail.com Created attachment 153120 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153120&action=edit patch A new version just 2 day after the previous release... >From Mikko Korpela: This version contains a new experimental keyword that should solve the problem of building setups that should be executed only once. Run Only Once ${keyword} This keyword takes one argument - the keyword name. At this point the keyword is still very experimental and I need feedback to validate that it can actually solve the setup execution problem. The actual keyword might change in the future. Also I think there might be situations where the "Run Only Once" adds too much complexity so please be careful! Also two other keywords are added to PabotLib: Set Parallel Value For Key ${key} ${value} and Get Parallel Value For Key ${key} These allow you to share values between the test processes (and these are also needed by the "Run Only Once" keyword). Some positive feedback has been received by now. QA: My tests continue to pass and fail as expected with updated pabot. Logs of usual port tests will be attached in a follow up. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 20:45:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E11E226B for ; Tue, 17 Feb 2015 20:45:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6F61A0 for ; Tue, 17 Feb 2015 20:45:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKj1vq029250 for ; Tue, 17 Feb 2015 20:45:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197770] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.13 Date: Tue, 17 Feb 2015 20:45:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 20:45:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197770 --- Comment #1 from vladimir.chukharev@gmail.com --- Created attachment 153121 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153121&action=edit QA logs -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 20:50:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE1D53E0 for ; Tue, 17 Feb 2015 20:50:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9436CDA for ; Tue, 17 Feb 2015 20:50:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKoi2v033599 for ; Tue, 17 Feb 2015 20:50:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Tue, 17 Feb 2015 20:50:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antont@inbox.lv X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 20:50:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197771 Bug ID: 197771 Summary: www/trac: Update to 1.0.4, take maintainership Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: antont@inbox.lv Created attachment 153122 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153122&action=edit trac1.0.4diff *update from 1.0.1 to 1.0.4 *take maintainership -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 20:52:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37832426 for ; Tue, 17 Feb 2015 20:52:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BBF3182 for ; Tue, 17 Feb 2015 20:52:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKq1hm037651 for ; Tue, 17 Feb 2015 20:52:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Tue, 17 Feb 2015 20:52:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antont@inbox.lv X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 20:52:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197771 --- Comment #1 from Anton T=C3=B6rnqvist --- Created attachment 153123 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153123&action= =3Dedit poudriere-buildlog-10amd64-trac --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 20:54:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5714D5C0 for ; Tue, 17 Feb 2015 20:54:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF951A1 for ; Tue, 17 Feb 2015 20:54:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HKswQx038708 for ; Tue, 17 Feb 2015 20:54:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197772] archivers/unzip: Port should be marked vulnerable to CVE-2015-1315 Date: Tue, 17 Feb 2015 20:54:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rsimmons0@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 20:54:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197772 Bug ID: 197772 Summary: archivers/unzip: Port should be marked vulnerable to CVE-2015-1315 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: rsimmons0@gmail.com CC: ports-secteam@FreeBSD.org Assignee: ehaupt@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) I have not had time to check over the patch listed on Ubuntu's repository, but here is a link: https://launchpad.net/ubuntu/+source/unzip/6.0-12ubuntu1.3 Here's a link to more info: http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-1315.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1315 https://security-tracker.debian.org/tracker/CVE-2015-1315 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ehaupt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 21:44:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D10BB821 for ; Tue, 17 Feb 2015 21:44:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B666495F for ; Tue, 17 Feb 2015 21:44:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HLi0br047389 for ; Tue, 17 Feb 2015 21:44:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197765] [patch] net/p5-SOAP-Lite upgrade to 1.13 Date: Tue, 17 Feb 2015 21:44:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: svysh.fbsd@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 21:44:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197765 --- Comment #2 from Sergei Vyshenski --- Created attachment 153125 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153125&action=edit log from poudriere at 10.1-amd64 OK from maintainer. Also please find attached a log from poudriere at 10.1-amd64 with perl5-5.18.4_11 . During this testing, built-in perl tests were activated with "pre-install: test" construct in the port's Makefile. Hoped that portscout would warn me about a new version, but it did not. That is why sorry and thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 23:23:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87EA48CA for ; Tue, 17 Feb 2015 23:23:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D225694 for ; Tue, 17 Feb 2015 23:23:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNNYDA005584 for ; Tue, 17 Feb 2015 23:23:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Tue, 17 Feb 2015 23:23:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 23:23:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 --- Comment #4 from Carlos Jacobo Puga Medina --- Created attachment 153126 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153126&action=edit test-suite.log After applied the patch included at [1], it passed the tests. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 23:38:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D860DD33 for ; Tue, 17 Feb 2015 23:38:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD80D835 for ; Tue, 17 Feb 2015 23:38:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNcg2B016493 for ; Tue, 17 Feb 2015 23:38:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197752] [PATCH] graphics/xournal: Update to 0.4.8 Date: Tue, 17 Feb 2015 23:38:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 23:38:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197752 --- Comment #4 from Kalten --- Created attachment 153127 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153127&action= =3Dedit log: poudriere testport output =C2=BBpoudriere testport graphics/xournal=C2=AB output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 17 23:52:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E2372F7 for ; Tue, 17 Feb 2015 23:52:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 043849E9 for ; Tue, 17 Feb 2015 23:52:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNqLOV033163 for ; Tue, 17 Feb 2015 23:52:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Tue, 17 Feb 2015 23:52:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 23:52:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197771 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@FreeBSD.org --- Comment #2 from Jan Beich --- Why SILVERCITY option is dropped? Trac-1.0.4 still seems to support tracopt.mimeview.silvercity based on quick look at the code. Even your log has references to it: $ fgrep -i silvercity 10amd64-default.log copying tracopt/mimeview/silvercity.py -> build/lib/tracopt/mimeview copying build/lib/tracopt/mimeview/silvercity.py -> /wrkdirs/usr/ports/www/trac-new/work/stage/usr/local/lib/python2.7/site-packages/tracopt/mimeview byte-compiling /wrkdirs/usr/ports/www/trac-new/work/stage/usr/local/lib/python2.7/site-packages/tracopt/mimeview/silvercity.py to silvercity.pyc -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 00:08:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A4DF719 for ; Wed, 18 Feb 2015 00:08:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47410B3C for ; Wed, 18 Feb 2015 00:08:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I08vig097000 for ; Wed, 18 Feb 2015 00:08:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197774] multimedia/handbrake fails during build of internal x264 library Date: Wed, 18 Feb 2015 00:08:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: scott.wl.furry@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 00:08:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197774 Bug ID: 197774 Summary: multimedia/handbrake fails during build of internal x264 library Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: scott.wl.furry@gmail.com env set to build using clang35/gmake. During build process of handbrake-0.9.9, port will download and build x264 (and other libraries) from source strictly for handbrake (not use external dependencies). Build will fail with following ===== common/pixel.c:1111:17: error: use of undeclared identifier 'X264_CPU_SSE_MISALIGN' if( cpu&X264_CPU_SSE_MISALIGN ) ^ 6 warnings and 1 error generated. : recipe for target 'common/pixel.o' failed gmake[3]: *** [common/pixel.o] Error 1 gmake[3]: Leaving directory '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x264/x264' ../contrib/x264/module.rules:2: recipe for target 'contrib/x264/.stamp.build' failed gmake[2]: *** [contrib/x264/.stamp.build] Error 2 gmake[2]: Leaving directory '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build' *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/handbrake *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/handbrake ===== Error is persistent Could not find same or similar in FreeBSD Bugzilla or internet search. However, found reference to x264 build process failure with similar error message as a result of config.h being clobbered. ( http://forum.doom9.org/showthread.php?t=92726&page=11 ) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 00:10:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23725896 for ; Wed, 18 Feb 2015 00:10:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 087BEC2A for ; Wed, 18 Feb 2015 00:10:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I0AevE070561 for ; Wed, 18 Feb 2015 00:10:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197774] multimedia/handbrake fails during build of internal x264 library Date: Wed, 18 Feb 2015 00:10:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: scott.wl.furry@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 00:10:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197774 Scott Furry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott.wl.furry@gmail.com --- Comment #1 from Scott Furry --- Created attachment 153128 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153128&action=edit portmaster log file of handbrake-0.9.9 build process Log file is 1.4MB. Exceeds paste/text attachment limit. Tar-gz to attach. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 00:16:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DCFF9AB for ; Wed, 18 Feb 2015 00:16:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72251C69 for ; Wed, 18 Feb 2015 00:16:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I0GZE6015800 for ; Wed, 18 Feb 2015 00:16:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197775] net/rtpproxy Date: Wed, 18 Feb 2015 00:16:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: euan@potensol.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 00:16:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197775 Bug ID: 197775 Summary: net/rtpproxy Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: euan@potensol.com Created attachment 153129 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153129&action=edit patch diff for the port net/rtpproxy. Taken from path "/usr/ports/net". The BEFORE directive in the rc.d script needs 'kamailo' appended to it. Since openser and ser are no loger in ports tree, they've been replaced by net/kamailio. There needs to be a way to define the control socket for rtpproxy daemon. The below is sufficient: +rtpproxy_ctrl_socket=${rtpproxy_ctrl_socket:-"udp:0.0.0.0:7722"} -command_args="-l ${rtpproxy_laddr} -p /var/run/rtpproxy.pid" +command_args="-u ${rtpproxy_usr}:${rtpproxy_grp} -l ${rtpproxy_laddr} -s ${rtpproxy_ctrl_socket} -p /var/run/rtpproxy.pid" I've included the patch diff for these changes in attachment. I would be happy to take maintainership of this port, since I have a vested interest in kamailio, which has rtpproxy as a dependency. However I am not a qualified ports maintainer yet. I intend to be one soon, in order to submit a working www/sogo port. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 00:19:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50658A09 for ; Wed, 18 Feb 2015 00:19:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3647AC7D for ; Wed, 18 Feb 2015 00:19:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I0JBWV016879 for ; Wed, 18 Feb 2015 00:19:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197775] net/rtpproxy: rc.d script needs improvements Date: Wed, 18 Feb 2015 00:19:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: euan@potensol.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 00:19:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197775 Euan Thoms changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|net/rtpproxy |net/rtpproxy: rc.d script | |needs improvements -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 00:26:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3341BD6 for ; Wed, 18 Feb 2015 00:26:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A479ED5B for ; Wed, 18 Feb 2015 00:26:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I0QL44024648 for ; Wed, 18 Feb 2015 00:26:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197776] lang/cython: strip C modules Date: Wed, 18 Feb 2015 00:26:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 00:26:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197776 Bug ID: 197776 Summary: lang/cython: strip C modules Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: vmagerya@gmail.com CC: vmagerya@gmail.com Flags: maintainer-feedback?(vmagerya@gmail.com) Created attachment 153130 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153130&action=edit v1 poudriere testport reports the following: ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/Cython/Compiler/FlowControl.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Lexicon.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Parsing.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Code.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Visitor.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Scanning.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Runtime/refnanny.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Tempita/_tempita.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Plex/Scanners.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Plex/Actions.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 01:14:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D86D3616 for ; Wed, 18 Feb 2015 01:14:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDA8F20A for ; Wed, 18 Feb 2015 01:14:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I1ELqo002778 for ; Wed, 18 Feb 2015 01:14:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197777] [PATCH]: Update textproc/libucl: Update to 0.7.2 Date: Wed, 18 Feb 2015 01:14:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 01:14:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197777 Bug ID: 197777 Summary: [PATCH]: Update textproc/libucl: Update to 0.7.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: neel@neelc.org Assignee: koobs@FreeBSD.org Flags: maintainer-feedback?(koobs@FreeBSD.org) Created attachment 153131 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153131&action=edit Patch to update textproc/libucl to 0.7.2 Hi, I have a patch to update the FreeBSD port textproc/libucl, and will upload the Poudriere Build Log shortly. Keep in mind that the library versions have changed from libucl.so.5 and libucl.5.0.0 to libucl.so.4 and libucl.4.1.0. Thanks, Neel --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer koobs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 02:35:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA23A325 for ; Wed, 18 Feb 2015 02:35:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B67DEC23 for ; Wed, 18 Feb 2015 02:35:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I2Z8Tv003717 for ; Wed, 18 Feb 2015 02:35:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Wed, 18 Feb 2015 02:35:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 02:35:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196299 --- Comment #15 from Jan Beich --- Comment on attachment 150990 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150990 audio/shairplay new port Maybe define LICENSE based on which *.o files are built and checking with WRKSRC/LICENSE e.g., LICENSE=3D BSD3CLAUSE LGPL21 MIT LICENSE_COMB=3D multi >XLIB_DEPENDS=3D libao.so:${PORTSDIR}/audio/libao \ >X libavahi-client.so:${PORTSDIR}/net/avahi-app The code doesn't want libavahi-client.so but different library: // src/lib/dnssd.c #elif USE_LIBDL dnssd->module =3D dlopen("libdns_sd.so", RTLD_LAZY); which you can express as # copied from devel/libqxt OPTIONS_DEFAULT=3D AVAHI OPTIONS_SINGLE=3D ZEROCONF OPTIONS_SINGLE_ZEROCONF=3D AVAHI MDNSRESPONDER AVAHI_LIB_DEPENDS=3D libdns_sd.so:${PORTSDIR}/net/avahi-libdns MDNSRESPONDER_LIB_DEPENDS=3D libdns_sd.so:${PORTSDIR}/net/mDNSResponder >sed 's/^X//' >audio/shairplay/pkg-descr << '11a0175d6764badad27a3bd659969c= 96' >XShairplay >XFree portable AirPlay server implementation similar to ShairPort. >XCurrently only AirPort Express emulation is supported. Drop title or fit it into a continuous sentence e.g., Shairplay is a free portable AirPlay server implementation similar to ShairPort. Currently only AirPort Express emulation is supported. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 02:55:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12C78522 for ; Wed, 18 Feb 2015 02:55:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC0C1DCD for ; Wed, 18 Feb 2015 02:55:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I2teJY021062 for ; Wed, 18 Feb 2015 02:55:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197588] [MAINTAINER] www/MT,russian/MT: update 5.2.12 Date: Wed, 18 Feb 2015 02:55:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takefu@airport.fm X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 02:55:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197588 takefu@airport.fm changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152931|0 |1 is obsolete| | --- Comment #2 from takefu@airport.fm --- Created attachment 153133 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153133&action=edit www-MT.patch2 add russian distfile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 02:56:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AD8A552 for ; Wed, 18 Feb 2015 02:56:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4086DD5 for ; Wed, 18 Feb 2015 02:56:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I2uVH2021270 for ; Wed, 18 Feb 2015 02:56:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197588] [MAINTAINER] www/MT,russian/MT: update 5.2.12 Date: Wed, 18 Feb 2015 02:56:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takefu@airport.fm X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 02:56:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197588 takefu@airport.fm changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152932|0 |1 is obsolete| | --- Comment #3 from takefu@airport.fm --- Created attachment 153134 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153134&action=edit russian-MT.patch2 del russian patchfiles -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 03:48:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3975219B for ; Wed, 18 Feb 2015 03:48:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0597825B for ; Wed, 18 Feb 2015 03:48:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I3mm13039314 for ; Wed, 18 Feb 2015 03:48:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Wed, 18 Feb 2015 03:48:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 03:48:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196299 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@FreeBSD.org --- Comment #16 from Jan Beich --- Comment on attachment 152050 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D152050 diff of kodi update pkg-descr still mentions the old name and homepage. >-MASTER_SITES=3D http://mirrors.xbmc.org/releases/source/ >+MASTER_SITES=3D http://mirrors.kodi.tv/releases/source/ GH:ffmpeg >+DISTFILES=3D ${DISTVERSION}-Helix${EXTRACT_SUFX} ${GH_PROJECT}-${GH_TAGN= AME}.tar.gz:ffmpeg >+EXTRACT_ONLY=3D ${DISTVERSION}-Helix${EXTRACT_SUFX} Style nits: - Separate different MASTER_SITES and DISTFILES using a newline - Tabify whitespace >+USE_GITHUB=3D yes >+GH_ACCOUNT=3D xbmc >+GH_PROJECT=3D ffmpeg >+GH_COMMIT=3D 8865ab5 >+GH_TAGNAME=3D 2.4.4-Helix >+ Style nit: wrong place to put GH defines according to portlint(1) >-USE_SDL=3D image sdl >+USE_SDL=3D image sdl2 USE_SDL=3Dimage implicitly depends on USE_SDL=3Dsdl. Unless kodi links agai= nst both SDL 1.2 and SDL 2.0 change to USE_SDL=3D image2 sdl2 >-OPTIONS_DEFINE=3D AIRPLAY AIRTUNES AVAHI CEC DOCS LAME \ >- LIBBLURAY HAL LIRC MYSQL NONFREE PULSEAUDIO RTMP SFTP \ >- SMB VAAPI VDPAU VORBIS WEBSERVER XRANDR Why LAME, HAL, VORBIS, PULSEAUDIO are removed ? A succinct explanation for commit message would be enough. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 04:09:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E357C25 for ; Wed, 18 Feb 2015 04:09:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13D776BE for ; Wed, 18 Feb 2015 04:09:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I49TFY095042 for ; Wed, 18 Feb 2015 04:09:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197779] [UPDATE] security/polarssl13: update to 1.3.10 Date: Wed, 18 Feb 2015 04:09:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takefu@airport.fm X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 04:09:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197779 Bug ID: 197779 Summary: [UPDATE] security/polarssl13: update to 1.3.10 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: takefu@airport.fm CC: chris@bsdjunk.com CC: chris@bsdjunk.com Flags: maintainer-feedback?(chris@bsdjunk.com) Created attachment 153135 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153135&action=edit PolarSSL13.patch Update 1.3.10 Renamed the mbed TLS from PolarSSL --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 05:31:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 331A63EE for ; Wed, 18 Feb 2015 05:31:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18E94E4B for ; Wed, 18 Feb 2015 05:31:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I5VTaA012947 for ; Wed, 18 Feb 2015 05:31:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197780] [UPDATE] security/polarssl: update to 1.2.13 Date: Wed, 18 Feb 2015 05:31:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: takefu@airport.fm X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jase@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 05:31:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197780 Bug ID: 197780 Summary: [UPDATE] security/polarssl: update to 1.2.13 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jase@FreeBSD.org Reporter: takefu@airport.fm Flags: maintainer-feedback?(jase@FreeBSD.org) Assignee: jase@FreeBSD.org Created attachment 153136 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153136&action=edit PolarSSL.patch update 1.2.13 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer jase@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 06:17:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CB248FC for ; Wed, 18 Feb 2015 06:17:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 803D4240 for ; Wed, 18 Feb 2015 06:17:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I6H7tL022525 for ; Wed, 18 Feb 2015 06:17:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197781] graphics/autotrace take MAINTAINERship Date: Wed, 18 Feb 2015 06:17:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 06:17:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197781 Bug ID: 197781 Summary: graphics/autotrace take MAINTAINERship Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: portmaster@bsdforge.com Created attachment 153137 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153137&action=edit takes MAINTAINERship of this port I'm going to submit a port that provides a GUI for this, as well as a GIMP plugin that incorporates this port. As a result, in the near future, I would like to add options to this port, that will allow making those ports, as part of this. So I would like to maintain this port. Changes in this PR: Makefile: takes MAINTAINER That's it! :) Thanks! --Chris -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 07:50:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 502B54FA for ; Wed, 18 Feb 2015 07:50:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36AF4E30 for ; Wed, 18 Feb 2015 07:50:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I7opvV052335 for ; Wed, 18 Feb 2015 07:50:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197782] TrueCrypt Date: Wed, 18 Feb 2015 07:50:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: nikabj@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 07:50:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197782 Bug ID: 197782 Summary: TrueCrypt Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: nikabj@gmail.com No packages available to install matching 'truecrypt' have been found in the repositories -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:05:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 531B7DEC for ; Wed, 18 Feb 2015 09:05:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 384B3854 for ; Wed, 18 Feb 2015 09:05:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I959Yr025787 for ; Wed, 18 Feb 2015 09:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197784] [new port] net/openbsc: GSM network in a box software Date: Wed, 18 Feb 2015 09:05:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koue@chaosophia.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:05:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197784 Bug ID: 197784 Summary: [new port] net/openbsc: GSM network in a box software Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: koue@chaosophia.net Created attachment 153139 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153139&action=edit openbsc OpenBSC is minimalistic implementation of the GSM network, with particular emphasis on the functionality typically provided by the BSC, MSC, HLR, VLR and SMSC. WWW: http://openbsc.osmocom.org/trac/ http://chaosophia.net/poudriere/openbsc-0.14.0-101x386.log http://chaosophia.net/poudriere/openbsc-0.14.0-10x386.log http://chaosophia.net/poudriere/openbsc-0.14.0-84x386.log http://chaosophia.net/poudriere/openbsc-0.14.0-93x386.log http://chaosophia.net/poudriere/openbsc-0.14.0-101x64.log http://chaosophia.net/poudriere/openbsc-0.14.0-10x64.log http://chaosophia.net/poudriere/openbsc-0.14.0-84x64.log http://chaosophia.net/poudriere/openbsc-0.14.0-93x64.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:05:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC342E23 for ; Wed, 18 Feb 2015 09:05:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1541862 for ; Wed, 18 Feb 2015 09:05:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I95SJs039856 for ; Wed, 18 Feb 2015 09:05:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197784] [new port] net/openbsc: GSM network in a box software Date: Wed, 18 Feb 2015 09:05:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koue@chaosophia.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:05:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197784 Nikola Kolev changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |197707 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:05:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25DF7E24 for ; Wed, 18 Feb 2015 09:05:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BDD8863 for ; Wed, 18 Feb 2015 09:05:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I95Snp039989 for ; Wed, 18 Feb 2015 09:05:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197707] [new port] devel/libosmo-netif Date: Wed, 18 Feb 2015 09:05:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koue@chaosophia.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:05:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197707 Nikola Kolev changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197784 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:11:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24259EF6 for ; Wed, 18 Feb 2015 09:11:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 086ED927 for ; Wed, 18 Feb 2015 09:11:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I9Bp7c069975 for ; Wed, 18 Feb 2015 09:11:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197785] security/libssh : won't build with -Wpedantic on gcc-5 Date: Wed, 18 Feb 2015 09:11:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fluffy@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:11:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197785 Bug ID: 197785 Summary: security/libssh : won't build with -Wpedantic on gcc-5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: fluffy@FreeBSD.org Reporter: marino@FreeBSD.org Flags: maintainer-feedback?(fluffy@FreeBSD.org) Assignee: fluffy@FreeBSD.org gcc-5 adjusted the gcc interpretation of pedantic, which libssh violates (see below). Is there a fix upstream? Or should -Werror or -Wpedantic flag be removed? --- src/CMakeFiles/ssh_static.dir/agent.c.o --- In file included from /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:53:0: /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c: In function 'ssh_set_agent_channel': /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:181:5: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_REQUEST_DENIED, "Session has no active agent"); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c: In function 'agent_talk': /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:260:3: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_TRACE, "Request length: %u", len); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:267:7: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, "atomicio sending request failed: %s", ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:272:5: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:280:5: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, "atomicio read response length failed: %s", ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:287:5: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_FATAL, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:291:3: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_TRACE, "Response length: %u", len); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:299:7: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:304:7: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, "Not enough space"); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c: In function 'ssh_agent_get_ident_count': /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:207:31: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error_oom(error, __FUNCTION__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:337:7: note: in expansion of macro 'ssh_set_error_oom' ssh_set_error_oom(session); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:207:31: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error_oom(error, __FUNCTION__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:341:7: note: in expansion of macro 'ssh_set_error_oom' ssh_set_error_oom(session); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:349:5: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_FATAL, "Not enough space"); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:363:5: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_FATAL, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:369:3: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:377:7: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_FATAL, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:385:3: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_DEBUG, "Agent count: %d", ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:388:5: note: in expansion of macro 'ssh_set_error' ssh_set_error(session, SSH_FATAL, ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c: In function 'ssh_agent_sign_data': /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:182:24: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_log(priority, __FUNCTION__, __VA_ARGS__) ^ /wrkdirs/security/libssh/work/libssh-0.6.3/src/agent.c:560:9: note: in expansion of macro 'SSH_LOG' SSH_LOG(SSH_LOG_WARN, "Agent reports failure in signing the key"); ^ /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) ^ --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer fluffy@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:37:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A87E4C2 for ; Wed, 18 Feb 2015 09:37:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3C45BAA for ; Wed, 18 Feb 2015 09:37:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I9bGUq041156 for ; Wed, 18 Feb 2015 09:37:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197776] lang/cython: strip C modules Date: Wed, 18 Feb 2015 09:37:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vmagerya@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:37:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197776 --- Comment #2 from vmagerya@gmail.com --- Looks good, feel free to commit it. Maybe add "/Cython" after "${PYTHONPREFIX_SITELIBDIR}". (Not that it matters with staging). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 09:43:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9172540 for ; Wed, 18 Feb 2015 09:43:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD7CDC5C for ; Wed, 18 Feb 2015 09:43:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I9hrBb049035 for ; Wed, 18 Feb 2015 09:43:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Wed, 18 Feb 2015 09:43:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vmagerya@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 09:43:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 vmagerya@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152622|0 |1 is obsolete| | --- Comment #1 from vmagerya@gmail.com --- Created attachment 153140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153140&action=edit cython-0.22.diff Cython released version 0.22 in the mean while. Here's the new patch. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:05:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BCCA81F for ; Wed, 18 Feb 2015 10:05:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80DDCE4A for ; Wed, 18 Feb 2015 10:05:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IA5vxO099890 for ; Wed, 18 Feb 2015 10:05:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197782] no package for security/truecrypt Date: Wed, 18 Feb 2015 10:05:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:05:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197782 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|New |Closed Summary|TrueCrypt |no package for | |security/truecrypt --- Comment #1 from Mark Linimon --- This is intentional. The port defines: NO_PACKAGE= May not be redistributed. Must accept license to download. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:20:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C7DCAA6 for ; Wed, 18 Feb 2015 10:20:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 518E5F86 for ; Wed, 18 Feb 2015 10:20:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IAK1Qt010907 for ; Wed, 18 Feb 2015 10:20:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197770] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.13 Date: Wed, 18 Feb 2015 10:20:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:20:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197770 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:20:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BC2BAD9 for ; Wed, 18 Feb 2015 10:20:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71E6FA1 for ; Wed, 18 Feb 2015 10:20:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IAKXRI013612 for ; Wed, 18 Feb 2015 10:20:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197762] devel/py-rope: update to 0.10.2 Date: Wed, 18 Feb 2015 10:20:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:20:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197762 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | CC| |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:21:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F06A1B1F for ; Wed, 18 Feb 2015 10:21:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6C93B1 for ; Wed, 18 Feb 2015 10:21:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IALPG8015103 for ; Wed, 18 Feb 2015 10:21:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197759] databases/py-fdb: update to 1.4.3 Date: Wed, 18 Feb 2015 10:21:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:21:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197759 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:21:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E614B52 for ; Wed, 18 Feb 2015 10:21:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 541FAB6 for ; Wed, 18 Feb 2015 10:21:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IALg0c015809 for ; Wed, 18 Feb 2015 10:21:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197761] /graphics/py-pygal: update to 1.7.0 Date: Wed, 18 Feb 2015 10:21:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:21:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197761 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | CC| |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:21:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0EB1B7F for ; Wed, 18 Feb 2015 10:21:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 969D6BA for ; Wed, 18 Feb 2015 10:21:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IALn0i016423 for ; Wed, 18 Feb 2015 10:21:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197758] databases/py-firebirdsql: update to 0.9.6 Date: Wed, 18 Feb 2015 10:21:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:21:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197758 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | CC| |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 10:33:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C71AC68 for ; Wed, 18 Feb 2015 10:33:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1256D1A3 for ; Wed, 18 Feb 2015 10:33:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IAXRQT027140 for ; Wed, 18 Feb 2015 10:33:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197767] www/piwigo: update to 2.7.4 Date: Wed, 18 Feb 2015 10:33:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 10:33:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197767 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |culot@FreeBSD.org |org | CC| |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 11:09:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52898341 for ; Wed, 18 Feb 2015 11:09:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37B7F751 for ; Wed, 18 Feb 2015 11:09:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IB9oXI089393 for ; Wed, 18 Feb 2015 11:09:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197372] [NEW PORT]: net/tcpkali: high performance load generator against TCP and WebSocket servers Date: Wed, 18 Feb 2015 11:09:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 11:09:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197372 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bofh@freebsd.org Assignee|freebsd-ports-bugs@FreeBSD. |bofh@freebsd.org |org | Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 12:22:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05DE62D2 for ; Wed, 18 Feb 2015 12:22:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFEB78E for ; Wed, 18 Feb 2015 12:22:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ICMvWf024151 for ; Wed, 18 Feb 2015 12:22:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Wed, 18 Feb 2015 12:22:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antont@inbox.lv X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 12:22:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197771 --- Comment #3 from Anton T=C3=B6rnqvist --- (In reply to Jan Beich from comment #2) SilverCity and/or =E2=80=8BEnscript may still be used but are deprecated an= d you really should be using Pygments. [1] [1] http://trac.edgewall.org/wiki/TracInstall#OptionalDependencies --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 12:40:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A16B69E for ; Wed, 18 Feb 2015 12:40:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FB7E1C0 for ; Wed, 18 Feb 2015 12:40:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ICeHlf049952 for ; Wed, 18 Feb 2015 12:40:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197779] [UPDATE] security/polarssl13: update to 1.3.10 Date: Wed, 18 Feb 2015 12:40:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: chris@bsdjunk.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 12:40:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197779 --- Comment #2 from chris@bsdjunk.com --- I wont approve this until the patch is redone to remove the pre-patch items. Once that is done I will approve. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 13:47:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D891E34 for ; Wed, 18 Feb 2015 13:47:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1331AA97 for ; Wed, 18 Feb 2015 13:47:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IDldtp011385 for ; Wed, 18 Feb 2015 13:47:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197786] [PATCH] math/pspp: Bump PORTREVISION, take maintainership Date: Wed, 18 Feb 2015 13:47:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:47:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197786 Bug ID: 197786 Summary: [PATCH] math/pspp: Bump PORTREVISION, take maintainership Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: cpm@fbsd.es Created attachment 153144 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153144&action=edit pspp.diff - Bump PORTREVISION. - Strip shared objects. - Add DOCS as configure option. - Fix pkg-plist. - Take maintainership. I use this port, so I want to maintain it. Q/A tests will be provided soon as attachment. % portlint -ac WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 1 warning found. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 13:54:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BED7EE4 for ; Wed, 18 Feb 2015 13:54:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01885BB2 for ; Wed, 18 Feb 2015 13:54:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IDshcq019554 for ; Wed, 18 Feb 2015 13:54:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Wed, 18 Feb 2015 13:54:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:54:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 Bug ID: 197787 Summary: [maintainer] [update] sysutils/ansible 1.8.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: lifanov@mail.lifanov.com Created attachment 153145 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153145&action=edit sysutils/ansible 1.8.2_3 -> 1.8.3 Please update sysutils/ansible to 1.8.3. This version contains many bugfixes and a small security fix for ansible-vault. Changes: https://raw.githubusercontent.com/ansible/ansible/v1.8.3/CHANGELOG.md -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 13:55:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79770F1F for ; Wed, 18 Feb 2015 13:55:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ED88BB8 for ; Wed, 18 Feb 2015 13:55:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IDt4cA019733 for ; Wed, 18 Feb 2015 13:55:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Wed, 18 Feb 2015 13:55:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:55:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 --- Comment #1 from Nikolai Lifanov --- Created attachment 153146 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153146&action=edit poudriere testport log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 13:55:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 085C0F4F for ; Wed, 18 Feb 2015 13:55:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1F66BBC for ; Wed, 18 Feb 2015 13:55:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IDtPwa019885 for ; Wed, 18 Feb 2015 13:55:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Wed, 18 Feb 2015 13:55:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:55:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 Nikolai Lifanov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153145| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 14:17:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62E541ED for ; Wed, 18 Feb 2015 14:17:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472D1DC5 for ; Wed, 18 Feb 2015 14:17:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IEHXVw071518 for ; Wed, 18 Feb 2015 14:17:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197543] [patch] www/lynx: add CPE information Date: Wed, 18 Feb 2015 14:17:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jharris@widomaker.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 14:17:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197543 jharris@widomaker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153147| |maintainer-approval+ Flags| | --- Comment #2 from jharris@widomaker.com --- Created attachment 153147 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153147&action=edit corrected patch Thanks, but do note that the UPDATE field needs to follow the pattern already in use: http://web.nvd.nist.gov/view/cpe/search/results?keyword=lynx+2.8.8&nonDeprecatedOnly=true&namingFormat=2.3 e.g., "cpe:2.3:a:lynx:lynx:2.8.8:dev.4:*:*:*:*:*:*" hence "dev.4", or in the port currently, "rel.2", which the updated patch corrects. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 14:46:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B819673 for ; Wed, 18 Feb 2015 14:46:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 005E9122 for ; Wed, 18 Feb 2015 14:46:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IEk9eu099965 for ; Wed, 18 Feb 2015 14:46:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197543] [patch] www/lynx: add CPE information Date: Wed, 18 Feb 2015 14:46:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jharris@widomaker.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 14:46:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197543 --- Comment #3 from jharris@widomaker.com --- Created attachment 153148 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153148&action=edit correctly corrected patch OK, now the patch correctly drops our artificial ".2", shortening "2.8.8.2" to "2.8.8": %make -V CPE_STR cpe:2.3:a:lynx:lynx:2.8.8:rel.2:[elided] Also, note that I don't agree with portlint(1): the CPE_* variables, when manually set, should be as close as possible to the PORTNAME and PORTVERSION which they supersede and/or the DISTNAME from which they're derived. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 14:46:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2138B6A4 for ; Wed, 18 Feb 2015 14:46:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066EF127 for ; Wed, 18 Feb 2015 14:46:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IEkLa4000179 for ; Wed, 18 Feb 2015 14:46:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197543] [patch] www/lynx: add CPE information Date: Wed, 18 Feb 2015 14:46:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jharris@widomaker.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 14:46:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197543 jharris@widomaker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(jharri |maintainer-feedback+ |s@widomaker.com) | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 14:47:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98D9A6D8 for ; Wed, 18 Feb 2015 14:47:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E24112D for ; Wed, 18 Feb 2015 14:47:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IElFDY000474 for ; Wed, 18 Feb 2015 14:47:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197543] [patch] www/lynx: add CPE information Date: Wed, 18 Feb 2015 14:47:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jharris@widomaker.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 14:47:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197543 jharris@widomaker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153148| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 14:47:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC585707 for ; Wed, 18 Feb 2015 14:47:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1FC512F for ; Wed, 18 Feb 2015 14:47:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IElxaE000775 for ; Wed, 18 Feb 2015 14:47:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197543] [patch] www/lynx: add CPE information Date: Wed, 18 Feb 2015 14:47:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jharris@widomaker.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 14:48:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197543 jharris@widomaker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153147|maintainer-approval+ |maintainer-approval- Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:13:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6F6CDD5 for ; Wed, 18 Feb 2015 15:13:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC071653 for ; Wed, 18 Feb 2015 15:13:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFDZlL022492 for ; Wed, 18 Feb 2015 15:13:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197788] www/p5-WebService-Simple: update to 0.24 Date: Wed, 18 Feb 2015 15:13:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:13:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197788 Bug ID: 197788 Summary: www/p5-WebService-Simple: update to 0.24 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: sunpoet@FreeBSD.org CC: markun@onohara.to CC: markun@onohara.to Flags: maintainer-feedback?(markun@onohara.to) Created attachment 153149 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153149&action=edit p5-WebService-Simple.diff - Update to 0.24 - Add LICENSE Changes: http://search.cpan.org/dist/WebService-Simple/Changes --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:13:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36549E01 for ; Wed, 18 Feb 2015 15:13:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BAFA655 for ; Wed, 18 Feb 2015 15:13:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFDjMh029980 for ; Wed, 18 Feb 2015 15:13:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197788] www/p5-WebService-Simple: update to 0.24 Date: Wed, 18 Feb 2015 15:13:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:13:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197788 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |sunpoet@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:42:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68C11B42 for ; Wed, 18 Feb 2015 15:42:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D35D9E2 for ; Wed, 18 Feb 2015 15:42:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFgkF3021555 for ; Wed, 18 Feb 2015 15:42:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196852] devel/libcwd fails to build with GCC 4.9, USE_GCC=any is a lie Date: Wed, 18 Feb 2015 15:42:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:42:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196852 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #1 from John Marino --- libcwd builds fine with gcc5: http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150216_080917/logs/libcwd-1.0.4_1.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:43:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69BFFB83 for ; Wed, 18 Feb 2015 15:43:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2019F2 for ; Wed, 18 Feb 2015 15:43:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFhrU8022124 for ; Wed, 18 Feb 2015 15:43:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196849] audio/beast fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 15:43:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:43:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196849 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #2 from John Marino --- beast builds fine with gcc5: http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150216_080917/logs/beast-0.7.8_8.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:46:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9330AC04 for ; Wed, 18 Feb 2015 15:46:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78262A13 for ; Wed, 18 Feb 2015 15:46:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFkvqI023763 for ; Wed, 18 Feb 2015 15:46:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196851] biology/seqan fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 15:46:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:46:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196851 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #2 from John Marino --- confirmed on gcc5: http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150216_080917/logs/errors/seqan-1.3.1_3.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:51:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC95ECA4 for ; Wed, 18 Feb 2015 15:51:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1F81ADC for ; Wed, 18 Feb 2015 15:51:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFpBSM028223 for ; Wed, 18 Feb 2015 15:51:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196849] audio/beast fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 15:51:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:51:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196849 --- Comment #3 from John Marino --- my bad, this port was locked to 4.8 already, my log says 4.8 was used, not 5. (it would have been nice for the commit that locked it in to reference this PR) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:52:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AED93DD3 for ; Wed, 18 Feb 2015 15:52:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93D96AF3 for ; Wed, 18 Feb 2015 15:52:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFqDql031237 for ; Wed, 18 Feb 2015 15:52:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196852] devel/libcwd fails to build with GCC 4.9, USE_GCC=any is a lie Date: Wed, 18 Feb 2015 15:52:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:52:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196852 --- Comment #2 from John Marino --- sorry, I didn't notice this port was already locked to gcc 4.8 since there was no commit attached to the PR. Ignore my log. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:52:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAD73E11 for ; Wed, 18 Feb 2015 15:52:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFEF6B3B for ; Wed, 18 Feb 2015 15:52:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFqdJP031587 for ; Wed, 18 Feb 2015 15:52:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197765] [patch] net/p5-SOAP-Lite upgrade to 1.13 Date: Wed, 18 Feb 2015 15:52:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:52:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197765 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: dvl Date: Wed Feb 18 15:51:49 UTC 2015 New revision: 379216 URL: https://svnweb.freebsd.org/changeset/ports/379216 Log: Upgrade to 1.13 PR: 197765 Submitted by: dvl Approved by: maintainer, mat (mentor) Changes: head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-Lite/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:52:54 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC9C1E48 for ; Wed, 18 Feb 2015 15:52:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D52B43 for ; Wed, 18 Feb 2015 15:52:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFqsu9031725 for ; Wed, 18 Feb 2015 15:52:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Wed, 18 Feb 2015 15:52:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:52:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #1 from John Marino --- Can you provide a patch to remove -Werror? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 15:53:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBB41E9C for ; Wed, 18 Feb 2015 15:53:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07C1B61 for ; Wed, 18 Feb 2015 15:53:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFrBDY031867 for ; Wed, 18 Feb 2015 15:53:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197765] [patch] net/p5-SOAP-Lite upgrade to 1.13 Date: Wed, 18 Feb 2015 15:53:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 15:53:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197765 Dan Langille changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #4 from Dan Langille --- committed. Thank you. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 16:56:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4271B8B6 for ; Wed, 18 Feb 2015 16:56:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26DE5651 for ; Wed, 18 Feb 2015 16:56:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGuYMK028623 for ; Wed, 18 Feb 2015 16:56:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197698] x11-toolkits/p5-Wx: Links to wrong stdc++ library Date: Wed, 18 Feb 2015 16:56:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 16:56:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197698 Dmitry Marakasov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:15:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE1E5D6D for ; Wed, 18 Feb 2015 17:15:38 +0000 (UTC) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9228A8CF for ; Wed, 18 Feb 2015 17:15:38 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id va2so4483637obc.6 for ; Wed, 18 Feb 2015 09:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:date:message-id:subject:from:to:content-type; bh=EN5md8YO7TQKsVftYvbMIbEFF1WaCLPpdhvMSB6bZCQ=; b=GgimVVsurbN21pYSg1MrDQ822jXddfTl+q+pWFPb1FxSR0P+hA3B3Y6XNcPN3mWjAe G/sbeppJLm1AkHmAC6diWWaZR8Eqsn1y3K4RTcz9zVjys9VSRGqzTB1Db4UbQUo4jQVX lmJKDQOjXUFBHrEtrohVf8HwshQsvNyfIntBc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=EN5md8YO7TQKsVftYvbMIbEFF1WaCLPpdhvMSB6bZCQ=; b=ShPnUfqVxlUAjRRvZxHUB9s4P2lGg/viJBfPZV6SPJqFv/LYh+aK0hVkFnGcu4jlJk WSovJc9DmcvZghIk29aphxJY0bgzqGRsJk2h3/ug7MJNkxj+gKuyXBl1oB7tpnm6MPhS i4Cil7NhYbAVp++NifZwQgfHrjLTa10+Il1jnKZdplQx8b6CsayrR5HfGSyeei3I6PVI i6ZKQ4vdVTdVf3azDnrjrZYHGfF5ftA+Aw5v0DXfCrRNO5bwK6m1E3Ymd8c0t+CtL7Zd s8QXW6lEdhHnYa+ZLrvyEF9yRe1CqMHt9DBbUGUJ1MhJyrI5GnBPS6KpCopgwhl3sdyZ 439g== X-Gm-Message-State: ALoCoQngNU9mmMePpM4O4IFtpHYS7+BjLbDr/k24MH72F85NSZkZjyl+zkglcQV0JbJCqVuGQXAH MIME-Version: 1.0 X-Received: by 10.60.144.73 with SMTP id sk9mr171393oeb.71.1424279737563; Wed, 18 Feb 2015 09:15:37 -0800 (PST) Received: by 10.76.28.103 with HTTP; Wed, 18 Feb 2015 09:15:37 -0800 (PST) Date: Wed, 18 Feb 2015 12:15:37 -0500 Message-ID: Subject: change in how dependencies are recorded From: Vick Khera To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:15:38 -0000 I have some local ports I use to quickly configure new servers. They are basically lists of dependencies that pull in what the specific server function requires, such as mail server or web server. Recently, my local package builder (using poudriere) started rebuilding a couple of ports every run claiming "new dependency" was found. I traced it down to the following RUN_DEPENDS: emacs>=23.3:${PORTSDIR}/editors/emacs-nox11 \ This was confusing the dependency registration of the port; that is, "make depends" would notice it needed emacs, then install it. However, when "make install" would run, the resulting package did not register the dependency for emacs. The fix was to remove the ">=23.3" version check. My suspicion is that it has something to do with emacs-nox11 being a slave port. Similarly, this RUN_DEPENDS caused markdown-mode.el to be unregistered the same way (it installed the dependency, but did not register it): textproc/markdown-mode.el:${PORTSDIR}/textproc/markdown-mode.el \ The fix for this situation is to add ">0" as a version dependency. I do not know why this started to fail recently. Also, the following LIB_DEPENDS results in the same situation: the dependency gets installed but not registered: LIB_DEPENDS= tcnative-1:${PORTSDIR}/www/tomcat-native Looking at other ports, it seems that I now need to change the library to LIB_DEPENDS= libtcnative-1.so:${PORTSDIR}/www/tomcat-native which resolves the registration of the dependency. Again, I do not know when this format was changed, but it is relatively recently. It did work when I first used this in October 2013 and I'm fairly certain it was working at least in November 2014. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:18:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5447DFD for ; Wed, 18 Feb 2015 17:18:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70482902 for ; Wed, 18 Feb 2015 17:18:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHIPe6081143 for ; Wed, 18 Feb 2015 17:18:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197791] change in how dependencies are specified at build time and registered at install time Date: Wed, 18 Feb 2015 17:18:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vivek@khera.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:18:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197791 Bug ID: 197791 Summary: change in how dependencies are specified at build time and registered at install time Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vivek@khera.org CC: portmgr@FreeBSD.org I have some local ports I use to quickly configure new servers. They are basically lists of dependencies that pull in what the specific server function requires, such as mail server or web server. Recently, my local package builder (using poudriere) started rebuilding a couple of ports every run claiming "new dependency" was found. I traced it down to the following RUN_DEPENDS: emacs>=23.3:${PORTSDIR}/editors/emacs-nox11 \ This was confusing the dependency registration of the port; that is, "make depends" would notice it needed emacs, then install it. However, when "make install" would run, the resulting package did not register the dependency for emacs. The fix was to remove the ">=23.3" version check. My suspicion is that it has something to do with emacs-nox11 being a slave port. Similarly, this RUN_DEPENDS caused markdown-mode.el to be unregistered the same way (it installed the dependency, but did not register it): textproc/markdown-mode.el:${PORTSDIR}/textproc/markdown-mode.el \ The fix for this situation is to add ">0" as a version dependency. I do not know why this started to fail recently. Also, the following LIB_DEPENDS results in the same situation: the dependency gets installed but not registered: LIB_DEPENDS= tcnative-1:${PORTSDIR}/www/tomcat-native Looking at other ports, it seems that I now need to change the library to LIB_DEPENDS= libtcnative-1.so:${PORTSDIR}/www/tomcat-native which resolves the registration of the dependency. Again, I do not know when this format was changed, but it is relatively recently. It did work when I first used this in October 2013 and I'm fairly certain it was working at least in November 2014. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:25:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D59C3F7F for ; Wed, 18 Feb 2015 17:25:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA2DD9E5 for ; Wed, 18 Feb 2015 17:25:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHPFMt088759 for ; Wed, 18 Feb 2015 17:25:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197791] change in how dependencies are specified at build time and registered at install time Date: Wed, 18 Feb 2015 17:25:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:25:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197791 --- Comment #1 from Antoine Brodin --- No, it wasn't working correctly since a few months. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:25:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDC00FBC for ; Wed, 18 Feb 2015 17:25:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A24199E8 for ; Wed, 18 Feb 2015 17:25:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHPb6a088884 for ; Wed, 18 Feb 2015 17:25:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197791] change in how dependencies are specified at build time and registered at install time Date: Wed, 18 Feb 2015 17:25:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:25:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197791 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |portmgr@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:32:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69DF0428 for ; Wed, 18 Feb 2015 17:32:02 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC22AAB7 for ; Wed, 18 Feb 2015 17:32:01 +0000 (UTC) Received: from worm.infracaninophle.co.uk (worm.infracaninophle.co.uk [81.2.117.101] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t1IHVthG044223 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 18 Feb 2015 17:31:55 GMT (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t1IHVthG044223 Authentication-Results: smtp.infracaninophile.co.uk/t1IHVthG044223; dkim=none reason="no signature"; dkim-adsp=none; dkim-atps=neutral Message-ID: <54E4CC8A.1070204@FreeBSD.org> Date: Wed, 18 Feb 2015 17:31:54 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Subject: Re: change in how dependencies are recorded References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.98.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:32:02 -0000 On 2015/02/18 17:15, Vick Khera wrote: > I traced it down to the following RUN_DEPENDS: > > emacs>=23.3:${PORTSDIR}/editors/emacs-nox11 \ > > This was confusing the dependency registration of the port; that is, "make > depends" would notice it needed emacs, then install it. However, when "make > install" would run, the resulting package did not register the dependency > for emacs. The fix was to remove the ">=23.3" version check. My suspicion > is that it has something to do with emacs-nox11 being a slave port. This is because a RUN_DEPENDS like emacs>=23.3:${PORTSDIR}.... means 'check for a package called "emacs" and make sure its version is at least 23.3' whereas a RUN_DEPENDS like emacs:${PORTSDIR}... means 'check for the presence of an executable named emacs on $PATH' which works because either the emacs or emacs-nox11 packages will provide an emacs binary, but obviously doesn't allow for checking the version numbers. So emacs>=23.3:${PORTSDIR}/editors/emacs-nox11 is non-sensical, and should probably be rewritten as emacs-nox11>=23.3:${PORTSDIR}/editors/emacs-nox11 Cheers, Matthew From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:37:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1651E9C2 for ; Wed, 18 Feb 2015 17:37:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE013B77 for ; Wed, 18 Feb 2015 17:37:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHb9eu098627 for ; Wed, 18 Feb 2015 17:37:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Wed, 18 Feb 2015 17:37:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tphilipp@potion-studios.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:37:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 --- Comment #4 from Tassilo Philipp --- Created attachment 153151 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153151&action=edit Updated patch Thanks Mikael, I tested on amd64, and had to slightly tweak your patch, but it works fine. Find attached a new patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:42:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D40A4B34 for ; Wed, 18 Feb 2015 17:42:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ED32C51 for ; Wed, 18 Feb 2015 17:42:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHgnHx006310 for ; Wed, 18 Feb 2015 17:42:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197793] security/gnupg1: fails to build on armv6 Date: Wed, 18 Feb 2015 17:42:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kuriyama@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:42:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197793 Bug ID: 197793 Summary: security/gnupg1: fails to build on armv6 Product: Ports & Packages Version: Latest Hardware: arm URL: http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015 -02-12_15h33m26s/logs/errors/gnupg1-1.4.18_2.log OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kuriyama@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: sbruno@FreeBSD.org Flags: maintainer-feedback?(kuriyama@FreeBSD.org) Assignee: kuriyama@FreeBSD.org Created attachment 153152 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153152&action=edit fix build on armv6 Hi, The port currently fails to build: mpih-div.c:99:3: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions UDIV_QRNND_PREINV(dummy, r, r, The patch in this PR fixes the build: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190848 build log with my patch applied: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/gnupg1-1.4.18_2.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kuriyama@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:45:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E97D2E for ; Wed, 18 Feb 2015 17:45:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BF4FC6C for ; Wed, 18 Feb 2015 17:45:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHjUu8007350 for ; Wed, 18 Feb 2015 17:45:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Wed, 18 Feb 2015 17:45:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:45:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #5 from Sean Bruno --- (In reply to Tassilo Philipp from comment #4) If you are ok with the patch, check the maintainer approved button on this bug and I'll commit it later today. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 17:52:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CED6FA0 for ; Wed, 18 Feb 2015 17:52:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCD93D40 for ; Wed, 18 Feb 2015 17:52:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IHqWRq015416 for ; Wed, 18 Feb 2015 17:52:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197794] sysutils/cdrtools: fails to build on armv6 Date: Wed, 18 Feb 2015 17:52:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 17:52:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197794 Bug ID: 197794 Summary: sysutils/cdrtools: fails to build on armv6 Product: Ports & Packages Version: Latest Hardware: arm URL: http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015 -02-12_15h33m26s/logs/errors/cdrtools-3.00_2.log OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marius@FreeBSD.org Reporter: mikael.urankar@gmail.com CC: sbruno@FreeBSD.org Assignee: marius@FreeBSD.org Flags: maintainer-feedback?(marius@FreeBSD.org) Hi, The port fails to build on armv6: /nxb-bin/usr/bin/cc -O -pipe -fno-strict-aliasing -c -o OBJ/armv6-freebsd-cc/align_test.o align_test.c align_test.c:2:10: fatal error: 'schily/mconfig.h' file not found #include I've tried to tweak CDRTLSTARGET to ${ARCH:S/armv6/arm/}-${OPSYS:tl}-cc to not avail, while it builds fine it won't install: it wants to install binaries from OBJ/armv6-freebsd-cc and not OBJ/arm-freebsd-cc. The attached patch should fix that. build log: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/cdrtools-3.00_2.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer marius@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:02:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C975434F for ; Wed, 18 Feb 2015 18:02:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE4C8E67 for ; Wed, 18 Feb 2015 18:02:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1II25WX053896 for ; Wed, 18 Feb 2015 18:02:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197795] math/cln: fails to build on armv6 Date: Wed, 18 Feb 2015 18:02:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wen@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:02:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197795 Bug ID: 197795 Summary: math/cln: fails to build on armv6 Product: Ports & Packages Version: Latest Hardware: arm URL: http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015 -02-12_15h33m26s/logs/errors/cln-1.3.4.log OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: wen@FreeBSD.org Reporter: mikael.urankar@gmail.com Assignee: wen@FreeBSD.org Flags: maintainer-feedback?(wen@FreeBSD.org) Created attachment 153154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153154&action=edit fix build on armv6 Hi, math/cln fails to build on armv6: base/low/cl_low_div.cc:13:8: error: declaration of 'divu_16_rest' in global scope conflicts with declaration with C language linkage uint16 divu_16_rest; ^ ./base/cl_low.h:442:21: note: declared with C language linkage here extern "C" uint16 divu_16_rest; // -> Rest r It seems clang needs the same workaround as MSVC. build log: http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/cln-1.3.4.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer wen@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:15:54 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 491128FD for ; Wed, 18 Feb 2015 18:15:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EFFAFAC for ; Wed, 18 Feb 2015 18:15:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIFsEq006371 for ; Wed, 18 Feb 2015 18:15:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197796] game/minetest update to 0.4.12 Date: Wed, 18 Feb 2015 18:15:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:15:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197796 Bug ID: 197796 Summary: game/minetest update to 0.4.12 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: loic.blot@unix-experience.fr Created attachment 153155 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153155&action=edit port update from 0 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:16:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 087E7938 for ; Wed, 18 Feb 2015 18:16:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA1A7FB7 for ; Wed, 18 Feb 2015 18:16:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIGScN031173 for ; Wed, 18 Feb 2015 18:16:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197796] game/minetest update to 0.4.12 Date: Wed, 18 Feb 2015 18:16:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:16:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197796 loic.blot@unix-experience.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |loic.blot@unix-experience.f | |r --- Comment #1 from loic.blot@unix-experience.fr --- Comment on attachment 153155 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153155 port update from 0 port update from 0.4.11 to 0.4.12 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:17:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70A0C96D for ; Wed, 18 Feb 2015 18:17:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56427FBC for ; Wed, 18 Feb 2015 18:17:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIHWqM077651 for ; Wed, 18 Feb 2015 18:17:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197796] please close this. Date: Wed, 18 Feb 2015 18:17:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:17:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197796 loic.blot@unix-experience.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Many People |Affects Only Me Summary|game/minetest update to |please close this. |0.4.12 | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:22:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 671D8B7C for ; Wed, 18 Feb 2015 18:22:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB24119 for ; Wed, 18 Feb 2015 18:22:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIMUiK005831 for ; Wed, 18 Feb 2015 18:22:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197797] game/minetest update to 0.4.12 Date: Wed, 18 Feb 2015 18:22:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:22:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197797 Bug ID: 197797 Summary: game/minetest update to 0.4.12 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: loic.blot@unix-experience.fr Created attachment 153156 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153156&action=edit minetest 0.4.11 to 0.4.12 update Hi, i'm a core-dev on minetest game engine team. This release include many bugfixes and performance improvements to minetest engine. Please update it as soon as possible it fixes some critical issues for users. Thanks -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:25:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A506BBE3 for ; Wed, 18 Feb 2015 18:25:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7C912F for ; Wed, 18 Feb 2015 18:25:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIP81a007024 for ; Wed, 18 Feb 2015 18:25:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197796] please close this. Date: Wed, 18 Feb 2015 18:25:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:25:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197796 loic.blot@unix-experience.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:26:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8091C3E for ; Wed, 18 Feb 2015 18:26:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADFA6149 for ; Wed, 18 Feb 2015 18:26:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIQkU4007803 for ; Wed, 18 Feb 2015 18:26:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197797] [UPDATE] game/minetest 0.4.12 Date: Wed, 18 Feb 2015 18:26:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: loic.blot@unix-experience.fr X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:26:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197797 loic.blot@unix-experience.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|game/minetest update to |[UPDATE] game/minetest |0.4.12 |0.4.12 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:40:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D01551A for ; Wed, 18 Feb 2015 18:40:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBEC387 for ; Wed, 18 Feb 2015 18:40:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIex6o021073 for ; Wed, 18 Feb 2015 18:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Wed, 18 Feb 2015 18:40:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:40:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | CC| |dbn@FreeBSD.org Status|New |In Progress Summary|[MAINTAINER]] lang/cython: |[MAINTAINER]] lang/cython: |Update to 0.21.2 |Update to 0.22 --- Comment #2 from Jan Beich --- Tested cython-0.22 doesn't break build of the following consumers: biology/pycogent comms/py-libimobiledevice devel/bzr devel/py-libplist devel/py-meliae devel/py-tables devel/renpy math/py-bottleneck multimedia/py-ffmpeg net/py-pcs science/py-h5py science/py-mlpy www/py-falcon www/py-jswebkit x11/xpra while breaking x11-toolkits/py-kivy (cython-0.21.2 is fine): cythoning kivy/graphics/texture.pyx to kivy/graphics/texture.c Error compiling Cython file: ------------------------------------------------------------ ... cpdef release(self) cpdef get_pixel_color(self, int wx, int wy) cdef void create_fbo(self) cdef void delete_fbo(self) cdef void apply(self) ^ ------------------------------------------------------------ kivy/graphics/fbo.pxd:25:19: Signature not compatible with previous declaration Error compiling Cython file: ------------------------------------------------------------ ... cdef void push_states(self, list names) except * cdef void pop_state(self, str name) except * cdef void pop_states(self, list names) except * cdef void enter(self) except * cdef void leave(self) except * cdef void apply(self) except * ^ ------------------------------------------------------------ kivy/graphics/instructions.pxd:118:19: Previous declaration is here building 'kivy.graphics.texture' extension creating build creating build/temp.freebsd-11.0-CURRENT-amd64-2.7 creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics cc -DNDEBUG -O2 -pipe -fstack-protector -fPIC -I/usr/local/include -I/usr/local/include/python2.7 -c kivy/graphics/texture.c -o build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics/texture.o kivy/graphics/texture.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ 1 error generated. error: command 'cc' failed with exit status 1 David, should I wait for your fix or mark BROKEN and lang/cython update regardless? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:54:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9FF8ABE for ; Wed, 18 Feb 2015 18:54:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F6DF6D9 for ; Wed, 18 Feb 2015 18:54:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIsk0w035839 for ; Wed, 18 Feb 2015 18:54:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197798] [PATCH] emulators/wine-devel: Add Wine64 support Date: Wed, 18 Feb 2015 18:54:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dbn@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:54:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197798 Bug ID: 197798 Summary: [PATCH] emulators/wine-devel: Add Wine64 support Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gerald@FreeBSD.org Reporter: dbn@FreeBSD.org Assignee: gerald@FreeBSD.org Flags: maintainer-feedback?(gerald@FreeBSD.org) Created attachment 153157 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153157&action=edit WIne64 support The attached patch adds Wine64 support to emulators/wine-devel. All patches have been submitted upstream and are awaiting approval/commmit. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gerald@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 18:58:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 785D9B9E for ; Wed, 18 Feb 2015 18:58:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE17762 for ; Wed, 18 Feb 2015 18:58:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIwPws037265 for ; Wed, 18 Feb 2015 18:58:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Wed, 18 Feb 2015 18:58:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:58:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196299 --- Comment #17 from Jan Beich --- Comment on attachment 150990 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150990 audio/shairplay new port (In reply to Jan Beich from comment #15) > OPTIONS_DEFAULT=3D AVAHI This has to be MDNSRESPONDER like print/cups-client to avoid pulling both: [84amd64-default] Installing gtk2-2.24.25_1... [84amd64-default] `-- Installing cups-client-1.7.3_4... [84amd64-default] | `-- Installing mDNSResponder-561.1.1... [84amd64-default] | `-- Extracting mDNSResponder-561.1.1... done [84amd64-default] `-- Extracting cups-client-1.7.3_4... done [84amd64-default] Installing shairplay-0.9.0.20140422... [84amd64-default] `-- Installing avahi-libdns-0.6.31_1... [84amd64-default] | `-- Installing avahi-app-0.6.31_3... [84amd64-default] | `-- Extracting avahi-app-0.6.31_3... done pkg-static: avahi-libdns-0.6.31_1 conflicts with mDNSResponder-561.1.1 (installs files into the same place). Problematic file: /usr/local/lib/libdns_sd.so Failed to install the following 1 package(s): /packages/All/shairplay-0.9.0.20140422.txz *** Error code 70 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 19:13:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9765E08 for ; Wed, 18 Feb 2015 19:13:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ECDC92E for ; Wed, 18 Feb 2015 19:13:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJDlww089490 for ; Wed, 18 Feb 2015 19:13:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196851] biology/seqan fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 19:13:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: h2+fbsdports@fsfe.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 19:13:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196851 --- Comment #3 from Hannes Hauswedell --- There is a new upstream version to which I will upgrade next week hopefully! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 19:17:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67BAA134 for ; Wed, 18 Feb 2015 19:17:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D156970 for ; Wed, 18 Feb 2015 19:17:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJHUCR091517 for ; Wed, 18 Feb 2015 19:17:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196852] devel/libcwd fails to build with GCC 4.9, USE_GCC=any is a lie Date: Wed, 18 Feb 2015 19:17:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 19:17:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196852 --- Comment #3 from Gerald Pfeifer --- Sorry John, I thought I had replayed all of the lost Bugzilla comments after the Bugzilla data loss in January, but apparently not this one: r377368 | gerald | 2015-01-18 22:49:05 +0000 (Sun, 18 Jan 2015) | 5 lines Fails to build with newer versions of GCC (4.9 and above) due to non-compliant C++ code. PR: 196852, 196712 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 19:39:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73777B46 for ; Wed, 18 Feb 2015 19:39:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59296C66 for ; Wed, 18 Feb 2015 19:39:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJdK4I011168 for ; Wed, 18 Feb 2015 19:39:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197801] [MAINTAINER] converters/p5-LaTeXML: Update to 0.8.1 Date: Wed, 18 Feb 2015 19:39:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 19:39:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197801 Bug ID: 197801 Summary: [MAINTAINER] converters/p5-LaTeXML: Update to 0.8.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: cpm@fbsd.es Created attachment 153158 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153158&action=edit p5-LaTeXML-0.8.1.diff - Update to 0.8.1 For more details, see the ChangeLog: http://dlmf.nist.gov/LaTeXML/Changes -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 19:40:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 324FDC32 for ; Wed, 18 Feb 2015 19:40:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17D7BD10 for ; Wed, 18 Feb 2015 19:40:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJeVTr013648 for ; Wed, 18 Feb 2015 19:40:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197801] [MAINTAINER] converters/p5-LaTeXML: Update to 0.8.1 Date: Wed, 18 Feb 2015 19:40:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 19:40:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197801 --- Comment #1 from Carlos Jacobo Puga Medina --- Created attachment 153159 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153159&action=edit 11-i386 p5-LaTeXML build log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 19:56:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE46B555 for ; Wed, 18 Feb 2015 19:56:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 937FEEA2 for ; Wed, 18 Feb 2015 19:56:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJuMUx029707 for ; Wed, 18 Feb 2015 19:56:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192852] sysutils/fusefs-libs: ignore |automounted| option used by autofs Date: Wed, 18 Feb 2015 19:56:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 19:56:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192852 --- Comment #9 from Jan Beich --- I confirm the patch in comment 8 addresses comment 2. My patch in comment 0 is still needed as well. Edward, can you review/land? $ mount | fgrep fuse /dev/fuse on /mtp/PhoneA (fusefs, local, synchronous, automounted) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:19:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CCCD85D for ; Wed, 18 Feb 2015 20:19:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6149D12F for ; Wed, 18 Feb 2015 20:19:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKJCXE083805 for ; Wed, 18 Feb 2015 20:19:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Wed, 18 Feb 2015 20:19:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tphilipp@potion-studios.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:19:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 Tassilo Philipp changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153151| |maintainer-approval+ Flags| | --- Comment #6 from Tassilo Philipp --- Comment on attachment 153151 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153151 Updated patch approved -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:30:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 328F2C32 for ; Wed, 18 Feb 2015 20:30:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17D3A299 for ; Wed, 18 Feb 2015 20:30:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKU3o0093362 for ; Wed, 18 Feb 2015 20:30:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197805] [feature request] ports-mgmt/portmaster: special handling of sudo Date: Wed, 18 Feb 2015 20:30:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: delphij@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:30:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197805 Bug ID: 197805 Summary: [feature request] ports-mgmt/portmaster: special handling of sudo Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bdrewery@FreeBSD.org Reporter: delphij@FreeBSD.org Assignee: bdrewery@FreeBSD.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) portmaster supports using sudo when doing port upgrades. However, this could be a problem when sudo itself is being updated, as when sudo is removed before installing the new package, the system will lose the ability of doing 'sudo'. It may be a good idea to make portmaster to do some special handling for security/sudo so that it can finish the updates without human intervention. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer bdrewery@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:33:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60CCDF35 for ; Wed, 18 Feb 2015 20:33:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C7673F6 for ; Wed, 18 Feb 2015 20:33:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKXXiC000290 for ; Wed, 18 Feb 2015 20:33:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197806] devel/binutils: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 20:33:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bapt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:33:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197806 Bug ID: 197806 Summary: devel/binutils: fix undefined behavior in gas's tc-arm.c Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: bapt@FreeBSD.org Reporter: dim@FreeBSD.org Flags: maintainer-feedback?(bapt@FreeBSD.org) Assignee: bapt@FreeBSD.org Created attachment 153160 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153160&action=edit Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro In bug 197395, which is about an exp-run for clang 3.6.0, failures were reported for two arm cross development ports: http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-12_00h00m41s/logs/errors/arm-none-eabi-gcc-4.9.1_2.log http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-12_00h00m41s/logs/errors/armv6-freebsd10.0-xdev-10.0.log Both of these failures were due to gas emitting "Error: invalid constant (ff) after fixup" on valid assembly, such as "mov ip, #0xff". It turns out this is due to undefined behavior in gas, specifically in gas/config/tc-arm.c, in the rotate_left() macro, which was fixed by this upstream commit: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=d840c081f8082e8b9e63fead5306643975a97bb3 The attachment adds this as a patch to devel/binutils/files, so it will get picked up by devel/arm-*-binutils too. This will also fix the arm-none-eabi-gcc and armv6-freebsd10.0-xdev ports. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer bapt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:38:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1460419F for ; Wed, 18 Feb 2015 20:38:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA63688 for ; Wed, 18 Feb 2015 20:38:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKcPw5002103 for ; Wed, 18 Feb 2015 20:38:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196849] audio/beast fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 20:38:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:38:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196849 --- Comment #4 from Gerald Pfeifer --- The commit actually did reference this PR, this was apparently the other one lost iwth the Bugzilla data loss in January: r377353 | gerald | 2015-01-18 22:23:44 +0000 (Sun, 18 Jan 2015) | 4 lines Require building with GCC 4.8 due to non-conforming C++ code. PR: 196849, 196712 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:45:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60BB7370 for ; Wed, 18 Feb 2015 20:45:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 462BF83F for ; Wed, 18 Feb 2015 20:45:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKjRUn010482 for ; Wed, 18 Feb 2015 20:45:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197809] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 20:45:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nivit@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:45:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197809 Bug ID: 197809 Summary: print/foxitreader: Broken if DOCS option is unchecked Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: nivit@FreeBSD.org Reporter: xmj@FreeBSD.org Assignee: nivit@FreeBSD.org Flags: maintainer-feedback?(nivit@FreeBSD.org) Created attachment 153162 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153162&action=edit Add conditional deploying of the PDF Manual. The foxitreader port uses a port option for DOCS to determine wether a PDF should be downloaded, but then unconditionally tries to install said PDF into DOCSDIR. This fails, lacking the file in DISTDIR. Patch attached fixes this. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer nivit@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:51:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0719E6CC for ; Wed, 18 Feb 2015 20:51:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E06AE9B9 for ; Wed, 18 Feb 2015 20:51:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKptAj018265 for ; Wed, 18 Feb 2015 20:51:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196849] audio/beast fails to build with GCC 4.9 (requires GCC 4.8) Date: Wed, 18 Feb 2015 20:51:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:51:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196849 --- Comment #5 from John Marino --- yep, sorry for the accusation. :) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:55:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F42287E5 for ; Wed, 18 Feb 2015 20:55:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9C7FA01 for ; Wed, 18 Feb 2015 20:55:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKtt9J020010 for ; Wed, 18 Feb 2015 20:55:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197797] [UPDATE] games/minetest 0.4.12 Date: Wed, 18 Feb 2015 20:55:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:55:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197797 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[UPDATE] game/minetest |[UPDATE] games/minetest |0.4.12 |0.4.12 Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Fix Summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:57:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85C73820 for ; Wed, 18 Feb 2015 20:57:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B787A11 for ; Wed, 18 Feb 2015 20:57:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKv0l1020424 for ; Wed, 18 Feb 2015 20:57:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197808] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 20:57:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter resolution Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:57:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197808 Bug ID: 197808 Summary: print/foxitreader: Broken if DOCS option is unchecked Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: Closed Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: xmj@FreeBSD.org Resolution: DUPLICATE Status: Closed --- Comment #1 from Mark Linimon --- *** This bug has been marked as a duplicate of bug 197807 *** The foxitreader port uses a port option for DOCS to determine wether a PDF should be downloaded, but then unconditionally tries to install said PDF into DOCSDIR. This fails, lacking the file in DISTDIR. Patch attached fixes this. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 20:57:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9D23823 for ; Wed, 18 Feb 2015 20:57:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF890A14 for ; Wed, 18 Feb 2015 20:57:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKv0jC020441 for ; Wed, 18 Feb 2015 20:57:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 20:57:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 20:57:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 Bug ID: 197807 Summary: print/foxitreader: Broken if DOCS option is unchecked Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: xmj@FreeBSD.org Attachment #153161 maintainer-approval? Flags: --- Comment #1 from Mark Linimon --- *** Bug 197808 has been marked as a duplicate of this bug. *** Created attachment 153161 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153161&action=edit Add conditional deploying of the PDF Manual. The foxitreader port uses a port option for DOCS to determine wether a PDF should be downloaded, but then unconditionally tries to install said PDF into DOCSDIR. This fails, lacking the file in DISTDIR. Patch attached fixes this. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:03:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D271B8F2 for ; Wed, 18 Feb 2015 21:03:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B578DAE8 for ; Wed, 18 Feb 2015 21:03:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IL3lcs060420 for ; Wed, 18 Feb 2015 21:03:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197810] devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 21:03:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:03:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197810 Bug ID: 197810 Summary: devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dim@FreeBSD.org Created attachment 153163 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153163&action=edit Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro Similar to bug 197806, there is a failure in armv6-freebsd10.0-xdev due to gas "invalid constant after fixup" errors: http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-12_00h00m41s/logs/errors/armv6-freebsd10.0-xdev-10.0.log This is again due to undefined behavior in gas's rotate_left() macro, as fixed in head here: https://svnweb.freebsd.org/base?view=revision&revision=274856 Apply this revision onto the unpacked src.txz to avoid the build failure with clang 3.6.0. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:05:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D42B493A for ; Wed, 18 Feb 2015 21:05:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B99EFB35 for ; Wed, 18 Feb 2015 21:05:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IL5AGg009902 for ; Wed, 18 Feb 2015 21:05:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 21:05:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nivit@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:05:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 Nicola Vitale changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nivit@FreeBSD.org Status|New |In Progress --- Comment #2 from Nicola Vitale --- Hi, thanks for reporting that. I just updated the port to 5.1.8, and it no longer installs that file. May I close this PR? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:05:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA58798A for ; Wed, 18 Feb 2015 21:05:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF947B4E for ; Wed, 18 Feb 2015 21:05:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IL5xuH046267 for ; Wed, 18 Feb 2015 21:05:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197810] devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 21:05:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:06:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197810 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197395 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:14:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D7F4BE6 for ; Wed, 18 Feb 2015 21:14:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2300BC79 for ; Wed, 18 Feb 2015 21:14:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILE9tG055929 for ; Wed, 18 Feb 2015 21:14:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 21:14:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nivit@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:14:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 --- Comment #3 from Nicola Vitale --- Ops, I don't know how, but I have read spideroak instead of foxitreader. So I approve that patch. :-) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:19:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93B22D51 for ; Wed, 18 Feb 2015 21:19:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78E86CA6 for ; Wed, 18 Feb 2015 21:19:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILJ7Qn001586 for ; Wed, 18 Feb 2015 21:19:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 21:19:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:19:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: nivit Date: Wed Feb 18 21:18:42 UTC 2015 New revision: 379314 URL: https://svnweb.freebsd.org/changeset/ports/379314 Log: - Fix installation when DOCS option is off PR: 197807 Submitted by: xmj Changes: head/print/foxitreader/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:22:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CAB2F93 for ; Wed, 18 Feb 2015 21:22:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52952D79 for ; Wed, 18 Feb 2015 21:22:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILMQJ3008367 for ; Wed, 18 Feb 2015 21:22:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 21:22:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nivit@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:22:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 --- Comment #5 from Nicola Vitale --- Committed, thanks for the PR. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 21:22:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A358FC9 for ; Wed, 18 Feb 2015 21:22:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F385CD7F for ; Wed, 18 Feb 2015 21:22:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILMoxg008484 for ; Wed, 18 Feb 2015 21:22:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197807] print/foxitreader: Broken if DOCS option is unchecked Date: Wed, 18 Feb 2015 21:22:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nivit@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:22:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197807 Nicola Vitale changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 22:10:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB034520 for ; Wed, 18 Feb 2015 22:10:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C03153E3 for ; Wed, 18 Feb 2015 22:10:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMAPnP083406 for ; Wed, 18 Feb 2015 22:10:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197810] devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 22:10:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: bapt@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:10:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197810 --- Comment #1 from Baptiste Daroussin --- Approved as well :) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 22:25:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B629198 for ; Wed, 18 Feb 2015 22:25:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 267F98DA for ; Wed, 18 Feb 2015 22:25:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMPvRi098903 for ; Wed, 18 Feb 2015 22:25:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197599] devel/librest: does not pass the tests Date: Wed, 18 Feb 2015 22:25:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:25:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197599 --- Comment #5 from Thierry Thomas --- (In reply to Carlos Jacobo Puga Medina from comment #4) I've just applied this patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=25;filename=02_thread-tests-sleep-for-server-to-start.patch;att=1;bug=765107 and it still fails on oauth and oauth-async: gmake check-TESTS gmake[2]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' gmake[3]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' PASS: proxy PASS: proxy-continuous PASS: threaded Segmentation fault (core dumped) FAIL: oauth Segmentation fault (core dumped) FAIL: oauth-async PASS: oauth2 PASS: flickr PASS: lastfm Trace/BPT trap (core dumped) XFAIL: xml PASS: custom-serialize gmake[4]: Entering directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' ============================================================================ Testsuite summary for rest 0.7.92 ============================================================================ # TOTAL: 10 # PASS: 7 # SKIP: 0 # XFAIL: 1 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log ============================================================================ Makefile:769: recipe for target 'test-suite.log' failed gmake[3]: *** [test-suite.log] Error 1 gmake[3]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' Makefile:875: recipe for target 'check-TESTS' failed gmake[2]: *** [check-TESTS] Error 2 gmake[2]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' Makefile:1011: recipe for target 'check-am' failed gmake[1]: *** [check-am] Error 2 gmake[1]: Leaving directory '/usr/ports/devel/librest/work/rest-0.7.92/tests' *** Error code 2 Unfortunately, oauth is the function used by Corebird. Note: I'm testing on 10.1-STABLE / amd64. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 22:27:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66B4434B for ; Wed, 18 Feb 2015 22:27:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495648FA for ; Wed, 18 Feb 2015 22:27:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMRFxr099341 for ; Wed, 18 Feb 2015 22:27:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197810] devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 22:27:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:27:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197810 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Wed Feb 18 22:26:46 UTC 2015 New revision: 379321 URL: https://svnweb.freebsd.org/changeset/ports/379321 Log: Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro, as in https://svnweb.freebsd.org/base?view=revision&revision=274856 This fixes possible "invalid constant after fixup" errors from gas, when it has been compiled with high levels of optimization. PR: 197810 Approved by: maintainer (bapt) Changes: head/devel/armv6-freebsd10.0-xdev/files/patch-contrib_binutils_gas_config_tc-arm.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 22:27:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AB263A4 for ; Wed, 18 Feb 2015 22:27:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FAE6911 for ; Wed, 18 Feb 2015 22:27:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMRp4n099588 for ; Wed, 18 Feb 2015 22:27:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197810] devel/armv6-freebsd10.0-xdev: fix undefined behavior in gas's tc-arm.c Date: Wed, 18 Feb 2015 22:27:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 22:27:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197810 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #3 from Dimitry Andric --- Fixed in r379321. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 02:57:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16AB5860 for ; Thu, 19 Feb 2015 02:57:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F023FBE9 for ; Thu, 19 Feb 2015 02:57:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J2vMML063511 for ; Thu, 19 Feb 2015 02:57:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196702] chinese/ttfm: fix to allow chinese/arphicttf to build in poudriere Date: Thu, 19 Feb 2015 02:57:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rafan@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 02:57:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196702 Rong-En Fan changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151597|maintainer-approval?(rafan@ | Flags|FreeBSD.org) | --- Comment #4 from Rong-En Fan --- Comment on attachment 151597 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151597 patch file I am no longer the maintainer of this port since then. I was simply not sure if ignore them is the proper way (comment #2). That being said, it's up for anyone to make a change as he/she sees fit. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 04:24:34 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A12549EA for ; Thu, 19 Feb 2015 04:24:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8459979F for ; Thu, 19 Feb 2015 04:24:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J4OYZt062710 for ; Thu, 19 Feb 2015 04:24:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Thu, 19 Feb 2015 04:24:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 04:24:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196299 --- Comment #18 from Jan Beich --- Comment on attachment 151136 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151136 multimedia/plexhometheater patch for libcec2.2 My guess of the origin: https://github.com/xbmc/xbmc/pull/5610 Which may break build as CEC_CLIENT_VERSION_2_2_0 is not defined in 2.1.4: CEC_BUILD_DEPENDS= libcec>=2.2.0:${PORTSDIR}/multimedia/libcec and no need for "patch" several times in the filename: files/patch-libcec22.patch -> files/patch-libcec22 Also, the same change/patch is required for multimedia/xbmc *before* update. Bundling too many things in one commit is too error prone and hard to post-review. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 05:36:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E5B8644 for ; Thu, 19 Feb 2015 05:36:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03C34E03 for ; Thu, 19 Feb 2015 05:36:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J5aNfX075182 for ; Thu, 19 Feb 2015 05:36:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197109] benchmarks/=?UTF-8?Q?geekbench=202=2E1=2E3=20=E2=80=93=20FATAL?=: kernel too old Date: Thu, 19 Feb 2015 05:36:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 05:36:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197109 --- Comment #2 from Kalten --- (In reply to Kalten from comment #1) Well: Setting ---8<--- sysctl compat.linux.osrelease="2.6.18" --->8--- (or using /etc/sysctl.conf for it) resolves the problem: emulators/linux_base-c6 needs it: see ---8<--- pkg info -Dx linux_base-c6 --->8--- (it displays the file emulators/linux_base-c6/pkg-message) ru, Kalten -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 06:20:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AD669BC for ; Thu, 19 Feb 2015 06:20:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD581D2 for ; Thu, 19 Feb 2015 06:20:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J6K2vN086219 for ; Thu, 19 Feb 2015 06:20:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Thu, 19 Feb 2015 06:20:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 06:20:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196299 --- Comment #19 from Jan Beich --- kodi fails to build on 8.4R which was previously fixed by xbmc/files/patch-xbmc__threads__platform__pthreads__ThreadImpl.cpp: In file included from /wrkdirs/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/threads/platform/ThreadImpl.cpp:24, from Thread.cpp:37: /wrkdirs/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/threads/platform/pthreads/ThreadImpl.cpp: In member function 'void CThread::SetThreadInfo()': /wrkdirs/usr/ports/multimedia/kodi/work/xbmc-14.0-Helix/xbmc/threads/platform/pthreads/ThreadImpl.cpp:84: error: 'pthread_set_name_np' was not declared in this scope ../../Makefile.include:94: recipe for target 'Thread.o' failed gmake[1]: *** [Thread.o] Error 1 Makefile:515: recipe for target 'xbmc/threads/threads.a' failed gmake: *** [xbmc/threads/threads.a] Error 2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:22:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97F966D5 for ; Thu, 19 Feb 2015 08:22:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C752FA7 for ; Thu, 19 Feb 2015 08:22:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8MvVP082176 for ; Thu, 19 Feb 2015 08:22:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0 Date: Thu, 19 Feb 2015 08:22:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to bug_status flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:22:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196299 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | Status|Open |In Progress Attachment #153166| |maintainer-approval?(mickae Flags| |l.maillot@gmail.com), | |maintainer-approval?(woodsb | |02@gmail.com) --- Comment #20 from Jan Beich --- Created attachment 153166 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153166&action=edit pre-commit fixup I plan to land it as a series of 3 commits with the attached minor changes. See full commit messages in review D1900. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:31:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55E4B8B8 for ; Thu, 19 Feb 2015 08:31:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BED8119 for ; Thu, 19 Feb 2015 08:31:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8VPqg094483 for ; Thu, 19 Feb 2015 08:31:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197812] update www/squid to 3.4.12 Date: Thu, 19 Feb 2015 08:31:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: timp87@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:31:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197812 Bug ID: 197812 Summary: update www/squid to 3.4.12 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: timp87@gmail.com Created attachment 153167 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153167&action=edit patch Hi! This update allows us to delete www/squid33, because the problem with NTLM and Negotiate auth helper finally was fixed and included in this release. So we don't need www/squid33 anymore! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:32:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D16797E for ; Thu, 19 Feb 2015 08:32:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 327FC125 for ; Thu, 19 Feb 2015 08:32:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8WXpS002134 for ; Thu, 19 Feb 2015 08:32:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197812] update www/squid to 3.4.12 Date: Thu, 19 Feb 2015 08:32:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: timp87@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:32:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197812 --- Comment #1 from timp87@gmail.com --- Created attachment 153168 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153168&action=edit poudriere log it's cut a bit -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:40:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42130BA6 for ; Thu, 19 Feb 2015 08:40:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2849F1F2 for ; Thu, 19 Feb 2015 08:40:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8eeku018780 for ; Thu, 19 Feb 2015 08:40:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195556] www/squid33 extend expiration date Date: Thu, 19 Feb 2015 08:40:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: timp87@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:40:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195556 --- Comment #3 from timp87@gmail.com --- www/squid33 can be removed. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197812 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:43:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AAE3C88 for ; Thu, 19 Feb 2015 08:43:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20769217 for ; Thu, 19 Feb 2015 08:43:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8hTP3023179 for ; Thu, 19 Feb 2015 08:43:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197813] audio/ocp : doesn't configure with gcc-5, patch upstream Date: Thu, 19 Feb 2015 08:43:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:43:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197813 Bug ID: 197813 Summary: audio/ocp : doesn't configure with gcc-5, patch upstream Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: marino@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) Assignee: ehaupt@FreeBSD.org The configure script of ocp checks GCC version, and if the major version is > 4, it breaks: "checking gcc version... configure: error: 5.0.0, bad" Upstream fixed this on 9 Feb 2015: http://sourceforge.net/p/opencubicplayer/code/ci/bceb98e168c76bd404734b63df92b198d0c0be45/ Can you apply the patch in order to fix build on gcc-5? Or give me permission to to do it? (I think there's a newer version 1.21 available (2011-11-17 so still old) but it obviously doesn't have the fix. It might be worth updating to version 1.21 and then applying the patch) --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ehaupt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 08:49:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7066E5F for ; Thu, 19 Feb 2015 08:49:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4212266 for ; Thu, 19 Feb 2015 08:49:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J8nvBZ026261 for ; Thu, 19 Feb 2015 08:49:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Thu, 19 Feb 2015 08:49:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir@gusev.pro X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 08:49:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 Bug ID: 197814 Summary: portsnap fetched snapshot integrity check failed Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vladimir@gusev.pro CC: portmgr@FreeBSD.org Created attachment 153169 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153169&action=edit effective portsnap configuration file Trying to get the ports snapshot, a permanent error on "one bogus line" started to occur: # portsnap fetch Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. Fetching snapshot metadata... done. Fetching snapshot generated at Thu Feb 19 03:09:43 MSK 2015: 3fbf7ca5c1aee4d361fb6e56e81b0de60c665bf8c74023100% of 71 MB 1744 kBps 00m42s Extracting snapshot... done. Verifying snapshot integrity... Portsnap metadata is correctly signed, but contains at least one line which appears bogus. Cowardly refusing to proceed any further. # uname -a FreeBSD portal 10.1-RELEASE-p5 FreeBSD 10.1-RELEASE-p5 #0: Tue Jan 27 08:55:07 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Troubleshooting performed: # rm -rf /usr/ports # rm -rf /var/db/portsnap didn't fix the issue. Please help to find out the cure. Thanks! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:01:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37C53154 for ; Thu, 19 Feb 2015 09:01:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC425F4 for ; Thu, 19 Feb 2015 09:01:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J91GYY094939 for ; Thu, 19 Feb 2015 09:01:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Thu, 19 Feb 2015 09:01:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Portsnap X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: version component cc product Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:01:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Latest |unspecified Component|Ports Framework |Portsnap CC| |clusteradm@FreeBSD.org Product|Ports & Packages |Services -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:19:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D0C1478 for ; Thu, 19 Feb 2015 09:19:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0314D77E for ; Thu, 19 Feb 2015 09:19:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9Jj3X016736 for ; Thu, 19 Feb 2015 09:19:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197815] multimedia/libass: update to 0.12.1 Date: Thu, 19 Feb 2015 09:19:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:19:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197815 Bug ID: 197815 Summary: multimedia/libass: update to 0.12.1 Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/libass/libass/releases OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org multimedia/mpv v0.8.1 may start requiring[1] recent libass. See URL for succinct ChangeLog. [1] https://github.com/mpv-player/mpv/commit/c314385 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:20:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEA6F57E for ; Thu, 19 Feb 2015 09:20:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A5F789 for ; Thu, 19 Feb 2015 09:20:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9KIMj017658 for ; Thu, 19 Feb 2015 09:20:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197815] multimedia/libass: update to 0.12.1 Date: Thu, 19 Feb 2015 09:20:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:20:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197815 --- Comment #1 from Jan Beich --- Created attachment 153170 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153170&action=edit v1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:22:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7CB15E8 for ; Thu, 19 Feb 2015 09:22:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF22847 for ; Thu, 19 Feb 2015 09:22:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9MuxG023570 for ; Thu, 19 Feb 2015 09:22:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197815] multimedia/libass: update to 0.12.1 Date: Thu, 19 Feb 2015 09:22:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:22:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197815 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |multimedia@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:25:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8B817CF for ; Thu, 19 Feb 2015 09:25:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A16B874 for ; Thu, 19 Feb 2015 09:25:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9Pu3d024962 for ; Thu, 19 Feb 2015 09:25:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197816] sysutils/pftop: doesn't compile on -CURRENT with GCC (MIPS64) Date: Thu, 19 Feb 2015 09:25:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: daniel.engberg.lists@pyret.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: araujo@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:25:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197816 Bug ID: 197816 Summary: sysutils/pftop: doesn't compile on -CURRENT with GCC (MIPS64) Product: Ports & Packages Version: Latest Hardware: mips OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: araujo@FreeBSD.org Reporter: daniel.engberg.lists@pyret.net CC: lists@peter.de.com Flags: maintainer-feedback?(araujo@FreeBSD.org) Assignee: araujo@FreeBSD.org I haven't been testing this on the MIPS platform for quite some time now but I think the latest bugfix (188826) only worked with CLANG and not GCC (CLANG doesn't work on MIPS/MIPS64 yet). ===> pftop-0.7_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pftop-0.7_4 for building ===> Extracting for pftop-0.7_4 => SHA256 Checksum OK for pftop-0.7.tar.gz. ===> Patching for pftop-0.7_4 ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-bpf_dump.c ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-sf-gencode.h ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-cache.c ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-cache.h ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-config.h ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-pftop.c ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-sf-gencode.c ===> Applying extra patch /usr/ports/sysutils/pftop/files/extra-patch-engine.c ===> Applying FreeBSD patches for pftop-0.7_4 ===> Configuring for pftop-0.7_4 ===> Building for pftop-0.7_4 --- objwarn --- Warning: Object directory not changed from original /usr/ports/sysutils/pftop/work/pftop-0.7 --- sf-grammer.c --- --- sf-scanner.c --- --- sf-grammer.c --- yacc -d -o sf-grammer.c sf-grammer.y --- sf-scanner.c --- lex -osf-scanner.c sf-scanner.l --- pftop.8.gz --- gzip -cn pftop.8 > pftop.8.gz --- pftop.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c pftop.c --- cache.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c cache.c --- pftop.o --- pftop.c: In function 'read_states': pftop.c:857: warning: pointer targets in passing argument 2 of 'bpf_filter' differ in signedness pftop.c: In function 'print_rule': pftop.c:1652: warning: passing argument 2 of 'print_fld_size' makes integer from pointer without a cast --- engine.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c engine.c --- sf-gencode.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c sf-gencode.c sf-gencode.c: In function 'gen_ifname': sf-gencode.c:1861: warning: pointer targets in passing argument 3 of 'gen_bcmp' differ in signedness --- sf-grammer.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c sf-grammer.c --- pcap-nametoaddr.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c pcap-nametoaddr.c --- bpf_optimize.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c bpf_optimize.c --- bpf_filter.o --- cc -O -pipe -G0 -DHAVE_ALTQ=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_FINE_GRAINED_LOCKING=1 -fno-strict-aliasing -G0 -Wall -DOS_LEVEL=45 -std=gnu89 -c bpf_filter.c bpf_filter.c: In function 'bpf_filter': bpf_filter.c:150: error: argument 'pc' doesn't match prototype /usr/include/pcap/pcap.h:432: error: prototype declaration bpf_filter.c:150: error: argument 'p' doesn't match prototype /usr/include/pcap/pcap.h:432: error: prototype declaration *** [bpf_filter.o] Error code 1 make[1]: stopped in /usr/ports/sysutils/pftop/work/pftop-0.7 1 error make[1]: stopped in /usr/ports/sysutils/pftop/work/pftop-0.7 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/pftop FreeBSD 11.0-CURRENT #0 r278472 Best Regards Daniel --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer araujo@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:29:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDB13C0A for ; Thu, 19 Feb 2015 09:29:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B327C8DE for ; Thu, 19 Feb 2015 09:29:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9T6Kp026177 for ; Thu, 19 Feb 2015 09:29:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197776] lang/cython: strip C modules Date: Thu, 19 Feb 2015 09:29:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:29:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197776 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Feb 19 09:28:43 UTC 2015 New revision: 379335 URL: https://svnweb.freebsd.org/changeset/ports/379335 Log: - Update to 0.22 [1] - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya (maintainer) [1] Approved by: Viltaly Magerya (maintainer) [2] Approved by: dbn (maintainer) [3] Changes: head/lang/cython/Makefile head/lang/cython/distinfo head/x11-toolkits/py-kivy/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:30:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49BD4E16 for ; Thu, 19 Feb 2015 09:30:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC7D8F1 for ; Thu, 19 Feb 2015 09:30:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9U98g026803 for ; Thu, 19 Feb 2015 09:30:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Thu, 19 Feb 2015 09:30:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:30:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197771 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Feb 19 09:29:09 UTC 2015 New revision: 379336 URL: https://svnweb.freebsd.org/changeset/ports/379336 Log: - Update to 1.0.4 - Drop deprecated SILVERCITY option - Pass maintainership to submitter PR: 197771 Submitted by: Anton T?rnqvist Changes: head/www/trac/Makefile head/www/trac/distinfo head/www/trac/files/patch-trac_util_translation.py head/www/trac/files/patch-trac_wiki_formatter.py head/www/trac/files/patch-trac_wiki_tests_wiki-tests.txt head/www/trac/pkg-message -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:31:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECE71F9B for ; Thu, 19 Feb 2015 09:31:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D21DC90A for ; Thu, 19 Feb 2015 09:31:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9VWm9032346 for ; Thu, 19 Feb 2015 09:31:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197776] lang/cython: strip C modules Date: Thu, 19 Feb 2015 09:31:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:31:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197776 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | --- Comment #4 from Jan Beich --- Thanks. Committed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 09:33:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6681FDC for ; Thu, 19 Feb 2015 09:33:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFFC9A1 for ; Thu, 19 Feb 2015 09:33:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9XZuD033668 for ; Thu, 19 Feb 2015 09:33:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197771] www/trac: Update to 1.0.4, take maintainership Date: Thu, 19 Feb 2015 09:33:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 09:33:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197771 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | --- Comment #5 from Jan Beich --- Thanks. Committed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 10:12:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C826F61F for ; Thu, 19 Feb 2015 10:12:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADF88D8E for ; Thu, 19 Feb 2015 10:12:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JACP9K002249 for ; Thu, 19 Feb 2015 10:12:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197817] [MAINTAINER] graphics/p5-Image-ExifTool: update to 9.76 Date: Thu, 19 Feb 2015 10:12:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: devin@spamcop.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 10:12:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197817 Bug ID: 197817 Summary: [MAINTAINER] graphics/p5-Image-ExifTool: update to 9.76 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: devin@spamcop.net Created attachment 153171 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153171&action=edit Patch to update graphics/p5-Image-Exiftool port to 9.76 - Update to 9.76 (latest production version) http://owl.phy.queensu.ca/~phil/exiftool/history.html -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 12:55:54 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20A26286 for ; Thu, 19 Feb 2015 12:55:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04E4BDE for ; Thu, 19 Feb 2015 12:55:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JCtrWa025926 for ; Thu, 19 Feb 2015 12:55:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197818] shells/bash: have bash's pkgname be bash, and bash-static be bash-static Date: Thu, 19 Feb 2015 12:55:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 12:55:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197818 Bug ID: 197818 Summary: shells/bash: have bash's pkgname be bash, and bash-static be bash-static Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: mat@FreeBSD.org Assignee: ehaupt@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) Created attachment 153172 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153172&action=edit bash-pkgname.diff Ports should not change their pkgname depending on options. With this, shells/bash will be called bash, and shells/bash-static will be called bash-static. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ehaupt@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 13:28:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06C82A29 for ; Thu, 19 Feb 2015 13:28:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E12E65F7 for ; Thu, 19 Feb 2015 13:28:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JDSWZk087642 for ; Thu, 19 Feb 2015 13:28:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197819] Tilda segfaults on FreeBSD 10.1 RELEASE Date: Thu, 19 Feb 2015 13:28:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mzs_47@yahoo.co.in X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 13:28:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197819 Bug ID: 197819 Summary: Tilda segfaults on FreeBSD 10.1 RELEASE Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mzs_47@yahoo.co.in I installed tilda using pkg on FreeBSD 10.1 RELEASE. However, it crashes displaying "Segmentation fault (core dumped)" I tried installing tilda from the ports and I got the same error. Tilda version: 0.9.6 FreeBSD: FreeBSD freebsd10-64bit 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 13:43:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F1AABDD for ; Thu, 19 Feb 2015 13:43:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54EE8805 for ; Thu, 19 Feb 2015 13:43:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JDhgW0004949 for ; Thu, 19 Feb 2015 13:43:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197820] update: misc/vifm to 0.7.8 Date: Thu, 19 Feb 2015 13:43:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 13:43:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197820 Bug ID: 197820 Summary: update: misc/vifm to 0.7.8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mp39590@gmail.com CC: kaspars@bankovskis.lv CC: kaspars@bankovskis.lv Flags: maintainer-feedback?(kaspars@bankovskis.lv) Created attachment 153173 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153173&action=edit patch - update from 0.7.7 to 0.7.8 - Makefile cleanup - use pkg-plist - update website reference please "svn add" pkg-plist, since file list become rather long to keep it inside Makefile. --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 15:01:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69B796E2 for ; Thu, 19 Feb 2015 15:01:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA98FBD for ; Thu, 19 Feb 2015 15:01:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JF13AN024786 for ; Thu, 19 Feb 2015 15:01:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197822] www/trac-batchmodify: Mark as deprecated Date: Thu, 19 Feb 2015 15:01:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antont@inbox.lv X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 15:01:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197822 Bug ID: 197822 Summary: www/trac-batchmodify: Mark as deprecated Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: antont@inbox.lv Created attachment 153177 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153177&action=edit diff The functionality this port (plugin) offers is now built-in to trac and should in my opinion be marked as deprecated. See: http://trac-hacks.org/wiki/BatchModifyPlugin -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 15:20:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FFE7B97 for ; Thu, 19 Feb 2015 15:20:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1639D25A for ; Thu, 19 Feb 2015 15:20:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JFKDHP088967 for ; Thu, 19 Feb 2015 15:20:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197823] science/massxpert : logic bug revealed by gcc5 Date: Thu, 19 Feb 2015 15:20:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 15:20:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197823 Bug ID: 197823 Summary: science/massxpert : logic bug revealed by gcc5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vg@FreeBSD.org Reporter: marino@FreeBSD.org Flags: maintainer-feedback?(vg@FreeBSD.org) Assignee: vg@FreeBSD.org Attempting to build massxpert has reveal a logic bug: /wrkdirs/science/massxpert/work/massxpert-3.4.0/lib/cleaveSpec.cpp: In member function 'bool massXpert::CleaveSpec::validate()': /wrkdirs/science/massxpert/work/massxpert-3.4.0/lib/cleaveSpec.cpp:430:17: error: comparison of constant '-1' with boolean expression is always false [-Werror=bool-compare] if (parse() == -1) ^ cc1plus: all warnings being treated as errors I could try fixing it but I think it's better if the maintainer takes a look first (and perhaps contact upstream) --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vg@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 16:08:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E552778 for ; Thu, 19 Feb 2015 16:08:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 235529B2 for ; Thu, 19 Feb 2015 16:08:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JG8HIw067200 for ; Thu, 19 Feb 2015 16:08:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197824] security/strongswan: add GCM and SMP options plus pkgconfig fix Date: Thu, 19 Feb 2015 16:08:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: franco@lastsummer.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 16:08:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197824 Bug ID: 197824 Summary: security/strongswan: add GCM and SMP options plus pkgconfig fix Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: franco@lastsummer.de CC: strongswan@Nanoteq.com CC: strongswan@Nanoteq.com Flags: maintainer-feedback?(strongswan@Nanoteq.com) Created attachment 153178 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153178&action=edit GCM SMP pkgconfig fix (via OPNsense) --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 16:45:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18C007CA for ; Thu, 19 Feb 2015 16:45:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2A73E32 for ; Thu, 19 Feb 2015 16:45:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGjd0O005331 for ; Thu, 19 Feb 2015 16:45:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197819] x11/tilda segfaults on FreeBSD 10.1 RELEASE Date: Thu, 19 Feb 2015 16:45:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rodrigo@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 16:45:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197819 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Tilda segfaults on FreeBSD |x11/tilda segfaults on |10.1 RELEASE |FreeBSD 10.1 RELEASE Assignee|freebsd-ports-bugs@FreeBSD. |rodrigo@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Fix Summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 16:52:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A719A8FB for ; Thu, 19 Feb 2015 16:52:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C80AF0D for ; Thu, 19 Feb 2015 16:52:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGqvZN014263 for ; Thu, 19 Feb 2015 16:52:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197825] new port: devel/acsccid:driver for acs smart card readers Date: Thu, 19 Feb 2015 16:52:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 16:52:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197825 Bug ID: 197825 Summary: new port: devel/acsccid:driver for acs smart card readers Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mp39590@gmail.com Created attachment 153181 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153181&action=edit shell archive Unified driver for ACS smart card readers for use with devel/pcsc-lite. Portlint's warning about USE_LDCONFIG deliberately ignored, since libacsccid.so is not supposed to be used by anyone except pcscd. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 16:55:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A525B07 for ; Thu, 19 Feb 2015 16:55:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F457F3B for ; Thu, 19 Feb 2015 16:55:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGtHO3015375 for ; Thu, 19 Feb 2015 16:55:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197825] new port: devel/acsccid:driver for acs smart card readers Date: Thu, 19 Feb 2015 16:55:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 16:55:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197825 --- Comment #1 from mp39590@gmail.com --- Created attachment 153182 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153182&action=edit poudriere build logs poudriere build logs for 10.1, 10.0, 9.3 and 8.4, all are amd64. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 17:05:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 046B014C for ; Thu, 19 Feb 2015 17:05:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE35AF4 for ; Thu, 19 Feb 2015 17:05:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JH5Tft056842 for ; Thu, 19 Feb 2015 17:05:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197826] [MAINTAINER] russian/wordpress: Update to 4.1.1 Date: Thu, 19 Feb 2015 17:05:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 9267096@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 17:05:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197826 Bug ID: 197826 Summary: [MAINTAINER] russian/wordpress: Update to 4.1.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: 9267096@gmail.com Created attachment 153183 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153183&action=edit ru-wordpress.diff Update to 4.1.1 http://codex.wordpress.org/Version_4.1.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 17:50:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAA2D18E for ; Thu, 19 Feb 2015 17:50:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9629B839 for ; Thu, 19 Feb 2015 17:50:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JHolAq000345 for ; Thu, 19 Feb 2015 17:50:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197827] net-mgmt/xymon-client rc script does not handle "faststart" [patch] Date: Thu, 19 Feb 2015 17:50:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@jnielsen.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 17:50:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197827 Bug ID: 197827 Summary: net-mgmt/xymon-client rc script does not handle "faststart" [patch] Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: feld@FreeBSD.org Reporter: john@jnielsen.net Assignee: feld@FreeBSD.org Flags: maintainer-feedback?(feld@FreeBSD.org) I'm not sure if it was an update to the port or -STABLE, but xymon-client no longer starts at boot on my system: % uname -a FreeBSD stealth.jnielsen.net 10.1-STABLE FreeBSD 10.1-STABLE #1 r278970M: Wed Feb 18 15:33:54 MST 2015 john@stealth.jnielsen.net:/ssdtmp/obj/usr/src/sys/STEALTH amd64 Feb 19 10:14:44 stealth kernel: Starting xymon_client. Feb 19 10:14:45 stealth kernel: Usage: /usr/local/www/xymon/client/runclient.sh start|stop|restart|status It also does not handle other prefixed commands (fast, force, one, quiet), since it includes "${1}" unsanitized in ${command_args}. I propose the following, to allow run_rc_command to do all of its magic and still pass the correct argument to runclient.sh. The patch works for me, but I am not the most experienced rc programmer. # diff -u xymon-client.orig xymon-client --- xymon-client.orig 2015-02-12 13:31:00.784342859 -0700 +++ xymon-client 2015-02-19 10:46:12.134221439 -0700 @@ -16,10 +16,10 @@ : ${xymon_client_enable:=NO} : ${xymon_client_user:=xymon} -command=/usr/local/www/xymon/client/runclient.sh -command_args="${xymon_client_flags} ${1}" procname=/usr/local/www/xymon/client/bin/xymonlaunch pidfile="/usr/local/www/xymon/client/logs/clientlaunch.`hostname`.pid" start_precmd="chown -R ${xymon_client_user} /usr/local/www/xymon/client/logs" +start_cmd="/usr/local/www/xymon/client/runclient.sh ${xymon_client_flags} start" +stop_cmd="/usr/local/www/xymon/client/runclient.sh ${xymon_client_flags} stop" run_rc_command "$1" --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer feld@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:12:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6559E8C3 for ; Thu, 19 Feb 2015 18:12:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9A8BCA for ; Thu, 19 Feb 2015 18:12:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JICtbt093704 for ; Thu, 19 Feb 2015 18:12:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Thu, 19 Feb 2015 18:12:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Portsnap X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:12:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cperciva@FreeBSD.org, | |sbruno@FreeBSD.org --- Comment #1 from Sean Bruno --- Adding Colin to take a look. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:16:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EE75AD0 for ; Thu, 19 Feb 2015 18:16:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64504C0B for ; Thu, 19 Feb 2015 18:16:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIGRLO021888 for ; Thu, 19 Feb 2015 18:16:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197828] [update] emulators/pipelight to 2.8 Date: Thu, 19 Feb 2015 18:16:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:16:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 Bug ID: 197828 Summary: [update] emulators/pipelight to 2.8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: sasamotikomi@gmail.com Created attachment 153184 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153184&action=edit Makefile I recommended update right now, shipped version isn't last. # pipelight-plugin --update If you have problem at first: # pipelight-plugin --remove-mozilla-plugins # pipelight-plugin --create-mozilla-plugins -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:20:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26ED1EE2 for ; Thu, 19 Feb 2015 18:20:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ADBDC65 for ; Thu, 19 Feb 2015 18:20:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIKDdN091459 for ; Thu, 19 Feb 2015 18:20:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197828] [update] emulators/pipelight to 2.8 Date: Thu, 19 Feb 2015 18:20:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:20:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 --- Comment #1 from sasamotikomi@gmail.com --- Created attachment 153185 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153185&action=edit distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:21:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E166F5F for ; Thu, 19 Feb 2015 18:21:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33E28D02 for ; Thu, 19 Feb 2015 18:21:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JILBVf095721 for ; Thu, 19 Feb 2015 18:21:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197828] [update] emulators/pipelight to 2.8 Date: Thu, 19 Feb 2015 18:21:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:21:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 --- Comment #2 from sasamotikomi@gmail.com --- Created attachment 153186 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153186&action=edit patch-Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:30:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61E1B127 for ; Thu, 19 Feb 2015 18:30:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 470DBD77 for ; Thu, 19 Feb 2015 18:30:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIUd0c002379 for ; Thu, 19 Feb 2015 18:30:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197223] emulators/pipelight can't update flash Date: Thu, 19 Feb 2015 18:30:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:30:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197223 sasamotikomi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed --- Comment #1 from sasamotikomi@gmail.com --- *** This bug has been marked as a duplicate of bug 197828 *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:30:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D080012A for ; Thu, 19 Feb 2015 18:30:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6C4AD7B for ; Thu, 19 Feb 2015 18:30:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIUdSP002388 for ; Thu, 19 Feb 2015 18:30:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197828] [update] emulators/pipelight to 2.8 Date: Thu, 19 Feb 2015 18:30:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:30:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 --- Comment #3 from sasamotikomi@gmail.com --- *** Bug 197223 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 18:48:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B605752D for ; Thu, 19 Feb 2015 18:48:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA58F3C for ; Thu, 19 Feb 2015 18:48:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JImKrM020254 for ; Thu, 19 Feb 2015 18:48:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197817] [MAINTAINER] graphics/p5-Image-ExifTool: update to 9.76 Date: Thu, 19 Feb 2015 18:48:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 18:48:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197817 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |sunpoet@FreeBSD.org |org | CC| |sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:02:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 742B08DB for ; Thu, 19 Feb 2015 19:02:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5912D199 for ; Thu, 19 Feb 2015 19:02:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJ2fVk069026 for ; Thu, 19 Feb 2015 19:02:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197829] Upgrade net/freeradius3 to 3.0.7 Date: Thu, 19 Feb 2015 19:02:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ncrogers@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: zi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:02:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197829 Bug ID: 197829 Summary: Upgrade net/freeradius3 to 3.0.7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: zi@FreeBSD.org Reporter: ncrogers@gmail.com Assignee: zi@FreeBSD.org Flags: maintainer-feedback?(zi@FreeBSD.org) Created attachment 153187 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153187&action=edit net/freeradius3 diff to upgrade to 3.0.7 FreeRADIUS 3.0.7 was released today. http://freeradius.1045715.n5.nabble.com/Version-3-0-7-has-been-released-td5731821.html This release includes numerous minor fixes and features. One of the fixed bugs affected FreeBSD directly: "Fix infinite loop in kevent event loop code. Issue only presented on FreeBSD." This fix obviates the need for the files/patch-src__lib__event.c patch in the port. Attached is a diff that updates net/freeradius3 to 3.0.7 and removes the now unnecessary patch. Also attached is poudriere testport output. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer zi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:05:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A158294E for ; Thu, 19 Feb 2015 19:05:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 865FA1B6 for ; Thu, 19 Feb 2015 19:05:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJ5Elf070500 for ; Thu, 19 Feb 2015 19:05:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197830] [patch] update devel/p5-EV to 4.18 Date: Thu, 19 Feb 2015 19:05:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:05:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197830 Bug ID: 197830 Summary: [patch] update devel/p5-EV to 4.18 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adamw@FreeBSD.org CC: vovkasm@gmail.com Flags: maintainer-feedback?(vovkasm@gmail.com) CC: vovkasm@gmail.com Created attachment 153189 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153189&action=edit 4.18 Update to 4.18 Changes: https://metacpan.org/changes/distribution/EV All tests successful. Files=11, Tests=6875, 6 wallclock secs ( 0.58 usr 0.02 sys + 0.20 cusr 0.16 csys = 0.96 CPU) Result: PASS --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:05:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6897197F for ; Thu, 19 Feb 2015 19:05:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E85D1BB for ; Thu, 19 Feb 2015 19:05:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJ5NoV070594 for ; Thu, 19 Feb 2015 19:05:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197830] [patch] update devel/p5-EV to 4.18 Date: Thu, 19 Feb 2015 19:05:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: adamw@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:05:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197830 Adam Weinberger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |adamw@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:23:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B64915A for ; Thu, 19 Feb 2015 19:23:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370DD5E4 for ; Thu, 19 Feb 2015 19:23:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJNq5p091025 for ; Thu, 19 Feb 2015 19:23:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197831] valgrind on stable/10: binary package still needs updating due to openat() Date: Thu, 19 Feb 2015 19:23:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adrian@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:23:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197831 Bug ID: 197831 Summary: valgrind on stable/10: binary package still needs updating due to openat() Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: adrian@freebsd.org root@test3:/home/foo # valgrind ./foo ==92585== Memcheck, a memory error detector ==92585== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==92585== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==92585== Command: ./blockd -i igb4,igb5 -I igb1 -Q 8 -e 8 -E 8 -F /dev/null ==92585== ==92585== Warning: invalid file descriptor -100 in syscall openat() ==92585== Warning: invalid file descriptor -100 in syscall openat() Cannot open "/usr/local/lib/valgrind/vgpreload_core-amd64-freebsd.so" ==92585== ==92585== HEAP SUMMARY: ==92585== in use at exit: 0 bytes in 0 blocks ==92585== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==92585== ==92585== All heap blocks were freed -- no leaks are possible ==92585== ==92585== For counts of detected and suppressed errors, rerun with: -v ==92585== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) .. this was fixed by stas in his valgrind port to freebsd, but we still don't have an updated binary package with a working valgrind. Can this please be fixed? This is really frustrating. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:33:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF5B52C7 for ; Thu, 19 Feb 2015 19:33:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53646EB for ; Thu, 19 Feb 2015 19:33:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJXfTP001757 for ; Thu, 19 Feb 2015 19:33:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197812] update www/squid to 3.4.12 Date: Thu, 19 Feb 2015 19:33:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:33:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197812 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunpoet@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |sunpoet@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 19:55:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B367376F for ; Thu, 19 Feb 2015 19:55:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98B7B99D for ; Thu, 19 Feb 2015 19:55:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJtgDC022466 for ; Thu, 19 Feb 2015 19:55:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197831] devel/valgrind on stable/10: binary package still needs updating due to openat() Date: Thu, 19 Feb 2015 19:55:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 19:55:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197831 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind on stable/10: |devel/valgrind on |binary package still needs |stable/10: binary package |updating due to openat() |still needs updating due to | |openat() --- Comment #1 from Mark Linimon --- Fix Summary. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 20:07:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EEFBD34 for ; Thu, 19 Feb 2015 20:07:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 847EDACE for ; Thu, 19 Feb 2015 20:07:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JK7H04064441 for ; Thu, 19 Feb 2015 20:07:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Thu, 19 Feb 2015 20:07:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:07:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 --- Comment #2 from Nikolai Lifanov --- Please update sysutils/ansible to 1.8.4 instead. It fixes a couple of regressions with 1.8.4. Changes: https://raw.githubusercontent.com/ansible/ansible/v1.8.4/CHANGELOG.md -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 20:08:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D017E52 for ; Thu, 19 Feb 2015 20:08:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42546AE6 for ; Thu, 19 Feb 2015 20:08:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JK868K064717 for ; Thu, 19 Feb 2015 20:08:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Thu, 19 Feb 2015 20:08:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:08:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 Nikolai Lifanov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153145|0 |1 is obsolete| | Attachment #153191| |maintainer-approval+ Flags| | --- Comment #3 from Nikolai Lifanov --- Created attachment 153191 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153191&action=edit sysutils/ansible 1.8.2_3 -> 1.8.4 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 20:14:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B96F2268 for ; Thu, 19 Feb 2015 20:14:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 984A9C1A for ; Thu, 19 Feb 2015 20:14:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JKE1Bq072221 for ; Thu, 19 Feb 2015 20:14:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Thu, 19 Feb 2015 20:14:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lifanov@mail.lifanov.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:14:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 Nikolai Lifanov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153146|0 |1 is obsolete| | --- Comment #4 from Nikolai Lifanov --- Created attachment 153192 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153192&action=edit poudriere testport log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 20:59:36 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9FCC5EF for ; Thu, 19 Feb 2015 20:59:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FBA2100 for ; Thu, 19 Feb 2015 20:59:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JKxaAw012551 for ; Thu, 19 Feb 2015 20:59:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197833] [maintainer update] [patch] www/mod_security: update to 2.9.0 Date: Thu, 19 Feb 2015 20:59:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: walter@lifeforms.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:59:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197833 Bug ID: 197833 Summary: [maintainer update] [patch] www/mod_security: update to 2.9.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: walter@lifeforms.nl Created attachment 153193 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153193&action=edit patch Changes: - update ModSecurity to 2.9.0 (released Feb 12, 2015) - add JSON parsing support via devel/yajl - add support for loading remote configuration, which depends on ftp/curl - add optional support for fuzzy hashes via security/ssdeep - fix: use lua51 only, ModSecurity does not support lua 5.2 yet - add FreeBSD specific README with installation and configuration hints - pkg-message: refer uses to README - use ETCDIR=etc/modsecurity for config files - install recommended modsecurity.conf using .sample config file convention - port skeleton cleanups New files: files/README.in files/pkg-message.in pkg-plist Tested: FreeBSD 9.3+10.1, Apache 2.2+2.4 This is my first nontrivial port update, so review is welcome. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 21:54:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F988DEF for ; Thu, 19 Feb 2015 21:54:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2579F99A for ; Thu, 19 Feb 2015 21:54:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLsZ9o030826 for ; Thu, 19 Feb 2015 21:54:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197834] new port: devel/pyscard: smart card support for python Date: Thu, 19 Feb 2015 21:54:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 21:54:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197834 Bug ID: 197834 Summary: new port: devel/pyscard: smart card support for python Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mp39590@gmail.com Created attachment 153195 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153195&action=edit shell archive Python module adding smart cards support. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 21:55:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37D7CE25 for ; Thu, 19 Feb 2015 21:55:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3609A1 for ; Thu, 19 Feb 2015 21:55:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLtEcE031214 for ; Thu, 19 Feb 2015 21:55:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197834] new port: devel/pyscard: smart card support for python Date: Thu, 19 Feb 2015 21:55:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 21:55:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197834 --- Comment #1 from mp39590@gmail.com --- Created attachment 153196 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153196&action=edit poudriere build logs poudriere build logs for 10.1, 10.0, 9.3 and 8.4, all are amd64. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 22:00:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BA27F63 for ; Thu, 19 Feb 2015 22:00:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4127AA5F for ; Thu, 19 Feb 2015 22:00:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JM0qp6048804 for ; Thu, 19 Feb 2015 22:00:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197835] vpnc-0.5.3_10 cannot sendto() esp packets on 11-CURRENT Date: Thu, 19 Feb 2015 22:00:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markiyan.kushnir@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 22:00:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197835 Bug ID: 197835 Summary: vpnc-0.5.3_10 cannot sendto() esp packets on 11-CURRENT Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: markiyan.kushnir@gmail.com Created attachment 153197 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153197&action=edit a patch to the patch Once vpnc set up a tunnel and went into the main loop, no esp could be sent, with the following error message: vpnc[2405]: esp sendto: Invalid argument A strange thing is that vpnc seems to work OK on a bhyve guest built around the same time, as my host system: $ uname -a FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r278973: Thu Feb 19 05:56:13 EET 2015 root@vm0.mkushnir.mooo.com:/work/obj/work/src.svn/sys/MAREK amd64 After some digging, I could fix it by defining NEED_IPLEN_FIX in the port patch file. I'm attaching my version of patch-sysdep.h below. I found it quite a while ago (a couple of months), but only got to it now. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 22:07:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 668C520E for ; Thu, 19 Feb 2015 22:07:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B158AAB for ; Thu, 19 Feb 2015 22:07:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JM75eP074953 for ; Thu, 19 Feb 2015 22:07:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197835] vpnc-0.5.3_10 cannot sendto() esp packets on 11-CURRENT Date: Thu, 19 Feb 2015 22:07:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markiyan.kushnir@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.description attachments.ispatch attachments.mimetype Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 22:07:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197835 markiyan.kushnir@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153197|a patch to the patch |my version of the patch description| | Attachment #153197|0 |1 is patch| | Attachment #153197|text/x-chdr |text/plain mime type| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 22:09:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AE68420 for ; Thu, 19 Feb 2015 22:09:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4005BADF for ; Thu, 19 Feb 2015 22:09:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JM9mPG076324 for ; Thu, 19 Feb 2015 22:09:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197835] [patch]vpnc-0.5.3_10 cannot sendto() esp packets on 11-CURRENT Date: Thu, 19 Feb 2015 22:09:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markiyan.kushnir@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 22:09:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197835 markiyan.kushnir@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|vpnc-0.5.3_10 cannot |[patch]vpnc-0.5.3_10 cannot |sendto() esp packets on |sendto() esp packets on |11-CURRENT |11-CURRENT -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 22:20:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB1F760C for ; Thu, 19 Feb 2015 22:20:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF108C32 for ; Thu, 19 Feb 2015 22:20:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JMK7na088948 for ; Thu, 19 Feb 2015 22:20:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197836] mail/spamassassin install failing on 9.3 with default Perl Date: Thu, 19 Feb 2015 22:20:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bogus19@veggiechinese.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: adamw@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 22:20:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197836 Bug ID: 197836 Summary: mail/spamassassin install failing on 9.3 with default Perl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: adamw@FreeBSD.org Reporter: bogus19@veggiechinese.net Flags: maintainer-feedback?(adamw@FreeBSD.org) Assignee: adamw@FreeBSD.org FreeBSD 9.3-RELEASE-p9. I'm trying to re-install SpamAssassin, to get rid of the 'gpg1' dependency. However, the port is installing into /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/5.12 instead of /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl, so the whole install fails. ===> Registering installation for spamassassin-3.4.0_17 pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::AICache.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::ArchiveIterator.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::AsyncLoop.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::AutoWhitelist.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Bayes.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore::BDB.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore::MySQL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore::PgSQL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore::Redis.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::BayesStore::SQL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Client.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Conf.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Conf::LDAP.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Conf::Parser.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Conf::SQL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::DnsResolver.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Logger.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Logger::File.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Logger::Stderr.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Logger::Syslog.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Message.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Message::Metadata.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Message::Node.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::PerMsgLearner.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::PerMsgStatus.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::PersistentAddrList.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::ASN.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::AWL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::AccessDB.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::AntiVirus.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::AskDNS.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::AutoLearnThreshold.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Bayes.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::BodyRuleBaseExtractor.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Check.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::DCC.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::DKIM.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::DNSEval.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Hashcash.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::MIMEHeader.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::OneLineBodyRuleType.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::PhishTag.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Pyzor.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Razor2.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::RelayCountry.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::ReplaceTags.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Reuse.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Rule2XSBody.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::SPF.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Shortcircuit.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::SpamCop.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::Test.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::TextCat.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::URIDNSBL.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::URIDetail.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::VBounce.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Plugin::WhiteListSubject.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::PluginHandler.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::SQLBasedAddrList.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::SubProcBackChannel.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Timeout.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Util.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Util::DependencyInfo.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Util::Progress.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::SpamAssassin::Util::RegistrarBoundaries.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/man/man3/spamassassin-run.3.gz: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/AICache.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/ArchiveIterator.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/AsyncLoop.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/AutoWhitelist.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Bayes.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Bayes/CombineChi.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Bayes/CombineNaiveBayes.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/BDB.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/DBM.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/MySQL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/PgSQL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/Redis.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/SDBM.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/BayesStore/SQL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Client.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf/LDAP.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf/Parser.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf/SQL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Constants.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/DBBasedAddrList.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Dns.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/DnsResolver.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/HTML.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Locales.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Locker.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Locker/Flock.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Locker/UnixNFSSafe.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Locker/Win32.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Logger.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Logger/File.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Logger/Stderr.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Logger/Syslog.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/MailingList.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Message.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Message/Metadata.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Message/Metadata/Received.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Message/Node.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/NetSet.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/PerMsgLearner.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/PerMsgStatus.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/PersistentAddrList.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/ASN.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/AWL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/AccessDB.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/AntiVirus.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/AskDNS.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Bayes.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/BodyEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Check.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/DCC.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/DKIM.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/DNSEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/FreeMail.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/HTMLEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/HTTPSMismatch.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Hashcash.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/HeaderEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/ImageInfo.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/MIMEEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/MIMEHeader.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/PhishTag.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Pyzor.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Razor2.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/RelayCountry.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/RelayEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/ReplaceTags.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Reuse.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Rule2XSBody.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/SPF.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Shortcircuit.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/SpamCop.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/Test.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/TextCat.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/URIDetail.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/URIEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/VBounce.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/WLBLEval.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/WhiteListSubject.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/PluginHandler.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Reporter.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/SQLBasedAddrList.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/SpamdForkScaling.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/SubProcBackChannel.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Timeout.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/DependencyInfo.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/Progress.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/RegistrarBoundaries.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/ScopedTimer.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/TieOneStringHash.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Util/TinyRedis.pm: No such file or directory pkg-static: Unable to access file /usr/ports/mail/spamassassin/work/stage/usr/local/lib/perl5/site_perl/spamassassin-run.pod: No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/mail/spamassassin. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer adamw@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 22:23:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FFB3862 for ; Thu, 19 Feb 2015 22:23:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85D93CEC for ; Thu, 19 Feb 2015 22:23:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JMNLBe095880 for ; Thu, 19 Feb 2015 22:23:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197837] mail/spamassassin dependency on gpg1 Date: Thu, 19 Feb 2015 22:23:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bogus19@veggiechinese.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: adamw@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 22:23:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197837 Bug ID: 197837 Summary: mail/spamassassin dependency on gpg1 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: adamw@FreeBSD.org Reporter: bogus19@veggiechinese.net Assignee: adamw@FreeBSD.org Flags: maintainer-feedback?(adamw@FreeBSD.org) The spamassassin port requires gnupg1 when built with the option to check GPG keys in sa-update, but I imagine it should be able to work with gnupg (which now defaults to gnupg2) also. This ends up blowing away my earlier installation of gnupg2 as the default 'gpg' etc. in my path. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer adamw@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 23:17:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B73DB62 for ; Thu, 19 Feb 2015 23:17:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5156A2F3 for ; Thu, 19 Feb 2015 23:17:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JNHxLK086156 for ; Thu, 19 Feb 2015 23:17:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Thu, 19 Feb 2015 23:17:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Portsnap X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cperciva@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 23:17:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 --- Comment #2 from Colin Percival --- Everything looks fine to me. If this is still happening, can you run # sh -x `which portsnap` fetch and past the last few lines? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 23:54:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E59AE2C9 for ; Thu, 19 Feb 2015 23:54:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAFAE917 for ; Thu, 19 Feb 2015 23:54:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JNsF2L028287 for ; Thu, 19 Feb 2015 23:54:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197835] [patch] security/vpnc 0.5.3_10 cannot sendto() esp packets on 11-CURRENT Date: Thu, 19 Feb 2015 23:54:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 23:54:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197835 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch]vpnc-0.5.3_10 cannot |[patch] security/vpnc |sendto() esp packets on |0.5.3_10 cannot sendto() |11-CURRENT |esp packets on 11-CURRENT Assignee|freebsd-ports-bugs@FreeBSD. |ehaupt@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Fix Summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 00:29:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4731DAC for ; Fri, 20 Feb 2015 00:29:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9C57CDF for ; Fri, 20 Feb 2015 00:29:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0TTbU031714 for ; Fri, 20 Feb 2015 00:29:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197109] benchmarks/=?UTF-8?Q?geekbench=202=2E1=2E3=20=E2=80=93=20FATAL?=: kernel too old Date: Fri, 20 Feb 2015 00:29:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 00:29:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197109 --- Comment #3 from Kalten --- Hello Harry! Did my Comment 2 solve your problem? Can this bug report be closed? Regards, Kalten -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 01:05:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A09DDC6C for ; Fri, 20 Feb 2015 01:05:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E71132 for ; Fri, 20 Feb 2015 01:05:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K155mY013024 for ; Fri, 20 Feb 2015 01:05:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197839] [PATCH]: Update security/tor-devel to 0.2.6.3-alpha, remove deprecated config options Date: Fri, 20 Feb 2015 01:05:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: reezer@reezer.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bf@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 01:05:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197839 Bug ID: 197839 Summary: [PATCH]: Update security/tor-devel to 0.2.6.3-alpha, remove deprecated config options Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bf@FreeBSD.org Reporter: reezer@reezer.org Flags: maintainer-feedback?(bf@FreeBSD.org) Assignee: bf@FreeBSD.org The attached patched updates tor-devel to 0.2.6.3-alpha and also removes some options that aren't supported anymore. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer bf@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 01:55:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9599EE1D for ; Fri, 20 Feb 2015 01:55:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C30A8FD for ; Fri, 20 Feb 2015 01:55:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K1tDv9075522 for ; Fri, 20 Feb 2015 01:55:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197840] emulators/virtualbox-ose-additions Date: Fri, 20 Feb 2015 01:55:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: otaciliodearaujo@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 01:55:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197840 Bug ID: 197840 Summary: emulators/virtualbox-ose-additions Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vbox@FreeBSD.org Reporter: otaciliodearaujo@gmail.com Flags: maintainer-feedback?(vbox@FreeBSD.org) Assignee: vbox@FreeBSD.org --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vbox@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 03:54:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 654D2222 for ; Fri, 20 Feb 2015 03:54:32 +0000 (UTC) Received: from ts1-216.calg.interhop.net (ts1-184.wnpg.interhop.net [165.154.32.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8DDD8857 for ; Fri, 20 Feb 2015 03:54:28 +0000 (UTC) MIME-Version: 1.0 From: "Vatican Expositor" Reply-To: info@news.va To: freebsd-ports-bugs@hub.freebsd.org Subject: The Satanic Agenda Of Pope Francis And The Elite Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: Smart_Send_3_1_6 Date: Thu, 19 Feb 2015 22:54:21 -0500 Message-ID: <46643637135446016651@Home> X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 03:54:32 -0000 The following information is being widely distributed to those in the inter= national media. You will soon be called upon by your corporate masters with= in the NWO Illuminati to sell their 'one world' government, economy, and re= ligion, to the unsuspecting masses. Those who take the 'mark of the beast' = and those in the media who help convince them to do so, are going to lose t= heir souls. Please make no mistake about it. Here are the Lord's warnings f= rom Revelation 14. "If any man worship the beast and his image, and receive his mark in his fo= rehead, or in his hand, The same shall drink of the wine of the wrath of Go= d, which is poured out without mixture into the cup of his indignation; and= he shall be tormented with fire and brimstone in the presence of the holy = angels, and in the presence of the Lamb: And the smoke of their torment asc= endeth up for ever and ever: and they have no rest day nor night, who worsh= ip the beast and his image, and whosoever receiveth the mark of his name". This expose of the Vatican and Pope Francis comprises (a) The history of ho= w and why the Roman Catholics created Islam. (b) An eyewitness testimony of= human sacrifice in the catacombs of the Vatican during an Illuminati initi= ation ceremony. (c) The criminal background of Pope Francis while he served= as Jesuit Provincial in Argentina (d) The satanic oaths that Jesuit offici= als such as Francis are required to swear to. (e) Video proof of 'full blow= n' Lucifer worship conducted in Latin at the Vatican. How And Why The Roman Catholics Created The Religion Of Islam This information came from Alberto Rivera, former Jesuit priest after his c= onversion to Protestant Christianity. It is excerpted from "The Prophet," p= ublished by Chick Publications, PO Box 662, Chino CA 91708. Since its publi= cation, after several unsuccessful attempts on his life, he died suddenly f= rom food poisoning. His testimony should not be silenced. Dr. Rivera speaks= to us still ... "What I'm going to tell you is what I learned in secret briefings in the Va= tican when I was a Jesuit priest, under oath and induction. A Jesuit cardin= al named Augustine Bea showed us how desperately the Roman Catholics wanted= Jerusalem at the end of the third century. Because of its religious histor= y and its strategic location, the Holy City was considered a priceless trea= sure. A scheme had to be developed to make Jerusalem a Roman Catholic city. "The great untapped source of manpower that could do this job was the child= ren of Ishmael. The poor Arabs fell victim to one of the most clever plans = ever devised by the powers of darkness. Early Christians went everywhere wi= th the gospel setting up small churches, but they met heavy opposition. Bot= h the Jews and the Roman government persecuted the believers in Christ to s= top their spread. But the Jews rebelled against Rome, and in 70 AD, Roman a= rmies under General Titus smashed Jerusalem and destroyed the great Jewish = temple which was the heart of Jewish worship...in fulfillment of Christ's p= rophecy in Matthew 24:2. "On this holy placed today where the temple once stood, the Dome of the Roc= k Mosque stands as Islam's second most holy place. Sweeping changes were in= the wind. Corruption, apathy, greed, cruelty, perversion and rebellion wer= e eating at the Roman Empire, and it was ready to collapse. The persecution= against Christians was useless as they continued to lay down their lives f= or the gospel of Christ. "The only way Satan could stop this thrust was to create a counterfeit "Chr= istian" religion to destroy the work of God. The solution was in Rome. Thei= r religion had come from ancient Babylon and all it needed was a face-lift.= This didn't happen overnight, but began in the writings of the 'early chur= ch fathers'. "It was through their writings that a new religion would take shape. The st= atue of Jupiter in Rome was eventually called St. Peter, and the statue of = Venus was changed to the Virgin Mary. The site chosen for its headquarters = was on one of the seven hills called 'Vaticanus', the place of the diving s= erpent where the Satanic temple of Janus stood. "The great counterfeit religion was Roman Catholicism, called 'Mystery, Bab= ylon the Great, the Mother of Harlots and Abominations of the Earth'- Revel= ation 17:5. She was raised up to block the gospel, slaughter the believers = in Christ, establish religions, create wars and make the nations drunk with= the wine of her fornication as we will see. "Three major religions have one thing in common - each has a holy place whe= re they look for guidance. Roman Catholicism looks to the Vatican as the Ho= ly City. The Jews look to the wailing wall in Jerusalem, and the Muslims lo= ok to Mecca as their Holy City. Each group believes that they receive certa= in types of blessings for the rest of their lives for visiting their holy p= lace. In the beginning, Arab visitors would bring gifts to the 'House of Go= d', and the keepers of the Kaaba were gracious to all who came. Some brough= t their idols and, not wanting to offend these people, their idols were pla= ced inside the sanctuary. It is said that the Jews looked upon the Kaaba as= an outlying tabernacle of the Lord with veneration until it became pollute= d with idols. "In a tribal contention over a well(Zamzam) the treasure of the Kaaba and t= he offerings that pilgrims had given were dumped down the well and it was f= illed with sand - it disappeared. Many years later Adb Al-Muttalib was give= n visions telling him where to find the well and its treasure. He became th= e hero of Mecca, and he was destined to become the grandfather of Muhammad.= Before this time, Augustine became the bishop of North Africa and was effe= ctive in winning Arabs to Roman Catholicism, including whole tribes. It was= among these Arab converts to Catholicism that the concept of looking for a= n Arab prophet developed. "Muhammad's father died from illness and sons born to great Arab families i= n places like Mecca were sent into the desert to be suckled and weaned and = spend some of their childhood with Bedouin tribes for training and to avoid= the plagues in the cities. "After his mother and grandfather also died, Muhammad was with his uncle wh= en a Roman Catholic monk learned of his identity and said, "Take your broth= er's son back to his country and guard him against the Jews, for by god, if= they see him and know of him that which I know, they will construe evil ag= ainst him. Great things are in store for this brother's son of yours." "The Roman Catholic monk had fanned the flames for future Jewish persecutio= ns at the hands of the followers of Muhammad. The Vatican desperately wante= d Jerusalem because of its religious significance, but was blocked by the J= ews. "Another problem was the true Christians in North Africa who preached the g= ospel. Roman Catholicism was growing in power, but would not tolerate oppos= ition. Somehow the Vatican had to create a weapon to eliminate both the Jew= s and the true Christian believers who refused to accept Roman Catholicism.= Lookng to North Africa, they saw the multitudes of Arabs as a source of ma= npower to do their dirty work. Some Arabs had become Roman Catholic, and co= uld be used in reporting information to leaders in Rome. Others were used i= n an underground spy network to carry out Rome's master plan to control the= great multitudes of Arabs who rejected Catholicism. When 'St Augustine' ap= peared on the scene, he knew what was going on. His monasteries served as b= ases to seek out and destroy Bible manuscripts owned by the true Christians. "The Vatican wanted to create a messiah for the Arabs, someone they could r= aise up as a great leader, a man with charisma whom they could train, and e= ventually unite all the non-Catholic Arabs behind him, creating a mighty ar= my that would ultimately capture Jerusalem for the pope. In the Vatican bri= efing, Cardinal Bea told us this story:=20 'A wealthy Arabian lady who was a faithful follower of the pope played a tr= emendous part in this drama. She was a widow named Khadijah. She gave her w= ealth to the church and retired to a convent, but was given an assignment. = She was to find a brilliant young man who could be used by the Vatican to c= reate a new religion and become the messiah for the children of Ishmael. Kh= adijah had a cousin named Waraquah,, who was also a very faithful Roman Cat= holic and the Vatican placed him in a critical role as Muhammad's advisor. = He had tremendous influence on Muhammad.=20 'Teachers were sent to young Muhammad and he had intensive training. Muhamm= ad studied the works of St. Augustine which prepared him for his "great cal= ling." The Vatican had Catholic Arabs across North Africa spread the story = of a great one who was about to rise up among the people and be the chosen = one of their God. 'While Muhammad was being prepared, he was told that his enemies were the J= ews and that the only true Christians were Roman Catholic. He was taught th= at others calling themselves Christians were actually wicked impostors and = should be destroyed. Many Muslims believe this. 'Muhammad began receiving "divine revelations" and his wife's Catholic cous= in Waraquah helped interpret them. From this came the Koran. In the fifth y= ear of Muhammad's mission, persecution came against his followers because t= hey refused to worship the idols in the Kaaba. =20 'Muhammad instructed some of them to flee to Abysinnia where Negus, the Rom= an Catholic king accepted them because Muhammad's views on the virgin Mary = were so close to Roman Catholic doctrine. These Muslims received protection= from Catholic kings because of Muhammad's revelations. 'Muhammad later conquered Mecca and the Kaaba was cleared of idols. History= proves that before Islam came into existence, the Sabeans in Arabia worshi= ped the moon-god who was married to the sun-god. They gave birth to three g= oddesses who were worshipped throughout the Arab world as "Daughters of All= ah" An idol excavated at Hazor in Palestine in 1950's shows Allah sitting o= n a throne with the crescent moon on his chest. 'Muhammad claimed he had a vision from Allah and was told, "You are the mes= senger of Allah." This began his career as a prophet and he received many m= essages. By the time Muhammad died, the religion of Islam was exploding. Th= e nomadic Arab tribes were joining forces in the name of Allah and his prop= het, Muhammad. 'Some of Muhammad's writings were placed in the Koran, others were never pu= blished. They are now in the hands of high ranking holy men (Ayatollahs) in= the Islamic faith.'=20 "When Cardinal Bea shared with us in the Vatican, he said, these writings a= re guarded because they contain information that links the Vatican to the c= reation of Islam. Both sides have so much information on each other, that i= f exposed, it could create such a scandal that it would be a disaster for b= oth religions. "In their "holy" book, the Koran, Christ is regarded as only a prophet. If = the pope was His representative on earth, then he also must be a prophet of= God. This caused the followers of Muhammad to fear and respect the pope as= another "holy man." "The pope moved quickly and issued bulls granting the Arab generals permiss= ion to invade and conquer the nations of North Africa. The Vatican helped t= o finance the building of these massive Islamic armies in exchange for thre= e favors:=20 1. Eliminate the Jews and Christians (true believers, which they called= infidels). 2. Protect the Augustinian Monks and Roman Catholics. 3. Conquer Jerusalem for "His Holiness" in the Vatican.=20 "As time went by, the power of Islam became tremendous - Jews and true Chri= stians were slaughtered, and Jerusalem fell into their hands. Roman Catholi= cs were never attacked, nor were their shrines, during this time. But when = the pope asked for Jerusalem, he was surprised at their denial! The Arab ge= nerals had such military success that they could not be intimidated by the = pope - nothing could stand in the way of their own plan. "Under Waraquah's direction, Muhammad wrote that Abraham offered Ishmael as= a sacrifice. The Bible says that Isaac was the sacrifice, but Muhammad rem= oved Isaac's name and inserted Ishmael's name. As a result of this and Muha= mmad's vision, the faithful Muslims built a mosque, the Dome of the Rock, i= n Ishmael's honor on the site of the Jewish temple that was destroyed in 70= AD. This made Jerusalem the 2nd most holy place in the Islam faith. How co= uld they give such a sacred shrine to the pope without causing a revolt=3F "The pope realized what they had created was out of control when he heard t= hey were calling "His Holiness" an infidel. The Muslim generals were determ= ined to conquer the world for Allah and now they turned toward Europe. Isla= mic ambassadors approached the pope and asked for papal bulls to give them = permission to invade European countries. "The Vatican was outraged; war was inevitable. Temporal power and control o= f the world was considered the basic right of the pope. He wouldn't think o= f sharing it with those whom he considered heathens. "The pope raised up his armies and called them crusades to hold back the ch= ildren of Ishmael from grabbing Catholic Europe. The crusades lasted centur= ies and Jerusalem slipped out of the pope's hands. "Turkey fell and Spain and Portugal were invaded by Islamic forces. In Port= ugal, they called a mountain village "Fatima" in honor of Muhammad's daught= er, never dreaming it would become world famous. "Years later when the Muslim armies were poised on the islands of Sardinia = and Corsica, to invade Italy, there was a serious problem. The Islamic gene= rals realized they were too far extended. It was time for peace talks. One = of the negotiators was Francis of Assisi. "As a result, the Muslims were allowed to occupy Turkey in a "Christian" wo= rld, and the Catholics were allowed to occupy Lebanon in the Arab world. It= was also agreed that the Muslims could build mosques in Catholic countries= without interference as long as Roman Catholicism could flourish Arab coun= tries. "Cardinal Bea told us in Vatican briefings that both the Muslims and Roman = Catholics agreed to block and destroy the efforts of their common enemy, Bi= ble-believing Christianm missionaries. Through these concordats, Satan bloc= ked the children of Ishmael from a knowledge of Scripture and the truth. "A light control was kept on Muslims from the Ayatollah down through the Is= lamic priests, nuns and monks. The Vatican also engineers a campaign of hat= red between the Muslim Arabs and the Jews. Before this, they had co-existed= peacefully. "The Islamic community looks on the Bible-believing missionary as a devil w= ho brings poison to the children of Allah. This explains years of ministry = in those countries with little results. "The next plan was to control Islam. In 1910, Portugal was going Socialisti= c. Red flags were appearing and the Catholic Church was facing a major prob= lem. Increasing numbers were against the church. "The Jesuits wanted Russia involved, and the location of this vision at Fat= ima could play a key part in pulling Islam to the Mother Church. "In 1917, the Virgin appeared in Fatima. "The Mother of God" was a smashing= success, playing to overflow crowds. As a result, the Socialists of Portug= al suffered a major defeat. "Roman Catholics world-wide began praying for the conversion of Russia and = the Jesuits invented the Novenas to Fatima which they could perform through= out North Africa, spreading good public relations to the Muslim world. The = Arabs thought they were honoring the daughter of Muhammad, which is what th= e Jesuits wanted them to believe. "As a result of the vision of Fatima, Pope Pius XII ordered his Nazi army t= o crush Russia and the Orthodox religion and make Russia Roman Catholic." A= few years after he lost World war II, Pope Pius XII startled the world wit= h his phoney dancing sun vision to keep Fatima in the news. It was great re= ligious show biz and the world swallowed it. "Not surprisingly, Pope Pius was the only one to see this vision. As a resu= lt, a group of followers has grown into a Blue Army world-wide, totaling mi= llions of faithful Roman Catholics ready to die for the blessed virgin.=20 "But we haven't seen anything yet. The Jesuits have their Virgin Mary sched= uled to appear four or five times in China, Russia, and major appearance in= the U.S. "What has this got to do with Islam=3F Note Bishop Sheen's statement: "Our = Lady's appearances at Fatima marked the turning point in the history of the= world's 350 million Muslims. After the death of his daughter, Muhammad wro= te that she "is the most holy of all women in Paradise, next to Mary." "He believed that the Virgin Mary chose to be known as Our Lady of Fatima a= s a sign and a pledge that the Muslims who believe in Christ's virgin birth= , will come to believe in His divinity. "Bishop Sheen pointed out that the pilgrim virgin statues of Our Lady of Fa= tima were enthusiastically received by Muslims in Africa, India, and elsewh= ere, and that many Muslims are now coming into the Roman Catholic Church." Radio talk show host and investigative journalist Greg Syzmanski interviews= Illuminati insider Svali (a pseudonym) who attended a human sacrifice cere= mony in the catacombs of the Vatican. Greg Syzmanski is believed to have be= en disappeared forinvestigative reporting on the NWO. The following is exce= rpted..... GS: Okay, we=92re back. It=92s eight minutes after the hour, and we=92re go= ing to get deep inside the Illuminati, the Family, the Order. We have a gue= st who was involved with this group, born into it, for over thirty years. H= er name is Svali. Svali, are you with us=3F SV: Uh, yes I am. GS: Well, it=92s nice to have you here. I know you don=92t give radio inter= views, and I really want to thank you, because I think it really does help = the American people understand about this secret organization that you were= born into. So I guess we can just start from the beginning. Tell us =96 ri= ght from the beginning you were born into this, from wealthy parents. Tell = us about your training in this group when you were a young child and then u= p until your orientation at the Vatican. Go ahead. SV: (surprised, laughing) Well, that=92s a pretty broad area, Greg! That co= uld take hours, if you know what I mean. GS: Yes, but do it, you know, if you could just outline it for us. SV: Yeah. I mean, I was born in the group, I was born in Germany, and came = to the US very young. I basically went through all the training that the gr= oup=85 all members of the group do undergo training to various degrees, dep= ending on the role. By the time I was a teenager, I was a youth leader, and by the time I was 2= 2, I became the youngest member of Leadership Council in San Diego County .= At that time I was a head trainer. I was the sixth trainer and eventually = moved up to the second position. GS: Mm hm. SV: When I was twelve, I had mentioned with you the ceremony at the Vatican=85 GS: Right. SV: =85that they really do make all leadership in the group undergo at some= point. GS: Now basically when you were growing up, I remember you told me that you= were instilled at a young age. You were born to a very wealthy, well-to-do= family. SV: Yes. GS: You moved back to the States. You were told at a very young age you wer= e special, you were =93chosen.=94 Correct=3F SV: Well, they tell everyone in the group that they are special and chosen,= and that=92s one of the things that made me very cynical when I was older.= You will never meet a person who is an Illuminati who has not been told or= programmed for years that they=92re special, they=92re the only one that c= an do things for quote-unquote =93Family=94. But I was told, yes, I would do great things for Family one day. The reason= why I can filter some of this with an objective view is that I know what m= y role in the group was. It was over quite a significant number of other pe= ople. So I don=92t evaluate my role or specialness within the group so much= by what I was told, but by what I did. (regretful downturn in voice on =93what I did=94) GS: So you reached the age of 12, and then you=92re told by your parents yo= u=92re going to an induction ceremony in the Vatican. SV: Yes. GS: Can you tell us how that happened and what occurred at that ceremony wh= en you went there=3F SV: (deep breath, voice becomes stressed) Okay. Um, this isn=92t easy to ta= lk about, as you know. When I was twelve, I was flown over to Germany. And I was at, I=92ll call t= hem the German Fathers=92 house, over there. And, there was some preparatio= n for a few days, beforehand, and I was told that there would be a very imp= ortant ceremony. And it was considered a sealing ceremony at that point. An= d basically I was told a little bit about what I was expected to do during = the ceremony. When we got there, we went through the Vatican. Underneath the Vatican ther= e is a large room that I described to you when we talked before. It has 13 = catacomb chambers leading into it. And what they do is as you go down these= steps into the room, you can see that it=92s circular, so they=92re all ro= unded. They bring out the mummies from the catacombs. And they set them bes= ide each one [each of the 13 catacomb chambers], and they say =93That=92s t= he spirit of the Fathers watching over the ceremony.=94 During the ceremony, there was a large table in the center of the room. It = was on top of this huge golden pentagram. They had a ceremony there. GS: So how many kids, how many other children were with you being inducted = into the Family or the Order, as they call it=3F SV: There were two other children at that point. But there were several adu= lts too. GS: Okay. SV: See, the Church also brings in adults to swear their allegiance, too, j= ust so you know. I was told, and I don=92t know if this is true, that if yo= u want to rise to a certain position within the Catholic Church hierarchy, = you do have to go through that ceremony as well. GS: Okay, so you=92re down in this room. Your parents weren=92t present. SV: No. No. The German Father and the French Father were. GS: Okay, and at that point tell our listeners what you witnessed. SV: (pause, additional voice stress) Well, there was a table. It looked lik= e dark glass in the center of the room. It was made out of a stone, but it = was very shiny and darkened black. It may have been something like obsidian= or onyx, I=92m not sure. This was the only time I=92ve seen stone like tha= t. Around the corners it had these gold channels that, you know, collect fluid= s. A little boy was placed in the center of the table and drugged. I think = he was drugged, because he was very quiet. He didn=92t move or say anything. GS: This was a little three or four-year-old boy, right=3F SV: Yes. Yeah. Yeah. GS: Then they continued to do a child sacrifice. SV: Yes, they did. Yes. I told you about that before. Yeah. GS: Now afterwards, quite, what an unbelievable experience for a youth, a 1= 2-year-old. What went through your mind when that happened=3F SV: I was terrified! I mean, I was absolutely horrified. I=85 I=85 I=85 I c= an=92t describe the terror you feel when you go through something like that. GS: And do you remember the words they were saying as this was going on=3F SV: (pause) The man was in scarlet =96 he was speaking in Latin. And basica= lly he was saying, =93Please accept the sacrifice on this day.=94 And then = he said, =93This sacrifice will seal the ceremony.=94 And then he did it. Again, I was so terrified that=85 (sighs) Have you ever been in a situation= where your heart=92s racing, but you can=92t do anything=3F You=92re just = kind of sitting there, and you=92re kind of fading in and out=3F GS: Well, I can remember as a youth being frightened, but I don=92t think I= =92ve ever=85 SV: (crosstalk) No. All right. GS:=85 had anything quite like what you=92ve had. SV: Imagine your heart rate going up to about 220. You can=92t move. You=92= re kind of shaking, but you=92re trying not to show it. GS: Mm hm. SV: It was horrible. Actually, I keep thinking inside, =93I can=92t wait = =92till it=92s over. I can=92t wait.=94 You don=92t say this, but inside yo= u=92re just saying over and over, =93I can=92t wait =92till this is over. I= can=92t wait =92till this is over. I can=92t wait =92till it=92s over.=94 GS: Mm hm. SV: Afterwards, the man in scarlet, he had a huge golden ring on his hand. = He came over to the center of the room. Each of the people that were sweari= ng that day had to go forward and kneel before him and kiss his ring, and s= wear my allegiance to the New Order, to the New World Order for all=85 unti= l my death. GS: Hm. Now at that point you were escorted out. SV: Yes. Yeah. After the ceremony was all over. I mean, the other people al= so did theirs as well. They had to swear their allegiance too. GS: And they were the same age as you=3F SV: The two children were, but there were also three adults that went forwa= rd and did the same. And afterwards, we were told, (slowly and precisely): = =93May the same to you or worse occur should you ever break this oath.=94 GS: Hm. So it=92s basically=85 whew! Imagine at that age, what [this would = do]. And you weren=92t really prepped for this, were you=3F You were told t= here was a ceremony, but you didn=92t expect anything like this, from what = I=92ve gathered talking to you. SV: It was very difficult to go through, just because the sense of horrific= oppression down there was the worst I=92ve [ever felt.] I=92ve gone throug= h some ceremonies in my life in the Illuminati, you do go through them. But= I have to say that in my experience this was the worst, just because=85 I = can=92t explain the amount of darkness in that room. It was just pure evil.= And unless you=92ve ever been in a=85 seen a person=85 it was just horribl= e. It wasn=92t just what happened, but just=85 I mean, the oppression. And I= =92m a Christian now, and I know the difference between when there is evil = present =96 oppression =96 or when God=92s love is present, which is joy an= d peace. That=92s the exact opposite of what there was in that room. GS: Now you know what I find quite interesting about this=3F About 25 years= ago, I was a reporter and a freelance writer in Rome, and I spent six year= s there. I walked through the Vatican many, many times=85 hundreds of times= . I covered the papal addresses, things like that. During that time I was there during a Vatican scandal, which involved the C= hurch bank and other things=85 members of the Illuminati, the Freemasons. I= was approached by a woman, Maria Vendital (ph), and I=92ll never forget th= is. Rome=92s a small town. People knew I was covering stories about the sec= ret societies, things like that. I had to ask people. Well, this woman came up to me and told me similar stories. She wasn=92t qu= ite as specific because she couldn=92t handle it without breaking out cryin= g, and tried to commit suicide twice because she couldn=92t get out of the = Illuminati. She was a member, born into it from a very wealthy northern Ita= lian family. She told me basically the same ceremony took place with her. And so, when I started talking to you, I wanted to relay that to you, and a= lso to relay to my listeners that I also heard about this, 25 years ago, fr= om a woman by the name of Maria, and several other people in Italy that I t= alked to. I was never able to locate or really, probably for my own safety,= ever find out what happened. But again, Svali=92s corroborating a story that I heard about 25 years ago.= We=92ll get back after the break with this incredible story of a member wh= o is now out of the Illuminati, out of the group and safe, on the Republic = Broadcasting Network. [commercial break =96 Resume at 23:15] GS: Okay, we=92re back on the Investigative Journal. I=92m your host, Greg = Szymanski. We=92re talking to Svali, a member of the Family, the Order, the= Illuminati, for thirty years. Svali, you leave the induction ceremony. You walk out into the Vatican cour= tyard with one of the fathers, I believe. What did he tell you then=3F SV: At that point he just told me to never forget. He told me that I had pe= rformed well during the ceremony because I didn=92t scream or pass out or a= nything like that. He said =93You did very well,=94 and he was pleased. The= n we stayed at a home nearby. It must have been a local person. I didn=92t = know them. We spent the night there before we went back to Germany. GS: Okay, and what about the other people during the ceremony. How did they= handle themselves=3F Do you remember=3F SV: (sighs) I=92m going to say, unfortunately, I was so=85 when you=92re in= that kind of situation, the last thing you=92re thinking about sometimes i= s what the other people are doing. (Laughs) I was just so trying not to los= e it myself. I do know that no one screamed or shouted or anything like tha= t. Everyone was quiet. I think to say =91dead silence,=92 is, unless the pe= rson was spoken to, true =96 or unless they had to go forward and kiss the = ring. GS: All right, let=92s move on. I think we=92ve, uh=85 SV: Yeah. (end excerpt) Who is Jorge Mario Bergoglio=3F (Pope Francis) Excerpts From An Article By= Professor Michel Chossudovsky >From the outset of the military regime in 1976, I was Visiting Professor at= the Social Policy Institute of the Universidad Nacional de Cordoba, Argent= ina. My major research focus at the time was to investigate the social impa= cts of the deadly macroeconomic reforms adopted by the military Junta.=20 I was teaching at the University of Cordoba during the initial wave of assa= ssinations which also targeted progressive grassroots members of the Cathol= ic clergy. The Northern industrial city of Cordoba was the center of the resistance mo= vement. I witnessed how the Catholic hierarchy actively and routinely suppo= rted the military junta, creating an atmosphere of intimidation and fear t= hroughout the country. The general feeling at the time was that Argentinian= s had been betrayed by the upper echelons of the Catholic Church. In 1973 Jorge Mario Bergoglio had been appointed =93Provincial=94 of Argent= ina for the Society of Jesus. In this capacity, Bergoglio was the highest ranking Jesuit in Argentina dur= ing the military dictatorship led by General Jorge Videla (1976-1983). He later became bishop and archbishop of Buenos Aires. Pope John Paul II el= evated him to the title of cardinal in 2001 When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). The military junta had been supported covertly by Washington. US. Secretary= of State Henry Kissinger played a behind the scenes role in the 1976 milit= ary coup. When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). Ironically, a major trial opened up in Buenos Aires on March 5, 2013 a week= prior to Cardinal Bergoglio=92s investiture as Pontiff. The ongoing trial = in Buenos Aires is: =93to consider the totality of crimes carried out under= Operation Condor, a coordinated campaign by various US-backed Latin Americ= an dictatorships in the 1970s and 1980s to hunt down, torture and murder te= ns of thousands of opponents of those regimes.=94 The military junta led by General Jorge Videla (left) was responsible for c= ountless assassinations, including priests and nuns who opposed military ru= le following the CIA sponsored March 24, 1976 coup which overthrew the gove= rnment of Isabel Peron: =94Videla was among the generals convicted of human= rights crimes, including =93disappearances=94, torture, murders and kidnap= pings. In 1985, Videla was sentenced to life imprisonment at the military p= rison of Magdalena.=94 Wall Street was firmly behind the military Junta which waged =93The Dirty W= ar=94 on its behalf. In turn, the Catholic Church hierarchy played a centra= l role in sustaining the legitimacy of the military Junta. The Order of Jesus =96which represented the Conservative yet most influenti= al faction within the Catholic Church, closely associated with Argentina=92= s economic elites=96 was firmly behind the military Junta, against so-calle= d =93Leftists=94 in the Peronista movement. Condemning the military dictatorship (including its human rights violations= ) was a taboo within the Catholic Church. While the upper echelons of the = Church were supportive of the military Junta, the grassroots of the Church = was firmly opposed to the imposition of military rule. In 2005, human rights lawyer Myriam Bregman filed a criminal suit against C= ardinal Jorge Bergoglio, accusing him of conspiring with the military junta= in the 1976 kidnapping of two Jesuit priests. Several years later, the survivors of the =93Dirty War=94 openly accused Ca= rdinal Jorge Bergoglio of complicity in the kidnapping of priests Francisc= o Jalics y Orlando Yorio as well six members of their parish, (El Mundo, 8= November 2010)=20 Bergoglio, who at the time was =93Provincial=94 for the Society of Jesus, h= ad ordered the two =93Leftist=94 Jesuit priests and opponents of military r= ule =93to leave their pastoral work=94 (i.e. they were fired) following di= visions within the Society of Jesus regarding the role of the Catholic Chur= ch and its relations to the military Junta. While the two priests Francisco Jalics y Orlando Yorio, kidnapped by the de= ath squads in May 1976 were released five months later. after having been t= ortured, six other people associated with their parish kidnapped as part of= the same operation were =93disappeared=94 (desaparecidos). These included = four teachers associated with the parish and two of their husbands. Upon his release, Priest Orlando Yorio =93accused Bergoglio of effectively = handing them over [including six other people] to the death squads =85 Jali= cs refused to discuss the complaint after moving into seclusion in a German= monastery.=94=20 Among those =93disappeared=94 by the death squads were M=F3nica Candelaria = Mignone and Mar=EDa Marta V=E1zquez Ocampo, respectively daughter of the fo= under of of the CELS (Centro de Estudios Legales y Sociales) Emilio Mignone= and daughter of the president of Madres de Plaza de Mayo, Martha Ocampo de= V=E1zquez. (El Periodista Online, March 2013). Mar=EDa Marta V=E1squez, her husband C=E9sar Lugones (see picture right) an= d M=F3nica Candelaria Mignone allegedly =93handed over to the death squads= =94 by Jesuit =93Provincial=94 Jorge Mario Bergoglio are among the thousand= s of =93desaparecidos=94 (disappeared) of Argentina=92s =93Dirty War=94, wh= ich was supported covertly by Washington under =93Operation Condor=94. (See= memorialmagro.com.ar) In the course of the trial initiated in 2005: =93Bergoglio [Pope Francis I]= twice invoked his right under Argentine law to refuse to appear in open co= urt, and when he eventually did testify in 2010, his answers were evasive= =94: =93At least two cases directly involved Bergoglio. One examined the to= rture of two of his Jesuit priests =97 Orlando Yorio and Francisco Jalics = =97 who were kidnapped in 1976 from the slums where they advocated liberati= on theology. Yorio accused Bergoglio of effectively handing them over to th= e death squads=85 by declining to tell the regime that he endorsed their wo= rk. Jalics refused to discuss it after moving into seclusion in a German mo= nastery.=94 (Los Angeles Times, April 1, 2005) The military government acknowledged in a Secret Memo (see below) that Fath= er Bergoglio had accused the two priests of having established contacts wit= h the guerilleros, and for having disobeyed the orders of the Church hierar= chy (Conflictos de obedecencia). It also states that the Jesuit order had d= emanded the dissolution of their group and that they had refused to abide = by Bergoglio=92s instructions. The document acknowledges that the =93arrest=94 of the two priests, who wer= e taken to the torture and detention center at the Naval School of Mechanic= s, ESMA, was based on information transmitted by Father Bergoglio to the mi= litary authorities. (signed by Mr. Orcoyen) The accusations directed against Bergoglio regarding the two kidnapped Jesu= it priests and six members of their parish are but the tip of the iceberg. = While Bergoglio was an important figure in the Catholic Church, he was cer= tainly not alone in supporting the Military Junta. According to lawyer Myriam Bregman: =93Bergoglio=92s own statements proved= church officials knew from early on that the junta was torturing and killi= ng its citizens=94, and yet publicly endorsed the dictators. =93The dictato= rship could not have operated this way without this key support,=94 (Los An= geles Times, April 1, 2005 emphasis added)=20 End of excerpts from Professor Chossudovsky's article. Many incriminating p= hotos and documents are included in the original article which is easily ac= cessed online. Excerpts From The Jesuit Oath That Pope Francis Would Have Sworn To When He= Was Promoted In Argentina. =93When a Jesuit of the minor rank is to be elevated to command, he is cond= ucted into the Chapel of the Convent of the Order, where there are only thr= ee others present, the principal or Superior standing in front of the altar= . On either side stands a monk, one of whom holds a banner of yellow and wh= ite, which are the Papal colors, and the other a black banner with a dagger= and red cross above a skull and crossbones, with the word INRI, and below = them the words IUSTUM, NECAR, REGES, IMPIOUS. The meaning of which is: It i= s just to exterminate or annihilate impious or heretical Kings, Governments= , or Rulers. Upon the floor is a red cross at which the postulant or candid= ate knee ls. The Superior hands him a small black crucifix, which he takes = in his left hand and presses to his heart, and the Superior at the same tim= e presents to him a dagger, which he grasps by the blade and holds the poin= t against his heart, the Superior still holding it by the hilt, and thus ad= dresses the postulant:=94 Superior: My son, heretofore you have been taught to act the dissembler: among Roman = Catholics to be a Roman Catholic, and to be a spy even among your own breth= ren; to believe no man, to trust no man. Among the Reformers, to be a refor= mer; among the Huguenots, to be a Huguenot; among the Calvinists, to be a C= alvinist; among other Protestants, generally to be a Protestant, and obtain= ing their confidence, to seek even to preach from their pulpits, and to den= ounce with all the vehemence in your nature our Holy Religion and the Pope;= and even to descend so low as to become a Jew among Jews, that you might b= e enabled to gather together all information for the benefit of your Order = as a faithful soldier of the Pope. You have been taught to insidiously plant the seeds of jealousy and hatred = between communities, provinces, states that were at peace, and incite them = to deeds of blood, involving them in war with each other, and to create rev= olutions and civil wars in countries that were independent and prosperous, = cultivating the arts and the sciences and enjoying the blessings of peace. = To take sides with the combatants and to act secretly with your brother Jes= uit, who might be engaged on the other side, but openly opposed to that wit= h which you might be connected, only that the Church might be the gainer in= the end, in the conditions fixed in the treaties for peace and that the en= d justifies the means. You have been taught your duty as a spy, to gather all statistics, facts an= d information in your power from every source; to ingratiate yourself into = the confidence of the family circle of Protestants and heretics of every cl= ass and character, as well as that of the merchant, the banker, the lawyer,= among the schools and universities, in parliaments and legislatures, and t= he judiciaries and councils of state, and to be all things to all men, for = the Pope=92s sake, whose servants we are unto death. (end excerpt) This YouTube video of Lucifer worship at the Vatican is very disturbing! If= you know anyone in the Catholic Church please forward this video link to t= hem!=20 https://www.youtube.com/watch=3Fv=3DsUN-XEU6HUc From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 03:54:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E90221F for ; Fri, 20 Feb 2015 03:54:30 +0000 (UTC) Received: from ts1-216.calg.interhop.net (ts1-184.wnpg.interhop.net [165.154.32.184]) by mx1.freebsd.org (Postfix) with ESMTP id 07819855 for ; Fri, 20 Feb 2015 03:54:24 +0000 (UTC) MIME-Version: 1.0 From: "Vatican Expositor" Reply-To: info@news.va To: freebsd-ports-bugs@freebsd.org Subject: The Satanic Agenda Of Pope Francis And The Elite Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: Smart_Send_3_1_6 Date: Thu, 19 Feb 2015 22:54:20 -0500 Message-ID: <4664363713544735828157@Home> X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 03:54:30 -0000 The following information is being widely distributed to those in the inter= national media. You will soon be called upon by your corporate masters with= in the NWO Illuminati to sell their 'one world' government, economy, and re= ligion, to the unsuspecting masses. Those who take the 'mark of the beast' = and those in the media who help convince them to do so, are going to lose t= heir souls. Please make no mistake about it. Here are the Lord's warnings f= rom Revelation 14. "If any man worship the beast and his image, and receive his mark in his fo= rehead, or in his hand, The same shall drink of the wine of the wrath of Go= d, which is poured out without mixture into the cup of his indignation; and= he shall be tormented with fire and brimstone in the presence of the holy = angels, and in the presence of the Lamb: And the smoke of their torment asc= endeth up for ever and ever: and they have no rest day nor night, who worsh= ip the beast and his image, and whosoever receiveth the mark of his name". This expose of the Vatican and Pope Francis comprises (a) The history of ho= w and why the Roman Catholics created Islam. (b) An eyewitness testimony of= human sacrifice in the catacombs of the Vatican during an Illuminati initi= ation ceremony. (c) The criminal background of Pope Francis while he served= as Jesuit Provincial in Argentina (d) The satanic oaths that Jesuit offici= als such as Francis are required to swear to. (e) Video proof of 'full blow= n' Lucifer worship conducted in Latin at the Vatican. How And Why The Roman Catholics Created The Religion Of Islam This information came from Alberto Rivera, former Jesuit priest after his c= onversion to Protestant Christianity. It is excerpted from "The Prophet," p= ublished by Chick Publications, PO Box 662, Chino CA 91708. Since its publi= cation, after several unsuccessful attempts on his life, he died suddenly f= rom food poisoning. His testimony should not be silenced. Dr. Rivera speaks= to us still ... "What I'm going to tell you is what I learned in secret briefings in the Va= tican when I was a Jesuit priest, under oath and induction. A Jesuit cardin= al named Augustine Bea showed us how desperately the Roman Catholics wanted= Jerusalem at the end of the third century. Because of its religious histor= y and its strategic location, the Holy City was considered a priceless trea= sure. A scheme had to be developed to make Jerusalem a Roman Catholic city. "The great untapped source of manpower that could do this job was the child= ren of Ishmael. The poor Arabs fell victim to one of the most clever plans = ever devised by the powers of darkness. Early Christians went everywhere wi= th the gospel setting up small churches, but they met heavy opposition. Bot= h the Jews and the Roman government persecuted the believers in Christ to s= top their spread. But the Jews rebelled against Rome, and in 70 AD, Roman a= rmies under General Titus smashed Jerusalem and destroyed the great Jewish = temple which was the heart of Jewish worship...in fulfillment of Christ's p= rophecy in Matthew 24:2. "On this holy placed today where the temple once stood, the Dome of the Roc= k Mosque stands as Islam's second most holy place. Sweeping changes were in= the wind. Corruption, apathy, greed, cruelty, perversion and rebellion wer= e eating at the Roman Empire, and it was ready to collapse. The persecution= against Christians was useless as they continued to lay down their lives f= or the gospel of Christ. "The only way Satan could stop this thrust was to create a counterfeit "Chr= istian" religion to destroy the work of God. The solution was in Rome. Thei= r religion had come from ancient Babylon and all it needed was a face-lift.= This didn't happen overnight, but began in the writings of the 'early chur= ch fathers'. "It was through their writings that a new religion would take shape. The st= atue of Jupiter in Rome was eventually called St. Peter, and the statue of = Venus was changed to the Virgin Mary. The site chosen for its headquarters = was on one of the seven hills called 'Vaticanus', the place of the diving s= erpent where the Satanic temple of Janus stood. "The great counterfeit religion was Roman Catholicism, called 'Mystery, Bab= ylon the Great, the Mother of Harlots and Abominations of the Earth'- Revel= ation 17:5. She was raised up to block the gospel, slaughter the believers = in Christ, establish religions, create wars and make the nations drunk with= the wine of her fornication as we will see. "Three major religions have one thing in common - each has a holy place whe= re they look for guidance. Roman Catholicism looks to the Vatican as the Ho= ly City. The Jews look to the wailing wall in Jerusalem, and the Muslims lo= ok to Mecca as their Holy City. Each group believes that they receive certa= in types of blessings for the rest of their lives for visiting their holy p= lace. In the beginning, Arab visitors would bring gifts to the 'House of Go= d', and the keepers of the Kaaba were gracious to all who came. Some brough= t their idols and, not wanting to offend these people, their idols were pla= ced inside the sanctuary. It is said that the Jews looked upon the Kaaba as= an outlying tabernacle of the Lord with veneration until it became pollute= d with idols. "In a tribal contention over a well(Zamzam) the treasure of the Kaaba and t= he offerings that pilgrims had given were dumped down the well and it was f= illed with sand - it disappeared. Many years later Adb Al-Muttalib was give= n visions telling him where to find the well and its treasure. He became th= e hero of Mecca, and he was destined to become the grandfather of Muhammad.= Before this time, Augustine became the bishop of North Africa and was effe= ctive in winning Arabs to Roman Catholicism, including whole tribes. It was= among these Arab converts to Catholicism that the concept of looking for a= n Arab prophet developed. "Muhammad's father died from illness and sons born to great Arab families i= n places like Mecca were sent into the desert to be suckled and weaned and = spend some of their childhood with Bedouin tribes for training and to avoid= the plagues in the cities. "After his mother and grandfather also died, Muhammad was with his uncle wh= en a Roman Catholic monk learned of his identity and said, "Take your broth= er's son back to his country and guard him against the Jews, for by god, if= they see him and know of him that which I know, they will construe evil ag= ainst him. Great things are in store for this brother's son of yours." "The Roman Catholic monk had fanned the flames for future Jewish persecutio= ns at the hands of the followers of Muhammad. The Vatican desperately wante= d Jerusalem because of its religious significance, but was blocked by the J= ews. "Another problem was the true Christians in North Africa who preached the g= ospel. Roman Catholicism was growing in power, but would not tolerate oppos= ition. Somehow the Vatican had to create a weapon to eliminate both the Jew= s and the true Christian believers who refused to accept Roman Catholicism.= Lookng to North Africa, they saw the multitudes of Arabs as a source of ma= npower to do their dirty work. Some Arabs had become Roman Catholic, and co= uld be used in reporting information to leaders in Rome. Others were used i= n an underground spy network to carry out Rome's master plan to control the= great multitudes of Arabs who rejected Catholicism. When 'St Augustine' ap= peared on the scene, he knew what was going on. His monasteries served as b= ases to seek out and destroy Bible manuscripts owned by the true Christians. "The Vatican wanted to create a messiah for the Arabs, someone they could r= aise up as a great leader, a man with charisma whom they could train, and e= ventually unite all the non-Catholic Arabs behind him, creating a mighty ar= my that would ultimately capture Jerusalem for the pope. In the Vatican bri= efing, Cardinal Bea told us this story:=20 'A wealthy Arabian lady who was a faithful follower of the pope played a tr= emendous part in this drama. She was a widow named Khadijah. She gave her w= ealth to the church and retired to a convent, but was given an assignment. = She was to find a brilliant young man who could be used by the Vatican to c= reate a new religion and become the messiah for the children of Ishmael. Kh= adijah had a cousin named Waraquah,, who was also a very faithful Roman Cat= holic and the Vatican placed him in a critical role as Muhammad's advisor. = He had tremendous influence on Muhammad.=20 'Teachers were sent to young Muhammad and he had intensive training. Muhamm= ad studied the works of St. Augustine which prepared him for his "great cal= ling." The Vatican had Catholic Arabs across North Africa spread the story = of a great one who was about to rise up among the people and be the chosen = one of their God. 'While Muhammad was being prepared, he was told that his enemies were the J= ews and that the only true Christians were Roman Catholic. He was taught th= at others calling themselves Christians were actually wicked impostors and = should be destroyed. Many Muslims believe this. 'Muhammad began receiving "divine revelations" and his wife's Catholic cous= in Waraquah helped interpret them. From this came the Koran. In the fifth y= ear of Muhammad's mission, persecution came against his followers because t= hey refused to worship the idols in the Kaaba. =20 'Muhammad instructed some of them to flee to Abysinnia where Negus, the Rom= an Catholic king accepted them because Muhammad's views on the virgin Mary = were so close to Roman Catholic doctrine. These Muslims received protection= from Catholic kings because of Muhammad's revelations. 'Muhammad later conquered Mecca and the Kaaba was cleared of idols. History= proves that before Islam came into existence, the Sabeans in Arabia worshi= ped the moon-god who was married to the sun-god. They gave birth to three g= oddesses who were worshipped throughout the Arab world as "Daughters of All= ah" An idol excavated at Hazor in Palestine in 1950's shows Allah sitting o= n a throne with the crescent moon on his chest. 'Muhammad claimed he had a vision from Allah and was told, "You are the mes= senger of Allah." This began his career as a prophet and he received many m= essages. By the time Muhammad died, the religion of Islam was exploding. Th= e nomadic Arab tribes were joining forces in the name of Allah and his prop= het, Muhammad. 'Some of Muhammad's writings were placed in the Koran, others were never pu= blished. They are now in the hands of high ranking holy men (Ayatollahs) in= the Islamic faith.'=20 "When Cardinal Bea shared with us in the Vatican, he said, these writings a= re guarded because they contain information that links the Vatican to the c= reation of Islam. Both sides have so much information on each other, that i= f exposed, it could create such a scandal that it would be a disaster for b= oth religions. "In their "holy" book, the Koran, Christ is regarded as only a prophet. If = the pope was His representative on earth, then he also must be a prophet of= God. This caused the followers of Muhammad to fear and respect the pope as= another "holy man." "The pope moved quickly and issued bulls granting the Arab generals permiss= ion to invade and conquer the nations of North Africa. The Vatican helped t= o finance the building of these massive Islamic armies in exchange for thre= e favors:=20 1. Eliminate the Jews and Christians (true believers, which they called= infidels). 2. Protect the Augustinian Monks and Roman Catholics. 3. Conquer Jerusalem for "His Holiness" in the Vatican.=20 "As time went by, the power of Islam became tremendous - Jews and true Chri= stians were slaughtered, and Jerusalem fell into their hands. Roman Catholi= cs were never attacked, nor were their shrines, during this time. But when = the pope asked for Jerusalem, he was surprised at their denial! The Arab ge= nerals had such military success that they could not be intimidated by the = pope - nothing could stand in the way of their own plan. "Under Waraquah's direction, Muhammad wrote that Abraham offered Ishmael as= a sacrifice. The Bible says that Isaac was the sacrifice, but Muhammad rem= oved Isaac's name and inserted Ishmael's name. As a result of this and Muha= mmad's vision, the faithful Muslims built a mosque, the Dome of the Rock, i= n Ishmael's honor on the site of the Jewish temple that was destroyed in 70= AD. This made Jerusalem the 2nd most holy place in the Islam faith. How co= uld they give such a sacred shrine to the pope without causing a revolt=3F "The pope realized what they had created was out of control when he heard t= hey were calling "His Holiness" an infidel. The Muslim generals were determ= ined to conquer the world for Allah and now they turned toward Europe. Isla= mic ambassadors approached the pope and asked for papal bulls to give them = permission to invade European countries. "The Vatican was outraged; war was inevitable. Temporal power and control o= f the world was considered the basic right of the pope. He wouldn't think o= f sharing it with those whom he considered heathens. "The pope raised up his armies and called them crusades to hold back the ch= ildren of Ishmael from grabbing Catholic Europe. The crusades lasted centur= ies and Jerusalem slipped out of the pope's hands. "Turkey fell and Spain and Portugal were invaded by Islamic forces. In Port= ugal, they called a mountain village "Fatima" in honor of Muhammad's daught= er, never dreaming it would become world famous. "Years later when the Muslim armies were poised on the islands of Sardinia = and Corsica, to invade Italy, there was a serious problem. The Islamic gene= rals realized they were too far extended. It was time for peace talks. One = of the negotiators was Francis of Assisi. "As a result, the Muslims were allowed to occupy Turkey in a "Christian" wo= rld, and the Catholics were allowed to occupy Lebanon in the Arab world. It= was also agreed that the Muslims could build mosques in Catholic countries= without interference as long as Roman Catholicism could flourish Arab coun= tries. "Cardinal Bea told us in Vatican briefings that both the Muslims and Roman = Catholics agreed to block and destroy the efforts of their common enemy, Bi= ble-believing Christianm missionaries. Through these concordats, Satan bloc= ked the children of Ishmael from a knowledge of Scripture and the truth. "A light control was kept on Muslims from the Ayatollah down through the Is= lamic priests, nuns and monks. The Vatican also engineers a campaign of hat= red between the Muslim Arabs and the Jews. Before this, they had co-existed= peacefully. "The Islamic community looks on the Bible-believing missionary as a devil w= ho brings poison to the children of Allah. This explains years of ministry = in those countries with little results. "The next plan was to control Islam. In 1910, Portugal was going Socialisti= c. Red flags were appearing and the Catholic Church was facing a major prob= lem. Increasing numbers were against the church. "The Jesuits wanted Russia involved, and the location of this vision at Fat= ima could play a key part in pulling Islam to the Mother Church. "In 1917, the Virgin appeared in Fatima. "The Mother of God" was a smashing= success, playing to overflow crowds. As a result, the Socialists of Portug= al suffered a major defeat. "Roman Catholics world-wide began praying for the conversion of Russia and = the Jesuits invented the Novenas to Fatima which they could perform through= out North Africa, spreading good public relations to the Muslim world. The = Arabs thought they were honoring the daughter of Muhammad, which is what th= e Jesuits wanted them to believe. "As a result of the vision of Fatima, Pope Pius XII ordered his Nazi army t= o crush Russia and the Orthodox religion and make Russia Roman Catholic." A= few years after he lost World war II, Pope Pius XII startled the world wit= h his phoney dancing sun vision to keep Fatima in the news. It was great re= ligious show biz and the world swallowed it. "Not surprisingly, Pope Pius was the only one to see this vision. As a resu= lt, a group of followers has grown into a Blue Army world-wide, totaling mi= llions of faithful Roman Catholics ready to die for the blessed virgin.=20 "But we haven't seen anything yet. The Jesuits have their Virgin Mary sched= uled to appear four or five times in China, Russia, and major appearance in= the U.S. "What has this got to do with Islam=3F Note Bishop Sheen's statement: "Our = Lady's appearances at Fatima marked the turning point in the history of the= world's 350 million Muslims. After the death of his daughter, Muhammad wro= te that she "is the most holy of all women in Paradise, next to Mary." "He believed that the Virgin Mary chose to be known as Our Lady of Fatima a= s a sign and a pledge that the Muslims who believe in Christ's virgin birth= , will come to believe in His divinity. "Bishop Sheen pointed out that the pilgrim virgin statues of Our Lady of Fa= tima were enthusiastically received by Muslims in Africa, India, and elsewh= ere, and that many Muslims are now coming into the Roman Catholic Church." Radio talk show host and investigative journalist Greg Syzmanski interviews= Illuminati insider Svali (a pseudonym) who attended a human sacrifice cere= mony in the catacombs of the Vatican. Greg Syzmanski is believed to have be= en disappeared forinvestigative reporting on the NWO. The following is exce= rpted..... GS: Okay, we=92re back. It=92s eight minutes after the hour, and we=92re go= ing to get deep inside the Illuminati, the Family, the Order. We have a gue= st who was involved with this group, born into it, for over thirty years. H= er name is Svali. Svali, are you with us=3F SV: Uh, yes I am. GS: Well, it=92s nice to have you here. I know you don=92t give radio inter= views, and I really want to thank you, because I think it really does help = the American people understand about this secret organization that you were= born into. So I guess we can just start from the beginning. Tell us =96 ri= ght from the beginning you were born into this, from wealthy parents. Tell = us about your training in this group when you were a young child and then u= p until your orientation at the Vatican. Go ahead. SV: (surprised, laughing) Well, that=92s a pretty broad area, Greg! That co= uld take hours, if you know what I mean. GS: Yes, but do it, you know, if you could just outline it for us. SV: Yeah. I mean, I was born in the group, I was born in Germany, and came = to the US very young. I basically went through all the training that the gr= oup=85 all members of the group do undergo training to various degrees, dep= ending on the role. By the time I was a teenager, I was a youth leader, and by the time I was 2= 2, I became the youngest member of Leadership Council in San Diego County .= At that time I was a head trainer. I was the sixth trainer and eventually = moved up to the second position. GS: Mm hm. SV: When I was twelve, I had mentioned with you the ceremony at the Vatican=85 GS: Right. SV: =85that they really do make all leadership in the group undergo at some= point. GS: Now basically when you were growing up, I remember you told me that you= were instilled at a young age. You were born to a very wealthy, well-to-do= family. SV: Yes. GS: You moved back to the States. You were told at a very young age you wer= e special, you were =93chosen.=94 Correct=3F SV: Well, they tell everyone in the group that they are special and chosen,= and that=92s one of the things that made me very cynical when I was older.= You will never meet a person who is an Illuminati who has not been told or= programmed for years that they=92re special, they=92re the only one that c= an do things for quote-unquote =93Family=94. But I was told, yes, I would do great things for Family one day. The reason= why I can filter some of this with an objective view is that I know what m= y role in the group was. It was over quite a significant number of other pe= ople. So I don=92t evaluate my role or specialness within the group so much= by what I was told, but by what I did. (regretful downturn in voice on =93what I did=94) GS: So you reached the age of 12, and then you=92re told by your parents yo= u=92re going to an induction ceremony in the Vatican. SV: Yes. GS: Can you tell us how that happened and what occurred at that ceremony wh= en you went there=3F SV: (deep breath, voice becomes stressed) Okay. Um, this isn=92t easy to ta= lk about, as you know. When I was twelve, I was flown over to Germany. And I was at, I=92ll call t= hem the German Fathers=92 house, over there. And, there was some preparatio= n for a few days, beforehand, and I was told that there would be a very imp= ortant ceremony. And it was considered a sealing ceremony at that point. An= d basically I was told a little bit about what I was expected to do during = the ceremony. When we got there, we went through the Vatican. Underneath the Vatican ther= e is a large room that I described to you when we talked before. It has 13 = catacomb chambers leading into it. And what they do is as you go down these= steps into the room, you can see that it=92s circular, so they=92re all ro= unded. They bring out the mummies from the catacombs. And they set them bes= ide each one [each of the 13 catacomb chambers], and they say =93That=92s t= he spirit of the Fathers watching over the ceremony.=94 During the ceremony, there was a large table in the center of the room. It = was on top of this huge golden pentagram. They had a ceremony there. GS: So how many kids, how many other children were with you being inducted = into the Family or the Order, as they call it=3F SV: There were two other children at that point. But there were several adu= lts too. GS: Okay. SV: See, the Church also brings in adults to swear their allegiance, too, j= ust so you know. I was told, and I don=92t know if this is true, that if yo= u want to rise to a certain position within the Catholic Church hierarchy, = you do have to go through that ceremony as well. GS: Okay, so you=92re down in this room. Your parents weren=92t present. SV: No. No. The German Father and the French Father were. GS: Okay, and at that point tell our listeners what you witnessed. SV: (pause, additional voice stress) Well, there was a table. It looked lik= e dark glass in the center of the room. It was made out of a stone, but it = was very shiny and darkened black. It may have been something like obsidian= or onyx, I=92m not sure. This was the only time I=92ve seen stone like tha= t. Around the corners it had these gold channels that, you know, collect fluid= s. A little boy was placed in the center of the table and drugged. I think = he was drugged, because he was very quiet. He didn=92t move or say anything. GS: This was a little three or four-year-old boy, right=3F SV: Yes. Yeah. Yeah. GS: Then they continued to do a child sacrifice. SV: Yes, they did. Yes. I told you about that before. Yeah. GS: Now afterwards, quite, what an unbelievable experience for a youth, a 1= 2-year-old. What went through your mind when that happened=3F SV: I was terrified! I mean, I was absolutely horrified. I=85 I=85 I=85 I c= an=92t describe the terror you feel when you go through something like that. GS: And do you remember the words they were saying as this was going on=3F SV: (pause) The man was in scarlet =96 he was speaking in Latin. And basica= lly he was saying, =93Please accept the sacrifice on this day.=94 And then = he said, =93This sacrifice will seal the ceremony.=94 And then he did it. Again, I was so terrified that=85 (sighs) Have you ever been in a situation= where your heart=92s racing, but you can=92t do anything=3F You=92re just = kind of sitting there, and you=92re kind of fading in and out=3F GS: Well, I can remember as a youth being frightened, but I don=92t think I= =92ve ever=85 SV: (crosstalk) No. All right. GS:=85 had anything quite like what you=92ve had. SV: Imagine your heart rate going up to about 220. You can=92t move. You=92= re kind of shaking, but you=92re trying not to show it. GS: Mm hm. SV: It was horrible. Actually, I keep thinking inside, =93I can=92t wait = =92till it=92s over. I can=92t wait.=94 You don=92t say this, but inside yo= u=92re just saying over and over, =93I can=92t wait =92till this is over. I= can=92t wait =92till this is over. I can=92t wait =92till it=92s over.=94 GS: Mm hm. SV: Afterwards, the man in scarlet, he had a huge golden ring on his hand. = He came over to the center of the room. Each of the people that were sweari= ng that day had to go forward and kneel before him and kiss his ring, and s= wear my allegiance to the New Order, to the New World Order for all=85 unti= l my death. GS: Hm. Now at that point you were escorted out. SV: Yes. Yeah. After the ceremony was all over. I mean, the other people al= so did theirs as well. They had to swear their allegiance too. GS: And they were the same age as you=3F SV: The two children were, but there were also three adults that went forwa= rd and did the same. And afterwards, we were told, (slowly and precisely): = =93May the same to you or worse occur should you ever break this oath.=94 GS: Hm. So it=92s basically=85 whew! Imagine at that age, what [this would = do]. And you weren=92t really prepped for this, were you=3F You were told t= here was a ceremony, but you didn=92t expect anything like this, from what = I=92ve gathered talking to you. SV: It was very difficult to go through, just because the sense of horrific= oppression down there was the worst I=92ve [ever felt.] I=92ve gone throug= h some ceremonies in my life in the Illuminati, you do go through them. But= I have to say that in my experience this was the worst, just because=85 I = can=92t explain the amount of darkness in that room. It was just pure evil.= And unless you=92ve ever been in a=85 seen a person=85 it was just horribl= e. It wasn=92t just what happened, but just=85 I mean, the oppression. And I= =92m a Christian now, and I know the difference between when there is evil = present =96 oppression =96 or when God=92s love is present, which is joy an= d peace. That=92s the exact opposite of what there was in that room. GS: Now you know what I find quite interesting about this=3F About 25 years= ago, I was a reporter and a freelance writer in Rome, and I spent six year= s there. I walked through the Vatican many, many times=85 hundreds of times= . I covered the papal addresses, things like that. During that time I was there during a Vatican scandal, which involved the C= hurch bank and other things=85 members of the Illuminati, the Freemasons. I= was approached by a woman, Maria Vendital (ph), and I=92ll never forget th= is. Rome=92s a small town. People knew I was covering stories about the sec= ret societies, things like that. I had to ask people. Well, this woman came up to me and told me similar stories. She wasn=92t qu= ite as specific because she couldn=92t handle it without breaking out cryin= g, and tried to commit suicide twice because she couldn=92t get out of the = Illuminati. She was a member, born into it from a very wealthy northern Ita= lian family. She told me basically the same ceremony took place with her. And so, when I started talking to you, I wanted to relay that to you, and a= lso to relay to my listeners that I also heard about this, 25 years ago, fr= om a woman by the name of Maria, and several other people in Italy that I t= alked to. I was never able to locate or really, probably for my own safety,= ever find out what happened. But again, Svali=92s corroborating a story that I heard about 25 years ago.= We=92ll get back after the break with this incredible story of a member wh= o is now out of the Illuminati, out of the group and safe, on the Republic = Broadcasting Network. [commercial break =96 Resume at 23:15] GS: Okay, we=92re back on the Investigative Journal. I=92m your host, Greg = Szymanski. We=92re talking to Svali, a member of the Family, the Order, the= Illuminati, for thirty years. Svali, you leave the induction ceremony. You walk out into the Vatican cour= tyard with one of the fathers, I believe. What did he tell you then=3F SV: At that point he just told me to never forget. He told me that I had pe= rformed well during the ceremony because I didn=92t scream or pass out or a= nything like that. He said =93You did very well,=94 and he was pleased. The= n we stayed at a home nearby. It must have been a local person. I didn=92t = know them. We spent the night there before we went back to Germany. GS: Okay, and what about the other people during the ceremony. How did they= handle themselves=3F Do you remember=3F SV: (sighs) I=92m going to say, unfortunately, I was so=85 when you=92re in= that kind of situation, the last thing you=92re thinking about sometimes i= s what the other people are doing. (Laughs) I was just so trying not to los= e it myself. I do know that no one screamed or shouted or anything like tha= t. Everyone was quiet. I think to say =91dead silence,=92 is, unless the pe= rson was spoken to, true =96 or unless they had to go forward and kiss the = ring. GS: All right, let=92s move on. I think we=92ve, uh=85 SV: Yeah. (end excerpt) Who is Jorge Mario Bergoglio=3F (Pope Francis) Excerpts From An Article By= Professor Michel Chossudovsky >From the outset of the military regime in 1976, I was Visiting Professor at= the Social Policy Institute of the Universidad Nacional de Cordoba, Argent= ina. My major research focus at the time was to investigate the social impa= cts of the deadly macroeconomic reforms adopted by the military Junta.=20 I was teaching at the University of Cordoba during the initial wave of assa= ssinations which also targeted progressive grassroots members of the Cathol= ic clergy. The Northern industrial city of Cordoba was the center of the resistance mo= vement. I witnessed how the Catholic hierarchy actively and routinely suppo= rted the military junta, creating an atmosphere of intimidation and fear t= hroughout the country. The general feeling at the time was that Argentinian= s had been betrayed by the upper echelons of the Catholic Church. In 1973 Jorge Mario Bergoglio had been appointed =93Provincial=94 of Argent= ina for the Society of Jesus. In this capacity, Bergoglio was the highest ranking Jesuit in Argentina dur= ing the military dictatorship led by General Jorge Videla (1976-1983). He later became bishop and archbishop of Buenos Aires. Pope John Paul II el= evated him to the title of cardinal in 2001 When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). The military junta had been supported covertly by Washington. US. Secretary= of State Henry Kissinger played a behind the scenes role in the 1976 milit= ary coup. When the military junta relinquished power in 1983, the duly elected presid= ent Ra=FAl Alfons=EDn set up a Truth Commission pertaining to the crimes un= derlying the =93Dirty War=94 (La Guerra Sucia). Ironically, a major trial opened up in Buenos Aires on March 5, 2013 a week= prior to Cardinal Bergoglio=92s investiture as Pontiff. The ongoing trial = in Buenos Aires is: =93to consider the totality of crimes carried out under= Operation Condor, a coordinated campaign by various US-backed Latin Americ= an dictatorships in the 1970s and 1980s to hunt down, torture and murder te= ns of thousands of opponents of those regimes.=94 The military junta led by General Jorge Videla (left) was responsible for c= ountless assassinations, including priests and nuns who opposed military ru= le following the CIA sponsored March 24, 1976 coup which overthrew the gove= rnment of Isabel Peron: =94Videla was among the generals convicted of human= rights crimes, including =93disappearances=94, torture, murders and kidnap= pings. In 1985, Videla was sentenced to life imprisonment at the military p= rison of Magdalena.=94 Wall Street was firmly behind the military Junta which waged =93The Dirty W= ar=94 on its behalf. In turn, the Catholic Church hierarchy played a centra= l role in sustaining the legitimacy of the military Junta. The Order of Jesus =96which represented the Conservative yet most influenti= al faction within the Catholic Church, closely associated with Argentina=92= s economic elites=96 was firmly behind the military Junta, against so-calle= d =93Leftists=94 in the Peronista movement. Condemning the military dictatorship (including its human rights violations= ) was a taboo within the Catholic Church. While the upper echelons of the = Church were supportive of the military Junta, the grassroots of the Church = was firmly opposed to the imposition of military rule. In 2005, human rights lawyer Myriam Bregman filed a criminal suit against C= ardinal Jorge Bergoglio, accusing him of conspiring with the military junta= in the 1976 kidnapping of two Jesuit priests. Several years later, the survivors of the =93Dirty War=94 openly accused Ca= rdinal Jorge Bergoglio of complicity in the kidnapping of priests Francisc= o Jalics y Orlando Yorio as well six members of their parish, (El Mundo, 8= November 2010)=20 Bergoglio, who at the time was =93Provincial=94 for the Society of Jesus, h= ad ordered the two =93Leftist=94 Jesuit priests and opponents of military r= ule =93to leave their pastoral work=94 (i.e. they were fired) following di= visions within the Society of Jesus regarding the role of the Catholic Chur= ch and its relations to the military Junta. While the two priests Francisco Jalics y Orlando Yorio, kidnapped by the de= ath squads in May 1976 were released five months later. after having been t= ortured, six other people associated with their parish kidnapped as part of= the same operation were =93disappeared=94 (desaparecidos). These included = four teachers associated with the parish and two of their husbands. Upon his release, Priest Orlando Yorio =93accused Bergoglio of effectively = handing them over [including six other people] to the death squads =85 Jali= cs refused to discuss the complaint after moving into seclusion in a German= monastery.=94=20 Among those =93disappeared=94 by the death squads were M=F3nica Candelaria = Mignone and Mar=EDa Marta V=E1zquez Ocampo, respectively daughter of the fo= under of of the CELS (Centro de Estudios Legales y Sociales) Emilio Mignone= and daughter of the president of Madres de Plaza de Mayo, Martha Ocampo de= V=E1zquez. (El Periodista Online, March 2013). Mar=EDa Marta V=E1squez, her husband C=E9sar Lugones (see picture right) an= d M=F3nica Candelaria Mignone allegedly =93handed over to the death squads= =94 by Jesuit =93Provincial=94 Jorge Mario Bergoglio are among the thousand= s of =93desaparecidos=94 (disappeared) of Argentina=92s =93Dirty War=94, wh= ich was supported covertly by Washington under =93Operation Condor=94. (See= memorialmagro.com.ar) In the course of the trial initiated in 2005: =93Bergoglio [Pope Francis I]= twice invoked his right under Argentine law to refuse to appear in open co= urt, and when he eventually did testify in 2010, his answers were evasive= =94: =93At least two cases directly involved Bergoglio. One examined the to= rture of two of his Jesuit priests =97 Orlando Yorio and Francisco Jalics = =97 who were kidnapped in 1976 from the slums where they advocated liberati= on theology. Yorio accused Bergoglio of effectively handing them over to th= e death squads=85 by declining to tell the regime that he endorsed their wo= rk. Jalics refused to discuss it after moving into seclusion in a German mo= nastery.=94 (Los Angeles Times, April 1, 2005) The military government acknowledged in a Secret Memo (see below) that Fath= er Bergoglio had accused the two priests of having established contacts wit= h the guerilleros, and for having disobeyed the orders of the Church hierar= chy (Conflictos de obedecencia). It also states that the Jesuit order had d= emanded the dissolution of their group and that they had refused to abide = by Bergoglio=92s instructions. The document acknowledges that the =93arrest=94 of the two priests, who wer= e taken to the torture and detention center at the Naval School of Mechanic= s, ESMA, was based on information transmitted by Father Bergoglio to the mi= litary authorities. (signed by Mr. Orcoyen) The accusations directed against Bergoglio regarding the two kidnapped Jesu= it priests and six members of their parish are but the tip of the iceberg. = While Bergoglio was an important figure in the Catholic Church, he was cer= tainly not alone in supporting the Military Junta. According to lawyer Myriam Bregman: =93Bergoglio=92s own statements proved= church officials knew from early on that the junta was torturing and killi= ng its citizens=94, and yet publicly endorsed the dictators. =93The dictato= rship could not have operated this way without this key support,=94 (Los An= geles Times, April 1, 2005 emphasis added)=20 End of excerpts from Professor Chossudovsky's article. Many incriminating p= hotos and documents are included in the original article which is easily ac= cessed online. Excerpts From The Jesuit Oath That Pope Francis Would Have Sworn To When He= Was Promoted In Argentina. =93When a Jesuit of the minor rank is to be elevated to command, he is cond= ucted into the Chapel of the Convent of the Order, where there are only thr= ee others present, the principal or Superior standing in front of the altar= . On either side stands a monk, one of whom holds a banner of yellow and wh= ite, which are the Papal colors, and the other a black banner with a dagger= and red cross above a skull and crossbones, with the word INRI, and below = them the words IUSTUM, NECAR, REGES, IMPIOUS. The meaning of which is: It i= s just to exterminate or annihilate impious or heretical Kings, Governments= , or Rulers. Upon the floor is a red cross at which the postulant or candid= ate knee ls. The Superior hands him a small black crucifix, which he takes = in his left hand and presses to his heart, and the Superior at the same tim= e presents to him a dagger, which he grasps by the blade and holds the poin= t against his heart, the Superior still holding it by the hilt, and thus ad= dresses the postulant:=94 Superior: My son, heretofore you have been taught to act the dissembler: among Roman = Catholics to be a Roman Catholic, and to be a spy even among your own breth= ren; to believe no man, to trust no man. Among the Reformers, to be a refor= mer; among the Huguenots, to be a Huguenot; among the Calvinists, to be a C= alvinist; among other Protestants, generally to be a Protestant, and obtain= ing their confidence, to seek even to preach from their pulpits, and to den= ounce with all the vehemence in your nature our Holy Religion and the Pope;= and even to descend so low as to become a Jew among Jews, that you might b= e enabled to gather together all information for the benefit of your Order = as a faithful soldier of the Pope. You have been taught to insidiously plant the seeds of jealousy and hatred = between communities, provinces, states that were at peace, and incite them = to deeds of blood, involving them in war with each other, and to create rev= olutions and civil wars in countries that were independent and prosperous, = cultivating the arts and the sciences and enjoying the blessings of peace. = To take sides with the combatants and to act secretly with your brother Jes= uit, who might be engaged on the other side, but openly opposed to that wit= h which you might be connected, only that the Church might be the gainer in= the end, in the conditions fixed in the treaties for peace and that the en= d justifies the means. You have been taught your duty as a spy, to gather all statistics, facts an= d information in your power from every source; to ingratiate yourself into = the confidence of the family circle of Protestants and heretics of every cl= ass and character, as well as that of the merchant, the banker, the lawyer,= among the schools and universities, in parliaments and legislatures, and t= he judiciaries and councils of state, and to be all things to all men, for = the Pope=92s sake, whose servants we are unto death. (end excerpt) This YouTube video of Lucifer worship at the Vatican is very disturbing! If= you know anyone in the Catholic Church please forward this video link to t= hem!=20 https://www.youtube.com/watch=3Fv=3DsUN-XEU6HUc From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 06:31:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D8A6BA6 for ; Fri, 20 Feb 2015 06:31:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F99931 for ; Fri, 20 Feb 2015 06:31:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K6VJwH022587 for ; Fri, 20 Feb 2015 06:31:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197604] games/cube: crashes when built with clang 3.6 + -O1 or higher Date: Fri, 20 Feb 2015 06:31:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 06:31:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197604 --- Comment #2 from Jan Beich --- Comment on attachment 152952 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152952 Fix invalid dereferencing of null reference Works fine *with* the patch. Also tested no runtime regressions with gcc49 or within a jail of: - 10.1R i386 - 10.0R amd64 - 9.3R i386 - 8.4R amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 06:51:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C5DAA3 for ; Fri, 20 Feb 2015 06:51:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62260BAF for ; Fri, 20 Feb 2015 06:51:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K6pPAn054149 for ; Fri, 20 Feb 2015 06:51:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197841] sysutils/discheckd: [maintainer] fix build problem on 11-current Date: Fri, 20 Feb 2015 06:51:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: perryh_bsd_bugs@pluto.rain.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 06:51:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197841 Bug ID: 197841 Summary: sysutils/discheckd: [maintainer] fix build problem on 11-current Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: perryh_bsd_bugs@pluto.rain.com Created attachment 153199 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153199&action=edit patch sysutils/diskcheckd builds have been failing on 11-current since DIOCGDINFO was removed. Reimplement that part to use geom facilities instead. Also fix printf format warnings involving %qd on LP64. New code, and build in both configurations (with/without DIOCGDINFO) tested on 8.x -- I don't run -current. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 06:54:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9B4F1F0 for ; Fri, 20 Feb 2015 06:54:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD04BD6 for ; Fri, 20 Feb 2015 06:54:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K6sBeO056865 for ; Fri, 20 Feb 2015 06:54:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197604] games/cube: crashes when built with clang 3.6 + -O1 or higher Date: Fri, 20 Feb 2015 06:54:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 06:54:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197604 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Feb 20 06:53:39 UTC 2015 New revision: 379412 URL: https://svnweb.freebsd.org/changeset/ports/379412 Log: - Fix invalid dereferencing of null reference which causes startup crash for cube_client when built with clang 3.6 + -O1 or higher [1] - Properly track libenet dependency [2] PR: 197604 [1] PR: 197605 [2] Submitted by: dim [1] Changes: head/games/cube/Makefile head/games/cube/files/patch-entities.cpp head/games/cube/files/patch-physics.cpp head/games/cube/files/patch-protos.h head/games/cube/files/patch-rendermd2.cpp -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 07:04:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1FF839F for ; Fri, 20 Feb 2015 07:04:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C81B3CB6 for ; Fri, 20 Feb 2015 07:04:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K74FCH098455 for ; Fri, 20 Feb 2015 07:04:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197444] math/gambit: Update to version 14.1.0 Date: Fri, 20 Feb 2015 07:04:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 07:04:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197444 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Feb 20 07:03:44 UTC 2015 New revision: 379413 URL: https://svnweb.freebsd.org/changeset/ports/379413 Log: - Update to version 14.1.0 - Install .desktop file PR: 197444 Submitted by: tkato432@yahoo.com (modified) Changes: head/math/gambit/Makefile head/math/gambit/distinfo head/math/gambit/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 07:08:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E10E418 for ; Fri, 20 Feb 2015 07:08:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0419FCDA for ; Fri, 20 Feb 2015 07:08:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K78mw6000559 for ; Fri, 20 Feb 2015 07:08:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197444] math/gambit: Update to version 14.1.0 Date: Fri, 20 Feb 2015 07:08:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 07:08:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197444 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | Status|New |In Progress --- Comment #3 from Jan Beich --- I'll do a followup commit if there's feedback otherwise close per timeout assuming landed was enough. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 07:41:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45CD6688 for ; Fri, 20 Feb 2015 07:41:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ADE0FF6 for ; Fri, 20 Feb 2015 07:41:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K7ft9A037025 for ; Fri, 20 Feb 2015 07:41:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197604] games/cube: crashes when built with clang 3.6 + -O1 or higher Date: Fri, 20 Feb 2015 07:41:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 07:41:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197604 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #4 from Jan Beich --- Tentatively closing unless other Cube ports may crash in similar way. For one, games/assaultcube has the warning (see bug 197582 comment 9) but doesn't crash. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 08:24:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14ECBB8 for ; Fri, 20 Feb 2015 08:24:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF7FF64F for ; Fri, 20 Feb 2015 08:24:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8OPua010915 for ; Fri, 20 Feb 2015 08:24:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Fri, 20 Feb 2015 08:24:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Portsnap X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir@gusev.pro X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 08:24:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 --- Comment #3 from Vladimir Gusev --- Hi Colin, this is still happening, please see below. # sh -x `which portsnap` fetch [...skipped...] Verifying snapshot integrity... + cut -f 2 -d '|' tINDEX.new + fetch_snapshot_verify + read F + gunzip -c snap/a16d96955d8951eb51bb636375a633b799a4bb9717eaef2bdfaede4bf405742c + /sbin/sha256 -q + [ a16d96955d8951eb51bb636375a633b799a4bb9717eaef2bdfaede4bf405742c != a16d96955d8951eb51bb636375a633b799a4bb9717eaef2bdfaede4bf405742c ] + read F + gunzip -c snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e + /sbin/sha256 -q + [ 2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e != 2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e ] + read F + gunzip -c snap/4954f84544ccd39dc4020f92ffbcb3b2508c59aa3c07d35a8315ce71a734f841 + /sbin/sha256 -q + [ 4954f84544ccd39dc4020f92ffbcb3b2508c59aa3c07d35a8315ce71a734f841 != 4954f84544ccd39dc4020f92ffbcb3b2508c59aa3c07d35a8315ce71a734f841 ] + read F + gunzip -c snap/5d78a0d5b86049ed7f8cea2e6f4ea7a00216a3574db5072f6168bcdaef2bb5b4 + /sbin/sha256 -q + [ 5d78a0d5b86049ed7f8cea2e6f4ea7a00216a3574db5072f6168bcdaef2bb5b4 != 5d78a0d5b86049ed7f8cea2e6f4ea7a00216a3574db5072f6168bcdaef2bb5b4 ] + read F + gunzip -c snap/09f65f8a730283fd31d068a5927ed46d95e37540f89090c257d7809b75116293 + /sbin/sha256 -q + [ 09f65f8a730283fd31d068a5927ed46d95e37540f89090c257d7809b75116293 != 09f65f8a730283fd31d068a5927ed46d95e37540f89090c257d7809b75116293 ] + read F + gunzip -c snap/526948705269fff43993c0e7396f2a8d3cba3f17cd7b20e67e25199f67cbe1c9 + /sbin/sha256 -q + [ 526948705269fff43993c0e7396f2a8d3cba3f17cd7b20e67e25199f67cbe1c9 != 526948705269fff43993c0e7396f2a8d3cba3f17cd7b20e67e25199f67cbe1c9 ] + read F + gunzip -c snap/62e76a2dd406d7e245abd47170ccaeda648d851921b8bb41f3e579f9284cde2d + /sbin/sha256 -q + [ 62e76a2dd406d7e245abd47170ccaeda648d851921b8bb41f3e579f9284cde2d != 62e76a2dd406d7e245abd47170ccaeda648d851921b8bb41f3e579f9284cde2d ] + read F + gunzip -c snap/72014c143dcce6c9c00cbc94541218069e41eb706b8ebe1fcc44516b1d126c53 + /sbin/sha256 -q + [ 72014c143dcce6c9c00cbc94541218069e41eb706b8ebe1fcc44516b1d126c53 != 72014c143dcce6c9c00cbc94541218069e41eb706b8ebe1fcc44516b1d126c53 ] + read F + return 0 + rm -f INDEX.new + look INDEX tINDEX.new + cut -f 2 -d '|' + gunzip -c snap/72014c143dcce6c9c00cbc94541218069e41eb706b8ebe1fcc44516b1d126c53.gz + fetch_index_sanity + grep -qvE '^[-_+./@0-9A-Za-z]+\|[0-9a-f]{64}$' INDEX.new + fgrep -q ./ INDEX.new + fetch_metadata_freakout + echo + echo 'Portsnap metadata is correctly signed, but contains' Portsnap metadata is correctly signed, but contains + echo 'at least one line which appears bogus.' at least one line which appears bogus. + echo 'Cowardly refusing to proceed any further.' Cowardly refusing to proceed any further. + return 1 + return 1 + return 1 + exit 1 if anything else needed, please let me know. Thank you. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 08:26:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14A511D7 for ; Fri, 20 Feb 2015 08:26:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE28C662 for ; Fri, 20 Feb 2015 08:26:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8QOss011917 for ; Fri, 20 Feb 2015 08:26:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192852] sysutils/fusefs-libs: ignore |automounted| option used by autofs Date: Fri, 20 Feb 2015 08:26:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 08:26:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192852 --- Comment #10 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Feb 20 08:26:22 UTC 2015 New revision: 379415 URL: https://svnweb.freebsd.org/changeset/ports/379415 Log: Pass "automounted" mount option to mount_fusefs(8) This only addresses libfuse rejecting unknown option. mount_fusefs(8) still needs to be fixed separately. PR: 192852 Changes: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 08:33:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2DCE406 for ; Fri, 20 Feb 2015 08:33:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8AF67B2 for ; Fri, 20 Feb 2015 08:33:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8XipZ020772 for ; Fri, 20 Feb 2015 08:33:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192852] sysutils/fusefs-libs: ignore |automounted| option used by autofs Date: Fri, 20 Feb 2015 08:33:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: trasz@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 08:33:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192852 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |trasz@FreeBSD.org |org | --- Comment #11 from Jan Beich --- (In reply to Edward Tomasz Napierala from comment #6) libfuse doesn't use binary flags, options are passed to mount_fusefs(8) as arguments. As the bug has stalled for too long I've landed my fix (assuming no objection), the rest is yours. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 08:39:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 603555B9 for ; Fri, 20 Feb 2015 08:39:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4649680A for ; Fri, 20 Feb 2015 08:39:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8d9JH023277 for ; Fri, 20 Feb 2015 08:39:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197843] [maintainer update] mail/roundcube-contextmenu: update to 2.1 Date: Fri, 20 Feb 2015 08:39:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: moiseev@mezonplus.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 08:39:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197843 Bug ID: 197843 Summary: [maintainer update] mail/roundcube-contextmenu: update to 2.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: moiseev@mezonplus.ru Created attachment 153200 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153200&action=edit patch - Update to 2.1 - Update homepage URI -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 09:06:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75214BCF for ; Fri, 20 Feb 2015 09:06:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7DEA92 for ; Fri, 20 Feb 2015 09:06:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K96bDV095290 for ; Fri, 20 Feb 2015 09:06:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191988] ftp/wget: Fails to work with LibreSSL Date: Fri, 20 Feb 2015 09:06:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: cc keywords short_desc flagtypes.name assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 09:06:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191988 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org Keywords| |needs-patch Summary|ftp/wget fails to work with |ftp/wget: Fails to work |LibreSSL |with LibreSSL Flags| |maintainer-feedback- Assignee|vd@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org --- Comment #7 from Kubilay Kocak --- Maintainer timeout, open to take. Bernard, please provide the same patches, but again against the latest port version (not against upstream sources) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 09:06:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B420C03 for ; Fri, 20 Feb 2015 09:06:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00C52A95 for ; Fri, 20 Feb 2015 09:06:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K96ora005208 for ; Fri, 20 Feb 2015 09:06:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191988] ftp/wget: Fails to work with LibreSSL Date: Fri, 20 Feb 2015 09:06:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 09:06:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191988 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 09:57:36 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B741376D for ; Fri, 20 Feb 2015 09:57:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CCB3FE3 for ; Fri, 20 Feb 2015 09:57:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K9vaCG063839 for ; Fri, 20 Feb 2015 09:57:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197834] new port: devel/pyscard: smart card support for python Date: Fri, 20 Feb 2015 09:57:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mp39590@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 09:57:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197834 mp39590@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153195|0 |1 is obsolete| | --- Comment #2 from mp39590@gmail.com --- Created attachment 153201 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153201&action=edit shell archive v2 fix: use ${PYTHONPREFIX_SITELIBDIR} instead hardcoded path -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 10:29:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E68FE42 for ; Fri, 20 Feb 2015 10:29:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6454836B for ; Fri, 20 Feb 2015 10:29:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KATd0F027099 for ; Fri, 20 Feb 2015 10:29:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 10:29:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rodrigo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 10:29:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 Bug ID: 197844 Summary: www/fcgi issue (CVE-2012-6687) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rodrigo@FreeBSD.org CC: freebsd@skysmurf.nl CC: freebsd@skysmurf.nl Flags: maintainer-feedback?(freebsd@skysmurf.nl) Created attachment 153202 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153202&action=edit update fcgi to 2.4.0_5 + CVE patch Yesterday was released the CVE-2012-6687[1] who report possible DOS attacks allowed by fastcgi 2.4.0. As far as I can see, it's our version in ports. Attached a patch integrate the fix : https://launchpadlibrarian.net/93064712/poll.patch [1] http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6687 --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 11:03:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 375321F5 for ; Fri, 20 Feb 2015 11:03:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D712901 for ; Fri, 20 Feb 2015 11:03:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KB3EEu096842 for ; Fri, 20 Feb 2015 11:03:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197845] [patch] www/newsbeuter update to 2.9 Date: Fri, 20 Feb 2015 11:03:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: arved@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 11:03:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197845 Bug ID: 197845 Summary: [patch] www/newsbeuter update to 2.9 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: arved@FreeBSD.org Reporter: udvzsolt@gmail.com Assignee: arved@FreeBSD.org Flags: maintainer-feedback?(arved@FreeBSD.org) Created attachment 153203 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153203&action=edit Patch Simple www/newsbeuter update to 2.9 Poudriere log: http://uzsolt.hu/freebsd/poudriere/html/amd64/2015-02-20_07h40m18s/logs/newsbeuter-2.9.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer arved@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 11:47:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1260DD27 for ; Fri, 20 Feb 2015 11:47:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBF49D46 for ; Fri, 20 Feb 2015 11:47:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KBlQxO037134 for ; Fri, 20 Feb 2015 11:47:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197843] [maintainer update] mail/roundcube-contextmenu: update to 2.1 Date: Fri, 20 Feb 2015 11:47:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: moiseev@mezonplus.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 11:47:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197843 --- Comment #1 from Alexander Moisseev --- Created attachment 153204 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153204&action=edit poudriere log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 11:54:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56DAAFA8 for ; Fri, 20 Feb 2015 11:54:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CB96E0C for ; Fri, 20 Feb 2015 11:54:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KBsM2F045578 for ; Fri, 20 Feb 2015 11:54:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 11:54:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rodrigo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 11:54:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 --- Comment #2 from Rodrigo Osorio --- Poudriere log : http://www.bebik.net/poudriere/2015-02-20_11h21m03s/logs/fcgi-devkit-2.4.0_5.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 12:30:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C301857F for ; Fri, 20 Feb 2015 12:30:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8F5023B for ; Fri, 20 Feb 2015 12:30:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KCUo2R090203 for ; Fri, 20 Feb 2015 12:30:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197846] www/h2o: update to 1.0.0 and include improvements from @chipitsine Date: Fri, 20 Feb 2015 12:30:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 12:30:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197846 Bug ID: 197846 Summary: www/h2o: update to 1.0.0 and include improvements from @chipitsine Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dch@skunkwerks.at Created attachment 153205 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153205&action=edit h2o v1.0.0 h2o suddenly jumped to 1.0.0 after the IETF announced that HTTP/2 was finalised. This minor update includes improvements from [@chipitsine] and further FreeBSD related improvements [changelog], notably using kqueue on FreeBSD for improved performance. [changelog]: https://github.com/h2o/h2o/releases/tag/v1.0.0 [2chipitsine]: https://github.com/skunkwerks/freebsd-ports/commit/882494476fc54705d9f2a8ad1bd6f9ca5adda32c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 12:42:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18CE865B for ; Fri, 20 Feb 2015 12:42:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2079352 for ; Fri, 20 Feb 2015 12:42:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KCgTj5013735 for ; Fri, 20 Feb 2015 12:42:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196668] sysutils/logrotate: segmentation fault due to differences in qsort_r implementations Date: Fri, 20 Feb 2015 12:42:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: citrin+pr@citrin.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 12:42:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196668 Anton Yuzhaninov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |citrin+pr@citrin.ru --- Comment #5 from Anton Yuzhaninov --- Created attachment 153206 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153206&action=edit Update port to version 3.8.9 Update port to version 3.8.9. While here fix some portlint warnings. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 12:45:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD6E46B3 for ; Fri, 20 Feb 2015 12:45:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A341E36C for ; Fri, 20 Feb 2015 12:45:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KCjx4M084996 for ; Fri, 20 Feb 2015 12:45:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 12:45:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@skysmurf.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 12:45:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 --- Comment #3 from A.J. "Fonz" van Werven --- Thanks for reporting! I'll look into this ASAP (hopefully today, no later than tomorrow). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 12:52:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3A5994B for ; Fri, 20 Feb 2015 12:52:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF73A63B for ; Fri, 20 Feb 2015 12:52:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KCqgBb039935 for ; Fri, 20 Feb 2015 12:52:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197847] databases/couchdb: support passing optional parameters through rc.conf to couchdb's erlang vm Date: Fri, 20 Feb 2015 12:52:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: olgeni@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 12:52:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197847 Bug ID: 197847 Summary: databases/couchdb: support passing optional parameters through rc.conf to couchdb's erlang vm Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: olgeni@FreeBSD.org Reporter: dch@skunkwerks.at Flags: maintainer-feedback?(olgeni@FreeBSD.org) Assignee: olgeni@FreeBSD.org Created attachment 153207 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153207&action=edit couchdb.shar with patch this patch exposes the functionality already available in CouchDB itself, namely passing configuration and startup information to the erlang vm, by appending erlang flags in ERL_ZFLAGS. The ZFLAGS variant was chosen as most common usage is to override settings that couchdb already has by default -- for example, increasing number of async threads using +A 64, or enabling remsh access with `-name foo -setcookie nomnomnom`. see https://github.com/dch/freebsd-ports/commit/eae1221 and https://github.com/dch/freebsd-ports/commit/eae1221.patch --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer olgeni@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 13:58:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AD0E450 for ; Fri, 20 Feb 2015 13:58:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4786DBB for ; Fri, 20 Feb 2015 13:58:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDwhFe035363 for ; Fri, 20 Feb 2015 13:58:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 13:58:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rodrigo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 13:58:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 Rodrigo Osorio changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153202|0 |1 is obsolete| | --- Comment #4 from Rodrigo Osorio --- Created attachment 153215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153215&action=edit CVE patch + cpe records I change my patch to take advantage of this update to add CPE informations to www/fcgi. Here are the details about what the CPE is : https://wiki.freebsd.org/Ports/CPE Cheers - rodrigo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:01:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA4DA53E for ; Fri, 20 Feb 2015 14:01:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5E9E6D for ; Fri, 20 Feb 2015 14:01:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KE1XWd065381 for ; Fri, 20 Feb 2015 14:01:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196668] sysutils/logrotate: segmentation fault due to differences in qsort_r implementations Date: Fri, 20 Feb 2015 14:01:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: citrin+pr@citrin.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:01:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196668 --- Comment #6 from Anton Yuzhaninov --- My patch tested with poudriere on i386/amd64: http://citrin.ru/tmp/logrotate-3.8.9-poudriere-logs.tgz -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:16:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C26D88B6 for ; Fri, 20 Feb 2015 14:16:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4EEBFD9 for ; Fri, 20 Feb 2015 14:16:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEGe4W093238 for ; Fri, 20 Feb 2015 14:16:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 14:16:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@skysmurf.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:16:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 A.J. "Fonz" van Werven changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(freebs |maintainer-feedback+ |d@skysmurf.nl) | --- Comment #5 from A.J. "Fonz" van Werven --- According to the Wiki, adding CPE records is mandatory in this case. Thanks for the update. I've verified that the patch builds. And the code looks OK too, so I've set maintainer approval. Feel free to poke a committer if you don't have the necessary bit(s) yourself. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:25:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3B1DBA5 for ; Fri, 20 Feb 2015 14:25:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9951718E for ; Fri, 20 Feb 2015 14:25:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEPv4v002803 for ; Fri, 20 Feb 2015 14:25:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197848] [patch] www/eaglemode : do-target fails to set make environment Date: Fri, 20 Feb 2015 14:25:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:25:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197848 Bug ID: 197848 Summary: [patch] www/eaglemode : do-target fails to set make environment Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: marino@FreeBSD.org Created attachment 153216 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153216&action=edit patch to set make environment on do-built target The target calls the c compiler somewhere along the way, but the failure to set the make environment causes this port to fail on a specific configuration involving the alternate compiler (gcc-5). I normally commit this directly under fix-it-blanket, but I'm opening a PR instead out of courtesy. I'm ready to commit upon approval. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:26:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E264FC63 for ; Fri, 20 Feb 2015 14:26:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80B319E for ; Fri, 20 Feb 2015 14:26:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEQjs4003206 for ; Fri, 20 Feb 2015 14:26:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197849] [PATCH] www/mod_proxy_uwsgi: Update to 2.0.9 Date: Fri, 20 Feb 2015 14:26:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tab@billigvvs.dk X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: demon@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:26:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197849 Bug ID: 197849 Summary: [PATCH] www/mod_proxy_uwsgi: Update to 2.0.9 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: demon@FreeBSD.org Reporter: tab@billigvvs.dk Assignee: demon@FreeBSD.org Flags: maintainer-feedback?(demon@FreeBSD.org) Created attachment 153217 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153217&action=edit patch --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer demon@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:27:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDFACC97 for ; Fri, 20 Feb 2015 14:27:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A35471A3 for ; Fri, 20 Feb 2015 14:27:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KER6Vu003387 for ; Fri, 20 Feb 2015 14:27:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197848] [patch] x11/eaglemode : do-target fails to set make environment Date: Fri, 20 Feb 2015 14:27:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:27:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197848 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch] www/eaglemode : |[patch] x11/eaglemode : |do-target fails to set make |do-target fails to set make |environment |environment Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | Status|New |Open --- Comment #1 from John Marino --- Damn, got the port name wrong. Fix the port and assign directly to amdmi3@ -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:39:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C6B1FD3 for ; Fri, 20 Feb 2015 14:39:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81CC5312 for ; Fri, 20 Feb 2015 14:39:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEd6mY014124 for ; Fri, 20 Feb 2015 14:39:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197844] www/fcgi issue (CVE-2012-6687) Date: Fri, 20 Feb 2015 14:39:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rodrigo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:39:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197844 --- Comment #6 from Rodrigo Osorio --- Don't worry, I have the required bits :) I'm now preparing the vuxml record. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:53:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FE154A3 for ; Fri, 20 Feb 2015 14:53:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 459E774B for ; Fri, 20 Feb 2015 14:53:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KErRNm031186 for ; Fri, 20 Feb 2015 14:53:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197850] audio/portaudio: cleanup Date: Fri, 20 Feb 2015 14:53:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:53:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197850 Bug ID: 197850 Summary: audio/portaudio: cleanup Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: amdmi3@FreeBSD.org CC: koalative@gmail.com Flags: maintainer-feedback?(koalative@gmail.com) CC: koalative@gmail.com Created attachment 153219 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153219&action=edit Patch - Add LICENSE_FILE - Simplify DOCS installation - Fix binary file installation - Strip library and binaries --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 14:58:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D139D52E for ; Fri, 20 Feb 2015 14:58:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C99A784 for ; Fri, 20 Feb 2015 14:58:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEwdIY033626 for ; Fri, 20 Feb 2015 14:58:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Fri, 20 Feb 2015 14:58:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:58:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Bug ID: 197851 Summary: Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Product: Ports & Packages Version: Latest Hardware: Any URL: https://bugs.mageia.org/show_bug.cgi?id=12480 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: woodsb02@gmail.com CC: ehaupt@FreeBSD.org, gnome@FreeBSD.org CC: ehaupt@FreeBSD.org, gnome@FreeBSD.org A user cannot currently install multimedia/banshee on the XFCE desktop, because it relies on deskutils/notification-daemon, whilst XFCE uses deskutils/xfce4-notifyd, and the ports system has registered a conflict between these two ports. https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098109.html deskutils/xfce4-notifyd has been modified upstream such that it no longer has any overlapping files with deskutils/notification-daemon. There is no longer a file conflict, and having both installed at the same time does not break functionality of whichever is being used by the active desktop environment. For reference, a similar bug was previously fixed in the Mageia Linux project: https://bugs.mageia.org/show_bug.cgi?id=12480 --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 15:10:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15D03986 for ; Fri, 20 Feb 2015 15:10:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE7718C1 for ; Fri, 20 Feb 2015 15:10:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFAA19011771 for ; Fri, 20 Feb 2015 15:10:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Fri, 20 Feb 2015 15:10:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:10:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Ben Woods changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153220| |maintainer-approval?(ehaupt Flags| |@FreeBSD.org), | |maintainer-approval?(gnome@ | |FreeBSD.org) --- Comment #2 from Ben Woods --- Created attachment 153220 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153220&action=edit Patch to remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 15:12:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA709AA0 for ; Fri, 20 Feb 2015 15:12:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0018977 for ; Fri, 20 Feb 2015 15:12:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFC8pX077349 for ; Fri, 20 Feb 2015 15:12:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197852] [MAINTAINER] devel/ChipmunkPhysics: update to 7.0.0 Date: Fri, 20 Feb 2015 15:12:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@stdrand.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:12:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197852 Bug ID: 197852 Summary: [MAINTAINER] devel/ChipmunkPhysics: update to 7.0.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ports@stdrand.com Created attachment 153221 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153221&action=edit Port patch file ChipmunkPhysics has been updated from 6.2.1 to 7.0.0. This is a major upgrade, so expect incompatibilities if you're using an older version. Changelog can be found in the "VERSION.txt" file in any of the archives, or here: https://github.com/slembcke/Chipmunk2D/blob/7133e4afddb886fd98247993f84e9d06230e848f/VERSION.txt I have decided *NOT* to create a separate `ChipmunkPhysics6` port. If this is a problem, let me know and I'll create it. Two patches had to be applied in order to get this to build in FreeBSD (one of the issues is only a problem for the demo program). I'll report the problems upstream; hopefully, they'll be fixed by the next version. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 15:39:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 518602A1 for ; Fri, 20 Feb 2015 15:39:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36558C59 for ; Fri, 20 Feb 2015 15:39:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFdjwP037062 for ; Fri, 20 Feb 2015 15:39:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197853] [patch] devel/qt4-assistant : fix configure to support gcc-5 Date: Fri, 20 Feb 2015 15:39:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:39:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197853 Bug ID: 197853 Summary: [patch] devel/qt4-assistant : fix configure to support gcc-5 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: marino@FreeBSD.org Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) The qt4 configure script is already patched by extra patch ${PORTSDIR}/devel/qt4/files/extrapatch-configure . The attached patch either needs to be added to extrapatch-configure or left as a second patch in devel/qt4-assistant in order to build on gcc5. Without configuring for webkit, the build outright breaks (a bug in qt4). It causes over 600 ports to skip in poudriere, so for gcc-5 support this patch is very important. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kde@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 15:43:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE2D04A0 for ; Fri, 20 Feb 2015 15:43:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 935FDD24 for ; Fri, 20 Feb 2015 15:43:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFh5DL043788 for ; Fri, 20 Feb 2015 15:43:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197402] [MAINTAINER] math/isabelle: Reset MAINTAINER Date: Fri, 20 Feb 2015 15:43:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:43:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197402 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |arved@FreeBSD.org --- Comment #1 from Tilman Keskinoz --- Committed, thanks for your work on this port -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 15:43:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48B9E4A3 for ; Fri, 20 Feb 2015 15:43:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED82D26 for ; Fri, 20 Feb 2015 15:43:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFh6AI043809 for ; Fri, 20 Feb 2015 15:43:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197402] [MAINTAINER] math/isabelle: Reset MAINTAINER Date: Fri, 20 Feb 2015 15:43:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:43:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197402 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: arved Date: Fri Feb 20 15:42:45 UTC 2015 New revision: 379437 URL: https://svnweb.freebsd.org/changeset/ports/379437 Log: Drop Maintainership PR: 197402 Submitted by: Timothy Beyer Changes: head/math/isabelle/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:08:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A6D8FB4 for ; Fri, 20 Feb 2015 16:08:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F3FC98 for ; Fri, 20 Feb 2015 16:08:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KG8tq4099469 for ; Fri, 20 Feb 2015 16:08:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197854] security/sshguard patch to trigger on syslog entries with Date: Fri, 20 Feb 2015 16:08:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jakob.alvermark@bsdlabs.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: feld@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:08:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197854 Bug ID: 197854 Summary: security/sshguard patch to trigger on syslog entries with Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: feld@FreeBSD.org Reporter: jakob.alvermark@bsdlabs.com Flags: maintainer-feedback?(feld@FreeBSD.org) Assignee: feld@FreeBSD.org Created attachment 153223 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153223&action=edit Patch to attack_scanner.l syslogd -v adds to the logs. Attached patch makes sshguard trigger on those lines as well. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer feld@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:26:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 757785CB for ; Fri, 20 Feb 2015 16:26:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A89D2E2 for ; Fri, 20 Feb 2015 16:26:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGQBgj019419 for ; Fri, 20 Feb 2015 16:26:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 16:26:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:26:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: arved Date: Fri Feb 20 16:25:33 UTC 2015 New revision: 379445 URL: https://svnweb.freebsd.org/changeset/ports/379445 Log: Add -Wno-unused to prevent Werror from triggering with gcc48 PR: 197284 Submitted by: dewayne@heuristicsystems.com.au Changes: head/comms/hcidump/files/patch-parser-Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:27:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 007E362E for ; Fri, 20 Feb 2015 16:27:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D95C7301 for ; Fri, 20 Feb 2015 16:27:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGRhpK020232 for ; Fri, 20 Feb 2015 16:27:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 16:27:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:27:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |arved@FreeBSD.org Resolution|--- |FIXED --- Comment #3 from Tilman Keskinoz --- a fix has been committed, thanks for reporting -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:29:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C5E0681 for ; Fri, 20 Feb 2015 16:29:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20B2831B for ; Fri, 20 Feb 2015 16:29:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGTQWj021292 for ; Fri, 20 Feb 2015 16:29:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 16:29:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.mimetype attachments.ispatch Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:29:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152505|text/x-chdr |text/plain mime type| | Attachment #152505|0 |1 is patch| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:30:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 971207BF for ; Fri, 20 Feb 2015 16:30:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE0032F for ; Fri, 20 Feb 2015 16:30:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGUe83023749 for ; Fri, 20 Feb 2015 16:30:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197027] port mail/dovecot - patch to disable SSLv2 and SSLv3 (POODLE) Date: Fri, 20 Feb 2015 16:30:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:30:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197027 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arved@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |bdrewery@FreeBSD.org |org | --- Comment #2 from Tilman Keskinoz --- over to maintainer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:31:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53C3A81D for ; Fri, 20 Feb 2015 16:31:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 392073E5 for ; Fri, 20 Feb 2015 16:31:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGVxSS027621 for ; Fri, 20 Feb 2015 16:31:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 16:31:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:31:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 --- Comment #4 from John Marino --- The attached better is a better fix that adding the warning. The patch fixes the problem! And neither the patch nor the commit remove -Werror, which should go! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:32:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72B2586E for ; Fri, 20 Feb 2015 16:32:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57CF53F4 for ; Fri, 20 Feb 2015 16:32:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGWZnU028393 for ; Fri, 20 Feb 2015 16:32:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 16:32:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:32:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 --- Comment #5 from John Marino --- I meant "the attached patch is a better fix" -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:40:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CCD7930 for ; Fri, 20 Feb 2015 16:40:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221EB613 for ; Fri, 20 Feb 2015 16:40:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGePp8034009 for ; Fri, 20 Feb 2015 16:40:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197254] [PATCH] dns/dnscrypt-proxy: Update to v1.4.3 Date: Fri, 20 Feb 2015 16:40:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:40:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197254 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | CC| |pawel@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:48:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48784B5D for ; Fri, 20 Feb 2015 16:48:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BAA3755 for ; Fri, 20 Feb 2015 16:48:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGmGnA042164 for ; Fri, 20 Feb 2015 16:48:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196460] Fix sysutils/flashrom compilation with latest clang version Date: Fri, 20 Feb 2015 16:48:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:48:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196460 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: arved Date: Fri Feb 20 16:47:30 UTC 2015 New revision: 379447 URL: https://svnweb.freebsd.org/changeset/ports/379447 Log: Remove Werror to allow compilation with latest clang PR: 196460 Changes: head/sysutils/flashrom/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:49:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33D40B95 for ; Fri, 20 Feb 2015 16:49:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CC575F for ; Fri, 20 Feb 2015 16:49:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGnJao042818 for ; Fri, 20 Feb 2015 16:49:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196460] Fix sysutils/flashrom compilation with latest clang version Date: Fri, 20 Feb 2015 16:49:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:49:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196460 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |arved@FreeBSD.org Resolution|--- |FIXED --- Comment #4 from Tilman Keskinoz --- The upstream patch looks fairly intrusive so i just disabled Werror for now. Thanks for reporting and getting this fixed upstream. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:55:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D52FC94 for ; Fri, 20 Feb 2015 16:55:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0195C857 for ; Fri, 20 Feb 2015 16:55:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGtBNA051874 for ; Fri, 20 Feb 2015 16:55:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Fri, 20 Feb 2015 16:55:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:55:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153109|0 |1 is obsolete| | --- Comment #7 from Sean Bruno --- Comment on attachment 153109 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153109 fix for armv6 Obsoleted by maintainer. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 16:59:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1067AD for ; Fri, 20 Feb 2015 16:59:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D528D8B2 for ; Fri, 20 Feb 2015 16:59:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGxJ26054348 for ; Fri, 20 Feb 2015 16:59:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Fri, 20 Feb 2015 16:59:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 16:59:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Fri Feb 20 16:58:24 UTC 2015 New revision: 379449 URL: https://svnweb.freebsd.org/changeset/ports/379449 Log: Fix directory creation so that a armv6-unknown-freebsd directory is created instead of an arm-unkonwn-freebsd to be friendlier with freebsd pkg tools. PR: 197581 Submitted by: mikael.urankar@gmail.com Approved by: tphilipp@potion-studios.com (maintainer) Changes: head/devel/psptoolchain-binutils/Makefile -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 17:00:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8CA213C for ; Fri, 20 Feb 2015 17:00:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD38D8CB for ; Fri, 20 Feb 2015 17:00:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KH0oPM069702 for ; Fri, 20 Feb 2015 17:00:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197581] devel/psptoolchain-binutils creates directories for arm not armv6 Date: Fri, 20 Feb 2015 17:00:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:00:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197581 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 17:01:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 189E41B1 for ; Fri, 20 Feb 2015 17:01:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1C0B961 for ; Fri, 20 Feb 2015 17:01:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KH1YpH082267 for ; Fri, 20 Feb 2015 17:01:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197292] [MAINTAINER] devel/commit-patch: update to 2.5.2 Date: Fri, 20 Feb 2015 17:01:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:01:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197292 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | CC| |pawel@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 17:22:38 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2BE7A66 for ; Fri, 20 Feb 2015 17:22:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2567BEB for ; Fri, 20 Feb 2015 17:22:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHMc2F015886 for ; Fri, 20 Feb 2015 17:22:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197284] comms/hcidump fails compilation on gcc48 due to unused-variable "error" Date: Fri, 20 Feb 2015 17:22:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:22:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197284 --- Comment #6 from John Marino --- thanks. :) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 17:28:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E58ABB2E for ; Fri, 20 Feb 2015 17:28:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB123C3E for ; Fri, 20 Feb 2015 17:28:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHSlHM019247 for ; Fri, 20 Feb 2015 17:28:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197855] [PATCH]: Update security/tor-devel Date: Fri, 20 Feb 2015 17:28:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bf@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:28:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197855 Bug ID: 197855 Summary: [PATCH]: Update security/tor-devel Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bf@FreeBSD.org Reporter: neel@neelc.org Assignee: bf@FreeBSD.org Flags: maintainer-feedback?(bf@FreeBSD.org) --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer bf@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 17:58:00 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2E83F5B for ; Fri, 20 Feb 2015 17:58:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8891FF65 for ; Fri, 20 Feb 2015 17:58:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHw0Nx051997 for ; Fri, 20 Feb 2015 17:58:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197298] devel/deforaos-libsystem : update to 0.2.0 Date: Fri, 20 Feb 2015 17:58:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 17:58:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197298 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #5 from Pawel Pekala --- This port doesn't respect our ports framework CFLAGS it would be nice to fix this. Also this would probably fix not stripped binaries as this port compiles with debugging symbols by default (-g). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:01:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E0E8122 for ; Fri, 20 Feb 2015 18:01:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43DDEA0 for ; Fri, 20 Feb 2015 18:01:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KI1Qfd076960 for ; Fri, 20 Feb 2015 18:01:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197303] [maintainer update] devel/ruby-build: update to 20150130 Date: Fri, 20 Feb 2015 18:01:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:01:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197303 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | CC| |pawel@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:05:11 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8215F1B0 for ; Fri, 20 Feb 2015 18:05:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67B70D6 for ; Fri, 20 Feb 2015 18:05:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KI5BA4035428 for ; Fri, 20 Feb 2015 18:05:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Fri, 20 Feb 2015 18:05:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:05:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 Bug ID: 197856 Summary: [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: lightside@gmx.com Created attachment 153226 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153226&action=edit Proposed patch (since 379431 revision) Patch to update deskutils/treesheets port from 0.0.20141225 to v0.0.20150117 version. Look following link for changes: https://github.com/aardappel/treesheets/compare/6ff99fb...0191b1f The current method of building software just works. But there is some claims from ports r379431, which unrelated to the actual practice (i.e. the possibility to do the same with different methods), in my opinion. Therefore, I created manual Makefile also. It not so generic as previous method (from maintenance point of view), but it also just works. - Add manual Makefile to build application -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:05:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 534D91EB for ; Fri, 20 Feb 2015 18:05:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390ECDF for ; Fri, 20 Feb 2015 18:05:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KI5nCx062614 for ; Fri, 20 Feb 2015 18:05:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Fri, 20 Feb 2015 18:05:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:05:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 --- Comment #1 from lightside --- Created attachment 153227 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153227&action=edit The poudriere testport log (FreeBSD 10 amd64) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:18:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDA63820 for ; Fri, 20 Feb 2015 18:18:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C28AE20B for ; Fri, 20 Feb 2015 18:18:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIIjmq037606 for ; Fri, 20 Feb 2015 18:18:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191988] ftp/wget: Fails to work with LibreSSL Date: Fri, 20 Feb 2015 18:18:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: spil.oss@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:18:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191988 Bernard Spil changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149242|0 |1 is obsolete| | Attachment #149243|0 |1 is obsolete| | Attachment #149244|0 |1 is obsolete| | --- Comment #8 from Bernard Spil --- Created attachment 153228 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153228&action=edit svn diff for ftp/wget Replaces earlier patches -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:22:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9B928D1 for ; Fri, 20 Feb 2015 18:22:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC72B2F0 for ; Fri, 20 Feb 2015 18:22:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIMPcN045405 for ; Fri, 20 Feb 2015 18:22:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191988] ftp/wget: Fails to work with LibreSSL Date: Fri, 20 Feb 2015 18:22:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: spil.oss@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:22:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191988 --- Comment #9 from Bernard Spil --- Created attachment 153229 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153229&action=edit Build log of wget 1.16 incl patches -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:24:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B1AD98F for ; Fri, 20 Feb 2015 18:24:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4B9731C for ; Fri, 20 Feb 2015 18:24:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIO5fQ046205 for ; Fri, 20 Feb 2015 18:24:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.0 Date: Fri, 20 Feb 2015 18:24:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:24:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #3 from Pawel Pekala --- Fetch fails: ==> License GPLv2 GPLv3 accepted by the user ===> fet-5.26.0 depends on file: /usr/local/sbin/pkg - found => fet-5.26.0.tar.bz2 doesn't seem to exist in /hdd/ports/distfiles/. => Attempting to fetch http://lalescu.ro/liviu/fet/download/fet-5.26.0.tar.bz2 )etch: invalid size (8702224 => Attempting to fetch http://lalescu.ro/liviu/fet/download/old/fet-5.26.0.tar.bz2 )etch: invalid size (8702224 => Attempting to fetch http://timetabling.de/download/fet-5.26.0.tar.bz2 )etch: invalid size (8702224 => Attempting to fetch http://timetabling.de/download/old/fet-5.26.0.tar.bz2 )etch: invalid size (8702224 => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/fet-5.26.0.tar.bz2 )etch: invalid size (8702224 => Couldn't fetch it - please try to retrieve this => port manually into /hdd/ports/distfiles/ and try again. *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:28:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07332B25 for ; Fri, 20 Feb 2015 18:28:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E13B2369 for ; Fri, 20 Feb 2015 18:28:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KISEwm048286 for ; Fri, 20 Feb 2015 18:28:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197392] [MAINTAINER] games/wtf: Update to 20150206 Date: Fri, 20 Feb 2015 18:28:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:28:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197392 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 18:33:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE6D9BD6 for ; Fri, 20 Feb 2015 18:33:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3EB2623 for ; Fri, 20 Feb 2015 18:33:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIX31A056445 for ; Fri, 20 Feb 2015 18:33:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196668] sysutils/logrotate: segmentation fault due to differences in qsort_r implementations Date: Fri, 20 Feb 2015 18:33:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: js@iksz.hu X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 18:33:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196668 --- Comment #7 from js@iksz.hu --- Anton, This is wonderful. I couldn't set up a VM to test it out yet, but this is unrelated to this bug. Maybe we should build this port by its supported way, running autogen.sh, configure, and make. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 19:10:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D921697B for ; Fri, 20 Feb 2015 19:10:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEC1A9CE for ; Fri, 20 Feb 2015 19:10:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KJASEq027213 for ; Fri, 20 Feb 2015 19:10:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197397] [MAINTAINER] dns/dnstop: Update to v20140915 Date: Fri, 20 Feb 2015 19:10:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 19:10:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197397 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:00:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 444E19C6 for ; Fri, 20 Feb 2015 20:00:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ACB1F0F for ; Fri, 20 Feb 2015 20:00:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KK06xG080139 for ; Fri, 20 Feb 2015 20:00:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197448] net/x2goclient: Update to version 4.0.3.1 Date: Fri, 20 Feb 2015 20:00:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tkato432@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:00:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197448 tkato432@yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152747|0 |1 is obsolete| | --- Comment #1 from tkato432@yahoo.com --- Created attachment 153232 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153232&action=edit net_x2goclient.diff Version 4.0.3.2 has been released. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:00:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5B28A0F for ; Fri, 20 Feb 2015 20:00:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC8B8FA6 for ; Fri, 20 Feb 2015 20:00:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KK0WUL089113 for ; Fri, 20 Feb 2015 20:00:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197448] net/x2goclient: Update to version 4.0.3.2 Date: Fri, 20 Feb 2015 20:00:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tkato432@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:00:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197448 tkato432@yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|net/x2goclient: Update to |net/x2goclient: Update to |version 4.0.3.1 |version 4.0.3.2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:15:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C830DF4B for ; Fri, 20 Feb 2015 20:15:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94C61154 for ; Fri, 20 Feb 2015 20:15:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKFHPM028531 for ; Fri, 20 Feb 2015 20:15:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197857] Fix www/libxul build with clang 3.6.0 Date: Fri, 20 Feb 2015 20:15:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:15:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197857 Bug ID: 197857 Summary: Fix www/libxul build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: dim@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org Created attachment 153233 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153233&action=edit Fix invalid conversions of nullptr to bool in libxul During the exp-run in bug 197395, it was found that www/libxul gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/libxul-31.4.0_2.log These errors are all -Werror warnings, of the form: /wrkdirs/usr/ports/www/libxul/work/mozilla-esr31/js/src/builtin/TypedObject.cpp:713:16: error: implicit conversion of nullptr constant to 'bool' [-Werror,-Wnull-conversion] return nullptr; ~~~~~~ ^~~~~~~ false where the function is supposed to return bool, not a pointer. These are bugs in the libxul code. The attached patch fixes all the instances of those bugs. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:33:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC25B4A for ; Fri, 20 Feb 2015 20:33:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83FDD3DE for ; Fri, 20 Feb 2015 20:33:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKXDsC049167 for ; Fri, 20 Feb 2015 20:33:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197858] Fix devel/p5-EV build with clang 3.6.0 Date: Fri, 20 Feb 2015 20:33:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:33:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197858 Bug ID: 197858 Summary: Fix devel/p5-EV build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dim@FreeBSD.org CC: vovkasm@gmail.com CC: vovkasm@gmail.com Flags: maintainer-feedback?(vovkasm@gmail.com) Created attachment 153234 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153234&action=edit Fix devel/p5-EV build with clang 3.6.0 During the exp-run in bug 197395, it was found that devel/p5-EV gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/p5-EV-4.15_1,1.log These are caused by the embedded copy of libev, which does not handle C11 _Noreturn keywords properly. Fixing the embedded copy of libev is rather a lot of churn, so to work around this, use USE_CSTD=c99 for this port. --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:33:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA428CC3 for ; Fri, 20 Feb 2015 20:33:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90BA23F2 for ; Fri, 20 Feb 2015 20:33:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKXvDr049439 for ; Fri, 20 Feb 2015 20:33:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197858] Fix devel/p5-EV build with clang 3.6.0 Date: Fri, 20 Feb 2015 20:33:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:33:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197858 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197395 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:45:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E16CE1 for ; Fri, 20 Feb 2015 20:45:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 245857D3 for ; Fri, 20 Feb 2015 20:45:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKjma4060492 for ; Fri, 20 Feb 2015 20:45:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197859] [MAINTAINER UPDATE]: Update sysutils/currtime to 0.2.1 Date: Fri, 20 Feb 2015 20:45:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:45:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197859 Bug ID: 197859 Summary: [MAINTAINER UPDATE]: Update sysutils/currtime to 0.2.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: neel@neelc.org Created attachment 153235 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153235&action=edit Patch to update sysutils/currtime to 0.2.1 Hi I am the maintainer of the port sysutils/currtime, and have a patch to update this port to it's newest version: 0.2.1. I have attached the patch, and will upload the Poudriere Build Log shortly. Thanks, Neel -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:46:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D405011D for ; Fri, 20 Feb 2015 20:46:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAC347E1 for ; Fri, 20 Feb 2015 20:46:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKkZel060868 for ; Fri, 20 Feb 2015 20:46:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197859] [MAINTAINER UPDATE]: Update sysutils/currtime to 0.2.1 Date: Fri, 20 Feb 2015 20:46:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:46:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197859 --- Comment #1 from Neel Chauhan --- Created attachment 153236 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153236&action=edit Poudriere Build Log for sysutils/currtime 0.2.1 Also, here is the Poudriere Build Log. -Neel -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:53:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9C5A2FD for ; Fri, 20 Feb 2015 20:53:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FF6A8A6 for ; Fri, 20 Feb 2015 20:53:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKrP7I068981 for ; Fri, 20 Feb 2015 20:53:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197860] [PATCH]: Update net/micro_inetd to 2014.08.14 Date: Fri, 20 Feb 2015 20:53:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:53:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197860 Bug ID: 197860 Summary: [PATCH]: Update net/micro_inetd to 2014.08.14 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: neel@neelc.org CC: pankov_p@mail.ru CC: pankov_p@mail.ru Flags: maintainer-feedback?(pankov_p@mail.ru) Created attachment 153237 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153237&action=edit Patch to update net/micro_inetd to 2014.08.14 Hi, I have a patch to update the port net/micro_inetd to 2014.08.14. The patch is attached to this message, and the Poudriere Build Log will be uploaded shortly. Thanks, Neel Chauhan --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:54:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EA51335 for ; Fri, 20 Feb 2015 20:54:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34E538B2 for ; Fri, 20 Feb 2015 20:54:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKsLRE069385 for ; Fri, 20 Feb 2015 20:54:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197860] [PATCH]: Update net/micro_inetd to 2014.08.14 Date: Fri, 20 Feb 2015 20:54:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neel@neelc.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:54:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197860 --- Comment #2 from Neel Chauhan --- Created attachment 153238 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153238&action=edit Poudriere Build Log for net/micro_inetd 2014.08.14 Also, here is the Poudriere Build Log for net/micro_inetd 2014.08.14. -Neel -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:55:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25F8945E for ; Fri, 20 Feb 2015 20:55:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C81C8C9 for ; Fri, 20 Feb 2015 20:55:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKtQK9069791 for ; Fri, 20 Feb 2015 20:55:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.0 Date: Fri, 20 Feb 2015 20:55:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:55:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 --- Comment #4 from Zsolt Udvari --- 5.26.1 is out, so I'll update the patch. http://uzsolt.hu/freebsd/poudriere/logs/amd64/fet-5.26.1.log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:55:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4D89495 for ; Fri, 20 Feb 2015 20:55:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF0D8D0 for ; Fri, 20 Feb 2015 20:55:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKtvRC070065 for ; Fri, 20 Feb 2015 20:55:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.0 Date: Fri, 20 Feb 2015 20:55:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:55:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Zsolt Udvari changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152707|0 |1 is obsolete| | --- Comment #5 from Zsolt Udvari --- Created attachment 153239 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153239&action=edit 5.26.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 20:56:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A90CB4C3 for ; Fri, 20 Feb 2015 20:56:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CADF8D8 for ; Fri, 20 Feb 2015 20:56:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKu6GA070176 for ; Fri, 20 Feb 2015 20:56:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Fri, 20 Feb 2015 20:56:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 20:56:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Zsolt Udvari changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[MAINTAINER] deskutils/fet: |[MAINTAINER] deskutils/fet: |Update to 5.26.0 |Update to 5.26.1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:11:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A6B4894 for ; Fri, 20 Feb 2015 21:11:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00BFFABA for ; Fri, 20 Feb 2015 21:11:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLBBj3081602 for ; Fri, 20 Feb 2015 21:11:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise: Ardoise X cursor theme Date: Fri, 20 Feb 2015 21:11:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:11:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152603|0 |1 is obsolete| | --- Comment #8 from lightside --- Created attachment 153241 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153241&action=edit The port in shar format The author made available distfiles on GitHub: https://github.com/obnosim/ardoise I renamed the port to "cursor-ardoise-theme" directory and adapted to USE_GITHUB. - Updated to 3.0 version - Changed pkg-descr file -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:11:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F9188D2 for ; Fri, 20 Feb 2015 21:11:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5592BAC1 for ; Fri, 20 Feb 2015 21:11:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLBXQm085393 for ; Fri, 20 Feb 2015 21:11:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Fri, 20 Feb 2015 21:11:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:11:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[NEW PORT] |[NEW PORT] |x11-themes/cursor-ardoise: |x11-themes/cursor-ardoise-t |Ardoise X cursor theme |heme: Ardoise X cursor | |theme -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:12:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9B0890C for ; Fri, 20 Feb 2015 21:12:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0202ACE for ; Fri, 20 Feb 2015 21:12:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLC3Wg007594 for ; Fri, 20 Feb 2015 21:12:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Fri, 20 Feb 2015 21:12:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:12:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152176|0 |1 is obsolete| | --- Comment #9 from lightside --- Created attachment 153242 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153242&action=edit The poudriere testport log (FreeBSD 10 amd64) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:17:12 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC8EDA78 for ; Fri, 20 Feb 2015 21:17:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2F36B50 for ; Fri, 20 Feb 2015 21:17:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLHCrB008473 for ; Fri, 20 Feb 2015 21:17:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Fri, 20 Feb 2015 21:17:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:17:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 --- Comment #6 from Pawel Pekala --- Wrong patch? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:18:07 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6E99B1A for ; Fri, 20 Feb 2015 21:18:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD3DEB5E for ; Fri, 20 Feb 2015 21:18:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLI7KP047371 for ; Fri, 20 Feb 2015 21:18:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197862] multimedia/audacious-plugins: fix ffmpeg option Date: Fri, 20 Feb 2015 21:18:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kvedulv@kvedulv.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: oliver@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:18:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197862 Bug ID: 197862 Summary: multimedia/audacious-plugins: fix ffmpeg option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: oliver@FreeBSD.org Reporter: kvedulv@kvedulv.de Flags: maintainer-feedback?(oliver@FreeBSD.org) Assignee: oliver@FreeBSD.org Created attachment 153243 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153243&action=edit patch I have FFMPEG disabled, which broke the build for me after the update to 3.5.2. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer oliver@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:18:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DCC8B4A for ; Fri, 20 Feb 2015 21:18:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83AC1B62 for ; Fri, 20 Feb 2015 21:18:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLIPWq052133 for ; Fri, 20 Feb 2015 21:18:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Fri, 20 Feb 2015 21:18:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:18:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153241|0 |1 is obsolete| | --- Comment #10 from lightside --- Created attachment 153244 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153244&action=edit The port in shar format -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:20:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0F8BBB5 for ; Fri, 20 Feb 2015 21:20:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7A16B7D for ; Fri, 20 Feb 2015 21:20:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLKPrG058081 for ; Fri, 20 Feb 2015 21:20:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Fri, 20 Feb 2015 21:20:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:20:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 --- Comment #11 from lightside --- (In reply to comment #10) - Returned pkg-descr contents, which is ok. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:21:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03989BEB for ; Fri, 20 Feb 2015 21:21:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDDBFC0E for ; Fri, 20 Feb 2015 21:21:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLLEST059167 for ; Fri, 20 Feb 2015 21:21:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197858] Fix devel/p5-EV build with clang 3.6.0 Date: Fri, 20 Feb 2015 21:21:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: vovkasm@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:21:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197858 --- Comment #2 from Vladimir Timofeev --- I'am agree with forcing C99 standard as a temporary workaround. Note that this bug has been reported to the libev mailing list: http://lists.schmorp.de/pipermail/libev/2015q1/002480.html Also this bug has been fixed already in upstream (libev) CVS: http://cvs.schmorp.de/libev/ev.c?r1=1.473&r2=1.474 So I think this workaround can be removed in next update of p5-EV. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:27:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87B85E91 for ; Fri, 20 Feb 2015 21:27:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DA27C58 for ; Fri, 20 Feb 2015 21:27:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLRRNT064200 for ; Fri, 20 Feb 2015 21:27:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197863] science/netcdf: DOXYGEN=on Error since update to 4.3.3 Date: Fri, 20 Feb 2015 21:27:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kalten@gmx.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:27:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197863 Bug ID: 197863 Summary: science/netcdf: DOXYGEN=3Don Error since update to 4.3.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: kalten@gmx.at Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 153245 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D153245&action= =3Dedit netcdf-4.3.3_with_DOXYGEN.log If one activates the option DOXYGEN the port does not compile. There are some missing files like docs/netcdf-50x50.png and there is some invocation in the directory man4/ I was not able to locate, but=E2=80= =94 according to the RELEASE_NOTES.md there has been some renaming going on changing the directory man4/ to docs/=E2=80=94I suppose they have forgotten= this fact somewhere. Please have a look at the poudriere(8) output in the attachment named netcdf-4.3.3_with_DOXYGEN.log Regards, Kalten --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:30:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 600D8F16 for ; Fri, 20 Feb 2015 21:30:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46740C8D for ; Fri, 20 Feb 2015 21:30:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLUg6Y068020 for ; Fri, 20 Feb 2015 21:30:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197864] Fix devel/libev build with clang 3.6.0 Date: Fri, 20 Feb 2015 21:30:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vsevolod@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:30:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197864 Bug ID: 197864 Summary: Fix devel/libev build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vsevolod@FreeBSD.org Reporter: dim@FreeBSD.org Flags: maintainer-feedback?(vsevolod@FreeBSD.org) Assignee: vsevolod@FreeBSD.org Created attachment 153246 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153246&action=edit Fix positioning of _Noreturn attribute for libev During the exp-run in bug 197395, it was found that devel/libev gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/libev-4.15_1,1.log This is because clang 3.6.0 defaults to C11, and libev puts its ecb_noreturn in the wrong place, at the end of a function declaration. The placement was fixed by upstream here: http://cvs.schmorp.de/libev/ev.c?r1=1.473&r2=1.474 but this also has a lot of other unneeded changes. So I propose the following minimal fix, which changes just two lines. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vsevolod@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 21:36:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A08F1A8 for ; Fri, 20 Feb 2015 21:36:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40FBD6D for ; Fri, 20 Feb 2015 21:36:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KLa4JB073658 for ; Fri, 20 Feb 2015 21:36:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197858] Fix devel/p5-EV build with clang 3.6.0 Date: Fri, 20 Feb 2015 21:36:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 21:36:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197858 --- Comment #3 from Dimitry Andric --- Created attachment 153249 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153249&action=edit Alternative fix for devel/p5-EV build with clang 3.6.0 Here is an alternative fix, a minimal version of the upstream commit for libev (which contains much more changes than needed for this port). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 22:02:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75564535 for ; Fri, 20 Feb 2015 22:02:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BDB1B6 for ; Fri, 20 Feb 2015 22:02:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KM2SF6033391 for ; Fri, 20 Feb 2015 22:02:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197867] Fix devel/libeio build with clang 3.6.0 Date: Fri, 20 Feb 2015 22:02:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: osa@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 22:02:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197867 Bug ID: 197867 Summary: Fix devel/libeio build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: osa@FreeBSD.org Reporter: dim@FreeBSD.org Flags: maintainer-feedback?(osa@FreeBSD.org) Assignee: osa@FreeBSD.org Created attachment 153251 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153251&action=edit Fix positioning of _Noreturn attribute for libeio During the exp-run in bug 197395, it was found that devel/libeio gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/libeio-4.18.0_1.log This is because clang 3.6.0 defaults to C11, and libeio puts its ecb_noreturn in the wrong place, at the end of a function declaration. I propose the following minimal fix, which changes just two lines. See also bug 197864 (for devel/libev). --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer osa@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 22:32:21 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB19CFF for ; Fri, 20 Feb 2015 22:32:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20DF162A for ; Fri, 20 Feb 2015 22:32:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KMWKMb065680 for ; Fri, 20 Feb 2015 22:32:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197786] [PATCH] math/pspp: Bump PORTREVISION, take maintainership Date: Fri, 20 Feb 2015 22:32:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 22:32:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197786 Carlos Jacobo Puga Medina changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153144|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 22:34:33 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC068D63 for ; Fri, 20 Feb 2015 22:34:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D30AA644 for ; Fri, 20 Feb 2015 22:34:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KMYXMr066775 for ; Fri, 20 Feb 2015 22:34:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197814] portsnap fetched snapshot integrity check failed Date: Fri, 20 Feb 2015 22:34:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Services X-Bugzilla-Component: Portsnap X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cperciva@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 22:34:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197814 --- Comment #4 from Colin Percival --- Very strange. Can you email the INDEX.new file to cperciva@FreeBSD.org? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 22:38:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F08AEECB for ; Fri, 20 Feb 2015 22:38:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD55672 for ; Fri, 20 Feb 2015 22:38:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KMc3xn068515 for ; Fri, 20 Feb 2015 22:38:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197868] Fix devel/py-gevent build with clang 3.6.0 Date: Fri, 20 Feb 2015 22:38:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 22:38:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197868 Bug ID: 197868 Summary: Fix devel/py-gevent build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: dim@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 153252 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153252&action=edit Fix positioning of _Noreturn attribute for py-gevent's copy of libev During the exp-run in bug 197395, it was found that devel/py-gevent gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/py27-gevent-1.0.1.log This is because clang 3.6.0 defaults to C11, and libev puts its ecb_noreturn in the wrong place, at the end of a function declaration. The placement was fixed by upstream here: http://cvs.schmorp.de/libev/ev.c?r1=1.473&r2=1.474 but this also has a lot of other unneeded changes. So I propose the following minimal fix, which changes just two lines. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 20 23:04:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCBE64A0 for ; Fri, 20 Feb 2015 23:04:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B31F894F for ; Fri, 20 Feb 2015 23:04:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KN46kD028090 for ; Fri, 20 Feb 2015 23:04:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197869] Fix lang/v8 build with clang 3.6.0 Date: Fri, 20 Feb 2015 23:04:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 23:04:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197869 Bug ID: 197869 Summary: Fix lang/v8 build with clang 3.6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: dim@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 153254 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153254&action=edit Mark temporary typedefs in static asserts as unused During the exp-run in bug 197395, it was found that lang/v8 gives errors with clang 3.6.0: http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/v8-3.18.5.log This is because v8 is compiled with -Werror, and its hand-rolled implementation of static_assert uses temporary local typedefs. To fix it, we can use the same approach as used in base, here: https://svnweb.freebsd.org/base?view=revision&revision=278222 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:23:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6897AC66 for ; Sat, 21 Feb 2015 01:23:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC5D952 for ; Sat, 21 Feb 2015 01:23:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1NSJs057436 for ; Sat, 21 Feb 2015 01:23:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 01:23:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:23:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153226|0 |1 is obsolete| | --- Comment #2 from lightside --- Created attachment 153256 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153256&action=edit Proposed patch (since 379431 revision) Looks like, I understood the ports r379431 claims wrong. Basically, it meant to simplify the building, without the need to change the build.sh file. The changed patch attached. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:23:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EDB6C97 for ; Sat, 21 Feb 2015 01:23:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13FD4957 for ; Sat, 21 Feb 2015 01:23:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1Nsgb057607 for ; Sat, 21 Feb 2015 01:23:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 01:23:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:23:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153227|0 |1 is obsolete| | --- Comment #3 from lightside --- Created attachment 153257 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153257&action=edit The poudriere testport log (FreeBSD 10 amd64) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:24:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A39BACD9 for ; Sat, 21 Feb 2015 01:24:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88BBA962 for ; Sat, 21 Feb 2015 01:24:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1OhAB057940 for ; Sat, 21 Feb 2015 01:24:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197870] [PATCH] Update Tryton 2.8 modules to latest versions Date: Sat, 21 Feb 2015 01:24:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: matthias@d2ux.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:24:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197870 Bug ID: 197870 Summary: [PATCH] Update Tryton 2.8 modules to latest versions Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: matthias@d2ux.org Created attachment 153258 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153258&action=edit Shar archive containing patches The attached shar archive contains patch files to update Tryton 2.8 modules to the latest versions. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:24:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B445CDA for ; Sat, 21 Feb 2015 01:24:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40934964 for ; Sat, 21 Feb 2015 01:24:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1Oivm057944 for ; Sat, 21 Feb 2015 01:24:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197850] audio/portaudio: cleanup Date: Sat, 21 Feb 2015 01:24:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koalative@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:24:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197850 --- Comment #2 from Dave Shar --- Thanks for the patch. I will check it and get back. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:25:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5878D56 for ; Sat, 21 Feb 2015 01:25:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAB9A977 for ; Sat, 21 Feb 2015 01:25:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1Pxgf058524 for ; Sat, 21 Feb 2015 01:25:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197870] [PATCH] Update Tryton 2.8 modules to latest versions (finance/tryton* etc.) Date: Sat, 21 Feb 2015 01:25:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: matthias@d2ux.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:25:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197870 matthias@d2ux.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] Update Tryton 2.8 |[PATCH] Update Tryton 2.8 |modules to latest versions |modules to latest versions | |(finance/tryton* etc.) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:48:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 866D1186 for ; Sat, 21 Feb 2015 01:48:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD1AB9C for ; Sat, 21 Feb 2015 01:48:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1mE9J078352 for ; Sat, 21 Feb 2015 01:48:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 01:48:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:48:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153256|0 |1 is obsolete| | --- Comment #4 from lightside --- Created attachment 153259 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153259&action=edit Proposed patch (since 379431 revision) Return "${SETENV} ${MAKE_ENV}" for port's Makefile. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 01:48:42 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F7511B8 for ; Sat, 21 Feb 2015 01:48:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 643F4BA1 for ; Sat, 21 Feb 2015 01:48:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1mgH9078527 for ; Sat, 21 Feb 2015 01:48:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 01:48:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 01:48:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153257|0 |1 is obsolete| | --- Comment #5 from lightside --- Created attachment 153260 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153260&action=edit The poudriere testport log (FreeBSD 10 amd64) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 02:18:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A9995A3 for ; Sat, 21 Feb 2015 02:18:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4024FE0B for ; Sat, 21 Feb 2015 02:18:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2IJQx073517 for ; Sat, 21 Feb 2015 02:18:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 02:18:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:18:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 --- Comment #6 from lightside --- (In reply to comment #4) > Return "${SETENV} ${MAKE_ENV}" for port's Makefile. But I think, that it is not needed, in case of direct build method. In previous method, the WX_CONFIG variable might be missing, which caused build failure on DragonFly BSD. I renew the attachments. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 02:18:43 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0018D5DC for ; Sat, 21 Feb 2015 02:18:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D981DE13 for ; Sat, 21 Feb 2015 02:18:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2IgYl079316 for ; Sat, 21 Feb 2015 02:18:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 02:18:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:18:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153259|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 02:18:56 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E2B0608 for ; Sat, 21 Feb 2015 02:18:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83415E15 for ; Sat, 21 Feb 2015 02:18:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2Iuea082661 for ; Sat, 21 Feb 2015 02:18:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 02:18:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:18:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153260|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 02:19:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25926644 for ; Sat, 21 Feb 2015 02:19:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A98FE1B for ; Sat, 21 Feb 2015 02:19:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2JUJE091408 for ; Sat, 21 Feb 2015 02:19:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 02:19:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:19:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153256|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 02:19:55 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B604679 for ; Sat, 21 Feb 2015 02:19:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 408F5E20 for ; Sat, 21 Feb 2015 02:19:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2JtTs097977 for ; Sat, 21 Feb 2015 02:19:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 02:19:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:19:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153257|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 03:13:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7EC1F98 for ; Sat, 21 Feb 2015 03:13:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCF25698 for ; Sat, 21 Feb 2015 03:13:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L3DdPG028197 for ; Sat, 21 Feb 2015 03:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197870] [PATCH] Update Tryton 2.8 modules to latest versions (finance/tryton* etc.) Date: Sat, 21 Feb 2015 03:13:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 03:13:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197870 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthias@petermann-it.de --- Comment #1 from Mark Linimon --- Notify maintainer. (Not sure if submitter is maintainer?) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 03:17:35 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A04981000 for ; Sat, 21 Feb 2015 03:17:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BC606BF for ; Sat, 21 Feb 2015 03:17:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L3HZwV072935 for ; Sat, 21 Feb 2015 03:17:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197871] sysutils/ksysguardd: cannot open configuration file Date: Sat, 21 Feb 2015 03:17:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: t.rus76@ya.ru X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 03:17:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197871 Bug ID: 197871 Summary: sysutils/ksysguardd: cannot open configuration file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: t.rus76@ya.ru Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) Even with the file /usr/local/etc/ksysguarddrc present and accessible, this message appears on boot: sysguardd: cannot open config file '"/usr/local/etc/ksysguarddrc"' The problem seems to be with quotes in the filename. This bug is known to the KDE community and was fixed on 2009-07-11, according to https://bugs.kde.org/show_bug.cgi?id=199734 However, FreeBSD uses kde-workspace-4.11.13.tar.xz where the file ksysguard/ksysguardd/CMakeLists.txt still seems to be incorrect: add_definitions( -DKSYSGUARDDRCFILE="\\"${SYSCONF_INSTALL_DIR}/ksysguarddrc\\"" ) The attached file fixed this problem for me. Some more reports found: https://forums.freebsd.org/threads/ksysguarddrc-cannot-open-configuration-file.49370/ https://bugs.freenas.org/issues/7688 (PC-BSD) --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer kde@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 04:33:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CE67A2B for ; Sat, 21 Feb 2015 04:33:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829D0E9D for ; Sat, 21 Feb 2015 04:33:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L4XQ2Q039277 for ; Sat, 21 Feb 2015 04:33:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197872] [UPDATE] devel/skalibs: update to 2.3.0.0 Date: Sat, 21 Feb 2015 04:33:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: colin@heliocat.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 04:33:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197872 Bug ID: 197872 Summary: [UPDATE] devel/skalibs: update to 2.3.0.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: colin@heliocat.net Created attachment 153262 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153262&action=edit Patch for latest version. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 04:39:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFEEFABB for ; Sat, 21 Feb 2015 04:39:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65FAED1 for ; Sat, 21 Feb 2015 04:39:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L4dSxX041993 for ; Sat, 21 Feb 2015 04:39:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197873] lang/execline: update to 2.0.2.1 Date: Sat, 21 Feb 2015 04:39:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: colin@heliocat.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 04:39:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197873 Bug ID: 197873 Summary: lang/execline: update to 2.0.2.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: colin@heliocat.net Created attachment 153263 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153263&action=edit Patch for latest version. Minor bugfix to ifthenelse, dependency bump to skalibs 2.3.0.0 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 04:45:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E4BEB2D for ; Sat, 21 Feb 2015 04:45:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43429F7B for ; Sat, 21 Feb 2015 04:45:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L4jMUx051227 for ; Sat, 21 Feb 2015 04:45:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197235] [NEW PORT] sysutils/s6 daemontools-like supervision suite Date: Sat, 21 Feb 2015 04:45:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: colin@heliocat.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 04:45:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197235 Colin Booth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152629|0 |1 is obsolete| | --- Comment #3 from Colin Booth --- Created attachment 153264 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153264&action=edit s6 v2.1.1.1 version bump Version bump for pending port submission -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 04:54:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1027FBDA for ; Sat, 21 Feb 2015 04:54:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9987BF for ; Sat, 21 Feb 2015 04:54:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L4sisi061284 for ; Sat, 21 Feb 2015 04:54:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197860] [PATCH]: Update net/micro_inetd to 2014.08.14 Date: Sat, 21 Feb 2015 04:54:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 04:54:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197860 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |bofh@freebsd.org Assignee|freebsd-ports-bugs@FreeBSD. |bofh@freebsd.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 04:55:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3A71C0F for ; Sat, 21 Feb 2015 04:55:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86FF3C4 for ; Sat, 21 Feb 2015 04:55:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L4tlC7061869 for ; Sat, 21 Feb 2015 04:55:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197859] [MAINTAINER UPDATE]: Update sysutils/currtime to 0.2.1 Date: Sat, 21 Feb 2015 04:55:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 04:55:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197859 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |bofh@freebsd.org |org | CC| |bofh@freebsd.org Status|New |Open -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 06:25:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01A974FF for ; Sat, 21 Feb 2015 06:25:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C13329D4 for ; Sat, 21 Feb 2015 06:25:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L6PRfU050290 for ; Sat, 21 Feb 2015 06:25:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197875] [PATCH] lang/ruby22: fix false-positive vulnerabilities when set as default ruby version. Date: Sat, 21 Feb 2015 06:25:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd.org@pob01.utahime.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 06:25:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197875 Bug ID: 197875 Summary: [PATCH] lang/ruby22: fix false-positive vulnerabilities when set as default ruby version. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: freebsd.org@pob01.utahime.jp Assignee: ruby@FreeBSD.org Flags: maintainer-feedback?(ruby@FreeBSD.org) When set as default ruby version, lang/ruby22 fails to build because of false-positive vulnerabilities as following: root@rolling-vm-freebsd1:/ # grep DEFAULT_VERSIONS /etc/make.conf DEFAULT_VERSIONS= apache=2.4 perl5=5.20 php=5.5 ruby=2.2 root@rolling-vm-freebsd1:/ # cd /usr/ports/lang/ruby22/ root@rolling-vm-freebsd1:/usr/ports/lang/ruby22 # make ===> ruby-2.2.0 has known vulnerabilities: ruby-2.2.0 is vulnerable: ruby -- multiple vulnerabilities CVE: CVE-2006-3694 WWW: http://vuxml.FreeBSD.org/freebsd/76562594-1f19-11db-b7d4-0008743bf21a.html ruby-2.2.0 is vulnerable: Multiple implementations -- DoS via hash algorithm collision CVE: CVE-2011-5037 CVE: CVE-2011-5036 CVE: CVE-2011-4815 CVE: CVE-2011-4838 WWW: http://vuxml.FreeBSD.org/freebsd/91be81e7-3fea-11e1-afc7-2c4138874f7d.html 1 problem(s) in the installed packages found. => Please update your ports tree and try again. => Note: Vulnerable ports are marked as such even if there is no update available. => If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes' *** Error code 1 Stop. make[1]: stopped in /am/eastasia/usr0/freebsd/ports/ports/lang/ruby22 *** Error code 1 Stop. make: stopped in /am/eastasia/usr0/freebsd/ports/ports/lang/ruby22 root@rolling-vm-freebsd1:/usr/ports/lang/ruby22 # Attached patch fixes the issue. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ruby@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 06:34:02 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75491AC6 for ; Sat, 21 Feb 2015 06:34:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B015AC5 for ; Sat, 21 Feb 2015 06:34:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L6Y2Yq059073 for ; Sat, 21 Feb 2015 06:34:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197851] Remove conflict between deskutils/notification-daemon and deskutils/xfce4-notifyd Date: Sat, 21 Feb 2015 06:34:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ehaupt@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ehaupt@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 06:34:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197851 Emanuel Haupt changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ehaupt@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 07:22:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22C1FD2A for ; Sat, 21 Feb 2015 07:22:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091D2EB4 for ; Sat, 21 Feb 2015 07:22:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7MHY5047660 for ; Sat, 21 Feb 2015 07:22:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195520] sysutils/cdroot: Update to 1.2.6, Take MAINTAINERship Date: Sat, 21 Feb 2015 07:22:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 07:22:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195520 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |riggs@FreeBSD.org |org | CC| |riggs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 08:24:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A75795E7 for ; Sat, 21 Feb 2015 08:24:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D204650 for ; Sat, 21 Feb 2015 08:24:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8OxLQ036018 for ; Sat, 21 Feb 2015 08:24:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Sat, 21 Feb 2015 08:24:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:24:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 --- Comment #7 from Zsolt Udvari --- IMHO no. If new FET appears the oldest version moves into directory 'old' so can't find in ' http://lalescu.ro/liviu/fet/download/'. But I don't understand why doesn't match. I've delete the downloaded fet-5.26.0.tar.bz2 and rerun 'make makesum' - the size and sha256sum is same as in patch - tried it again. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 08:31:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15BD2A2F for ; Sat, 21 Feb 2015 08:31:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5627C3 for ; Sat, 21 Feb 2015 08:31:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8VlS6045663 for ; Sat, 21 Feb 2015 08:31:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 08:31:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:31:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org Attachment #153259|1 |0 is obsolete| | --- Comment #7 from John Marino --- Comment on attachment 153259 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153259 Proposed patch (since 379431 revision) This is the attachment you want. Failure to set environment is an error, full stop. Whether or not the port builds on a particular environment without it is irrelevant. It is the same principle of porters handbook 12.9 (not overriding flags). You can't "override" or prevent the alteration of the environment either. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 08:32:53 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F234CA6B for ; Sat, 21 Feb 2015 08:32:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D85A87CE for ; Sat, 21 Feb 2015 08:32:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8Wr4X047167 for ; Sat, 21 Feb 2015 08:32:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 08:32:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:32:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153256|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 08:34:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AD11AA1 for ; Sat, 21 Feb 2015 08:34:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD9F7D5 for ; Sat, 21 Feb 2015 08:34:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8YeKa048020 for ; Sat, 21 Feb 2015 08:34:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 08:34:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:34:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, patch-ready Status|New |Open --- Comment #8 from John Marino --- The attached patch looks good to me and is an improvement over the current build target. I'm moving this PR to patch-ready status. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 09:25:52 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30605848 for ; Sat, 21 Feb 2015 09:25:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16185C8D for ; Sat, 21 Feb 2015 09:25:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L9PpK2057294 for ; Sat, 21 Feb 2015 09:25:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197870] [PATCH] Update Tryton 2.8 modules to latest versions (finance/tryton* etc.) Date: Sat, 21 Feb 2015 09:25:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: matthias@petermann-it.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 09:25:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197870 --- Comment #2 from Matthias Petermann --- Approved by Maintainer (same person as submitter) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 09:33:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBD15B01 for ; Sat, 21 Feb 2015 09:33:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1864D73 for ; Sat, 21 Feb 2015 09:33:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L9XxV9065947 for ; Sat, 21 Feb 2015 09:33:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Sat, 21 Feb 2015 09:33:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 09:33:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 --- Comment #8 from Pawel Pekala --- Sorry for being not clear last time. What I meant was that new patch is for www/newsbeuter not deskutils/fet, please check it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 10:12:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F36E7E6E for ; Sat, 21 Feb 2015 10:12:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D94EFF0 for ; Sat, 21 Feb 2015 10:12:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LACTd6033216 for ; Sat, 21 Feb 2015 10:12:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 10:12:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 10:12:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153257|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 10:12:46 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D43BE9C for ; Sat, 21 Feb 2015 10:12:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52B1EF5 for ; Sat, 21 Feb 2015 10:12:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LACkV7033388 for ; Sat, 21 Feb 2015 10:12:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 10:12:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 10:12:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153260|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 10:13:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDEB3ED4 for ; Sat, 21 Feb 2015 10:13:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3F78FE for ; Sat, 21 Feb 2015 10:13:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LADvtt033818 for ; Sat, 21 Feb 2015 10:13:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197856] [MAINTAINER] deskutils/treesheets: Update to v0.0.20150117 Date: Sat, 21 Feb 2015 10:13:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 10:13:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197856 --- Comment #9 from lightside --- (In reply to comment #8) Ok, thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 10:59:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 273DC2A5 for ; Sat, 21 Feb 2015 10:59:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D14F66D for ; Sat, 21 Feb 2015 10:59:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LAxhDR072195 for ; Sat, 21 Feb 2015 10:59:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197248] [UPDATE] net-im/sendxmpp: update to 1.24 Date: Sat, 21 Feb 2015 10:59:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 10:59:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197248 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | CC| |pawel@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 11:47:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F61CBBC for ; Sat, 21 Feb 2015 11:47:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54BACAC2 for ; Sat, 21 Feb 2015 11:47:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBlOqT051386 for ; Sat, 21 Feb 2015 11:47:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Sat, 21 Feb 2015 11:47:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: udvzsolt@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 11:47:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Zsolt Udvari changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153239|0 |1 is obsolete| | Attachment #153266| |maintainer-approval+ Flags| | --- Comment #9 from Zsolt Udvari --- Created attachment 153266 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153266&action=edit Correct patch I hope it's correct now :) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 12:07:24 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46370E65 for ; Sat, 21 Feb 2015 12:07:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0DDCB3 for ; Sat, 21 Feb 2015 12:07:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LC7Oj4067675 for ; Sat, 21 Feb 2015 12:07:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197877] math/maxima install 5.35.1 as ports Date: Sat, 21 Feb 2015 12:07:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: satosi.kimura@nifty.ne.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bf@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 12:07:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197877 Bug ID: 197877 Summary: math/maxima install 5.35.1 as ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: bf@FreeBSD.org Reporter: satosi.kimura@nifty.ne.jp Assignee: bf@FreeBSD.org Flags: maintainer-feedback?(bf@FreeBSD.org) I can install latest maxima (5.35.1) to FreeBSD/amd64 9.3. (date of ports.tar.gz is 2014.11.28.) (1) download source of maxima # fetch http://sourceforge.net/projects/maxima/files/Maxima-source/maxima-5.35.1.tar.gz # cp maxima-5.35.1.tar.gz /usr/ports/distfiles (2) make by ports # /usr/ports/math # cp -pR maxima maxima.orig # cd maxima replace following files by uploaded files. Makefile distinfo pkg-plist files/patch-doc_info_Makefile.in # make # make install --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer bf@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 12:09:04 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8065F7D for ; Sat, 21 Feb 2015 12:09:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDDDBCC2 for ; Sat, 21 Feb 2015 12:09:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LC94ou024354 for ; Sat, 21 Feb 2015 12:09:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197801] [MAINTAINER] converters/p5-LaTeXML: Update to 0.8.1 Date: Sat, 21 Feb 2015 12:09:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 12:09:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197801 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: marino Date: Sat Feb 21 12:08:14 UTC 2015 New revision: 379503 URL: https://svnweb.freebsd.org/changeset/ports/379503 Log: converters/p5-LaTeXML: Upgrade version 0.8.0 => 0.8.1 PR: 197801 Submitted by: maintainer (CJPM) Changes: head/converters/p5-LaTeXML/Makefile head/converters/p5-LaTeXML/distinfo head/converters/p5-LaTeXML/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 12:10:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06439FC4 for ; Sat, 21 Feb 2015 12:10:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E06F2CD5 for ; Sat, 21 Feb 2015 12:10:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LCAS10086081 for ; Sat, 21 Feb 2015 12:10:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197801] [MAINTAINER] converters/p5-LaTeXML: Update to 0.8.1 Date: Sat, 21 Feb 2015 12:10:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 12:10:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197801 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |marino@FreeBSD.org Resolution|--- |FIXED --- Comment #3 from John Marino --- Thanks -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 12:24:29 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A416121 for ; Sat, 21 Feb 2015 12:24:29 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00469E52 for ; Sat, 21 Feb 2015 12:24:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LCOSAp054912 for ; Sat, 21 Feb 2015 12:24:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197408] [MAINTAINER] deskutils/fet: Update to 5.26.1 Date: Sat, 21 Feb 2015 12:24:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 12:24:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197408 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 12:40:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB3401E0 for ; Sat, 21 Feb 2015 12:40:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0F8AF3C for ; Sat, 21 Feb 2015 12:40:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LCeKms076771 for ; Sat, 21 Feb 2015 12:40:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197385] [MAINTAINER] math/openblas: Add Clang support Date: Sat, 21 Feb 2015 12:40:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 12:40:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197385 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |riggs@FreeBSD.org |org | CC| |riggs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 13:07:25 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AE89653 for ; Sat, 21 Feb 2015 13:07:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80F7423A for ; Sat, 21 Feb 2015 13:07:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LD7PiT000539 for ; Sat, 21 Feb 2015 13:07:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197787] [maintainer] [update] sysutils/ansible 1.8.3 Date: Sat, 21 Feb 2015 13:07:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: olgeni@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: olgeni@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 13:07:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197787 Jimmy Olgeni changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olgeni@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |olgeni@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 13:34:05 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26539E5B for ; Sat, 21 Feb 2015 13:34:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CB146DA for ; Sat, 21 Feb 2015 13:34:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDY46L026266 for ; Sat, 21 Feb 2015 13:34:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197261] [NEW PORT] databases/virtualpg Date: Sat, 21 Feb 2015 13:34:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 13:34:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197261 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | CC| |pawel@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 13:36:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 967CEE95 for ; Sat, 21 Feb 2015 13:36:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C55B6E9 for ; Sat, 21 Feb 2015 13:36:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDaFoO027028 for ; Sat, 21 Feb 2015 13:36:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file Date: Sat, 21 Feb 2015 13:36:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: spil.oss@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 13:36:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895 --- Comment #8 from Bernard Spil --- Hi Joshua, Can you verify that your solution fixes this issue? And provide the diff as an attachment to this PR? I'll then follow up with with upstream to include this in the next version. Thanks in advance! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 13:48:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94476336 for ; Sat, 21 Feb 2015 13:48:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7807788F for ; Sat, 21 Feb 2015 13:48:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDmMXD037220 for ; Sat, 21 Feb 2015 13:48:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file Date: Sat, 21 Feb 2015 13:48:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joshruehlig@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 13:48:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895 --- Comment #9 from joshruehlig@gmail.com --- I was actually planning in working on it today. just replacing S_IFBLK with S_IFCHAR complains I didn't include it somewhere. don't know anything about 'C' some I'm stumbling my way through. mariadb said they would rather upstream fix this, mysql has been spotty to respond. but I think they will eventually fix it because it affects multiple OSs as well. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 14:05:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B88504B6 for ; Sat, 21 Feb 2015 14:05:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF6E9FA for ; Sat, 21 Feb 2015 14:05:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LE59Fr085977 for ; Sat, 21 Feb 2015 14:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197412] ftp/frox: Build error with PF option Date: Sat, 21 Feb 2015 14:05:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 14:05:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197412 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |riggs@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |riggs@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 14:14:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FAA260F for ; Sat, 21 Feb 2015 14:14:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64C9DAC1 for ; Sat, 21 Feb 2015 14:14:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LEEiOD094663 for ; Sat, 21 Feb 2015 14:14:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197348] update databases/mysql-connector-odbc to 5.3.4 Date: Sat, 21 Feb 2015 14:14:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pawel@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 14:14:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197348 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |pawel@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 15:41:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7AD46F3 for ; Sat, 21 Feb 2015 15:41:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDD2629A for ; Sat, 21 Feb 2015 15:41:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFfRdh038888 for ; Sat, 21 Feb 2015 15:41:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 15:41:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 15:41:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 --- Comment #7 from Pawel Pekala --- You misunderstood my advice about examples installation, what I meant was that this conditional construct is not needed: X.if ${PORT_OPTIONS:MEXAMPLES} X.endif Out of prefix files/directories begin with root '/' so your directories are all installed with PREFIX, example of out of prefix dir would be: @dir /var/run/some_file. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 15:45:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B456C753 for ; Sat, 21 Feb 2015 15:45:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 990572DE for ; Sat, 21 Feb 2015 15:45:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFjU1w041337 for ; Sat, 21 Feb 2015 15:45:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197377] [MAINTAINER] textproc/apache-solr: Update to 4.10.3 Date: Sat, 21 Feb 2015 15:45:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 15:45:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197377 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #2 from Pawel Pekala --- Patch seems to be malformed somehow: Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: distinfo |=================================================================== |--- distinfo (revision 378547) |+++ distinfo (working copy) -------------------------- Patching file distinfo using Plan A... Hunk #1 succeeded at 1 with fuzz 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: files/solr.in |=================================================================== |--- files/solr.in (revision 378547) |+++ files/solr.in (working copy) -------------------------- Patching file files/solr.in using Plan A... patch: **** malformed patch at line 15 Also this bug is titled with MAINTAINER prefix while port maintainer is right now ports@FreeBSD.org. If you want to retake maintainership please do so in updated patch. Thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 15:49:15 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C49C79F for ; Sat, 21 Feb 2015 15:49:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 410C82F7 for ; Sat, 21 Feb 2015 15:49:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFnFXe042864 for ; Sat, 21 Feb 2015 15:49:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197368] [new port] net/freediameter: Open source Diameter protocol implementation Date: Sat, 21 Feb 2015 15:49:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 15:49:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197368 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #1 from Pawel Pekala --- There are problems with domain listed in MASTER_SITES, could you investigate? ===> License BSD3CLAUSE accepted by the user ===> freeDiameter-1.2.0 depends on file: /usr/local/sbin/pkg - found => freeDiameter-1.2.0.tar.gz doesn't seem to exist in /hdd/ports/distfiles/. => Attempting to fetch http://www.freediameter.net/hg/freeDiameter/archive/freeDiameter-1.2.0.tar.gz fetch: http://www.freediameter.net/hg/freeDiameter/archive/freeDiameter-1.2.0.tar.gz: No route to host => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/freeDiameter-1.2.0.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/freeDiameter-1.2.0.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /hdd/ports/distfiles/ and try again. *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:04:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3083ED36 for ; Sat, 21 Feb 2015 16:04:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14D336AD for ; Sat, 21 Feb 2015 16:04:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LG4Jwl092809 for ; Sat, 21 Feb 2015 16:04:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Sat, 21 Feb 2015 16:04:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:04:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153244|0 |1 is obsolete| | --- Comment #12 from lightside --- Created attachment 153276 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153276&action=edit The port in shar format -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:04:48 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F4AED6B for ; Sat, 21 Feb 2015 16:04:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23FF46B3 for ; Sat, 21 Feb 2015 16:04:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LG4mxJ093027 for ; Sat, 21 Feb 2015 16:04:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196310] [NEW PORT] x11-themes/cursor-ardoise-theme: Ardoise X cursor theme Date: Sat, 21 Feb 2015 16:04:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:04:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196310 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #153242|0 |1 is obsolete| | --- Comment #13 from lightside --- Created attachment 153277 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153277&action=edit The poudriere testport log (FreeBSD 10 amd64) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:11:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8FA81000 for ; Sat, 21 Feb 2015 16:11:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E22B803 for ; Sat, 21 Feb 2015 16:11:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGBwNd001005 for ; Sat, 21 Feb 2015 16:11:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197235] [NEW PORT] sysutils/s6 daemontools-like supervision suite Date: Sat, 21 Feb 2015 16:11:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:11:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197235 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #4 from Pawel Pekala --- Few things to fix: X+#!/usr/local/bin/execlineb -S0 This will break if install PREFIX != /usr/local, /usr/bin/env can be used here: #!/usr/bin/env execlineb -S0 there are more places with this mistake. X+/usr/local/bin/foreground { /usr/sbin/chown nobody:nogroup ${SCANROOT}/s6-svscan-log/fifo } X+/usr/local/bin/redirfd -wnb 1 ${SCANROOT}/s6-svscan-log/fifo X+/usr/local/bin/fdmove -c 2 1 X+/usr/local/bin/s6-envdir -I ${SCANROOT}/.s6-svscan/env X+/usr/local/bin/exec -a s6-svscan X+/usr/local/bin/s6-svscan -t0 ${SCANROOT} Again, will fail if PREFIX != /usr/local either don't use full path or use SUB_LIST to set correct full path. XAuthor: Laurent G. Bercot We don't put authors in pkg-descr anymore. X# Created by: Sergei Kolobov Here should be author of the port, you. XUSES= ${GMAKE} gmake here Xdo-configure: X cd ${WRKSRC} && CC=${CC} ./configure ${CONFIGURE_ARGS} No need to declare this target use HAS_CONFIGURE=yes. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:21:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B75E453 for ; Sat, 21 Feb 2015 16:21:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70BC68E4 for ; Sat, 21 Feb 2015 16:21:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGLInt009457 for ; Sat, 21 Feb 2015 16:21:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197879] category/port: astro/gpsbabel: update to 1.5.2 (PATCH) Date: Sat, 21 Feb 2015 16:21:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dev2@heesakkers.info X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:21:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197879 Bug ID: 197879 Summary: category/port: astro/gpsbabel: update to 1.5.2 (PATCH) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dev2@heesakkers.info Created attachment 153278 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153278&action=edit The patch Update astro/gpsbabel to newest version. With thanks to Allen for the headsup. Both FreeBSD patches seem to have made it upstream, so the files directory can be removed after this patch. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:22:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15D1C489 for ; Sat, 21 Feb 2015 16:22:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF3CF8ED for ; Sat, 21 Feb 2015 16:22:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGM5gu011585 for ; Sat, 21 Feb 2015 16:22:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196767] New port: databases/libpqtypes - Extension to libpq parameter handling Date: Sat, 21 Feb 2015 16:22:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:22:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196767 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #1 from Pawel Pekala --- This port uses deprecated knobs: XUSE_PGSQL= yes XWANT_PGSQL_VER= 84+ Should be converted to USES=pgsql. XUSE_AUTOTOOLS= libtoolize aclocal automake autoconf XAUTOMAKE_ARGS= --add-missing USES=autoreconf here -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 16:49:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26C7DA3D for ; Sat, 21 Feb 2015 16:49:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5A4B54 for ; Sat, 21 Feb 2015 16:49:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGne25035212 for ; Sat, 21 Feb 2015 16:49:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197880] [patch] update devel/p5-Module-Build to 0.4211 Date: Sat, 21 Feb 2015 16:49:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamw@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:49:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197880 Bug ID: 197880 Summary: [patch] update devel/p5-Module-Build to 0.4211 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: perl@FreeBSD.org Reporter: adamw@FreeBSD.org Flags: maintainer-feedback?(perl@FreeBSD.org), exp-run? Assignee: perl@FreeBSD.org Created attachment 153279 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153279&action=edit 0.4211 The attached patch updates Module::Build to 0.4211. Changes: https://metacpan.org/changes/distribution/Module-Build Because it's used by so many ports it's probably worth considering an exp-run for it. It gives an error about wanting a newer version of inc::latest for the optional "Bundle Module::Build in inc/" feature but I think it's safe to ignore that? --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer perl@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 17:31:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CCAD2ED for ; Sat, 21 Feb 2015 17:31:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9B07F31 for ; Sat, 21 Feb 2015 17:31:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHV9iL007673 for ; Sat, 21 Feb 2015 17:31:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197883] [patch] databases/postgis21: 2.1.5 port is missing upgrade scripts from 2.1.3 and 2.1.4 Date: Sat, 21 Feb 2015 17:31:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: packet@nerdheim.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 17:31:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197883 Bug ID: 197883 Summary: [patch] databases/postgis21: 2.1.5 port is missing upgrade scripts from 2.1.3 and 2.1.4 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: packet@nerdheim.de CC: trevor@bitba.se CC: trevor@bitba.se Flags: maintainer-feedback?(trevor@bitba.se) Created attachment 153283 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153283&action=edit Add upgrade scripts to plist and bump portrevision The updated postgis21 port (2.1.5) is missing the upgrade scripts for migration from postgis 2.1.3 (old version of the port!) or 2.1.4 to version 2.1.5. This makes a "soft upgrade" of a database instance using postgis 2.1.3 / 2.1.4 to the new version impossible. Attached is a patch which adds the scripts to the plist and bumps the portrevision. This bug might affect anyone who has previously been using the old port versions (2.1.3, 2.1.3_1, 2.1.3_2), as the "soft upgrade" path can't be used to update database schemas. --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 17:34:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9455E4BD for ; Sat, 21 Feb 2015 17:34:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79633F57 for ; Sat, 21 Feb 2015 17:34:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHYjhF010431 for ; Sat, 21 Feb 2015 17:34:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file Date: Sat, 21 Feb 2015 17:34:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joshruehlig@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 17:34:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895 --- Comment #10 from joshruehlig@gmail.com --- my earlier issue was I tried S_IFCHAR, but it should be S_IFCHR. I was able to compile mariadb100-server with this change. But, mysql is still not starting. I believe more changes/additions are needed to support character devices. I'll attach my mysql startup log. Also, here is where support for block devices was re-added for mysql5.6 https://github.com/mysql/mysql-server/commit/dfc103a0474d1d772b52cb03c71c2821a002d89c#diff-28ed40e7ccec6683ebd46da2ca82d01c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 17:35:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E742C4F7 for ; Sat, 21 Feb 2015 17:35:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC9FDF62 for ; Sat, 21 Feb 2015 17:35:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHZGvt010659 for ; Sat, 21 Feb 2015 17:35:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196895] databases/mariadb100-server raw device not working as InnoDB data file Date: Sat, 21 Feb 2015 17:35:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: joshruehlig@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 17:35:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196895 --- Comment #11 from joshruehlig@gmail.com --- Created attachment 153284 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153284&action=edit MySQL startup error log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 18:35:50 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1803DC4 for ; Sat, 21 Feb 2015 18:35:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D74C87CF for ; Sat, 21 Feb 2015 18:35:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LIZo0n028003 for ; Sat, 21 Feb 2015 18:35:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197843] [maintainer update] mail/roundcube-contextmenu: update to 2.1 Date: Sat, 21 Feb 2015 18:35:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 18:35:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197843 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pi@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |pi@FreeBSD.org |org | --- Comment #2 from Kurt Jaeger --- Testing@work. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 18:46:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E77FBE7B for ; Sat, 21 Feb 2015 18:46:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB5AD8B5 for ; Sat, 21 Feb 2015 18:46:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LIkdgf037501 for ; Sat, 21 Feb 2015 18:46:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 18:46:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 18:46:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 --- Comment #8 from fernando.apesteguia@gmail.com --- (In reply to Pawel Pekala from comment #7) I fixed the examples issue. Sorry, I misunderstood what you said. On the other issue... I read the CHANGES entry you pointed out, but if I remove those @dir entries in the plist file, I got errors from the QA scripts: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir lib/pkgconfig Error: Orphaned: @dir /usr/local/share/cmake/Modules Error: Orphaned: @dir /usr/local/share/cmake and from my poudriere installations: ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir lib/pkgconfig ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Note: I didn't update a new shar file. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:27:20 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B4BF676 for ; Sat, 21 Feb 2015 19:27:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5275C46 for ; Sat, 21 Feb 2015 19:27:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJRJ86004894 for ; Sat, 21 Feb 2015 19:27:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 19:27:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:27:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 --- Comment #9 from fernando.apesteguia@gmail.com --- Created attachment 153287 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153287&action=edit shar file with new port This patch should address all the issues recorder in the log so far. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:27:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 002D06A5 for ; Sat, 21 Feb 2015 19:27:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9C4BC4A for ; Sat, 21 Feb 2015 19:27:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJRmLK005035 for ; Sat, 21 Feb 2015 19:27:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 19:27:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:27:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151587|0 |1 is obsolete| | Attachment #151588|0 |1 is obsolete| | Attachment #152856|0 |1 is obsolete| | --- Comment #10 from fernando.apesteguia@gmail.com --- Created attachment 153288 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153288&action=edit new poudriere log on 8.4-RELEASE-amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:28:19 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99E436D9 for ; Sat, 21 Feb 2015 19:28:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4D1C50 for ; Sat, 21 Feb 2015 19:28:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJSJx7005180 for ; Sat, 21 Feb 2015 19:28:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 19:28:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:28:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151589|0 |1 is obsolete| | --- Comment #11 from fernando.apesteguia@gmail.com --- Created attachment 153289 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153289&action=edit poudriere log on 9.3-RELEASE-amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:28:44 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E27FE706 for ; Sat, 21 Feb 2015 19:28:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C79DCC52 for ; Sat, 21 Feb 2015 19:28:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJSi6U005331 for ; Sat, 21 Feb 2015 19:28:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 19:28:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:28:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 fernando.apesteguia@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #151590|0 |1 is obsolete| | --- Comment #12 from fernando.apesteguia@gmail.com --- Created attachment 153290 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153290&action=edit new poudriere log on 10.1-RELEASE-amd64 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:29:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A546473A for ; Sat, 21 Feb 2015 19:29:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B01FC57 for ; Sat, 21 Feb 2015 19:29:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJTNxu005594 for ; Sat, 21 Feb 2015 19:29:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196697] [new port] math/cminpack Date: Sat, 21 Feb 2015 19:29:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fernando.apesteguia@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:29:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196697 --- Comment #13 from fernando.apesteguia@gmail.com --- (In reply to fernando.apesteguia from comment #8) OK. I think I got it. New shar file and new poudriere logs. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 19:36:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24A8791A for ; Sat, 21 Feb 2015 19:36:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09272D28 for ; Sat, 21 Feb 2015 19:36:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJaHvv013207 for ; Sat, 21 Feb 2015 19:36:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195464] [NEW PORT] devel/PHPUnit4: A unit testframework for PHP Date: Sat, 21 Feb 2015 19:36:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 19:36:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195464 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |pi@FreeBSD.org |org | CC| |pi@FreeBSD.org Status|Open |In Progress --- Comment #10 from Kurt Jaeger --- Build-Testing @work -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:35:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75D7B6AC for ; Sat, 21 Feb 2015 20:35:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AF7D321 for ; Sat, 21 Feb 2015 20:35:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKZ3HI025112 for ; Sat, 21 Feb 2015 20:35:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196352] databases/sqldeveloper: Update to 4.0.3.16.84 Date: Sat, 21 Feb 2015 20:35:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:35:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196352 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org Status|New |In Progress Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | --- Comment #8 from Ruslan Makhmatkhanov --- Take -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:35:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D0136E0 for ; Sat, 21 Feb 2015 20:35:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12250329 for ; Sat, 21 Feb 2015 20:35:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKZutC025956 for ; Sat, 21 Feb 2015 20:35:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196823] [UPDATE] audio/py-mutagen to 1.27 Date: Sat, 21 Feb 2015 20:35:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:35:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196823 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | CC| |rm@FreeBSD.org Status|New |In Progress --- Comment #2 from Ruslan Makhmatkhanov --- Maintainer timed out. Take. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:36:47 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E640726 for ; Sat, 21 Feb 2015 20:36:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14353338 for ; Sat, 21 Feb 2015 20:36:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKakl8026444 for ; Sat, 21 Feb 2015 20:36:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197020] [remove] math/ruby-numru_units Date: Sat, 21 Feb 2015 20:36:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:36:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197020 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org Status|New |In Progress Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | --- Comment #1 from Ruslan Makhmatkhanov --- Take -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:37:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2371C841 for ; Sat, 21 Feb 2015 20:37:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 085DF344 for ; Sat, 21 Feb 2015 20:37:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKbCdV026693 for ; Sat, 21 Feb 2015 20:37:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197447] net/py-netaddr: Update to version 0.7.12 Date: Sat, 21 Feb 2015 20:37:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:37:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197447 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | CC| |rm@FreeBSD.org --- Comment #1 from Ruslan Makhmatkhanov --- Take -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:37:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70D3886F for ; Sat, 21 Feb 2015 20:37:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56509348 for ; Sat, 21 Feb 2015 20:37:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKbRYE026836 for ; Sat, 21 Feb 2015 20:37:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197572] www/py-pyramid: Add LICENSE and take MAINTAINER'ship Date: Sat, 21 Feb 2015 20:37:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:37:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197572 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |rm@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | --- Comment #1 from Ruslan Makhmatkhanov --- Take -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:44:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40B14B7A for ; Sat, 21 Feb 2015 20:44:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25DAE5FC for ; Sat, 21 Feb 2015 20:44:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKifTm037628 for ; Sat, 21 Feb 2015 20:44:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196475] [New Port] net-p2p/libtorrent-rasterbar1 - C++ library implementing a BitTorrent client Date: Sat, 21 Feb 2015 20:44:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:44:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196475 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org --- Comment #2 from Ruslan Makhmatkhanov --- Hello. Adding of new ports without maintainer is not allowed (per Porters Handbook). Would you become maintainer of those ports? And one more question, isn't libtorrent-rasterbar 1.0.3 should be linked against libtorrent 1.0.3? And if yes, then I don't see the port for libtorrent 1.0.3 itself. Would you provide it too? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:49:16 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 897EBCB9 for ; Sat, 21 Feb 2015 20:49:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA40623 for ; Sat, 21 Feb 2015 20:49:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKnGQP041351 for ; Sat, 21 Feb 2015 20:49:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190958] [maintainer-update] multimedia/libbluray, multimedia/libaacs, [new port] multimedia/libbdplus Date: Sat, 21 Feb 2015 20:49:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:49:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190958 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: kami Date: Sat Feb 21 20:48:39 UTC 2015 New revision: 379549 URL: https://svnweb.freebsd.org/changeset/ports/379549 Log: New port multimedia/libbdplus, part of the libbluray group. PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Changes: head/multimedia/libbdplus/ head/multimedia/libbdplus/Makefile head/multimedia/libbdplus/distinfo head/multimedia/libbdplus/pkg-descr head/multimedia/libbdplus/pkg-plist head/multimedia/libbluray/Makefile.include -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 20:54:18 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C48AE09 for ; Sat, 21 Feb 2015 20:54:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A126E8 for ; Sat, 21 Feb 2015 20:54:18 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKsIXP051069 for ; Sat, 21 Feb 2015 20:54:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190958] [maintainer-update] multimedia/libbluray, multimedia/libaacs, [new port] multimedia/libbdplus Date: Sat, 21 Feb 2015 20:54:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:54:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190958 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: kami Date: Sat Feb 21 20:54:05 UTC 2015 New revision: 379550 URL: https://svnweb.freebsd.org/changeset/ports/379550 Log: Update libaacs 0.7.0 -> 0.8.0 - Use Makefile.include from libbluray PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Changes: head/multimedia/libaacs/Makefile head/multimedia/libaacs/distinfo head/multimedia/libaacs/files/ head/multimedia/libaacs/files/patch-src-file-mmc_device_linux.c head/multimedia/libaacs/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 21:09:22 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18B08192 for ; Sat, 21 Feb 2015 21:09:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F19B4848 for ; Sat, 21 Feb 2015 21:09:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LL9L7f028844 for ; Sat, 21 Feb 2015 21:09:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190958] [maintainer-update] multimedia/libbluray, multimedia/libaacs, [new port] multimedia/libbdplus Date: Sat, 21 Feb 2015 21:09:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 21:09:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190958 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: kami Date: Sat Feb 21 21:08:50 UTC 2015 New revision: 379552 URL: https://svnweb.freebsd.org/changeset/ports/379552 Log: Update libbluray 0.5.0 -> 0.7.0 - Add fontconfig dependency - Add libbdplus dependency - Add plist target, because mkplist does not handle options PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Changes: head/multimedia/libbluray/Makefile head/multimedia/libbluray/distinfo head/multimedia/libbluray/files/patch-src-Makefile.am head/multimedia/libbluray/files/patch-util-refcnt.h head/multimedia/libbluray/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 21:27:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 410FB597 for ; Sat, 21 Feb 2015 21:27:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 262529F9 for ; Sat, 21 Feb 2015 21:27:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLRHin041941 for ; Sat, 21 Feb 2015 21:27:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190958] [maintainer-update] multimedia/libbluray, multimedia/libaacs, [new port] multimedia/libbdplus Date: Sat, 21 Feb 2015 21:27:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kami@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 21:27:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190958 Dominic Fandrey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kami@freebsd.org Status|In Progress |Closed Resolution|--- |Overcome By Events --- Comment #7 from Dominic Fandrey --- Just committed a later update. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 21:45:28 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C40DBBD for ; Sat, 21 Feb 2015 21:45:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11811C09 for ; Sat, 21 Feb 2015 21:45:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLjRVs059160 for ; Sat, 21 Feb 2015 21:45:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196488] [new port] sysutils/u-boot-duovero: Duovero u-boot Date: Sat, 21 Feb 2015 21:45:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 21:45:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196488 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: ian Date: Sat Feb 21 21:44:39 UTC 2015 New revision: 379555 URL: https://svnweb.freebsd.org/changeset/ports/379555 Log: Add a U-Boot port for the Duovero system. PR: 196488 Submitted by: Scott Ellis Approved by: bapt Changes: head/sysutils/u-boot-duovero/ head/sysutils/u-boot-duovero/Makefile head/sysutils/u-boot-duovero/distinfo head/sysutils/u-boot-duovero/files/ head/sysutils/u-boot-duovero/files/patch-api_api.c head/sysutils/u-boot-duovero/files/patch-api_api__storage.c head/sysutils/u-boot-duovero/files/patch-common_cmd__elf.c head/sysutils/u-boot-duovero/files/patch-common_cmd__test.c head/sysutils/u-boot-duovero/files/patch-drivers_mmc_mmc.c head/sysutils/u-boot-duovero/files/patch-include_configs_duovero.h head/sysutils/u-boot-duovero/pkg-descr -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 22:34:17 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B32DA52 for ; Sat, 21 Feb 2015 22:34:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70645E6 for ; Sat, 21 Feb 2015 22:34:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMYHZb037124 for ; Sat, 21 Feb 2015 22:34:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197001] Unable to upgrade mail/alpine port from 2.11 to 2.20 due to plist error Date: Sat, 21 Feb 2015 22:34:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mbeis@xs4all.nl X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 22:34:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197001 mbeis@xs4all.nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #1 from mbeis@xs4all.nl --- After a lot of trail and error with the Makefile and pkg-plist, the errors finally disappeared. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 22:42:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56945C8A for ; Sat, 21 Feb 2015 22:42:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 227A11C3 for ; Sat, 21 Feb 2015 22:42:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMg9lt045442 for ; Sat, 21 Feb 2015 22:42:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197884] System with zfs freezes if emulators/virtualbox-ose got all ram Date: Sat, 21 Feb 2015 22:42:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 22:42:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197884 Bug ID: 197884 Summary: System with zfs freezes if emulators/virtualbox-ose got all ram Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vbox@FreeBSD.org Reporter: vvd@unislabs.com Assignee: vbox@FreeBSD.org Flags: maintainer-feedback?(vbox@FreeBSD.org) 10.1-p5 amd64, VirtualBox 4.3.12, 4.3.22, root on ZFS, virtual machines on ZFS. Core 2 Quad Q6600, 8Gb RAM. /boot/loader.conf have lines: vfs.zfs.arc_min="67108864" vfs.zfs.arc_max="268435456" vfs.zfs.prefetch_disable="1" Run only 1 VM with different amount of RAM: 6.5Gb or 7Gb. VM is very active using RAM. If 7Gb: after few days (hours?) after run rebuilding of any port, system freezes. Host replaying on ping (guest don't replay), but screen is black and no response on ssh console. Command "VBoxManage controlvm VMNAME savestate" freezes system too. Command top show "ARC: xxxM Total" with xxx < 256Mb (~160-230). Swap is used on ~50-100Mb. Free 10-50Mb. If 6.5Gb: all work fine after many weeks - ports rebuilding are work without freezes, savestate and startvm work correctly too. Command top show "ARC: xxxM Total" with xxx = 256Mb. Swap is used on ~0-50Mb. Free ~200Mb. Few times got same freezes on other hosts: Core i7 920 24Gb RAM with ~10-15 started VMs (RAM usage was near 23Gb). Didn't tested with UFS. P.S. Sorry for my English. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vbox@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 22:43:14 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AC91CC6 for ; Sat, 21 Feb 2015 22:43:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E46661CC for ; Sat, 21 Feb 2015 22:43:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMhDoU045865 for ; Sat, 21 Feb 2015 22:43:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196475] [New Port] net-p2p/libtorrent-rasterbar1 - C++ library implementing a BitTorrent client Date: Sat, 21 Feb 2015 22:43:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cadatoiva@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 22:43:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196475 --- Comment #3 from Cory Dohm --- (In reply to Ruslan Makhmatkhanov from comment #2) Yes, I would be able to be the maintainer for these ports. No, libtorrent-rasterbar does not need to be linked against libtorrent. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 23:02:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 978C25DB for ; Sat, 21 Feb 2015 23:02:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72C093E7 for ; Sat, 21 Feb 2015 23:02:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LN2fUO095870 for ; Sat, 21 Feb 2015 23:02:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197885] Diff for committing upgrade alpine port 2.11 > 2.20 Date: Sat, 21 Feb 2015 23:02:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mbeis@xs4all.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 23:02:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197885 Bug ID: 197885 Summary: Diff for committing upgrade alpine port 2.11 > 2.20 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mbeis@xs4all.nl Created attachment 153291 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153291&action=edit Upgrade alpine port 2.11 > 2.20 I've attached the diff file for the port upgrade of mail/alpine (from 2.11 to 2.20). -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 21 23:25:08 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A08BCE1 for ; Sat, 21 Feb 2015 23:25:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F0A17F9 for ; Sat, 21 Feb 2015 23:25:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LNP8F5015277 for ; Sat, 21 Feb 2015 23:25:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197885] [update] Diff for committing upgrade alpine port 2.11 > 2.20 Date: Sat, 21 Feb 2015 23:25:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mbeis@xs4all.nl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 23:25:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197885 mbeis@xs4all.nl changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Diff for committing upgrade |[update] Diff for |alpine port 2.11 > 2.20 |committing upgrade alpine | |port 2.11 > 2.20 -- You are receiving this mail because: You are the assignee for the bug.