From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 00:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB9C106564A for ; Sun, 12 Feb 2012 00:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7E488FC0C for ; Sun, 12 Feb 2012 00:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C0eB6L086482 for ; Sun, 12 Feb 2012 00:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C0eB2V086481; Sun, 12 Feb 2012 00:40:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 00:40:11 GMT Resent-Message-Id: <201202120040.q1C0eB2V086481@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D48B106564A; Sun, 12 Feb 2012 00:34:40 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 466858FC17; Sun, 12 Feb 2012 00:34:40 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 8D16F7E81B; Sun, 12 Feb 2012 08:34:39 +0800 (CST) Message-Id: <20120212003439.8D16F7E81B@colo-p.gslin.org> Date: Sun, 12 Feb 2012 08:34:39 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/165007: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 00:40:12 -0000 >Number: 165007 >Category: ports >Synopsis: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 00:40:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 14:47:23 UTC 2011 >Description: - Fix multiple issues in rc scripts. - Follow practice in Porter's Handbook. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-MogileFS-Server-2.57_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/Makefile /home/staff/gslin/work/ports/p5-MogileFS-Server/Makefile --- /usr/ports/sysutils/p5-MogileFS-Server/Makefile 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/Makefile 2012-02-12 07:56:08.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= MogileFS-Server PORTVERSION= 2.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/files/mogilefsd.in /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogilefsd.in --- /usr/ports/sysutils/p5-MogileFS-Server/files/mogilefsd.in 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogilefsd.in 2012-02-12 08:21:25.000000000 +0800 @@ -15,5 +15,10 @@ [ -z "$mogilefsd_enable" ] && mogilefsd_enable="NO" [ -z "$mogilefsd_flags" ] && mogilefsd_flags="--config=%%PREFIX%%/etc/mogtracker.conf" +[ -z "$mogilefsd_user" ] && mogilefsd_user="nobody" +command="%%PREFIX%%/bin/mogilefsd" +command_args="$mogilefsd_flags >/dev/null &" + +load_rc_config $name run_rc_command "$1" diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/files/mogstored.in /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogstored.in --- /usr/ports/sysutils/p5-MogileFS-Server/files/mogstored.in 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogstored.in 2012-02-12 08:31:03.000000000 +0800 @@ -14,6 +14,11 @@ required_files=%%PREFIX%%/etc/mogstored.conf [ -z "$mogstored_enable" ] && mogstored_enable="NO" -[ -z "$mogstored_flags" ] && mogstored_flags="-d --config=/usr/local/etc/mogstored.conf" +[ -z "$mogstored_flags" ] && mogstored_flags="--config=%%PREFIX%%/etc/mogstored.conf" +[ -z "$mogstored_user" ] && mogstored_user="nobody" +command="%%PREFIX%%/bin/mogstored" +command_args="-d $mogstored_flags" + +load_rc_config $name run_rc_command "$1" --- p5-MogileFS-Server-2.57_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 00:40:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE72106566B; Sun, 12 Feb 2012 00:40:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 113058FC12; Sun, 12 Feb 2012 00:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C0eKRP086660; Sun, 12 Feb 2012 00:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C0eKp1086656; Sun, 12 Feb 2012 00:40:20 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 00:40:20 GMT Message-Id: <201202120040.q1C0eKp1086656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165007: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 00:40:21 -0000 Synopsis: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 00:40:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165007 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 01:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF20E106567F for ; Sun, 12 Feb 2012 01:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 849D28FC14 for ; Sun, 12 Feb 2012 01:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C10SEO003749 for ; Sun, 12 Feb 2012 01:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C10SUU003748; Sun, 12 Feb 2012 01:00:28 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 01:00:28 GMT Resent-Message-Id: <201202120100.q1C10SUU003748@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Axel Gonzalez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 428B9106566B for ; Sun, 12 Feb 2012 00:50:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1334F8FC08 for ; Sun, 12 Feb 2012 00:50:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1C0ovNd040045 for ; Sun, 12 Feb 2012 00:50:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1C0ovHU040044; Sun, 12 Feb 2012 00:50:57 GMT (envelope-from nobody) Message-Id: <201202120050.q1C0ovHU040044@red.freebsd.org> Date: Sun, 12 Feb 2012 00:50:57 GMT From: Axel Gonzalez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165008: net-im/kmess-kde4 fails to connect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 01:00:28 -0000 >Number: 165008 >Category: ports >Synopsis: net-im/kmess-kde4 fails to connect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 01:00:28 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Axel Gonzalez >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD moonlight 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Feb 4 21:32:57 CST 2012 toor@moonlight:/usr/obj/usr/src/sys/LXCORE964 amd64 >Description: kmess fails to receive the contact list, and never connects to the service info here: http://kmess.org/board/viewtopic.php?f=4&t=20549 the patch is taken from: http://lekensteyn.nl/files/kmess/follow-location-redirects.patch >How-To-Repeat: try to connect to wlm server >Fix: Apply the attached patch Patch attached with submission follows: Follow Location redirects, MS seems to have moved some accounts to other servers. Forum topic reference: Connection problem to wlm - http://kmess.org/board/viewtopic.php?f=4&t=20549 diff -Nur a/src/network/soap/httpsoapconnection.cpp b/src/network/soap/httpsoapconnection.cpp --- src/network/soap/httpsoapconnection.cpp 2011-02-16 08:16:45.000000000 +0100 +++ src/network/soap/httpsoapconnection.cpp 2011-11-08 16:53:29.612517607 +0100 @@ -456,6 +456,7 @@ const QByteArray& replyContents = reply->readAll(); const int statusCode = reply->attribute( QNetworkRequest::HttpStatusCodeAttribute ).toInt(); const QString error ( reply->attribute( QNetworkRequest::HttpReasonPhraseAttribute ).toString() ); + QUrl redirectUrl = reply->attribute( QNetworkRequest::RedirectionTargetAttribute ).toUrl(); #ifdef KMESSDEBUG_HTTPSOAPCONNECTION_GENERAL bool requestSuccess = false; @@ -490,13 +491,16 @@ #endif // Parse the message contents - if( currentResponse->isFaultMessage() ) + if( !redirectUrl.isEmpty() || currentResponse->isFaultMessage() ) { - // Verify if the server is redirecting us to another server if( currentResponse->getFaultCode() == "psf:Redirect" ) { + redirectUrl = XmlFunctions::getNodeValue( currentResponse->getFault(), "redirectUrl" ); + } + // Verify if the server is redirecting us to another server + if( !redirectUrl.isEmpty() ) + { const QUrl& originalUrl = currentResponse->getEndPoint(); - const QUrl redirectUrl( XmlFunctions::getNodeValue( currentResponse->getFault(), "redirectUrl" ) ); const QString originalHost( originalUrl.host() ); const QString redirectHost( redirectUrl.host() ); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 01:00:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61EE11065674; Sun, 12 Feb 2012 01:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 348998FC1C; Sun, 12 Feb 2012 01:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C10i2E004686; Sun, 12 Feb 2012 01:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C10ixh004680; Sun, 12 Feb 2012 01:00:44 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 01:00:44 GMT Message-Id: <201202120100.q1C10ixh004680@freefall.freebsd.org> To: loox@e-shell.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165008: net-im/kmess-kde4 fails to connect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 01:00:44 -0000 Synopsis: net-im/kmess-kde4 fails to connect State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 01:00:43 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165008 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 01:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C27D1065672 for ; Sun, 12 Feb 2012 01:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 371058FC08 for ; Sun, 12 Feb 2012 01:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C1ACJ4013034 for ; Sun, 12 Feb 2012 01:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C1ACkZ013033; Sun, 12 Feb 2012 01:10:12 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 01:10:12 GMT Message-Id: <201202120110.q1C1ACkZ013033@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165008: net-im/kmess-kde4 fails to connect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 01:10:12 -0000 The following reply was made to PR ports/165008; it has been noted by GNATS. From: Edwin Groothuis To: syncer@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165008: net-im/kmess-kde4 fails to connect Date: Sun, 12 Feb 2012 01:00:40 UT Maintainer of net-im/kmess-kde4, Please note that PR ports/165008 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165008 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:10:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A44F1065748 for ; Sun, 12 Feb 2012 02:10:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23CEA8FC14 for ; Sun, 12 Feb 2012 02:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2ASSJ068947 for ; Sun, 12 Feb 2012 02:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2ASsu068941; Sun, 12 Feb 2012 02:10:28 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 02:10:28 GMT Message-Id: <201202120210.q1C2ASsu068941@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mina R Waheeb Cc: Subject: Re: ports/165008: net-im/kmess-kde4 fails to connect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mina R Waheeb List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:10:28 -0000 The following reply was made to PR ports/165008; it has been noted by GNATS. From: Mina R Waheeb To: bug-followup@freebsd.org Cc: Subject: Re: ports/165008: net-im/kmess-kde4 fails to connect Date: Sun, 12 Feb 2012 01:40:11 +0000 --0016e6de04074db13004b8ba7138 Content-Type: multipart/alternative; boundary=0016e6de04074db12a04b8ba7136 --0016e6de04074db12a04b8ba7136 Content-Type: text/plain; charset=ISO-8859-1 Verified. This bug effects all the users and this patch should be committed ASAP On Sun, Feb 12, 2012 at 1:00 AM, Edwin Groothuis wrote: > Maintainer of net-im/kmess-kde4, > > Please note that PR ports/165008 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165008 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --0016e6de04074db12a04b8ba7136 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Verified.

This bug effects all the users and this p= atch should be committed ASAP

On Sun, Feb= 12, 2012 at 1:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
Maintainer of net-im/kmess-kde4,

Please note that PR ports/165008 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/165= 008

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--0016e6de04074db12a04b8ba7136-- --0016e6de04074db13004b8ba7138 Content-Type: text/plain; charset=US-ASCII; name="patch.txt" Content-Disposition: attachment; filename="patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyjeeeoc0 IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIE1pbmEgUiBXYWhlZWIgPG1pbmFAa2VtZXRleC5j b20+CiMgRGF0ZSAxMzI5MDEwMDIzIDAKIyBOb2RlIElEIDM5NTEzZDAyOTQ2MjQ1NjgwMWIwNmRi YzJmMDE4YWQ2YTcyOWRmNjgKIyBQYXJlbnQgIDgxZTE1MTYyMzVmNWQwNzJlZmI1OWUxY2IwNmJh YTM3MDE4MTI2ZDAKQXBwbHkgcGF0Y2ggcmVmbGVjdCB0aGUgY2hhbmdlcyBpbiBNU04gU09BUCBw cm90b2NvbAoKUFI6IGh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvY2dpL3F1ZXJ5LXByLmNnaT9wcj1w b3J0cy8xNjUwMDgKCmRpZmYgLXIgODFlMTUxNjIzNWY1IC1yIDM5NTEzZDAyOTQ2MiBNYWtlZmls ZQotLS0gYS9NYWtlZmlsZQlTdW4gRmViIDEyIDAxOjIzOjQyIDIwMTIgKzAwMDAKKysrIGIvTWFr ZWZpbGUJU3VuIEZlYiAxMiAwMToyNzowMyAyMDEyICswMDAwCkBAIC03LDYgKzcsNyBAQAogCiBQ T1JUTkFNRT0Ja21lc3MKIFBPUlRWRVJTSU9OPQkyLjAuNi4xCitQT1JUUkVWSVNJT049ICAgMQog Q0FURUdPUklFUz0JbmV0LWltIGtkZQogTUFTVEVSX1NJVEVTPQlTRi8ke1BPUlROQU1FfS9MYXRl c3QlMjB2ZXJzaW9ucy8ke1BPUlRWRVJTSU9OfS8KIApkaWZmIC1yIDgxZTE1MTYyMzVmNSAtciAz OTUxM2QwMjk0NjIgZmlsZXMvcGF0Y2gtc29hcAotLS0gL2Rldi9udWxsCVRodSBKYW4gMDEgMDA6 MDA6MDAgMTk3MCArMDAwMAorKysgYi9maWxlcy9wYXRjaC1zb2FwCVN1biBGZWIgMTIgMDE6Mjc6 MDMgMjAxMiArMDAwMApAQCAtMCwwICsxLDMzIEBACitGb2xsb3cgTG9jYXRpb24gcmVkaXJlY3Rz LCBNUyBzZWVtcyB0byBoYXZlIG1vdmVkIHNvbWUgYWNjb3VudHMgdG8gb3RoZXIKK3NlcnZlcnMu IEZvcnVtIHRvcGljIHJlZmVyZW5jZToKK0Nvbm5lY3Rpb24gcHJvYmxlbSB0byB3bG0gLSBodHRw Oi8va21lc3Mub3JnL2JvYXJkL3ZpZXd0b3BpYy5waHA/Zj00JnQ9MjA1NDkKK2RpZmYgLU51ciBh L3NyYy9uZXR3b3JrL3NvYXAvaHR0cHNvYXBjb25uZWN0aW9uLmNwcCBiL3NyYy9uZXR3b3JrL3Nv YXAvaHR0cHNvYXBjb25uZWN0aW9uLmNwcAorLS0tIHNyYy9uZXR3b3JrL3NvYXAvaHR0cHNvYXBj b25uZWN0aW9uLmNwcAkyMDExLTAyLTE2IDA4OjE2OjQ1LjAwMDAwMDAwMCArMDEwMAorKysrIHNy Yy9uZXR3b3JrL3NvYXAvaHR0cHNvYXBjb25uZWN0aW9uLmNwcAkyMDExLTExLTA4IDE2OjUzOjI5 LjYxMjUxNzYwNyArMDEwMAorQEAgLTQ1Niw2ICs0NTYsNyBAQAorICAgY29uc3QgUUJ5dGVBcnJh eSYgcmVwbHlDb250ZW50cyA9IHJlcGx5LT5yZWFkQWxsKCk7CisgICBjb25zdCBpbnQgICAgICAg ICBzdGF0dXNDb2RlICAgID0gcmVwbHktPmF0dHJpYnV0ZSggUU5ldHdvcmtSZXF1ZXN0OjpIdHRw U3RhdHVzQ29kZUF0dHJpYnV0ZSAgICkudG9JbnQoKTsKKyAgIGNvbnN0IFFTdHJpbmcgICAgIGVy cm9yICAgICAgICAgKCByZXBseS0+YXR0cmlidXRlKCBRTmV0d29ya1JlcXVlc3Q6Okh0dHBSZWFz b25QaHJhc2VBdHRyaWJ1dGUgKS50b1N0cmluZygpICk7CisrICBRVXJsIHJlZGlyZWN0VXJsID0g cmVwbHktPmF0dHJpYnV0ZSggUU5ldHdvcmtSZXF1ZXN0OjpSZWRpcmVjdGlvblRhcmdldEF0dHJp YnV0ZSApLnRvVXJsKCk7CisgCisgI2lmZGVmIEtNRVNTREVCVUdfSFRUUFNPQVBDT05ORUNUSU9O X0dFTkVSQUwKKyAgIGJvb2wgcmVxdWVzdFN1Y2Nlc3MgPSBmYWxzZTsKK0BAIC00OTAsMTMgKzQ5 MSwxNiBAQAorICNlbmRpZgorIAorICAgICAvLyBQYXJzZSB0aGUgbWVzc2FnZSBjb250ZW50cwor LSAgICBpZiggY3VycmVudFJlc3BvbnNlLT5pc0ZhdWx0TWVzc2FnZSgpICkKKysgICAgaWYoICFy ZWRpcmVjdFVybC5pc0VtcHR5KCkgfHwgY3VycmVudFJlc3BvbnNlLT5pc0ZhdWx0TWVzc2FnZSgp ICkKKyAgICAgeworLSAgICAgIC8vIFZlcmlmeSBpZiB0aGUgc2VydmVyIGlzIHJlZGlyZWN0aW5n IHVzIHRvIGFub3RoZXIgc2VydmVyCisgICAgICAgaWYoIGN1cnJlbnRSZXNwb25zZS0+Z2V0RmF1 bHRDb2RlKCkgPT0gInBzZjpSZWRpcmVjdCIgKQorICAgICAgIHsKKysgICAgICAgIHJlZGlyZWN0 VXJsID0gWG1sRnVuY3Rpb25zOjpnZXROb2RlVmFsdWUoIGN1cnJlbnRSZXNwb25zZS0+Z2V0RmF1 bHQoKSwgInJlZGlyZWN0VXJsIiApOworKyAgICAgIH0KKysgICAgICAvLyBWZXJpZnkgaWYgdGhl IHNlcnZlciBpcyByZWRpcmVjdGluZyB1cyB0byBhbm90aGVyIHNlcnZlcgorKyAgICAgIGlmKCAh cmVkaXJlY3RVcmwuaXNFbXB0eSgpICkKKysgICAgICB7CisgICAgICAgICBjb25zdCBRVXJsJiBv cmlnaW5hbFVybCA9IGN1cnJlbnRSZXNwb25zZS0+Z2V0RW5kUG9pbnQoKTsKKy0gICAgICAgIGNv bnN0IFFVcmwgcmVkaXJlY3RVcmwoIFhtbEZ1bmN0aW9uczo6Z2V0Tm9kZVZhbHVlKCBjdXJyZW50 UmVzcG9uc2UtPmdldEZhdWx0KCksICJyZWRpcmVjdFVybCIgKSApOworICAgICAgICAgY29uc3Qg UVN0cmluZyBvcmlnaW5hbEhvc3QoIG9yaWdpbmFsVXJsLmhvc3QoKSApOworICAgICAgICAgY29u c3QgUVN0cmluZyByZWRpcmVjdEhvc3QoIHJlZGlyZWN0VXJsLmhvc3QoKSApOwpcIE5vIG5ld2xp bmUgYXQgZW5kIG9mIGZpbGUK --0016e6de04074db13004b8ba7138-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EBF61065680 for ; Sun, 12 Feb 2012 02:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0863D8FC0A for ; Sun, 12 Feb 2012 02:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2KCjt078818 for ; Sun, 12 Feb 2012 02:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2KCL0078817; Sun, 12 Feb 2012 02:20:12 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:20:12 GMT Resent-Message-Id: <201202120220.q1C2KCL0078817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3FF21065672 for ; Sun, 12 Feb 2012 02:19:56 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id A8B818FC14 for ; Sun, 12 Feb 2012 02:19:56 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2JtjG029434; Sun, 12 Feb 2012 02:19:55 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2Jtxo029433; Sun, 12 Feb 2012 02:19:55 GMT (envelope-from pgollucci) Message-Id: <201202120219.q1C2Jtxo029433@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:19:55 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jatzen@gmail.com Subject: ports/165010: [PATCH] devel/rubygem-daemon_controller: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:20:13 -0000 >Number: 165010 >Category: ports >Synopsis: [PATCH] devel/rubygem-daemon_controller: update to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.0.0 Port maintainer (jatzen@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-daemon_controller-1.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-daemon_controller/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 23 Jun 2011 19:34:12 -0000 1.2 +++ Makefile 10 Feb 2012 16:46:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= daemon_controller -PORTVERSION= 0.2.6 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-daemon_controller/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 24 Jun 2011 17:02:28 -0000 1.2 +++ distinfo 10 Feb 2012 16:46:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/daemon_controller-0.2.6.gem) = 42d403a94e0dbd4cb410ac6fb1c477172ca9ce89e6784e5af30e23a897536aa3 -SIZE (rubygem/daemon_controller-0.2.6.gem) = 22016 +SHA256 (rubygem/daemon_controller-1.0.0.gem) = 21e24eb8daf99372090fe9e29dae5637239ec566d29a247a5e05fc112a802a32 +SIZE (rubygem/daemon_controller-1.0.0.gem) = 23040 --- rubygem-daemon_controller-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:20:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14EB91065675; Sun, 12 Feb 2012 02:20:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCDFE8FC0C; Sun, 12 Feb 2012 02:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2KMkD079023; Sun, 12 Feb 2012 02:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2KMLa079019; Sun, 12 Feb 2012 02:20:22 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:20:22 GMT Message-Id: <201202120220.q1C2KMLa079019@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165010: [PATCH] devel/rubygem-daemon_controller: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:20:23 -0000 Synopsis: [PATCH] devel/rubygem-daemon_controller: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:20:22 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165010 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2210C106564A for ; Sun, 12 Feb 2012 02:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D9D1D8FC0C for ; Sun, 12 Feb 2012 02:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UBg8087393 for ; Sun, 12 Feb 2012 02:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UBxY087392; Sun, 12 Feb 2012 02:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:11 GMT Resent-Message-Id: <201202120230.q1C2UBxY087392@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D58E106567F for ; Sun, 12 Feb 2012 02:20:13 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE3E8FC14 for ; Sun, 12 Feb 2012 02:20:12 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2K2xq029680; Sun, 12 Feb 2012 02:20:02 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2K2tY029679; Sun, 12 Feb 2012 02:20:02 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2K2tY029679@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:02 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165011: [PATCH] devel/rubygem-file-tail: update to 1.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:12 -0000 >Number: 165011 >Category: ports >Synopsis: [PATCH] devel/rubygem-file-tail: update to 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.0.8 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-file-tail-1.0.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-file-tail/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 12 Nov 2011 15:30:21 -0000 1.4 +++ Makefile 10 Feb 2012 16:46:07 -0000 @@ -6,7 +6,7 @@ # PORTNAME= file-tail -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-file-tail/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 12 Nov 2011 15:30:21 -0000 1.4 +++ distinfo 10 Feb 2012 16:46:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/file-tail-1.0.7.gem) = 7d859355183bba284af9e4d9cfe21bd948cfee197be8a448c85633f98ab7bd0a -SIZE (rubygem/file-tail-1.0.7.gem) = 21504 +SHA256 (rubygem/file-tail-1.0.8.gem) = f4da08de18a3b0a7d1e9e6fef1716c373cb60f1d2b9cb57d4171309640eeba76 +SIZE (rubygem/file-tail-1.0.8.gem) = 22016 --- rubygem-file-tail-1.0.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D67421065689 for ; Sun, 12 Feb 2012 02:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9BB118FC14 for ; Sun, 12 Feb 2012 02:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UC1x087422 for ; Sun, 12 Feb 2012 02:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UCi1087419; Sun, 12 Feb 2012 02:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:12 GMT Resent-Message-Id: <201202120230.q1C2UCi1087419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF071065687 for ; Sun, 12 Feb 2012 02:20:13 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3328FC1B for ; Sun, 12 Feb 2012 02:20:13 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2KCCT030250; Sun, 12 Feb 2012 02:20:12 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2KC7b030249; Sun, 12 Feb 2012 02:20:12 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2KC7b030249@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:12 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alexey@renatasystems.org Subject: ports/165012: [PATCH] devel/rubygem-unicode: update to 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:13 -0000 >Number: 165012 >Category: ports >Synopsis: [PATCH] devel/rubygem-unicode: update to 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.4.1 Port maintainer (alexey@renatasystems.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-unicode-0.4.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-unicode/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 7 Dec 2010 01:50:24 -0000 1.3 +++ Makefile 10 Feb 2012 16:47:07 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/rubygem-unicode/Makefile,v 1.3 2010/12/07 01:50:24 pgollucci Exp $ PORTNAME= unicode -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-unicode/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 7 Dec 2010 01:50:24 -0000 1.3 +++ distinfo 10 Feb 2012 16:47:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/unicode-0.4.0.gem) = a8b42ede3cab1149e81d167ccb7aa7b53e82b0621c3dfb1e0ed2b5fc4759f757 -SIZE (rubygem/unicode-0.4.0.gem) = 124416 +SHA256 (rubygem/unicode-0.4.1.gem) = 566e9a96531a06d04b6d98056f1fa6287e5638e619bd78bd36f327fd8fc97292 +SIZE (rubygem/unicode-0.4.1.gem) = 126464 --- rubygem-unicode-0.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD00810656DC for ; Sun, 12 Feb 2012 02:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B439C8FC16 for ; Sun, 12 Feb 2012 02:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UGSZ087635 for ; Sun, 12 Feb 2012 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UGlc087632; Sun, 12 Feb 2012 02:30:16 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:16 GMT Resent-Message-Id: <201202120230.q1C2UGlc087632@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AB1E1065672 for ; Sun, 12 Feb 2012 02:20:16 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 4F11B8FC14 for ; Sun, 12 Feb 2012 02:20:16 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2K8DO030030; Sun, 12 Feb 2012 02:20:08 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2K8iK030029; Sun, 12 Feb 2012 02:20:08 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2K8iK030029@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:08 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165013: [PATCH] devel/rubygem-test-unit: update to 2.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:17 -0000 >Number: 165013 >Category: ports >Synopsis: [PATCH] devel/rubygem-test-unit: update to 2.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 2.4.3 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-test-unit-2.4.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-test-unit/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 12 Jan 2012 19:34:48 -0000 1.6 +++ Makefile 10 Feb 2012 16:46:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= test-unit -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-test-unit/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 12 Jan 2012 19:34:48 -0000 1.6 +++ distinfo 10 Feb 2012 16:46:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/test-unit-2.4.2.gem) = 21fc525785de5606208cdaa26b4071180124bc9a5162376746d67d368a1d1f8e -SIZE (rubygem/test-unit-2.4.2.gem) = 96256 +SHA256 (rubygem/test-unit-2.4.3.gem) = 59c16010c2614fffd21c38f7936034c1e4f561dd83efd966cba9f5cb790bb5fe +SIZE (rubygem/test-unit-2.4.3.gem) = 96256 --- rubygem-test-unit-2.4.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38FCA10656D5 for ; Sun, 12 Feb 2012 02:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD2A8FC18 for ; Sun, 12 Feb 2012 02:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UGpB087650 for ; Sun, 12 Feb 2012 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UGOA087647; Sun, 12 Feb 2012 02:30:16 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:16 GMT Resent-Message-Id: <201202120230.q1C2UGOA087647@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD015106567E for ; Sun, 12 Feb 2012 02:20:26 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4F08FC15 for ; Sun, 12 Feb 2012 02:20:26 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2KIIk030450; Sun, 12 Feb 2012 02:20:18 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2KIEC030449; Sun, 12 Feb 2012 02:20:18 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2KIEC030449@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:18 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165014: [PATCH] finance/rubygem-money: update to 4.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:17 -0000 >Number: 165014 >Category: ports >Synopsis: [PATCH] finance/rubygem-money: update to 4.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:16 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 4.0.1 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-money-4.0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/finance/rubygem-money/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 23 Dec 2011 12:30:00 -0000 1.6 +++ Makefile 10 Feb 2012 16:46:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= money -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= finance rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/finance/rubygem-money/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 23 Dec 2011 12:30:00 -0000 1.4 +++ distinfo 10 Feb 2012 16:46:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/money-4.0.0.gem) = 01f929658b576491047958fd9c70dacf78c473e2c23702ea93f3138b3941051c -SIZE (rubygem/money-4.0.0.gem) = 37376 +SHA256 (rubygem/money-4.0.1.gem) = d28388b13e9f0aa886fc8275336dcdb4e60babc7d2ba7623c4125d499771964d +SIZE (rubygem/money-4.0.1.gem) = 43008 --- rubygem-money-4.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9758310656DE for ; Sun, 12 Feb 2012 02:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0268FC1A for ; Sun, 12 Feb 2012 02:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UHBF087677 for ; Sun, 12 Feb 2012 02:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UHGm087674; Sun, 12 Feb 2012 02:30:17 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:17 GMT Resent-Message-Id: <201202120230.q1C2UHGm087674@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DEB4106567A for ; Sun, 12 Feb 2012 02:20:39 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE858FC18 for ; Sun, 12 Feb 2012 02:20:38 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2KVX9030654; Sun, 12 Feb 2012 02:20:31 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2KVZe030653; Sun, 12 Feb 2012 02:20:31 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2KVZe030653@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:31 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165015: [PATCH] ftp/rubygem-curb: update to 0.7.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:17 -0000 >Number: 165015 >Category: ports >Synopsis: [PATCH] ftp/rubygem-curb: update to 0.7.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.7.17 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-curb-0.7.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/rubygem-curb/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 12 Jan 2012 19:35:21 -0000 1.9 +++ Makefile 10 Feb 2012 16:46:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= curb -PORTVERSION= 0.7.16 +PORTVERSION= 0.7.17 CATEGORIES= ftp rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/rubygem-curb/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 12 Jan 2012 19:35:21 -0000 1.9 +++ distinfo 10 Feb 2012 16:46:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/curb-0.7.16.gem) = e41600cf6a5304d2f0f1483dd47b6946902135ebb63cbcca912096046229b982 -SIZE (rubygem/curb-0.7.16.gem) = 76288 +SHA256 (rubygem/curb-0.7.17.gem) = 146561c4116e9efd1a89f015d36162d66f7401ccadba5162c09344bb7d7b3a41 +SIZE (rubygem/curb-0.7.17.gem) = 76288 --- rubygem-curb-0.7.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2617F10656D7 for ; Sun, 12 Feb 2012 02:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F174B8FC1C for ; Sun, 12 Feb 2012 02:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UH7Y087708 for ; Sun, 12 Feb 2012 02:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UHBm087703; Sun, 12 Feb 2012 02:30:17 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:17 GMT Resent-Message-Id: <201202120230.q1C2UHBm087703@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D596106568C for ; Sun, 12 Feb 2012 02:20:46 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id DD5298FC1D for ; Sun, 12 Feb 2012 02:20:45 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2KbIj030864; Sun, 12 Feb 2012 02:20:37 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2Kb0O030863; Sun, 12 Feb 2012 02:20:37 GMT (envelope-from pgollucci) Message-Id: <201202120220.q1C2Kb0O030863@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:20:37 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165016: [PATCH] mail/rubygem-mail: update to 2.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:18 -0000 >Number: 165016 >Category: ports >Synopsis: [PATCH] mail/rubygem-mail: update to 2.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 2.4.1 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-mail-2.4.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-mail/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 8 Feb 2012 03:39:32 -0000 1.16 +++ Makefile 10 Feb 2012 16:46:23 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mail -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 PORTEPOCH= 1 CATEGORIES= mail rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-mail/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 8 Feb 2012 03:39:32 -0000 1.14 +++ distinfo 10 Feb 2012 16:46:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/mail-2.4.0.gem) = e489b71d70702c6c9f164efdecfd7c46aa400d4f10bc0b4afe237544c03753d7 -SIZE (rubygem/mail-2.4.0.gem) = 121344 +SHA256 (rubygem/mail-2.4.1.gem) = 80d742e6f93c01e7f25015f2cd1f88e8869b9ef4bce3fc22f0f568ce925c050e +SIZE (rubygem/mail-2.4.1.gem) = 121856 --- rubygem-mail-2.4.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9581810656E0 for ; Sun, 12 Feb 2012 02:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0708FC1E for ; Sun, 12 Feb 2012 02:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UI2w087738 for ; Sun, 12 Feb 2012 02:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UIep087734; Sun, 12 Feb 2012 02:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:18 GMT Resent-Message-Id: <201202120230.q1C2UIep087734@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DF5D1065672 for ; Sun, 12 Feb 2012 02:21:18 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 446EB8FC18 for ; Sun, 12 Feb 2012 02:21:18 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2LHL8032043; Sun, 12 Feb 2012 02:21:17 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2LHNh032042; Sun, 12 Feb 2012 02:21:17 GMT (envelope-from pgollucci) Message-Id: <201202120221.q1C2LHNh032042@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:21:17 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gogolok+freebsd@gmail.com Subject: ports/165017: [PATCH] sysutils/rubygem-bundler: update to 1.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:18 -0000 >Number: 165017 >Category: ports >Synopsis: [PATCH] sysutils/rubygem-bundler: update to 1.0.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.0.22 Port maintainer (gogolok+freebsd@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-bundler-1.0.22.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 27 Oct 2011 03:09:48 -0000 1.15 +++ Makefile 10 Feb 2012 16:46:57 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/rubygem-bundler/Makefile,v 1.15 2011/10/27 03:09:48 swills Exp $ PORTNAME= bundler -PORTVERSION= 1.0.21 +PORTVERSION= 1.0.22 CATEGORIES= sysutils rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-bundler/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 27 Oct 2011 03:09:48 -0000 1.13 +++ distinfo 10 Feb 2012 16:46:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.0.21.gem) = 4603cb044a1a7f78042692e866615fa7158d830066ffce075911bfbdcbf99d51 -SIZE (rubygem/bundler-1.0.21.gem) = 172544 +SHA256 (rubygem/bundler-1.0.22.gem) = c0e7285aa312240747b3a3b1de59786a04950a4240ec6c96b9d0efdd58d4ec43 +SIZE (rubygem/bundler-1.0.22.gem) = 175104 --- rubygem-bundler-1.0.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0652910656F2 for ; Sun, 12 Feb 2012 02:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFFBA8FC20 for ; Sun, 12 Feb 2012 02:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UIHN087770 for ; Sun, 12 Feb 2012 02:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UI8x087768; Sun, 12 Feb 2012 02:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:18 GMT Resent-Message-Id: <201202120230.q1C2UI8x087768@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E27C1065674 for ; Sun, 12 Feb 2012 02:21:21 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB2D8FC16 for ; Sun, 12 Feb 2012 02:21:21 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2LDvt031833; Sun, 12 Feb 2012 02:21:13 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2LDxF031832; Sun, 12 Feb 2012 02:21:13 GMT (envelope-from pgollucci) Message-Id: <201202120221.q1C2LDxF031832@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:21:13 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165018: [PATCH] net/rubygem-whois: update to 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:19 -0000 >Number: 165018 >Category: ports >Synopsis: [PATCH] net/rubygem-whois: update to 2.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 2.2.0 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-whois-2.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-whois/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 12 Nov 2011 15:11:19 -0000 1.10 +++ Makefile 10 Feb 2012 16:46:27 -0000 @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= net rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/rubygem-whois/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 12 Nov 2011 15:11:19 -0000 1.10 +++ distinfo 10 Feb 2012 16:46:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/whois-2.1.0.gem) = b74d9c64e253f5606c309c5869aa3166e8f040d80a0c923ac26931e7d81bde55 -SIZE (rubygem/whois-2.1.0.gem) = 344576 +SHA256 (rubygem/whois-2.2.0.gem) = 697a4c7fbb32c54c60616e0d18efd31c74ca4efb4064cb726b263633d7122980 +SIZE (rubygem/whois-2.2.0.gem) = 349184 --- rubygem-whois-2.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B144B106570D for ; Sun, 12 Feb 2012 02:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 882868FC0C for ; Sun, 12 Feb 2012 02:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UJhe087798 for ; Sun, 12 Feb 2012 02:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UJL3087795; Sun, 12 Feb 2012 02:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:19 GMT Resent-Message-Id: <201202120230.q1C2UJL3087795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7721A1065689 for ; Sun, 12 Feb 2012 02:21:31 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA658FC0C for ; Sun, 12 Feb 2012 02:21:31 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2LNTv032243; Sun, 12 Feb 2012 02:21:23 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2LMRH032242; Sun, 12 Feb 2012 02:21:22 GMT (envelope-from pgollucci) Message-Id: <201202120221.q1C2LMRH032242@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:21:22 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gogo@cs.uni-sb.de Subject: ports/165019: [PATCH] sysutils/rubygem-god: update to 0.12.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:19 -0000 >Number: 165019 >Category: ports >Synopsis: [PATCH] sysutils/rubygem-god: update to 0.12.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.12.1 Port maintainer (gogo@cs.uni-sb.de) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-god-0.12.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-god/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 8 Feb 2012 18:21:56 -0000 1.17 +++ Makefile 10 Feb 2012 16:47:00 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/sysutils/rubygem-god/Makefile,v 1.17 2012/02/08 18:21:56 pgollucci Exp $ PORTNAME= god -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-god/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 8 Feb 2012 18:21:56 -0000 1.14 +++ distinfo 10 Feb 2012 16:47:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/god-0.12.0.gem) = bfba52c12249b80b466296404a6e2f9edaa937465a0de72dc0c2b46c0e0ded57 -SIZE (rubygem/god-0.12.0.gem) = 88576 +SHA256 (rubygem/god-0.12.1.gem) = 154cbbad3b76ecc08c857835e6406bc790bea3948f5cccb6d2fad4c4a49bf9cc +SIZE (rubygem/god-0.12.1.gem) = 88576 --- rubygem-god-0.12.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B9210656D7 for ; Sun, 12 Feb 2012 02:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E38A48FC24 for ; Sun, 12 Feb 2012 02:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UJC2087844 for ; Sun, 12 Feb 2012 02:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UJeB087843; Sun, 12 Feb 2012 02:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 02:30:19 GMT Resent-Message-Id: <201202120230.q1C2UJeB087843@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 776821065670 for ; Sun, 12 Feb 2012 02:21:37 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 31C3D8FC13 for ; Sun, 12 Feb 2012 02:21:36 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1C2LSx3032454; Sun, 12 Feb 2012 02:21:28 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1C2LSv0032453; Sun, 12 Feb 2012 02:21:28 GMT (envelope-from pgollucci) Message-Id: <201202120221.q1C2LSv0032453@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 02:21:28 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165020: [PATCH] sysutils/rubygem-sys-filesystem: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:20 -0000 >Number: 165020 >Category: ports >Synopsis: [PATCH] sysutils/rubygem-sys-filesystem: update to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 02:30:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.0.0 Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-sys-filesystem-1.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-sys-filesystem/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 7 Dec 2010 01:50:58 -0000 1.2 +++ Makefile 10 Feb 2012 18:41:26 -0000 @@ -6,13 +6,15 @@ # PORTNAME= sys-filesystem -PORTVERSION= 0.3.4 +PORTVERSION= 1.0.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= A Ruby interface for getting filesystem information +RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-sys-filesystem/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 7 Dec 2010 01:50:58 -0000 1.2 +++ distinfo 10 Feb 2012 16:46:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/sys-filesystem-0.3.4.gem) = 33c70a491563791c172b702a914e2b1798b7640aed7585d0a531ec3985808be9 -SIZE (rubygem/sys-filesystem-0.3.4.gem) = 13312 +SHA256 (rubygem/sys-filesystem-1.0.0.gem) = 310b71d4ed91136bd4f37201b093c08c7c176b21232b4eed9e9ba5534bd4aab6 +SIZE (rubygem/sys-filesystem-1.0.0.gem) = 15872 --- rubygem-sys-filesystem-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03DF91065718; Sun, 12 Feb 2012 02:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C8AF68FC0A; Sun, 12 Feb 2012 02:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2UODw088111; Sun, 12 Feb 2012 02:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UOP4088101; Sun, 12 Feb 2012 02:30:24 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:30:24 GMT Message-Id: <201202120230.q1C2UOP4088101@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165011: [PATCH] devel/rubygem-file-tail: update to 1.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:25 -0000 Synopsis: [PATCH] devel/rubygem-file-tail: update to 1.0.8 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:30:23 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165011 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:30:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6834106564A; Sun, 12 Feb 2012 02:30:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 994478FC19; Sun, 12 Feb 2012 02:30:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2Uoai090454; Sun, 12 Feb 2012 02:30:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2UoCt090443; Sun, 12 Feb 2012 02:30:50 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:30:50 GMT Message-Id: <201202120230.q1C2UoCt090443@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165012: [PATCH] devel/rubygem-unicode: update to 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:30:50 -0000 Synopsis: [PATCH] devel/rubygem-unicode: update to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:30:49 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165012 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:31:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51DE41065672; Sun, 12 Feb 2012 02:31:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 248D28FC1D; Sun, 12 Feb 2012 02:31:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2VFn5092836; Sun, 12 Feb 2012 02:31:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2VFiH092829; Sun, 12 Feb 2012 02:31:15 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:31:15 GMT Message-Id: <201202120231.q1C2VFiH092829@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165013: [PATCH] devel/rubygem-test-unit: update to 2.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:31:16 -0000 Synopsis: [PATCH] devel/rubygem-test-unit: update to 2.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:31:15 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165013 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:31:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4B61065673; Sun, 12 Feb 2012 02:31:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E33D8FC13; Sun, 12 Feb 2012 02:31:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2VdtQ094123; Sun, 12 Feb 2012 02:31:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2VdrZ094114; Sun, 12 Feb 2012 02:31:39 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:31:39 GMT Message-Id: <201202120231.q1C2VdrZ094114@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165014: [PATCH] finance/rubygem-money: update to 4.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:31:40 -0000 Synopsis: [PATCH] finance/rubygem-money: update to 4.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:31:39 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165014 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:32:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03F3106568F; Sun, 12 Feb 2012 02:32:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C74228FC17; Sun, 12 Feb 2012 02:32:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2W7sv095417; Sun, 12 Feb 2012 02:32:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2W7r0095412; Sun, 12 Feb 2012 02:32:07 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:32:07 GMT Message-Id: <201202120232.q1C2W7r0095412@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165015: [PATCH] ftp/rubygem-curb: update to 0.7.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:32:08 -0000 Synopsis: [PATCH] ftp/rubygem-curb: update to 0.7.17 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:32:07 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165015 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:32:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C41E106568B; Sun, 12 Feb 2012 02:32:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02C1D8FC12; Sun, 12 Feb 2012 02:32:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2WVuu096931; Sun, 12 Feb 2012 02:32:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2WVKZ096926; Sun, 12 Feb 2012 02:32:31 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:32:31 GMT Message-Id: <201202120232.q1C2WVKZ096926@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165016: [PATCH] mail/rubygem-mail: update to 2.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:32:32 -0000 Synopsis: [PATCH] mail/rubygem-mail: update to 2.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:32:31 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165016 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:32:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F63F106566B; Sun, 12 Feb 2012 02:32:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4641F8FC13; Sun, 12 Feb 2012 02:32:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2WvPV098515; Sun, 12 Feb 2012 02:32:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2Wvec098506; Sun, 12 Feb 2012 02:32:57 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:32:57 GMT Message-Id: <201202120232.q1C2Wvec098506@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165017: [PATCH] sysutils/rubygem-bundler: update to 1.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:32:57 -0000 Synopsis: [PATCH] sysutils/rubygem-bundler: update to 1.0.22 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:32:56 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165017 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:33:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EB591065675; Sun, 12 Feb 2012 02:33:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0556F8FC0C; Sun, 12 Feb 2012 02:33:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2XOGc099208; Sun, 12 Feb 2012 02:33:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2XOZH099204; Sun, 12 Feb 2012 02:33:24 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:33:24 GMT Message-Id: <201202120233.q1C2XOZH099204@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165018: [PATCH] net/rubygem-whois: update to 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:33:25 -0000 Synopsis: [PATCH] net/rubygem-whois: update to 2.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:33:24 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165018 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:33:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2480106566B; Sun, 12 Feb 2012 02:33:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B921B8FC1A; Sun, 12 Feb 2012 02:33:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2XdlB099438; Sun, 12 Feb 2012 02:33:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2XdHj099434; Sun, 12 Feb 2012 02:33:39 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:33:39 GMT Message-Id: <201202120233.q1C2XdHj099434@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165019: [PATCH] sysutils/rubygem-god: update to 0.12.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:33:40 -0000 Synopsis: [PATCH] sysutils/rubygem-god: update to 0.12.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:33:39 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165019 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 02:33:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F79E1065672; Sun, 12 Feb 2012 02:33:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25ADC8FC1C; Sun, 12 Feb 2012 02:33:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C2XvAh099685; Sun, 12 Feb 2012 02:33:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C2XvBY099681; Sun, 12 Feb 2012 02:33:57 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 02:33:57 GMT Message-Id: <201202120233.q1C2XvBY099681@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165020: [PATCH] sysutils/rubygem-sys-filesystem: update to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 02:33:57 -0000 Synopsis: [PATCH] sysutils/rubygem-sys-filesystem: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 02:33:56 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165020 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 04:36:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E254106564A; Sun, 12 Feb 2012 04:36:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D842E8FC0A; Sun, 12 Feb 2012 04:36:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C4ahrF011456; Sun, 12 Feb 2012 04:36:43 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C4ah2T011452; Sun, 12 Feb 2012 04:36:43 GMT (envelope-from sunpoet) Date: Sun, 12 Feb 2012 04:36:43 GMT Message-Id: <201202120436.q1C4ah2T011452@freefall.freebsd.org> To: wmoran@collaborativefusion.com, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/164978: [update] devel/php-xdebug 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 04:36:44 -0000 Synopsis: [update] devel/php-xdebug 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Feb 12 04:36:42 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164978 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 05:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D474106566B for ; Sun, 12 Feb 2012 05:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5638FC13 for ; Sun, 12 Feb 2012 05:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C5UBW8055807 for ; Sun, 12 Feb 2012 05:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C5UBiY055806; Sun, 12 Feb 2012 05:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 05:30:11 GMT Resent-Message-Id: <201202120530.q1C5UBiY055806@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, milki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CCED106566B; Sun, 12 Feb 2012 05:21:47 +0000 (UTC) (envelope-from milki@cibo.ircmylife.com) Received: from cibo.ircmylife.com (unknown [IPv6:2607:f2f8:af08::2]) by mx1.freebsd.org (Postfix) with ESMTP id 374008FC08; Sun, 12 Feb 2012 05:21:47 +0000 (UTC) Received: from cibo.ircmylife.com (localhost [127.0.0.1]) by cibo.ircmylife.com (8.14.4/8.14.4) with ESMTP id q1C5Lh8x011405; Sat, 11 Feb 2012 21:21:43 -0800 (PST) (envelope-from milki@cibo.ircmylife.com) Received: (from milki@localhost) by cibo.ircmylife.com (8.14.4/8.14.4/Submit) id q1C5Lh4d011404; Sat, 11 Feb 2012 21:21:43 -0800 (PST) (envelope-from milki) Message-Id: <201202120521.q1C5Lh4d011404@cibo.ircmylife.com> Date: Sat, 11 Feb 2012 21:21:43 -0800 (PST) From: milki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tdb@FreeBSD.org Subject: ports/165022: [MAINTAINER] devel/gitolite: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 05:30:12 -0000 >Number: 165022 >Category: ports >Synopsis: [MAINTAINER] devel/gitolite: update to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 05:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: milki >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: UC Berkeley - RSSP-IT >Environment: System: FreeBSD cibo.ircmylife.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: - Update to 2.2.1 Changes: https://github.com/sitaramc/gitolite/compare/v2.2...v2.2.1 note to committer: Please host the tarball as well - http://milki.github.com/gitolite/gitolite-2.2.1.tar.gz Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gitolite-2.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/gitolite/Makefile /usr/home/milki/ports/gitolite/Makefile --- /usr/ports/devel/gitolite/Makefile 2012-02-06 01:15:06.000000000 -0800 +++ /usr/home/milki/ports/gitolite/Makefile 2012-02-11 21:12:27.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= gitolite -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= devel MASTER_SITES= http://milki.github.com/${PORTNAME}/ \ LOCAL/tdb diff -ruN --exclude=CVS /usr/ports/devel/gitolite/distinfo /usr/home/milki/ports/gitolite/distinfo --- /usr/ports/devel/gitolite/distinfo 2012-02-06 01:15:06.000000000 -0800 +++ /usr/home/milki/ports/gitolite/distinfo 2012-02-11 20:50:41.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (gitolite-2.2.tar.gz) = 42a24e1c32c24b327316a7cb1832088001d0e778e794b779aeb7fc309fb6549a -SIZE (gitolite-2.2.tar.gz) = 240870 +SHA256 (gitolite-2.2.1.tar.gz) = 86203768838d5309ddbf39ccdbc6d494e22060d577cfa480f4b5005cece996c7 +SIZE (gitolite-2.2.1.tar.gz) = 241857 --- gitolite-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 05:45:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4981065670; Sun, 12 Feb 2012 05:45:57 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 64DE98FC12; Sun, 12 Feb 2012 05:45:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C5jvLp074729; Sun, 12 Feb 2012 05:45:57 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C5jvnG074725; Sun, 12 Feb 2012 05:45:57 GMT (envelope-from jgh) Date: Sun, 12 Feb 2012 05:45:57 GMT Message-Id: <201202120545.q1C5jvnG074725@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165022: [MAINTAINER] devel/gitolite: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 05:45:57 -0000 Synopsis: [MAINTAINER] devel/gitolite: update to 2.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Feb 12 05:45:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165022 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 06:03:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AF95106574E; Sun, 12 Feb 2012 06:03:00 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA3D78FC0A; Sun, 12 Feb 2012 06:02:59 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so3069410pbc.13 for ; Sat, 11 Feb 2012 22:02:59 -0800 (PST) Received: by 10.68.191.165 with SMTP id gz5mr22682855pbc.59.1329026579664; Sat, 11 Feb 2012 22:02:59 -0800 (PST) Received: from dormouse.experts-exchange.com ([72.29.164.238]) by mx.google.com with ESMTPS id b4sm25740060pbc.7.2012.02.11.22.02.58 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Feb 2012 22:02:58 -0800 (PST) Sender: Jason Helfman Date: Sat, 11 Feb 2012 22:01:58 -0800 From: Jason Helfman To: David Demelier Message-ID: <20120212060158.GA1302@dormouse.experts-exchange.com> References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4F3640B6.7020602@gmail.com> X-Operating-System: FreeBSD 8.2-RELEASE amd64 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQmJZeoE50NKk3FzRRAmbiCuvdktMsNXrUGAgPiq/PxQbJvPh+KZAmyuvpQSscSIuoz6/9ZN Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 06:03:00 -0000 On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >On 11/02/2012 00:07, Jason Helfman wrote: >> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>> >>>> State-Changed-From-To: closed->open >>>> State-Changed-By: miwi >>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>> State-Changed-Why: >>>> reopen >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>> >>> Mmm, maybe this PR will be committed in 2049. >>> >>> -- >>> David Demelier >> >> In miwi defense , he had asked regarding compiler errors back on July 2nd. >> Only a couple of days after it was submitted, and there was no reply to >> that >> request. It seems either it is the same issue, or maybe a new issue. The >> old >> log wasn't available for compariso or analysis. >> >> I did a fresh build here, and recevied compiler errors across the board. >> >> https://redports.org/buildarchive/20120210234431-57597/ >> >> -jgh >> > >Are you sure ? > > From miwi the 02/07/2011 but I agree with you there was no feedback >because I only replied to miwi@ and forgot to cc the PR email. > >-- Message from miwi 02/07/2011 16:13 -- > >think we can try that :) will test and report to you back. > >On Sat, Jul 2, 2011 at 9:46 PM, David Demelier > wrote: > > On 02/07/2011 13:17, miwi@FreeBSD.org wrote: > > Synopsis: [NEW PORT] devel/tiled: 2D game map editor > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 > State-Changed-Why: > build failed > http://tb.smeets.im/tb/index.php?action=describe_port&id=509 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 > > > Hi, I'm not used to QT components, could you try to add >"opengl_build" in the QT_COMPONENTS= variable ? > Same error: http://redports.org/buildarchive/20120211185111-33188/ -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 06:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78221106564A for ; Sun, 12 Feb 2012 06:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 527828FC13 for ; Sun, 12 Feb 2012 06:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C6ACKx092351 for ; Sun, 12 Feb 2012 06:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C6ACnX092350; Sun, 12 Feb 2012 06:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 06:10:12 GMT Resent-Message-Id: <201202120610.q1C6ACnX092350@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tony Sweeney Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 283CA1065670 for ; Sun, 12 Feb 2012 06:05:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CE8588FC0C for ; Sun, 12 Feb 2012 06:05:09 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1C659wT051293 for ; Sun, 12 Feb 2012 06:05:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1C6598h051292; Sun, 12 Feb 2012 06:05:09 GMT (envelope-from nobody) Message-Id: <201202120605.q1C6598h051292@red.freebsd.org> Date: Sun, 12 Feb 2012 06:05:09 GMT From: Tony Sweeney To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165023: [patch] devel/p4v port is marked broken and also stale X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 06:10:12 -0000 >Number: 165023 >Category: ports >Synopsis: [patch] devel/p4v port is marked broken and also stale >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 06:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tony Sweeney >Release: (PC-BSD) 9.0 >Organization: None >Environment: FreeBSD dolt 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64 >Description: The P4V port is marked as broken due to invalid distinfo. The changes in the attached shar file fix it for me. The 'port test' command successfully builds, installs and removes the port on the environment unamed above. The 'portlint' command issues two warnings: [root@dolt] /usr/ports/devel/p4v# portlint WARN: Makefile: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. 0 fatal errors and 2 warnings found. [root@dolt] /usr/ports/devel/p4v# I'm not entirely happy with this, but I couldn't get WRKSRC to function as advertised. I wasn't able to get the port system to use the appropriate work directory if I set DISTNAME and EXTRACT_SUFX as recommended (and as in the existing port). I may be overlooking something obvious. I took the trouble to download all available versions from ftp://ftp.perforce.com/perforce/r10.1/ and verify the checksums and sizes, but I have only been able to test the freebsd70x86_64 version. From what I can gather from the web site, this may be the final native FreeBSD version of P4V. I guess we're expected to use the Linux version if we want the newer features. It might be worth adding some words to the pkg-message to that effect. >How-To-Repeat: Try to build the port. >Fix: Remove the existing distinfo.* files and apply the attached shar file. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/devel/p4v # /usr/ports/devel/p4v/pkg-descr # /usr/ports/devel/p4v/Makefile # /usr/ports/devel/p4v/distinfo.freebsd70x86 # /usr/ports/devel/p4v/distinfo.freebsd54x86 # /usr/ports/devel/p4v/distinfo.freebsd54x86_64 # /usr/ports/devel/p4v/distinfo.freebsd70x86_64 # /usr/ports/devel/p4v/distinfo.freebsd60x86 # /usr/ports/devel/p4v/distinfo.freebsd60x86_64 # echo c - /usr/ports/devel/p4v mkdir -p /usr/ports/devel/p4v > /dev/null 2>&1 echo x - /usr/ports/devel/p4v/pkg-descr sed 's/^X//' >/usr/ports/devel/p4v/pkg-descr << 'd8adec540bd09ab7c45b6acfd84f0805' XP4V, Perforce Visual Client, is a graphical user interface to XPerforce on FreeBSD, Mac OS X and Linux. P4V provides quick and Xeasy access to Perforce-managed files through a user interface Xthat is consistent across OS platforms. X XWWW: http://www.perforce.com/perforce/products/p4v.html d8adec540bd09ab7c45b6acfd84f0805 echo x - /usr/ports/devel/p4v/Makefile sed 's/^X//' >/usr/ports/devel/p4v/Makefile << 'df0ebc08c81a25933eb60c9709af1ce6' X# New ports collection makefile for: p4v X# Date created: 14 February 2004 X# Whom: bms@FreeBSD.org X# X# $FreeBSD: ports/devel/p4v/Makefile,v 1.33 2011/12/02 20:26:16 pav Exp $ X# X XPORTNAME= p4v XPORTVERSION= 2010.1.276058 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ X http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ XDISTFILES= p4v.tgz XDIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} X XMAINTAINER= gordon@FreeBSD.org XCOMMENT= Visual client for Perforce SCM X XRESTRICTED= Binary redistribution restrictions in effect X XONLY_FOR_ARCHS= amd64 i386 XNO_BUILD= yes XUSE_LDCONFIG= yes X XP4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} XDIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} XDISTINFO_FILE= ${MASTERDIR}/distinfo.${PLATFORM} X X.include X X.include "${.CURDIR}/../p4/Makefile.inc" X XP4V_BIN= \ X bin/assistant bin/p4merge bin/p4merge.bin bin/p4v bin/p4v.bin X XP4V_LIBS= \ X lib/p4v/qt4/lib/libQtCLuceneP4.so.4 \ X lib/p4v/qt4/lib/libQtCoreP4.so.4 \ X lib/p4v/qt4/lib/libQtGuiP4.so.4 \ X lib/p4v/qt4/lib/libQtHelpP4.so.4 \ X lib/p4v/qt4/lib/libQtMultimediaP4.so.4 \ X lib/p4v/qt4/lib/libQtNetworkP4.so.4 \ X lib/p4v/qt4/lib/libQtScriptP4.so.4 \ X lib/p4v/qt4/lib/libQtSqlP4.so.4 \ X lib/p4v/qt4/lib/libQtWebKitP4.so.4 \ X lib/p4v/qt4/lib/libQtXmlP4.so.4 \ X lib/p4v/qt4/lib/libQtXmlPatternsP4.so.4 \ X lib/p4v/qt4/plugins/accessible/libqtaccessiblewidgets.so \ X lib/p4v/qt4/plugins/graphicssystems/libqtracegraphicssystem.so \ X lib/p4v/qt4/plugins/imageformats/libqgif.so \ X lib/p4v/qt4/plugins/imageformats/libqico.so \ X lib/p4v/qt4/plugins/imageformats/libqjpeg.so \ X lib/p4v/qt4/plugins/imageformats/libqmng.so \ X lib/p4v/qt4/plugins/imageformats/libqsvg.so \ X lib/p4v/qt4/plugins/imageformats/libqtiff.so \ X lib/p4v/qt4/plugins/inputmethods/libqimsw-multi.so \ X lib/p4v/qt4/plugins/sqldrivers/libqsqlite.so X XP4V_RESOURCES= \ X lib/p4v/P4VResources/p4d \ X lib/p4v/P4VResources/p4ob \ X lib/p4v/P4VResources/translations/assistant_ja.qm \ X lib/p4v/P4VResources/translations/qt_ja.qm \ X lib/p4v/P4VResources/translations/p4v_ja.qm \ X lib/p4v/P4VResources/translations/p4v_en.qm \ X lib/p4v/P4VResources/translations/p4merge_ja.qm \ X lib/p4v/P4VResources/translations/p4merge_en.qm \ X lib/p4v/P4VResources/translations/p4admin_ja.qm \ X lib/p4v/P4VResources/translations/p4admin_en.qm \ X lib/p4v/P4VResources/translations/msg_ja.txt \ X lib/p4v/P4VResources/images.rcc \ X lib/p4v/P4VResources/icons/p4v_16_low.png \ X lib/p4v/P4VResources/icons/p4v_32_high.png \ X lib/p4v/P4VResources/icons/p4v_32_low.png \ X lib/p4v/P4VResources/icons/p4v_48_high.png \ X lib/p4v/P4VResources/p4vhelp/p4vhelp_ja.qhc \ X lib/p4v/P4VResources/p4vhelp/p4vhelp_ja.qch \ X lib/p4v/P4VResources/p4vhelp/p4vhelp_en.qhc \ X lib/p4v/P4VResources/p4vhelp/p4vhelp_en.qch \ X lib/p4v/P4VResources/p4vhelp/p4v-gs.pdf \ X lib/p4v/P4VResources/p4vhelp/p4v-gs_ja.pdf \ X lib/p4v/P4VResources/p4mergehelp/p4mergehelp_ja.qhc \ X lib/p4v/P4VResources/p4mergehelp/p4mergehelp_ja.qch \ X lib/p4v/P4VResources/p4mergehelp/p4mergehelp_en.qhc \ X lib/p4v/P4VResources/p4mergehelp/p4mergehelp_en.qch \ X lib/p4v/P4VResources/p4adminhelp/p4adminhelp_ja.qhc \ X lib/p4v/P4VResources/p4adminhelp/p4adminhelp_ja.qch \ X lib/p4v/P4VResources/p4adminhelp/p4adminhelp_en.qhc \ X lib/p4v/P4VResources/p4adminhelp/p4adminhelp_en.qch \ X lib/p4v/P4VResources/examples/basic_p4vdefaults.xml \ X lib/p4v/P4VResources/examples/basic_p4vfeatures.xml \ X lib/p4v/P4VResources/examples/p4vdefaults.xml \ X lib/p4v/P4VResources/examples/p4vfeatures.xml X XP4V_DIRS= \ X lib/p4v/qt4/plugins/sqldrivers \ X lib/p4v/qt4/plugins/inputmethods \ X lib/p4v/qt4/plugins/imageformats \ X lib/p4v/qt4/plugins/graphicssystems \ X lib/p4v/qt4/plugins/accessible \ X lib/p4v/qt4/plugins \ X lib/p4v/qt4/lib \ X lib/p4v/qt4 \ X lib/p4v/P4VResources/translations \ X lib/p4v/P4VResources/p4vhelp \ X lib/p4v/P4VResources/p4mergehelp \ X lib/p4v/P4VResources/p4adminhelp \ X lib/p4v/P4VResources/icons \ X lib/p4v/P4VResources/examples \ X lib/p4v/P4VResources \ X lib/p4v X XPLIST_DIRS+= ${P4V_DIRS} XPLIST_FILES+= ${P4V_BIN} ${P4V_LIBS} ${P4V_RESOURCES} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/assistant ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/p4merge.bin ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/p4v.bin ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/bin/p4merge ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/bin/p4v ${PREFIX}/bin X.for _DIR in ${P4V_DIRS} X ${MKDIR} ${PREFIX}/${_DIR} X.endfor X.for _LIBFILE in ${P4V_LIBS} X ${INSTALL_PROGRAM} ${WRKSRC}/${_LIBFILE} ${PREFIX}/${_LIBFILE} X.endfor X.for _RESOURCE in ${P4V_RESOURCES} X ${INSTALL_DATA} ${WRKSRC}/${_RESOURCE} ${PREFIX}/${_RESOURCE} X.endfor X X.include df0ebc08c81a25933eb60c9709af1ce6 echo x - /usr/ports/devel/p4v/distinfo.freebsd70x86 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd70x86 << 'ab259903e38a62ef2bd0c3fc6e2d8a17' XSHA256 (perforce/2010.1.276058/bin.freebsd70x86/p4v.tgz) = f9f840d4a6055246d8f2a8e5e8824a4848e17026c169a5cfbd4e13f6e6554f13 XSIZE (perforce/2010.1.276058/bin.freebsd70x86/p4v.tgz) = 33745072 ab259903e38a62ef2bd0c3fc6e2d8a17 echo x - /usr/ports/devel/p4v/distinfo.freebsd54x86 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd54x86 << '11de78992ff8ee9c17ea95c6a47a982b' XSHA256 (perforce/2010.1.276058/bin.freebsd54x86/p4v.tgz) = c5969844053b5cd5afefb2c055a8974ef34d9c74f551de1ebbaa8db91f4915ad XSIZE (perforce/2010.1.276058/bin.freebsd54x86/p4v.tgz) = 37959320 11de78992ff8ee9c17ea95c6a47a982b echo x - /usr/ports/devel/p4v/distinfo.freebsd54x86_64 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd54x86_64 << 'fcae7afcbb83af3a2f61b8ba4daa6d4f' XSHA256 (perforce/2010.1.276058/bin.freebsd54x86_64/p4v.tgz) = 97f58085544a9f240ff9c65601f286fcbe789e8dd3dffbe635cbb0aea706b1db XSIZE (perforce/2010.1.276058/bin.freebsd54x86_64/p4v.tgz) = 38326440 fcae7afcbb83af3a2f61b8ba4daa6d4f echo x - /usr/ports/devel/p4v/distinfo.freebsd70x86_64 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd70x86_64 << '08ac2ec2efc77d18bce800035cbfe95f' XSHA256 (perforce/2010.1.276058/bin.freebsd70x86_64/p4v.tgz) = 953ee299d4aa96f4d9a2e7d9ba42d73a53f0404b9c42c491c9859598354fa21f XSIZE (perforce/2010.1.276058/bin.freebsd70x86_64/p4v.tgz) = 33818177 08ac2ec2efc77d18bce800035cbfe95f echo x - /usr/ports/devel/p4v/distinfo.freebsd60x86 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd60x86 << '842d740632fe6b3d6a9f1e7ba80aecec' XSHA256 (perforce/2010.1.276058/bin.freebsd60x86/p4v.tgz) = 5aa4569944f1ac385b5f32312fc57f0c4db2c75bca43773d4701ce05850ab815 XSIZE (perforce/2010.1.276058/bin.freebsd60x86/p4v.tgz) = 37722883 842d740632fe6b3d6a9f1e7ba80aecec echo x - /usr/ports/devel/p4v/distinfo.freebsd60x86_64 sed 's/^X//' >/usr/ports/devel/p4v/distinfo.freebsd60x86_64 << '5dfa09edd01b76ee1d45fd92b4db522c' XSHA256 (perforce/2010.1.276058/bin.freebsd60x86_64/p4v.tgz) = 5ce9706248e1b6d751aed7facbf6bfed7e0690900bb6f6f9372fd3c35dc73248 XSIZE (perforce/2010.1.276058/bin.freebsd60x86_64/p4v.tgz) = 38086577 5dfa09edd01b76ee1d45fd92b4db522c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 06:10:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6BC106566C; Sun, 12 Feb 2012 06:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E60CF8FC15; Sun, 12 Feb 2012 06:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C6AQIu092572; Sun, 12 Feb 2012 06:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C6AQ7Q092563; Sun, 12 Feb 2012 06:10:26 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 06:10:26 GMT Message-Id: <201202120610.q1C6AQ7Q092563@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gordon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165023: [patch] devel/p4v port is marked broken and also stale X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 06:10:27 -0000 Synopsis: [patch] devel/p4v port is marked broken and also stale Responsible-Changed-From-To: freebsd-ports-bugs->gordon Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 06:10:26 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165023 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 06:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A8A9106566C for ; Sun, 12 Feb 2012 06:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 221B08FC15 for ; Sun, 12 Feb 2012 06:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C6e9uv022017 for ; Sun, 12 Feb 2012 06:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C6e9Ks022016; Sun, 12 Feb 2012 06:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 06:40:09 GMT Resent-Message-Id: <201202120640.q1C6e9Ks022016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Brooks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D0A9106566C for ; Sun, 12 Feb 2012 06:30:54 +0000 (UTC) (envelope-from skoorbevad@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id C67548FC12 for ; Sun, 12 Feb 2012 06:30:53 +0000 (UTC) Received: by yenl12 with SMTP id l12so2616552yen.13 for ; Sat, 11 Feb 2012 22:30:53 -0800 (PST) Received: by 10.236.123.72 with SMTP id u48mr14883069yhh.77.1329026806258; Sat, 11 Feb 2012 22:06:46 -0800 (PST) Received: from skoorbevad@gmail.com (c-24-126-168-34.hsd1.ga.comcast.net. [24.126.168.34]) by mx.google.com with ESMTPS id h20sm26605105ang.7.2012.02.11.22.06.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Feb 2012 22:06:45 -0800 (PST) Received: by skoorbevad@gmail.com (sSMTP sendmail emulation); Sun, 12 Feb 2012 00:54:52 -0500 Message-Id: <4f3756f5.14d1640a.0164.ffff81f3@mx.google.com> Date: Sun, 12 Feb 2012 00:54:52 -0500 From: David Brooks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165024: MAINTAINER UPDATE: news/sabnzbdplus-0.6.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Brooks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 06:40:10 -0000 >Number: 165024 >Category: ports >Synopsis: MAINTAINER UPDATE: news/sabnzbdplus-0.6.15 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 06:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Brooks & >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD landfill.local 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Diff to bring existing sabnzbdplus-0.6.14 port to latest 0.6.15. Rrestores functionality with certain catalog sources which have changed DNS. >How-To-Repeat: >Fix: --- sabnzbd-0.6.15.diff begins here --- diff -ruN sabnzbdplus-0.6.14/Makefile sabnzbdplus/Makefile --- sabnzbdplus-0.6.14/Makefile 2011-12-14 13:39:47.444786160 -0500 +++ sabnzbdplus/Makefile 2012-02-12 00:49:30.413071932 -0500 @@ -6,7 +6,7 @@ # PORTNAME= sabnzbdplus -PORTVERSION= 0.6.14 +PORTVERSION= 0.6.15 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src @@ -39,7 +39,6 @@ YENC "yenc support." on \ OPENSSL "SSL support" on - .include .if !defined(WITHOUT_PAR2CMDLINE) diff -ruN sabnzbdplus-0.6.14/distinfo sabnzbdplus/distinfo --- sabnzbdplus-0.6.14/distinfo 2011-12-14 11:59:32.970892132 -0500 +++ sabnzbdplus/distinfo 2012-02-12 00:35:24.263051748 -0500 @@ -1,2 +1,2 @@ -SHA256 (SABnzbd-0.6.14-src.tar.gz) = 74084bfa4bf3133086647c85953be5dacddb8e8cad721dda8f0175f7a79e54c2 -SIZE (SABnzbd-0.6.14-src.tar.gz) = 1947492 +SHA256 (SABnzbd-0.6.15-src.tar.gz) = a1f6cd461123b7787d99d87d509c08a9607f3d01d447af3d0f3826b760bf2eb6 +SIZE (SABnzbd-0.6.15-src.tar.gz) = 1949179 --- sabnzbd-0.6.15.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 08:08:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B26A106564A; Sun, 12 Feb 2012 08:08:44 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 019488FC0A; Sun, 12 Feb 2012 08:08:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C88hWV031752; Sun, 12 Feb 2012 08:08:43 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C88hd9031748; Sun, 12 Feb 2012 08:08:43 GMT (envelope-from jgh) Date: Sun, 12 Feb 2012 08:08:43 GMT Message-Id: <201202120808.q1C88hd9031748@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165024: MAINTAINER UPDATE: news/sabnzbdplus-0.6.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 08:08:44 -0000 Synopsis: MAINTAINER UPDATE: news/sabnzbdplus-0.6.15 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Feb 12 08:08:43 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165024 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 09:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C41B31065673 for ; Sun, 12 Feb 2012 09:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E55D8FC13 for ; Sun, 12 Feb 2012 09:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1C9oACw027195 for ; Sun, 12 Feb 2012 09:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C9oAcI027194; Sun, 12 Feb 2012 09:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 09:50:10 GMT Resent-Message-Id: <201202120950.q1C9oAcI027194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4149106564A for ; Sun, 12 Feb 2012 09:42:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B16DC8FC12 for ; Sun, 12 Feb 2012 09:42:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1C9gcZH032111 for ; Sun, 12 Feb 2012 09:42:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1C9gcF8032105; Sun, 12 Feb 2012 09:42:38 GMT (envelope-from nobody) Message-Id: <201202120942.q1C9gcF8032105@red.freebsd.org> Date: Sun, 12 Feb 2012 09:42:38 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165026: [patch] update lang/pypy from 1.7 to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 09:50:10 -0000 >Number: 165026 >Category: ports >Synopsis: [patch] update lang/pypy from 1.7 to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 09:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: >Description: The repository used to develop this port is available at github.com/DragonSA/pypy. Highlights ---------- * List strategies. Now lists that contain only ints or only floats should be as efficient as storing them in a binary-packed array. It also improves the JIT performance in places that use such lists. There are also special strategies for unicode and string lists. * As usual, numerous performance improvements. There are many examples of python constructs that now should be faster; too many to list them. * Bugfixes and compatibility fixes with CPython. * Windows fixes. * NumPy effort progress; for the exact list of things that have been done, consult the numpy status page. A tentative list of things that has been done: - multi dimensional arrays - various sizes of dtypes - a lot of ufuncs - a lot of other minor changes Right now the numpy module is available under both numpy and numpypy names. However, because it's incomplete, you have to import numpypy first before doing any imports from numpy. * New JIT hooks that allow you to hook into the JIT process from your python program. There is a brief overview of what they offer. * Standard library upgrade from 2.7.1 to 2.7.2. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/pypy/Makefile pypy/Makefile --- /usr/ports/lang/pypy/Makefile 2011-12-13 17:37:36.000000000 +0200 +++ pypy/Makefile 2012-02-12 11:30:56.000000000 +0200 @@ -2,11 +2,11 @@ # Date created: 2011/05/17 # Whom: David Naylor # -# $FreeBSD: ports/lang/pypy/Makefile,v 1.1 2011/12/13 15:37:36 lwhsu Exp $ +# $FreeBSD$ # PORTNAME= pypy -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ DISTNAME= release-${DISTVERSION} @@ -29,7 +29,7 @@ USE_GETTEXT= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -WRKSRC= ${WRKDIR}/pypy-pypy-release-${DISTVERSION} +WRKSRC= ${WRKDIR}/pypy-pypy-2346207d9946 PYPYDIRS= include lib-python lib_pypy site-packages PYPYPREFIX?= ${PREFIX}/${PORTNAME}-${DISTVERSION} @@ -65,7 +65,11 @@ # Use pypy if it is installed, else use python (to translate) .if !defined(PY) .if !defined(PYPY) +.if ${PYPY_PRIMARY} == pypy PYPY!= ${WHICH} ${PYPY_PRIMARY} 2> /dev/null || true +.else +PYPY!= ${WHICH} ${PYPY_PRIMARY} 2> /dev/null || ${WHICH} pypy 2> /dev/null || true +.endif .endif .if exists(${PYPY}) PY= ${PYPY} @@ -146,8 +150,8 @@ ${ECHO} "all: ${PYPY_NAMES}" > ${WRKDIR}/Makefile ${ECHO} >> ${WRKDIR}/Makefile .for inst in ${PYPY_INST} - ${ECHO} "${PYPY_${inst}_NAME}: build_${PYPY_${inst}_NAME}/usession-unknown-0/testing_1/pypy-c" >> ${WRKDIR}/Makefile - ${ECHO} " ${CP} build_${PYPY_${inst}_NAME}/usession-unknown-0/testing_1/pypy-c ${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile + ${ECHO} "${PYPY_${inst}_NAME}: build_${PYPY_${inst}_NAME}/usession-release-${DISTVERSION}-0/testing_1/pypy-c" >> ${WRKDIR}/Makefile + ${ECHO} " ${CP} build_${PYPY_${inst}_NAME}/usession-release-${DISTVERSION}-0/testing_1/pypy-c ${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile ${ECHO} >> ${WRKDIR}/Makefile ${ECHO} ".done_translate_${PYPY_${inst}_NAME}:" >> ${WRKDIR}/Makefile ${ECHO} " ${RM} -rf build_${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile @@ -158,9 +162,9 @@ targetpypystandalone.py ${PYPY_${inst}_OBJSPACE_ARGS} )" >> ${WRKDIR}/Makefile ${ECHO} " ${TOUCH} .done_translate_${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile ${ECHO} >> ${WRKDIR}/Makefile - ${ECHO} "build_${PYPY_${inst}_NAME}/usession-unknown-0/testing_1/pypy-c: .done_translate_${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile - ${ECHO} " ${REINPLACE_CMD} -e 's|^%.o: %.c\$$\$$|.c.o:|g' build_${PYPY_${inst}_NAME}/usession-unknown-0/testing_1/Makefile" >> ${WRKDIR}/Makefile - ${ECHO} " ${MAKE} -C build_${PYPY_${inst}_NAME}/usession-unknown-0/testing_1 pypy-c" >> ${WRKDIR}/Makefile + ${ECHO} "build_${PYPY_${inst}_NAME}/usession-release-${DISTVERSION}-0/testing_1/pypy-c: .done_translate_${PYPY_${inst}_NAME}" >> ${WRKDIR}/Makefile + ${ECHO} " ${REINPLACE_CMD} -e 's|^%.o: %.c\$$\$$|.c.o:|g' build_${PYPY_${inst}_NAME}/usession-release-${DISTVERSION}-0/testing_1/Makefile" >> ${WRKDIR}/Makefile + ${ECHO} " ${MAKE} -C build_${PYPY_${inst}_NAME}/usession-release-${DISTVERSION}-0/testing_1 pypy-c" >> ${WRKDIR}/Makefile ${ECHO} >> ${WRKDIR}/Makefile .endfor diff -urN /usr/ports/lang/pypy/TODO pypy/TODO --- /usr/ports/lang/pypy/TODO 1970-01-01 02:00:00.000000000 +0200 +++ pypy/TODO 2012-02-12 11:30:56.000000000 +0200 @@ -0,0 +1,11 @@ +TODO: + * check for sufficient memory + * support CLI backend (broken in 1.5-1.7) + * support JVM backend (untested) + * support valgrind + * make jitviewer port (depends flask pygments simplejson Jinja2 Werkzeug) + +Pypy deficiencies under FreeBSD: + * boehm GC does not work (possibly FreeBSD specific) + * --gcrootfinder=asmgcc does not work (currently only works under Linux) + * CLI backend (all platforms) diff -urN /usr/ports/lang/pypy/distinfo pypy/distinfo --- /usr/ports/lang/pypy/distinfo 2011-12-13 17:37:36.000000000 +0200 +++ pypy/distinfo 2012-02-12 11:30:56.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pypy/release-1.7.tar.bz2) = 2e0884f4696cc8617be73cb8af8da063073d685b3d3e5de3366bfae4d33fac16 -SIZE (pypy/release-1.7.tar.bz2) = 14842336 +SHA256 (pypy/release-1.8.tar.bz2) = ac98ad6d884207f8325ff4c783104ebea57a3fcddfef32abcdf97fd4307b6287 +SIZE (pypy/release-1.8.tar.bz2) = 14927806 diff -urN /usr/ports/lang/pypy/files/bsd.pypy.inst.mk pypy/files/bsd.pypy.inst.mk --- /usr/ports/lang/pypy/files/bsd.pypy.inst.mk 2011-12-13 17:37:36.000000000 +0200 +++ pypy/files/bsd.pypy.inst.mk 2012-02-12 11:30:56.000000000 +0200 @@ -3,7 +3,7 @@ # options available. --gcrootfinder=asmgcc does not work under FreeBSD/amd64. PYPY_DEFAULT_NAME?= pypy -PYPY_DEFAULT_TRANSLATE_ARGS?= --thread +PYPY_DEFAULT_TRANSLATE_ARGS?= PYPY_DEFAULT_OPT?= jit PYPY_DEFAULT_OBJSPACE_ARGS?= diff -urN /usr/ports/lang/pypy/files/patch-pypy__translator__platform__freebsd.py pypy/files/patch-pypy__translator__platform__freebsd.py --- /usr/ports/lang/pypy/files/patch-pypy__translator__platform__freebsd.py 2011-12-13 17:37:36.000000000 +0200 +++ pypy/files/patch-pypy__translator__platform__freebsd.py 1970-01-01 02:00:00.000000000 +0200 @@ -1,34 +0,0 @@ ---- pypy/translator/platform/freebsd.py 2011-08-15 17:10:35.000000000 +0200 -+++ pypy/translator/platform/freebsd.py 2011-10-05 20:49:51.000000000 +0200 -@@ -1,6 +1,7 @@ - """Support for FreeBSD.""" - - import os -+import shlex - - from pypy.translator.platform import posix - -@@ -10,16 +11,18 @@ - else: - return default - --def get_env_vector(key, default): -+def get_env_vector(key, default, required=()): - string = get_env(key, default) -- # XXX: handle quotes -- return string.split() -+ args = shlex.split(string) -+ args.extend(i for i in required if i not in args) -+ return args - - class Freebsd(posix.BasePosix): - name = "freebsd" - -- link_flags = get_env_vector("LDFLAGS", '-pthread') -- cflags = get_env_vector("CFLAGS", "-O3 -pthread -fomit-frame-pointer") -+ # FreeBSD requires '-pthread' to be passed for successful compiling -+ link_flags = get_env_vector("LDFLAGS", "", ("-pthread",)) -+ cflags = get_env_vector("CFLAGS", "-O3 -fomit-frame-pointer", ("-pthread",)) - standalone_only = [] - shared_only = [] - so_ext = 'so' diff -urN /usr/ports/lang/pypy/files/use.pypy pypy/files/use.pypy --- /usr/ports/lang/pypy/files/use.pypy 2011-12-13 17:37:36.000000000 +0200 +++ pypy/files/use.pypy 2012-02-12 11:30:56.000000000 +0200 @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD: ports/lang/pypy/files/use.pypy,v 1.1 2011/12/13 15:37:36 lwhsu Exp $ +# $FreeBSD$ PREFIX=%%PREFIX%% PYPYPREFIX=%%PYPYPREFIX%% diff -urN /usr/ports/lang/pypy/pkg-plist pypy/pkg-plist --- /usr/ports/lang/pypy/pkg-plist 2011-12-13 17:37:36.000000000 +0200 +++ pypy/pkg-plist 2012-02-12 11:30:56.000000000 +0200 @@ -1252,6 +1252,8 @@ %%PYPYPREFIX%%/lib-python/2.7/lib2to3/PatternGrammar.txt %%PYPYPREFIX%%/lib-python/2.7/lib2to3/__init__.py %%PYPYPREFIX%%/lib-python/2.7/lib2to3/__init__.pyc +%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__main__.py +%%PYPYPREFIX%%/lib-python/2.7/lib2to3/__main__.pyc %%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_matcher.py %%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_matcher.pyc %%PYPYPREFIX%%/lib-python/2.7/lib2to3/btm_utils.py @@ -2182,8 +2184,32 @@ %%PYPYPREFIX%%/lib-python/2.7/test/buffer_tests.pyc %%PYPYPREFIX%%/lib-python/2.7/test/cfgparser.1 %%PYPYPREFIX%%/lib-python/2.7/test/check_soundcard.vbs -%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings_test.py -%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings_test.pyc +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5hkscs-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/big5hkscs.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/cp949-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/cp949.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jisx0213-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jisx0213.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jp-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_jp.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_kr-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/euc_kr.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb18030-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb18030.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb2312-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gb2312.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gbk-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/gbk.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/hz-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/hz.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/johab-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/johab.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jis-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jis.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jisx0213-utf8.txt +%%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings/shift_jisx0213.txt %%PYPYPREFIX%%/lib-python/2.7/test/cmath_testcases.txt %%PYPYPREFIX%%/lib-python/2.7/test/crashers/README %%PYPYPREFIX%%/lib-python/2.7/test/crashers/bogus_code_obj.py @@ -2438,6 +2464,8 @@ %%PYPYPREFIX%%/lib-python/2.7/test/ssl_key.pem %%PYPYPREFIX%%/lib-python/2.7/test/string_tests.py %%PYPYPREFIX%%/lib-python/2.7/test/string_tests.pyc +%%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata/sigchild_ignore.py +%%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata/sigchild_ignore.pyc %%PYPYPREFIX%%/lib-python/2.7/test/svn_python_org_https_cert.pem %%PYPYPREFIX%%/lib-python/2.7/test/test_MimeWriter.py %%PYPYPREFIX%%/lib-python/2.7/test/test_MimeWriter.pyc @@ -2872,6 +2900,8 @@ %%PYPYPREFIX%%/lib-python/2.7/test/test_module.pyc %%PYPYPREFIX%%/lib-python/2.7/test/test_modulefinder.py %%PYPYPREFIX%%/lib-python/2.7/test/test_modulefinder.pyc +%%PYPYPREFIX%%/lib-python/2.7/test/test_msilib.py +%%PYPYPREFIX%%/lib-python/2.7/test/test_msilib.pyc %%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec.py %%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec.pyc %%PYPYPREFIX%%/lib-python/2.7/test/test_multibytecodec_support.py @@ -3743,113 +3773,6 @@ %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/version.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/versionpredicate.py %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/versionpredicate.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/__init__.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/__init__.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/_parseaddr.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/_parseaddr.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/base64mime.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/base64mime.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/charset.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/charset.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/encoders.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/encoders.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/errors.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/errors.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/feedparser.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/feedparser.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/generator.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/generator.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/header.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/header.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/iterators.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/iterators.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/message.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/message.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/__init__.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/__init__.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/application.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/application.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/audio.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/audio.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/base.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/base.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/image.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/image.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/message.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/message.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/multipart.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/multipart.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/nonmultipart.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/nonmultipart.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/text.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/mime/text.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/parser.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/parser.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/quoprimime.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/quoprimime.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/__init__.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/__init__.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/PyBanner048.gif -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/audiotest.au -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_01.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_02.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_03.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_04.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_05.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_06.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_07.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_08.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_09.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_10.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_11.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_12.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_12a.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_13.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_14.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_15.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_16.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_17.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_18.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_19.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_20.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_21.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_22.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_23.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_24.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_25.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_26.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_27.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_28.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_29.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_30.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_31.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_32.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_33.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_34.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_35.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_36.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_37.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_38.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_39.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_40.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_41.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_42.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_43.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_44.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_45.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data/msg_46.txt -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_codecs.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_codecs.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_codecs_renamed.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_codecs_renamed.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_renamed.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_renamed.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_torture.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/test/test_email_torture.pyc -%%PYPYPREFIX%%/lib-python/modified-2.7/email/utils.py -%%PYPYPREFIX%%/lib-python/modified-2.7/email/utils.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/heapq.py %%PYPYPREFIX%%/lib-python/modified-2.7/heapq.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/httplib.py @@ -4469,6 +4392,8 @@ %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_sort.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ssl.py %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_ssl.pyc +%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_str.py +%%PYPYPREFIX%%/lib-python/modified-2.7/test/test_str.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_struct.py %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_struct.pyc %%PYPYPREFIX%%/lib-python/modified-2.7/test/test_subprocess.py @@ -4677,6 +4602,7 @@ %%PYPYPREFIX%%/lib_pypy/distributed/protocol.py %%PYPYPREFIX%%/lib_pypy/distributed/protocol.pyc %%PYPYPREFIX%%/lib_pypy/distributed/socklayer.py +%%PYPYPREFIX%%/lib_pypy/distributed/socklayer.pyc %%PYPYPREFIX%%/lib_pypy/distributed/support.py %%PYPYPREFIX%%/lib_pypy/distributed/support.pyc %%PYPYPREFIX%%/lib_pypy/distributed/test/__init__.py @@ -4701,6 +4627,20 @@ %%PYPYPREFIX%%/lib_pypy/marshal.pyc %%PYPYPREFIX%%/lib_pypy/msvcrt.py %%PYPYPREFIX%%/lib_pypy/msvcrt.pyc +%%PYPYPREFIX%%/lib_pypy/numpy.py +%%PYPYPREFIX%%/lib_pypy/numpy.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/__init__.py +%%PYPYPREFIX%%/lib_pypy/numpypy/__init__.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/core/__init__.py +%%PYPYPREFIX%%/lib_pypy/numpypy/core/__init__.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/core/_methods.py +%%PYPYPREFIX%%/lib_pypy/numpypy/core/_methods.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/core/arrayprint.py +%%PYPYPREFIX%%/lib_pypy/numpypy/core/arrayprint.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/core/fromnumeric.py +%%PYPYPREFIX%%/lib_pypy/numpypy/core/fromnumeric.pyc +%%PYPYPREFIX%%/lib_pypy/numpypy/core/numeric.py +%%PYPYPREFIX%%/lib_pypy/numpypy/core/numeric.pyc %%PYPYPREFIX%%/lib_pypy/pwd.py %%PYPYPREFIX%%/lib_pypy/pwd.pyc %%PYPYPREFIX%%/lib_pypy/pyexpat.py @@ -4840,6 +4780,8 @@ @dirrm %%PYPYPREFIX%%/lib_pypy/pyrepl/test @dirrm %%PYPYPREFIX%%/lib_pypy/pyrepl @dirrm %%PYPYPREFIX%%/lib_pypy/pypy_test +@dirrm %%PYPYPREFIX%%/lib_pypy/numpypy/core +@dirrm %%PYPYPREFIX%%/lib_pypy/numpypy @dirrm %%PYPYPREFIX%%/lib_pypy/distributed/test @dirrm %%PYPYPREFIX%%/lib_pypy/distributed/demo @dirrm %%PYPYPREFIX%%/lib_pypy/distributed @@ -4863,10 +4805,6 @@ @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/json @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/idlelib/Icons @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/idlelib -@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/email/test/data -@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/email/test -@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/email/mime -@dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/email @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/tests @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils/command @dirrm %%PYPYPREFIX%%/lib-python/modified-2.7/distutils @@ -4884,10 +4822,12 @@ @dirrm %%PYPYPREFIX%%/lib-python/2.7/unittest @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/xmltestdata @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/tracedmodules +@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/subprocessdata @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/leakers @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/decimaltestdata @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/data @dirrm %%PYPYPREFIX%%/lib-python/2.7/test/crashers +@dirrm %%PYPYPREFIX%%/lib-python/2.7/test/cjkencodings @dirrm %%PYPYPREFIX%%/lib-python/2.7/test @dirrm %%PYPYPREFIX%%/lib-python/2.7/sqlite3/test @dirrm %%PYPYPREFIX%%/lib-python/2.7/sqlite3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 10:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58766106566C for ; Sun, 12 Feb 2012 10:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5858FC15 for ; Sun, 12 Feb 2012 10:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CAeAFM076995 for ; Sun, 12 Feb 2012 10:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CAeAkJ076994; Sun, 12 Feb 2012 10:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 10:40:10 GMT Resent-Message-Id: <201202121040.q1CAeAkJ076994@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Gubin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCCB106564A for ; Sun, 12 Feb 2012 10:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4B99D8FC0A for ; Sun, 12 Feb 2012 10:32:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CAWaPl021875 for ; Sun, 12 Feb 2012 10:32:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CAWavk021874; Sun, 12 Feb 2012 10:32:36 GMT (envelope-from nobody) Message-Id: <201202121032.q1CAWavk021874@red.freebsd.org> Date: Sun, 12 Feb 2012 10:32:36 GMT From: Pavel Gubin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165027: emulators/wine inaccurate cups dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 10:40:11 -0000 >Number: 165027 >Category: ports >Synopsis: emulators/wine inaccurate cups dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 10:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pavel Gubin >Release: 8.2-RELEASE >Organization: >Environment: >Description: Port emulators/wine, when build with cups support (WITH_CUPS=yes), incorrectly searches libcups.so.2 in print/cups-base port instead of print/cups-client (which in fact installs this .so), which leads to unnecessary installation of cups-base port. >How-To-Repeat: Build wine with cups support enabled and without cups-base and cups-client installed. >Fix: --- Makefile.orig 2012-02-12 11:04:17.000000000 +0400 +++ Makefile 2012-02-12 13:24:12.000000000 +0400 @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --without-cups .else CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client .endif .ifdef WITH_DOSBOX >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 10:40:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81FEB106566C; Sun, 12 Feb 2012 10:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57E898FC0A; Sun, 12 Feb 2012 10:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CAeK4R077138; Sun, 12 Feb 2012 10:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CAeKeX077134; Sun, 12 Feb 2012 10:40:20 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 10:40:20 GMT Message-Id: <201202121040.q1CAeKeX077134@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gerald@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165027: emulators/wine inaccurate cups dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 10:40:20 -0000 Synopsis: emulators/wine inaccurate cups dependency Responsible-Changed-From-To: freebsd-ports-bugs->gerald Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 10:40:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165027 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 11:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C3EE106566C for ; Sun, 12 Feb 2012 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 045B68FC1B for ; Sun, 12 Feb 2012 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CBU1K5021286 for ; Sun, 12 Feb 2012 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CBU1AS021285; Sun, 12 Feb 2012 11:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 11:30:01 GMT Resent-Message-Id: <201202121130.q1CBU1AS021285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70F6106564A for ; Sun, 12 Feb 2012 11:25:58 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id 600AC8FC12 for ; Sun, 12 Feb 2012 11:25:57 +0000 (UTC) Received: (qmail 3225 invoked by uid 0); 12 Feb 2012 20:25:56 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Sun, 12 Feb 2012 20:25:56 +0900 Message-Id: <20120212.202547.125189695.murashin@gfd-dennou.org> Date: Sun, 12 Feb 2012 20:25:47 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165028: [update] misc/lv: add xz/lzma support and compile with CFLAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 11:30:02 -0000 >Number: 165028 >Category: ports >Synopsis: [update] misc/lv: add xz/lzma support and compile with CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 11:30:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - add xz/lzma support - compile with CFLAGS - note: patches are originally provided for MacPorts at https://trac.macports.org/browser/trunk/dports/textproc/lv/files/ . >How-To-Repeat: N/A >Fix: --- misc_lv.diff begins here --- diff -urN /usr/ports/misc/lv/Makefile lv/Makefile --- /usr/ports/misc/lv/Makefile 2004-01-16 22:21:11.000000000 +0900 +++ lv/Makefile 2012-02-12 20:01:10.685439657 +0900 @@ -7,6 +7,7 @@ PORTNAME= lv PORTVERSION= 4.51 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ DISTNAME= lv451 diff -urN /usr/ports/misc/lv/files/patch-src_Makefile.in lv/files/patch-src_Makefile.in --- /usr/ports/misc/lv/files/patch-src_Makefile.in 1970-01-01 09:00:00.000000000 +0900 +++ lv/files/patch-src_Makefile.in 2012-02-12 19:59:33.486442788 +0900 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2004-01-06 16:22:17.000000000 +0900 ++++ Makefile.in 2007-06-28 13:24:06.000000000 +0900 +@@ -41,7 +41,7 @@ + all: lv + + lv: $(OBJS) $(UNIOBJS) +- $(PURIFY) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(UNIOBJS) $(LIBS) ++ $(PURIFY) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(UNIOBJS) $(LIBS) + + .c.o: + $(CC) $(CFLAGS) -c $< diff -urN /usr/ports/misc/lv/files/patch-src_stream.c lv/files/patch-src_stream.c --- /usr/ports/misc/lv/files/patch-src_stream.c 1970-01-01 09:00:00.000000000 +0900 +++ lv/files/patch-src_stream.c 2012-02-12 19:59:43.616453096 +0900 @@ -0,0 +1,22 @@ +--- stream.c.orig 2010-03-31 21:10:00.000000000 +0900 ++++ stream.c 2010-03-31 21:17:50.000000000 +0900 +@@ -43,6 +43,8 @@ + + private byte *gz_filter = "zcat"; + private byte *bz2_filter = "bzcat"; ++private byte *lzma_filter = "lzcat"; ++private byte *xz_filter = "xzcat"; + + private stream_t *StreamAlloc() + { +@@ -75,6 +77,10 @@ + filter = gz_filter; + else if( !strcmp( "bz2", exts ) || !strcmp( "BZ2", exts ) ) + filter = bz2_filter; ++ else if( !strcmp( "lzma", exts ) || !strcmp( "LZMA", exts ) ) ++ filter = lzma_filter; ++ else if( !strcmp( "xz", exts ) || !strcmp( "XZ", exts ) ) ++ filter = xz_filter; + } + if( NULL != filter ){ + /* --- misc_lv.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 11:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C50521065686; Sun, 12 Feb 2012 11:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A73F8FC14; Sun, 12 Feb 2012 11:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CBUIwq022431; Sun, 12 Feb 2012 11:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CBUIIc022421; Sun, 12 Feb 2012 11:30:18 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 11:30:18 GMT Message-Id: <201202121130.q1CBUIIc022421@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sumikawa@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165028: [update] misc/lv: add xz/lzma support and compile with CFLAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 11:30:18 -0000 Synopsis: [update] misc/lv: add xz/lzma support and compile with CFLAGS Responsible-Changed-From-To: freebsd-ports-bugs->sumikawa Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 11:30:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165028 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 11:54:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5030106564A; Sun, 12 Feb 2012 11:54:54 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B45A8FC14; Sun, 12 Feb 2012 11:54:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CBssBo052119; Sun, 12 Feb 2012 11:54:54 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CBss0Q052115; Sun, 12 Feb 2012 11:54:54 GMT (envelope-from lwhsu) Date: Sun, 12 Feb 2012 11:54:54 GMT Message-Id: <201202121154.q1CBss0Q052115@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/165026: [patch] update lang/pypy from 1.7 to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 11:54:54 -0000 Synopsis: [patch] update lang/pypy from 1.7 to 1.8 Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Feb 12 11:54:54 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165026 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 13:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7D59106566C for ; Sun, 12 Feb 2012 13:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76E5F8FC17 for ; Sun, 12 Feb 2012 13:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CDe30G046360 for ; Sun, 12 Feb 2012 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CDe3GG046359; Sun, 12 Feb 2012 13:40:03 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 13:40:03 GMT Message-Id: <201202121340.q1CDe3GG046359@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andre Rikkert de Koe Cc: Subject: ports/164922: www/joomla25 Joomla CMS version 2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andre Rikkert de Koe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 13:40:03 -0000 The following reply was made to PR ports/164922; it has been noted by GNATS. From: Andre Rikkert de Koe To: bug-followup@FreeBSD.org Cc: Subject: ports/164922: www/joomla25 Joomla CMS version 2.5 Date: Sun, 12 Feb 2012 14:19:23 +0100 In my original Problem Report I used forgot to explicitly add that this is about a new (Joomla) port, not an existing one. So please prefix the subject with the words "New port: " to make it clear what this change-request PR is about. Thanks, Andre Rikkert de Koe From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:10:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E834F1065670 for ; Sun, 12 Feb 2012 14:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6BE78FC19 for ; Sun, 12 Feb 2012 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEA5d5072331 for ; Sun, 12 Feb 2012 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEA5o6072330; Sun, 12 Feb 2012 14:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 14:10:05 GMT Resent-Message-Id: <201202121410.q1CEA5o6072330@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBB34106564A for ; Sun, 12 Feb 2012 14:09:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 99D9E8FC0C for ; Sun, 12 Feb 2012 14:09:37 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id D846915A0; Sun, 12 Feb 2012 22:08:41 +0800 (CST) Message-Id: <20120212140841.D846915A0@sunpoet.net> Date: Sun, 12 Feb 2012 22:08:41 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mopsfelder@gmail.com Subject: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:10:06 -0000 >Number: 165029 >Category: ports >Synopsis: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 14:10:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 1.91 Port maintainer (mopsfelder@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Sys-HostIP-1.9.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Sys-HostIP/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 7 Jan 2009 18:40:06 -0000 1.1 +++ Makefile 12 Feb 2012 14:09:12 -0000 @@ -6,10 +6,11 @@ # PORTNAME= Sys-HostIP -PORTVERSION= 1.3.1 +PORTVERSION= 1.9.1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= mopsfelder@gmail.com COMMENT= A Perl module to get IP address related info Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/p5-Sys-HostIP/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 19 Mar 2011 12:33:03 -0000 1.2 +++ distinfo 12 Feb 2012 14:09:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (Sys-HostIP-1.3.1.tar.gz) = 9836562145258a8a4851d7e72396f02508f05e2dd799f7bd489d02ace496ef3b -SIZE (Sys-HostIP-1.3.1.tar.gz) = 5282 +SHA256 (Sys-HostIP-1.91.tar.gz) = 4ea1203fa76df53600af984cf95a1dd9c99698fce1a941b0087f4d9d6d03e931 +SIZE (Sys-HostIP-1.91.tar.gz) = 15996 --- p5-Sys-HostIP-1.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2EE106566B; Sun, 12 Feb 2012 14:10:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C16E28FC08; Sun, 12 Feb 2012 14:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEAIeP073117; Sun, 12 Feb 2012 14:10:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEAIpU073107; Sun, 12 Feb 2012 14:10:18 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:10:18 GMT Message-Id: <201202121410.q1CEAIpU073107@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:10:19 -0000 Synopsis: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:10:18 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165029 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB5B1065673 for ; Sun, 12 Feb 2012 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 293E68FC17 for ; Sun, 12 Feb 2012 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEK1QQ082517 for ; Sun, 12 Feb 2012 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEK1X0082516; Sun, 12 Feb 2012 14:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 14:20:01 GMT Resent-Message-Id: <201202121420.q1CEK1X0082516@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF7121065672 for ; Sun, 12 Feb 2012 14:10:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id A98F78FC15 for ; Sun, 12 Feb 2012 14:10:04 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id C2C5D15A2; Sun, 12 Feb 2012 22:09:10 +0800 (CST) Message-Id: <20120212140910.C2C5D15A2@sunpoet.net> Date: Sun, 12 Feb 2012 22:09:10 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dennylin93@hs.ntnu.edu.tw Subject: ports/165030: [PATCH] www/p5-App-gist: update to 0.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:02 -0000 >Number: 165030 >Category: ports >Synopsis: [PATCH] www/p5-App-gist: update to 0.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 14:20:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.05 Port maintainer (dennylin93@hs.ntnu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-App-gist-0.05.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-App-gist/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 9 Jan 2012 14:44:31 -0000 1.1 +++ Makefile 12 Feb 2012 14:09:59 -0000 @@ -6,10 +6,9 @@ # PORTNAME= App-gist -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ALEXBIO PKGNAMEPREFIX= p5- MAINTAINER= dennylin93@hs.ntnu.edu.tw Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-App-gist/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 9 Jan 2012 14:44:31 -0000 1.1 +++ distinfo 12 Feb 2012 14:09:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (App-gist-0.04.tar.gz) = ef740241e5e5992869683f980f7f3dc25fdcac35f8222460e05cc669fc6037ee -SIZE (App-gist-0.04.tar.gz) = 12684 +SHA256 (App-gist-0.05.tar.gz) = acdabbec8f7fba9c41558b0d1c91deda6593bfc0b724e4dabba6ad5932f7ed32 +SIZE (App-gist-0.05.tar.gz) = 13055 --- p5-App-gist-0.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 167E61065670 for ; Sun, 12 Feb 2012 14:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA8828FC1A for ; Sun, 12 Feb 2012 14:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEK48q082599 for ; Sun, 12 Feb 2012 14:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEK4B4082598; Sun, 12 Feb 2012 14:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 14:20:04 GMT Resent-Message-Id: <201202121420.q1CEK4B4082598@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EED910656B8 for ; Sun, 12 Feb 2012 14:10:25 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6218FC19 for ; Sun, 12 Feb 2012 14:10:25 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 453E115A7; Sun, 12 Feb 2012 22:09:31 +0800 (CST) Message-Id: <20120212140931.453E115A7@sunpoet.net> Date: Sun, 12 Feb 2012 22:09:31 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vovkasm@gmail.com Subject: ports/165031: [PATCH] devel/p5-EV: update to 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:05 -0000 >Number: 165031 >Category: ports >Synopsis: [PATCH] devel/p5-EV: update to 4.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 14:20:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 4.11 Port maintainer (vovkasm@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-EV-4.11,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-EV/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 21 Jun 2011 06:58:10 -0000 1.16 +++ Makefile 12 Feb 2012 14:10:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= EV -PORTVERSION= 4.03 +PORTVERSION= 4.11 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-EV/distinfo,v retrieving revision 1.15 diff -u -u -r1.15 distinfo --- distinfo 17 Jan 2011 16:11:01 -0000 1.15 +++ distinfo 12 Feb 2012 14:10:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (EV-4.03.tar.gz) = d82190cf122fd5fa3bdb4d6f83d3221d0eb8024961e3db0a55fd867b63ccf594 -SIZE (EV-4.03.tar.gz) = 172166 +SHA256 (EV-4.11.tar.gz) = 0d3e45881e7c5aad523df3271a8fb47f5483df2f9c98fe527bea84b311116670 +SIZE (EV-4.11.tar.gz) = 182356 --- p5-EV-4.11,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BDB01065677 for ; Sun, 12 Feb 2012 14:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47AEB8FC1D for ; Sun, 12 Feb 2012 14:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEK7P9082624 for ; Sun, 12 Feb 2012 14:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEK7uc082623; Sun, 12 Feb 2012 14:20:07 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 14:20:07 GMT Resent-Message-Id: <201202121420.q1CEK7uc082623@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 868A31065670 for ; Sun, 12 Feb 2012 14:15:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6370D8FC0C for ; Sun, 12 Feb 2012 14:15:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CEF4g8064381 for ; Sun, 12 Feb 2012 14:15:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CEF4GP064376; Sun, 12 Feb 2012 14:15:04 GMT (envelope-from nobody) Message-Id: <201202121415.q1CEF4GP064376@red.freebsd.org> Date: Sun, 12 Feb 2012 14:15:04 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165033: [UPDATE] devel/py-lxml: update to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:07 -0000 >Number: 165033 >Category: ports >Synopsis: [UPDATE] devel/py-lxml: update to 2.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 14:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT i386 >Description: - update to 2.3.3 - silence docs installation - fix build on 10.0-CURRENT (original patch from bsam@) changelog: http://lxml.de/2.3/changes-2.3.3.html patch: http://people.freebsd.org/~rm/py-lxml-2.3.3.diff.txt tblog: http://people.freebsd.org/~rm/py27-lxml-2.3.3.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-lxml/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 22 Nov 2011 05:09:48 -0000 1.23 +++ Makefile 12 Feb 2012 14:11:24 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/py-lxml/Makefile,v 1.23 2011/11/22 05:09:48 rm Exp $ PORTNAME= lxml -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,13 +29,13 @@ CREDITS.txt \ LICENSES.txt \ TODO.txt \ - README.txt + README.rst post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR} + @${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR} .endif .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/py-lxml/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 22 Nov 2011 05:09:48 -0000 1.17 +++ distinfo 12 Feb 2012 14:11:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (lxml-2.3.2.tar.gz) = 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1 -SIZE (lxml-2.3.2.tar.gz) = 3134325 +SHA256 (lxml-2.3.3.tar.gz) = 2a3ca34f63b062ee8e059ca2460ac18040ec9622f0a31e143383f0db944ceb36 +SIZE (lxml-2.3.3.tar.gz) = 3145451 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/py-lxml/pkg-plist,v retrieving revision 1.19 diff -u -r1.19 pkg-plist --- pkg-plist 22 Nov 2011 05:09:48 -0000 1.19 +++ pkg-plist 12 Feb 2012 14:11:24 -0000 @@ -557,7 +557,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/html/api/xml.etree.ElementTree.iterparse-class.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/build.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/capi.html -%%PORTDOCS%%%%DOCSDIR%%/doc/html/changes-2.3.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/changes-2.3.3.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/compatibility.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/credits.html %%PORTDOCS%%%%DOCSDIR%%/doc/html/cssselect.html @@ -598,6 +598,7 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/mklatex.py %%PORTDOCS%%%%DOCSDIR%%/doc/objectify.txt %%PORTDOCS%%%%DOCSDIR%%/doc/parsing.txt +%%PORTDOCS%%%%DOCSDIR%%/doc/pdf/pubkey.asc %%PORTDOCS%%%%DOCSDIR%%/doc/performance.txt %%PORTDOCS%%%%DOCSDIR%%/doc/pubkey.asc %%PORTDOCS%%%%DOCSDIR%%/doc/resolvers.txt @@ -635,6 +636,7 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/s5/ui %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/s5/ep2008 %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/s5 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/licenses %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/html/api %%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/html Index: files/patch-src-lxml_lxml.etree.c =================================================================== RCS file: files/patch-src-lxml_lxml.etree.c diff -N files/patch-src-lxml_lxml.etree.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src-lxml_lxml.etree.c 12 Feb 2012 14:11:24 -0000 @@ -0,0 +1,15 @@ +--- src/lxml/lxml.etree.c.orig 2012-01-04 21:37:38.000000000 +0400 ++++ src/lxml/lxml.etree.c 2012-02-12 13:40:24.000000000 +0400 +@@ -1,5 +1,12 @@ + /* Generated by Cython 0.15.1 on Wed Jan 4 18:37:34 2012 */ + ++#if defined(__FreeBSD__) ++#include ++#if __FreeBSD_version >= 1000000 ++#include ++#endif ++#endif ++ + #define PY_SSIZE_T_CLEAN + #include "Python.h" + #ifndef Py_PYTHON_H >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5703E106566B; Sun, 12 Feb 2012 14:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D35A8FC0C; Sun, 12 Feb 2012 14:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEKCbe082782; Sun, 12 Feb 2012 14:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKCUY082775; Sun, 12 Feb 2012 14:20:12 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:12 GMT Message-Id: <201202121420.q1CEKCUY082775@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:12 -0000 Synopsis: [PATCH] www/p5-App-gist: update to 0.05 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:20:11 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165030 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B426910656AD; Sun, 12 Feb 2012 14:20:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE0D8FC13; Sun, 12 Feb 2012 14:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEKQBs084528; Sun, 12 Feb 2012 14:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKQqj084519; Sun, 12 Feb 2012 14:20:26 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:26 GMT Message-Id: <201202121420.q1CEKQqj084519@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:26 -0000 Synopsis: [PATCH] devel/p5-EV: update to 4.11 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:20:26 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165031 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:20:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEBC8106566B; Sun, 12 Feb 2012 14:20:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C57398FC14; Sun, 12 Feb 2012 14:20:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEKdH8086302; Sun, 12 Feb 2012 14:20:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKdpt086293; Sun, 12 Feb 2012 14:20:39 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:39 GMT Message-Id: <201202121420.q1CEKdpt086293@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165033: [UPDATE] devel/py-lxml: update to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:20:40 -0000 Synopsis: [UPDATE] devel/py-lxml: update to 2.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:20:39 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165033 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5F7106566C for ; Sun, 12 Feb 2012 14:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51E6E8FC20 for ; Sun, 12 Feb 2012 14:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEo5mM011437 for ; Sun, 12 Feb 2012 14:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEo56A011436; Sun, 12 Feb 2012 14:50:05 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 14:50:05 GMT Resent-Message-Id: <201202121450.q1CEo56A011436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Babak Farrokhi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18C931065672 for ; Sun, 12 Feb 2012 14:49:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0830F8FC16 for ; Sun, 12 Feb 2012 14:49:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CEnqS9019618 for ; Sun, 12 Feb 2012 14:49:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CEnqfI019617; Sun, 12 Feb 2012 14:49:52 GMT (envelope-from nobody) Message-Id: <201202121449.q1CEnqfI019617@red.freebsd.org> Date: Sun, 12 Feb 2012 14:49:52 GMT From: Babak Farrokhi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165035: [update] net/haproxy to 1.4.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:50:05 -0000 >Number: 165035 >Category: ports >Synopsis: [update] net/haproxy to 1.4.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 14:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: 9.0-STABLE >Organization: >Environment: FreeBSD devbox 9.0-STABLE FreeBSD 9.0-STABLE #1: Fri Jan 6 15:55:48 CET 2012 root@devbox:/usr/obj/usr/src/sys/SERVER amd64 >Description: - update to 1.4.19 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN haproxy.orig/Makefile haproxy/Makefile --- haproxy.orig/Makefile 2012-02-12 18:05:03.000000000 +0330 +++ haproxy/Makefile 2012-02-12 18:05:12.000000000 +0330 @@ -6,7 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.4.18 +PORTVERSION= 1.4.19 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff -ruN haproxy.orig/distinfo haproxy/distinfo --- haproxy.orig/distinfo 2012-02-12 18:05:03.000000000 +0330 +++ haproxy/distinfo 2012-02-12 18:05:23.000000000 +0330 @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.18.tar.gz) = ec2b6222a34d11f97cf7cf5cc696080dac34e94deb8e6cf3822b27442e0793fa -SIZE (haproxy-1.4.18.tar.gz) = 820427 +SHA256 (haproxy-1.4.19.tar.gz) = dbee7d9afa6ca4aae884e4ab6aaf2a951c4f4f3cb91c2aca73b3317c7cebea25 +SIZE (haproxy-1.4.19.tar.gz) = 824610 diff -ruN haproxy.orig/files/patch-src_proto__http.c haproxy/files/patch-src_proto__http.c --- haproxy.orig/files/patch-src_proto__http.c 1970-01-01 03:30:00.000000000 +0330 +++ haproxy/files/patch-src_proto__http.c 2012-02-12 18:11:25.000000000 +0330 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/proto_http.c.orig ++++ src/proto_http.c +@@ -19,7 +19,7 @@ + #include + #include + +-#include ++//#include + + #include + #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 14:50:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6289310656D3; Sun, 12 Feb 2012 14:50:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 391FD8FC08; Sun, 12 Feb 2012 14:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CEoHnx012211; Sun, 12 Feb 2012 14:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEoHue012202; Sun, 12 Feb 2012 14:50:17 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:50:17 GMT Message-Id: <201202121450.q1CEoHue012202@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, farrokhi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165035: [update] net/haproxy to 1.4.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 14:50:17 -0000 Synopsis: [update] net/haproxy to 1.4.19 Responsible-Changed-From-To: freebsd-ports-bugs->farrokhi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:50:16 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165035 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 15:10:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB981065670 for ; Sun, 12 Feb 2012 15:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA6BF8FC13 for ; Sun, 12 Feb 2012 15:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CFA3WJ029042 for ; Sun, 12 Feb 2012 15:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFA3FT029041; Sun, 12 Feb 2012 15:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 15:10:03 GMT Resent-Message-Id: <201202121510.q1CFA3FT029041@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 881211065678 for ; Sun, 12 Feb 2012 15:08:54 +0000 (UTC) (envelope-from mm@neo.vx.sk) Received: from neo.vx.sk (neo.vx.sk [176.9.47.205]) by mx1.freebsd.org (Postfix) with ESMTP id 149558FC12 for ; Sun, 12 Feb 2012 15:08:54 +0000 (UTC) Received: by neo.vx.sk (Postfix, from userid 1001) id 1AE1E10DB6; Sun, 12 Feb 2012 15:51:59 +0100 (CET) Message-Id: <20120212145159.1AE1E10DB6@neo.vx.sk> Date: Sun, 12 Feb 2012 15:51:59 +0100 (CET) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chifeng@gmail.com Subject: ports/165036: [PATCH] mail/sqlgrey: use UID and GID from ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 15:10:04 -0000 >Number: 165036 >Category: ports >Synopsis: [PATCH] mail/sqlgrey: use UID and GID from ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 15:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD neo.vx.sk 9.0-STABLE FreeBSD 9.0-STABLE #14 r231187M: Wed Feb 8 08:19:42 >Description: Use the UIDs/GIDs framework from ports. Assign default UID/GID 226. Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sqlgrey-1.8.0.r2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 3 Jun 2011 11:25:11 -0000 1.19 +++ Makefile 12 Feb 2012 14:49:43 -0000 @@ -22,12 +22,12 @@ NO_BUILD= yes ETCFILES= clients_fqdn_whitelist clients_ip_whitelist dyn_fqdn.regexp smtp_server.regexp sqlgrey.conf -SGY_USERNAME?= sqlgrey -SGY_GROUPNAME?= ${SGY_USERNAME} +USERS= sqlgrey +GROUPS= ${USERS} ETCDIR?= etc/sqlgrey SUB_FILES= pkg-install -MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${SGY_USERNAME} GROUP=${SGY_GROUPNAME} PERL=${PERL} +MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${USERS} GROUP=${GROUPS} PERL=${PERL} SUB_LIST+= ${MY_SUB_LIST} PLIST_SUB= TOUCH=${TOUCH} ${MY_SUB_LIST} Index: files/pkg-install.in =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/files/pkg-install.in,v retrieving revision 1.2 diff -u -r1.2 pkg-install.in --- files/pkg-install.in 6 Nov 2006 19:46:25 -0000 1.2 +++ files/pkg-install.in 12 Feb 2012 14:49:43 -0000 @@ -15,23 +15,6 @@ exit 1 fi - # Create group if required - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo "---> Using existing group \"%%GROUP%%\"" - else - echo "---> Adding group \"%%GROUP%%\"" - /usr/sbin/pw groupadd %%GROUP%% || exit 1 - fi - - # Create user if required - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo "---> Using existing user \"%%USER%%\"" - else - echo "---> Adding user \"%%USER%%\"" - /usr/sbin/pw useradd "%%USER%%" -g "%%GROUP%%" -h - \ - -d "%%DATADIR%%" -s "/sbin/nologin" -c "Sqlgrey Owner" || exit 1 - fi - # Create home directory if required if [ -d "%%DATADIR%%" ]; then echo "---> Using existing Sqlgrey database directory (%%DATADIR%%)" @@ -47,14 +30,8 @@ POST-DEINSTALL) - echo "---> Please, remember to remove the user and the group with :" - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw userdel -n %%USER%%" - fi - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw groupdel -n %%GROUP%%" - fi - echo " as well as the databases." + echo "---> Please, remember to remove the database directory:" + echo " %%DATADIR%%" echo " If you're only updating, you can leave the things as they are." ;; Index: UIDs =================================================================== RCS file: /home/pcvs/ports/UIDs,v retrieving revision 1.185 diff -u -r1.185 UIDs --- UIDs 2 Feb 2012 13:05:18 -0000 1.185 +++ UIDs 12 Feb 2012 14:51:07 -0000 @@ -116,6 +116,7 @@ drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin +sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh tnc:*:241:241::0:0:aprsd:/nonexistent:/bin/sh prosody:*:242:242::0:0:Prosody Jabber Server:/nonexistent:/usr/sbin/nologin Index: GIDs =================================================================== RCS file: /home/pcvs/ports/GIDs,v retrieving revision 1.163 diff -u -r1.163 GIDs --- GIDs 12 Jan 2012 13:14:44 -0000 1.163 +++ GIDs 12 Feb 2012 14:51:07 -0000 @@ -109,6 +109,7 @@ drizzle:*:213: bs:*:220: postgrey:*:225: +sqlgrey:*:226: kismet:*:229: aprsd:*:240: tnc:*:241: --- sqlgrey-1.8.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 15:10:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E83106564A; Sun, 12 Feb 2012 15:10:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1D58FC13; Sun, 12 Feb 2012 15:10:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CFAq3o034332; Sun, 12 Feb 2012 15:10:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFAqVL034324; Sun, 12 Feb 2012 15:10:52 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 15:10:52 GMT Message-Id: <201202121510.q1CFAqVL034324@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165036: [PATCH] mail/sqlgrey: use UID and GID from ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 15:10:52 -0000 Synopsis: [PATCH] mail/sqlgrey: use UID and GID from ports Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 15:10:51 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165036 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 15:50:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AAE61065675 for ; Sun, 12 Feb 2012 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE1B8FC14 for ; Sun, 12 Feb 2012 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CFo0ec066796 for ; Sun, 12 Feb 2012 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFo0LA066795; Sun, 12 Feb 2012 15:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 15:50:00 GMT Resent-Message-Id: <201202121550.q1CFo0LA066795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E4B7106566B for ; Sun, 12 Feb 2012 15:42:21 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id D080A8FC12 for ; Sun, 12 Feb 2012 15:42:20 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CFgGwf002412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 10:42:17 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CFgCtX003040; Sun, 12 Feb 2012 10:42:12 -0500 (EST) (envelope-from steve) Message-Id: <201202121542.q1CFgCtX003040@meatwad.mouf.net> Date: Sun, 12 Feb 2012 10:42:12 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsdports@chillibear.com Subject: ports/165037: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 15:50:01 -0000 >Number: 165037 >Category: ports >Synopsis: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 15:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: This patch adds missing DEPENDS for this port. Note this port still fails tests on perls 5.9.x and newer and I'm wondering if it should be removed. Port maintainer (freebsdports@chillibear.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Config-Wrest-1.036.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-Wrest/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 5 Jun 2010 16:15:34 -0000 1.1 +++ Makefile 12 Feb 2012 15:29:37 -0000 @@ -15,9 +15,11 @@ MAINTAINER= freebsdports@chillibear.com COMMENT= Perl module for reading and writing configuration data -RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ - p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ + p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions \ + p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \ + p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy +RUN_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes --- p5-Config-Wrest-1.036.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 15:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB081106564A; Sun, 12 Feb 2012 15:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3A28FC18; Sun, 12 Feb 2012 15:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CFoCMb067142; Sun, 12 Feb 2012 15:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFoCav067134; Sun, 12 Feb 2012 15:50:12 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 15:50:12 GMT Message-Id: <201202121550.q1CFoCav067134@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 15:50:12 -0000 Synopsis: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 15:50:12 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165037 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48851065670 for ; Sun, 12 Feb 2012 16:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2BC8FC13 for ; Sun, 12 Feb 2012 16:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CG0AKX075299 for ; Sun, 12 Feb 2012 16:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CG0Ab2075298; Sun, 12 Feb 2012 16:00:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 16:00:10 GMT Resent-Message-Id: <201202121600.q1CG0Ab2075298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6D91065673 for ; Sun, 12 Feb 2012 15:54:14 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 07AE68FC08 for ; Sun, 12 Feb 2012 15:54:13 +0000 (UTC) Received: by qcmt40 with SMTP id t40so3165796qcm.13 for ; Sun, 12 Feb 2012 07:54:13 -0800 (PST) Received: by 10.224.105.198 with SMTP id u6mr7016550qao.55.1329062052604; Sun, 12 Feb 2012 07:54:12 -0800 (PST) Received: from localhost ([201.82.200.35]) by mx.google.com with ESMTPS id hk9sm27605804qab.20.2012.02.12.07.54.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 07:54:11 -0800 (PST) Message-Id: <4f37e0a3.09d9e00a.625c.ffffa9fd@mx.google.com> Date: Sun, 12 Feb 2012 07:54:11 -0800 (PST) From: Raphael Kubo da Costa Sender: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165038: databases/virtuoso: Version 6.1.4 fails to build on amd64. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:00:11 -0000 >Number: 165038 >Category: ports >Synopsis: databases/virtuoso: Version 6.1.4 fails to build on amd64. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 16:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #38: Sat Jan 14 19:24:44 BRST 2012 root@gibbon:/usr/obj/usr/src/sys/GIBBON amd64 >Description: When trying to update databases/virtuoso locally here, the build fails with the error below: Making all in virtuoso /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -fno-strict-aliasing -O2 -Wall -DNDEBUG -DPOINTER_64 -I/usr/local/include -I/usr/ports/databases/virtuoso/work/virtuoso-opensource-6.1.4/libsrc/Xml.new -DOPENSSL_NO_KRB5 -I../../libsrc -I../../libsrc/Dk -I../../libsrc/Wi -I../../libsrc/odbcsdk/include -I../../libsrc/plugin -I../../libsrc/langfunc -DBUILD_THREAD_MODEL=\"-t\" -O2 -pipe -march=core2 -fno-strict-aliasing -s -L/usr/local/lib -o virtuoso-t virtuoso_t-viconfig.o virtuoso_t-viunix.o ../../libsrc/Wi/libwi.la ../../libsrc/Wi/libwic.la ../../libsrc/Dk/libdksrv.la ../../libsrc/Thread/libthrp.la ../../libsrc/Xml.new/libxml.la ../../libsrc/plugin/libplugin.la ../../libsrc/langfunc/liblangfunc.la ../../libsrc/Tidy/libtidy.la ../../libsrc/util/libutil.la -lssl -lcrypto -lldap -llber -pthread -lm -lm -lm ../../libsrc/zlib/libz.la libtool: link: cc -fno-strict-aliasing -O2 -Wall -DNDEBUG -DPOINTER_64 -I/usr/local/include -I/usr/ports/databases/virtuoso/work/virtuoso-opensource-6.1.4/libsrc/Xml.new -DOPENSSL_NO_KRB5 -I../../libsrc -I../../libsrc/Dk -I../../libsrc/Wi -I../../libsrc/odbcsdk/include -I../../libsrc/plugin -I../../libsrc/langfunc -DBUILD_THREAD_MODEL=\"-t\" -O2 -pipe -march=core2 -fno-strict-aliasing -s -o virtuoso-t virtuoso_t-viconfig.o virtuoso_t-viunix.o -pthread -L/usr/local/lib ../../libsrc/Wi/.libs/libwi.a ../../libsrc/Wi/.libs/libwic.a ../../libsrc/Dk/.libs/libdksrv.a ../../libsrc/Thread/.libs/libthrp.a ../../libsrc/Xml.new/.libs/libxml.a ../../libsrc/plugin/.libs/libplugin.a ../../libsrc/langfunc/.libs/liblangfunc.a ../../libsrc/Tidy/.libs/libtidy.a ../../libsrc/util/.libs/libutil.a /usr/local/lib/libldap.so /usr/local/lib/libsasl2.so -lssl -lcrypto /usr/local/lib/liblber.so ../../libsrc/zlib/.libs/libz.a -lm -pthread -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib ../../libsrc/Wi/.libs/libwi.a(libwi_la-bif_file.o)(.text+0x16d4): In function `bif_tmp_file': : warning: warning: tempnam() possibly used unsafely; consider using mkstemp() ../../libsrc/Dk/.libs/libdksrv.a(libdksrv_la-Dksesstr.o)(.text+0x2516): In function `strdev_write': : warning: warning: mktemp() possibly used unsafely; consider using mkstemp() ../../libsrc/Wi/.libs/libwi.a(libwi_la-bif_file.o)(.text+0x3eb4): In function `fseek64_file_func': : undefined reference to `fseeko64' ../../libsrc/Wi/.libs/libwi.a(libwi_la-bif_file.o)(.text+0x3eea): In function `ftell64_file_func': : undefined reference to `ftello64' ../../libsrc/Wi/.libs/libwi.a(libwi_la-bif_file.o)(.text+0x3f8b): In function `fopen64_file_func': : undefined reference to `fopen64' *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:00:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 008491065689; Sun, 12 Feb 2012 16:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6B028FC16; Sun, 12 Feb 2012 16:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CG0Urv076714; Sun, 12 Feb 2012 16:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CG0Uja076704; Sun, 12 Feb 2012 16:00:30 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 16:00:30 GMT Message-Id: <201202121600.q1CG0Uja076704@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165038: databases/virtuoso: Version 6.1.4 fails to build on amd64. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:00:31 -0000 Synopsis: databases/virtuoso: Version 6.1.4 fails to build on amd64. Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 16:00:29 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165038 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:20:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36C1106566C for ; Sun, 12 Feb 2012 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1DEB8FC15 for ; Sun, 12 Feb 2012 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGK8oO094033 for ; Sun, 12 Feb 2012 16:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGK88c094032; Sun, 12 Feb 2012 16:20:08 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 16:20:08 GMT Resent-Message-Id: <201202121620.q1CGK88c094032@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 574DE106564A for ; Sun, 12 Feb 2012 16:13:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 421868FC18 for ; Sun, 12 Feb 2012 16:13:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CGDMoT067388 for ; Sun, 12 Feb 2012 16:13:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CGDMqp067382; Sun, 12 Feb 2012 16:13:22 GMT (envelope-from nobody) Message-Id: <201202121613.q1CGDMqp067382@red.freebsd.org> Date: Sun, 12 Feb 2012 16:13:22 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165039: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:20:09 -0000 >Number: 165039 >Category: ports >Synopsis: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 16:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 9.0-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: converters/wkhtmltopdf does not successfully build with a custom LOCALBASE/PREFIX set. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/wkhtmltopdf/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 10 Nov 2011 21:29:29 -0000 1.7 +++ Makefile 12 Feb 2012 15:39:43 -0000 @@ -77,7 +77,8 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6/include|${LOCALBASE}/include/X11|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + -e 's|/usr/X11R6/include|${LOCALBASE}/include/X11|g' \ -e 's|/usr/X11R6/lib|${LOCALBASE}/lib|g' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:20:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A4CF106564A; Sun, 12 Feb 2012 16:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E16D08FC17; Sun, 12 Feb 2012 16:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGKIUG094251; Sun, 12 Feb 2012 16:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGKIId094242; Sun, 12 Feb 2012 16:20:18 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 16:20:18 GMT Message-Id: <201202121620.q1CGKIId094242@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165039: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:20:19 -0000 Synopsis: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 16:20:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165039 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33F9D1065673 for ; Sun, 12 Feb 2012 16:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9373F8FC15 for ; Sun, 12 Feb 2012 16:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGUAgB002575 for ; Sun, 12 Feb 2012 16:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGUALP002573; Sun, 12 Feb 2012 16:30:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 16:30:10 GMT Resent-Message-Id: <201202121630.q1CGUALP002573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3392106566B for ; Sun, 12 Feb 2012 16:20:42 +0000 (UTC) (envelope-from mm@neo.vx.sk) Received: from neo.vx.sk (neo.vx.sk [176.9.47.205]) by mx1.freebsd.org (Postfix) with ESMTP id 41D808FC0C for ; Sun, 12 Feb 2012 16:20:41 +0000 (UTC) Received: by neo.vx.sk (Postfix, from userid 1001) id 2D3FC10DC5; Sun, 12 Feb 2012 17:20:41 +0100 (CET) Message-Id: <20120212162041.2D3FC10DC5@neo.vx.sk> Date: Sun, 12 Feb 2012 17:20:41 +0100 (CET) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chifeng@gmail.com Subject: ports/165040: [PATCH] mail/sqlgrey: improve port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:30:11 -0000 >Number: 165040 >Category: ports >Synopsis: [PATCH] mail/sqlgrey: improve port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 16:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD neo.vx.sk 9.0-STABLE FreeBSD 9.0-STABLE #14 r231187M: Wed Feb 8 08:19:42 >Description: Use UID/GID framework from ports, set uid/gid to 226. Add rcng pidfile control and pidfile support from command line. Add support to listen on UNIX sockets. Added file(s): - files/patch-pidfile - files/patch-unixsockets Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sqlgrey-1.8.0.r2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 3 Jun 2011 11:25:11 -0000 1.19 +++ Makefile 12 Feb 2012 16:19:17 -0000 @@ -22,12 +22,12 @@ NO_BUILD= yes ETCFILES= clients_fqdn_whitelist clients_ip_whitelist dyn_fqdn.regexp smtp_server.regexp sqlgrey.conf -SGY_USERNAME?= sqlgrey -SGY_GROUPNAME?= ${SGY_USERNAME} +USERS= sqlgrey +GROUPS= ${USERS} ETCDIR?= etc/sqlgrey SUB_FILES= pkg-install -MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${SGY_USERNAME} GROUP=${SGY_GROUPNAME} PERL=${PERL} +MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${USERS} GROUP=${GROUPS} PERL=${PERL} SUB_LIST+= ${MY_SUB_LIST} PLIST_SUB= TOUCH=${TOUCH} ${MY_SUB_LIST} Index: files/patch-pidfile =================================================================== RCS file: files/patch-pidfile diff -N files/patch-pidfile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-pidfile 12 Feb 2012 16:19:17 -0000 @@ -0,0 +1,23 @@ +--- sqlgrey.orig 2010-02-01 10:59:53.000000000 +0100 ++++ sqlgrey 2012-02-12 17:14:41.328884011 +0100 +@@ -2542,7 +2542,7 @@ + # options parsing + my %opt = (); + GetOptions(\%opt, 'help|h', 'man', 'version', 'configfile|f=s', +- 'daemonize|d', 'kill|k') ++ 'daemonize|d', 'kill|k', 'pidfile|p=s') + or exit(1); + + if ($opt{help}) { pod2usage(1) } +@@ -2564,6 +2564,11 @@ + $dflt{dont_db_clean} = (-e $dflt{conf_dir}."/dont_db_clean"); + } + ++ # Check pidfile from command line arguments ++ if (defined $opt{pidfile}) { ++ $dflt{pidfile} = $opt{pidfile}; ++ } ++ + # Are we on a killing spray ? + if (defined $opt{kill}) { + my $pidfile = $dflt{pidfile}; Index: files/patch-unixsockets =================================================================== RCS file: files/patch-unixsockets diff -N files/patch-unixsockets --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-unixsockets 12 Feb 2012 16:19:17 -0000 @@ -0,0 +1,70 @@ +--- etc/sqlgrey.conf.orig 2010-02-01 10:59:53.000000000 +0100 ++++ etc/sqlgrey.conf 2012-02-12 16:52:18.757881415 +0100 +@@ -66,6 +66,8 @@ + # On which socket do SQLgrey wait for queries + # use the following if you need to bind on a public IP address + # inet = :2501 ++# to bind on a UNIX socket, use the following: ++# unix = /path/to/socket + # default : + # inet = 2501 # bind to localhost:2501 + +--- sqlgrey.orig 2010-02-01 10:59:53.000000000 +0100 ++++ sqlgrey 2012-02-12 17:03:56.689885169 +0100 +@@ -58,7 +58,8 @@ + $dflt{loglevel} = 2; # used for $dflt{log} entries in read_conffile() + $dflt{user} = 'sqlgrey'; + $dflt{group} = 'sqlgrey'; +-$dflt{inet} = '2501'; ++$dflt{proto} = 'tcp'; ++$dflt{port} = 'localhost:2501'; + $dflt{pidfile} = '/var/run/sqlgrey.pid'; + $dflt{conf_dir} = '/etc/sqlgrey'; + $dflt{reconnect_delay} = 5; # 5 minutes +@@ -2578,8 +2579,16 @@ + } + + # bind only localhost if no host is specified +- if(defined $dflt{inet} and $dflt{inet}=~/^\d+$/) { +- $dflt{inet} = "localhost:$dflt{inet}"; ++ if(defined $dflt{inet}) { ++ $dflt{proto} = "tcp"; ++ if ($dflt{inet}=~/^\d+$/) { ++ $dflt{port} = "localhost:$dflt{inet}"; ++ } else { ++ $dflt{port} = $dflt{inet}; ++ } ++ } elsif (defined $dflt{unix}) { ++ $dflt{proto} = "unix"; ++ $dflt{port} = $dflt{unix} ."|unix"; + } + + # set the actual reject code values +@@ -2604,8 +2613,8 @@ + my $server = bless { + server => { + commandline => [ $0, @ARGV_saved ], +- port => [ $dflt{inet} ], +- proto => 'tcp', ++ port => [ $dflt{port} ], ++ proto => $dflt{proto}, + user => $dflt{user}, + group => $dflt{group}, + setsid => $opt{daemonize} ? 1 : undef, +@@ -2675,6 +2684,16 @@ + ## Net::Server::Multiplex methods ## + #################################### + ++sub post_bind_hook() ++{ ++ my ($self) = @_; ++ ++ # unix socket permissions should be 666 ++ if($self->{server}{port}[0] =~ /^(.*)\|unix$/) { ++ chmod 0666, $1; ++ } ++} ++ + # Called before the first query comes. + sub pre_loop_hook() { + my $self = shift; Index: files/pkg-install.in =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/files/pkg-install.in,v retrieving revision 1.2 diff -u -r1.2 pkg-install.in --- files/pkg-install.in 6 Nov 2006 19:46:25 -0000 1.2 +++ files/pkg-install.in 12 Feb 2012 16:19:17 -0000 @@ -15,23 +15,6 @@ exit 1 fi - # Create group if required - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo "---> Using existing group \"%%GROUP%%\"" - else - echo "---> Adding group \"%%GROUP%%\"" - /usr/sbin/pw groupadd %%GROUP%% || exit 1 - fi - - # Create user if required - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo "---> Using existing user \"%%USER%%\"" - else - echo "---> Adding user \"%%USER%%\"" - /usr/sbin/pw useradd "%%USER%%" -g "%%GROUP%%" -h - \ - -d "%%DATADIR%%" -s "/sbin/nologin" -c "Sqlgrey Owner" || exit 1 - fi - # Create home directory if required if [ -d "%%DATADIR%%" ]; then echo "---> Using existing Sqlgrey database directory (%%DATADIR%%)" @@ -47,14 +30,8 @@ POST-DEINSTALL) - echo "---> Please, remember to remove the user and the group with :" - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw userdel -n %%USER%%" - fi - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw groupdel -n %%GROUP%%" - fi - echo " as well as the databases." + echo "---> Please, remember to remove the database directory:" + echo " %%DATADIR%%" echo " If you're only updating, you can leave the things as they are." ;; Index: files/sqlgrey.in =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/files/sqlgrey.in,v retrieving revision 1.3 diff -u -r1.3 sqlgrey.in --- files/sqlgrey.in 14 Jan 2012 08:56:05 -0000 1.3 +++ files/sqlgrey.in 12 Feb 2012 16:19:18 -0000 @@ -24,16 +24,17 @@ stop_postcmd=${name}_poststop -sqlgrey_poststop() -{ - rm -f $pidfile -} - load_rc_config $name sqlgrey_enable=${sqlgrey_enable-"NO"} required_files=${sqlgrey_config-"%%PREFIX%%/%%ETCDIR%%/sqlgrey.conf"} +pidfile=${sqlgrey_pidfile-"/var/run/sqlgrey.pid"} -command_args="--configfile=${required_files} --daemonize" +command_args="--configfile=${required_files} --pidfile=${pidfile} --daemonize" + +sqlgrey_poststop() +{ + rm -f $pidfile +} run_rc_command "$1" Index: UIDs =================================================================== RCS file: /home/pcvs/ports/UIDs,v retrieving revision 1.185 diff -u -r1.185 UIDs --- UIDs 2 Feb 2012 13:05:18 -0000 1.185 +++ UIDs 12 Feb 2012 14:51:07 -0000 @@ -116,6 +116,7 @@ drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin +sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh tnc:*:241:241::0:0:aprsd:/nonexistent:/bin/sh prosody:*:242:242::0:0:Prosody Jabber Server:/nonexistent:/usr/sbin/nologin Index: GIDs =================================================================== RCS file: /home/pcvs/ports/GIDs,v retrieving revision 1.163 diff -u -r1.163 GIDs --- GIDs 12 Jan 2012 13:14:44 -0000 1.163 +++ GIDs 12 Feb 2012 14:51:07 -0000 @@ -109,6 +109,7 @@ drizzle:*:213: bs:*:220: postgrey:*:225: +sqlgrey:*:226: kismet:*:229: aprsd:*:240: tnc:*:241: --- sqlgrey-1.8.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:30:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D85D1065674; Sun, 12 Feb 2012 16:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41F578FC14; Sun, 12 Feb 2012 16:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGUMH8003272; Sun, 12 Feb 2012 16:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGUM0B003266; Sun, 12 Feb 2012 16:30:22 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 16:30:22 GMT Message-Id: <201202121630.q1CGUM0B003266@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165040: [PATCH] mail/sqlgrey: improve port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:30:22 -0000 Synopsis: [PATCH] mail/sqlgrey: improve port Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 16:30:21 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165040 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9236D1065672 for ; Sun, 12 Feb 2012 16:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50E038FC12 for ; Sun, 12 Feb 2012 16:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGoAhX022393 for ; Sun, 12 Feb 2012 16:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGoAvH022392; Sun, 12 Feb 2012 16:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 16:50:10 GMT Resent-Message-Id: <201202121650.q1CGoAvH022392@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A1751065670 for ; Sun, 12 Feb 2012 16:49:19 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.237]) by mx1.freebsd.org (Postfix) with ESMTP id 36B3B8FC0C for ; Sun, 12 Feb 2012 16:49:18 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id C07571E8E1D for ; Mon, 13 Feb 2012 00:49:15 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id q1CGnFBN082359; Mon, 13 Feb 2012 00:49:15 +0800 (CST) (envelope-from gaod) Message-Id: <201202121649.q1CGnFBN082359@cse.tw> Date: Mon, 13 Feb 2012 00:49:15 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165041: [MAINTAINER] security/sshpass: fix incorrect PKGORIGIN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:50:10 -0000 >Number: 165041 >Category: ports >Synopsis: [MAINTAINER] security/sshpass: fix incorrect PKGORIGIN >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 16:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD cse.tw 9.0-STABLE FreeBSD 9.0-STABLE #10: Sun Jan 29 19:49:07 CST 2012 gaod@cse.tw:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix incorrect PKGORIGIN. >How-To-Repeat: >Fix: --- sshpass begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/security/sshpass.orig/Makefile /usr/ports/security/sshpass/Makefile --- /usr/ports/security/sshpass.orig/Makefile 2012-02-13 00:42:22.000000000 +0800 +++ /usr/ports/security/sshpass/Makefile 2012-02-13 00:43:09.000000000 +0800 @@ -7,7 +7,8 @@ PORTNAME= sshpass PORTVERSION= 1.05 -CATEGORIES= sysutils +PORTREVISION= 1 +CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION} MAINTAINER= gaod@hychen.org ===> Done --- sshpass ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 17:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 606621065670 for ; Sun, 12 Feb 2012 17:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 303F68FC0A for ; Sun, 12 Feb 2012 17:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CHK6xY049598 for ; Sun, 12 Feb 2012 17:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CHK6de049597; Sun, 12 Feb 2012 17:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 17:20:06 GMT Resent-Message-Id: <201202121720.q1CHK6de049597@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C0A61065674 for ; Sun, 12 Feb 2012 17:13:53 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 1751D8FC0C for ; Sun, 12 Feb 2012 17:13:53 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CHDmwq003096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 12:13:49 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CHDbFk076761; Sun, 12 Feb 2012 12:13:37 -0500 (EST) (envelope-from steve) Message-Id: <201202121713.q1CHDbFk076761@meatwad.mouf.net> Date: Sun, 12 Feb 2012 12:13:37 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: avk@vl.ru Subject: ports/165042: [PATCH] devel/p5-Data-Average: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 17:20:07 -0000 >Number: 165042 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Average: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 17:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (avk@vl.ru) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Average-0.03000.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Average/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 5 Jun 2010 16:10:31 -0000 1.1 +++ Makefile 12 Feb 2012 17:13:19 -0000 @@ -14,6 +14,9 @@ MAINTAINER= avk@vl.ru COMMENT= Hold Data Set To Calculate Average +BUILD_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa +RUN_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa + PERL_CONFIGURE= yes MAN3= Data::Average::Bounded.3 Data::Average::BoundedExpires.3 Data::Average::Expires.3 Data::Average.3 --- p5-Data-Average-0.03000.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 17:20:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B668106564A; Sun, 12 Feb 2012 17:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1A6C8FC1A; Sun, 12 Feb 2012 17:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CHKH25049903; Sun, 12 Feb 2012 17:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CHKH2m049897; Sun, 12 Feb 2012 17:20:17 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 17:20:17 GMT Message-Id: <201202121720.q1CHKH2m049897@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 17:20:18 -0000 Synopsis: [PATCH] devel/p5-Data-Average: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 17:20:17 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31ED1065676 for ; Sun, 12 Feb 2012 18:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB3F08FC14 for ; Sun, 12 Feb 2012 18:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CI0Rxb086069 for ; Sun, 12 Feb 2012 18:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CI0RAx086068; Sun, 12 Feb 2012 18:00:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 18:00:27 GMT Resent-Message-Id: <201202121800.q1CI0RAx086068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E91510656DC; Sun, 12 Feb 2012 17:53:07 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C3D378FC14; Sun, 12 Feb 2012 17:53:06 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CHr3Do003355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 12:53:03 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CHr3Fn018282; Sun, 12 Feb 2012 12:53:03 -0500 (EST) (envelope-from steve) Message-Id: <201202121753.q1CHr3Fn018282@meatwad.mouf.net> Date: Sun, 12 Feb 2012 12:53:03 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/165043: [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:00:28 -0000 >Number: 165043 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 18:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Add missing DEPENDS on devel/p5-Data-Capture - Remove SITE_PERL from DEPENDS - Move p5-Test-Exception to TEST_DEPENDS - Bump PORTREVISION Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Bind-0.30_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Bind/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 21 Jan 2012 17:37:51 -0000 1.8 +++ Makefile 12 Feb 2012 17:50:55 -0000 @@ -8,6 +8,7 @@ PORTNAME= Data-Bind PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +16,12 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= A perl module to bind and alias variables -BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \ - ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller \ + p5-Devel-LexAlias>0:${PORTSDIR}/devel/p5-Devel-LexAlias \ + p5-Data-Capture>0:${PORTSDIR}/devel/p5-Data-Capture RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes --- p5-Data-Bind-0.30_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:00:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 566D7106566B; Sun, 12 Feb 2012 18:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28DD38FC12; Sun, 12 Feb 2012 18:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CI0e0F086721; Sun, 12 Feb 2012 18:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CI0eYI086716; Sun, 12 Feb 2012 18:00:40 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 18:00:40 GMT Message-Id: <201202121800.q1CI0eYI086716@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165043: [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:00:40 -0000 Synopsis: [PATCH] devel/p5-Data-Bind: add missing DEPENDS and other improvements Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 18:00:39 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165043 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC2A91065672 for ; Sun, 12 Feb 2012 18:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67C638FC1F for ; Sun, 12 Feb 2012 18:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIAAig094898 for ; Sun, 12 Feb 2012 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIAA9N094897; Sun, 12 Feb 2012 18:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 18:10:10 GMT Resent-Message-Id: <201202121810.q1CIAA9N094897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64BE8106566B; Sun, 12 Feb 2012 18:00:21 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 1BDDE8FC08; Sun, 12 Feb 2012 18:00:21 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CI0H1j003421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 13:00:17 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CI0GIl071581; Sun, 12 Feb 2012 13:00:16 -0500 (EST) (envelope-from steve) Message-Id: <201202121800.q1CI0GIl071581@meatwad.mouf.net> Date: Sun, 12 Feb 2012 13:00:16 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rafan@FreeBSD.org Subject: ports/165044: [PATCH] devel/p5-Data-Hierarchy: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:10:11 -0000 >Number: 165044 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Hierarchy: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 18:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (rafan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Hierarchy-0.34.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Hierarchy/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 22 Jul 2009 16:26:31 -0000 1.12 +++ Makefile 12 Feb 2012 17:59:51 -0000 @@ -14,6 +14,8 @@ MAINTAINER= rafan@FreeBSD.org COMMENT= Handle data in a hierarchical structure +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN3= Data::Hierarchy.3 --- p5-Data-Hierarchy-0.34.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:10:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C944C106566B; Sun, 12 Feb 2012 18:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB7E8FC19; Sun, 12 Feb 2012 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIALxc095199; Sun, 12 Feb 2012 18:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIALfE095190; Sun, 12 Feb 2012 18:10:21 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 18:10:21 GMT Message-Id: <201202121810.q1CIALfE095190@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rafan@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165044: [PATCH] devel/p5-Data-Hierarchy: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:10:21 -0000 Synopsis: [PATCH] devel/p5-Data-Hierarchy: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 18:10:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165044 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:30:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA87710657BE for ; Sun, 12 Feb 2012 18:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 484EE8FC19 for ; Sun, 12 Feb 2012 18:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIUCtr013307 for ; Sun, 12 Feb 2012 18:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIUCnC013304; Sun, 12 Feb 2012 18:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 18:30:12 GMT Resent-Message-Id: <201202121830.q1CIUCnC013304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBEC106566C; Sun, 12 Feb 2012 18:29:22 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id D1AB78FC14; Sun, 12 Feb 2012 18:29:21 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CITIqn003589 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 13:29:18 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CITENC008687; Sun, 12 Feb 2012 13:29:14 -0500 (EST) (envelope-from steve) Message-Id: <201202121829.q1CITENC008687@meatwad.mouf.net> Date: Sun, 12 Feb 2012 13:29:14 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/165045: [PATCH] devel/p5-Data-Localize: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:30:17 -0000 >Number: 165045 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Localize: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 18:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Localize-0.00022.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Localize/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 22 Nov 2011 00:56:09 -0000 1.16 +++ Makefile 12 Feb 2012 18:29:01 -0000 @@ -39,4 +39,10 @@ Data::Localize::Util.3 \ Data::Localize::Storage::Hash.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-Data-Localize-0.00022.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:30:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0245410656D8; Sun, 12 Feb 2012 18:30:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3E368FC12; Sun, 12 Feb 2012 18:30:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIUUXK014653; Sun, 12 Feb 2012 18:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIUUcF014645; Sun, 12 Feb 2012 18:30:30 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 18:30:30 GMT Message-Id: <201202121830.q1CIUUcF014645@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165045: [PATCH] devel/p5-Data-Localize: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:30:32 -0000 Synopsis: [PATCH] devel/p5-Data-Localize: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 18:30:29 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165045 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33F8B1065676 for ; Sun, 12 Feb 2012 18:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 083488FC1D for ; Sun, 12 Feb 2012 18:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIe9WT023954 for ; Sun, 12 Feb 2012 18:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIe92u023953; Sun, 12 Feb 2012 18:40:09 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 18:40:09 GMT Resent-Message-Id: <201202121840.q1CIe92u023953@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mel Flynn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 015D81065676 for ; Sun, 12 Feb 2012 18:32:30 +0000 (UTC) (envelope-from mel@datakitty.lan.rachie.is-a-geek.net) Received: from datakitty.lan.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A205E8FC18 for ; Sun, 12 Feb 2012 18:32:29 +0000 (UTC) Received: from datakitty.lan.rachie.is-a-geek.net (localhost [127.0.0.1]) by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5) with ESMTP id q1CIWRsx007382; Sun, 12 Feb 2012 09:32:27 -0900 (AKST) (envelope-from mel@datakitty.lan.rachie.is-a-geek.net) Received: (from mel@localhost) by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5/Submit) id q1CIWREp007339; Sun, 12 Feb 2012 09:32:27 -0900 (AKST) (envelope-from mel) Message-Id: <201202121832.q1CIWREp007339@datakitty.lan.rachie.is-a-geek.net> Date: Sun, 12 Feb 2012 09:32:27 -0900 (AKST) From: Mel Flynn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: MAINTAINER Subject: ports/165046: [PATCH] mail/postfix preserve ident in mailer.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mel Flynn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:40:10 -0000 >Number: 165046 >Category: ports >Synopsis: [PATCH] mail/postfix preserve ident in mailer.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 18:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: melvyn >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD datakitty.lan.rachie.is-a-geek.net 8.2-STABLE FreeBSD 8.2-STABLE #6 r230977: Sun Feb 5 06:20:11 AKST 2012 mel@datakitty.lan.rachie.is-a-geek.net:/data/obj/data/RELENG_8/src/sys/GENERIC amd64 >Description: When writing mailer.conf, the FreeBSD ident is lost, which makes mergemaster -F show the file even if it hasn't changed in $SRC. >How-To-Repeat: install mail/postfix and opt to update mailer.conf >Fix: --- postfix.diff begins here --- --- files/pkg-install.in.orig 2012-02-10 20:14:34.000000000 -0900 +++ files/pkg-install.in 2012-02-12 06:59:42.000000000 -0900 @@ -81,7 +81,13 @@ if [ ${ret} -ne 0 ]; then if yesno "Would you like to activate Postfix in ${MC}" ${DEFAULT_REPLACE_MAILERCONF}; then /bin/mv -f ${MC} ${MC}.old - echo "#" > ${MC} + ident=`grep -s '\$FreeBSD: .*\$$' ${MC}.old` + if [ ! -z "${ident}" ]; then + echo ${ident} > ${MC} + echo '#' >> ${MC} + else + echo '#' > ${MC} + fi echo -n "# Execute the Postfix sendmail program" >> ${MC} echo ", named ${PREFIX}/sbin/sendmail" >> ${MC} echo "#" >> ${MC} --- postfix.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 18:40:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8486106564A; Sun, 12 Feb 2012 18:40:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85B618FC08; Sun, 12 Feb 2012 18:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CIeLiY024293; Sun, 12 Feb 2012 18:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CIeLN3024285; Sun, 12 Feb 2012 18:40:21 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 18:40:21 GMT Message-Id: <201202121840.q1CIeLN3024285@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sahil@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165046: [PATCH] mail/postfix preserve ident in mailer.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:40:21 -0000 Synopsis: [PATCH] mail/postfix preserve ident in mailer.conf Responsible-Changed-From-To: freebsd-ports-bugs->sahil Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 18:40:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165046 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 19:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E50E1065675 for ; Sun, 12 Feb 2012 19:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 216698FC1E for ; Sun, 12 Feb 2012 19:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CJe8pD078581 for ; Sun, 12 Feb 2012 19:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJe8cc078580; Sun, 12 Feb 2012 19:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 19:40:08 GMT Resent-Message-Id: <201202121940.q1CJe8cc078580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00E6B106566C; Sun, 12 Feb 2012 19:35:49 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id AF17E8FC15; Sun, 12 Feb 2012 19:35:48 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CJZica003938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 14:35:45 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CJZfuR033634; Sun, 12 Feb 2012 14:35:41 -0500 (EST) (envelope-from steve) Message-Id: <201202121935.q1CJZfuR033634@meatwad.mouf.net> Date: Sun, 12 Feb 2012 14:35:41 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wen@FreeBSD.org Subject: ports/165047: [PATCH] devel/p5-Data-Peek: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 19:40:09 -0000 >Number: 165047 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Peek: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 19:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Peek-0.36.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Peek/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 12 Oct 2011 02:20:04 -0000 1.3 +++ Makefile 12 Feb 2012 19:35:30 -0000 @@ -15,6 +15,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A collection of low-level debug facilities +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings + PERL_CONFIGURE= yes MAN3= Data::Peek.3 Data::DP.3 --- p5-Data-Peek-0.36.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 19:40:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 737851065670; Sun, 12 Feb 2012 19:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47E578FC0C; Sun, 12 Feb 2012 19:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CJeI6C078754; Sun, 12 Feb 2012 19:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJeITa078750; Sun, 12 Feb 2012 19:40:18 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 19:40:18 GMT Message-Id: <201202121940.q1CJeITa078750@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165047: [PATCH] devel/p5-Data-Peek: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 19:40:18 -0000 Synopsis: [PATCH] devel/p5-Data-Peek: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 19:40:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165047 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 19:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8B61065677 for ; Sun, 12 Feb 2012 19:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7CB8FC20 for ; Sun, 12 Feb 2012 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CJoBRw087462 for ; Sun, 12 Feb 2012 19:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJoBdK087461; Sun, 12 Feb 2012 19:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 19:50:11 GMT Resent-Message-Id: <201202121950.q1CJoBdK087461@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B5A106566B for ; Sun, 12 Feb 2012 19:45:37 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C4CB28FC16 for ; Sun, 12 Feb 2012 19:45:36 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CJjWuK003997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 14:45:32 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CJjVJj056413; Sun, 12 Feb 2012 14:45:31 -0500 (EST) (envelope-from steve) Message-Id: <201202121945.q1CJjVJj056413@meatwad.mouf.net> Date: Sun, 12 Feb 2012 14:45:31 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/165049: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 19:50:12 -0000 >Number: 165049 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 19:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Rmap-0.62.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Rmap/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 7 Dec 2010 04:08:11 -0000 1.1 +++ Makefile 12 Feb 2012 19:44:59 -0000 @@ -14,6 +14,8 @@ MAINTAINER= gslin@gslin.org COMMENT= Recursive map, apply a block to a data structure +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_MODBUILD= yes USE_PERL5_RUN= 5.8.1+ --- p5-Data-Rmap-0.62.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 19:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CEA31065674 for ; Sun, 12 Feb 2012 19:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07C678FC1B for ; Sun, 12 Feb 2012 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CJoAad087452 for ; Sun, 12 Feb 2012 19:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJoAdW087451; Sun, 12 Feb 2012 19:50:10 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 19:50:10 GMT Resent-Message-Id: <201202121950.q1CJoAdW087451@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B70106566C for ; Sun, 12 Feb 2012 19:45:09 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by mx1.freebsd.org (Postfix) with ESMTP id 934AB8FC0C for ; Sun, 12 Feb 2012 19:45:09 +0000 (UTC) Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta09.westchester.pa.mail.comcast.net with comcast id Z79V1i0071ei1Bg597Xu1F; Sun, 12 Feb 2012 19:31:54 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta24.westchester.pa.mail.comcast.net with comcast id Z7Xt1i01o2anbQt3k7XuW6; Sun, 12 Feb 2012 19:31:54 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 5401128440; Sun, 12 Feb 2012 14:31:52 -0500 (EST) Message-Id: <20120212193152.5401128440@kirby.cyberbotx.com> Date: Sun, 12 Feb 2012 14:31:52 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165048: [MAINTAINER] x11-toolkits/scintilla: update to 3.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 19:50:12 -0000 >Number: 165048 >Category: ports >Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 3.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 19:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 3.0.3 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scintilla-3.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/Makefile /kirby/shared/ports/scintilla/Makefile --- /usr/ports/x11-toolkits/scintilla/Makefile 2011-12-17 11:42:27.000000000 -0500 +++ /kirby/shared/ports/scintilla/Makefile 2012-02-12 14:22:21.000000000 -0500 @@ -6,7 +6,7 @@ # $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $ PORTNAME= scintilla -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/distinfo /kirby/shared/ports/scintilla/distinfo --- /usr/ports/x11-toolkits/scintilla/distinfo 2011-12-17 11:42:27.000000000 -0500 +++ /kirby/shared/ports/scintilla/distinfo 2012-02-12 14:22:31.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (scite302.tgz) = a5687faaa201c39a4ec9608e8a77e418e259f525b21871a5c9f1282c62e58eaa -SIZE (scite302.tgz) = 1825937 +SHA256 (scite303.tgz) = 0d02b81f6f182366abe8133f4e727d802b756d33e9eeba5fe9ac69c4a17286fd +SIZE (scite303.tgz) = 1906430 diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/files/patch-aa /kirby/shared/ports/scintilla/files/patch-aa --- /usr/ports/x11-toolkits/scintilla/files/patch-aa 2011-10-01 11:56:09.000000000 -0400 +++ /kirby/shared/ports/scintilla/files/patch-aa 2012-02-12 14:28:43.000000000 -0500 @@ -1,5 +1,5 @@ ---- makefile.orig 2011-07-31 22:49:04.000000000 -0400 -+++ makefile 2011-09-06 20:44:00.000000000 -0400 +--- makefile.orig 2012-01-27 18:52:23.000000000 -0500 ++++ makefile 2012-02-12 14:28:24.000000000 -0500 @@ -7,14 +7,7 @@ # Also works with ming32-make on Windows. @@ -26,18 +26,8 @@ endif vpath %.h ../src ../include ../lexlib -@@ -55,14 +49,15 @@ - endif - - ifdef DEBUG --CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS) -+CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS) $(THREADFLAGS) - else --CXXFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) -+CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS) $(THREADFLAGS) - endif - - CFLAGS:=$(CXXFLAGS) +@@ -63,6 +57,7 @@ + CFLAGS:=$(CXXTFLAGS) CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) +CONFIGLIBS:=$(shell pkg-config --libs $(GTKVERSION)) --- scintilla-3.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 19:50:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA3201065672; Sun, 12 Feb 2012 19:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDEA8FC12; Sun, 12 Feb 2012 19:50:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CJoLTv087732; Sun, 12 Feb 2012 19:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJoL7O087727; Sun, 12 Feb 2012 19:50:21 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 19:50:21 GMT Message-Id: <201202121950.q1CJoL7O087727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 19:50:21 -0000 Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 19:50:21 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165049 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D97E1065670 for ; Sun, 12 Feb 2012 20:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E86DD8FC13 for ; Sun, 12 Feb 2012 20:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CK0THp096102 for ; Sun, 12 Feb 2012 20:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK0TtG096101; Sun, 12 Feb 2012 20:00:29 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:00:29 GMT Resent-Message-Id: <201202122000.q1CK0TtG096101@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAC5B1065673 for ; Sun, 12 Feb 2012 19:54:15 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id 7C68D8FC14 for ; Sun, 12 Feb 2012 19:54:15 +0000 (UTC) Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by qmta10.westchester.pa.mail.comcast.net with comcast id Z7eF1i0011YDfWL5A7uFgb; Sun, 12 Feb 2012 19:54:15 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta20.westchester.pa.mail.comcast.net with comcast id Z7uF1i00H2anbQt3g7uFNS; Sun, 12 Feb 2012 19:54:15 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 0FE3528440; Sun, 12 Feb 2012 14:54:14 -0500 (EST) Message-Id: <20120212195414.0FE3528440@kirby.cyberbotx.com> Date: Sun, 12 Feb 2012 14:54:14 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165050: [MAINTAINER] editors/scite: update to 3.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:00:30 -0000 >Number: 165050 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 3.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:00:28 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 3.0.3 NOTE: This PR relies on PR ports/165048 to be committed first. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scite-3.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile --- /usr/ports/editors/scite/Makefile 2011-12-17 11:35:58.000000000 -0500 +++ /kirby/shared/ports/scite/Makefile 2012-02-12 14:32:03.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo --- /usr/ports/editors/scite/distinfo 2011-12-17 11:35:58.000000000 -0500 +++ /kirby/shared/ports/scite/distinfo 2012-02-12 14:32:07.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (scite302.tgz) = a5687faaa201c39a4ec9608e8a77e418e259f525b21871a5c9f1282c62e58eaa -SIZE (scite302.tgz) = 1825937 +SHA256 (scite303.tgz) = 0d02b81f6f182366abe8133f4e727d802b756d33e9eeba5fe9ac69c4a17286fd +SIZE (scite303.tgz) = 1906430 diff -ruN --exclude=CVS /usr/ports/editors/scite/pkg-plist /kirby/shared/ports/scite/pkg-plist --- /usr/ports/editors/scite/pkg-plist 2011-07-04 20:17:39.000000000 -0400 +++ /kirby/shared/ports/scite/pkg-plist 2012-02-12 14:32:41.000000000 -0500 @@ -30,6 +30,7 @@ %%DATADIR%%/asn1.properties %%DATADIR%%/au3.properties %%DATADIR%%/ave.properties +%%DATADIR%%/avs.properties %%DATADIR%%/baan.properties %%DATADIR%%/blitzbasic.properties %%DATADIR%%/bullant.properties --- scite-3.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE0931065675 for ; Sun, 12 Feb 2012 20:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8698FC17 for ; Sun, 12 Feb 2012 20:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CK0UdK096113 for ; Sun, 12 Feb 2012 20:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK0UMM096112; Sun, 12 Feb 2012 20:00:30 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:00:30 GMT Resent-Message-Id: <201202122000.q1CK0UMM096112@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E70DB106567A for ; Sun, 12 Feb 2012 19:55:09 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6878FC17 for ; Sun, 12 Feb 2012 19:55:09 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CJt5sX004067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 14:55:05 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CJt5c8078396; Sun, 12 Feb 2012 14:55:05 -0500 (EST) (envelope-from steve) Message-Id: <201202121955.q1CJt5c8078396@meatwad.mouf.net> Date: Sun, 12 Feb 2012 14:55:05 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lwhsu@FreeBSD.org Subject: ports/165051: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:00:30 -0000 >Number: 165051 >Category: ports >Synopsis: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:00:29 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-RoundRobin-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-RoundRobin/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 17 Apr 2008 14:25:05 -0000 1.3 +++ Makefile 12 Feb 2012 19:54:36 -0000 @@ -18,4 +18,10 @@ MAN3= Data::RoundRobin.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-Data-RoundRobin-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:00:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AEDC106566B for ; Sun, 12 Feb 2012 20:00:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E51968FC1A for ; Sun, 12 Feb 2012 20:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CK0ZOo096263 for ; Sun, 12 Feb 2012 20:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK0Z5F096253; Sun, 12 Feb 2012 20:00:35 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:00:35 GMT Resent-Message-Id: <201202122000.q1CK0Z5F096253@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00CD61065673 for ; Sun, 12 Feb 2012 19:57:44 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id D9B6E8FC13 for ; Sun, 12 Feb 2012 19:57:41 +0000 (UTC) Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) by qmta06.westchester.pa.mail.comcast.net with comcast id Z7UE1i0041uE5Es567xipD; Sun, 12 Feb 2012 19:57:42 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta16.westchester.pa.mail.comcast.net with comcast id Z7xi1i00h2anbQt3c7xiBX; Sun, 12 Feb 2012 19:57:42 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 103A928440; Sun, 12 Feb 2012 14:57:41 -0500 (EST) Message-Id: <20120212195741.103A928440@kirby.cyberbotx.com> Date: Sun, 12 Feb 2012 14:57:41 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165052: [MAINTAINER] math/mingw32-libgmp: update to 5.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:00:36 -0000 >Number: 165052 >Category: ports >Synopsis: [MAINTAINER] math/mingw32-libgmp: update to 5.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:00:35 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 5.0.4 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mingw32-libgmp-5.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/mingw32-libgmp/Makefile /kirby/shared/ports/mingw32-libgmp/Makefile --- /usr/ports/math/mingw32-libgmp/Makefile 2011-12-25 12:14:29.000000000 -0500 +++ /kirby/shared/ports/mingw32-libgmp/Makefile 2012-02-12 14:56:15.000000000 -0500 @@ -6,9 +6,9 @@ # PORTNAME= libgmp -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.4 CATEGORIES= math devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= GNU MASTER_SITE_SUBDIR= gmp PKGNAMEPREFIX= mingw32- DISTNAME= gmp-${PORTVERSION} @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt +USE_BZIP2= yes GMP_TARG= ${PKGNAMEPREFIX:S/-$//} GNU_CONFIGURE= yes CC= ${PKGNAMEPREFIX}gcc diff -ruN --exclude=CVS /usr/ports/math/mingw32-libgmp/distinfo /kirby/shared/ports/mingw32-libgmp/distinfo --- /usr/ports/math/mingw32-libgmp/distinfo 2011-12-25 12:14:29.000000000 -0500 +++ /kirby/shared/ports/mingw32-libgmp/distinfo 2012-02-12 14:56:19.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (gmp-5.0.2.tar.gz) = 2f0d4bbbeff0660f42c5caf6464ac0fee526c06f4dfcc82a015081ea7df8b55d -SIZE (gmp-5.0.2.tar.gz) = 2633571 +SHA256 (gmp-5.0.4.tar.bz2) = 35d4aade3e4bdf0915c944599b10d23f108ffedf6c3188aeec52221c5cf9a06f +SIZE (gmp-5.0.4.tar.bz2) = 2031540 --- mingw32-libgmp-5.0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:00:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67CF41065688; Sun, 12 Feb 2012 20:00:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3890C8FC0C; Sun, 12 Feb 2012 20:00:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CK0oTs097557; Sun, 12 Feb 2012 20:00:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK0oK3097548; Sun, 12 Feb 2012 20:00:50 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 20:00:50 GMT Message-Id: <201202122000.q1CK0oK3097548@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165051: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:00:50 -0000 Synopsis: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 20:00:49 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165051 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:07:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E14A31065670; Sun, 12 Feb 2012 20:07:39 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B33B88FC0A; Sun, 12 Feb 2012 20:07:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CK7dFK005196; Sun, 12 Feb 2012 20:07:39 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK7d1C005192; Sun, 12 Feb 2012 20:07:39 GMT (envelope-from jgh) Date: Sun, 12 Feb 2012 20:07:39 GMT Message-Id: <201202122007.q1CK7d1C005192@freefall.freebsd.org> To: gaod@hychen.org, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165041: [MAINTAINER] security/sshpass: fix incorrect PKGORIGIN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:07:40 -0000 Synopsis: [MAINTAINER] security/sshpass: fix incorrect PKGORIGIN State-Changed-From-To: open->closed State-Changed-By: jgh State-Changed-When: Sun Feb 12 20:06:57 UTC 2012 State-Changed-Why: Committed this before seeing the PR. I didn't add a PORTREVISION. If there are any issues, I can add one. http://www.freebsd.org/cgi/query-pr.cgi?pr=165041 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 002011065677 for ; Sun, 12 Feb 2012 20:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6D5A8FC17 for ; Sun, 12 Feb 2012 20:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKA85D005332 for ; Sun, 12 Feb 2012 20:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKA8P3005331; Sun, 12 Feb 2012 20:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:10:08 GMT Resent-Message-Id: <201202122010.q1CKA8P3005331@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8923D1065674 for ; Sun, 12 Feb 2012 20:01:13 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta01.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3636D8FC1B for ; Sun, 12 Feb 2012 20:01:12 +0000 (UTC) Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta01.westchester.pa.mail.comcast.net with comcast id Z80Y1i00127AodY5181DVG; Sun, 12 Feb 2012 20:01:13 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta19.westchester.pa.mail.comcast.net with comcast id Z81D1i00R2anbQt3f81DyX; Sun, 12 Feb 2012 20:01:13 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 01A5228440; Sun, 12 Feb 2012 15:01:11 -0500 (EST) Message-Id: <20120212200112.01A5228440@kirby.cyberbotx.com> Date: Sun, 12 Feb 2012 15:01:11 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165054: [MAINTAINER] devel/mingw32-binutils: update to 2.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:10:09 -0000 >Number: 165054 >Category: ports >Synopsis: [MAINTAINER] devel/mingw32-binutils: update to 2.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011 >Description: - Update to 2.22 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mingw32-binutils-2.22,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/Makefile /kirby/shared/ports/mingw32-binutils/Makefile --- /usr/ports/devel/mingw32-binutils/Makefile 2011-01-17 22:09:48.000000000 -0500 +++ /kirby/shared/ports/mingw32-binutils/Makefile 2012-02-12 15:00:24.000000000 -0500 @@ -17,7 +17,7 @@ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= GNU Binutils for Windows cross-development -BINUTILVERSION= 2.21 +BINUTILVERSION= 2.22 USE_BZIP2= yes USE_GMAKE= yes @@ -62,7 +62,7 @@ add-plist-post: @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//}/info 2> /dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${RMDIR} -p %D/${PKGNAMEPREFIX:S/-$//} 2> /dev/null || true" >> ${TMPPLIST} -.if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") +.if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") @${ECHO_CMD} "@unexec ${RMDIR} %D 2> /dev/null || true" >> ${TMPPLIST} .else @${DO_NADA} diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/distinfo /kirby/shared/ports/mingw32-binutils/distinfo --- /usr/ports/devel/mingw32-binutils/distinfo 2011-01-17 22:09:48.000000000 -0500 +++ /kirby/shared/ports/mingw32-binutils/distinfo 2012-02-12 14:58:21.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (binutils-2.21.tar.bz2) = 60abec5bf448eb930a5a15acb8712612377dc8bcfb13dfd5131228f70561d0c7 -SIZE (binutils-2.21.tar.bz2) = 18742991 +SHA256 (binutils-2.22.tar.bz2) = 6c7af8ed1c8cf9b4b9d6e6fe09a3e1d3d479fe63984ba8b9b26bf356b6313ca9 +SIZE (binutils-2.22.tar.bz2) = 19973532 --- mingw32-binutils-2.22,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:20:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D0A1065686 for ; Sun, 12 Feb 2012 20:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57CAA8FC14 for ; Sun, 12 Feb 2012 20:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKK6cB015527 for ; Sun, 12 Feb 2012 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKK5uQ015526; Sun, 12 Feb 2012 20:20:05 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:20:05 GMT Resent-Message-Id: <201202122020.q1CKK5uQ015526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E08A106566B for ; Sun, 12 Feb 2012 20:14:14 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBB98FC0A for ; Sun, 12 Feb 2012 20:14:14 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1CKE9dD004201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 12 Feb 2012 15:14:10 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CKE8d9045321; Sun, 12 Feb 2012 15:14:08 -0500 (EST) (envelope-from steve) Message-Id: <201202122014.q1CKE8d9045321@meatwad.mouf.net> Date: Sun, 12 Feb 2012 15:14:08 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:20:06 -0000 >Number: 165055 >Category: ports >Synopsis: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Data-Throttler-Memcached-0.00003_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Data-Throttler-Memcached/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 21 Sep 2010 16:08:06 -0000 1.2 +++ Makefile 12 Feb 2012 20:13:19 -0000 @@ -7,7 +7,7 @@ PORTNAME= Data-Throttler-Memcached PORTVERSION= 0.00003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,11 @@ COMMENT= Memcached-Based Data::Throttler BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ - p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ - p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor PERL_CONFIGURE= yes --- p5-Data-Throttler-Memcached-0.00003_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6247106567B for ; Sun, 12 Feb 2012 20:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D2C48FC12 for ; Sun, 12 Feb 2012 20:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKKB3W015623 for ; Sun, 12 Feb 2012 20:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKKBsK015622; Sun, 12 Feb 2012 20:20:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:20:11 GMT Resent-Message-Id: <201202122020.q1CKKBsK015622@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC2751065673 for ; Sun, 12 Feb 2012 20:16:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D52578FC16 for ; Sun, 12 Feb 2012 20:16:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CKGux7011484 for ; Sun, 12 Feb 2012 20:16:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CKGus4011483; Sun, 12 Feb 2012 20:16:56 GMT (envelope-from nobody) Message-Id: <201202122016.q1CKGus4011483@red.freebsd.org> Date: Sun, 12 Feb 2012 20:16:56 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165056: games/quakeforge: update to 0.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:20:11 -0000 >Number: 165056 >Category: ports >Synopsis: games/quakeforge: update to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_9 >Organization: >Environment: FreeBSD satanasso.local.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 04:35:57 CET 2012 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Update quakeforge to the last version. This PR supersedes the one I've committed about a month ago (ports/163979) because in the meanwhile a new version has been released. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-03-14 17:47:46.000000000 +0100 +++ Makefile 2012-02-12 20:20:59.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= quakeforge -PORTVERSION= 0.5.5 -PORTREVISION= 11 +PORTVERSION= 0.6.2 CATEGORIES= games MASTER_SITES= SF/quake/quake/${PORTVERSION}:sf DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf @@ -32,6 +31,7 @@ --disable-optimize OPTIONS= CLIENTS "Build clients" on \ + JACK "Enable Jack support in clients" off \ OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ SDL "Build SDL client" off \ SERVERS "Build dedicated servers" on \ @@ -39,7 +39,7 @@ VORBIS "Enable Ogg Vorbis support in clients" off \ XMMS "Enable XMMS support in clients" off -MAN1= pak.1 qfcc.1 qflight.1 qfvis.1 wad.1 +MAN1= pak.1 qfcc.1 qflight.1 qfvis.1 wad.1 zpak.1 SUB_FILES= pkg-message DATADIR= ${Q1DIR} @@ -53,9 +53,17 @@ USE_XORG= x11 xt PLIST_SUB+= CLIENTS="" +.if defined(WITH_JACK) +LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +PLIST_SUB+= JACK="" +.else +CONFIGURE_ARGS+=--disable-jack +PLIST_SUB+= JACK="@comment " +.endif + .if defined(WITH_SDL) USE_SDL= sdl -CONFIGURE_ARGS+=--with-sdl=${LOCALBASE} +CONFIGURE_ARGS+=--with-sdl-prefix=${LOCALBASE} PLIST_SUB+= SDL="" .else CONFIGURE_ARGS+=--disable-sdl @@ -67,16 +75,15 @@ CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE} PLIST_SUB+= VORBIS="" .else -CONFIGURE_ARGS+=--disable-ogg --disable-vorbis +CONFIGURE_ARGS+=--disable-vorbis PLIST_SUB+= VORBIS="@comment " .endif .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -CONFIGURE_ARGS+=--with-xmms-prefix=${LOCALBASE} +CONFIGURE_ARGS+=--enable-xmms --with-xmms-prefix=${LOCALBASE} PLIST_SUB+= XMMS="" .else -CONFIGURE_ARGS+=--disable-xmms PLIST_SUB+= XMMS="@comment " .endif @@ -114,10 +121,7 @@ .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -. for f in *.txt *.q1 *.q2 *.ico *.gif *.fig *.h CodingStyle - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -. endfor -. for d in config data ideas +. for d in config ${CP} -R ${WRKSRC}/doc/${d} ${DOCSDIR} . endfor .endif --- distinfo.orig 2011-07-03 16:24:50.000000000 +0200 +++ distinfo 2012-02-12 20:35:30.000000000 +0100 @@ -1,4 +1,4 @@ -SHA256 (quakeforge/quakeforge-0.5.5.tar.bz2) = 9ff29340f571fc26d19992a32f58e767e1b811248688f383083bc2ccb263ec6a -SIZE (quakeforge/quakeforge-0.5.5.tar.bz2) = 1954072 +SHA256 (quakeforge/quakeforge-0.6.2.tar.bz2) = ab4b82ced4bf87da38fb2929fafb7fa03ee5ae3e482a206403413b0bca2ae92a +SIZE (quakeforge/quakeforge-0.6.2.tar.bz2) = 2598544 SHA256 (quakeforge/skyboxes.pak) = 6d32738cf1b8fa19a61fab22d19a1372d388070c87182fa00ac58a908f7dae27 SIZE (quakeforge/skyboxes.pak) = 1934684 --- pkg-plist.orig 2006-12-29 22:12:41.000000000 +0100 +++ pkg-plist 2012-02-12 19:01:57.000000000 +0100 @@ -1,128 +1,60 @@ bin/bsp2img %%SERVERS%%bin/hw-master +%%CLIENTS%%bin/nq-glslx %%CLIENTS%%bin/nq-glx %%CLIENTS%%%%SDL%%bin/nq-sdl %%CLIENTS%%%%SDL%%bin/nq-sdl32 %%SERVERS%%bin/nq-server %%CLIENTS%%%%SDL%%bin/nq-sgl +%%CLIENTS%%%%SDL%%bin/nq-sglsl %%CLIENTS%%bin/nq-x11 bin/pak bin/qfbsp bin/qfcc bin/qflight +bin/qflmp bin/qfmodelgen +bin/qfpc bin/qfpreqcc bin/qfprogs bin/qfvis bin/qfwavinfo %%SERVERS%%bin/qtv +%%CLIENTS%%bin/qw-client-glslx %%CLIENTS%%bin/qw-client-glx %%CLIENTS%%%%SDL%%bin/qw-client-sdl %%CLIENTS%%%%SDL%%bin/qw-client-sdl32 %%CLIENTS%%%%SDL%%bin/qw-client-sgl +%%CLIENTS%%%%SDL%%bin/qw-client-sglsl %%CLIENTS%%bin/qw-client-x11 %%SERVERS%%bin/qw-master %%SERVERS%%bin/qw-server bin/wad bin/zpak -%%CLIENTS%%lib/libQFcd.a -%%CLIENTS%%lib/libQFcd.la -%%CLIENTS%%lib/libQFcd.so -%%CLIENTS%%lib/libQFcd.so.1 -lib/libQFconsole.a -lib/libQFconsole.la -lib/libQFconsole.so -lib/libQFconsole.so.1 -lib/libQFgamecode.a -lib/libQFgamecode.la -lib/libQFgamecode.so -lib/libQFgamecode.so.1 -lib/libQFgamecode_builtins.a -lib/libQFgamecode_builtins.la -lib/libQFgamecode_builtins.so -lib/libQFgamecode_builtins.so.1 -lib/libQFgib.a -lib/libQFgib.la -lib/libQFgib.so -lib/libQFgib.so.1 -lib/libQFimage.a -lib/libQFimage.la -lib/libQFimage.so -lib/libQFimage.so.1 -%%CLIENTS%%lib/libQFjs.a -%%CLIENTS%%lib/libQFjs.la -%%CLIENTS%%lib/libQFjs.so -%%CLIENTS%%lib/libQFjs.so.1 -lib/libQFmodels.a -lib/libQFmodels.la -lib/libQFmodels.so -lib/libQFmodels.so.1 -%%CLIENTS%%lib/libQFmodels_gl.a -%%CLIENTS%%lib/libQFmodels_gl.la -%%CLIENTS%%lib/libQFmodels_gl.so -%%CLIENTS%%lib/libQFmodels_gl.so.1 -%%CLIENTS%%lib/libQFmodels_sw.a -%%CLIENTS%%lib/libQFmodels_sw.la -%%CLIENTS%%lib/libQFmodels_sw.so -%%CLIENTS%%lib/libQFmodels_sw.so.1 -%%CLIENTS%%lib/libQFrenderer_gl.a -%%CLIENTS%%lib/libQFrenderer_gl.la -%%CLIENTS%%lib/libQFrenderer_gl.so -%%CLIENTS%%lib/libQFrenderer_gl.so.1 -%%CLIENTS%%lib/libQFrenderer_sw.a -%%CLIENTS%%lib/libQFrenderer_sw.la -%%CLIENTS%%lib/libQFrenderer_sw.so -%%CLIENTS%%lib/libQFrenderer_sw.so.1 -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.a -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.la -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so.1 -lib/libQFruamoko.a -lib/libQFruamoko.la -lib/libQFruamoko.so -lib/libQFruamoko.so.1 -%%CLIENTS%%lib/libQFsound.a -%%CLIENTS%%lib/libQFsound.la -%%CLIENTS%%lib/libQFsound.so -%%CLIENTS%%lib/libQFsound.so.1 -lib/libQFutil.a -lib/libQFutil.la -lib/libQFutil.so -lib/libQFutil.so.1 -%%CLIENTS%%lib/quakeforge/cd_file.a -%%CLIENTS%%lib/quakeforge/cd_file.la -%%CLIENTS%%lib/quakeforge/cd_file.so -%%CLIENTS%%%%SDL%%lib/quakeforge/cd_sdl.a -%%CLIENTS%%%%SDL%%lib/quakeforge/cd_sdl.la -%%CLIENTS%%%%SDL%%lib/quakeforge/cd_sdl.so -%%CLIENTS%%%%XMMS%%lib/quakeforge/cd_xmms.a -%%CLIENTS%%%%XMMS%%lib/quakeforge/cd_xmms.la -%%CLIENTS%%%%XMMS%%lib/quakeforge/cd_xmms.so -lib/quakeforge/console_client.a -lib/quakeforge/console_client.la -lib/quakeforge/console_client.so -lib/quakeforge/console_server.a -lib/quakeforge/console_server.la -lib/quakeforge/console_server.so -%%CLIENTS%%lib/quakeforge/snd_output_disk.a -%%CLIENTS%%lib/quakeforge/snd_output_disk.la -%%CLIENTS%%lib/quakeforge/snd_output_disk.so -%%CLIENTS%%lib/quakeforge/snd_output_oss.a -%%CLIENTS%%lib/quakeforge/snd_output_oss.la -%%CLIENTS%%lib/quakeforge/snd_output_oss.so -%%CLIENTS%%%%SDL%%lib/quakeforge/snd_output_sdl.a -%%CLIENTS%%%%SDL%%lib/quakeforge/snd_output_sdl.la -%%CLIENTS%%%%SDL%%lib/quakeforge/snd_output_sdl.so -%%CLIENTS%%lib/quakeforge/snd_render_default.a -%%CLIENTS%%lib/quakeforge/snd_render_default.la -%%CLIENTS%%lib/quakeforge/snd_render_default.so -lib/ruamoko/libcsqc.a -lib/ruamoko/libgui.a -lib/ruamoko/libnq.a -lib/ruamoko/libqw.a -lib/ruamoko/libr.a -%%DATADIR%%/QF/menu.dat.gz -%%SKYBOXES%%%%DATADIR%%/QF/skyboxes.pak +include/QF/GL/ati.h +include/QF/GL/defines.h +include/QF/GL/extensions.h +include/QF/GL/funcs.h +include/QF/GL/qf_explosions.h +include/QF/GL/qf_funcs_list.h +include/QF/GL/qf_lightmap.h +include/QF/GL/qf_rlight.h +include/QF/GL/qf_rmain.h +include/QF/GL/qf_rsurf.h +include/QF/GL/qf_sky.h +include/QF/GL/qf_textures.h +include/QF/GL/qf_vid.h +include/QF/GL/types.h +include/QF/GLSL/defines.h +include/QF/GLSL/funcs.h +include/QF/GLSL/qf_alias.h +include/QF/GLSL/qf_bsp.h +include/QF/GLSL/qf_funcs_list.h +include/QF/GLSL/qf_lightmap.h +include/QF/GLSL/qf_particles.h +include/QF/GLSL/qf_textures.h +include/QF/GLSL/qf_vid.h +include/QF/GLSL/types.h include/QF/bspfile.h include/QF/cbuf.h include/QF/cdaudio.h @@ -158,6 +90,12 @@ include/QF/pakfile.h include/QF/pcx.h include/QF/plugin.h +include/QF/plugin/cd.h +include/QF/plugin/console.h +include/QF/plugin/general.h +include/QF/plugin/input.h +include/QF/plugin/snd_output.h +include/QF/plugin/snd_render.h include/QF/png.h include/QF/pr_comp.h include/QF/pr_debug.h @@ -174,6 +112,7 @@ include/QF/riff.h include/QF/ruamoko.h include/QF/screen.h +include/QF/script.h include/QF/sizebuf.h include/QF/skin.h include/QF/sound.h @@ -186,136 +125,186 @@ include/QF/ver_check.h include/QF/vid.h include/QF/view.h +include/QF/vrect.h include/QF/wad.h include/QF/wadfile.h +include/QF/winding.h include/QF/zone.h -include/QF/GL/ati.h -include/QF/GL/defines.h -include/QF/GL/extensions.h -include/QF/GL/funcs.h -include/QF/GL/qf_explosions.h -include/QF/GL/qf_funcs_list.h -include/QF/GL/qf_lightmap.h -include/QF/GL/qf_noisetextures.h -include/QF/GL/qf_rlight.h -include/QF/GL/qf_rmain.h -include/QF/GL/qf_rsurf.h -include/QF/GL/qf_screen.h -include/QF/GL/qf_sky.h -include/QF/GL/qf_textures.h -include/QF/GL/qf_vid.h -include/QF/GL/types.h -include/QF/plugin/cd.h -include/QF/plugin/console.h -include/QF/plugin/general.h -include/QF/plugin/input.h -include/QF/plugin/snd_output.h -include/QF/plugin/snd_render.h -include/QF/ruamoko/Array.h -include/QF/ruamoko/AutoreleasePool.h -include/QF/ruamoko/Entity.h -include/QF/ruamoko/List.h -include/QF/ruamoko/ListNode.h -include/QF/ruamoko/Object.h -include/QF/ruamoko/Stack.h -include/QF/ruamoko/cbuf.h -include/QF/ruamoko/cmd.h -include/QF/ruamoko/crudefile.h -include/QF/ruamoko/cvar.h -include/QF/ruamoko/debug.h -include/QF/ruamoko/draw.h -include/QF/ruamoko/entities.h -include/QF/ruamoko/file.h -include/QF/ruamoko/gib.h -include/QF/ruamoko/hash.h -include/QF/ruamoko/infokey.h -include/QF/ruamoko/key.h -include/QF/ruamoko/math.h -include/QF/ruamoko/message.h -include/QF/ruamoko/nq_message.h -include/QF/ruamoko/physics.h -include/QF/ruamoko/plist.h -include/QF/ruamoko/qfile.h -include/QF/ruamoko/qfs.h -include/QF/ruamoko/qw_message.h -include/QF/ruamoko/qw_physics.h -include/QF/ruamoko/qw_sys.h -include/QF/ruamoko/server.h -include/QF/ruamoko/sound.h -include/QF/ruamoko/string.h -include/QF/ruamoko/system.h -include/QF/ruamoko/gui/Group.h -include/QF/ruamoko/gui/InputLine.h -include/QF/ruamoko/gui/Pic.h -include/QF/ruamoko/gui/Point.h -include/QF/ruamoko/gui/Rect.h -include/QF/ruamoko/gui/Size.h -include/QF/ruamoko/gui/Slider.h -include/QF/ruamoko/gui/Text.h -include/QF/ruamoko/gui/View.h -%%PORTDOCS%%%%DOCSDIR%%/3dfx.txt -%%PORTDOCS%%%%DOCSDIR%%/CodingStyle -%%PORTDOCS%%%%DOCSDIR%%/glqnotes.txt -%%PORTDOCS%%%%DOCSDIR%%/net_DoS_protection.txt -%%PORTDOCS%%%%DOCSDIR%%/progdefs.q1 -%%PORTDOCS%%%%DOCSDIR%%/progdefs.q2 -%%PORTDOCS%%%%DOCSDIR%%/qe3.ico -%%PORTDOCS%%%%DOCSDIR%%/qf-client-3dfx-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-glx-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-sdl-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-sgl-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-svga-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-x11-cmd.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-x11-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-server-cmd.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-server-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/quake.gif -%%PORTDOCS%%%%DOCSDIR%%/quake.ico -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/skybox.fig -%%PORTDOCS%%%%DOCSDIR%%/template.h -%%PORTDOCS%%%%DOCSDIR%%/timestamps.txt -%%PORTDOCS%%%%DOCSDIR%%/wqreadme.txt -%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v1.cfg -%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v3.cfg -%%PORTDOCS%%%%DOCSDIR%%/config/swspeed.cfg +%%CLIENTS%%lib/libQFcd.a +%%CLIENTS%%lib/libQFcd.la +%%CLIENTS%%lib/libQFcd.so +%%CLIENTS%%lib/libQFcd.so.1 +lib/libQFconsole.a +lib/libQFconsole.la +lib/libQFconsole.so +lib/libQFconsole.so.1 +lib/libQFgamecode.a +lib/libQFgamecode.la +lib/libQFgamecode.so +lib/libQFgamecode.so.1 +lib/libQFgib.a +lib/libQFgib.la +lib/libQFgib.so +lib/libQFgib.so.1 +lib/libQFimage.a +lib/libQFimage.la +lib/libQFimage.so +lib/libQFimage.so.1 +%%CLIENTS%%lib/libQFjs.a +%%CLIENTS%%lib/libQFjs.la +%%CLIENTS%%lib/libQFjs.so +%%CLIENTS%%lib/libQFjs.so.1 +lib/libQFmodels.a +lib/libQFmodels.la +lib/libQFmodels.so +lib/libQFmodels.so.1 +%%CLIENTS%%lib/libQFmodels_gl.a +%%CLIENTS%%lib/libQFmodels_gl.la +%%CLIENTS%%lib/libQFmodels_gl.so +%%CLIENTS%%lib/libQFmodels_gl.so.1 +%%CLIENTS%%lib/libQFmodels_glsl.a +%%CLIENTS%%lib/libQFmodels_glsl.la +%%CLIENTS%%lib/libQFmodels_glsl.so +%%CLIENTS%%lib/libQFmodels_glsl.so.1 +%%CLIENTS%%lib/libQFmodels_sw.a +%%CLIENTS%%lib/libQFmodels_sw.la +%%CLIENTS%%lib/libQFmodels_sw.so +%%CLIENTS%%lib/libQFmodels_sw.so.1 +%%CLIENTS%%lib/libQFrenderer_gl.a +%%CLIENTS%%lib/libQFrenderer_gl.la +%%CLIENTS%%lib/libQFrenderer_gl.so +%%CLIENTS%%lib/libQFrenderer_gl.so.1 +%%CLIENTS%%lib/libQFrenderer_glsl.a +%%CLIENTS%%lib/libQFrenderer_glsl.la +%%CLIENTS%%lib/libQFrenderer_glsl.so +%%CLIENTS%%lib/libQFrenderer_glsl.so.1 +%%CLIENTS%%lib/libQFrenderer_sw.a +%%CLIENTS%%lib/libQFrenderer_sw.la +%%CLIENTS%%lib/libQFrenderer_sw.so +%%CLIENTS%%lib/libQFrenderer_sw.so.1 +%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.a +%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.la +%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so +%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so.1 +lib/libQFruamoko.a +lib/libQFruamoko.la +lib/libQFruamoko.so +lib/libQFruamoko.so.1 +%%CLIENTS%%lib/libQFsound.a +%%CLIENTS%%lib/libQFsound.la +%%CLIENTS%%lib/libQFsound.so +%%CLIENTS%%lib/libQFsound.so.1 +lib/libQFutil.a +lib/libQFutil.la +lib/libQFutil.so +lib/libQFutil.so.1 +lib/qfcc/include/Array.h +lib/qfcc/include/AutoreleasePool.h +lib/qfcc/include/Entity.h +lib/qfcc/include/Object.h +lib/qfcc/include/PropertyList.h +lib/qfcc/include/Protocol.h +lib/qfcc/include/cbuf.h +lib/qfcc/include/cmd.h +lib/qfcc/include/crudefile.h +lib/qfcc/include/cvar.h +lib/qfcc/include/debug.h +lib/qfcc/include/draw.h +lib/qfcc/include/entities.h +lib/qfcc/include/file.h +lib/qfcc/include/gib.h +lib/qfcc/include/gui/Group.h +lib/qfcc/include/gui/InputLine.h +lib/qfcc/include/gui/Pic.h +lib/qfcc/include/gui/Point.h +lib/qfcc/include/gui/Rect.h +lib/qfcc/include/gui/Size.h +lib/qfcc/include/gui/Slider.h +lib/qfcc/include/gui/Text.h +lib/qfcc/include/gui/View.h +lib/qfcc/include/hash.h +lib/qfcc/include/infokey.h +lib/qfcc/include/key.h +lib/qfcc/include/math.h +lib/qfcc/include/message.h +lib/qfcc/include/msgbuf.h +lib/qfcc/include/nq_message.h +lib/qfcc/include/physics.h +lib/qfcc/include/plist.h +lib/qfcc/include/qfile.h +lib/qfcc/include/qfs.h +lib/qfcc/include/qw_message.h +lib/qfcc/include/qw_physics.h +lib/qfcc/include/qw_sys.h +lib/qfcc/include/runtime.h +lib/qfcc/include/script.h +lib/qfcc/include/server.h +lib/qfcc/include/sound.h +lib/qfcc/include/string.h +lib/qfcc/include/sv_sound.h +lib/qfcc/include/system.h +lib/qfcc/lib/libcsqc.a +lib/qfcc/lib/libgui.a +lib/qfcc/lib/libnq.a +lib/qfcc/lib/libqw.a +lib/qfcc/lib/libr.a +lib/qfcc/lib/libscheme.a +%%CLIENTS%%lib/quakeforge/plugins/cd_file.a +%%CLIENTS%%lib/quakeforge/plugins/cd_file.la +%%CLIENTS%%lib/quakeforge/plugins/cd_file.so +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/cd_sdl.a +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/cd_sdl.la +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/cd_sdl.so +%%CLIENTS%%%%XMMS%%lib/quakeforge/plugins/cd_xmms.a +%%CLIENTS%%%%XMMS%%lib/quakeforge/plugins/cd_xmms.la +%%CLIENTS%%%%XMMS%%lib/quakeforge/plugins/cd_xmms.so +%%CLIENTS%%lib/quakeforge/plugins/console_client.a +%%CLIENTS%%lib/quakeforge/plugins/console_client.la +%%CLIENTS%%lib/quakeforge/plugins/console_client.so +%%SERVERS%%lib/quakeforge/plugins/console_server.a +%%SERVERS%%lib/quakeforge/plugins/console_server.la +%%SERVERS%%lib/quakeforge/plugins/console_server.so +%%CLIENTS%%lib/quakeforge/plugins/snd_output_disk.a +%%CLIENTS%%lib/quakeforge/plugins/snd_output_disk.la +%%CLIENTS%%lib/quakeforge/plugins/snd_output_disk.so +%%CLIENTS%%lib/quakeforge/plugins/snd_output_oss.a +%%CLIENTS%%lib/quakeforge/plugins/snd_output_oss.la +%%CLIENTS%%lib/quakeforge/plugins/snd_output_oss.so +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/snd_output_sdl.a +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/snd_output_sdl.la +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/snd_output_sdl.so +%%CLIENTS%%lib/quakeforge/plugins/snd_render_default.a +%%CLIENTS%%lib/quakeforge/plugins/snd_render_default.la +%%CLIENTS%%lib/quakeforge/plugins/snd_render_default.so +%%CLIENTS%%%%JACK%%lib/quakeforge/plugins/snd_render_jack.a +%%CLIENTS%%%%JACK%%lib/quakeforge/plugins/snd_render_jack.la +%%CLIENTS%%%%JACK%%lib/quakeforge/plugins/snd_render_jack.so +libdata/pkgconfig/qfcc.pc +libdata/pkgconfig/quakeforge.pc +%%DATADIR%%/QF/menu.dat.gz +%%DATADIR%%/QF/menu.plist +%%DATADIR%%/QF/menu.sym.gz +%%SKYBOXES%%%%DATADIR%%/QF/skyboxes.pak %%PORTDOCS%%%%DOCSDIR%%/config/gib/adjustvolume.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/infobot.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/ln.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/qfadmin.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/sshot.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/zoom.gib -%%PORTDOCS%%%%DOCSDIR%%/data/comexp.txt -%%PORTDOCS%%%%DOCSDIR%%/data/help.txt -%%PORTDOCS%%%%DOCSDIR%%/data/licinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/data/manual.txt -%%PORTDOCS%%%%DOCSDIR%%/data/order.txt -%%PORTDOCS%%%%DOCSDIR%%/data/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/data/rlicnse.txt -%%PORTDOCS%%%%DOCSDIR%%/data/slicnse.txt -%%PORTDOCS%%%%DOCSDIR%%/data/techinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.q2mission -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.quake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.quake2 -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.glquake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.squake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.x11 -%%PORTDOCS%%%%DOCSDIR%%/ideas/quakedownload.txt -%%PORTDOCS%%%%DOCSDIR%%/ideas/rhamph.txt -%%PORTDOCS%%%%DOCSDIR%%/ideas/serverlist.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ideas +%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v1.cfg +%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v3.cfg +%%PORTDOCS%%%%DOCSDIR%%/config/swspeed.cfg %%PORTDOCS%%@dirrm %%DOCSDIR%%/config/gib %%PORTDOCS%%@dirrm %%DOCSDIR%%/config -%%PORTDOCS%%@dirrm %%DOCSDIR%%/data/docs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/data %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/QF/GL +@dirrm %%DATADIR%%/QF +@dirrm lib/quakeforge/plugins +@dirrm lib/quakeforge +@dirrm lib/qfcc/lib +@dirrm lib/qfcc/include/gui +@dirrm lib/qfcc/include +@dirrm lib/qfcc @dirrm include/QF/plugin -@dirrm include/QF/ruamoko/gui -@dirrm include/QF/ruamoko +@dirrm include/QF/GLSL +@dirrm include/QF/GL @dirrm include/QF -@dirrm lib/ruamoko -@dirrm lib/quakeforge -@dirrm %%DATADIR%%/QF --- files/patch-configure.orig 2006-12-29 22:12:42.000000000 +0100 +++ files/patch-configure 2012-02-12 16:07:52.000000000 +0100 @@ -1,6 +1,6 @@ ---- configure.orig Sun May 2 17:53:17 2004 -+++ configure Fri Dec 29 17:54:22 2006 -@@ -22733,7 +22733,7 @@ +--- configure.orig 2012-02-08 14:17:33.000000000 +0100 ++++ configure 2012-02-12 16:07:29.000000000 +0100 +@@ -13903,7 +13903,7 @@ int main () { @@ -9,7 +9,7 @@ ; return 0; } -@@ -32304,7 +32304,7 @@ +@@ -21217,7 +21217,7 @@ if test "x$BUILD_SW" = xyes; then --- files/patch-include-netmain.h.orig 2004-01-25 21:39:30.000000000 +0100 +++ files/patch-include-netmain.h 2012-02-12 15:37:46.000000000 +0100 @@ -1,11 +0,0 @@ ---- include/netmain.h.orig Wed Feb 12 22:08:55 2003 -+++ include/netmain.h Thu Jan 22 17:33:55 2004 -@@ -34,7 +34,8 @@ - - struct qsockaddr - { -- short qsa_family; -+ unsigned char dummy; -+ unsigned char qsa_family; - unsigned char qsa_data[14]; - }; --- files/patch-include__QF__console.h.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-include__QF__console.h 2012-02-12 15:37:46.000000000 +0100 @@ -1,9 +0,0 @@ ---- ./include/QF/console.h.orig Fri Jul 25 19:21:42 2003 -+++ ./include/QF/console.h Sun Dec 17 15:59:27 2006 -@@ -141,6 +141,4 @@ - void Menu_Enter (void); - void Menu_Leave (void); - --extern struct cvar_s *con_size; -- - #endif // __console_h --- files/patch-include__QF__sound.h.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-include__QF__sound.h 2012-02-12 15:37:46.000000000 +0100 @@ -1,34 +0,0 @@ ---- ./include/QF/sound.h.orig Tue Jan 20 23:52:07 2004 -+++ ./include/QF/sound.h Sun Dec 17 15:50:06 2006 -@@ -112,31 +112,14 @@ - // number of times S_Update() is called per second. - // - --extern qboolean fakedma; - extern int fakedma_updates; - extern unsigned paintedtime; --extern unsigned soundtime; --extern vec3_t listener_origin; --extern vec3_t listener_forward; --extern vec3_t listener_right; --extern vec3_t listener_up; --extern vec_t sound_nominal_clip_dist; - - extern struct cvar_s *snd_loadas8bit; --extern struct cvar_s *bgmvolume; - extern struct cvar_s *volume; - --extern struct cvar_s *snd_mixahead; --extern struct cvar_s *snd_device; --extern struct cvar_s *snd_rate; --extern struct cvar_s *snd_bits; --extern struct cvar_s *snd_stereo; - extern struct cvar_s *snd_interp; - extern struct cvar_s *snd_stereo_phase_separation; -- --extern qboolean snd_initialized; -- --extern int snd_blocked; - - void S_LocalSound (const char *s); - --- files/patch-include__context_x11.h.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-include__context_x11.h 2012-02-12 15:37:46.000000000 +0100 @@ -1,15 +0,0 @@ ---- ./include/context_x11.h.orig Sun Mar 21 02:39:59 2004 -+++ ./include/context_x11.h Sun Dec 17 16:04:17 2006 -@@ -51,12 +51,10 @@ - extern Window x_root; - extern Window x_win; - extern XVisualInfo *x_visinfo; --extern vec3_t x_gamma; - extern int x_screen; - extern int x_shmeventtype; - extern Time x_time; - extern Time x_mouse_time; --extern qboolean doShm; - extern qboolean oktodraw; - extern qboolean x_have_focus; - --- files/patch-libs__console__server.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-libs__console__server.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,11 +1,11 @@ ---- ./libs/console/server.c.orig Tue Jan 27 02:23:36 2004 -+++ ./libs/console/server.c Sun Dec 17 15:53:42 2006 -@@ -70,7 +70,7 @@ - +--- libs/console/server.c.orig 2012-01-07 01:59:05.000000000 +0100 ++++ libs/console/server.c 2012-01-09 19:04:37.000000000 +0100 +@@ -75,7 +75,7 @@ #include "compat.h" + #include "sv_console.h" --static console_data_t con_data; -+console_data_t con_data; +-static console_data_t sv_con_data; ++console_data_t sv_con_data; static QFile *log_file; static cvar_t *sv_logfile; --- files/patch-libs__gib__gib_classes.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-libs__gib__gib_classes.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,27 +1,29 @@ ---- ./libs/gib/gib_classes.c.orig Fri Nov 28 23:01:31 2003 -+++ ./libs/gib/gib_classes.c Sun Dec 17 15:56:41 2006 -@@ -192,7 +192,7 @@ - unsigned int size; - unsigned int i = 0; - -- static qboolean -+ qboolean - iterator (gib_class_t *class, void *unused) - { - reply[i++] = class->name; -@@ -610,13 +610,13 @@ - gib_classdesc_t desc; - enum {CLASS, INSTANCE} mode = INSTANCE; - -- static void -+ void - mtabfree (void *mtab, void *unused) - { - free (mtab); - } +--- libs/gib/gib_classes.c.orig 2012-01-07 01:59:05.000000000 +0100 ++++ libs/gib/gib_classes.c 2012-01-09 19:09:04.000000000 +0100 +@@ -187,7 +187,7 @@ + static const char **g_occ_reply; + static unsigned int g_occ_i = 0; -- static const char * -+ const char * - fname (const char *str) - { - if (mode == INSTANCE) +-static qboolean occ_iterator (gib_class_t *class, void *unused) ++qboolean occ_iterator (gib_class_t *class, void *unused) + { + g_occ_reply[g_occ_i++] = class->name; + return false; +@@ -602,7 +602,7 @@ + return 0; + } + +-static void gcbs_mtabfree (void *mtab, void *unused) ++void gcbs_mtabfree (void *mtab, void *unused) + { + free (mtab); + } +@@ -610,7 +610,7 @@ + static enum {CLASS, INSTANCE} g_gcbs_mode; + static const char *g_gcbs_name; + +-static const char *gcbs_fname (const char *str) ++const char *gcbs_fname (const char *str) + { + if (g_gcbs_mode == INSTANCE) + return va ("__%s_%s__", g_gcbs_name, str); --- files/patch-libs__gib__gib_function.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-libs__gib__gib_function.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,20 +1,20 @@ ---- ./libs/gib/gib_function.c.orig Fri Apr 9 15:18:19 2004 -+++ ./libs/gib/gib_function.c Sun Dec 17 15:57:10 2006 -@@ -169,7 +169,7 @@ - gib_var_t *var; - static char argss[] = "args"; +--- libs/gib/gib_function.c.orig 2012-01-07 01:59:05.000000000 +0100 ++++ libs/gib/gib_function.c 2012-01-09 19:19:37.000000000 +0100 +@@ -166,7 +166,7 @@ + static hashtab_t *g_fpa_zero = 0; + static unsigned int g_fpa_i, g_fpa_ind; + +-static qboolean fpa_iterate (char *arg, llist_node_t *node) ++qboolean fpa_iterate (char *arg, llist_node_t *node) + { + gib_var_t *var = GIB_Var_Get_Complex (&GIB_DATA(g_fpa_cbuf)->locals, &g_fpa_zero, + arg, &g_fpa_ind, true); +@@ -213,7 +213,7 @@ + static hashtab_t *g_fpad_zero = 0; + static unsigned int g_fpad_i, g_fpad_ind; -- static qboolean -+ qboolean - iterate (char *arg, llist_node_t *node) - { - var = GIB_Var_Get_Complex (&GIB_DATA(cbuf)->locals, &zero, -@@ -207,7 +207,7 @@ +-static qboolean fpad_iterate (char *arg, llist_node_t *node) ++qboolean fpad_iterate (char *arg, llist_node_t *node) + { gib_var_t *var; - static char argss[] = "args"; -- static qboolean -+ qboolean - iterate (char *arg, llist_node_t *node) - { - var = GIB_Var_Get_Complex (&GIB_DATA(cbuf)->locals, &zero, --- files/patch-libs__gib__gib_thread.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-libs__gib__gib_thread.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,11 +1,11 @@ ---- ./libs/gib/gib_thread.c.orig Thu Sep 11 03:03:10 2003 -+++ ./libs/gib/gib_thread.c Sun Dec 17 15:57:31 2006 -@@ -89,7 +89,7 @@ - void - GIB_Thread_Execute (void) +--- libs/gib/gib_thread.c.orig 2012-01-07 01:59:05.000000000 +0100 ++++ libs/gib/gib_thread.c 2012-01-09 19:22:35.000000000 +0100 +@@ -86,7 +86,7 @@ + return llist_size (gib_threads); + } + +-static qboolean te_iterator (cbuf_t *cbuf, llist_node_t *node) ++qboolean te_iterator (cbuf_t *cbuf, llist_node_t *node) { -- static qboolean iterator (cbuf_t *cbuf, llist_node_t *node) -+ qboolean iterator (cbuf_t *cbuf, llist_node_t *node) - { - if (GIB_DATA(cbuf)->program) - Cbuf_Execute_Stack (cbuf); + if (GIB_DATA(cbuf)->program) + Cbuf_Execute_Stack (cbuf); --- files/patch-libs__video__renderer__Makefile.in.orig 2006-12-29 22:12:42.000000000 +0100 +++ files/patch-libs__video__renderer__Makefile.in 2012-02-12 16:15:30.000000000 +0100 @@ -1,11 +1,11 @@ ---- ./libs/video/renderer/Makefile.in.orig Sun May 2 17:52:09 2004 -+++ ./libs/video/renderer/Makefile.in Fri Dec 29 17:41:47 2006 -@@ -409,7 +409,7 @@ - libQFrenderer_gl_la_LIBADD = gl/libgl.la - libQFrenderer_gl_la_SOURCES = $(common_sources) - libQFrenderer_gl_la_DEPENDENCIES = gl/libgl.la +--- libs/video/renderer/Makefile.in.orig 2012-02-08 14:17:27.000000000 +0100 ++++ libs/video/renderer/Makefile.in 2012-02-12 16:15:08.000000000 +0100 +@@ -503,7 +503,7 @@ + libQFrenderer_glsl_la_LIBADD = glsl/libglsl.la + libQFrenderer_glsl_la_DEPENDENCIES = glsl/libglsl.la + libQFrenderer_glsl_la_SOURCES = $(common_sources) -libQFrenderer_sw_la_LDFLAGS = @STATIC@ -+libQFrenderer_sw_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) ++libQFrenderer_sw_la_LDFLAGS = $(lib_ldflags) libQFrenderer_sw_la_LIBADD = sw/libsw.la - libQFrenderer_sw_la_SOURCES = $(common_sources) libQFrenderer_sw_la_DEPENDENCIES = sw/libsw.la + libQFrenderer_sw_la_SOURCES = $(common_sources) --- files/patch-libs__video__renderer__sw__Makefile.in.orig 2007-01-20 18:22:27.000000000 +0100 +++ files/patch-libs__video__renderer__sw__Makefile.in 2012-02-12 16:17:55.000000000 +0100 @@ -1,13 +1,11 @@ ---- ./libs/video/renderer/sw/Makefile.in.orig Sun May 2 17:52:12 2004 -+++ ./libs/video/renderer/sw/Makefile.in Sat Jan 20 12:17:37 2007 -@@ -403,8 +403,8 @@ - target_vendor = @target_vendor@ +--- libs/video/renderer/sw/Makefile.in.orig 2012-02-08 14:17:28.000000000 +0100 ++++ libs/video/renderer/sw/Makefile.in 2012-02-12 16:17:31.000000000 +0100 +@@ -413,7 +413,7 @@ + userpath = @userpath@ vid_libs = @vid_libs@ AUTOMAKE_OPTIONS = foreign -AM_CFLAGS = @PREFER_NON_PIC@ --AM_CCASFLAGS = @PREFER_NON_PIC@ +AM_CFLAGS = -fPIC -+AM_CCASFLAGS = -fPIC INCLUDES = -I$(top_srcdir)/include @ASM_ARCH_FALSE@asm = @ASM_ARCH_TRUE@asm = libasm.la --- files/patch-nq__source__sys_sdl.c.orig 2006-12-30 21:10:16.000000000 +0100 +++ files/patch-nq__source__sys_sdl.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,20 +0,0 @@ ---- nq/source/sys_sdl.c.orig Tue Jan 20 00:47:26 2004 -+++ nq/source/sys_sdl.c Sat Dec 30 16:44:41 2006 -@@ -63,6 +63,7 @@ - #include "QF/console.h" - #include "QF/qargs.h" - #include "QF/sys.h" -+#include "QF/progs.h" - - #include "client.h" - #include "compat.h" -@@ -106,6 +107,9 @@ - fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK); - #endif - } -+ -+extern void Key_Progs_Init (progs_t *pr); -+void (*x)() = Key_Progs_Init; - - #ifndef SDL_main - # define SDL_main main --- files/patch-nq__source__sys_unix.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-nq__source__sys_unix.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,12 +0,0 @@ ---- ./nq/source/sys_unix.c.orig Wed Jan 15 12:31:28 2003 -+++ ./nq/source/sys_unix.c Sun Dec 17 15:50:06 2006 -@@ -69,6 +69,9 @@ - fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK); - } - -+extern void Key_Progs_Init (progs_t *pr); -+void (*x)() = Key_Progs_Init; -+ - int - main (int c, const char *v[]) - { --- files/patch-pkg_config__Makefile.in.orig 2012-02-12 15:37:46.000000000 +0100 +++ files/patch-pkg_config__Makefile.in 2012-02-12 16:21:04.000000000 +0100 @@ -0,0 +1,11 @@ +--- pkg-config/Makefile.in.orig 2012-02-08 14:17:28.000000000 +0100 ++++ pkg-config/Makefile.in 2012-02-12 16:20:49.000000000 +0100 +@@ -104,7 +104,7 @@ + am__installdirs = "$(DESTDIR)$(pkgdatadir)" + DATA = $(pkgdata_DATA) + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +-pkgdatadir = @libdir@/pkgconfig ++pkgdatadir = @prefix@/libdata/pkgconfig + ACLOCAL = @ACLOCAL@ + ALLOCA = @ALLOCA@ + ALSA_LIBS = @ALSA_LIBS@ --- files/patch-qw__source__Makefile.in.orig 1970-01-01 01:00:00.000000000 +0100 +++ files/patch-qw__source__Makefile.in 2012-02-12 18:22:38.000000000 +0100 @@ -0,0 +1,11 @@ +--- qw/source/Makefile.in.orig 2012-02-08 14:17:29.000000000 +0100 ++++ qw/source/Makefile.in 2012-02-12 18:22:00.000000000 +0100 +@@ -597,7 +597,7 @@ + AUTOMAKE_OPTIONS = foreign + + # Stuff that is common to both client and server +-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/qw/include @LIBCURL_CPPFLAGS@ ++INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/qw/include @LIBCURL_CPPFLAGS@ @LIBCURL_CFLAGS@ + AM_CFLAGS = @PTHREAD_CFLAGS@ + bin_PROGRAMS = @QW_TARGETS@ + noinst_LIBRARIES = @qw_libs@ --- files/patch-qw__source__cl_chat.c.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-qw__source__cl_chat.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,44 +1,55 @@ ---- ./qw/source/cl_chat.c.orig Fri Jul 18 03:27:26 2003 -+++ ./qw/source/cl_chat.c Sun Dec 17 16:05:14 2006 -@@ -66,7 +66,7 @@ - static void - CL_Ignore_Sanity_Check (void) - { -- static qboolean iterator (ignore_t *ig, llist_node_t *node) -+ qboolean iterator (ignore_t *ig, llist_node_t *node) - { - if (cl.players[ig->slot].userid != ig->uid) // We got out of sync somehow - llist_remove (node); -@@ -80,12 +80,12 @@ - { - CL_Ignore_Sanity_Check (); - if (Cmd_Argc () == 1) { -- static qboolean live_iterator (ignore_t *ig, llist_node_t *node) -+ qboolean live_iterator (ignore_t *ig, llist_node_t *node) - { - Sys_Printf ("%5i - %s\n", ig->uid, Info_ValueForKey (cl.players[ig->slot].userinfo, "name")); - return true; - } -- static qboolean dead_iterator (ignore_t *ig, llist_node_t *node) -+ qboolean dead_iterator (ignore_t *ig, llist_node_t *node) - { - Sys_Printf ("%s\n", ig->lastname); - return true; -@@ -145,7 +145,7 @@ - dstring_t *test = dstring_newstr (); - qboolean allowed = true; - -- static qboolean iterator (ignore_t *ig, llist_node_t *node) -+ qboolean iterator (ignore_t *ig, llist_node_t *node) - { - if (cl.players[ig->slot].userid != ig->uid) { // We got out of sync somehow - llist_remove (node); -@@ -183,7 +183,7 @@ - { - ignore_t *found = 0; - -- static qboolean iterator (ignore_t *ig, llist_node_t *node) -+ qboolean iterator (ignore_t *ig, llist_node_t *node) - { - if (!strcmp (ig->lastname, name)) { - found = ig; +--- qw/source/cl_chat.c.orig 2012-01-07 01:59:05.000000000 +0100 ++++ qw/source/cl_chat.c 2012-01-09 19:41:47.000000000 +0100 +@@ -57,13 +57,13 @@ + free (ig); + } + +-static qboolean ++qboolean + CL_Ignore_Compare (const void *ele, const void *cmp, void *unused) + { + return *(int *)cmp == ((ignore_t *) ele)->uid; + } + +-static qboolean ++qboolean + isc_iterator (ignore_t *ig, llist_node_t *node) + { + if (cl.players[ig->slot].userid != ig->uid) // We got out of sync somehow +@@ -77,13 +77,13 @@ + llist_iterate (ignore_list, LLIST_ICAST (isc_iterator)); + } + +-static qboolean live_iterator (ignore_t *ig, llist_node_t *node) ++qboolean live_iterator (ignore_t *ig, llist_node_t *node) + { + Sys_Printf ("%5i - %s\n", ig->uid, Info_ValueForKey (cl.players[ig->slot].userinfo, "name")); + return true; + } + +-static qboolean dead_iterator (ignore_t *ig, llist_node_t *node) ++qboolean dead_iterator (ignore_t *ig, llist_node_t *node) + { + Sys_Printf ("%s\n", ig->lastname); + return true; +@@ -150,9 +150,9 @@ + */ + static const char *g_cam_str; + static dstring_t *g_cam_test; +-static qboolean g_cam_allowed; ++qboolean g_cam_allowed; + +-static qboolean cam_iterator (ignore_t *ig, llist_node_t *node) ++qboolean cam_iterator (ignore_t *ig, llist_node_t *node) + { + if (cl.players[ig->slot].userid != ig->uid) { // We got out of sync somehow + llist_remove (node); +@@ -195,7 +195,7 @@ + static const char *g_ccn_name; + static ignore_t *g_ccn_found; + +-static qboolean ccn_iterator (ignore_t *ig, llist_node_t *node) ++qboolean ccn_iterator (ignore_t *ig, llist_node_t *node) + { + if (!strcmp (ig->lastname, g_ccn_name)) { + g_ccn_found = ig; --- files/patch-qw__source__cl_sys_sdl.c.orig 2006-12-30 21:10:16.000000000 +0100 +++ files/patch-qw__source__cl_sys_sdl.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,20 +0,0 @@ ---- qw/source/cl_sys_sdl.c.orig Tue Jan 20 00:47:27 2004 -+++ qw/source/cl_sys_sdl.c Sat Dec 30 16:44:37 2006 -@@ -63,6 +63,7 @@ - #include "QF/console.h" - #include "QF/qargs.h" - #include "QF/sys.h" -+#include "QF/progs.h" - - #include "client.h" - #include "compat.h" -@@ -107,6 +108,9 @@ - fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK); - #endif - } -+ -+extern void Key_Progs_Init (progs_t *pr); -+void (*x)() = Key_Progs_Init; - - #ifndef SDL_main - # define SDL_main main --- files/patch-qw__source__cl_sys_unix.c.orig 2006-12-30 21:10:16.000000000 +0100 +++ files/patch-qw__source__cl_sys_unix.c 2012-02-12 15:37:46.000000000 +0100 @@ -1,20 +0,0 @@ ---- qw/source/cl_sys_unix.c.orig Tue Feb 11 19:48:57 2003 -+++ qw/source/cl_sys_unix.c Sat Dec 30 16:44:33 2006 -@@ -56,6 +56,7 @@ - #include "QF/console.h" - #include "QF/qargs.h" - #include "QF/sys.h" -+#include "QF/progs.h" - - #include "host.h" - #include "netchan.h" -@@ -72,6 +73,9 @@ - } - - int skipframes; -+ -+extern void Key_Progs_Init (progs_t *pr); -+void (*x)() = Key_Progs_Init; - - int - main (int c, const char *v[]) --- files/patch-tools__qfcc__include__method.h.orig 2006-12-17 20:24:20.000000000 +0100 +++ files/patch-tools__qfcc__include__method.h 2012-02-12 15:37:46.000000000 +0100 @@ -1,9 +0,0 @@ ---- ./tools/qfcc/include/method.h.orig Wed Feb 4 01:49:46 2004 -+++ ./tools/qfcc/include/method.h Sun Dec 17 16:07:08 2006 -@@ -99,6 +99,4 @@ - - struct expr_s *method_check_params (method_t *method, struct expr_s *args); - --extern struct hashtab_s *known_methods; -- - #endif//__method_h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:20:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BB761065670; Sun, 12 Feb 2012 20:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6608FC14; Sun, 12 Feb 2012 20:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKKGHp015748; Sun, 12 Feb 2012 20:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKKGam015744; Sun, 12 Feb 2012 20:20:16 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 20:20:16 GMT Message-Id: <201202122020.q1CKKGam015744@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:20:16 -0000 Synopsis: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 20:20:16 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165055 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:20:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0462A106566B; Sun, 12 Feb 2012 20:20:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA6E38FC19; Sun, 12 Feb 2012 20:20:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKKTJM017180; Sun, 12 Feb 2012 20:20:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKKTL1017171; Sun, 12 Feb 2012 20:20:29 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 20:20:29 GMT Message-Id: <201202122020.q1CKKTL1017171@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165056: games/quakeforge: update to 0.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:20:30 -0000 Synopsis: games/quakeforge: update to 0.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 20:20:29 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165056 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 20:30:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914911065674 for ; Sun, 12 Feb 2012 20:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 685748FC14 for ; Sun, 12 Feb 2012 20:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKUECH024330 for ; Sun, 12 Feb 2012 20:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKUEYi024325; Sun, 12 Feb 2012 20:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 20:30:14 GMT Resent-Message-Id: <201202122030.q1CKUEYi024325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juergen Lock Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2E40106566B for ; Sun, 12 Feb 2012 20:22:15 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D235F8FC13; Sun, 12 Feb 2012 20:22:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CKMFQT023938; Sun, 12 Feb 2012 20:22:15 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKMFwh023937; Sun, 12 Feb 2012 20:22:15 GMT (envelope-from nox) Message-Id: <201202122022.q1CKMFwh023937@freefall.freebsd.org> Date: Sun, 12 Feb 2012 20:22:15 GMT From: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: egoliveira@gmail.com Subject: ports/165057: multimedia/k9copy-kd4: libxine 1.2.x patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Lock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:30:14 -0000 >Number: 165057 >Category: ports >Synopsis: multimedia/k9copy-kd4: libxine 1.2.x patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 20:30:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 8.2-STABLE i386 >Organization: me? organized?? >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Hi! I maintain the multimedia/libxine port which I want to update to 1.2.1 and I found k9copy-kd4 needs patches to build with it. The libxine update is here: http://people.freebsd.org/~nox/tmp/libxine-1.2.1.patch The rest of the patches for ports depending on libxine which I already have approval for is here: http://people.freebsd.org/~nox/tmp/libxine-1.2.1-ports-001.patch Are the patches ok, can I commit them? (A PORTREVISION bump is also needed.) Thanx! :) Juergen >How-To-Repeat: Apply http://people.freebsd.org/~nox/tmp/libxine-1.2.1.patch and then try to build k9copy-kde4. >Fix: Index: files/patch-src-xine-k9xineplayer.cpp @@ -0,0 +1,35 @@ +--- src/xine/k9xineplayer.cpp.orig ++++ src/xine/k9xineplayer.cpp +@@ -260,8 +260,10 @@ void k9xinePlayer::init(WId _wid) { + event_queue = xine_event_new_queue(stream); + xine_event_create_listener_thread(event_queue, event_listener, this); + +- xine_gui_send_vo_data(stream, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); +- xine_gui_send_vo_data(stream, XINE_GUI_SEND_VIDEOWIN_VISIBLE, (void *) 1); ++ // xine_gui_send_vo_data(stream, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); ++ // xine_gui_send_vo_data(stream, XINE_GUI_SEND_VIDEOWIN_VISIBLE, (void *) 1); ++ xine_port_send_gui_data(vo_port, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); ++ xine_port_send_gui_data(vo_port, XINE_GUI_SEND_VIDEOWIN_VISIBLE, (void *) 1); + m_execute=true; + + } +@@ -284,7 +286,8 @@ void k9xinePlayer::quit() { + void k9xinePlayer::update() { + if (stream && !running ) { + if (m_mutex.tryLock()) { +- xine_gui_send_vo_data(stream, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); ++ // xine_gui_send_vo_data(stream, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); ++ xine_port_send_gui_data(vo_port, XINE_GUI_SEND_DRAWABLE_CHANGED, (void *) m_wid); + m_mutex.unlock(); + } + } +@@ -317,7 +320,8 @@ void k9xineThread::run() { + case Expose: + if (xevent.xexpose.count != 0) + break; +- xine_gui_send_vo_data(m_player->getStream(), XINE_GUI_SEND_EXPOSE_EVENT, &xevent); ++ // xine_gui_send_vo_data(m_player->getStream(), XINE_GUI_SEND_EXPOSE_EVENT, &xevent); ++ xine_port_send_gui_data(m_player->getPort(), XINE_GUI_SEND_EXPOSE_EVENT, &xevent); + break; + } + } Index: files/patch-src-xine-k9xineplayer.h @@ -0,0 +1,10 @@ +--- src/xine/k9xineplayer.h.orig ++++ src/xine/k9xineplayer.h +@@ -68,6 +68,7 @@ public: + int positionAbs() {return m_posabs ;} + int length() {return m_length;} + xine_stream_t *getStream() { return stream;} ++ xine_video_port_t *getPort() { return vo_port;} + bool isRunning() {return running;} + WId wid() const { return m_wid;} + QString title() const {return m_title;} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C06511065670 for ; Mon, 13 Feb 2012 00:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9056B8FC14 for ; Mon, 13 Feb 2012 00:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00RWY018699 for ; Mon, 13 Feb 2012 00:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00Rmo018692; Mon, 13 Feb 2012 00:00:27 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:27 GMT Resent-Message-Id: <201202130000.q1D00Rmo018692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D4A1065673 for ; Sun, 12 Feb 2012 23:51:24 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id E28A78FC17 for ; Sun, 12 Feb 2012 23:51:23 +0000 (UTC) Received: from host32.pn.sinp.msu.ru (host32.pn.sinp.msu.ru [213.131.11.32]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id q1CNaSFj065883 for ; Mon, 13 Feb 2012 03:36:28 +0400 (MSK) (envelope-from svysh@pn.sinp.msu.ru) Received: (from svysh@localhost) by host32.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id q1CNaQHj035055; Mon, 13 Feb 2012 03:36:26 +0400 (MSK) (envelope-from svysh) Message-Id: <201202122336.q1CNaQHj035055@host32.pn.sinp.msu.ru> Date: Mon, 13 Feb 2012 03:36:26 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165061: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:27 -0000 >Number: 165061 >Category: ports >Synopsis: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD host32.pn.sinp.msu.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Jan 27 13:51:06 MSK 2012 >Description: Proc::SafeExec provides an easy, safe way to execute external programs. It replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines. WWW: http://search.cpan.org/dist/Proc-SafeExec/ This port is needed by the next version (to be submitted soon) of the existing suite of ports security/p5-openxpki* >How-To-Repeat: >Fix: --- p5-Proc-SafeExec-1.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Proc-SafeExec # p5-Proc-SafeExec/pkg-plist # p5-Proc-SafeExec/pkg-descr # p5-Proc-SafeExec/Makefile # p5-Proc-SafeExec/distinfo # echo c - p5-Proc-SafeExec mkdir -p p5-Proc-SafeExec > /dev/null 2>&1 echo x - p5-Proc-SafeExec/pkg-plist sed 's/^X//' >p5-Proc-SafeExec/pkg-plist << 'b3c6e48902ae12fe2fa4f0a9ada569db' X%%SITE_PERL%%/Proc/SafeExec.pm X%%SITE_PERL%%/Proc/SafeExec/Queue.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/SafeExec/.packlist Xshare/licenses/p5-Proc-SafeExec-1.4/ART10 Xshare/licenses/p5-Proc-SafeExec-1.4/GPLv1 Xshare/licenses/p5-Proc-SafeExec-1.4/LICENSE Xshare/licenses/p5-Proc-SafeExec-1.4/catalog.mk X@dirrm share/licenses/p5-Proc-SafeExec-1.4 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/SafeExec X@dirrm %%SITE_PERL%%/Proc/SafeExec b3c6e48902ae12fe2fa4f0a9ada569db echo x - p5-Proc-SafeExec/pkg-descr sed 's/^X//' >p5-Proc-SafeExec/pkg-descr << '9c607c198d6df15facbb0380908d5cfc' XProc::SafeExec provides an easy, safe way to execute external programs. It Xreplaces all of Perl's questionable ways of accomodating this, including Xsystem(), open() with a pipe, exec(), back-ticks, etc. This module will never Xautomatically invoke /bin/sh. This module is easy enough to use that /bin/sh Xshould be unnecessary, even for complex pipelines. X XWWW: http://search.cpan.org/dist/Proc-SafeExec/ 9c607c198d6df15facbb0380908d5cfc echo x - p5-Proc-SafeExec/Makefile sed 's/^X//' >p5-Proc-SafeExec/Makefile << '45d683997c297b7d17ad708b538ed12c' X# New ports collection makefile for: p5-Proc-SafeExec X# Date created: 2012-02-13 X# Whom: Sergei Vyshenski X# X# $FreeBSD$ X# X XPORTNAME= Proc-SafeExec XPORTVERSION= 1.4 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN X#MASTER_SITE_SUBDIR= XPKGNAMEPREFIX= p5- X#PKGNAMESUFFIX= X#DISTNAME= X#EXTRACT_SUFX= X#DISTFILES= X#DIST_SUBDIR= ${PORTNAME} X#EXTRACT_ONLY= X XMAINTAINER= svysh@pn.sinp.msu.ru XCOMMENT= Convenient utility for executing external commands in various ways X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XPERL_CONFIGURE= yes X XMAN3= Proc::SafeExec.3 \ X Proc::SafeExec::Queue.3 X X.include 45d683997c297b7d17ad708b538ed12c echo x - p5-Proc-SafeExec/distinfo sed 's/^X//' >p5-Proc-SafeExec/distinfo << '1ef16b719e637f12a42b532867fa9552' XSHA256 (Proc-SafeExec-1.4.tar.gz) = cbe23bef86d52d41f52e77583ce334b59a3708832cdc60ea93ab162946adcba1 XSIZE (Proc-SafeExec-1.4.tar.gz) = 11370 1ef16b719e637f12a42b532867fa9552 exit --- p5-Proc-SafeExec-1.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 027FA106564A for ; Mon, 13 Feb 2012 00:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB3BA8FC1A for ; Mon, 13 Feb 2012 00:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00SAm018724 for ; Mon, 13 Feb 2012 00:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00Sou018721; Mon, 13 Feb 2012 00:00:28 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:28 GMT Resent-Message-Id: <201202130000.q1D00Sou018721@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5613B106564A for ; Sun, 12 Feb 2012 23:58:14 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 193E38FC16 for ; Sun, 12 Feb 2012 23:58:13 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1CNwCOk051950; Sun, 12 Feb 2012 23:58:12 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1CNwBs2051945; Sun, 12 Feb 2012 23:58:11 GMT (envelope-from pgollucci) Message-Id: <201202122358.q1CNwBs2051945@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 23:58:11 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lapo@lapo.it Subject: ports/165062: [PATCH] mail/xpi-dispmua: update to 1.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:29 -0000 >Number: 165062 >Category: ports >Synopsis: [PATCH] mail/xpi-dispmua: update to 1.6.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.6.6 Port maintainer (lapo@lapo.it) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-dispmua-1.6.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/xpi-dispmua/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 8 Jul 2011 23:47:20 -0000 1.1 +++ Makefile 12 Feb 2012 23:36:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dispmua -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= mail DISTNAME= display_mail_user_agent-${DISTVERSION}-tb+sm Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/xpi-dispmua/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 8 Jul 2011 23:47:20 -0000 1.1 +++ distinfo 12 Feb 2012 23:36:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/display_mail_user_agent-1.6.5-tb+sm.xpi) = d1525cae5f2075af6895468df29b0af1a32dd61eb8986b644c442d484a3b80a8 -SIZE (xpi/display_mail_user_agent-1.6.5-tb+sm.xpi) = 3335438 +SHA256 (xpi/display_mail_user_agent-1.6.6-tb+sm.xpi) = c61934c6152bf8940297b8aac28734cee26c9e8706fb602bf26100d3a579381e +SIZE (xpi/display_mail_user_agent-1.6.6-tb+sm.xpi) = 3336852 --- xpi-dispmua-1.6.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B592106566C for ; Mon, 13 Feb 2012 00:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F5DA8FC0A for ; Mon, 13 Feb 2012 00:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00UK2018756 for ; Mon, 13 Feb 2012 00:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00UBu018755; Mon, 13 Feb 2012 00:00:30 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:30 GMT Resent-Message-Id: <201202130000.q1D00UBu018755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B34106564A for ; Sun, 12 Feb 2012 23:58:59 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id B23DA8FC08 for ; Sun, 12 Feb 2012 23:58:58 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1CNwvWu052458; Sun, 12 Feb 2012 23:58:57 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1CNwvXq052455; Sun, 12 Feb 2012 23:58:57 GMT (envelope-from pgollucci) Message-Id: <201202122358.q1CNwvXq052455@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 23:58:57 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gecko@FreeBSD.org Subject: ports/165063: [PATCH] www/xpi-downthemall: update to 2.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:30 -0000 >Number: 165063 >Category: ports >Synopsis: [PATCH] www/xpi-downthemall: update to 2.0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:29 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 2.0.13 Port maintainer (gecko@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-downthemall-2.0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-downthemall/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- Makefile 28 Jan 2012 10:18:54 -0000 1.30 +++ Makefile 12 Feb 2012 23:36:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= downthemall -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-downthemall/distinfo,v retrieving revision 1.24 diff -u -u -r1.24 distinfo --- distinfo 28 Jan 2012 10:18:54 -0000 1.24 +++ distinfo 12 Feb 2012 23:36:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/downthemall-2.0.12-fx+sm.xpi) = ffef5fa2d146fcf0a1c10f7f4ca7f2a1359c3e940cc8d0f67d762fddea07e469 -SIZE (xpi/downthemall-2.0.12-fx+sm.xpi) = 700460 +SHA256 (xpi/downthemall-2.0.13-fx+sm.xpi) = 323f59a240dedb53e43a6701cd64a362c98c8536731493d5a82517e6cdec7c0c +SIZE (xpi/downthemall-2.0.13-fx+sm.xpi) = 709293 --- xpi-downthemall-2.0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1274E1065672 for ; Mon, 13 Feb 2012 00:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD32E8FC1F for ; Mon, 13 Feb 2012 00:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00Uob018768 for ; Mon, 13 Feb 2012 00:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00UE6018767; Mon, 13 Feb 2012 00:00:30 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:30 GMT Resent-Message-Id: <201202130000.q1D00UE6018767@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9B79106564A for ; Sun, 12 Feb 2012 23:59:18 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 847EC8FC18 for ; Sun, 12 Feb 2012 23:59:18 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1CNxHS2052704; Sun, 12 Feb 2012 23:59:17 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1CNxHiM052700; Sun, 12 Feb 2012 23:59:17 GMT (envelope-from pgollucci) Message-Id: <201202122359.q1CNxHiM052700@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 23:59:17 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/165064: [PATCH] www/xpi-errorzilla: update to 0.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:31 -0000 >Number: 165064 >Category: ports >Synopsis: [PATCH] www/xpi-errorzilla: update to 0.42 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:30 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.42 Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-errorzilla-0.42.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-errorzilla/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 22 Mar 2011 17:51:34 -0000 1.9 +++ Makefile 12 Feb 2012 23:53:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= errorzilla -PORTVERSION= 0.40 +PORTVERSION= 0.42 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -22,6 +22,7 @@ chrome/content/images/firefox_logo2.gif \ chrome/content/lib.js \ chrome/content/netError.css \ + chrome/content/netError.dtd \ chrome/content/netError.js \ chrome/content/netError.xhtml \ chrome/content/overlay.xul \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-errorzilla/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 22 Mar 2011 17:51:34 -0000 1.6 +++ distinfo 12 Feb 2012 23:36:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/errorzilla_mod-0.40-fx.xpi) = f7af871ad69c098d6303c70e626bd3c89099d08c06c3af02fb6aa576cd929ab4 -SIZE (xpi/errorzilla_mod-0.40-fx.xpi) = 115005 +SHA256 (xpi/errorzilla_mod-0.42-fx.xpi) = c86075b64bcbc310f548cc42c036ec3f8cef15a29267a11120fb350cecd445e4 +SIZE (xpi/errorzilla_mod-0.42-fx.xpi) = 120323 --- xpi-errorzilla-0.42.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D41106566C for ; Mon, 13 Feb 2012 00:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB1E68FC21 for ; Mon, 13 Feb 2012 00:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00VWj018779 for ; Mon, 13 Feb 2012 00:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00VsG018776; Mon, 13 Feb 2012 00:00:31 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:31 GMT Resent-Message-Id: <201202130000.q1D00VsG018776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82ECA106564A for ; Sun, 12 Feb 2012 23:59:47 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1648FC08 for ; Sun, 12 Feb 2012 23:59:46 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1CNxkSl052976; Sun, 12 Feb 2012 23:59:46 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1CNxk7K052975; Sun, 12 Feb 2012 23:59:46 GMT (envelope-from pgollucci) Message-Id: <201202122359.q1CNxk7K052975@frieza.p6m7g8.net> Date: Sun, 12 Feb 2012 23:59:46 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nork@FreeBSD.org Subject: ports/165065: [PATCH] www/xpi-firemobilesimulator: update to 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:32 -0000 >Number: 165065 >Category: ports >Synopsis: [PATCH] www/xpi-firemobilesimulator: update to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:30 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.2.2 Port maintainer (nork@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-firemobilesimulator-1.2.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-firemobilesimulator/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 25 Jun 2011 22:25:28 -0000 1.12 +++ Makefile 12 Feb 2012 23:36:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= firemobilesimulator -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= https://ss1.xrea.com/poly.s49.xrea.com/dev/firefox/ DISTNAME= ${XPI_DISTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-firemobilesimulator/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 25 Jun 2011 22:25:28 -0000 1.13 +++ distinfo 12 Feb 2012 23:36:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/firemobilesimulator_1.2.1.xpi) = b4d2acf1b81363fbda8fbfc6927d7be0cc188c0822e020126d5280087d3e1dfd -SIZE (xpi/firemobilesimulator_1.2.1.xpi) = 735223 +SHA256 (xpi/firemobilesimulator_1.2.2.xpi) = 0f1c33ddf47d98cd27d3765440653330d6d095fb3058b5b5034847ef231fdc62 +SIZE (xpi/firemobilesimulator_1.2.2.xpi) = 737133 --- xpi-firemobilesimulator-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 972BD106567A for ; Mon, 13 Feb 2012 00:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EF8F8FC08 for ; Mon, 13 Feb 2012 00:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00Wne018789 for ; Mon, 13 Feb 2012 00:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00WXS018788; Mon, 13 Feb 2012 00:00:32 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:00:32 GMT Resent-Message-Id: <201202130000.q1D00WXS018788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC1DE106564A for ; Mon, 13 Feb 2012 00:00:11 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 52E138FC08 for ; Mon, 13 Feb 2012 00:00:11 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D00Ag9053265; Mon, 13 Feb 2012 00:00:10 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D00ArM053263; Mon, 13 Feb 2012 00:00:10 GMT (envelope-from pgollucci) Message-Id: <201202130000.q1D00ArM053263@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:00:10 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gecko@FreeBSD.org Subject: ports/165066: [PATCH] www/xpi-greasemonkey: update to 0.9.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:32 -0000 >Number: 165066 >Category: ports >Synopsis: [PATCH] www/xpi-greasemonkey: update to 0.9.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:00:31 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.9.17 Port maintainer (gecko@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-greasemonkey-0.9.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-greasemonkey/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 28 Jan 2012 08:06:51 -0000 1.26 +++ Makefile 12 Feb 2012 23:36:04 -0000 @@ -6,7 +6,7 @@ # PORTNAME= greasemonkey -PORTVERSION= 0.9.15 +PORTVERSION= 0.9.17 DISTVERSIONSUFFIX= -fx CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-greasemonkey/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 28 Jan 2012 08:06:51 -0000 1.19 +++ distinfo 12 Feb 2012 23:36:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-0.9.15-fx.xpi) = 6424b17070da14fd367d42b0ac1009f416e944193274a71d32906f170c3845af -SIZE (xpi/greasemonkey-0.9.15-fx.xpi) = 166057 +SHA256 (xpi/greasemonkey-0.9.17-fx.xpi) = 8fc73643adc9a57b58fc19a76d16b505f2f1fbaa879149bd00bfc54e9b73c18c +SIZE (xpi/greasemonkey-0.9.17-fx.xpi) = 167072 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/xpi-greasemonkey/pkg-plist,v retrieving revision 1.17 diff -u -u -r1.17 pkg-plist --- pkg-plist 28 Jan 2012 08:06:51 -0000 1.17 +++ pkg-plist 12 Feb 2012 23:51:29 -0000 @@ -34,7 +34,6 @@ %%XPI_XPIDIR%%/modules/util/getTempFile.js %%XPI_XPIDIR%%/modules/util/getUriFromFile.js %%XPI_XPIDIR%%/modules/util/hitch.js -%%XPI_XPIDIR%%/modules/util/installUri.js %%XPI_XPIDIR%%/modules/util/isGreasemonkeyable.js %%XPI_XPIDIR%%/modules/util/logError.js %%XPI_XPIDIR%%/modules/util/memoize.js --- xpi-greasemonkey-0.9.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:43 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A54106566B; Mon, 13 Feb 2012 00:00:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A634A8FC0A; Mon, 13 Feb 2012 00:00:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00hbl019011; Mon, 13 Feb 2012 00:00:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00hfs019004; Mon, 13 Feb 2012 00:00:43 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:00:43 GMT Message-Id: <201202130000.q1D00hfs019004@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165061: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:43 -0000 Synopsis: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:00:41 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165061 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:00:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61FF21065670; Mon, 13 Feb 2012 00:00:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 33D728FC0C; Mon, 13 Feb 2012 00:00:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D00rjV019433; Mon, 13 Feb 2012 00:00:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00rXa019424; Mon, 13 Feb 2012 00:00:53 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:00:53 GMT Message-Id: <201202130000.q1D00rXa019424@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165062: [PATCH] mail/xpi-dispmua: update to 1.6.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:00:53 -0000 Synopsis: [PATCH] mail/xpi-dispmua: update to 1.6.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:00:52 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165062 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:01:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C60106568E; Mon, 13 Feb 2012 00:01:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 763118FC1E; Mon, 13 Feb 2012 00:01:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D01NXs020600; Mon, 13 Feb 2012 00:01:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D01Np8020591; Mon, 13 Feb 2012 00:01:23 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:01:23 GMT Message-Id: <201202130001.q1D01Np8020591@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165063: [PATCH] www/xpi-downthemall: update to 2.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:01:23 -0000 Synopsis: [PATCH] www/xpi-downthemall: update to 2.0.13 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:01:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165063 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:01:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 387041065686; Mon, 13 Feb 2012 00:01:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0ADC48FC14; Mon, 13 Feb 2012 00:01:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D01a4G020993; Mon, 13 Feb 2012 00:01:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D01ahO020984; Mon, 13 Feb 2012 00:01:36 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:01:36 GMT Message-Id: <201202130001.q1D01ahO020984@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165064: [PATCH] www/xpi-errorzilla: update to 0.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:01:37 -0000 Synopsis: [PATCH] www/xpi-errorzilla: update to 0.42 Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:01:35 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165064 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:01:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDB0F1065691; Mon, 13 Feb 2012 00:01:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB198FC08; Mon, 13 Feb 2012 00:01:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D01rGx021395; Mon, 13 Feb 2012 00:01:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D01rpZ021386; Mon, 13 Feb 2012 00:01:53 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:01:53 GMT Message-Id: <201202130001.q1D01rpZ021386@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165065: [PATCH] www/xpi-firemobilesimulator: update to 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:01:53 -0000 Synopsis: [PATCH] www/xpi-firemobilesimulator: update to 1.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:01:51 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165065 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:02:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05771106566B; Mon, 13 Feb 2012 00:02:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBE848FC08; Mon, 13 Feb 2012 00:02:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D026L8021854; Mon, 13 Feb 2012 00:02:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D026ou021844; Mon, 13 Feb 2012 00:02:06 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:02:06 GMT Message-Id: <201202130002.q1D026ou021844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165066: [PATCH] www/xpi-greasemonkey: update to 0.9.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:02:07 -0000 Synopsis: [PATCH] www/xpi-greasemonkey: update to 0.9.17 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:02:05 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165066 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342401065672 for ; Mon, 13 Feb 2012 00:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07AB48FC12 for ; Mon, 13 Feb 2012 00:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AAmO031584 for ; Mon, 13 Feb 2012 00:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AAON031583; Mon, 13 Feb 2012 00:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:10 GMT Resent-Message-Id: <201202130010.q1D0AAON031583@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6B2106566B for ; Mon, 13 Feb 2012 00:00:29 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 547078FC08 for ; Mon, 13 Feb 2012 00:00:29 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D00Ste053517; Mon, 13 Feb 2012 00:00:28 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D00S7u053516; Mon, 13 Feb 2012 00:00:28 GMT (envelope-from pgollucci) Message-Id: <201202130000.q1D00S7u053516@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:00:28 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skreuzer@FreeBSD.org Subject: ports/165067: [PATCH] www/xpi-httpfox: update to 0.8.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:11 -0000 >Number: 165067 >Category: ports >Synopsis: [PATCH] www/xpi-httpfox: update to 0.8.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.8.10 Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-httpfox-0.8.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-httpfox/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 15 Oct 2010 14:10:59 -0000 1.5 +++ Makefile 12 Feb 2012 23:36:27 -0000 @@ -6,7 +6,7 @@ # PORTNAME= httpfox -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.10 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-httpfox/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 Mar 2011 12:37:22 -0000 1.5 +++ distinfo 12 Feb 2012 23:36:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/httpfox-0.8.8-fx+sm.xpi) = c6702c232768f26c238d3358f1579e9c12aee0f5ef5a0f1990c0df9decd4f932 -SIZE (xpi/httpfox-0.8.8-fx+sm.xpi) = 114782 +SHA256 (xpi/httpfox-0.8.10-fx+sm.xpi) = eaad359478dafb04283d48c91b84a508830c546d01914dbcef84b66ae76e6822 +SIZE (xpi/httpfox-0.8.10-fx+sm.xpi) = 135516 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/xpi-httpfox/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 1 Nov 2008 21:56:17 -0000 1.1 +++ pkg-plist 12 Feb 2012 23:52:25 -0000 @@ -1,10 +1,51 @@ -%%XPI_XPIDIR%%/chrome/httpfox.jar %%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/chrome/content/HttpFox.js +%%XPI_XPIDIR%%/chrome/content/HttpFoxOptions.xul +%%XPI_XPIDIR%%/chrome/content/HttpFoxOverlay.xul +%%XPI_XPIDIR%%/chrome/content/HttpFoxTree.js +%%XPI_XPIDIR%%/chrome/content/HttpFoxWindow.xul +%%XPI_XPIDIR%%/chrome/content/Utils.js +%%XPI_XPIDIR%%/chrome/content/XMLPrettyPrint.css +%%XPI_XPIDIR%%/chrome/content/XMLPrettyPrint.xsl +%%XPI_XPIDIR%%/chrome/content/bindings.xml +%%XPI_XPIDIR%%/chrome/content/browserOverlay.xul +%%XPI_XPIDIR%%/chrome/content/browserOverlayOld.xul +%%XPI_XPIDIR%%/chrome/locale/de-DE/HttpFox.dtd +%%XPI_XPIDIR%%/chrome/locale/de-DE/HttpFox.properties +%%XPI_XPIDIR%%/chrome/locale/en-US/HttpFox.dtd +%%XPI_XPIDIR%%/chrome/locale/en-US/HttpFox.properties +%%XPI_XPIDIR%%/chrome/locale/ja-JP/HttpFox.dtd +%%XPI_XPIDIR%%/chrome/locale/ja-JP/HttpFox.properties +%%XPI_XPIDIR%%/chrome/locale/nl-NL/HttpFox.dtd +%%XPI_XPIDIR%%/chrome/locale/nl-NL/HttpFox.properties +%%XPI_XPIDIR%%/chrome/skin/HttpFox.css +%%XPI_XPIDIR%%/chrome/skin/application_double.png +%%XPI_XPIDIR%%/chrome/skin/application_double_grey.png +%%XPI_XPIDIR%%/chrome/skin/clear.png +%%XPI_XPIDIR%%/chrome/skin/close.png +%%XPI_XPIDIR%%/chrome/skin/globe16.png +%%XPI_XPIDIR%%/chrome/skin/globe18.png +%%XPI_XPIDIR%%/chrome/skin/globe24.png +%%XPI_XPIDIR%%/chrome/skin/globe32.png +%%XPI_XPIDIR%%/chrome/skin/globe64.png +%%XPI_XPIDIR%%/chrome/skin/go.png +%%XPI_XPIDIR%%/chrome/skin/nodeClosed.png +%%XPI_XPIDIR%%/chrome/skin/nodeOpen.png +%%XPI_XPIDIR%%/chrome/skin/search.png +%%XPI_XPIDIR%%/chrome/skin/toolbar.png %%XPI_XPIDIR%%/components/HttpFoxService.js %%XPI_XPIDIR%%/defaults/preferences/HttpFox.js %%XPI_XPIDIR%%/install.rdf %%XPI_XPIDIR%%/license.txt -@dirrm %%XPI_XPIDIR%%/chrome -@dirrm %%XPI_XPIDIR%%/components +@dirrm lib/xpi @dirrm %%XPI_XPIDIR%%/defaults/preferences @dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/chrome/skin +@dirrm %%XPI_XPIDIR%%/chrome/locale/nl-NL +@dirrm %%XPI_XPIDIR%%/chrome/locale/ja-JP +@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US +@dirrm %%XPI_XPIDIR%%/chrome/locale/de-DE +@dirrm %%XPI_XPIDIR%%/chrome/locale +@dirrm %%XPI_XPIDIR%%/chrome/content +@dirrm %%XPI_XPIDIR%%%%XPI_XPIDIR%%/chrome --- xpi-httpfox-0.8.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8986D1065677 for ; Mon, 13 Feb 2012 00:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 617698FC17 for ; Mon, 13 Feb 2012 00:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AB2s031593 for ; Mon, 13 Feb 2012 00:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0ABGG031592; Mon, 13 Feb 2012 00:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:11 GMT Resent-Message-Id: <201202130010.q1D0ABGG031592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9757F1065670 for ; Mon, 13 Feb 2012 00:00:55 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFDF8FC16 for ; Mon, 13 Feb 2012 00:00:55 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D00sku053792; Mon, 13 Feb 2012 00:00:54 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D00sHU053791; Mon, 13 Feb 2012 00:00:54 GMT (envelope-from pgollucci) Message-Id: <201202130000.q1D00sHU053791@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:00:54 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nork@FreeBSD.org Subject: ports/165068: [PATCH] www/xpi-it_s_all_text: update to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:11 -0000 >Number: 165068 >Category: ports >Synopsis: [PATCH] www/xpi-it_s_all_text: update to 1.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.6.0 Port maintainer (nork@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-it_s_all_text-1.6.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-it_s_all_text/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 26 Jun 2011 16:10:11 -0000 1.4 +++ Makefile 12 Feb 2012 23:36:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= it_s_all_text -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 DISTVERSIONSUFFIX= -sm+fx CATEGORIES= www DISTNAME= ${PORTNAME:S/it_s/its/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-it_s_all_text/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 26 Jun 2011 16:10:11 -0000 1.4 +++ distinfo 12 Feb 2012 23:36:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/its_all_text-1.5.2-sm+fx.xpi) = 92c35571e8148598c8b245dfdc098c86a8dc65eb6787f20f4d44c2e33283f8f4 -SIZE (xpi/its_all_text-1.5.2-sm+fx.xpi) = 128185 +SHA256 (xpi/its_all_text-1.6.0-sm+fx.xpi) = ecba0b4aa8fab9591b8c43dab9d8a682b86924f43af49ecf11fb020537d9e5de +SIZE (xpi/its_all_text-1.6.0-sm+fx.xpi) = 137310 --- xpi-it_s_all_text-1.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A53E91065674 for ; Mon, 13 Feb 2012 00:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7CDEA8FC20 for ; Mon, 13 Feb 2012 00:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AERG031752 for ; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AEXN031751; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:14 GMT Resent-Message-Id: <201202130010.q1D0AEXN031751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B41C1065686 for ; Mon, 13 Feb 2012 00:01:27 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 1428D8FC12 for ; Mon, 13 Feb 2012 00:01:26 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D01O30054099; Mon, 13 Feb 2012 00:01:24 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D01NIO054095; Mon, 13 Feb 2012 00:01:23 GMT (envelope-from pgollucci) Message-Id: <201202130001.q1D01NIO054095@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:01:23 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kamikaze@bsdforen.de Subject: ports/165069: [PATCH] www/xpi-modify_headers: update to 0.7.1.2b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:14 -0000 >Number: 165069 >Category: ports >Synopsis: [PATCH] www/xpi-modify_headers: update to 0.7.1.2b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.7.1.2b Port maintainer (kamikaze@bsdforen.de) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-modify_headers-0.7.1.2b.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-modify_headers/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 29 Dec 2011 15:17:40 -0000 1.9 +++ Makefile 12 Feb 2012 23:36:34 -0000 @@ -6,7 +6,7 @@ # PORTNAME= modify_headers -PORTVERSION= 0.7.1.1 +PORTVERSION= 0.7.1.2b DISTVERSIONSUFFIX= -fx CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-modify_headers/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 29 Dec 2011 15:17:40 -0000 1.6 +++ distinfo 12 Feb 2012 23:36:34 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/modify_headers-0.7.1.1-fx.xpi) = 9386d82c79742070df7e566a6530885a98b10e627715112c02790188915f1041 -SIZE (xpi/modify_headers-0.7.1.1-fx.xpi) = 61705 +SHA256 (xpi/modify_headers-0.7.1.2b-fx.xpi) = ea2a5cccba99ab9db14b6dc43923d970c67049dc2a65161ace5a66826473d2f7 +SIZE (xpi/modify_headers-0.7.1.2b-fx.xpi) = 61722 --- xpi-modify_headers-0.7.1.2b.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED61E1065677 for ; Mon, 13 Feb 2012 00:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C53D58FC22 for ; Mon, 13 Feb 2012 00:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AEl7031761 for ; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AE6Z031760; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:14 GMT Resent-Message-Id: <201202130010.q1D0AE6Z031760@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B0C1065680 for ; Mon, 13 Feb 2012 00:01:46 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id A1B288FC19 for ; Mon, 13 Feb 2012 00:01:46 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D01j7W054358; Mon, 13 Feb 2012 00:01:45 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D01jro054357; Mon, 13 Feb 2012 00:01:45 GMT (envelope-from pgollucci) Message-Id: <201202130001.q1D01jro054357@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:01:45 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lapo@lapo.it Subject: ports/165070: [PATCH] www/xpi-searchstatus: update to 1.39 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:15 -0000 >Number: 165070 >Category: ports >Synopsis: [PATCH] www/xpi-searchstatus: update to 1.39 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 1.39 Port maintainer (lapo@lapo.it) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-searchstatus-1.39.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-searchstatus/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 28 Jun 2010 13:05:51 -0000 1.11 +++ Makefile 12 Feb 2012 23:36:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= searchstatus -PORTVERSION= 1.33 +PORTVERSION= 1.39 DISTVERSIONSUFFIX= -fx CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-searchstatus/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 19 Mar 2011 12:37:27 -0000 1.11 +++ distinfo 12 Feb 2012 23:36:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/searchstatus-1.33-fx.xpi) = 118278f9a96adcfcf6abea2059c8421a09667418f82c42d491e101d844bbc0b0 -SIZE (xpi/searchstatus-1.33-fx.xpi) = 70988 +SHA256 (xpi/searchstatus-1.39-fx.xpi) = 29989845072e9e87a037a5e6dce81ca25b01186be193c7860784e13c1d0ace2b +SIZE (xpi/searchstatus-1.39-fx.xpi) = 67916 --- xpi-searchstatus-1.39.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 407F81065679 for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18E4A8FC25 for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AEZq031770 for ; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AEQ6031769; Mon, 13 Feb 2012 00:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:14 GMT Resent-Message-Id: <201202130010.q1D0AEQ6031769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7101065670 for ; Mon, 13 Feb 2012 00:02:10 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id D7CAB8FC14 for ; Mon, 13 Feb 2012 00:02:09 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D029dr054623; Mon, 13 Feb 2012 00:02:09 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D028bP054619; Mon, 13 Feb 2012 00:02:08 GMT (envelope-from pgollucci) Message-Id: <201202130002.q1D028bP054619@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:02:08 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lapo@lapo.it Subject: ports/165071: [PATCH] www/xpi-stumbleupon: update to 3.76 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:15 -0000 >Number: 165071 >Category: ports >Synopsis: [PATCH] www/xpi-stumbleupon: update to 3.76 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 3.76 Port maintainer (lapo@lapo.it) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-stumbleupon-3.76.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-stumbleupon/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 8 Sep 2010 00:49:07 -0000 1.16 +++ Makefile 12 Feb 2012 23:36:24 -0000 @@ -6,7 +6,7 @@ # PORTNAME= stumbleupon -PORTVERSION= 3.73 +PORTVERSION= 3.76 DISTVERSIONSUFFIX= -fx+sm+mz CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-stumbleupon/distinfo,v retrieving revision 1.17 diff -u -u -r1.17 distinfo --- distinfo 19 Mar 2011 12:37:27 -0000 1.17 +++ distinfo 12 Feb 2012 23:36:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/stumbleupon-3.73-fx+sm+mz.xpi) = a5f50f4977eb4b10508205820216d13d25eee4ab90158923c878ccb8ac6511a8 -SIZE (xpi/stumbleupon-3.73-fx+sm+mz.xpi) = 321856 +SHA256 (xpi/stumbleupon-3.76-fx+sm+mz.xpi) = 0b855b1f277103fa1e32eb01c2d36e838eb5f9f5c28a8f9decab6ce79328a997 +SIZE (xpi/stumbleupon-3.76-fx+sm+mz.xpi) = 322702 --- xpi-stumbleupon-3.76.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D85106567D for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 625868FC29 for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AFH7031779 for ; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AFKg031778; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:15 GMT Resent-Message-Id: <201202130010.q1D0AFKg031778@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 571C510656A6 for ; Mon, 13 Feb 2012 00:02:26 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id D30418FC0C for ; Mon, 13 Feb 2012 00:02:24 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D02OdV054876; Mon, 13 Feb 2012 00:02:24 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D02NIE054873; Mon, 13 Feb 2012 00:02:23 GMT (envelope-from pgollucci) Message-Id: <201202130002.q1D02NIE054873@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:02:23 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nork@FreeBSD.org Subject: ports/165072: [PATCH] www/xpi-user_agent_switcher: update to 0.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:15 -0000 >Number: 165072 >Category: ports >Synopsis: [PATCH] www/xpi-user_agent_switcher: update to 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.7.3 Port maintainer (nork@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-user_agent_switcher-0.7.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-user_agent_switcher/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 4 Jul 2009 11:38:19 -0000 1.2 +++ Makefile 12 Feb 2012 23:36:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= user_agent_switcher -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-user_agent_switcher/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 19 Mar 2011 12:37:29 -0000 1.3 +++ distinfo 12 Feb 2012 23:36:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/user_agent_switcher-0.7.2-fx+sm.xpi) = a9f2f2fc99bbd41e571125ec66d14eb7c49fca5c7950c33b00b32f31bf154bce -SIZE (xpi/user_agent_switcher-0.7.2-fx+sm.xpi) = 38477 +SHA256 (xpi/user_agent_switcher-0.7.3-fx+sm.xpi) = 29b95958781bd1e03d0a217a9c34f382f542f5f3769c9c7bfc0b919cc89858b8 +SIZE (xpi/user_agent_switcher-0.7.3-fx+sm.xpi) = 42336 --- xpi-user_agent_switcher-0.7.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0939106566C for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6A6F8FC2B for ; Mon, 13 Feb 2012 00:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AFmb031788 for ; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AFrm031787; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:15 GMT Resent-Message-Id: <201202130010.q1D0AFrm031787@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58EA61065675 for ; Mon, 13 Feb 2012 00:02:37 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6418FC19 for ; Mon, 13 Feb 2012 00:02:36 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D02aJh055110; Mon, 13 Feb 2012 00:02:36 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D02ZW5055107; Mon, 13 Feb 2012 00:02:35 GMT (envelope-from pgollucci) Message-Id: <201202130002.q1D02ZW5055107@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:02:35 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: zhoushuqun@gmail.com Subject: ports/165073: [PATCH] www/xpi-yslow: update to 3.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:16 -0000 >Number: 165073 >Category: ports >Synopsis: [PATCH] www/xpi-yslow: update to 3.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 3.0.9 Port maintainer (zhoushuqun@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-yslow-3.0.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-yslow/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 22 Sep 2010 04:52:40 -0000 1.4 +++ Makefile 12 Feb 2012 23:36:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= yslow -PORTVERSION= 2.0.7 +PORTVERSION= 3.0.9 DISTVERSIONSUFFIX= -fx CATEGORIES= www Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-yslow/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 Mar 2011 12:37:30 -0000 1.5 +++ distinfo 12 Feb 2012 23:36:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/yslow-2.0.7-fx.xpi) = 7234276dc6778efce3bf171f41bf942f0764ff7dfdf98048b1c311949e1c535c -SIZE (xpi/yslow-2.0.7-fx.xpi) = 219696 +SHA256 (xpi/yslow-3.0.9-fx.xpi) = 2af26cbee3a4dc6a9c0090d97d5ab8173c6df71629b8f777557bf2cb85e07d6d +SIZE (xpi/yslow-3.0.9-fx.xpi) = 194572 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/xpi-yslow/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 22 Sep 2010 04:52:40 -0000 1.4 +++ pkg-plist 12 Feb 2012 23:56:27 -0000 @@ -1,40 +1,21 @@ +%%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/chrome/content/bindings.xml %%XPI_XPIDIR%%/chrome/content/browser.xul %%XPI_XPIDIR%%/chrome/content/exporter.js %%XPI_XPIDIR%%/chrome/content/platform-ff.js %%XPI_XPIDIR%%/chrome/content/view.js +%%XPI_XPIDIR%%/chrome/content/yslow-ff-pref.js +%%XPI_XPIDIR%%/chrome/content/yslow-firebug-net.js +%%XPI_XPIDIR%%/chrome/content/yslow-firebug.js +%%XPI_XPIDIR%%/chrome/content/yslow-firefox-net.js +%%XPI_XPIDIR%%/chrome/content/yslow-firefox.js %%XPI_XPIDIR%%/chrome/content/yslow/ad_rules.js %%XPI_XPIDIR%%/chrome/content/yslow/component.js %%XPI_XPIDIR%%/chrome/content/yslow/componentSet.js %%XPI_XPIDIR%%/chrome/content/yslow/context.js %%XPI_XPIDIR%%/chrome/content/yslow/controller.js %%XPI_XPIDIR%%/chrome/content/yslow/doc.js -%%XPI_XPIDIR%%/chrome/content/yslow/img/arrowDown.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/arrowUp.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/bn_edit.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/bn_yel_left.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/bn_yel_mid.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/bn_yel_right.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/grade_mask.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/gradient_bg.jpg -%%XPI_XPIDIR%%/chrome/content/yslow/img/header_bg.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/ico_collapse.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/ico_expand.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/ico_help.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/ico_print.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/icon.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/land_bg_left.jpg -%%XPI_XPIDIR%%/chrome/content/yslow/img/land_bg_mid.jpg -%%XPI_XPIDIR%%/chrome/content/yslow/img/land_bg_right.jpg -%%XPI_XPIDIR%%/chrome/content/yslow/img/land_logo.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/logo_16x16.png %%XPI_XPIDIR%%/chrome/content/yslow/img/logo_32x32.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/magnify.gif -%%XPI_XPIDIR%%/chrome/content/yslow/img/modal_bot_24.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/modal_mid_24.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/modal_top_24.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/overlay.png -%%XPI_XPIDIR%%/chrome/content/yslow/img/speedometer.png %%XPI_XPIDIR%%/chrome/content/yslow/jslintwrapper.js %%XPI_XPIDIR%%/chrome/content/yslow/lib/beautify.js %%XPI_XPIDIR%%/chrome/content/yslow/lib/cssmin.js @@ -47,30 +28,24 @@ %%XPI_XPIDIR%%/chrome/content/yslow/renderers.js %%XPI_XPIDIR%%/chrome/content/yslow/resultset.js %%XPI_XPIDIR%%/chrome/content/yslow/rules.js +%%XPI_XPIDIR%%/chrome/content/yslow/tabview.css %%XPI_XPIDIR%%/chrome/content/yslow/tool.css %%XPI_XPIDIR%%/chrome/content/yslow/tools.js %%XPI_XPIDIR%%/chrome/content/yslow/util.js +%%XPI_XPIDIR%%/chrome/content/yslow/version.js %%XPI_XPIDIR%%/chrome/content/yslow/yslow.css %%XPI_XPIDIR%%/chrome/content/yslow/yslow.js -%%XPI_XPIDIR%%/chrome/content/yslow/yui/tabview.css -%%XPI_XPIDIR%%/chrome/content/yslow-ff-pref.js -%%XPI_XPIDIR%%/chrome/content/yslow-firebug-net.js -%%XPI_XPIDIR%%/chrome/content/yslow-firebug.js -%%XPI_XPIDIR%%/chrome/content/yslow-firefox-net.js -%%XPI_XPIDIR%%/chrome/content/yslow-firefox.js %%XPI_XPIDIR%%/chrome/content/yslowOptions.xul %%XPI_XPIDIR%%/chrome/content/yslowOverlay.xul %%XPI_XPIDIR%%/chrome/skin/yslow.css -%%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/defaults/preferences/yslow.js %%XPI_XPIDIR%%/install.rdf %%XPI_XPIDIR%%/license.txt -@dirrm %%XPI_XPIDIR%%/chrome/content/yslow/img +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/chrome/skin @dirrm %%XPI_XPIDIR%%/chrome/content/yslow/lib -@dirrm %%XPI_XPIDIR%%/chrome/content/yslow/yui +@dirrm %%XPI_XPIDIR%%/chrome/content/yslow/img @dirrm %%XPI_XPIDIR%%/chrome/content/yslow @dirrm %%XPI_XPIDIR%%/chrome/content -@dirrm %%XPI_XPIDIR%%/chrome/skin @dirrm %%XPI_XPIDIR%%/chrome -@dirrm %%XPI_XPIDIR%%/defaults/preferences -@dirrm %%XPI_XPIDIR%%/defaults --- xpi-yslow-3.0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3661C1065673 for ; Mon, 13 Feb 2012 00:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DBF68FC0A for ; Mon, 13 Feb 2012 00:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AFI9031797 for ; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AFfg031796; Mon, 13 Feb 2012 00:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 00:10:15 GMT Resent-Message-Id: <201202130010.q1D0AFfg031796@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E16F106566B for ; Mon, 13 Feb 2012 00:03:15 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id F073C8FC18 for ; Mon, 13 Feb 2012 00:03:14 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D03DVA055445; Mon, 13 Feb 2012 00:03:14 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D03DBS055443; Mon, 13 Feb 2012 00:03:13 GMT (envelope-from pgollucci) Message-Id: <201202130003.q1D03DBS055443@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 00:03:13 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gustavofukao@gmail.com Subject: ports/165074: [PATCH] www/xpi-bookmarkdd: update to 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:16 -0000 >Number: 165074 >Category: ports >Synopsis: [PATCH] www/xpi-bookmarkdd: update to 0.7.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 00:10:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.7.5 Added file(s): - pkg-plist Port maintainer (gustavofukao@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-bookmarkdd-0.7.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/xpi-bookmarkdd/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 7 Sep 2008 07:23:17 -0000 1.2 +++ Makefile 12 Feb 2012 23:50:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bookmarkdd -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.5 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -17,7 +17,7 @@ XPI_NUM= 1553 XPI_DISTNAME= bookmark_duplicate_detector XPI_FILES= chrome.manifest install.rdf \ - chrome/ChangeLog chrome/TODO chrome/duplicates.jar \ + chrome/ChangeLog chrome/Todo chrome/duplicates.jar \ defaults/preferences/prefs.js XPI_DIRS= chrome defaults/preferences defaults Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/xpi-bookmarkdd/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 19 Mar 2011 12:37:18 -0000 1.3 +++ distinfo 12 Feb 2012 23:36:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (xpi/bookmark_duplicate_detector-0.6.4-fx.xpi) = a5c2e3522fab33824faee075e4a156c82b80d21dcd10f5d8b14730504e24f351 -SIZE (xpi/bookmark_duplicate_detector-0.6.4-fx.xpi) = 102564 +SHA256 (xpi/bookmark_duplicate_detector-0.7.5-fx.xpi) = 7d40ececd09ebec872f45774ab55db9101db87dbc80d9039b5d0523b79a90484 +SIZE (xpi/bookmark_duplicate_detector-0.7.5-fx.xpi) = 125523 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 12 Feb 2012 23:49:42 -0000 @@ -0,0 +1,3 @@ +%%XPI_XPIDIR%%/chrome/Todo +@dirrm lib/xpi +@dirrm %%XPI_XPIDIR%%%%XPI_XPIDIR%%/chrome --- xpi-bookmarkdd-0.7.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7833A1065672; Mon, 13 Feb 2012 00:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4AEFA8FC16; Mon, 13 Feb 2012 00:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0ALY8031953; Mon, 13 Feb 2012 00:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0ALqI031948; Mon, 13 Feb 2012 00:10:21 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:10:21 GMT Message-Id: <201202130010.q1D0ALqI031948@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165067: [PATCH] www/xpi-httpfox: update to 0.8.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:21 -0000 Synopsis: [PATCH] www/xpi-httpfox: update to 0.8.10 Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:10:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165067 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D1421065675; Mon, 13 Feb 2012 00:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E355B8FC27; Mon, 13 Feb 2012 00:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AQvn032566; Mon, 13 Feb 2012 00:10:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AQdH032558; Mon, 13 Feb 2012 00:10:26 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:10:26 GMT Message-Id: <201202130010.q1D0AQdH032558@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165068: [PATCH] www/xpi-it_s_all_text: update to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:27 -0000 Synopsis: [PATCH] www/xpi-it_s_all_text: update to 1.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:10:26 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165068 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E9881065670; Mon, 13 Feb 2012 00:10:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E48228FC20; Mon, 13 Feb 2012 00:10:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0AXq3033115; Mon, 13 Feb 2012 00:10:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0AXlW033109; Mon, 13 Feb 2012 00:10:33 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:10:33 GMT Message-Id: <201202130010.q1D0AXlW033109@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165069: [PATCH] www/xpi-modify_headers: update to 0.7.1.2b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:34 -0000 Synopsis: [PATCH] www/xpi-modify_headers: update to 0.7.1.2b Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:10:33 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165069 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:10:51 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D95E71065670; Mon, 13 Feb 2012 00:10:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB89A8FC1D; Mon, 13 Feb 2012 00:10:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0ApEn034840; Mon, 13 Feb 2012 00:10:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0ApFE034831; Mon, 13 Feb 2012 00:10:51 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:10:51 GMT Message-Id: <201202130010.q1D0ApFE034831@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165070: [PATCH] www/xpi-searchstatus: update to 1.39 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:10:51 -0000 Synopsis: [PATCH] www/xpi-searchstatus: update to 1.39 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:10:51 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165070 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:11:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE84B106567B; Mon, 13 Feb 2012 00:11:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A99968FC1A; Mon, 13 Feb 2012 00:11:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0B7M1036632; Mon, 13 Feb 2012 00:11:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0B7UG036622; Mon, 13 Feb 2012 00:11:07 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:11:07 GMT Message-Id: <201202130011.q1D0B7UG036622@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165071: [PATCH] www/xpi-stumbleupon: update to 3.76 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:11:08 -0000 Synopsis: [PATCH] www/xpi-stumbleupon: update to 3.76 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:11:07 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165071 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:11:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F151065686; Mon, 13 Feb 2012 00:11:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 440F88FC19; Mon, 13 Feb 2012 00:11:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0BLm8038299; Mon, 13 Feb 2012 00:11:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0BLRg038290; Mon, 13 Feb 2012 00:11:21 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:11:21 GMT Message-Id: <201202130011.q1D0BLRg038290@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165072: [PATCH] www/xpi-user_agent_switcher: update to 0.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:11:21 -0000 Synopsis: [PATCH] www/xpi-user_agent_switcher: update to 0.7.3 Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:11:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165072 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:11:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A7371065690; Mon, 13 Feb 2012 00:11:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5C98FC1E; Mon, 13 Feb 2012 00:11:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0BQY1038971; Mon, 13 Feb 2012 00:11:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0BQfj038960; Mon, 13 Feb 2012 00:11:26 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:11:26 GMT Message-Id: <201202130011.q1D0BQfj038960@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165073: [PATCH] www/xpi-yslow: update to 3.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:11:26 -0000 Synopsis: [PATCH] www/xpi-yslow: update to 3.0.9 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:11:25 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165073 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 00:11:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437D71065672; Mon, 13 Feb 2012 00:11:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15AC38FC1D; Mon, 13 Feb 2012 00:11:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D0BdgC040757; Mon, 13 Feb 2012 00:11:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0BdpQ040748; Mon, 13 Feb 2012 00:11:39 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:11:39 GMT Message-Id: <201202130011.q1D0BdpQ040748@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165074: [PATCH] www/xpi-bookmarkdd: update to 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 00:11:40 -0000 Synopsis: [PATCH] www/xpi-bookmarkdd: update to 0.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:11:39 UTC 2012 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165074 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 356051065672 for ; Mon, 13 Feb 2012 02:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 101DF8FC15 for ; Mon, 13 Feb 2012 02:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2UBOL065465 for ; Mon, 13 Feb 2012 02:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2UBAP065464; Mon, 13 Feb 2012 02:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 02:30:11 GMT Resent-Message-Id: <201202130230.q1D2UBAP065464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7005106564A for ; Mon, 13 Feb 2012 02:22:28 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 93D538FC18 for ; Mon, 13 Feb 2012 02:22:28 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id E76521E3C; Mon, 13 Feb 2012 10:21:30 +0800 (CST) Message-Id: <20120213022130.E76521E3C@sunpoet.net> Date: Mon, 13 Feb 2012 10:21:30 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: brix@FreeBSD.org Subject: ports/165076: [PATCH] devel/p5-Module-Runtime: update to 0.012 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:30:12 -0000 >Number: 165076 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Runtime: update to 0.012 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 02:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.012 Port maintainer (brix@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Module-Runtime-0.012.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-Runtime/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 30 Oct 2011 18:04:39 -0000 1.7 +++ Makefile 13 Feb 2012 02:22:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-Runtime -PORTVERSION= 0.011 +PORTVERSION= 0.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,10 +17,6 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \ - ${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify -RUN_DEPENDS:= ${BUILD_DEPENDS} - PERL_MODBUILD= yes MAN3= Module::Runtime.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Module-Runtime/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 30 Oct 2011 18:04:39 -0000 1.6 +++ distinfo 13 Feb 2012 02:22:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (Module-Runtime-0.011.tar.gz) = fab8f82434032e2464ea89e4ce36a372204cb44e2870754eb4fa85d0a4b07741 -SIZE (Module-Runtime-0.011.tar.gz) = 11182 +SHA256 (Module-Runtime-0.012.tar.gz) = ce4d231de26005fc3d7505c6fc3641711a8038f9a06a398a24db9dea03903a79 +SIZE (Module-Runtime-0.012.tar.gz) = 15692 --- p5-Module-Runtime-0.012.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F11051065676 for ; Mon, 13 Feb 2012 02:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC32B8FC18 for ; Mon, 13 Feb 2012 02:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2UCV5065499 for ; Mon, 13 Feb 2012 02:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2UCK9065496; Mon, 13 Feb 2012 02:30:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 02:30:12 GMT Resent-Message-Id: <201202130230.q1D2UCK9065496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A7351065673 for ; Mon, 13 Feb 2012 02:30:01 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id B68E58FC0C for ; Mon, 13 Feb 2012 02:30:00 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D2TxO4025944; Mon, 13 Feb 2012 02:29:59 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D2Txlj025884; Mon, 13 Feb 2012 02:29:59 GMT (envelope-from pgollucci) Message-Id: <201202130229.q1D2Txlj025884@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 02:29:59 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: zhoushuqun@gmail.com Subject: ports/165077: [PATCH] www/ap22-mod_auth_openid: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:30:13 -0000 >Number: 165077 >Category: ports >Synopsis: [PATCH] www/ap22-mod_auth_openid: update to 0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 02:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.6 Port maintainer (zhoushuqun@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ap22-mod_auth_openid-0.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_openid/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 20 Aug 2011 17:27:39 -0000 1.8 +++ Makefile 13 Feb 2012 00:39:26 -0000 @@ -6,8 +6,7 @@ # PORTNAME= mod_auth_openid -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= www MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_openid/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 19 Mar 2011 12:34:33 -0000 1.4 +++ distinfo 13 Feb 2012 00:39:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (mod_auth_openid-0.5.tar.gz) = 7f1a4d31660bc52f72395454a58d0c37ed48255fe90ad186f2d10a6dd068e77d -SIZE (mod_auth_openid-0.5.tar.gz) = 326556 +SHA256 (mod_auth_openid-0.6.tar.gz) = 79e7ca52511d12309ccc3f390255eaade345dcf5959410d352797a22dab6c17b +SIZE (mod_auth_openid-0.6.tar.gz) = 328713 --- ap22-mod_auth_openid-0.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:30:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A1161065670; Mon, 13 Feb 2012 02:30:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B3418FC13; Mon, 13 Feb 2012 02:30:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2UUCG066828; Mon, 13 Feb 2012 02:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2UUQ1066819; Mon, 13 Feb 2012 02:30:30 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 02:30:30 GMT Message-Id: <201202130230.q1D2UUQ1066819@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brix@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165076: [PATCH] devel/p5-Module-Runtime: update to 0.012 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:30:30 -0000 Synopsis: [PATCH] devel/p5-Module-Runtime: update to 0.012 Responsible-Changed-From-To: freebsd-ports-bugs->brix Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 02:30:29 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165076 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:30:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89A2F10656B6; Mon, 13 Feb 2012 02:30:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C24E8FC13; Mon, 13 Feb 2012 02:30:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2Udwk067639; Mon, 13 Feb 2012 02:30:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2UdPt067631; Mon, 13 Feb 2012 02:30:39 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 02:30:39 GMT Message-Id: <201202130230.q1D2UdPt067631@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165077: [PATCH] www/ap22-mod_auth_openid: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:30:39 -0000 Synopsis: [PATCH] www/ap22-mod_auth_openid: update to 0.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 13 02:30:38 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165077 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE3101065672 for ; Mon, 13 Feb 2012 02:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A57998FC13 for ; Mon, 13 Feb 2012 02:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2e8YD076897 for ; Mon, 13 Feb 2012 02:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2e8g9076896; Mon, 13 Feb 2012 02:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 02:40:08 GMT Resent-Message-Id: <201202130240.q1D2e8g9076896@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D351065670 for ; Mon, 13 Feb 2012 02:30:34 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 35A1D8FC18 for ; Mon, 13 Feb 2012 02:30:34 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1D2ULLk038768; Mon, 13 Feb 2012 02:30:21 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1D2ULT3038576; Mon, 13 Feb 2012 02:30:21 GMT (envelope-from pgollucci) Message-Id: <201202130230.q1D2ULT3038576@frieza.p6m7g8.net> Date: Mon, 13 Feb 2012 02:30:21 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@christianserving.org Subject: ports/165078: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:40:09 -0000 >Number: 165078 >Category: ports >Synopsis: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 02:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: - Update to 0.13 Port maintainer (ports@christianserving.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ap22-mod_setenvifplus-0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_setenvifplus/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 9 Jan 2012 15:41:07 -0000 1.2 +++ Makefile 13 Feb 2012 00:40:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mod_setenvifplus -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www MASTER_SITES= SF MASTER_SITE_SUBDIR= modsetenvifplus Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mod_setenvifplus/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 21 Aug 2011 18:37:48 -0000 1.1 +++ distinfo 13 Feb 2012 00:40:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (mod_setenvifplus-0.12-src.tar.gz) = 1ce3b297fb8fe9a2490d91ff979e8828a23829214a1dfb69d161c2832af59007 -SIZE (mod_setenvifplus-0.12-src.tar.gz) = 25254 +SHA256 (mod_setenvifplus-0.13-src.tar.gz) = b278ebcf12a71c9ef69efda91f6677d10020f6fe12531c4c5b2b28a8ba43632f +SIZE (mod_setenvifplus-0.13-src.tar.gz) = 25363 --- ap22-mod_setenvifplus-0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032EE106564A for ; Mon, 13 Feb 2012 02:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1AD38FC14 for ; Mon, 13 Feb 2012 02:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2eAQc076967 for ; Mon, 13 Feb 2012 02:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2eAAL076964; Mon, 13 Feb 2012 02:40:10 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 02:40:10 GMT Message-Id: <201202130240.q1D2eAAL076964@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165077: [PATCH] www/ap22-mod_auth_openid: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:40:11 -0000 The following reply was made to PR ports/165077; it has been noted by GNATS. From: Edwin Groothuis To: zhoushuqun@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165077: [PATCH] www/ap22-mod_auth_openid: update to 0.6 Date: Mon, 13 Feb 2012 02:30:34 UT Maintainer of www/mod_auth_openid, Please note that PR ports/165077 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165077 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:40:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C4F1065686; Mon, 13 Feb 2012 02:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEAB8FC08; Mon, 13 Feb 2012 02:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2eIJr077078; Mon, 13 Feb 2012 02:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2eIOe077074; Mon, 13 Feb 2012 02:40:18 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 02:40:18 GMT Message-Id: <201202130240.q1D2eIOe077074@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165078: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:40:18 -0000 Synopsis: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 13 02:40:17 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165078 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 02:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE210106564A for ; Mon, 13 Feb 2012 02:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7FC48FC1A for ; Mon, 13 Feb 2012 02:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D2oA21085823 for ; Mon, 13 Feb 2012 02:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D2oAqb085822; Mon, 13 Feb 2012 02:50:10 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 02:50:10 GMT Message-Id: <201202130250.q1D2oAqb085822@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165078: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 02:50:10 -0000 The following reply was made to PR ports/165078; it has been noted by GNATS. From: Edwin Groothuis To: ports@christianserving.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165078: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 Date: Mon, 13 Feb 2012 02:40:16 UT Maintainer of www/mod_setenvifplus, Please note that PR ports/165078 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165078 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 03:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC022106567C for ; Mon, 13 Feb 2012 03:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8542B8FC0A for ; Mon, 13 Feb 2012 03:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D30NLp093964 for ; Mon, 13 Feb 2012 03:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D30NPH093963; Mon, 13 Feb 2012 03:00:23 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 03:00:23 GMT Resent-Message-Id: <201202130300.q1D30NPH093963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric F Crist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A866C106566C for ; Mon, 13 Feb 2012 02:52:22 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from kenny.secure-computing.net (kenny.secure-computing.net [173.8.118.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7194A8FC1D for ; Mon, 13 Feb 2012 02:52:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by kenny.secure-computing.net (Postfix) with SMTP id 659B0261C1B for ; Sun, 12 Feb 2012 19:23:18 -0600 (CST) Received: from cartman.secure-computing.net (cartman.secure-computing.net [173.8.118.211]) by kenny.secure-computing.net (Postfix) with ESMTP id B8EEF261C1A; Sun, 12 Feb 2012 19:23:17 -0600 (CST) Received: by cartman.secure-computing.net (Postfix, from userid 1001) id 7EE793D763F; Sun, 12 Feb 2012 20:51:53 -0600 (CST) Message-Id: <20120213025154.7EE793D763F@cartman.secure-computing.net> Date: Sun, 12 Feb 2012 20:51:53 -0600 (CST) From: Eric F Crist To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Josh Paetzel Subject: ports/165079: security/ssl-admin: update to 1.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric F Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 03:00:24 -0000 >Number: 165079 >Category: ports >Synopsis: security/ssl-admin: update to 1.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 03:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Eric F Crist >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Secure Computing Networks >Environment: System: FreeBSD cartman.secure-computing.net 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sun Dec 18 20:33:25 CST 2011 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: update ssl-admin from 1.0.3 to 1.0.4 >How-To-Repeat: >Fix: --- ssla.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/ssl-admin/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 3 Feb 2010 00:27:45 -0000 1.9 +++ Makefile 13 Feb 2012 02:46:22 -0000 @@ -6,16 +6,19 @@ # PORTNAME= ssl-admin -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= security -MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ +MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \ + ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ MAINTAINER= ecrist@secure-computing.net -COMMENT= OpenSSL certificate manager with OpenVPN support. +COMMENT= OpenSSL certificate manager with OpenVPN support RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip +LICENSE= BSD + USE_PERL5_RUN= YES MAN1= ssl-admin.1 MAN5= ssl-admin.conf.5 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/ssl-admin/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 3 Jul 2011 14:03:43 -0000 1.8 +++ distinfo 13 Feb 2012 02:46:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (ssl-admin-1.0.3.tar.gz) = bb4fe1aaa1c5b2535c86d8b91cac9d3803e80551f8218d1a1dea3c578db5b2ab -SIZE (ssl-admin-1.0.3.tar.gz) = 8689 +SHA256 (ssl-admin-1.0.4.tar.gz) = e3c885b5311f78e4acf61e702af6953dba9a22d97660488a4b957cf62cd7cdec +SIZE (ssl-admin-1.0.4.tar.gz) = 9068 --- ssla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 03:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03011065674 for ; Mon, 13 Feb 2012 03:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B75EB8FC0C for ; Mon, 13 Feb 2012 03:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D3U9cR021747 for ; Mon, 13 Feb 2012 03:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D3U9ZP021744; Mon, 13 Feb 2012 03:30:09 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 03:30:09 GMT Resent-Message-Id: <201202130330.q1D3U9ZP021744@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Weinberger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C0A9106564A for ; Mon, 13 Feb 2012 03:21:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35F5C8FC0C for ; Mon, 13 Feb 2012 03:21:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D3LVMd019868 for ; Mon, 13 Feb 2012 03:21:31 GMT (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D3LVv8019862; Mon, 13 Feb 2012 03:21:31 GMT (envelope-from adamw) Message-Id: <201202130321.q1D3LVv8019862@freefall.freebsd.org> Date: Mon, 13 Feb 2012 03:21:31 GMT From: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165080: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 03:30:10 -0000 >Number: 165080 >Category: ports >Synopsis: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 03:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: print/ghostscript{8,9} have SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs in MASTER_SITES Those are all 404. The correct URL does not include the "files/" subdir. This is an issue because the primary master site, downloads.ghostscript.com, appears to be connected to the interwebs through a 14.4 modem. >How-To-Repeat: >Fix: - SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs + SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 03:30:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14BBF106566B; Mon, 13 Feb 2012 03:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB1818FC17; Mon, 13 Feb 2012 03:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D3ULHp022411; Mon, 13 Feb 2012 03:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D3ULU9022404; Mon, 13 Feb 2012 03:30:21 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 03:30:21 GMT Message-Id: <201202130330.q1D3ULU9022404@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, doceng@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165080: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 03:30:22 -0000 Synopsis: print/ghostscript9 and print/ghostscript8 has incorrect SF MASTER_SITES URL Responsible-Changed-From-To: freebsd-ports-bugs->doceng Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 03:30:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165080 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 03:40:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C2DA106564A; Mon, 13 Feb 2012 03:40:30 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED548FC08; Mon, 13 Feb 2012 03:40:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D3eU07032720; Mon, 13 Feb 2012 03:40:30 GMT (envelope-from jpaetzel@freefall.freebsd.org) Received: (from jpaetzel@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D3eUFQ032715; Mon, 13 Feb 2012 03:40:30 GMT (envelope-from jpaetzel) Date: Mon, 13 Feb 2012 03:40:30 GMT Message-Id: <201202130340.q1D3eUFQ032715@freefall.freebsd.org> To: jpaetzel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jpaetzel@FreeBSD.org From: jpaetzel@FreeBSD.org Cc: Subject: Re: ports/165079: security/ssl-admin: update to 1.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 03:40:30 -0000 Synopsis: security/ssl-admin: update to 1.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel Responsible-Changed-By: jpaetzel Responsible-Changed-When: Mon Feb 13 03:40:10 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165079 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 04:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 231F11065674 for ; Mon, 13 Feb 2012 04:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 016A18FC15 for ; Mon, 13 Feb 2012 04:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D4K8XU068490 for ; Mon, 13 Feb 2012 04:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D4K8lc068489; Mon, 13 Feb 2012 04:20:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 04:20:08 GMT Resent-Message-Id: <201202130420.q1D4K8lc068489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B9E11065768; Mon, 13 Feb 2012 04:12:30 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 24BC88FC16; Mon, 13 Feb 2012 04:12:29 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 99B401FBD; Mon, 13 Feb 2012 12:11:32 +0800 (CST) Message-Id: <20120213041132.99B401FBD@sunpoet.net> Date: Mon, 13 Feb 2012 12:11:32 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: az@FreeBSD.org Subject: ports/165081: [PATCH] devel/p5-Class-Load: update to 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 04:20:09 -0000 >Number: 165081 >Category: ports >Synopsis: [PATCH] devel/p5-Class-Load: update to 0.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 04:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.17 Note that this patch should be committed after ports/165076. (ports/165076: [PATCH] devel/p5-Module-Runtime: update to 0.012) Port maintainer (az@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Class-Load-0.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Class-Load/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 9 Feb 2012 02:34:08 -0000 1.9 +++ Makefile 13 Feb 2012 04:11:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Class-Load -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Data-OptList>0:${PORTSDIR}/devel/p5-Data-OptList \ p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation \ - p5-Module-Runtime>=0.011:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Package-Stash>=0:${PORTSDIR}/devel/p5-Package-Stash \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Class-Load/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 9 Feb 2012 02:34:08 -0000 1.9 +++ distinfo 13 Feb 2012 04:11:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (Class-Load-0.15.tar.gz) = 2d673490832e575e9d891a8ac6316c4e7a1cf966c90b706e777990eccb95350f -SIZE (Class-Load-0.15.tar.gz) = 19292 +SHA256 (Class-Load-0.17.tar.gz) = 8815a8f9c98e435dd598917cbb6fc50b64068c02531c40497fd7423bb8f5e04c +SIZE (Class-Load-0.17.tar.gz) = 19325 --- p5-Class-Load-0.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 04:20:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23BCD1065700; Mon, 13 Feb 2012 04:20:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA4E18FC0A; Mon, 13 Feb 2012 04:20:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D4KP9C068674; Mon, 13 Feb 2012 04:20:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D4KPar068670; Mon, 13 Feb 2012 04:20:25 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 04:20:25 GMT Message-Id: <201202130420.q1D4KPar068670@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, az@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165081: [PATCH] devel/p5-Class-Load: update to 0.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 04:20:26 -0000 Synopsis: [PATCH] devel/p5-Class-Load: update to 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->az Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 04:20:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165081 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 05:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24DE4106566C for ; Mon, 13 Feb 2012 05:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB1A98FC1A for ; Mon, 13 Feb 2012 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D5o8MH054456 for ; Mon, 13 Feb 2012 05:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D5o8FC054455; Mon, 13 Feb 2012 05:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 05:50:08 GMT Resent-Message-Id: <201202130550.q1D5o8FC054455@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ashish SHUKLA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83828106566B for ; Mon, 13 Feb 2012 05:42:13 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 49DD38FC0C for ; Mon, 13 Feb 2012 05:42:13 +0000 (UTC) Received: by iaeo4 with SMTP id o4so4668703iae.13 for ; Sun, 12 Feb 2012 21:42:12 -0800 (PST) Received: by 10.50.236.5 with SMTP id uq5mr17047827igc.13.1329109863873; Sun, 12 Feb 2012 21:11:03 -0800 (PST) Received: from chateau.d.if ([182.68.85.194]) by mx.google.com with ESMTPS id ng9sm18879471igc.3.2012.02.12.21.11.00 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 21:11:02 -0800 (PST) Received: by chateau.d.if (Postfix, from userid 1001) id 5EBE54003C; Mon, 13 Feb 2012 10:40:38 +0530 (IST) Message-Id: <20120213051038.5EBE54003C@chateau.d.if> Date: Mon, 13 Feb 2012 10:40:38 +0530 (IST) From: Ashish SHUKLA Sender: Ashish SHUKLA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165082: [PATCH] exp-run required for updating bsd.emacs.mk for Emacs ports updates X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ashish SHUKLA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 05:50:09 -0000 >Number: 165082 >Category: ports >Synopsis: [PATCH] exp-run required for updating bsd.emacs.mk for Emacs ports updates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 05:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 9.0-RELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD chateau.d.if 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm planning to update editors/emacs and editors/emacs-devel ports which will require update of ${PORTSDIR}/Mk/bsd.emacs.mk, as they keep their latest version numbers in ${PORTSDIR}/Mk/bsd.emacs.mk. Before proceeding with the update, I would like to request an -exp run. The diffs to be tested are attached in Fix section. Please let me know if I missed anything. Thanks >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/emacs/Makefile editors/emacs/Makefile --- /usr/ports/editors/emacs/Makefile 2011-10-30 03:47:12.000000000 +0530 +++ editors/emacs/Makefile 2012-02-05 16:06:08.445330667 +0530 @@ -7,12 +7,10 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION?= 6 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}a MAINTAINER= ashish@FreeBSD.org COMMENT= GNU editing macros @@ -26,7 +24,7 @@ xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* -EMACS_VER= 23.3 +EMACS_VER= 23.4 GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes diff -urN /usr/ports/editors/emacs/distinfo editors/emacs/distinfo --- /usr/ports/editors/emacs/distinfo 2011-08-28 03:49:55.000000000 +0530 +++ editors/emacs/distinfo 2012-02-06 15:54:59.136057324 +0530 @@ -1,4 +1,4 @@ -SHA256 (emacs-23.3a.tar.bz2) = 9f4beee3bf4987914d57851c0aac017cb92a1410c2b31ba313265c64a38cc6ba -SIZE (emacs-23.3a.tar.bz2) = 38748283 +SHA256 (emacs-23.4.tar.bz2) = 26576f9e664397c729f78f5ffcd092969251988461896fe8793062346ee988b9 +SIZE (emacs-23.4.tar.bz2) = 38646508 SHA256 (emacs23.3canna-20110316.diff.gz) = 26cb4bdb88685641e23d3a27953db56e04712caf154963edcaea41f5a403c7d3 SIZE (emacs23.3canna-20110316.diff.gz) = 33845 diff -urN /usr/ports/editors/emacs-devel/Makefile editors/emacs-devel/Makefile --- /usr/ports/editors/emacs-devel/Makefile 2011-10-30 22:16:10.000000000 +0530 +++ editors/emacs-devel/Makefile 2012-02-08 14:56:48.660291000 +0530 @@ -7,7 +7,6 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ @@ -27,8 +26,8 @@ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ emacs-nox11-[0-9]* -EMACS_VER= 24.0.90 -EMACS_REV= 106240 +EMACS_VER= 24.0.93 +EMACS_REV= 107184 GNU_CONFIGURE= yes USE_GMAKE= yes USE_NCURSES= yes diff -urN /usr/ports/editors/emacs-devel/distinfo editors/emacs-devel/distinfo --- /usr/ports/editors/emacs-devel/distinfo 2011-10-30 20:38:12.000000000 +0530 +++ editors/emacs-devel/distinfo 2012-02-08 14:56:51.550290000 +0530 @@ -1,2 +1,2 @@ -SHA256 (emacs-24.0.90.106240.tar.xz) = afcb6851402e2321599e260b95c1953d01525a65f897c1abd9c5bb1600af590d -SIZE (emacs-24.0.90.106240.tar.xz) = 23337568 +SHA256 (emacs-24.0.93.107184.tar.xz) = c0a3aa11cc480abe61f7b64fcc4778654292751dd7aeb9a9ef8a0a0371ff4003 +SIZE (emacs-24.0.93.107184.tar.xz) = 23514852 diff -urN /usr/ports/editors/emacs-devel/files/patch-configure.in editors/emacs-devel/files/patch-configure.in --- /usr/ports/editors/emacs-devel/files/patch-configure.in 2011-10-30 20:38:13.000000000 +0530 +++ editors/emacs-devel/files/patch-configure.in 2012-02-08 17:08:57.781292000 +0530 @@ -3,7 +3,7 @@ --- configure.in.orig +++ configure.in -@@ -1167,39 +1167,10 @@ +@@ -1169,39 +1169,10 @@ AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=) AC_SUBST(LIBSOUND) @@ -12,9 +12,9 @@ - PKG_CHECK_MODULES(ALSA, $ALSA_MODULES, HAVE_ALSA=yes, HAVE_ALSA=no) - if test $HAVE_ALSA = yes; then - SAVE_CFLAGS="$CFLAGS" -- SAVE_LDFLAGS="$LDFLAGS" +- SAVE_LIBS="$LIBS" - CFLAGS="$ALSA_CFLAGS $CFLAGS" -- LDFLAGS="$ALSA_LIBS $LDFLAGS" +- LIBS="$ALSA_LIBS $LIBS" - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[snd_lib_error_set_handler (0);]])], - emacs_alsa_normal=yes, - emacs_alsa_normal=no) @@ -30,7 +30,7 @@ - fi - - CFLAGS="$SAVE_CFLAGS" -- LDFLAGS="$SAVE_LDFLAGS" +- LIBS="$SAVE_LIBS" - LIBSOUND="$LIBSOUND $ALSA_LIBS" - CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS" - AC_DEFINE(HAVE_ALSA, 1, [Define to 1 if ALSA is available.]) @@ -44,7 +44,7 @@ case "$opsys" in dnl defined __FreeBSD__ || defined __NetBSD__ || defined __linux__ gnu-linux|freebsd|netbsd) -@@ -1216,7 +1187,7 @@ +@@ -1218,7 +1189,7 @@ linux/version.h sys/systeminfo.h \ stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \ sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ diff -urN /usr/ports/editors/emacs-devel/files/patch-src_sysdep.c editors/emacs-devel/files/patch-src_sysdep.c --- /usr/ports/editors/emacs-devel/files/patch-src_sysdep.c 2011-10-30 20:38:13.000000000 +0530 +++ editors/emacs-devel/files/patch-src_sysdep.c 2012-02-13 10:30:03.173684541 +0530 @@ -3,21 +3,28 @@ --- src/sysdep.c.orig +++ src/sysdep.c -@@ -37,6 +37,13 @@ +@@ -37,6 +37,20 @@ #include "sysselect.h" #include "blockinput.h" +#ifdef __FreeBSD__ +#include ++/* machine/frame.h in Sparc has 'struct frame' which conflicts with Emacs' 'struct frame', so rename it */ ++#ifdef __sparc__ ++#define frame freebsd_sparc_frame ++#endif +#include -+#include */ ++#ifdef __sparc__ ++#undef frame ++#endif ++#include +#include +#endif + #ifdef WINDOWSNT #define read sys_read #define write sys_write -@@ -2529,6 +2536,40 @@ +@@ -2529,6 +2543,40 @@ return proclist; } @@ -58,7 +65,7 @@ /* The WINDOWSNT implementation is in w32.c. The MSDOS implementation is in dosfns.c. */ #elif !defined (WINDOWSNT) && !defined (MSDOS) -@@ -3079,6 +3120,176 @@ +@@ -3079,6 +3127,176 @@ return attrs; } --- /usr/ports/Mk/bsd.emacs.mk 2011-11-11 10:37:42.000000000 +0530 +++ Mk/bsd.emacs.mk 2012-02-08 17:46:01.670291682 +0530 @@ -100,7 +100,7 @@ # Emacs-23.x .elif (${EMACS_PORT_NAME} == "emacs23") EMACS_NAME= emacs -EMACS_VER= 23.3 +EMACS_VER= 23.4 EMACS_MAJOR_VER= 23 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} @@ -117,7 +117,7 @@ # Emacs-24.x (development version) .elif (${EMACS_PORT_NAME} == "emacs-devel") EMACS_NAME= emacs -EMACS_VER= 24.0.90 +EMACS_VER= 24.0.93 EMACS_MAJOR_VER= 24 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:08:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FFD4106564A; Mon, 13 Feb 2012 06:08:09 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7BBF8FC17; Mon, 13 Feb 2012 06:08:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D688MM071608; Mon, 13 Feb 2012 06:08:08 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D688vo071604; Mon, 13 Feb 2012 06:08:08 GMT (envelope-from culot) Date: Mon, 13 Feb 2012 06:08:08 GMT Message-Id: <201202130608.q1D688vo071604@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/165050: [MAINTAINER] editors/scite: update to 3.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:08:09 -0000 Synopsis: [MAINTAINER] editors/scite: update to 3.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Feb 13 06:08:08 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165050 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:08:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E85EF106566C; Mon, 13 Feb 2012 06:08:18 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA1298FC0A; Mon, 13 Feb 2012 06:08:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D68Ia8071682; Mon, 13 Feb 2012 06:08:18 GMT (envelope-from ashish@freefall.freebsd.org) Received: (from ashish@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D68IlD071678; Mon, 13 Feb 2012 06:08:18 GMT (envelope-from ashish) Date: Mon, 13 Feb 2012 06:08:18 GMT Message-Id: <201202130608.q1D68IlD071678@freefall.freebsd.org> To: ashish@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: ashish@FreeBSD.org Cc: Subject: Re: ports/165082: [PATCH] exp-run required for updating bsd.emacs.mk for Emacs ports updates X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:08:19 -0000 Synopsis: [PATCH] exp-run required for updating bsd.emacs.mk for Emacs ports updates Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: ashish Responsible-Changed-When: Mon Feb 13 06:08:18 UTC 2012 Responsible-Changed-Why: portmgr territory. http://www.freebsd.org/cgi/query-pr.cgi?pr=165082 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:41:52 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD7C106566B; Mon, 13 Feb 2012 06:41:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0378FC0C; Mon, 13 Feb 2012 06:41:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D6fqCS008386; Mon, 13 Feb 2012 06:41:52 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D6fpDb008302; Mon, 13 Feb 2012 06:41:51 GMT (envelope-from wen) Date: Mon, 13 Feb 2012 06:41:51 GMT Message-Id: <201202130641.q1D6fpDb008302@freefall.freebsd.org> To: freebsd-ports@dan.me.uk, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/164977: Allow poptop to build on FreeBSD 9.x/-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:41:52 -0000 Synopsis: Allow poptop to build on FreeBSD 9.x/-current State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Mon Feb 13 06:41:50 UTC 2012 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=164977 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F883106566B for ; Mon, 13 Feb 2012 06:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09C078FC0C for ; Mon, 13 Feb 2012 06:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D6oBBC013571 for ; Mon, 13 Feb 2012 06:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D6oBal013570; Mon, 13 Feb 2012 06:50:11 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 06:50:11 GMT Message-Id: <201202130650.q1D6oBal013570@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/164977: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:50:12 -0000 The following reply was made to PR ports/164977; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/164977: commit references a PR Date: Mon, 13 Feb 2012 06:40:44 +0000 (UTC) wen 2012-02-13 06:40:31 UTC FreeBSD ports repository Modified files: net/poptop Makefile Added files: net/poptop/files patch-plugins_pptpd-logwtmp.c Log: - Unbreak on FreeBSD-9 and above PR: ports/164977 Submitted by: Daniel Austin Revision Changes Path 1.35 +2 -8 ports/net/poptop/Makefile 1.1 +10 -0 ports/net/poptop/files/patch-plugins_pptpd-logwtmp.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96F551065672 for ; Mon, 13 Feb 2012 06:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56CE08FC14 for ; Mon, 13 Feb 2012 06:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D6oCFI013580 for ; Mon, 13 Feb 2012 06:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D6oChV013579; Mon, 13 Feb 2012 06:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 06:50:12 GMT Resent-Message-Id: <201202130650.q1D6oChV013579@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14D2A1065673 for ; Mon, 13 Feb 2012 06:40:53 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id B28BE8FC1A for ; Mon, 13 Feb 2012 06:40:52 +0000 (UTC) Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256) id 1Rwpak-0003ih-Km for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Feb 2012 09:40:51 +0300 Message-Id: <20120213064050.716F5DA820@void.codelabs.ru> Date: Mon, 13 Feb 2012 10:40:50 +0400 (MSK) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165084: [patch] print/cups: upgrade to 1.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:50:12 -0000 >Number: 165084 >Category: ports >Synopsis: [patch] print/cups: upgrade to 1.5.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 06:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Code Labs >Environment: System: FreeBSD 10.0-CURRENT amd64 >Description: CUPS 1.5.1 [1] and 1.5.2 [2] are out and 1.5.1 fixes some issues for printing, encryption and ipptool utility. 1.5.2 is just a proper re-roll of the tarball for 1.5.1. [1] http://cups.org/articles.php?L654 [2] http://cups.org/articles.php?L656 >How-To-Repeat: Look at [1] and [2]. >Fix: The patch is available at http://codelabs.ru/fbsd/ports/cups/update-1.5.0-to-1.5.2.diff Tinderbox builds are also OK, - http://gpf.codelabs.ru/tb-logs/mine-9/cups-base-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-8/cups-base-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-7/cups-base-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-9/cups-image-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-8/cups-image-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-7/cups-image-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-9/cups-client-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-8/cups-client-1.5.2.log - http://gpf.codelabs.ru/tb-logs/mine-7/cups-client-1.5.2.log I had been testing this new port at our local print system since 06.02.2012 and found no regressions yet. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 06:50:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24B61106566C; Mon, 13 Feb 2012 06:50:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBBCC8FC19; Mon, 13 Feb 2012 06:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D6oQoo013990; Mon, 13 Feb 2012 06:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D6oQNG013981; Mon, 13 Feb 2012 06:50:26 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 06:50:26 GMT Message-Id: <201202130650.q1D6oQNG013981@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165084: [patch] print/cups: upgrade to 1.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 06:50:27 -0000 Synopsis: [patch] print/cups: upgrade to 1.5.2 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 06:50:26 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165084 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 07:00:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427DC1065676 for ; Mon, 13 Feb 2012 07:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7ECA8FC0C for ; Mon, 13 Feb 2012 07:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D70LMB021841 for ; Mon, 13 Feb 2012 07:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D70LSs021840; Mon, 13 Feb 2012 07:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 07:00:21 GMT Resent-Message-Id: <201202130700.q1D70LSs021840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Paetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55669106564A for ; Mon, 13 Feb 2012 06:56:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 44A798FC0A for ; Mon, 13 Feb 2012 06:56:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1D6unNt095502 for ; Mon, 13 Feb 2012 06:56:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1D6un3Z095501; Mon, 13 Feb 2012 06:56:49 GMT (envelope-from nobody) Message-Id: <201202130656.q1D6un3Z095501@red.freebsd.org> Date: Mon, 13 Feb 2012 06:56:49 GMT From: Josh Paetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165086: [PATCH] Remove net/socks5 dep from irc/xchat-gnome X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 07:00:22 -0000 >Number: 165086 >Category: ports >Synopsis: [PATCH] Remove net/socks5 dep from irc/xchat-gnome >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 07:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: 9.0-RELEASE >Organization: >Environment: N/A >Description: net/socks5 is vanishing from the ports tree...there is a "drop in" replacement in net/dante that more or less works with little to no effort. This patch removes the option of building with net/socks5 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/xchat-gnome/Makefile,v retrieving revision 1.174 diff -u -r1.174 Makefile --- Makefile 23 Sep 2011 22:23:34 -0000 1.174 +++ Makefile 13 Feb 2012 06:50:35 -0000 @@ -47,11 +47,6 @@ PLIST_SUB+= DBUS="@comment " .endif -.if defined(WITH_SOCKS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 07:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ECF610656B0; Mon, 13 Feb 2012 07:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 168648FC17; Mon, 13 Feb 2012 07:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D70Wh9022023; Mon, 13 Feb 2012 07:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D70Wx2022019; Mon, 13 Feb 2012 07:00:32 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 07:00:32 GMT Message-Id: <201202130700.q1D70Wx2022019@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165086: [PATCH] Remove net/socks5 dep from irc/xchat-gnome X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 07:00:33 -0000 Synopsis: [PATCH] Remove net/socks5 dep from irc/xchat-gnome Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon Feb 13 07:00:32 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165086 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 07:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D2481065674; Mon, 13 Feb 2012 07:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 04C8E8FC1B; Mon, 13 Feb 2012 07:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D70bsh022142; Mon, 13 Feb 2012 07:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D70beJ022138; Mon, 13 Feb 2012 07:00:37 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 07:00:37 GMT Message-Id: <201202130700.q1D70beJ022138@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jpaetzel@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165086: [PATCH] Remove net/socks5 dep from irc/xchat-gnome X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 07:00:38 -0000 Synopsis: [PATCH] Remove net/socks5 dep from irc/xchat-gnome Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 07:00:37 UTC 2012 Responsible-Changed-Why: Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165086 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 07:49:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D2DC1065670; Mon, 13 Feb 2012 07:49:27 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 870338FC14; Mon, 13 Feb 2012 07:49:26 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so5106549wib.13 for ; Sun, 12 Feb 2012 23:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=q3cxKzhB1PqiTVDnbG2ChpbbxZFmmwedek2gZs38fbQ=; b=l4AlBfyq3DwoLZF/Xm1EcDUZTMU+GpIa1VZU7oPFA6+HwaSKAsU0sqzFC/0ce7KTY5 YJYOy7EcKp2MD/ES/ClZfCBK+ElN7hDR9fLkWxV+h5GTjRIY8G6Y8yt/3oxWqGwy7PxZ 3PMDehlQW7RRHKRNyUcMe28NtbFnjyxQOUAXg= Received: by 10.180.82.39 with SMTP id f7mr22388436wiy.19.1329119365094; Sun, 12 Feb 2012 23:49:25 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id ft8sm19790144wib.11.2012.02.12.23.49.23 (version=SSLv3 cipher=OTHER); Sun, 12 Feb 2012 23:49:23 -0800 (PST) Message-ID: <4F38C09F.7070305@gmail.com> Date: Mon, 13 Feb 2012 08:49:51 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> In-Reply-To: <20120212060158.GA1302@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 07:49:27 -0000 On 12/02/2012 07:01, Jason Helfman wrote: > On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >> On 11/02/2012 00:07, Jason Helfman wrote: >>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>> >>>>> State-Changed-From-To: closed->open >>>>> State-Changed-By: miwi >>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>> State-Changed-Why: >>>>> reopen >>>>> >>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>> >>>> Mmm, maybe this PR will be committed in 2049. >>>> >>>> -- >>>> David Demelier >>> >>> In miwi defense , he had asked regarding compiler errors back on July >>> 2nd. >>> Only a couple of days after it was submitted, and there was no reply to >>> that >>> request. It seems either it is the same issue, or maybe a new issue. The >>> old >>> log wasn't available for compariso or analysis. >>> >>> I did a fresh build here, and recevied compiler errors across the board. >>> >>> https://redports.org/buildarchive/20120210234431-57597/ >>> >>> -jgh >>> >> >> Are you sure ? >> >> From miwi the 02/07/2011 but I agree with you there was no feedback >> because I only replied to miwi@ and forgot to cc the PR email. >> >> -- Message from miwi 02/07/2011 16:13 -- >> >> think we can try that :) will test and report to you back. >> >> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >> wrote: >> >> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >> >> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >> >> State-Changed-From-To: open->feedback >> State-Changed-By: miwi >> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >> State-Changed-Why: >> build failed >> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >> >> >> Hi, I'm not used to QT components, could you try to add >> "opengl_build" in the QT_COMPONENTS= variable ? >> > > Same error: > http://redports.org/buildarchive/20120211185111-33188/ > > -jgh It should not, if opengl_build is included the x11/qt4-opengl is added to the build dependencies and then the file QGLWidget is installed to ${PREFIX}/include/qt4/QtOpenGL/QGLWidget Cheers, -- David Demelier From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 09:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0FA1065672 for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13B718FC1A for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D9e6Yf098674 for ; Mon, 13 Feb 2012 09:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D9e6nh098673; Mon, 13 Feb 2012 09:40:06 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 09:40:06 GMT Resent-Message-Id: <201202130940.q1D9e6nh098673@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vytautas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F25D1065692 for ; Mon, 13 Feb 2012 09:31:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6748FC1E for ; Mon, 13 Feb 2012 09:31:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1D9V8CA066307 for ; Mon, 13 Feb 2012 09:31:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1D9V8mw066306; Mon, 13 Feb 2012 09:31:08 GMT (envelope-from nobody) Message-Id: <201202130931.q1D9V8mw066306@red.freebsd.org> Date: Mon, 13 Feb 2012 09:31:08 GMT From: Vytautas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165088: bad interaction between boost and gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 09:40:07 -0000 >Number: 165088 >Category: ports >Synopsis: bad interaction between boost and gcc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 09:40:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vytautas >Release: 9.0 >Organization: >Environment: 64bit >Description: [ 1%] Building CXX object CMakeFiles/_arx_arxsavetool_common.dir/src/io/SaveBlock.cpp.o In file included from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.h:53, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.cpp:44: /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/platform/Platform.h:46:3: warning: #warning "Unknown target platform" In file included from /usr/local/include/boost/functional/hash/hash.hpp:15, from /usr/local/include/boost/functional/hash.hpp:6, from /usr/local/include/boost/unordered/unordered_map.hpp:17, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.h:51, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.cpp:44: /usr/local/include/boost/functional/hash/detail/hash_float.hpp: In function 'size_t boost::hash_detail::float_hash_value(T)': /usr/local/include/boost/functional/hash/detail/hash_float.hpp:66: error: 'FP_ZERO' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:68: error: 'FP_INFINITE' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:70: error: 'FP_NAN' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:72: error: 'FP_NORMAL' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:73: error: 'FP_SUBNORMAL' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = float]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = float]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = float]' /usr/local/include/boost/functional/hash/hash.hpp:321: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = double]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = double]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = double]' /usr/local/include/boost/functional/hash/hash.hpp:326: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = long double]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = long double]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = long double]' /usr/local/include/boost/functional/hash/hash.hpp:331: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. >How-To-Repeat: use make with boost >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 09:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B206F106564A for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCBE8FC1C for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D9e7BD098683 for ; Mon, 13 Feb 2012 09:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D9e7I6098682; Mon, 13 Feb 2012 09:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 09:40:07 GMT Resent-Message-Id: <201202130940.q1D9e7I6098682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Changming Sun Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 755921065670 for ; Mon, 13 Feb 2012 09:32:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 649448FC12 for ; Mon, 13 Feb 2012 09:32:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1D9WtAM067593 for ; Mon, 13 Feb 2012 09:32:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1D9WtVK067587; Mon, 13 Feb 2012 09:32:55 GMT (envelope-from nobody) Message-Id: <201202130932.q1D9WtVK067587@red.freebsd.org> Date: Mon, 13 Feb 2012 09:32:55 GMT From: Changming Sun To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165089: The patch of devel/glog is a little wrong X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 09:40:07 -0000 >Number: 165089 >Category: ports >Synopsis: The patch of devel/glog is a little wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 09:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Changming Sun >Release: FreeBSD 9.0 >Organization: tudou.inc. >Environment: FreeBSD test27.localdomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The patch of devel/glog is a little wrong --- src/utilities.cc.orig 2010-06-15 14:28:09.000000000 +0800 +++ src/utilities.cc 2011-04-07 17:00:18.000000000 +0800 @@ -227,8 +227,6 @@ #ifndef __NR_gettid #ifdef OS_MACOSX #define __NR_gettid SYS_gettid -#elif ! defined __i386__ -#error "Must define __NR_gettid for non-x86 platforms" #else #define __NR_gettid 224 #endif The syscall of "224" is SYS_freebsd7_msgctl >How-To-Repeat: portsnap fetch update read /usr/ports/devel/glog/files/extra-patch-src-utilities.cc >Fix: I don't know how to get thread id in FreeBSD. If we don't have such a function, we can just return pid. pid_t GetTID() { return getpid(); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 09:40:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE9601065677; Mon, 13 Feb 2012 09:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A52D78FC13; Mon, 13 Feb 2012 09:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D9eNo0099215; Mon, 13 Feb 2012 09:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D9eN2J099206; Mon, 13 Feb 2012 09:40:23 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 09:40:23 GMT Message-Id: <201202130940.q1D9eN2J099206@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165089: The patch of devel/glog is a little wrong X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 09:40:23 -0000 Synopsis: The patch of devel/glog is a little wrong Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 09:40:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165089 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 10:06:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431931065672; Mon, 13 Feb 2012 10:06:27 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 46C958FC1B; Mon, 13 Feb 2012 10:06:25 +0000 (UTC) Received: by lagz14 with SMTP id z14so5659422lag.13 for ; Mon, 13 Feb 2012 02:06:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=H8zBCIxBq0BlShrsRmsqzBPGZeupmNuGw17KewH2z+A=; b=YeXUhXRodBZ40UVnJa9rorm6kZD/9OeH6ITrivjenITaXZ2OYlaQgPTNPPRVJtqlR5 O9HR+CvIpfEQA/QdnSAblXap24KMLu5eYIC53Qa0XLovC1fkpDrABjoQ3ig4if6nAJx8 Pb1kSpr2xZJKSvXhKyxVhpUoH77nqepLi7ldE= Received: by 10.152.148.230 with SMTP id tv6mr10600184lab.12.1329127584652; Mon, 13 Feb 2012 02:06:24 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id mj2sm12715699lab.2.2012.02.13.02.06.21 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 02:06:22 -0800 (PST) Message-ID: <4F38E0B8.6070808@gmail.com> Date: Mon, 13 Feb 2012 11:06:48 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120206 Thunderbird/10.0 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> In-Reply-To: <20120212060158.GA1302@dormouse.experts-exchange.com> Content-Type: multipart/mixed; boundary="------------020509010504030207020007" Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 10:06:27 -0000 This is a multi-part message in MIME format. --------------020509010504030207020007 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/02/2012 07:01, Jason Helfman wrote: > On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >> On 11/02/2012 00:07, Jason Helfman wrote: >>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>> >>>>> State-Changed-From-To: closed->open >>>>> State-Changed-By: miwi >>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>> State-Changed-Why: >>>>> reopen >>>>> >>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>> >>>> Mmm, maybe this PR will be committed in 2049. >>>> >>>> -- >>>> David Demelier >>> >>> In miwi defense , he had asked regarding compiler errors back on July >>> 2nd. >>> Only a couple of days after it was submitted, and there was no reply to >>> that >>> request. It seems either it is the same issue, or maybe a new issue. The >>> old >>> log wasn't available for compariso or analysis. >>> >>> I did a fresh build here, and recevied compiler errors across the board. >>> >>> https://redports.org/buildarchive/20120210234431-57597/ >>> >>> -jgh >>> >> >> Are you sure ? >> >> From miwi the 02/07/2011 but I agree with you there was no feedback >> because I only replied to miwi@ and forgot to cc the PR email. >> >> -- Message from miwi 02/07/2011 16:13 -- >> >> think we can try that :) will test and report to you back. >> >> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >> wrote: >> >> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >> >> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >> >> State-Changed-From-To: open->feedback >> State-Changed-By: miwi >> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >> State-Changed-Why: >> build failed >> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >> >> >> Hi, I'm not used to QT components, could you try to add >> "opengl_build" in the QT_COMPONENTS= variable ? >> > > Same error: > http://redports.org/buildarchive/20120211185111-33188/ > > -jgh I updated the port to 0.8.0 version and confirm that it successfully build on my 9.0-RELEASE amd64 box. I've just added opengl_build, I had no Qt libraries (of any type) before the build, only X11. Please take a look at the new shar file. cheers, -- David Demelier --------------020509010504030207020007 Content-Type: text/plain; name="tiled.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tiled.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tiled # tiled/Makefile # tiled/distinfo # tiled/pkg-message # tiled/pkg-plist # tiled/pkg-descr # echo c - tiled mkdir -p tiled > /dev/null 2>&1 echo x - tiled/Makefile sed 's/^X//' >tiled/Makefile << '4d7da3beb62e8e960a918f5222eec06c' X# New ports collection makefile for: tiled X# Date created: 30 June 2011 X# Whom: markand X# X# $FreeBSD $ X XPORTNAME= tiled XPORTVERSION= 0.8.0 XCATEGORIES= devel XMASTER_SITES= SF/tiled/tiled-qt/${PORTVERSION}/ XDISTNAME= ${PORTNAME}-qt-${PORTVERSION} XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} X XMAINTAINER= markand@malikania.fr XCOMMENT= 2D game map editor X XUSE_LDCONFIG= yes XUSE_QT_VER= 4 XQT_COMPONENTS= uic opengl moc_build qmake_build rcc_build linguist_build opengl_build X XWRKSRC= ${WRKDIR}/${PORTNAME}-qt-${PORTVERSION} XHAS_CONFIGURE= yes X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} PREFIX=${PREFIX} tiled.pro X X @${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|' \ X ${WRKSRC}/translations/translations.pro X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 4d7da3beb62e8e960a918f5222eec06c echo x - tiled/distinfo sed 's/^X//' >tiled/distinfo << 'd0e839c3b811b993586236417bd15194' XSHA256 (tiled-qt-0.8.0.tar.gz) = 9aaa48ff6c0d4bd8455ffb836c7519b25085941848f715c447c455accb2d296e XSIZE (tiled-qt-0.8.0.tar.gz) = 823965 d0e839c3b811b993586236417bd15194 echo x - tiled/pkg-message sed 's/^X//' >tiled/pkg-message << '5962ffa5b692b669eaf76928ed2f029c' X======================================================================== X XWarning: X X You may encounter a white window when running Tiled. This is due Xto a internal Qt problem, you may fix it by running Tiled with X-graphicssystem native argument. X X $ tiled -graphicssystem native X X======================================================================== 5962ffa5b692b669eaf76928ed2f029c echo x - tiled/pkg-plist sed 's/^X//' >tiled/pkg-plist << 'c42b9b349df95af78fd296be40b1f4bb' Xbin/tiled Xbin/tmxviewer Xlib/libtiled.so Xlib/libtiled.so.1 Xlib/libtiled.so.1.0 Xlib/libtiled.so.1.0.0 Xlib/tiled/plugins/libtengine.so Xlib/tiled/plugins/libtmw.so Xshare/tiled/translations/tiled_cs.qm Xshare/tiled/translations/tiled_de.qm Xshare/tiled/translations/tiled_en.qm Xshare/tiled/translations/tiled_es.qm Xshare/tiled/translations/tiled_fr.qm Xshare/tiled/translations/tiled_he.qm Xshare/tiled/translations/tiled_it.qm Xshare/tiled/translations/tiled_ja.qm Xshare/tiled/translations/tiled_lv.qm Xshare/tiled/translations/tiled_nl.qm Xshare/tiled/translations/tiled_pt.qm Xshare/tiled/translations/tiled_pt_BR.qm Xshare/tiled/translations/tiled_zh.qm c42b9b349df95af78fd296be40b1f4bb echo x - tiled/pkg-descr sed 's/^X//' >tiled/pkg-descr << '87082cf03b63e8b710d5bbdb1f865515' XTiled is a general purpose tile map editor. It's built to be easy to use, yet Xflexible enough to work with varying game engines, whether your game is an RPG, Xplatformer or Breakout clone. Tiled is free software and written in C++, using Xthe Qt application framework. The main features in a nutshell: X Xo General purpose tile map editor with XML-based map format Xo Supports orthogonal and isometric maps Xo Custom objects can be placed with pixel precision Xo Full undo/redo and copy/paste support Xo Add custom properties to tiles, layers, objects or the map Xo Automatically reloads tilesets when changed externally Xo Resize or offset your tile map later as needed Xo Efficient tile editing tools like stamp and fill brushes Xo Supports input/output plugins to open and save files in custom formats X XWWW: http://www.mapeditor.org/ 87082cf03b63e8b710d5bbdb1f865515 exit --------------020509010504030207020007-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 11:30:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE038106566C for ; Mon, 13 Feb 2012 11:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A24638FC0A for ; Mon, 13 Feb 2012 11:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DBUFb4012506 for ; Mon, 13 Feb 2012 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DBUFW0012505; Mon, 13 Feb 2012 11:30:15 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 11:30:15 GMT Message-Id: <201202131130.q1DBUFW0012505@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jarrod Sayers Cc: Subject: Re: ports/164908: [PATCH] net-mgmt/nrpe2: Update to 2.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jarrod Sayers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 11:30:15 -0000 The following reply was made to PR ports/164908; it has been noted by GNATS. From: Jarrod Sayers To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/164908: [PATCH] net-mgmt/nrpe2: Update to 2.13 Date: Mon, 13 Feb 2012 21:51:35 +1030 (CST) Approved, thanks Marc. Jarrod. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 11:30:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE41065674 for ; Mon, 13 Feb 2012 11:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E7B98FC19 for ; Mon, 13 Feb 2012 11:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DBUIIc012667 for ; Mon, 13 Feb 2012 11:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DBUI2H012666; Mon, 13 Feb 2012 11:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 11:30:18 GMT Resent-Message-Id: <201202131130.q1DBUI2H012666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yanhui Shen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0912B106566B for ; Mon, 13 Feb 2012 11:29:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id ECF848FC0C for ; Mon, 13 Feb 2012 11:29:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DBTbr3080424 for ; Mon, 13 Feb 2012 11:29:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DBTbLf080423; Mon, 13 Feb 2012 11:29:37 GMT (envelope-from nobody) Message-Id: <201202131129.q1DBTbLf080423@red.freebsd.org> Date: Mon, 13 Feb 2012 11:29:37 GMT From: Yanhui Shen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165090: audio/faad missing head files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 11:30:19 -0000 >Number: 165090 >Category: ports >Synopsis: audio/faad missing head files >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 11:30:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yanhui Shen >Release: FreeBSD 9.0 >Organization: China >Environment: FreeBSD ThinkPad 9.0-STABLE FreeBSD 9.0-STABLE #3: Thu Feb 9 19:54:36 CST 2012 shen@ThinkPad:/usr/obj/usr/src/sys/ThinkPad amd64 >Description: The audio/faad installs "mp4ff.h" and "mp4ffint.h", and both of them include "mp4ff_int_types.h" which is not installed! Also, I've checked it on Gentoo Linux, if I "emerge faad2", the "mp4ff_int_types.h" will be installed in /usr/include. >How-To-Repeat: cd /usr/ports/audio/faad && make install clean >Fix: Install the "mp4ff_int_types.h" into /usr/local/include, mp4ff_int_types.h is in the faad's source code. (./common/mp4ff/mp4ff_int_types.h) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 11:30:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A01821065675; Mon, 13 Feb 2012 11:30:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76EFD8FC17; Mon, 13 Feb 2012 11:30:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DBUbhW014291; Mon, 13 Feb 2012 11:30:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DBUbAn014285; Mon, 13 Feb 2012 11:30:37 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 11:30:37 GMT Message-Id: <201202131130.q1DBUbAn014285@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165090: audio/faad missing head files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 11:30:37 -0000 Synopsis: audio/faad missing head files Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 11:30:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165090 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 11:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7264106566C for ; Mon, 13 Feb 2012 11:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9BDCA8FC08 for ; Mon, 13 Feb 2012 11:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DBo9D5035246 for ; Mon, 13 Feb 2012 11:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DBo96q035245; Mon, 13 Feb 2012 11:50:09 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 11:50:09 GMT Message-Id: <201202131150.q1DBo96q035245@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Yasuhiro KIMURA Cc: Subject: Re: ports/164653: installation trouble of japanese/ebnetd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yasuhiro KIMURA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 11:50:09 -0000 The following reply was made to PR ports/164653; it has been noted by GNATS. From: Yasuhiro KIMURA To: bug-followup@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/164653: installation trouble of japanese/ebnetd Date: Mon, 13 Feb 2012 20:40:37 +0900 (JST) I approve this patch. Please commit it. Best regards. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 12:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66CD910656F5 for ; Mon, 13 Feb 2012 12:00:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 081718FC14 for ; Mon, 13 Feb 2012 12:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DC0Q1P043472 for ; Mon, 13 Feb 2012 12:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DC0Qh9043471; Mon, 13 Feb 2012 12:00:26 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 12:00:26 GMT Resent-Message-Id: <201202131200.q1DC0Qh9043471@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23000106566B for ; Mon, 13 Feb 2012 11:50:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 122528FC21 for ; Mon, 13 Feb 2012 11:50:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DBohSe016525 for ; Mon, 13 Feb 2012 11:50:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DBohBa016524; Mon, 13 Feb 2012 11:50:43 GMT (envelope-from nobody) Message-Id: <201202131150.q1DBohBa016524@red.freebsd.org> Date: Mon, 13 Feb 2012 11:50:43 GMT From: David Demelier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165091: [patch] textproc/libyaml: pkg-config file is broken with includes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 12:00:38 -0000 >Number: 165091 >Category: ports >Synopsis: [patch] textproc/libyaml: pkg-config file is broken with includes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 12:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD Groseille.malikania.fr 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Thu Feb 9 09:10:34 CET 2012 root@Groseille.malikania.fr:/usr/obj/usr/src/sys/Groseille amd64 >Description: The textproc/libyaml install a pkg-config file that does not honor --cflags switch. This is the result of pkg-config --libs --cflags yaml-1.0 before the patch : -L/usr/local/lib -lyaml And this is after : -I/usr/local/include -L/usr/local/lib -lyaml >How-To-Repeat: Install textproc/libyaml and type pkg-config --cflags yaml-1.0 >Fix: --- yaml.diff begins here --- --- /dev/null 2012-02-13 12:47:45.000000000 +0100 +++ files/patch-yaml-0.1.pc.in 2012-02-13 12:47:06.000000000 +0100 @@ -0,0 +1,9 @@ +--- yaml-0.1.pc.in.orig 2012-02-13 12:45:03.000000000 +0100 ++++ yaml-0.1.pc.in 2012-02-13 12:46:08.000000000 +0100 +@@ -6,5 +6,5 @@ + Name: LibYAML + Description: Library to parse and emit YAML + Version: @PACKAGE_VERSION@ +-Cflags: ++Cflags: -I${includedir} + Libs: -L${libdir} -lyaml --- yaml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 12:01:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5323B106568C; Mon, 13 Feb 2012 12:01:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 299018FC1D; Mon, 13 Feb 2012 12:01:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DC1HeN045936; Mon, 13 Feb 2012 12:01:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DC1GIf045930; Mon, 13 Feb 2012 12:01:16 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 12:01:16 GMT Message-Id: <201202131201.q1DC1GIf045930@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jpaetzel@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165091: [patch] textproc/libyaml: pkg-config file is broken with includes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 12:01:17 -0000 Synopsis: [patch] textproc/libyaml: pkg-config file is broken with includes Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 12:01:15 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165091 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 12:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4916E106564A for ; Mon, 13 Feb 2012 12:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BBFA8FC1A for ; Mon, 13 Feb 2012 12:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DCUCKq071063 for ; Mon, 13 Feb 2012 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DCUCba071059; Mon, 13 Feb 2012 12:30:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 12:30:12 GMT Resent-Message-Id: <201202131230.q1DCUCba071059@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Mingrone Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66F51106566C for ; Mon, 13 Feb 2012 12:24:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 567B18FC12 for ; Mon, 13 Feb 2012 12:24:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DCOt2Y087280 for ; Mon, 13 Feb 2012 12:24:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DCOt8P087279; Mon, 13 Feb 2012 12:24:55 GMT (envelope-from nobody) Message-Id: <201202131224.q1DCOt8P087279@red.freebsd.org> Date: Mon, 13 Feb 2012 12:24:55 GMT From: Joseph Mingrone To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165093: ghostscript9 (9.05) port fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 12:30:13 -0000 >Number: 165093 >Category: ports >Synopsis: ghostscript9 (9.05) port fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 12:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joseph Mingrone >Release: 8.2-STABLE i386 >Organization: >Environment: FreeBSD gly.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Oct 23 00:55:17 ADT 2011 root@gly.ath.cx :/usr/obj/usr/src/sys/GLY i386 >Description: Here's the relevant errors from the build: -c -DOPJ_STATIC ./base/sjpx_openjpeg.c ./base/sjpx_openjpeg.c: In function 'decode_image': ./base/sjpx_openjpeg.c:169: error: too many arguments to function 'opj_decode' ./base/sjpx_openjpeg.c:205: error: 'opj_image_comp_t' has no member named 'typ' ./base/sjpx_openjpeg.c:205: error: 'CTYPE_COLOR' undeclared (first use in this function) ./base/sjpx_openjpeg.c:205: error: (Each undeclared identifier is reported only once ./base/sjpx_openjpeg.c:205: error: for each function it appears in.) ./base/sjpx_openjpeg.c:207: error: 'opj_image_comp_t' has no member named 'typ' ./base/sjpx_openjpeg.c:207: error: 'CTYPE_OPACITY' undeclared (first use in this function) ./base/sjpx_openjpeg.c:217: error: 'CLRSPC_CMYK' undeclared (first use in this function) ./base/sjpx_openjpeg.c:250: error: 'opj_image_t' has no member named 'has_palette' ./base/sjpx_openjpeg.c:257: error: 'CLRSPC_EYCC' undeclared (first use in this function) gmake[2]: *** [soobj/sjpx_openjpeg.o] Error >How-To-Repeat: Rebuild the port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 13:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070B61065674 for ; Mon, 13 Feb 2012 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83EA38FC1F for ; Mon, 13 Feb 2012 13:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DDoCRY046180 for ; Mon, 13 Feb 2012 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DDoC4b046179; Mon, 13 Feb 2012 13:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 13:50:12 GMT Resent-Message-Id: <201202131350.q1DDoC4b046179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA9CC106566C; Mon, 13 Feb 2012 13:45:24 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id A98B18FC16; Mon, 13 Feb 2012 13:45:22 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.5/8.14.5) with ESMTP id q1DDjL5D077794; Mon, 13 Feb 2012 14:45:21 +0100 (CET) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 13 Feb 2012 14:45:21 +0100 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Feb 2012 14:45:21 +0100 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.5/8.14.5) with ESMTP id q1DDjKGx068881; Mon, 13 Feb 2012 14:45:20 +0100 (CET) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.5/8.14.5/Submit) id q1DDjKc7068880; Mon, 13 Feb 2012 14:45:20 +0100 (CET) (envelope-from olgeni) Message-Id: <201202131345.q1DDjKc7068880@backoffice.colby.local> Date: Mon, 13 Feb 2012 14:45:20 +0100 (CET) From: Jimmy Olgeni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bsam@FreeBSD.org Subject: ports/165095: [PATCH] mail/imaptools: update to 1.123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 13:50:13 -0000 >Number: 165095 >Category: ports >Synopsis: [PATCH] mail/imaptools: update to 1.123 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 13:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #6: Fri Feb 10 22:03:50 CET 2012 >Description: - Update to 1.123 - Sorted PLIST - Added bin/list_folders.pl Port maintainer (bsam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- imaptools-1.123.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/imaptools/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 19 Jan 2012 10:25:57 -0000 1.17 +++ Makefile 13 Feb 2012 13:44:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= imaptools -PORTVERSION= 1.120 +PORTVERSION= 1.123 CATEGORIES= mail MASTER_SITES= http://www.athensfbc.com/imap_tools/files/ DISTNAME= imap_tools_V${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/imaptools/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 19 Jan 2012 10:25:57 -0000 1.18 +++ distinfo 13 Feb 2012 13:44:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (imap_tools_V1.120.tar.gz) = 71e1ad381625620e8d854bb22478fbfac28906fa91ef32da8f3090e942fb97b7 -SIZE (imap_tools_V1.120.tar.gz) = 92915 +SHA256 (imap_tools_V1.123.tar.gz) = f78a3415651234310b9820466777cff577f2f01e1403f2acb87ed2b37bcfae84 +SIZE (imap_tools_V1.123.tar.gz) = 102247 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/imaptools/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 15 Nov 2011 15:03:09 -0000 1.4 +++ pkg-plist 13 Feb 2012 13:44:38 -0000 @@ -3,13 +3,14 @@ bin/delIMAPdups.pl bin/delete_imap_mailboxes.pl bin/dumptoIMAP.pl -bin/imap_to_maildir.pl bin/imapCapability.pl bin/imapPing.pl +bin/imap_to_maildir.pl bin/imapcopy.pl bin/imapdump.pl bin/imapfilter.pl bin/imapsync.pl +bin/list_folders.pl bin/maildir_to_imap.pl bin/mbxIMAPsync.pl bin/migrateIMAP-win.pl --- imaptools-1.123.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 13:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D041065676 for ; Mon, 13 Feb 2012 13:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 038618FC21 for ; Mon, 13 Feb 2012 13:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DDoC6C046189 for ; Mon, 13 Feb 2012 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DDoCjf046188; Mon, 13 Feb 2012 13:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 13:50:12 GMT Resent-Message-Id: <201202131350.q1DDoCjf046188@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C300106566C for ; Mon, 13 Feb 2012 13:46:55 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 6E18D8FC17 for ; Mon, 13 Feb 2012 13:46:55 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id A4E8B8A060; Mon, 13 Feb 2012 21:46:53 +0800 (CST) Message-Id: <20120213134653.A4E8B8A060@Florence.tamama.org> Date: Mon, 13 Feb 2012 21:46:53 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165096: [MAINTAINER] security/pam_google_authenticator: fix the bug: "make" deleted /dev/null X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 13:50:13 -0000 >Number: 165096 >Category: ports >Synopsis: [MAINTAINER] security/pam_google_authenticator: fix the bug: "make" deleted /dev/null >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 13:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #13: Tue Dec 27 14:34:43 CST 2011 >Description: Fix the bug: after "make" the port deleted /dev/null Added file(s): - files/patch-Makefile Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pam_google_authenticator-20120119.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/pam_google_authenticator/files/patch-Makefile /home/users/jnlin/ports/pam_google_authenticator/files/patch-Makefile --- /usr/ports/security/pam_google_authenticator/files/patch-Makefile 1970-01-01 08:00:00.000000000 +0800 +++ /home/users/jnlin/ports/pam_google_authenticator/files/patch-Makefile 2012-02-13 21:44:57.200885777 +0800 @@ -0,0 +1,29 @@ +--- Makefile.orig 2012-01-18 18:05:11.000000000 +0800 ++++ Makefile 2012-02-13 21:43:14.409460968 +0800 +@@ -24,8 +24,6 @@ + echo ' -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT') \ + -fvisibility=hidden $(CFLAGS) + DEF_LDFLAGS := $(shell [ `uname` = SunOS ] && echo ' -mimpure-text') $(LDFLAGS) +-LDL_LDFLAGS := $(shell $(CC) -shared -ldl -xc -o /dev/null /dev/null \ +- >/dev/null 2>&1 && echo ' -ldl') + + all: google-authenticator pam_google_authenticator.so demo \ + pam_google_authenticator_unittest +@@ -60,14 +58,14 @@ + pam_google_authenticator_unittest + + google-authenticator: google-authenticator.o base32.o hmac.o sha1.o +- $(CC) -g $(DEF_LDFLAGS) -o $@ $+ $(LDL_LDFLAGS) ++ $(CC) -g $(DEF_LDFLAGS) -o $@ $+ + + demo: demo.o pam_google_authenticator_demo.o base32.o hmac.o sha1.o +- $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ $(LDL_LDFLAGS) ++ $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ + + pam_google_authenticator_unittest: pam_google_authenticator_unittest.o \ + base32.o hmac.o sha1.o +- $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ -lc $(LDL_LDFLAGS) ++ $(CC) -g $(DEF_LDFLAGS) -rdynamic -o $@ $+ -lc + + pam_google_authenticator.so: base32.o hmac.o sha1.o + pam_google_authenticator_testing.so: base32.o hmac.o sha1.o --- pam_google_authenticator-20120119.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 13:50:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC59F106564A; Mon, 13 Feb 2012 13:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 838AB8FC08; Mon, 13 Feb 2012 13:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DDoMuw046378; Mon, 13 Feb 2012 13:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DDoM0Q046374; Mon, 13 Feb 2012 13:50:22 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 13:50:22 GMT Message-Id: <201202131350.q1DDoM0Q046374@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bsam@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165095: [PATCH] mail/imaptools: update to 1.123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 13:50:22 -0000 Synopsis: [PATCH] mail/imaptools: update to 1.123 Responsible-Changed-From-To: freebsd-ports-bugs->bsam Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 13:50:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165095 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 15:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C80551065673 for ; Mon, 13 Feb 2012 15:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3648FC17 for ; Mon, 13 Feb 2012 15:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DFA8Ju018541 for ; Mon, 13 Feb 2012 15:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DFA8wO018540; Mon, 13 Feb 2012 15:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 15:10:08 GMT Resent-Message-Id: <201202131510.q1DFA8wO018540@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Paetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0E77106566B for ; Mon, 13 Feb 2012 15:03:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D08ED8FC12 for ; Mon, 13 Feb 2012 15:03:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DF3tSw092488 for ; Mon, 13 Feb 2012 15:03:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DF3tww092462; Mon, 13 Feb 2012 15:03:55 GMT (envelope-from nobody) Message-Id: <201202131503.q1DF3tww092462@red.freebsd.org> Date: Mon, 13 Feb 2012 15:03:55 GMT From: Josh Paetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165097: [PATCH] Remove dep from irc/xchat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 15:10:09 -0000 >Number: 165097 >Category: ports >Synopsis: [PATCH] Remove dep from irc/xchat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 15:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: 9.0-RELEASE >Organization: >Environment: N/A >Description: The net/socks5 port is being deorbited due to license/redistribution issues. There is net/dante which provides similar functionality but will require this port to be adapted to it. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/xchat/Makefile,v retrieving revision 1.151 diff -u -r1.151 Makefile --- Makefile 23 Sep 2011 22:23:34 -0000 1.151 +++ Makefile 13 Feb 2012 07:03:35 -0000 @@ -8,6 +8,7 @@ PORTNAME= xchat PORTVERSION= 2.8.8 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= SF/${PORTNAME}/ \ http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ @@ -36,8 +37,7 @@ NOTIFY "Depend on libnotify for notifications" off \ PERL "Enable Perl support" on \ PYTHON "Enable Python support" off \ - TCL "Enable TCL support" off \ - SOCKS "Build with socks5 support" off + TCL "Enable TCL support" off .if defined(WITH_PYTHON) USE_PYTHON= yes @@ -113,12 +113,6 @@ PLIST_SUB+= TCL="@comment " .endif -.if defined(WITH_SOCKS) -ONLY_FOR_ARCHS= i386 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+=--enable-socks -.endif - post-patch: @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ ${WRKSRC}/configure >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 15:10:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C48B91065670; Mon, 13 Feb 2012 15:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2E28FC12; Mon, 13 Feb 2012 15:10:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DFAJAh018723; Mon, 13 Feb 2012 15:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DFAJfi018719; Mon, 13 Feb 2012 15:10:19 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 15:10:19 GMT Message-Id: <201202131510.q1DFAJfi018719@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165097: [PATCH] Remove dep from irc/xchat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 15:10:19 -0000 Synopsis: [PATCH] Remove dep from irc/xchat Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 15:10:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165097 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 16:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9C1065674 for ; Mon, 13 Feb 2012 16:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 787108FC1D for ; Mon, 13 Feb 2012 16:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DGKAo8084185 for ; Mon, 13 Feb 2012 16:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DGKAKa084184; Mon, 13 Feb 2012 16:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 16:20:10 GMT Resent-Message-Id: <201202131620.q1DGKAKa084184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Claudiu Vasadi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D36E2106566C for ; Mon, 13 Feb 2012 16:18:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C19618FC12 for ; Mon, 13 Feb 2012 16:18:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DGIDh1033120 for ; Mon, 13 Feb 2012 16:18:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DGIDT4033119; Mon, 13 Feb 2012 16:18:13 GMT (envelope-from nobody) Message-Id: <201202131618.q1DGIDT4033119@red.freebsd.org> Date: Mon, 13 Feb 2012 16:18:13 GMT From: Claudiu Vasadi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165099: New port: databases/xtrabackup percona's xtrabackup utility, version 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 16:20:10 -0000 >Number: 165099 >Category: ports >Synopsis: New port: databases/xtrabackup percona's xtrabackup utility, version 1.6.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 16:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Claudiu Vasadi >Release: 9.0-STABLE amd64 >Organization: >Environment: FreeBSD xtrabackup.local 9.0-STABLE FreeBSD 9.0-STABLE #2 r230424: Mon Feb 6 00:12:29 CET 2012 root@da1:/usr/obj/usr/src/sys/da1 amd64 >Description: Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines. It works with MySQL 5.0 and 5.1 versions (InnoDB Plugin and Barracuda format is supported as of release 0.9.5rc) and also can handle MyISAM tables. WWW: http://www.percona.com/docs/wiki/percona-xtrabackup:start >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xtrabackup # xtrabackup/pkg-descr # xtrabackup/distinfo # xtrabackup/Makefile # echo c - xtrabackup mkdir -p xtrabackup > /dev/null 2>&1 echo x - xtrabackup/pkg-descr sed 's/^X//' >xtrabackup/pkg-descr << '8a8b25963b1e4584cc7b3d398625190c' XPercona XtraBackup is OpenSource online (non-blockable) backup solution for XInnoDB and XtraDB engines. It works with MySQL 5.0 and 5.1 versions (InnoDB XPlugin and Barracuda format is supported as of release 0.9.5rc) and also can Xhandle MyISAM tables. X XWWW: http://www.percona.com/docs/wiki/percona-xtrabackup:start 8a8b25963b1e4584cc7b3d398625190c echo x - xtrabackup/distinfo sed 's/^X//' >xtrabackup/distinfo << '4890596a033a923cae5840e122d6f8e7' XSHA256 (xtrabackup-1.6.4.tar.gz) = 627499844ac4e0c9799b5e5b26bebaaf47b9dec99fd69dfe2597495876ff52da XSIZE (xtrabackup-1.6.4.tar.gz) = 931057 4890596a033a923cae5840e122d6f8e7 echo x - xtrabackup/Makefile sed 's/^X//' >xtrabackup/Makefile << '3b5873206719b25fef0c55e0225465df' X# New ports collection makefile for: xtrabackup X# Date created: 04 Feb 2012 X# Whom: Claudiu Vasadi X# X# $FreeBSD$ X# X XPORTNAME= xtrabackup XPORTVERSION= 1.6.4 XCATEGORIES= databases XMASTER_SITES= http://www.percona.com/downloads/XtraBackup/XtraBackup-1.6.4/source/ X XMAINTAINER= claudiu.vasadi@gmail.com XCOMMENT= OpenSource version of InnoDB backup with support of Percona extensions X XBUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ X wget:${PORTSDIR}/ftp/wget \ X automake-1.11:${PORTSDIR}/devel/automake XRUN_DEPENDS= perl:${PORTSDIR}/lang/perl5.10 X XOPTIONS= INNODB51_BUILTIN "built-in InnoDB in MySQL 5.1" off \ X INNODB55 "InnoDB in MySQL 5.5" off \ X XTRADB51 "Percona Server with XtraDB 5.1" off \ X XTRADB55 "Percona Server with XtraDB 5.5" off X XHAS_CONFIGURE= yes XCONFIGURE_ENV= AUTO_DOWNLOAD="yes" XCONFIGURE_WRKSRC= ${WRKSRC} XCONFIGURE_SCRIPT= utils/build.sh X XPLIST_FILES= bin/tar4ibd X X.include X X.if defined(WITH_INNODB51_BUILTIN) X CONFIGURE_ARGS+= innodb51_builtin X PLIST_FILES= bin/tar4ibd \ X bin/xtrabackup_51 \ X bin/innobackupex-1.5.1 Xdo-install: X ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin X ${CP} ${WRKSRC}/mysql-5.1/storage/innobase/xtrabackup/xtrabackup_51 ${LOCALBASE}/bin X ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup_51/' < \ X ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 X.endif X X.if defined(WITH_INNODB55) X CONFIGURE_ARGS+= innodb55 X PLIST_FILES= bin/tar4ibd \ X bin/xtrabackup_innodb55 \ X bin/innobackupex-1.5.1 Xdo-install: X ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin X ${CP} ${WRKSRC}/mysql-5.5/storage/innobase/xtrabackup/xtrabackup_innodb55 ${LOCALBASE}/bin X ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup_innodb55/' < \ X ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 X.endif X X.if defined(WITH_XTRADB51) X RUN_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng X CONFIGURE_ARGS+= xtradb51 X PLIST_FILES= bin/tar4ibd \ X bin/xtrabackup \ X bin/innobackupex-1.5.1 Xdo-install: X ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin X ${CP} ${WRKSRC}/percona-server-5.1-xtrabackup/Percona-Server/storage/innodb_plugin/xtrabackup/xtrabackup \ X ${LOCALBASE}/bin X ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup/' < \ X ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 X.endif X X.if defined(WITH_XTRADB55) X RUN_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng X CONFIGURE_ARGS+= xtradb55 X PLIST_FILES= bin/tar4ibd \ X bin/xtrabackup_xtradb55 \ X bin/innobackupex-1.5.1 Xdo-install: X ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin X ${CP} ${WRKSRC}/percona-server-5.5-xtrabackup/Percona-Server-5.5/storage/innobase/xtrabackup_xtradb55 \ X ${LOCALBASE}/bin X ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtradb55/' < \ X ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 X.endif X XNO_BUILD= yes X X.include 3b5873206719b25fef0c55e0225465df exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:00:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAC191065670 for ; Mon, 13 Feb 2012 17:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8756B8FC15 for ; Mon, 13 Feb 2012 17:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DH0MUU020940 for ; Mon, 13 Feb 2012 17:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DH0MLI020939; Mon, 13 Feb 2012 17:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 17:00:22 GMT Resent-Message-Id: <201202131700.q1DH0MLI020939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hilliard Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40291106564A for ; Mon, 13 Feb 2012 16:52:58 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from muffin.acquirer.com (unknown [IPv6:2001:1bb8:2004:150::2]) by mx1.freebsd.org (Postfix) with ESMTP id B83EB8FC1C for ; Mon, 13 Feb 2012 16:52:57 +0000 (UTC) Received: from muffin.acquirer.com (localhost [127.0.0.1]) by muffin.acquirer.com (8.14.4/8.14.4) with ESMTP id q1DGqma5013895; Mon, 13 Feb 2012 16:52:48 GMT (envelope-from nick@muffin.acquirer.com) Received: (from root@localhost) by muffin.acquirer.com (8.14.4/8.14.4/Submit) id q1DGqmUF064857; Mon, 13 Feb 2012 16:52:48 GMT (envelope-from nick) Message-Id: <201202131652.q1DGqmUF064857@muffin.acquirer.com> Date: Mon, 13 Feb 2012 16:52:48 GMT From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165100: port update: drupal6.24 -> drupal6-6.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hilliard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:00:22 -0000 >Number: 165100 >Category: ports >Synopsis: port update: drupal6.24 -> drupal6-6.24 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 17:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 7.2-RELEASE i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD 7.2-RELEASE >Description: latest security fix. >How-To-Repeat: >Fix: diff -bNur drupal6.orig/Makefile drupal6/Makefile --- drupal6.orig/Makefile 2012-02-13 16:24:57.853713332 +0000 +++ drupal6/Makefile 2012-02-13 16:26:06.826481304 +0000 @@ -6,7 +6,7 @@ # PORTNAME= drupal6 -PORTVERSION= 6.22 +PORTVERSION= 6.24 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff -bNur drupal6.orig/distinfo drupal6/distinfo --- drupal6.orig/distinfo 2012-02-13 16:24:57.856712057 +0000 +++ drupal6/distinfo 2012-02-13 16:26:27.054709903 +0000 @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-6.22.tar.gz) = d43da1858bfb8211a26ad7f749cce8cc3ae701fd28b13502cf5daef51d31f021 -SIZE (drupal/drupal-6.22.tar.gz) = 1100999 +SHA256 (drupal/drupal-6.24.tar.gz) = cc9c08a7625565a059a2f7f37676636d84d968221d4a6d24368163ee50a5115d +SIZE (drupal/drupal-6.24.tar.gz) = 1104440 diff -bNur drupal6.orig/pkg-plist drupal6/pkg-plist --- drupal6.orig/pkg-plist 2012-02-13 16:24:57.860711754 +0000 +++ drupal6/pkg-plist 2012-02-13 16:27:19.415291662 +0000 @@ -30,6 +30,7 @@ %%DRUPAL_BASE%%/includes/language.inc %%DRUPAL_BASE%%/includes/locale.inc %%DRUPAL_BASE%%/includes/lock.inc +%%DRUPAL_BASE%%/includes/lock-install.inc %%DRUPAL_BASE%%/includes/mail.inc %%DRUPAL_BASE%%/includes/menu.inc %%DRUPAL_BASE%%/includes/module.inc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:00:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B3C91065674 for ; Mon, 13 Feb 2012 17:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB52C8FC17 for ; Mon, 13 Feb 2012 17:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DH0MVu020950 for ; Mon, 13 Feb 2012 17:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DH0MOK020949; Mon, 13 Feb 2012 17:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 17:00:22 GMT Resent-Message-Id: <201202131700.q1DH0MOK020949@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hilliard Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F85A1065676 for ; Mon, 13 Feb 2012 16:53:27 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from muffin.acquirer.com (unknown [IPv6:2001:1bb8:2004:150::2]) by mx1.freebsd.org (Postfix) with ESMTP id 76FB08FC19 for ; Mon, 13 Feb 2012 16:53:26 +0000 (UTC) Received: from muffin.acquirer.com (localhost [127.0.0.1]) by muffin.acquirer.com (8.14.4/8.14.4) with ESMTP id q1DGrM69045342; Mon, 13 Feb 2012 16:53:22 GMT (envelope-from nick@muffin.acquirer.com) Received: (from root@localhost) by muffin.acquirer.com (8.14.4/8.14.4/Submit) id q1DGrM8v086688; Mon, 13 Feb 2012 16:53:22 GMT (envelope-from nick) Message-Id: <201202131653.q1DGrM8v086688@muffin.acquirer.com> Date: Mon, 13 Feb 2012 16:53:22 GMT From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165101: port update: drupal7-7.9 -> drupal7-7.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hilliard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:00:23 -0000 >Number: 165101 >Category: ports >Synopsis: port update: drupal7-7.9 -> drupal7-7.12 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 17:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 7.2-RELEASE i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD 7.2-RELEASE >Description: latest security fix. >How-To-Repeat: >Fix: diff -bNur drupal7.orig/Makefile drupal7/Makefile --- drupal7.orig/Makefile 2012-02-13 16:25:04.727788651 +0000 +++ drupal7/Makefile 2012-02-13 16:33:06.739149366 +0000 @@ -6,7 +6,7 @@ # PORTNAME= drupal7 -PORTVERSION= 7.9 +PORTVERSION= 7.12 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff -bNur drupal7.orig/distinfo drupal7/distinfo --- drupal7.orig/distinfo 2012-02-13 16:25:04.724788808 +0000 +++ drupal7/distinfo 2012-02-13 16:51:20.882301833 +0000 @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.9.tar.gz) = 9708db25f860d1250166fe0936af366155f6a59c5dc6d2de356bb7d22036c93a -SIZE (drupal/drupal-7.9.tar.gz) = 2788086 +SHA256 (drupal/drupal-7.12.tar.gz) = e08702b7dd963e951796da3371124ca7f8b1b13af1026f014d10d74f522bf9dd +SIZE (drupal/drupal-7.12.tar.gz) = 3088472 diff -bNur drupal7.orig/pkg-plist drupal7/pkg-plist --- drupal7.orig/pkg-plist 2012-02-13 16:25:04.723788675 +0000 +++ drupal7/pkg-plist 2012-02-13 16:49:45.720247895 +0000 @@ -56,6 +56,7 @@ %%DRUPAL_BASE%%/includes/install.core.inc %%DRUPAL_BASE%%/includes/install.inc %%DRUPAL_BASE%%/includes/iso.inc +%%DRUPAL_BASE%%/includes/json-encode.inc %%DRUPAL_BASE%%/includes/language.inc %%DRUPAL_BASE%%/includes/locale.inc %%DRUPAL_BASE%%/includes/lock.inc @@ -242,6 +243,8 @@ %%DRUPAL_BASE%%/modules/block/block.tpl.php %%DRUPAL_BASE%%/modules/block/tests/block_test.info %%DRUPAL_BASE%%/modules/block/tests/block_test.module +%%DRUPAL_BASE%%/modules/block/tests/themes/block_test_theme/block_test_theme.info +%%DRUPAL_BASE%%/modules/block/tests/themes/block_test_theme/page.tpl.php %%DRUPAL_BASE%%/modules/blog/blog.info %%DRUPAL_BASE%%/modules/blog/blog.install %%DRUPAL_BASE%%/modules/blog/blog.module @@ -491,11 +494,11 @@ %%DRUPAL_BASE%%/modules/openid/tests/openid_test.install %%DRUPAL_BASE%%/modules/openid/tests/openid_test.module %%DRUPAL_BASE%%/modules/overlay/images/background.png -%%DRUPAL_BASE%%/modules/overlay/images/close.png %%DRUPAL_BASE%%/modules/overlay/images/close-rtl.png +%%DRUPAL_BASE%%/modules/overlay/images/close.png +%%DRUPAL_BASE%%/modules/overlay/overlay-child-rtl.css %%DRUPAL_BASE%%/modules/overlay/overlay-child.css %%DRUPAL_BASE%%/modules/overlay/overlay-child.js -%%DRUPAL_BASE%%/modules/overlay/overlay-child-rtl.css %%DRUPAL_BASE%%/modules/overlay/overlay-parent.css %%DRUPAL_BASE%%/modules/overlay/overlay-parent.js %%DRUPAL_BASE%%/modules/overlay/overlay.api.php @@ -628,6 +631,8 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/common_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/common_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/common_test.print.css +%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.info +%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.module %%DRUPAL_BASE%%/modules/simpletest/tests/common_test_info.txt %%DRUPAL_BASE%%/modules/simpletest/tests/database_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/database_test.install @@ -689,6 +694,14 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/system.base.css %%DRUPAL_BASE%%/modules/simpletest/tests/system_dependencies_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/system_dependencies_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_core_version_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/system_incompatible_module_version_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/system_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/system_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/tablesort.test @@ -698,8 +711,14 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/theme.test %%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/theme_test.template_test.tpl.php +%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php +%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info %%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test %%DRUPAL_BASE%%/modules/simpletest/tests/update.test +%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.install +%%DRUPAL_BASE%%/modules/simpletest/tests/update_script_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.info %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.install %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_1.module @@ -715,10 +734,15 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.forum.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.locale.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.menu.database.php +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.node_type_broken.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.translatable.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.upload.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.minimal.database.php.gz +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.filled.minimal.database.php.gz +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.comment.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.filter.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.forum.test @@ -731,8 +755,6 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.translatable.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.upload.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/upgrade.user.test -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.info -%%DRUPAL_BASE%%/modules/simpletest/tests/common_test_cron_helper.module %%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.install %%DRUPAL_BASE%%/modules/simpletest/tests/url_alter_test.module @@ -834,6 +856,8 @@ %%DRUPAL_BASE%%/modules/update/tests/drupal.1.xml %%DRUPAL_BASE%%/modules/update/tests/drupal.2-sec.xml %%DRUPAL_BASE%%/modules/update/tests/drupal.dev.xml +%%DRUPAL_BASE%%/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info +%%DRUPAL_BASE%%/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info %%DRUPAL_BASE%%/modules/update/tests/update_test.info %%DRUPAL_BASE%%/modules/update/tests/update_test.module %%DRUPAL_BASE%%/modules/update/tests/update_test_basetheme.1_1-sec.xml @@ -890,9 +914,12 @@ %%DRUPAL_BASE%%/scripts/cron-lynx.sh %%DRUPAL_BASE%%/scripts/drupal.sh %%DRUPAL_BASE%%/scripts/dump-database-d6.sh +%%DRUPAL_BASE%%/scripts/dump-database-d7.sh %%DRUPAL_BASE%%/scripts/generate-d6-content.sh +%%DRUPAL_BASE%%/scripts/generate-d7-content.sh %%DRUPAL_BASE%%/scripts/password-hash.sh %%DRUPAL_BASE%%/scripts/run-tests.sh +%%DRUPAL_BASE%%/scripts/test.script %%DRUPAL_BASE%%/sites/all/README.txt %%DRUPAL_BASE%%/sites/all/modules/README.txt %%DRUPAL_BASE%%/sites/all/themes/README.txt @@ -968,6 +995,7 @@ %%DRUPAL_BASE%%/themes/garland/theme-settings.php %%DRUPAL_BASE%%/themes/seven/ie.css %%DRUPAL_BASE%%/themes/seven/ie6.css +%%DRUPAL_BASE%%/themes/seven/ie7.css %%DRUPAL_BASE%%/themes/seven/images/add.png %%DRUPAL_BASE%%/themes/seven/images/arrow-asc.png %%DRUPAL_BASE%%/themes/seven/images/arrow-desc.png @@ -976,17 +1004,16 @@ %%DRUPAL_BASE%%/themes/seven/images/buttons.png %%DRUPAL_BASE%%/themes/seven/images/fc-rtl.png %%DRUPAL_BASE%%/themes/seven/images/fc.png -%%DRUPAL_BASE%%/themes/seven/images/list-item.png %%DRUPAL_BASE%%/themes/seven/images/list-item-rtl.png +%%DRUPAL_BASE%%/themes/seven/images/list-item.png %%DRUPAL_BASE%%/themes/seven/images/task-check.png -%%DRUPAL_BASE%%/themes/seven/images/task-item.png %%DRUPAL_BASE%%/themes/seven/images/task-item-rtl.png +%%DRUPAL_BASE%%/themes/seven/images/task-item.png %%DRUPAL_BASE%%/themes/seven/images/ui-icons-222222-256x240.png %%DRUPAL_BASE%%/themes/seven/images/ui-icons-454545-256x240.png %%DRUPAL_BASE%%/themes/seven/images/ui-icons-800000-256x240.png %%DRUPAL_BASE%%/themes/seven/images/ui-icons-888888-256x240.png %%DRUPAL_BASE%%/themes/seven/images/ui-icons-ffffff-256x240.png -%%DRUPAL_BASE%%/themes/seven/ie7.css %%DRUPAL_BASE%%/themes/seven/jquery.ui.theme.css %%DRUPAL_BASE%%/themes/seven/logo.png %%DRUPAL_BASE%%/themes/seven/maintenance-page.tpl.php @@ -1004,17 +1031,12 @@ %%DRUPAL_BASE%%/themes/stark/logo.png %%DRUPAL_BASE%%/themes/stark/screenshot.png %%DRUPAL_BASE%%/themes/stark/stark.info -%%DRUPAL_BASE%%/themes/tests/README.txt -%%DRUPAL_BASE%%/themes/tests/test_theme/template.php -%%DRUPAL_BASE%%/themes/tests/test_theme/test_theme.info -%%DRUPAL_BASE%%/themes/tests/update_test_basetheme/update_test_basetheme.info -%%DRUPAL_BASE%%/themes/tests/update_test_subtheme/update_test_subtheme.info %%DRUPAL_BASE%%/update.php %%DRUPAL_BASE%%/web.config %%DRUPAL_BASE%%/xmlrpc.php @unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true -@dirrm %%DRUPAL_BASE%%/includes/database/pgsql @dirrm %%DRUPAL_BASE%%/includes/database/mysql +@dirrm %%DRUPAL_BASE%%/includes/database/pgsql @dirrm %%DRUPAL_BASE%%/includes/database/sqlite @dirrm %%DRUPAL_BASE%%/includes/database @dirrm %%DRUPAL_BASE%%/includes/filetransfer @@ -1023,9 +1045,10 @@ @dirrm %%DRUPAL_BASE%%/misc/ui/images @dirrm %%DRUPAL_BASE%%/misc/ui @dirrm %%DRUPAL_BASE%%/misc -@dirrm %%DRUPAL_BASE%%/modules/menu -@dirrm %%DRUPAL_BASE%%/modules/user/tests -@dirrm %%DRUPAL_BASE%%/modules/user +@dirrm %%DRUPAL_BASE%%/modules/aggregator/tests +@dirrm %%DRUPAL_BASE%%/modules/aggregator +@dirrm %%DRUPAL_BASE%%/modules/block/tests/themes/block_test_theme +@dirrm %%DRUPAL_BASE%%/modules/block/tests/themes @dirrm %%DRUPAL_BASE%%/modules/block/tests @dirrm %%DRUPAL_BASE%%/modules/block @dirrm %%DRUPAL_BASE%%/modules/blog @@ -1038,7 +1061,6 @@ @dirrm %%DRUPAL_BASE%%/modules/contextual @dirrm %%DRUPAL_BASE%%/modules/dashboard @dirrm %%DRUPAL_BASE%%/modules/dblog -@dirrm %%DRUPAL_BASE%%/modules/field/tests @dirrm %%DRUPAL_BASE%%/modules/field/modules/field_sql_storage @dirrm %%DRUPAL_BASE%%/modules/field/modules/list/tests @dirrm %%DRUPAL_BASE%%/modules/field/modules/list @@ -1046,6 +1068,7 @@ @dirrm %%DRUPAL_BASE%%/modules/field/modules/options @dirrm %%DRUPAL_BASE%%/modules/field/modules/text @dirrm %%DRUPAL_BASE%%/modules/field/modules +@dirrm %%DRUPAL_BASE%%/modules/field/tests @dirrm %%DRUPAL_BASE%%/modules/field/theme @dirrm %%DRUPAL_BASE%%/modules/field @dirrm %%DRUPAL_BASE%%/modules/field_ui @@ -1061,10 +1084,9 @@ @dirrm %%DRUPAL_BASE%%/modules/locale/tests/translations @dirrm %%DRUPAL_BASE%%/modules/locale/tests @dirrm %%DRUPAL_BASE%%/modules/locale -@dirrm %%DRUPAL_BASE%%/modules/update/tests -@dirrm %%DRUPAL_BASE%%/modules/update -@dirrm %%DRUPAL_BASE%%/modules/aggregator/tests -@dirrm %%DRUPAL_BASE%%/modules/aggregator +@dirrm %%DRUPAL_BASE%%/modules/menu +@dirrm %%DRUPAL_BASE%%/modules/node/tests +@dirrm %%DRUPAL_BASE%%/modules/node @dirrm %%DRUPAL_BASE%%/modules/openid/tests @dirrm %%DRUPAL_BASE%%/modules/openid @dirrm %%DRUPAL_BASE%%/modules/overlay/images @@ -1077,16 +1099,18 @@ @dirrm %%DRUPAL_BASE%%/modules/rdf @dirrm %%DRUPAL_BASE%%/modules/search/tests @dirrm %%DRUPAL_BASE%%/modules/search -@dirrm %%DRUPAL_BASE%%/modules/syslog @dirrm %%DRUPAL_BASE%%/modules/shortcut @dirrm %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files @dirrm %%DRUPAL_BASE%%/modules/simpletest/files -@dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade @dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_compatible_test @dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_incompatible_test +@dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme +@dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/themes +@dirrm %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade @dirrm %%DRUPAL_BASE%%/modules/simpletest/tests @dirrm %%DRUPAL_BASE%%/modules/simpletest @dirrm %%DRUPAL_BASE%%/modules/statistics +@dirrm %%DRUPAL_BASE%%/modules/syslog @dirrm %%DRUPAL_BASE%%/modules/system @dirrm %%DRUPAL_BASE%%/modules/taxonomy @dirrm %%DRUPAL_BASE%%/modules/toolbar @@ -1095,8 +1119,13 @@ @dirrm %%DRUPAL_BASE%%/modules/translation @dirrm %%DRUPAL_BASE%%/modules/trigger/tests @dirrm %%DRUPAL_BASE%%/modules/trigger -@dirrm %%DRUPAL_BASE%%/modules/node/tests -@dirrm %%DRUPAL_BASE%%/modules/node +@dirrm %%DRUPAL_BASE%%/modules/update/tests/themes/update_test_basetheme +@dirrm %%DRUPAL_BASE%%/modules/update/tests/themes/update_test_subtheme +@dirrm %%DRUPAL_BASE%%/modules/update/tests/themes +@dirrm %%DRUPAL_BASE%%/modules/update/tests +@dirrm %%DRUPAL_BASE%%/modules/update +@dirrm %%DRUPAL_BASE%%/modules/user/tests +@dirrm %%DRUPAL_BASE%%/modules/user @dirrm %%DRUPAL_BASE%%/modules @dirrm %%DRUPAL_BASE%%/profiles/minimal/translations @dirrm %%DRUPAL_BASE%%/profiles/minimal @@ -1115,23 +1144,19 @@ @dirrm %%DRUPAL_BASE%%/sites/default/files @dirrm %%DRUPAL_BASE%%/sites/default @dirrm %%DRUPAL_BASE%%/sites -@dirrm %%DRUPAL_BASE%%/themes/stark -@dirrm %%DRUPAL_BASE%%/themes/tests/test_theme -@dirrm %%DRUPAL_BASE%%/themes/tests/update_test_basetheme -@dirrm %%DRUPAL_BASE%%/themes/tests/update_test_subtheme -@dirrm %%DRUPAL_BASE%%/themes/tests -@dirrm %%DRUPAL_BASE%%/themes/engines/phptemplate -@dirrm %%DRUPAL_BASE%%/themes/engines -@dirrm %%DRUPAL_BASE%%/themes/bartik/css @dirrm %%DRUPAL_BASE%%/themes/bartik/color +@dirrm %%DRUPAL_BASE%%/themes/bartik/css @dirrm %%DRUPAL_BASE%%/themes/bartik/images @dirrm %%DRUPAL_BASE%%/themes/bartik/templates @dirrm %%DRUPAL_BASE%%/themes/bartik -@dirrm %%DRUPAL_BASE%%/themes/seven/images -@dirrm %%DRUPAL_BASE%%/themes/seven +@dirrm %%DRUPAL_BASE%%/themes/engines/phptemplate +@dirrm %%DRUPAL_BASE%%/themes/engines @dirrm %%DRUPAL_BASE%%/themes/garland/color @dirrm %%DRUPAL_BASE%%/themes/garland/images @dirrm %%DRUPAL_BASE%%/themes/garland +@dirrm %%DRUPAL_BASE%%/themes/seven/images +@dirrm %%DRUPAL_BASE%%/themes/seven +@dirrm %%DRUPAL_BASE%%/themes/stark @dirrm %%DRUPAL_BASE%%/themes @dirrmtry %%DRUPAL_BASE%%/sites/all/modules @dirrmtry %%DRUPAL_BASE%%/sites/all/themes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3813F1065673 for ; Mon, 13 Feb 2012 17:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E492D8FC16 for ; Mon, 13 Feb 2012 17:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHA6sf029691 for ; Mon, 13 Feb 2012 17:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHA6O7029690; Mon, 13 Feb 2012 17:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 17:10:06 GMT Resent-Message-Id: <201202131710.q1DHA6O7029690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A02B1065673 for ; Mon, 13 Feb 2012 17:02:24 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 583398FC1D for ; Mon, 13 Feb 2012 17:02:24 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DH2J1n014167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 12:02:20 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DH2IvY016866; Mon, 13 Feb 2012 12:02:18 -0500 (EST) (envelope-from steve) Message-Id: <201202131702.q1DH2IvY016866@meatwad.mouf.net> Date: Mon, 13 Feb 2012 12:02:18 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lippe@FreeBSD.org Subject: ports/165102: [PATCH] devel/p5-Tie-ToObject: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:10:07 -0000 >Number: 165102 >Category: ports >Synopsis: [PATCH] devel/p5-Tie-ToObject: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 17:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Tie-ToObject-0.03_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Tie-ToObject/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 22 Jul 2009 16:26:41 -0000 1.4 +++ Makefile 13 Feb 2012 17:02:06 -0000 @@ -15,6 +15,8 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Tie to an existing object +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok + PERL_CONFIGURE= yes MAN3= Tie::ToObject.3 --- p5-Tie-ToObject-0.03_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:10:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 181B2106564A; Mon, 13 Feb 2012 17:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2F348FC1A; Mon, 13 Feb 2012 17:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHALgk030476; Mon, 13 Feb 2012 17:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHALDi030467; Mon, 13 Feb 2012 17:10:21 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 17:10:21 GMT Message-Id: <201202131710.q1DHALDi030467@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165102: [PATCH] devel/p5-Tie-ToObject: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:10:22 -0000 Synopsis: [PATCH] devel/p5-Tie-ToObject: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 17:10:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165102 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A433B1065673 for ; Mon, 13 Feb 2012 17:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 853328FC16 for ; Mon, 13 Feb 2012 17:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHKAeF039751 for ; Mon, 13 Feb 2012 17:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHKAkC039750; Mon, 13 Feb 2012 17:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 17:20:10 GMT Resent-Message-Id: <201202131720.q1DHKAkC039750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69FFC1065672 for ; Mon, 13 Feb 2012 17:11:23 +0000 (UTC) (envelope-from mm@neo.vx.sk) Received: from neo.vx.sk (neo.vx.sk [176.9.47.205]) by mx1.freebsd.org (Postfix) with ESMTP id BB11E8FC0C for ; Mon, 13 Feb 2012 17:11:22 +0000 (UTC) Received: by neo.vx.sk (Postfix, from userid 1001) id 6363110F21; Mon, 13 Feb 2012 18:11:21 +0100 (CET) Message-Id: <20120213171121.6363110F21@neo.vx.sk> Date: Mon, 13 Feb 2012 18:11:21 +0100 (CET) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chifeng@gmail.com Subject: ports/165103: [PATCH] mail/sqlgrey: update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:20:10 -0000 >Number: 165103 >Category: ports >Synopsis: [PATCH] mail/sqlgrey: update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 17:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD neo.vx.sk 9.0-STABLE FreeBSD 9.0-STABLE #14 r231187M: Wed Feb 8 08:19:42 >Description: Update to 1.8.0 Use UIDs/GIDs infrastructure (uid/gid 226) Use pidfile command line argument in rc script As I am now a developer of sqlgrey, I would like to take over maintainership of this port. Port maintainer (chifeng@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sqlgrey-1.8.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 3 Jun 2011 11:25:11 -0000 1.19 +++ Makefile 13 Feb 2012 17:08:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= sqlgrey -DISTVERSION= 1.8.0-rc2 +PORTVERSION= 1.8.0 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 @@ -22,12 +22,12 @@ NO_BUILD= yes ETCFILES= clients_fqdn_whitelist clients_ip_whitelist dyn_fqdn.regexp smtp_server.regexp sqlgrey.conf -SGY_USERNAME?= sqlgrey -SGY_GROUPNAME?= ${SGY_USERNAME} +USERS= sqlgrey +GROUPS= ${USERS} ETCDIR?= etc/sqlgrey SUB_FILES= pkg-install -MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${SGY_USERNAME} GROUP=${SGY_GROUPNAME} PERL=${PERL} +MY_SUB_LIST= ETCDIR=${ETCDIR} ETCFILES="${ETCFILES}" USER=${USERS} GROUP=${GROUPS} PERL=${PERL} SUB_LIST+= ${MY_SUB_LIST} PLIST_SUB= TOUCH=${TOUCH} ${MY_SUB_LIST} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 3 Jun 2011 11:25:11 -0000 1.9 +++ distinfo 13 Feb 2012 17:08:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (sqlgrey-1.8.0-rc2.tar.gz) = c109aab28c9dcf798beb708d1efa37facfb3dfacd0f15fa87b5f6c1f023d2068 -SIZE (sqlgrey-1.8.0-rc2.tar.gz) = 68821 +SHA256 (sqlgrey-1.8.0.tar.gz) = 94e0fa191b30d672b748e934728ca73383bf9b36e4b17618b01adaaba40280e2 +SIZE (sqlgrey-1.8.0.tar.gz) = 69476 Index: files/pkg-install.in =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/files/pkg-install.in,v retrieving revision 1.2 diff -u -r1.2 pkg-install.in --- files/pkg-install.in 6 Nov 2006 19:46:25 -0000 1.2 +++ files/pkg-install.in 13 Feb 2012 17:08:54 -0000 @@ -15,23 +15,6 @@ exit 1 fi - # Create group if required - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo "---> Using existing group \"%%GROUP%%\"" - else - echo "---> Adding group \"%%GROUP%%\"" - /usr/sbin/pw groupadd %%GROUP%% || exit 1 - fi - - # Create user if required - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo "---> Using existing user \"%%USER%%\"" - else - echo "---> Adding user \"%%USER%%\"" - /usr/sbin/pw useradd "%%USER%%" -g "%%GROUP%%" -h - \ - -d "%%DATADIR%%" -s "/sbin/nologin" -c "Sqlgrey Owner" || exit 1 - fi - # Create home directory if required if [ -d "%%DATADIR%%" ]; then echo "---> Using existing Sqlgrey database directory (%%DATADIR%%)" @@ -47,14 +30,8 @@ POST-DEINSTALL) - echo "---> Please, remember to remove the user and the group with :" - if /usr/sbin/pw user show "%%USER%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw userdel -n %%USER%%" - fi - if /usr/sbin/pw group show "%%GROUP%%" >/dev/null 2>&1; then - echo " /usr/sbin/pw groupdel -n %%GROUP%%" - fi - echo " as well as the databases." + echo "---> Please, remember to remove the database directory:" + echo " %%DATADIR%%" echo " If you're only updating, you can leave the things as they are." ;; Index: files/sqlgrey.in =================================================================== RCS file: /home/pcvs/ports/mail/sqlgrey/files/sqlgrey.in,v retrieving revision 1.3 diff -u -r1.3 sqlgrey.in --- files/sqlgrey.in 14 Jan 2012 08:56:05 -0000 1.3 +++ files/sqlgrey.in 13 Feb 2012 17:08:54 -0000 @@ -24,16 +24,17 @@ stop_postcmd=${name}_poststop -sqlgrey_poststop() -{ - rm -f $pidfile -} - load_rc_config $name sqlgrey_enable=${sqlgrey_enable-"NO"} required_files=${sqlgrey_config-"%%PREFIX%%/%%ETCDIR%%/sqlgrey.conf"} +pidfile=${sqlgrey_pidfile-"/var/run/sqlgrey.pid"} -command_args="--configfile=${required_files} --daemonize" +command_args="--configfile=${required_files} --pidfile=${pidfile} --daemonize" + +sqlgrey_poststop() +{ + rm -f $pidfile +} run_rc_command "$1" Index: ports/UIDs =================================================================== RCS file: /home/pcvs/ports/UIDs,v retrieving revision 1.185 diff -u -r1.185 UIDs --- ports/UIDs 2 Feb 2012 13:05:18 -0000 1.185 +++ ports/UIDs 13 Feb 2012 17:08:22 -0000 @@ -116,6 +116,7 @@ drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin +sqlgrey:*:226:226::0:0:SQLgrey Owner:/nonexistent:/usr/sbin/nologin aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh tnc:*:241:241::0:0:aprsd:/nonexistent:/bin/sh prosody:*:242:242::0:0:Prosody Jabber Server:/nonexistent:/usr/sbin/nologin Index: ports/GIDs =================================================================== RCS file: /home/pcvs/ports/GIDs,v retrieving revision 1.163 diff -u -r1.163 GIDs --- ports/GIDs 12 Jan 2012 13:14:44 -0000 1.163 +++ ports/GIDs 13 Feb 2012 17:08:22 -0000 @@ -109,6 +109,7 @@ drizzle:*:213: bs:*:220: postgrey:*:225: +sqlgrey:*:226: kismet:*:229: aprsd:*:240: tnc:*:241: --- sqlgrey-1.8.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 335241065672; Mon, 13 Feb 2012 17:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3508FC15; Mon, 13 Feb 2012 17:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHKKvr040026; Mon, 13 Feb 2012 17:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHKKbk040015; Mon, 13 Feb 2012 17:20:20 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 17:20:20 GMT Message-Id: <201202131720.q1DHKKbk040015@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165103: [PATCH] mail/sqlgrey: update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:20:21 -0000 Synopsis: [PATCH] mail/sqlgrey: update Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 17:20:20 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165103 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A6E106566B for ; Mon, 13 Feb 2012 17:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D651D8FC17 for ; Mon, 13 Feb 2012 17:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHe7mM058899 for ; Mon, 13 Feb 2012 17:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHe7nr058898; Mon, 13 Feb 2012 17:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 17:40:07 GMT Resent-Message-Id: <201202131740.q1DHe7nr058898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BFA4106566B for ; Mon, 13 Feb 2012 17:35:19 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6C88FC17 for ; Mon, 13 Feb 2012 17:35:18 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.5/8.14.4) with ESMTP id q1DHZFUU039722 for ; Mon, 13 Feb 2012 17:35:15 GMT (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.5/8.14.4/Submit) id q1DHZEoq039711; Mon, 13 Feb 2012 17:35:14 GMT (envelope-from freebsd@beardz.net) Message-Id: <201202131735.q1DHZEoq039711@beardz.net> Date: Mon, 13 Feb 2012 17:35:14 GMT From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165104: [MAINTAINER] irc/weechat-devel: update to 20120213 (0.3.7-rc2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:40:08 -0000 >Number: 165104 >Category: ports >Synopsis: [MAINTAINER] irc/weechat-devel: update to 20120213 (0.3.7-rc2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 17:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r225827: Wed Sep 28 13:55:02 BST >Description: - Update to 20120213 (0.3.7-rc2) Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- weechat-devel-20120213.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/weechat-devel.orig/Makefile /usr/ports/irc/weechat-devel/Makefile --- /usr/ports/irc/weechat-devel.orig/Makefile 2012-02-07 06:32:58.000000000 +0000 +++ /usr/ports/irc/weechat-devel/Makefile 2012-02-13 17:31:32.212009691 +0000 @@ -6,11 +6,11 @@ # PORTNAME= weechat -PORTVERSION= 20120205 +PORTVERSION= 20120213 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel -DISTNAME= weechat-devel-a2002f6 +DISTNAME= weechat-devel-c91a91c MAINTAINER= freebsd@beardz.net COMMENT= A lightweight and user friendly ncurse based IRC client @@ -43,7 +43,7 @@ NLS "NLS support" On \ DOCUMENTATION "Build documentation" Off -WRKSRC= ${WRKDIR}/${PORTNAME}-a2002f6 +WRKSRC= ${WRKDIR}/${PORTNAME}-c91a91c .include diff -ruN --exclude=CVS /usr/ports/irc/weechat-devel.orig/distinfo /usr/ports/irc/weechat-devel/distinfo --- /usr/ports/irc/weechat-devel.orig/distinfo 2012-02-07 06:32:58.000000000 +0000 +++ /usr/ports/irc/weechat-devel/distinfo 2012-02-13 17:31:32.211001185 +0000 @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-a2002f6.tar.gz) = ffadabd7c48da0a3d152e50d3534838935b5d19d4fbc1f3e7d605deea7983a50 -SIZE (weechat-devel-a2002f6.tar.gz) = 2085747 +SHA256 (weechat-devel-c91a91c.tar.gz) = 114be284655ffc7a661cd9e6a258a442c097f1a86e0c6709bc400df3d6398ded +SIZE (weechat-devel-c91a91c.tar.gz) = 2087716 --- weechat-devel-20120213.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 17:45:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D218A106564A; Mon, 13 Feb 2012 17:45:14 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A92BE8FC1B; Mon, 13 Feb 2012 17:45:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DHjEsX067100; Mon, 13 Feb 2012 17:45:14 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DHjEHe067096; Mon, 13 Feb 2012 17:45:14 GMT (envelope-from jgh) Date: Mon, 13 Feb 2012 17:45:14 GMT Message-Id: <201202131745.q1DHjEHe067096@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165104: [MAINTAINER] irc/weechat-devel: update to 20120213 (0.3.7-rc2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 17:45:14 -0000 Synopsis: [MAINTAINER] irc/weechat-devel: update to 20120213 (0.3.7-rc2) Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Mon Feb 13 17:45:14 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165104 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:15:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97323106566B; Mon, 13 Feb 2012 18:15:59 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7C08FC1B; Mon, 13 Feb 2012 18:15:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIFxqe094337; Mon, 13 Feb 2012 18:15:59 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIFx9n094333; Mon, 13 Feb 2012 18:15:59 GMT (envelope-from flo) Date: Mon, 13 Feb 2012 18:15:59 GMT Message-Id: <201202131815.q1DIFx9n094333@freefall.freebsd.org> To: flo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: flo@FreeBSD.org Cc: Subject: Re: ports/165101: port update: drupal7-7.9 -> drupal7-7.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:15:59 -0000 Synopsis: port update: drupal7-7.9 -> drupal7-7.12 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: flo Responsible-Changed-When: Mon Feb 13 18:15:58 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165101 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:16:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA2561065679; Mon, 13 Feb 2012 18:16:08 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B12DE8FC1B; Mon, 13 Feb 2012 18:16:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIG8ES094441; Mon, 13 Feb 2012 18:16:08 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIG8BL094437; Mon, 13 Feb 2012 18:16:08 GMT (envelope-from flo) Date: Mon, 13 Feb 2012 18:16:08 GMT Message-Id: <201202131816.q1DIG8BL094437@freefall.freebsd.org> To: flo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: flo@FreeBSD.org Cc: Subject: Re: ports/165100: port update: drupal6.24 -> drupal6-6.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:16:08 -0000 Synopsis: port update: drupal6.24 -> drupal6-6.24 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: flo Responsible-Changed-When: Mon Feb 13 18:16:08 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165100 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9E1065672 for ; Mon, 13 Feb 2012 18:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E73878FC17 for ; Mon, 13 Feb 2012 18:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIK9Sf094981 for ; Mon, 13 Feb 2012 18:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIK9ss094980; Mon, 13 Feb 2012 18:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 18:20:09 GMT Resent-Message-Id: <201202131820.q1DIK9ss094980@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Grzegorz Blach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE44C106566C for ; Mon, 13 Feb 2012 18:12:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DE2EE8FC0A for ; Mon, 13 Feb 2012 18:12:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DICCq1031676 for ; Mon, 13 Feb 2012 18:12:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DICCc5031675; Mon, 13 Feb 2012 18:12:12 GMT (envelope-from nobody) Message-Id: <201202131812.q1DICCc5031675@red.freebsd.org> Date: Mon, 13 Feb 2012 18:12:12 GMT From: Grzegorz Blach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165105: audio/libmpdclient updated to 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:20:10 -0000 >Number: 165105 >Category: ports >Synopsis: audio/libmpdclient updated to 2.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 18:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: 9.0 amd64 >Organization: >Environment: FreeBSD silver.nine 9.0-RELEASE FreeBSD 9.0-RELEASE #5 r229491: Wed Jan 4 19:17:56 CET 2012 magik@silver.nine:/usr/obj/usr/src/sys/SILVER amd64 >Description: Port audio/libmpdclient updated from 2.6 to 2.7 http://redports.org/browser/magik/audio/libmpdclient >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN audio/libmpdclient/Makefile audio/libmpdclient/Makefile --- audio/libmpdclient/Makefile 2011-11-09 16:25:25.000000000 +0100 +++ audio/libmpdclient/Makefile 2012-02-13 18:59:40.478372999 +0100 @@ -6,7 +6,7 @@ # PORTNAME= libmpdclient -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= audio MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} diff -ruN audio/libmpdclient/distinfo audio/libmpdclient/distinfo --- audio/libmpdclient/distinfo 2011-11-02 01:49:43.000000000 +0100 +++ audio/libmpdclient/distinfo 2012-02-13 18:59:40.474379279 +0100 @@ -1,2 +1,2 @@ -SHA256 (libmpdclient-2.6.tar.bz2) = 5c5278479b1a6efe1160231a315622dc4070bda8dd3838f3675b37ae1cb013c9 -SIZE (libmpdclient-2.6.tar.bz2) = 288343 +SHA256 (libmpdclient-2.7.tar.bz2) = 2344bea1b36f79398ec16b0dc795fe4b9de204ba77a9c07d5d575cd0420b2fc6 +SIZE (libmpdclient-2.7.tar.bz2) = 291147 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:20:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD80106564A; Mon, 13 Feb 2012 18:20:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 267B18FC08; Mon, 13 Feb 2012 18:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIKK7n095234; Mon, 13 Feb 2012 18:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIKKqc095225; Mon, 13 Feb 2012 18:20:20 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 18:20:20 GMT Message-Id: <201202131820.q1DIKKqc095225@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165105: audio/libmpdclient updated to 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:20:20 -0000 Synopsis: audio/libmpdclient updated to 2.7 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Mon Feb 13 18:20:19 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165105 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3522106564A; Mon, 13 Feb 2012 18:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB7B8FC15; Mon, 13 Feb 2012 18:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIKOMd095716; Mon, 13 Feb 2012 18:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIKOBk095709; Mon, 13 Feb 2012 18:20:24 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 18:20:24 GMT Message-Id: <201202131820.q1DIKOBk095709@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, magik@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165105: audio/libmpdclient updated to 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:20:24 -0000 Synopsis: audio/libmpdclient updated to 2.7 Responsible-Changed-From-To: freebsd-ports-bugs->magik Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 18:20:24 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165105 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74BB11065676 for ; Mon, 13 Feb 2012 18:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3690D8FC0A for ; Mon, 13 Feb 2012 18:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIUKxt004133 for ; Mon, 13 Feb 2012 18:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIUKBh004128; Mon, 13 Feb 2012 18:30:20 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 18:30:20 GMT Resent-Message-Id: <201202131830.q1DIUKBh004128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC9DD106566B; Mon, 13 Feb 2012 18:29:12 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 4CD4F8FC27; Mon, 13 Feb 2012 18:29:12 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DIT05P014858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 13:29:02 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DIT0dS000578; Mon, 13 Feb 2012 13:29:00 -0500 (EST) (envelope-from steve) Message-Id: <201202131829.q1DIT0dS000578@meatwad.mouf.net> Date: Mon, 13 Feb 2012 13:29:00 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sunpoet@FreeBSD.org Subject: ports/165106: [PATCH] devel/p5-DateTime-Astro: add TEST_DEPENDS and mark MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:30:20 -0000 >Number: 165106 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Astro: add TEST_DEPENDS and mark MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 18:30:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-DateTime-Astro-0.99.999.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Astro/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 30 Nov 2011 17:24:33 -0000 1.1 +++ Makefile 13 Feb 2012 18:28:43 -0000 @@ -21,6 +21,9 @@ LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception + +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} --- p5-DateTime-Astro-0.99.999.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 18:30:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A473106564A; Mon, 13 Feb 2012 18:30:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 305498FC17; Mon, 13 Feb 2012 18:30:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DIUWd4005367; Mon, 13 Feb 2012 18:30:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DIUWks005358; Mon, 13 Feb 2012 18:30:32 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 18:30:32 GMT Message-Id: <201202131830.q1DIUWks005358@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165106: [PATCH] devel/p5-DateTime-Astro: add TEST_DEPENDS and mark MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 18:30:32 -0000 Synopsis: [PATCH] devel/p5-DateTime-Astro: add TEST_DEPENDS and mark MAKE_JOBS_UNSAFE Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 18:30:31 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165106 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:00:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 591F41065672 for ; Mon, 13 Feb 2012 19:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 081888FC08 for ; Mon, 13 Feb 2012 19:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJ0MCs031497 for ; Mon, 13 Feb 2012 19:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJ0MuZ031496; Mon, 13 Feb 2012 19:00:22 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 19:00:22 GMT Resent-Message-Id: <201202131900.q1DJ0MuZ031496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DEBF1065670 for ; Mon, 13 Feb 2012 18:56:14 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id D5E6F8FC13 for ; Mon, 13 Feb 2012 18:56:13 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DIu7qj015122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 13:56:10 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DItxFY068630; Mon, 13 Feb 2012 13:55:59 -0500 (EST) (envelope-from steve) Message-Id: <201202131855.q1DItxFY068630@meatwad.mouf.net> Date: Mon, 13 Feb 2012 13:55:59 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:00:23 -0000 >Number: 165107 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 19:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-DateTime-Util-Calc-0.13002_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Util-Calc/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Jan 2012 17:37:56 -0000 1.4 +++ Makefile 13 Feb 2012 18:55:46 -0000 @@ -7,7 +7,7 @@ PORTNAME= DateTime-Util-Calc PORTVERSION= 0.13002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ MAINTAINER= markun@onohara.to COMMENT= DateTime Calculation Utilities -BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-DateTime-Util-Calc-0.13002_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:00:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8B2F106566C; Mon, 13 Feb 2012 19:00:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7BE8FC18; Mon, 13 Feb 2012 19:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJ0YfE031723; Mon, 13 Feb 2012 19:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJ0YUR031719; Mon, 13 Feb 2012 19:00:34 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:00:34 GMT Message-Id: <201202131900.q1DJ0YUR031719@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:00:34 -0000 Synopsis: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:00:33 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165107 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D558D106567D for ; Mon, 13 Feb 2012 19:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A91168FC27 for ; Mon, 13 Feb 2012 19:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJe8EL069851 for ; Mon, 13 Feb 2012 19:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJe8vA069850; Mon, 13 Feb 2012 19:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 19:40:08 GMT Resent-Message-Id: <201202131940.q1DJe8vA069850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C97106564A for ; Mon, 13 Feb 2012 19:33:59 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id F06648FC0A for ; Mon, 13 Feb 2012 19:33:58 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DJXsCm015444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 14:33:55 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DJXmU5085548; Mon, 13 Feb 2012 14:33:48 -0500 (EST) (envelope-from steve) Message-Id: <201202131933.q1DJXmU5085548@meatwad.mouf.net> Date: Mon, 13 Feb 2012 14:33:48 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dhn@FreeBSD.org Subject: ports/165108: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:40:09 -0000 >Number: 165108 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 19:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch. Note the module still fails "make test" after this though. Port maintainer (dhn@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-Events-0.08_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Events/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 24 Sep 2010 00:44:21 -0000 1.6 +++ Makefile 13 Feb 2012 19:33:21 -0000 @@ -15,10 +15,13 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Perl 5 module providing an extensible instrumentation framework -RUN_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \ +BUILD_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>=0.13:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-Set-Object>=1.19:${PORTSDIR}/devel/p5-Set-Object \ p5-Time-HiRes>=0.01:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ + p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel PERL_CONFIGURE= yes --- p5-Devel-Events-0.08_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:40:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBF9A1065695; Mon, 13 Feb 2012 19:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9282C8FC1A; Mon, 13 Feb 2012 19:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJeI1P070043; Mon, 13 Feb 2012 19:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJeIRQ070039; Mon, 13 Feb 2012 19:40:18 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:40:18 GMT Message-Id: <201202131940.q1DJeIRQ070039@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165108: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:40:18 -0000 Synopsis: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:40:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165108 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7495D106566B for ; Mon, 13 Feb 2012 19:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 510B38FC2F for ; Mon, 13 Feb 2012 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoBim078770 for ; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoBTR078769; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 19:50:11 GMT Resent-Message-Id: <201202131950.q1DJoBTR078769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C7A1065670; Mon, 13 Feb 2012 19:47:47 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id BC3E18FC14; Mon, 13 Feb 2012 19:47:46 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DJleF7015641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 14:47:40 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DJle5N022287; Mon, 13 Feb 2012 14:47:40 -0500 (EST) (envelope-from steve) Message-Id: <201202131947.q1DJle5N022287@meatwad.mouf.net> Date: Mon, 13 Feb 2012 14:47:40 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/165109: [PATCH] devel/p5-Devel-Events-Objects: add missing depends, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:11 -0000 >Number: 165109 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-Events-Objects: add missing depends, add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 19:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-Events-Objects-0.05_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Events-Objects/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 24 Sep 2010 00:44:21 -0000 1.2 +++ Makefile 13 Feb 2012 19:47:19 -0000 @@ -15,10 +15,12 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Perl module providing object tracking support for Devel::Events -RUN_DEPENDS= p5-Devel-Events>=0:${PORTSDIR}/devel/p5-Devel-Events \ +BUILD_DEPENDS= p5-Devel-Events>=0:${PORTSDIR}/devel/p5-Devel-Events \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Tie-RefHash-Weak>=0:${PORTSDIR}/devel/p5-Tie-RefHash-Weak \ p5-Variable-Magic>=0:${PORTSDIR}/devel/p5-Variable-Magic +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes --- p5-Devel-Events-Objects-0.05_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36F61065673 for ; Mon, 13 Feb 2012 19:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8508FC33 for ; Mon, 13 Feb 2012 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoBMU078782 for ; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoBLs078781; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 19:50:11 GMT Resent-Message-Id: <201202131950.q1DJoBLs078781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D7C106566B for ; Mon, 13 Feb 2012 19:48:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 26EC78FC17 for ; Mon, 13 Feb 2012 19:48:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DJm4uj010077 for ; Mon, 13 Feb 2012 19:48:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DJm4PK010076; Mon, 13 Feb 2012 19:48:04 GMT (envelope-from nobody) Message-Id: <201202131948.q1DJm4PK010076@red.freebsd.org> Date: Mon, 13 Feb 2012 19:48:04 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165110: [UPDATE] x11-wm/xfce4-session to 4.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:11 -0000 >Number: 165110 >Category: ports >Synopsis: [UPDATE] x11-wm/xfce4-session to 4.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 19:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2012-February/029905.html >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/x11-wm/xfce4-session/Makefile xfce4-session/Makefile --- /usr/ports/x11-wm/xfce4-session/Makefile 2011-11-02 08:27:42.000000000 +0100 +++ xfce4-session/Makefile 2012-02-13 20:28:13.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= xfce4-session -PORTVERSION= 4.8.2 -PORTREVISION= 2 +PORTVERSION= 4.8.3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} diff -u /usr/ports/x11-wm/xfce4-session/distinfo xfce4-session/distinfo --- /usr/ports/x11-wm/xfce4-session/distinfo 2011-10-28 16:55:27.000000000 +0200 +++ xfce4-session/distinfo 2012-02-13 20:28:13.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-session-4.8.2.tar.bz2) = 31bca2a559e05a8a859f150394a901517e5842414ef171a85c5da234e344c0d0 -SIZE (xfce4/xfce4-session-4.8.2.tar.bz2) = 1607774 +SHA256 (xfce4/xfce4-session-4.8.3.tar.bz2) = f0801b8c0ffa7e5d41b29b8df281ac127adf467bf50e8ded8aebe5a02bd99338 +SIZE (xfce4/xfce4-session-4.8.3.tar.bz2) = 1594643 Common subdirectories: /usr/ports/x11-wm/xfce4-session/files and xfce4-session/files diff -u /usr/ports/x11-wm/xfce4-session/pkg-plist xfce4-session/pkg-plist --- /usr/ports/x11-wm/xfce4-session/pkg-plist 2011-11-02 08:27:42.000000000 +0100 +++ xfce4-session/pkg-plist 2012-02-13 20:28:13.000000000 +0100 @@ -40,10 +40,14 @@ %%DOCSDIR%%/html/el/index.html %%DOCSDIR%%/html/gl/images %%DOCSDIR%%/html/gl/index.html +%%DOCSDIR%%/html/hr/images +%%DOCSDIR%%/html/hr/index.html %%DOCSDIR%%/html/it/images %%DOCSDIR%%/html/it/index.html %%DOCSDIR%%/html/ja/images %%DOCSDIR%%/html/ja/index.html +%%DOCSDIR%%/html/pt_BR/images +%%DOCSDIR%%/html/pt_BR/index.html %%DOCSDIR%%/html/ru/images %%DOCSDIR%%/html/ru/index.html %%DOCSDIR%%/html/sv/images @@ -74,6 +78,7 @@ %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/az/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-session.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-session.mo @@ -98,6 +103,7 @@ %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-session.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ka/LC_MESSAGES/xfce4-session.mo @@ -110,6 +116,7 @@ %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-session.mo +%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-session.mo @@ -165,8 +172,10 @@ @dirrm %%DOCSDIR%%/html/tr @dirrm %%DOCSDIR%%/html/sv @dirrm %%DOCSDIR%%/html/ru +@dirrm %%DOCSDIR%%/html/pt_BR @dirrm %%DOCSDIR%%/html/ja @dirrm %%DOCSDIR%%/html/it +@dirrm %%DOCSDIR%%/html/hr @dirrm %%DOCSDIR%%/html/gl @dirrm %%DOCSDIR%%/html/el/images @dirrm %%DOCSDIR%%/html/el >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE3E1065680 for ; Mon, 13 Feb 2012 19:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 097E18FC37 for ; Mon, 13 Feb 2012 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoBCe078791 for ; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoBUC078790; Mon, 13 Feb 2012 19:50:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 19:50:11 GMT Resent-Message-Id: <201202131950.q1DJoBUC078790@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BEC1106564A for ; Mon, 13 Feb 2012 19:49:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEE28FC0C for ; Mon, 13 Feb 2012 19:49:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DJnTRM010235 for ; Mon, 13 Feb 2012 19:49:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DJnTAh010234; Mon, 13 Feb 2012 19:49:29 GMT (envelope-from nobody) Message-Id: <201202131949.q1DJnTAh010234@red.freebsd.org> Date: Mon, 13 Feb 2012 19:49:29 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165111: [UPDATE] sysutils/garcon to 0.1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:12 -0000 >Number: 165111 >Category: ports >Synopsis: [UPDATE] sysutils/garcon to 0.1.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 19:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2012-February/029906.html >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/sysutils/garcon/Makefile garcon/Makefile --- /usr/ports/sysutils/garcon/Makefile 2011-10-26 22:27:21.000000000 +0200 +++ garcon/Makefile 2012-02-13 20:29:24.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= garcon -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.10 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/xfce/${PORTNAME}/${PORTVERSION:R} diff -u /usr/ports/sysutils/garcon/distinfo garcon/distinfo --- /usr/ports/sysutils/garcon/distinfo 2011-10-23 21:21:05.000000000 +0200 +++ garcon/distinfo 2012-02-13 20:29:24.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (xfce4/garcon-0.1.9.tar.bz2) = 485e23c8ec1af0d3af423aa244e05467dd2f96afbb66efc70ca7689222cf31d5 -SIZE (xfce4/garcon-0.1.9.tar.bz2) = 426727 +SHA256 (xfce4/garcon-0.1.10.tar.bz2) = c2497a2991101fc1e621dc712ef72aba7c238f6e5f5a1733c9572f9b23761316 +SIZE (xfce4/garcon-0.1.10.tar.bz2) = 423931 diff -u /usr/ports/sysutils/garcon/pkg-plist garcon/pkg-plist --- /usr/ports/sysutils/garcon/pkg-plist 2011-10-23 21:21:05.000000000 +0200 +++ garcon/pkg-plist 2012-02-13 20:29:24.000000000 +0100 @@ -24,10 +24,12 @@ share/desktop-directories/xfce-education.directory share/desktop-directories/xfce-games.directory share/desktop-directories/xfce-graphics.directory +share/desktop-directories/xfce-hardware.directory share/desktop-directories/xfce-multimedia.directory share/desktop-directories/xfce-network.directory share/desktop-directories/xfce-office.directory share/desktop-directories/xfce-other.directory +share/desktop-directories/xfce-personal.directory share/desktop-directories/xfce-screensavers.directory share/desktop-directories/xfce-settings.directory share/desktop-directories/xfce-system.directory @@ -49,7 +51,6 @@ %%APIDOCS%%share/gtk-doc/html/garcon/garcon-menus.html %%APIDOCS%%share/gtk-doc/html/garcon/garcon-miscellaneous.html %%APIDOCS%%share/gtk-doc/html/garcon/garcon-parsing.html -%%APIDOCS%%share/gtk-doc/html/garcon/garcon.devhelp %%APIDOCS%%share/gtk-doc/html/garcon/garcon.devhelp2 %%APIDOCS%%share/gtk-doc/html/garcon/home.png %%APIDOCS%%share/gtk-doc/html/garcon/index.html @@ -61,6 +62,7 @@ %%APIDOCS%%share/gtk-doc/html/garcon/style.css %%APIDOCS%%share/gtk-doc/html/garcon/up.png %%NLS%%share/locale/ar/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/bg/LC_MESSAGES/garcon.mo %%NLS%%share/locale/bn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ca/LC_MESSAGES/garcon.mo %%NLS%%share/locale/cs/LC_MESSAGES/garcon.mo @@ -77,9 +79,11 @@ %%NLS%%share/locale/hr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hu/LC_MESSAGES/garcon.mo %%NLS%%share/locale/id/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/is/LC_MESSAGES/garcon.mo %%NLS%%share/locale/it/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ja/LC_MESSAGES/garcon.mo %%NLS%%share/locale/kk/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/ko/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ku/LC_MESSAGES/garcon.mo %%NLS%%share/locale/lt/LC_MESSAGES/garcon.mo %%NLS%%share/locale/lv/LC_MESSAGES/garcon.mo @@ -87,6 +91,7 @@ %%NLS%%share/locale/nb/LC_MESSAGES/garcon.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/garcon.mo %%NLS%%share/locale/nl/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/nn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pa/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pt/LC_MESSAGES/garcon.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 123841065674; Mon, 13 Feb 2012 19:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCDEF8FC20; Mon, 13 Feb 2012 19:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoKTq079085; Mon, 13 Feb 2012 19:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoK7g079076; Mon, 13 Feb 2012 19:50:20 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:50:20 GMT Message-Id: <201202131950.q1DJoK7g079076@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165109: [PATCH] devel/p5-Devel-Events-Objects: add missing depends, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:21 -0000 Synopsis: [PATCH] devel/p5-Devel-Events-Objects: add missing depends, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:50:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165109 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99AC5106566B; Mon, 13 Feb 2012 19:50:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 703FA8FC2B; Mon, 13 Feb 2012 19:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoQc5079718; Mon, 13 Feb 2012 19:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoQHf079708; Mon, 13 Feb 2012 19:50:26 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:50:26 GMT Message-Id: <201202131950.q1DJoQHf079708@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-xfce@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165110: [UPDATE] x11-wm/xfce4-session to 4.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:26 -0000 Synopsis: [UPDATE] x11-wm/xfce4-session to 4.8.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-xfce Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:50:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165110 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:50:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD239106566C; Mon, 13 Feb 2012 19:50:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B44388FC21; Mon, 13 Feb 2012 19:50:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJoVRu080338; Mon, 13 Feb 2012 19:50:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJoVVg080331; Mon, 13 Feb 2012 19:50:31 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:50:31 GMT Message-Id: <201202131950.q1DJoVVg080331@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-xfce@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165111: [UPDATE] sysutils/garcon to 0.1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:50:32 -0000 Synopsis: [UPDATE] sysutils/garcon to 0.1.10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-xfce Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:50:31 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165111 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 19:57:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0BC1065674; Mon, 13 Feb 2012 19:57:53 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0500C8FC18; Mon, 13 Feb 2012 19:57:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DJvqS0087191; Mon, 13 Feb 2012 19:57:52 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJvq7d087187; Mon, 13 Feb 2012 19:57:52 GMT (envelope-from scheidell) Date: Mon, 13 Feb 2012 19:57:52 GMT Message-Id: <201202131957.q1DJvq7d087187@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164954: [NEW PORT] net-mgmt/netdisco-mibs: Mibs for use with ports-mgmt/netdisco (and snmp) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 19:57:53 -0000 Synopsis: [NEW PORT] net-mgmt/netdisco-mibs: Mibs for use with ports-mgmt/netdisco (and snmp) Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Feb 13 19:57:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164954 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51EB01065672 for ; Mon, 13 Feb 2012 20:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1080A8FC18 for ; Mon, 13 Feb 2012 20:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKAB75096055 for ; Mon, 13 Feb 2012 20:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKAB02096054; Mon, 13 Feb 2012 20:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 20:10:11 GMT Resent-Message-Id: <201202132010.q1DKAB02096054@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB56106564A; Mon, 13 Feb 2012 20:06:09 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8B08FC13; Mon, 13 Feb 2012 20:06:09 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DK65jC015853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 15:06:05 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DK65s2068992; Mon, 13 Feb 2012 15:06:05 -0500 (EST) (envelope-from steve) Message-Id: <201202132006.q1DK65s2068992@meatwad.mouf.net> Date: Mon, 13 Feb 2012 15:06:05 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/165112: [PATCH] devel/p5-Devel-KYTProf: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:10:12 -0000 >Number: 165112 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-KYTProf: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 20:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-KYTProf-0.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-KYTProf/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 20 Oct 2011 03:19:55 -0000 1.1 +++ Makefile 13 Feb 2012 20:05:47 -0000 @@ -7,6 +7,7 @@ PORTNAME= Devel-KYTProf PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,10 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for simple profiler +BUILD_DEPENDS= p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Devel::KYTProf.3 \ --- p5-Devel-KYTProf-0.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:10:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2176C106564A; Mon, 13 Feb 2012 20:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E89298FC12; Mon, 13 Feb 2012 20:10:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKAMWr096340; Mon, 13 Feb 2012 20:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKAMJt096333; Mon, 13 Feb 2012 20:10:22 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 20:10:22 GMT Message-Id: <201202132010.q1DKAMJt096333@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165112: [PATCH] devel/p5-Devel-KYTProf: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:10:23 -0000 Synopsis: [PATCH] devel/p5-Devel-KYTProf: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 20:10:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165112 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:25:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3931106564A; Mon, 13 Feb 2012 20:25:03 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 801B18FC0A; Mon, 13 Feb 2012 20:25:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKP32K015158; Mon, 13 Feb 2012 20:25:03 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKP2OL015154; Mon, 13 Feb 2012 20:25:02 GMT (envelope-from scheidell) Date: Mon, 13 Feb 2012 20:25:02 GMT Message-Id: <201202132025.q1DKP2OL015154@freefall.freebsd.org> To: venture37@geeklan.co.uk, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164955: [PATCH] net-mgmt/netdisco: update to 1.1, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:25:03 -0000 Synopsis: [PATCH] net-mgmt/netdisco: update to 1.1, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Mon Feb 13 20:25:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164955 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38790106564A for ; Mon, 13 Feb 2012 20:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10C578FC16 for ; Mon, 13 Feb 2012 20:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKe8QP027565 for ; Mon, 13 Feb 2012 20:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKe8XR027564; Mon, 13 Feb 2012 20:40:08 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 20:40:08 GMT Resent-Message-Id: <201202132040.q1DKe8XR027564@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA48106566B for ; Mon, 13 Feb 2012 20:39:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E14648FC12 for ; Mon, 13 Feb 2012 20:39:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DKdMRO099362 for ; Mon, 13 Feb 2012 20:39:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DKdM3o099361; Mon, 13 Feb 2012 20:39:22 GMT (envelope-from nobody) Message-Id: <201202132039.q1DKdM3o099361@red.freebsd.org> Date: Mon, 13 Feb 2012 20:39:22 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165113: [UPDATE] www/py-waitress to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:40:09 -0000 >Number: 165113 >Category: ports >Synopsis: [UPDATE] www/py-waitress to 0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 20:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur /usr/ports/www/py-waitress/Makefile py-waitress/Makefile --- /usr/ports/www/py-waitress/Makefile 2012-02-07 05:36:07.000000000 +0100 +++ py-waitress/Makefile 2012-02-13 21:00:01.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= waitress -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ur /usr/ports/www/py-waitress/distinfo py-waitress/distinfo --- /usr/ports/www/py-waitress/distinfo 2012-02-07 05:36:07.000000000 +0100 +++ py-waitress/distinfo 2012-02-13 21:00:01.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (waitress-0.8.tar.gz) = 801440d08b125d7ee1127eee825636a92a704dd549c50eb83b1694e850c6c1a4 -SIZE (waitress-0.8.tar.gz) = 101558 +SHA256 (waitress-0.8.1.tar.gz) = df2fa5837b26972648ec1284ae1b0afbab9da205343336a4d123ae2a4737e522 +SIZE (waitress-0.8.1.tar.gz) = 102585 diff -ur /usr/ports/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt py-waitress/files/patch-waitress.egg-info_SOURCES.txt --- /usr/ports/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt 2012-02-07 05:36:08.000000000 +0100 +++ py-waitress/files/patch-waitress.egg-info_SOURCES.txt 2012-02-13 21:00:01.000000000 +0100 @@ -1,6 +1,19 @@ ---- waitress.egg-info/SOURCES.txt.orig 2012-01-31 07:27:50.000000000 +0100 -+++ waitress.egg-info/SOURCES.txt 2012-01-31 14:39:27.000000000 +0100 -@@ -36,26 +36,3 @@ +--- waitress.egg-info/SOURCES.txt.orig 2012-02-13 17:23:17.000000000 +0100 ++++ waitress.egg-info/SOURCES.txt 2012-02-13 20:57:58.000000000 +0100 +@@ -1,4 +1,3 @@ +-.gitignore + CHANGES.txt + COPYRIGHT.txt + LICENSE.txt +@@ -7,7 +6,6 @@ + setup.cfg + setup.py + tox.ini +-docs/.gitignore + docs/Makefile + docs/api.rst + docs/arguments.rst +@@ -36,28 +34,3 @@ waitress.egg-info/not-zip-safe waitress.egg-info/requires.txt waitress.egg-info/top_level.txt @@ -23,8 +36,10 @@ -waitress/tests/fixtureapps/echo.py -waitress/tests/fixtureapps/error.py -waitress/tests/fixtureapps/filewrapper.py +-waitress/tests/fixtureapps/getline.py -waitress/tests/fixtureapps/groundhog1.jpg -waitress/tests/fixtureapps/nocl.py +-waitress/tests/fixtureapps/sleepy.py -waitress/tests/fixtureapps/toolarge.py -waitress/tests/fixtureapps/writecb.py \ No newline at end of file >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33651065672; Mon, 13 Feb 2012 20:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7694A8FC0A; Mon, 13 Feb 2012 20:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKeJLV027784; Mon, 13 Feb 2012 20:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKeJ7v027774; Mon, 13 Feb 2012 20:40:19 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 20:40:19 GMT Message-Id: <201202132040.q1DKeJ7v027774@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165113: [UPDATE] www/py-waitress to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:40:19 -0000 Synopsis: [UPDATE] www/py-waitress to 0.8.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 20:40:19 UTC 2012 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165113 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176791065676 for ; Mon, 13 Feb 2012 20:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C8C528FC22 for ; Mon, 13 Feb 2012 20:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKoAFE036402 for ; Mon, 13 Feb 2012 20:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKoAp2036401; Mon, 13 Feb 2012 20:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 20:50:10 GMT Resent-Message-Id: <201202132050.q1DKoAp2036401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBFE71065670 for ; Mon, 13 Feb 2012 20:42:45 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 874BF8FC0C for ; Mon, 13 Feb 2012 20:42:45 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DKgcEq016150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 15:42:39 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DKgYIJ083295; Mon, 13 Feb 2012 15:42:34 -0500 (EST) (envelope-from steve) Message-Id: <201202132042.q1DKgYIJ083295@meatwad.mouf.net> Date: Mon, 13 Feb 2012 15:42:34 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:50:11 -0000 >Number: 165114 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 20:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-LeakGuard-Object-0.06_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-LeakGuard-Object/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 21 Jan 2012 17:37:57 -0000 1.3 +++ Makefile 13 Feb 2012 20:42:19 -0000 @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-latest>0:${PORTSDIR}/devel/p5-latest PERL_MODBUILD= yes --- p5-Devel-LeakGuard-Object-0.06_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 20:50:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBB1F106566C; Mon, 13 Feb 2012 20:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB1B8FC1C; Mon, 13 Feb 2012 20:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DKoKfJ036612; Mon, 13 Feb 2012 20:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKoKdr036604; Mon, 13 Feb 2012 20:50:20 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 20:50:20 GMT Message-Id: <201202132050.q1DKoKdr036604@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 20:50:20 -0000 Synopsis: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 20:50:20 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165114 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 21:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ACC11065678 for ; Mon, 13 Feb 2012 21:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58DAC8FC20 for ; Mon, 13 Feb 2012 21:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DLKCs3063871 for ; Mon, 13 Feb 2012 21:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLKC17063870; Mon, 13 Feb 2012 21:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 21:20:12 GMT Resent-Message-Id: <201202132120.q1DLKC17063870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD0E61065672 for ; Mon, 13 Feb 2012 21:10:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 98BDC8FC1A for ; Mon, 13 Feb 2012 21:10:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DLAfHs052510 for ; Mon, 13 Feb 2012 21:10:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DLAfCp052506; Mon, 13 Feb 2012 21:10:41 GMT (envelope-from nobody) Message-Id: <201202132110.q1DLAfCp052506@red.freebsd.org> Date: Mon, 13 Feb 2012 21:10:41 GMT From: Greg Larkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165115: bsd.java.mk - Unable to build port where USE_ANT=yes is set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 21:20:12 -0000 >Number: 165115 >Category: ports >Synopsis: bsd.java.mk - Unable to build port where USE_ANT=yes is set >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 21:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: 8.2 RELEASE >Organization: The FreeBSD Project >Environment: FreeBSD pm 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I attempted to install devel/statsvn, but bsd.java.mk complained about an environment error with JAVA_HOME. I checked my local shell environment, and JAVA_HOME was not set. I looked through bsd.java.mk, and it appears that JAVA_HOME is set when USE_ANT=yes is in effect, but a check-makevars target then abort the make process because that variable is set. >How-To-Repeat: cd /usr/ports/devel/statsvn && make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 21:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1E96106567E for ; Mon, 13 Feb 2012 21:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B8D218FC25 for ; Mon, 13 Feb 2012 21:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DLKCIc063880 for ; Mon, 13 Feb 2012 21:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLKCbd063879; Mon, 13 Feb 2012 21:20:12 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 21:20:12 GMT Resent-Message-Id: <201202132120.q1DLKCbd063879@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3634106567B for ; Mon, 13 Feb 2012 21:16:05 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 451C88FC12 for ; Mon, 13 Feb 2012 21:16:05 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1DLG1i5016420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 16:16:01 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1DLFqGR074856; Mon, 13 Feb 2012 16:15:52 -0500 (EST) (envelope-from steve) Message-Id: <201202132115.q1DLFqGR074856@meatwad.mouf.net> Date: Mon, 13 Feb 2012 16:15:52 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mauricio@arareko.net Subject: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 21:20:13 -0000 >Number: 165116 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 21:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 2.06 Port maintainer (mauricio@arareko.net) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-TraceUse-2.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-TraceUse/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 6 Jun 2010 20:15:31 -0000 1.4 +++ Makefile 13 Feb 2012 21:15:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Devel-TraceUse -PORTVERSION= 2.01 +PORTVERSION= 2.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-TraceUse/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 11 Jan 2011 05:44:18 -0000 1.3 +++ distinfo 13 Feb 2012 21:15:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (Devel-TraceUse-2.01.tar.gz) = 4eed6b8585309adc3944d8a8a7f951b1791ace57dcf9c21a5480ddc197841cf3 -SIZE (Devel-TraceUse-2.01.tar.gz) = 7773 +SHA256 (Devel-TraceUse-2.06.tar.gz) = 3fd1aa1367e9b40c076153be8df7851ebbb871ed0b7e42f117d2bfee9ba3b449 +SIZE (Devel-TraceUse-2.06.tar.gz) = 12650 --- p5-Devel-TraceUse-2.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 21:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19D00106564A; Mon, 13 Feb 2012 21:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDFB48FC1D; Mon, 13 Feb 2012 21:20:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DLKNOK064229; Mon, 13 Feb 2012 21:20:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLKNHN064224; Mon, 13 Feb 2012 21:20:23 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 21:20:23 GMT Message-Id: <201202132120.q1DLKNHN064224@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165115: bsd.java.mk - Unable to build port where USE_ANT=yes is set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 21:20:24 -0000 Synopsis: bsd.java.mk - Unable to build port where USE_ANT=yes is set Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 21:20:23 UTC 2012 Responsible-Changed-Why: bsd.java.mk is glewis territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165115 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 21:20:29 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8545F1065675; Mon, 13 Feb 2012 21:20:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57BD58FC26; Mon, 13 Feb 2012 21:20:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DLKTIj064842; Mon, 13 Feb 2012 21:20:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLKTBe064833; Mon, 13 Feb 2012 21:20:29 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 21:20:29 GMT Message-Id: <201202132120.q1DLKTBe064833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 21:20:29 -0000 Synopsis: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 21:20:28 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165116 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 21:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6CE1065694 for ; Mon, 13 Feb 2012 21:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2198FC08 for ; Mon, 13 Feb 2012 21:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DLUKon072847 for ; Mon, 13 Feb 2012 21:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLUKTI072846; Mon, 13 Feb 2012 21:30:20 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 21:30:20 GMT Message-Id: <201202132130.q1DLUKTI072846@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Claudiu Vasadi Cc: Subject: Re: ports/165099: New port: databases/xtrabackup percona' s xtrabackup utility, version 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Claudiu Vasadi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 21:30:20 -0000 The following reply was made to PR ports/165099; it has been noted by GNATS. From: Claudiu Vasadi To: bug-followup@FreeBSD.org, claudiu.vasadi@gmail.com Cc: Subject: Re: ports/165099: New port: databases/xtrabackup percona's xtrabackup utility, version 1.6.4 Date: Mon, 13 Feb 2012 22:01:13 +0100 The Makefile was modified. Please use the following instead of the first one that was submitted. # New ports collection makefile for: xtrabackup # Date created: 04 Feb 2012 # Whom: Claudiu Vasadi # # $FreeBSD$ # PORTNAME= xtrabackup PORTVERSION= 1.6.4 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/XtraBackup/XtraBackup-1.6.4/source/ MAINTAINER= claudiu.vasadi@gmail.com COMMENT= OpenSource version of InnoDB backup with support of Percona extensions BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ wget:${PORTSDIR}/ftp/wget \ automake-1.11:${PORTSDIR}/devel/automake RUN_DEPENDS= perl:${PORTSDIR}/lang/perl5.10 OPTIONS= INNODB51_BUILTIN "built-in InnoDB in MySQL 5.1" off \ INNODB55 "InnoDB in MySQL 5.5" off \ XTRADB51 "Percona Server with XtraDB 5.1" off \ XTRADB55 "Percona Server with XtraDB 5.5" off HAS_CONFIGURE= yes CONFIGURE_ENV= AUTO_DOWNLOAD="yes" CONFIGURE_WRKSRC= ${WRKSRC} CONFIGURE_SCRIPT= utils/build.sh .include .if defined(WITH_INNODB51_BUILTIN) CONFIGURE_ARGS+= innodb51_builtin PLIST_FILES= bin/tar4ibd \ bin/xtrabackup_51 \ bin/innobackupex-1.5.1 do-install: ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin ${CP} ${WRKSRC}/mysql-5.1/storage/innobase/xtrabackup/xtrabackup_51 ${LOCALBASE}/bin ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup_51/' < \ ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 .endif .if defined(WITH_INNODB55) CONFIGURE_ARGS+= innodb55 PLIST_FILES= bin/tar4ibd \ bin/xtrabackup_innodb55 \ bin/innobackupex-1.5.1 do-install: ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin ${CP} ${WRKSRC}/mysql-5.5/storage/innobase/xtrabackup/xtrabackup_innodb55 ${LOCALBASE}/bin ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup_innodb55/' < \ ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 .endif .if defined(WITH_XTRADB51) RUN_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng CONFIGURE_ARGS+= xtradb51 PLIST_FILES= bin/tar4ibd \ bin/xtrabackup \ bin/innobackupex-1.5.1 do-install: ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin ${CP} ${WRKSRC}/percona-server-5.1-xtrabackup/Percona-Server/storage/innodb_plugin/xtrabackup/xtrabackup \ ${LOCALBASE}/bin ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup/' < \ ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 .endif .if defined(WITH_XTRADB55) BUILD_DEPENDS+= quilt:${PORTSDIR}/devel/quilt \ bzr:${PORTSDIR}/devel/bazaar-ng \ bison:${PORTSDIR}/devel/bison CONFIGURE_ARGS+= xtradb55 PLIST_FILES= bin/tar4ibd \ bin/xtrabackup_55 \ bin/innobackupex-1.5.1 do-install: ${CP} ${WRKSRC}/libtar-1.2.11/libtar/tar4ibd ${LOCALBASE}/bin ${CP} ${WRKSRC}/percona-server-5.5-xtrabackup/Percona-Server/storage/innobase/xtrabackup/xtrabackup_55 \ ${LOCALBASE}/bin ${SED} -e '87s/autodetect/\/usr\/local\/bin\/xtrabackup_55/' < \ ${WRKSRC}/innobackupex > ${LOCALBASE}/bin/innobackupex-1.5.1 .endif NO_BUILD= yes .include From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 23:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4112C106566B for ; Mon, 13 Feb 2012 23:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC1128FC12 for ; Mon, 13 Feb 2012 23:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DNU9Mb082697 for ; Mon, 13 Feb 2012 23:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DNU9L6082694; Mon, 13 Feb 2012 23:30:09 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 23:30:09 GMT Resent-Message-Id: <201202132330.q1DNU9L6082694@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 997D2106566C for ; Mon, 13 Feb 2012 23:22:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 842DE8FC08 for ; Mon, 13 Feb 2012 23:22:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1DNMGmn082569 for ; Mon, 13 Feb 2012 23:22:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1DNMGiL082568; Mon, 13 Feb 2012 23:22:16 GMT (envelope-from nobody) Message-Id: <201202132322.q1DNMGiL082568@red.freebsd.org> Date: Mon, 13 Feb 2012 23:22:16 GMT From: Edwin Groothuis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165119: net/mtr-nox11 options still has x11 enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 23:30:10 -0000 >Number: 165119 >Category: ports >Synopsis: net/mtr-nox11 options still has x11 enabled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 23:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: 9.0 >Organization: - >Environment: >Description: When running make config in net/mtr-nox11 │ Options for mtr-nox11 0.81 │ │ ┌────────────────────────────────────────────────────────────────┐ │ │ │ [*] IPV6 Build IPv6 support │ │ │ │ [*] X11 Build X11-enabled mtr │ │ Fix: In net/mtr, check for WITHOUT_X11 before creating the OPTIONS variable: OPTIONS_X11= X11 "Build X11-enabled mtr" .if defined(WITHOUT_X11) OPTIONS_X11+= off .else OPTIONS_X11+= on .endif OPTIONS= IPV6 "Build IPv6 support" on \ ${OPTIONS_X11} >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 23:30:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80CDE106566C; Mon, 13 Feb 2012 23:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 547A38FC17; Mon, 13 Feb 2012 23:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1DNUML4083483; Mon, 13 Feb 2012 23:30:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DNUMWX083474; Mon, 13 Feb 2012 23:30:22 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 23:30:22 GMT Message-Id: <201202132330.q1DNUMWX083474@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165119: net/mtr-nox11 options still has x11 enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 23:30:22 -0000 Synopsis: net/mtr-nox11 options still has x11 enabled Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 23:30:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165119 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:10:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8129106564A for ; Tue, 14 Feb 2012 02:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 770C78FC0A for ; Tue, 14 Feb 2012 02:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2A6iZ033826 for ; Tue, 14 Feb 2012 02:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2A6t2033825; Tue, 14 Feb 2012 02:10:06 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 02:10:06 GMT Resent-Message-Id: <201202140210.q1E2A6t2033825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Otacílio de Araújo Ramos neto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46DDB106564A for ; Tue, 14 Feb 2012 02:01:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9488FC12 for ; Tue, 14 Feb 2012 02:01:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1E21N4I095911 for ; Tue, 14 Feb 2012 02:01:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1E21Nxh095910; Tue, 14 Feb 2012 02:01:23 GMT (envelope-from nobody) Message-Id: <201202140201.q1E21Nxh095910@red.freebsd.org> Date: Tue, 14 Feb 2012 02:01:23 GMT From: Otacílio de Araújo Ramos neto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165121: Change-request to port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:10:06 -0000 >Number: 165121 >Category: ports >Synopsis: Change-request to port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 02:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Otacílio de Araújo Ramos neto >Release: 8.2 >Organization: >Environment: FreeBSD squitch 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #9: Fri Jul 22 12:30:57 BRT 2011 ota@squitch:/usr/obj/usr/src/sys/SQUITCH i386 >Description: Building point for Verilog support in the Perl language >How-To-Repeat: >Fix: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/Makefile /usr/home/ota/Desktop/p5-Verilog-Perl/Makefile --- /usr/ports//cad/p5-Verilog-Perl/Makefile 2010-01-17 21:57:34.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/Makefile 2012-02-13 22:11:56.000000000 -0300 @@ -2,14 +2,15 @@ # Date created: 11 Apr 2009 # Whom: Otacilio de Araujo Ramos Neto # -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.9 2010/01/18 00:57:34 pgollucci Exp $ +# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.10 2010/07/23 14:33:24 sylvio Exp $ # PORTNAME= Verilog-Perl -PORTVERSION= 3.223 +PORTVERSION= 3.313 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +#EXTRACT_SUFX= .tgz MAINTAINER= otacilio.neto@ee.ufcg.edu.br COMMENT= Building point for Verilog support in the Perl language @@ -28,9 +29,9 @@ Verilog::Parser.3 Verilog::Getopt.3 Verilog::Netlist::Module.3 \ Verilog::Preproc.3 Verilog::Language.3 Verilog::Netlist::Net.3 \ Verilog::SigParser.3 Verilog::Netlist.3 Verilog::Netlist::Pin.3 \ - Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 \ + Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 Verilog::Netlist::Defparam.3 \ Verilog::Netlist::File.3 Verilog::Netlist::Subclass.3 \ - Verilog::Netlist::ContAssign.3 \ + Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 .include diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/distinfo /usr/home/ota/Desktop/p5-Verilog-Perl/distinfo --- /usr/ports//cad/p5-Verilog-Perl/distinfo 2010-01-17 21:57:34.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/distinfo 2012-02-13 22:17:28.000000000 -0300 @@ -1,3 +1,2 @@ -MD5 (Verilog-Perl-3.223.tar.gz) = 54405173d5796dc8dee6a630ae1583c2 -SHA256 (Verilog-Perl-3.223.tar.gz) = 9dc9a42938173580c8cbf5bb46760de53d950f3d2f44ceb3c4d6cad787443df6 -SIZE (Verilog-Perl-3.223.tar.gz) = 212651 +SHA256 (Verilog-Perl-3.313.tar.gz) = d184649d041db2cd506a9629c56537cecba187585e26a11900872b7036ff695e +SIZE (Verilog-Perl-3.313.tar.gz) = 541181 diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/Makefile /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/Makefile --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/Makefile 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/Makefile 1969-12-31 21:00:00.000000000 -0300 @@ -1,53 +0,0 @@ -# New ports collection makefile for: Verilog-Perl -# Date created: 11 Apr 2009 -# Whom: Otacilio de Araujo Ramos Neto -# -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.10 2010/07/23 14:33:24 sylvio Exp $ -# - -PORTNAME= Verilog-Perl -PORTVERSION= 3.251 -CATEGORIES= cad perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= otacilio.neto@ee.ufcg.edu.br -COMMENT= Building point for Verilog support in the Perl language - -BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex - -USE_GMAKE= yes -USE_PERL5= yes -USE_BISON= build - -PERL_CONFIGURE= yes - -MAN1= vhier.1 vpassert.1 vppreproc.1 vrename.1 - -MAN3= Verilog::EditFiles.3 Verilog::Netlist::Logger.3 \ - Verilog::Parser.3 Verilog::Getopt.3 Verilog::Netlist::Module.3 \ - Verilog::Preproc.3 Verilog::Language.3 Verilog::Netlist::Net.3 \ - Verilog::SigParser.3 Verilog::Netlist.3 Verilog::Netlist::Pin.3 \ - Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 Verilog::Netlist::Defparam.3 \ - Verilog::Netlist::File.3 Verilog::Netlist::Subclass.3 \ - Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ - Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 - -.include - -post-patch: - @${REINPLACE_CMD} -e '/EXE_FILES/ s/ vsplitmodule//' \ - ${WRKSRC}/Makefile.PL - -post-configure: -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e 's|-O2|-O|g' ${WRKSRC}/Makefile -.endif - -post-build: - cd ${WRKSRC} && make test - -test: - make post-build - -.include diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/distinfo /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/distinfo --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/distinfo 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/distinfo 1969-12-31 21:00:00.000000000 -0300 @@ -1,2 +0,0 @@ -SHA256 (Verilog-Perl-3.251.tar.gz) = ee4742c36f84a6170340a1c79b5e5ebaa230d2fb08f85edde479dfd56cd0b708 -SIZE (Verilog-Perl-3.251.tar.gz) = 232475 diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr 1969-12-31 21:00:00.000000000 -0300 @@ -1,19 +0,0 @@ -The Verilog-Perl library is a building point for Verilog support in the Perl -language. It includes: -* Verilog::Getopt which parses command line options similar to C++ and VCS. -* Verilog::Language which knows the language keywords and parses numbers. -* Verilog::Netlist which builds netlists out of Verilog files. This allows - easy scripts to determine things such as the hierarchy of modules. -* Verilog::Parser invokes callbacks for language tokens. -* Verilog::Preproc preprocesses the language, and allows reading - post-processed files right from Perl without temporary files. -* vpassert inserts PLIish warnings and assertions for any simulator. -* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language. -* vrename renames and cross-references Verilog symbols. Vrename creates Verilog - cross references and makes it easy to rename signal and module names across - multiple files. Vrename uses a simple and efficient three step process. - First, you run vrename to create a list of signals in the design. You then - edit this list, changing as many symbols as you wish. Vrename is then run a - second time to apply the changes. - -WWW: http://www.veripool.org/wiki/verilog-perl diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist 1969-12-31 21:00:00.000000000 -0300 @@ -1,36 +0,0 @@ -bin/vhier -bin/vpassert -bin/vppreproc -bin/vrename -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/EditFiles.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Getopt.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Language.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Cell.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Defparam.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/File.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Interface.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Logger.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ModPort.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Module.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Net.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Std.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Verilog-Perl.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/pkg-plist /usr/home/ota/Desktop/p5-Verilog-Perl/pkg-plist --- /usr/ports//cad/p5-Verilog-Perl/pkg-plist 2009-11-04 12:43:10.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/pkg-plist 2010-07-23 11:33:24.000000000 -0300 @@ -7,15 +7,17 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Language.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Cell.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Defparam.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Interface.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Logger.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ModPort.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Module.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Net.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm ===> Done Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/Makefile /usr/home/ota/Desktop/p5-Verilog-Perl/Makefile --- /usr/ports//cad/p5-Verilog-Perl/Makefile 2010-01-17 21:57:34.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/Makefile 2012-02-13 22:11:56.000000000 -0300 @@ -2,14 +2,15 @@ # Date created: 11 Apr 2009 # Whom: Otacilio de Araujo Ramos Neto # -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.9 2010/01/18 00:57:34 pgollucci Exp $ +# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.10 2010/07/23 14:33:24 sylvio Exp $ # PORTNAME= Verilog-Perl -PORTVERSION= 3.223 +PORTVERSION= 3.313 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +#EXTRACT_SUFX= .tgz MAINTAINER= otacilio.neto@ee.ufcg.edu.br COMMENT= Building point for Verilog support in the Perl language @@ -28,9 +29,9 @@ Verilog::Parser.3 Verilog::Getopt.3 Verilog::Netlist::Module.3 \ Verilog::Preproc.3 Verilog::Language.3 Verilog::Netlist::Net.3 \ Verilog::SigParser.3 Verilog::Netlist.3 Verilog::Netlist::Pin.3 \ - Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 \ + Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 Verilog::Netlist::Defparam.3 \ Verilog::Netlist::File.3 Verilog::Netlist::Subclass.3 \ - Verilog::Netlist::ContAssign.3 \ + Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 .include diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/distinfo /usr/home/ota/Desktop/p5-Verilog-Perl/distinfo --- /usr/ports//cad/p5-Verilog-Perl/distinfo 2010-01-17 21:57:34.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/distinfo 2012-02-13 22:17:28.000000000 -0300 @@ -1,3 +1,2 @@ -MD5 (Verilog-Perl-3.223.tar.gz) = 54405173d5796dc8dee6a630ae1583c2 -SHA256 (Verilog-Perl-3.223.tar.gz) = 9dc9a42938173580c8cbf5bb46760de53d950f3d2f44ceb3c4d6cad787443df6 -SIZE (Verilog-Perl-3.223.tar.gz) = 212651 +SHA256 (Verilog-Perl-3.313.tar.gz) = d184649d041db2cd506a9629c56537cecba187585e26a11900872b7036ff695e +SIZE (Verilog-Perl-3.313.tar.gz) = 541181 diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/Makefile /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/Makefile --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/Makefile 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/Makefile 1969-12-31 21:00:00.000000000 -0300 @@ -1,53 +0,0 @@ -# New ports collection makefile for: Verilog-Perl -# Date created: 11 Apr 2009 -# Whom: Otacilio de Araujo Ramos Neto -# -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.10 2010/07/23 14:33:24 sylvio Exp $ -# - -PORTNAME= Verilog-Perl -PORTVERSION= 3.251 -CATEGORIES= cad perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= otacilio.neto@ee.ufcg.edu.br -COMMENT= Building point for Verilog support in the Perl language - -BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex - -USE_GMAKE= yes -USE_PERL5= yes -USE_BISON= build - -PERL_CONFIGURE= yes - -MAN1= vhier.1 vpassert.1 vppreproc.1 vrename.1 - -MAN3= Verilog::EditFiles.3 Verilog::Netlist::Logger.3 \ - Verilog::Parser.3 Verilog::Getopt.3 Verilog::Netlist::Module.3 \ - Verilog::Preproc.3 Verilog::Language.3 Verilog::Netlist::Net.3 \ - Verilog::SigParser.3 Verilog::Netlist.3 Verilog::Netlist::Pin.3 \ - Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 Verilog::Netlist::Defparam.3 \ - Verilog::Netlist::File.3 Verilog::Netlist::Subclass.3 \ - Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ - Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 - -.include - -post-patch: - @${REINPLACE_CMD} -e '/EXE_FILES/ s/ vsplitmodule//' \ - ${WRKSRC}/Makefile.PL - -post-configure: -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e 's|-O2|-O|g' ${WRKSRC}/Makefile -.endif - -post-build: - cd ${WRKSRC} && make test - -test: - make post-build - -.include diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/distinfo /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/distinfo --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/distinfo 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/distinfo 1969-12-31 21:00:00.000000000 -0300 @@ -1,2 +0,0 @@ -SHA256 (Verilog-Perl-3.251.tar.gz) = ee4742c36f84a6170340a1c79b5e5ebaa230d2fb08f85edde479dfd56cd0b708 -SIZE (Verilog-Perl-3.251.tar.gz) = 232475 diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-descr 1969-12-31 21:00:00.000000000 -0300 @@ -1,19 +0,0 @@ -The Verilog-Perl library is a building point for Verilog support in the Perl -language. It includes: -* Verilog::Getopt which parses command line options similar to C++ and VCS. -* Verilog::Language which knows the language keywords and parses numbers. -* Verilog::Netlist which builds netlists out of Verilog files. This allows - easy scripts to determine things such as the hierarchy of modules. -* Verilog::Parser invokes callbacks for language tokens. -* Verilog::Preproc preprocesses the language, and allows reading - post-processed files right from Perl without temporary files. -* vpassert inserts PLIish warnings and assertions for any simulator. -* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language. -* vrename renames and cross-references Verilog symbols. Vrename creates Verilog - cross references and makes it easy to rename signal and module names across - multiple files. Vrename uses a simple and efficient three step process. - First, you run vrename to create a list of signals in the design. You then - edit this list, changing as many symbols as you wish. Vrename is then run a - second time to apply the changes. - -WWW: http://www.veripool.org/wiki/verilog-perl diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist --- /usr/ports//cad/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist 2012-02-13 22:05:54.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/p5-Verilog-Perl/pkg-plist 1969-12-31 21:00:00.000000000 -0300 @@ -1,36 +0,0 @@ -bin/vhier -bin/vpassert -bin/vppreproc -bin/vrename -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/EditFiles.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Getopt.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Language.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Cell.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Defparam.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/File.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Interface.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Logger.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ModPort.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Module.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Net.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Std.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Verilog-Perl.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog diff -ruN --exclude=CVS /usr/ports//cad/p5-Verilog-Perl/pkg-plist /usr/home/ota/Desktop/p5-Verilog-Perl/pkg-plist --- /usr/ports//cad/p5-Verilog-Perl/pkg-plist 2009-11-04 12:43:10.000000000 -0300 +++ /usr/home/ota/Desktop/p5-Verilog-Perl/pkg-plist 2010-07-23 11:33:24.000000000 -0300 @@ -7,15 +7,17 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Language.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Cell.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Defparam.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Interface.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Logger.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ModPort.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Module.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Net.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:16:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB3D1065673; Tue, 14 Feb 2012 02:16:59 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4C968FC13; Tue, 14 Feb 2012 02:16:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2GwC5043498; Tue, 14 Feb 2012 02:16:58 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2GvIK043492; Tue, 14 Feb 2012 02:16:57 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:16:57 GMT Message-Id: <201202140216.q1E2GvIK043492@freefall.freebsd.org> To: jarrod@downtools.com.au, marc.peters@trivago.com, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164908: [PATCH] net-mgmt/nrpe2: Update to 2.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:16:59 -0000 Synopsis: [PATCH] net-mgmt/nrpe2: Update to 2.13 State-Changed-From-To: feedback->open State-Changed-By: pgollucci State-Changed-When: Tue Feb 14 02:16:57 UTC 2012 State-Changed-Why: Maintainer approved http://www.freebsd.org/cgi/query-pr.cgi?pr=164908 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:17:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2D9106566C; Tue, 14 Feb 2012 02:17:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 107008FC08; Tue, 14 Feb 2012 02:17:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2H7Ig043586; Tue, 14 Feb 2012 02:17:07 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2H78A043581; Tue, 14 Feb 2012 02:17:07 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:17:07 GMT Message-Id: <201202140217.q1E2H78A043581@freefall.freebsd.org> To: yasu@utahime.org, turutani@scphys.kyoto-u.ac.jp, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164653: installation trouble of japanese/ebnetd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:17:08 -0000 Synopsis: installation trouble of japanese/ebnetd State-Changed-From-To: feedback->open State-Changed-By: pgollucci State-Changed-When: Tue Feb 14 02:17:06 UTC 2012 State-Changed-Why: Maintainer approved http://www.freebsd.org/cgi/query-pr.cgi?pr=164653 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:17:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 945051065672; Tue, 14 Feb 2012 02:17:18 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 666A48FC0C; Tue, 14 Feb 2012 02:17:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2HIJj043690; Tue, 14 Feb 2012 02:17:18 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2HI4x043686; Tue, 14 Feb 2012 02:17:18 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:17:18 GMT Message-Id: <201202140217.q1E2HI4x043686@freefall.freebsd.org> To: pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165096: [MAINTAINER] security/pam_google_authenticator: fix the bug: "make" deleted /dev/null X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:17:18 -0000 Synopsis: [MAINTAINER] security/pam_google_authenticator: fix the bug: "make" deleted /dev/null Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 02:17:17 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165096 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:17:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5362310656AC; Tue, 14 Feb 2012 02:17:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26EA28FC24; Tue, 14 Feb 2012 02:17:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2HbmV043871; Tue, 14 Feb 2012 02:17:37 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2HbYv043867; Tue, 14 Feb 2012 02:17:37 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:17:37 GMT Message-Id: <201202140217.q1E2HbYv043867@freefall.freebsd.org> To: pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165099: New port: databases/xtrabackup percona's xtrabackup utility, version 1.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:17:37 -0000 Synopsis: New port: databases/xtrabackup percona's xtrabackup utility, version 1.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 02:17:36 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165099 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:21:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C87D106564A; Tue, 14 Feb 2012 02:21:00 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4FF8FC14; Tue, 14 Feb 2012 02:21:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2L0B2049797; Tue, 14 Feb 2012 02:21:00 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2L0RO049788; Tue, 14 Feb 2012 02:21:00 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:21:00 GMT Message-Id: <201202140221.q1E2L0RO049788@freefall.freebsd.org> To: zhoushuqun@gmail.com, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165077: [PATCH] www/ap22-mod_auth_openid: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:21:00 -0000 Synopsis: [PATCH] www/ap22-mod_auth_openid: update to 0.6 Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 02:20:59 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165077 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 02:34:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01E77106566C; Tue, 14 Feb 2012 02:34:42 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C763A8FC0C; Tue, 14 Feb 2012 02:34:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E2YfqV063234; Tue, 14 Feb 2012 02:34:41 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E2YfBl063230; Tue, 14 Feb 2012 02:34:41 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 02:34:41 GMT Message-Id: <201202140234.q1E2YfBl063230@freefall.freebsd.org> To: ports@christianserving.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165078: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 02:34:42 -0000 Synopsis: [PATCH] www/ap22-mod_setenvifplus: update to 0.13 Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 02:34:40 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165078 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 03:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC88106564A for ; Tue, 14 Feb 2012 03:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 016EB8FC0A for ; Tue, 14 Feb 2012 03:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E3ADPU089712 for ; Tue, 14 Feb 2012 03:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E3ADba089711; Tue, 14 Feb 2012 03:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 03:10:13 GMT Resent-Message-Id: <201202140310.q1E3ADba089711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Otacílio de Araújo Ramos Neto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F216106566B for ; Tue, 14 Feb 2012 03:02:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 770708FC0C for ; Tue, 14 Feb 2012 03:02:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1E323Gx001604 for ; Tue, 14 Feb 2012 03:02:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1E323JI001603; Tue, 14 Feb 2012 03:02:03 GMT (envelope-from nobody) Message-Id: <201202140302.q1E323JI001603@red.freebsd.org> Date: Tue, 14 Feb 2012 03:02:03 GMT From: Otacílio de Araújo Ramos Neto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165122: SystemPerl change-request X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 03:10:14 -0000 >Number: 165122 >Category: ports >Synopsis: SystemPerl change-request >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 03:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Otacílio de Araújo Ramos Neto >Release: 8.2 >Organization: >Environment: FreeBSD squitch 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #9: Fri Jul 22 12:30:57 BRT 2011 ota@squitch:/usr/obj/usr/src/sys/SQUITCH i386 >Description: SystemC perl library >How-To-Repeat: >Fix: ===> Creating shar file ===> Viewing diff with more # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # SystemPerl # SystemPerl/files # SystemPerl/files/.svn # SystemPerl/files/.svn/tmp # SystemPerl/files/.svn/tmp/props # SystemPerl/files/.svn/tmp/prop-base # SystemPerl/files/.svn/tmp/text-base # SystemPerl/files/.svn/props # SystemPerl/files/.svn/prop-base # SystemPerl/files/.svn/text-base # SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base # SystemPerl/files/.svn/entries # SystemPerl/files/.svn/all-wcprops # SystemPerl/files/patch-Makefile.PL # SystemPerl/scripts # SystemPerl/scripts/.svn # SystemPerl/scripts/.svn/tmp # SystemPerl/scripts/.svn/tmp/props # SystemPerl/scripts/.svn/tmp/prop-base # SystemPerl/scripts/.svn/tmp/text-base # SystemPerl/scripts/.svn/props # SystemPerl/scripts/.svn/prop-base # SystemPerl/scripts/.svn/text-base # SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base # SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base # SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base # SystemPerl/scripts/.svn/entries # SystemPerl/scripts/.svn/all-wcprops # SystemPerl/scripts/test_systemc.sh # SystemPerl/scripts/pkg-plist.sh # SystemPerl/scripts/systemc-pkg-plist.patch # SystemPerl/pkg-plist # SystemPerl/Makefile # SystemPerl/distinfo # SystemPerl/pkg-descr # echo c - SystemPerl mkdir -p SystemPerl > /dev/null 2>&1 echo c - SystemPerl/files mkdir -p SystemPerl/files > /dev/null 2>&1 echo c - SystemPerl/files/.svn mkdir -p SystemPerl/files/.svn > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp mkdir -p SystemPerl/files/.svn/tmp > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/props mkdir -p SystemPerl/files/.svn/tmp/props > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/prop-base mkdir -p SystemPerl/files/.svn/tmp/prop-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/text-base mkdir -p SystemPerl/files/.svn/tmp/text-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/props mkdir -p SystemPerl/files/.svn/props > /dev/null 2>&1 echo c - SystemPerl/files/.svn/prop-base mkdir -p SystemPerl/files/.svn/prop-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/text-base mkdir -p SystemPerl/files/.svn/text-base > /dev/null 2>&1 echo x - SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base sed 's/^X//' >SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base << 'e4cab081a6b91c63b57947c29f337b62' X--- Makefile.PL 2010-02-24 18:16:22.000000000 -0300 X+++ Makefile.PL.new 2010-09-26 12:45:39.000000000 -0300 X@@ -65,6 +65,7 @@ X ABSTRACT => 'SystemC Netlist Utilities and Parsing', X VERSION_FROM => 'Netlist.pm', X NO_META => 1, X+ MAKE => 'gmake', X PREREQ_PM => {'Pod::Usage' => 1.34, X 'Verilog::Getopt' => 2.211, X 'Verilog::Netlist' => 3.200, e4cab081a6b91c63b57947c29f337b62 echo x - SystemPerl/files/.svn/entries sed 's/^X//' >SystemPerl/files/.svn/entries << '5f80070ff8ec53f8a4b1ebfca7ea51f1' X10 X Xdir X10 Xhttp://squitch/ota/repositorio/SystemPerl/trunk/files Xhttp://squitch/ota/repositorio/SystemPerl X X X X2010-09-26T16:44:42.936766Z X9 Xota X X Xsvn:special svn:externals svn:needs-lock X X X X X X X X X X X Xd4140088-43f7-11de-bde6-cb4134feebde X Xpatch-Makefile.PL Xfile X X X X X2010-09-26T17:00:16.000000Z X73c69e0d04b06cff20ff9517db159110 X2010-09-26T16:44:42.936766Z X9 Xota X X X X X X X X X X X X X X X X X X X X X X391 X 5f80070ff8ec53f8a4b1ebfca7ea51f1 echo x - SystemPerl/files/.svn/all-wcprops sed 's/^X//' >SystemPerl/files/.svn/all-wcprops << 'c2d83d6ecff845ffea80acbfce35744e' XK 25 Xsvn:wc:ra_dav:version-url XV 50 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/files XEND Xpatch-Makefile.PL XK 25 Xsvn:wc:ra_dav:version-url XV 68 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/files/patch-Makefile.PL XEND c2d83d6ecff845ffea80acbfce35744e echo x - SystemPerl/files/patch-Makefile.PL sed 's/^X//' >SystemPerl/files/patch-Makefile.PL << '0d8535e7b50ac34ac75e33618a59beee' X--- Makefile.PL 2010-02-24 18:16:22.000000000 -0300 X+++ Makefile.PL.new 2010-09-26 12:45:39.000000000 -0300 X@@ -65,6 +65,7 @@ X ABSTRACT => 'SystemC Netlist Utilities and Parsing', X VERSION_FROM => 'Netlist.pm', X NO_META => 1, X+ MAKE => 'gmake', X PREREQ_PM => {'Pod::Usage' => 1.34, X 'Verilog::Getopt' => 2.211, X 'Verilog::Netlist' => 3.200, 0d8535e7b50ac34ac75e33618a59beee echo c - SystemPerl/scripts mkdir -p SystemPerl/scripts > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn mkdir -p SystemPerl/scripts/.svn > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp mkdir -p SystemPerl/scripts/.svn/tmp > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/props mkdir -p SystemPerl/scripts/.svn/tmp/props > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/prop-base mkdir -p SystemPerl/scripts/.svn/tmp/prop-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/text-base mkdir -p SystemPerl/scripts/.svn/tmp/text-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/props mkdir -p SystemPerl/scripts/.svn/props > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/prop-base mkdir -p SystemPerl/scripts/.svn/prop-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/text-base mkdir -p SystemPerl/scripts/.svn/text-base > /dev/null 2>&1 echo x - SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base << 'b4074a8ea84a81778e97bd0fe67927f5' X#!/bin/sh Xif [ "$SYSTEMC" = "" ]; then X SYSTEMC=`pkg_info -xp systemc 2>/dev/null | grep CWD | awk '{print $3"/systemc"}'` X if [ "$SYSTEMC" = "" ]; then X echo "systemc not found" X exit 1 X else X echo "SYSTEMC NOT DEFINED. USING $SYSTEMC" X fi Xfi Xecho "SYSTEMC="$SYSTEMC Xexit 0 b4074a8ea84a81778e97bd0fe67927f5 echo x - SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base << '607301e739271fde6352a48121ead8e0' X#!/bin/sh Xecho "bin/sp_includer" Xecho "bin/sp_makecheck" Xecho "bin/sp_preproc" Xecho "bin/vcoverage" Xecho "$1/mach/SystemC/Coverage.pm" Xecho "$1/mach/SystemC/Coverage/Item.pm" Xecho "$1/mach/SystemC/Coverage/ItemKey.pm" Xecho "$1/mach/SystemC/Manual.pod" Xecho "$1/mach/SystemC/Netlist.pm" Xecho "$1/mach/SystemC/Netlist/AutoCover.pm" Xecho "$1/mach/SystemC/Netlist/AutoTrace.pm" Xecho "$1/mach/SystemC/Netlist/Cell.pm" Xecho "$1/mach/SystemC/Netlist/Class.pm" Xecho "$1/mach/SystemC/Netlist/CoverGroup.pm" Xecho "$1/mach/SystemC/Netlist/CoverPoint.pm" Xecho "$1/mach/SystemC/Netlist/File.pm" Xecho "$1/mach/SystemC/Netlist/Method.pm" Xecho "$1/mach/SystemC/Netlist/Module.pm" Xecho "$1/mach/SystemC/Netlist/Net.pm" Xecho "$1/mach/SystemC/Netlist/Pin.pm" Xecho "$1/mach/SystemC/Netlist/Port.pm" Xecho "$1/mach/SystemC/Parser.pm" Xecho "$1/mach/SystemC/SystemPerl.pod" Xecho "$1/mach/SystemC/Template.pm" Xecho "$1/mach/auto/SystemC/Netlist/.packlist" Xecho "$1/mach/auto/SystemC/Parser/Parser.bs" Xecho "$1/mach/auto/SystemC/Parser/Parser.so" 607301e739271fde6352a48121ead8e0 echo x - SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base << '25128c2233d2c1856601a54e43334139' X*** pkg-plist.orig 2009-04-18 20:51:41.000000000 -0300 X--- pkg-plist 2009-04-18 20:52:44.000000000 -0300 X*************** X*** 6,11 **** X--- 6,12 ---- X systemc/NEWS X systemc/README X systemc/RELEASENOTES X+ systemc/systemperl_patched_patch X systemc/docs/FuncSpec20.pdf X systemc/docs/IEEE1666_specification X systemc/docs/License.pdf 25128c2233d2c1856601a54e43334139 echo x - SystemPerl/scripts/.svn/entries sed 's/^X//' >SystemPerl/scripts/.svn/entries << '2d765518463b8757a1de15488643afaa' X10 X Xdir X10 Xhttp://squitch/ota/repositorio/SystemPerl/trunk/scripts Xhttp://squitch/ota/repositorio/SystemPerl X X X X2010-09-26T16:44:42.936766Z X9 Xota X X Xsvn:special svn:externals svn:needs-lock X X X X X X X X X X X Xd4140088-43f7-11de-bde6-cb4134feebde X Xpkg-plist.sh Xfile X X X X X2010-09-26T17:00:16.000000Z X3a766930c1f554567ccb1bb1e5c76ade X2010-09-26T16:44:42.936766Z X9 Xota X X X X X X X X X X X X X X X X X X X X X X1021 X Xsystemc-pkg-plist.patch Xfile X X X X X2010-09-26T17:00:16.000000Z Xa11f7568445c00afdde33cffbca3c4e3 X2009-05-18T22:06:40.722869Z X1 Xota X X X X X X X X X X X X X X X X X X X X X X334 X Xtest_systemc.sh Xfile X X X X X2010-09-26T17:00:16.000000Z Xaa8fc7a9f31b9793cc61eb0aa1152ca9 X2009-05-18T22:06:40.722869Z X1 Xota X X X X X X X X X X X X X X X X X X X X X X279 X 2d765518463b8757a1de15488643afaa echo x - SystemPerl/scripts/.svn/all-wcprops sed 's/^X//' >SystemPerl/scripts/.svn/all-wcprops << '95829754c2ecacd2ebf75e482818bcbe' XK 25 Xsvn:wc:ra_dav:version-url XV 52 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/scripts XEND Xpkg-plist.sh XK 25 Xsvn:wc:ra_dav:version-url XV 65 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/scripts/pkg-plist.sh XEND Xtest_systemc.sh XK 25 Xsvn:wc:ra_dav:version-url XV 68 X/ota/repositorio/SystemPerl/!svn/ver/1/trunk/scripts/test_systemc.sh XEND Xsystemc-pkg-plist.patch XK 25 Xsvn:wc:ra_dav:version-url XV 76 X/ota/repositorio/SystemPerl/!svn/ver/1/trunk/scripts/systemc-pkg-plist.patch XEND 95829754c2ecacd2ebf75e482818bcbe echo x - SystemPerl/scripts/test_systemc.sh sed 's/^X//' >SystemPerl/scripts/test_systemc.sh << '1cfd5638dcc6ab2a840749606413822e' X#!/bin/sh Xif [ "$SYSTEMC" = "" ]; then X SYSTEMC=`pkg_info -xp systemc 2>/dev/null | grep CWD | awk '{print $3"/systemc"}'` X if [ "$SYSTEMC" = "" ]; then X echo "systemc not found" X exit 1 X else X echo "SYSTEMC NOT DEFINED. USING $SYSTEMC" X fi Xfi Xecho "SYSTEMC="$SYSTEMC Xexit 0 1cfd5638dcc6ab2a840749606413822e echo x - SystemPerl/scripts/pkg-plist.sh sed 's/^X//' >SystemPerl/scripts/pkg-plist.sh << 'ff40f59eca68d1f75913af571d047caa' X#!/bin/sh Xecho "bin/sp_includer" Xecho "bin/sp_makecheck" Xecho "bin/sp_preproc" Xecho "bin/vcoverage" Xecho "$1/mach/SystemC/Coverage.pm" Xecho "$1/mach/SystemC/Coverage/Item.pm" Xecho "$1/mach/SystemC/Coverage/ItemKey.pm" Xecho "$1/mach/SystemC/Manual.pod" Xecho "$1/mach/SystemC/Netlist.pm" Xecho "$1/mach/SystemC/Netlist/AutoCover.pm" Xecho "$1/mach/SystemC/Netlist/AutoTrace.pm" Xecho "$1/mach/SystemC/Netlist/Cell.pm" Xecho "$1/mach/SystemC/Netlist/Class.pm" Xecho "$1/mach/SystemC/Netlist/CoverGroup.pm" Xecho "$1/mach/SystemC/Netlist/CoverPoint.pm" Xecho "$1/mach/SystemC/Netlist/File.pm" Xecho "$1/mach/SystemC/Netlist/Method.pm" Xecho "$1/mach/SystemC/Netlist/Module.pm" Xecho "$1/mach/SystemC/Netlist/Net.pm" Xecho "$1/mach/SystemC/Netlist/Pin.pm" Xecho "$1/mach/SystemC/Netlist/Port.pm" Xecho "$1/mach/SystemC/Parser.pm" Xecho "$1/mach/SystemC/SystemPerl.pod" Xecho "$1/mach/SystemC/Template.pm" Xecho "$1/mach/auto/SystemC/Netlist/.packlist" Xecho "$1/mach/auto/SystemC/Parser/Parser.bs" Xecho "$1/mach/auto/SystemC/Parser/Parser.so" ff40f59eca68d1f75913af571d047caa echo x - SystemPerl/scripts/systemc-pkg-plist.patch sed 's/^X//' >SystemPerl/scripts/systemc-pkg-plist.patch << '73e5108a4315bb6d8bfe09055d74a64e' X*** pkg-plist.orig 2009-04-18 20:51:41.000000000 -0300 X--- pkg-plist 2009-04-18 20:52:44.000000000 -0300 X*************** X*** 6,11 **** X--- 6,12 ---- X systemc/NEWS X systemc/README X systemc/RELEASENOTES X+ systemc/systemperl_patched_patch X systemc/docs/FuncSpec20.pdf X systemc/docs/IEEE1666_specification X systemc/docs/License.pdf 73e5108a4315bb6d8bfe09055d74a64e echo x - SystemPerl/pkg-plist sed 's/^X//' >SystemPerl/pkg-plist << 'cfee9715479c1e7269af25147058e9ad' Xbin/sp_includer Xbin/sp_makecheck Xbin/sp_preproc Xbin/vcoverage Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage/Item.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage/ItemKey.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Manual.pod Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/AutoCover.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/AutoTrace.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Cell.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Class.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/CoverGroup.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/CoverPoint.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/File.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Method.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Module.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Net.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Pin.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Port.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Parser.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/SystemPerl.pod Xlib/perl5/site_perl/5.10.1/mach/SystemC/Template.pm Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Netlist/.packlist Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Parser/Parser.bs Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Parser/Parser.so cfee9715479c1e7269af25147058e9ad echo x - SystemPerl/Makefile sed 's/^X//' >SystemPerl/Makefile << 'acb069acc990b447981103e228eae655' X# New ports collection makefile for: SystemPerl X# Date created: 12 Apr 2009 X# Whom: Otacílio de Araújo Ramos Neto X# X# $FreeBSD$ X# X XPORTNAME= SystemPerl XPORTVERSION= 1.340 XCATEGORIES= cad XMASTER_SITES= http://search.cpan.org/CPAN/authors/id/W/WS/WSNYDER/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= otacilio.neto@ee.ufcg.edu.br XCOMMENT= SystemC perl library X XBUILD_DEPENDS= gcc>=4:${PORTSDIR}/lang/gcc44 \ X systemc>=2.2.0:${PORTSDIR}/cad/systemc \ X p5-Verilog-Perl>=3.121:${PORTSDIR}/cad/p5-Verilog-Perl XRUN_DEPENDS= systemc>=2.2.0:${PORTSDIR}/cad/systemc \ X p5-Verilog-Perl>=3.121:${PORTSDIR}/cad/p5-Verilog-Perl X XPORTREVISIO= 0 XFETCH_ARGS= -pRr X XUSE_GMAKE= yes XUSE_PERL5= yes X XMAN1= sp_includer.1 sp_makecheck.1 sp_preproc.1 vcoverage.1 X XMAN3= SystemC::Netlist::CoverPoint.3 SystemC::Coverage.3 SystemC::Netlist::File.3 SystemC::Coverage::Item.3 SystemC::Netlist::Method.3 SystemC::Coverage::ItemKey.3 SystemC::Netlist::Module.3 SystemC::Manual.3 SystemC::Netlist::Net.3 SystemC::Netlist.3 SystemC::Netlist::Pin.3 SystemC::Netlist::AutoCover.3 SystemC::Netlist::Port.3 SystemC::Netlist::AutoTrace.3 SystemC::Parser.3 SystemC::Netlist::Cell.3 SystemC::SystemPerl.3 SystemC::Netlist::Class.3 SystemC::Template.3 SystemC::Netlist::CoverGroup.3 X Xpre-build: X cd ${WRKSRC} && ${PERL} Makefile.PL INSTALLBIN=${PREFIX}/bin INSTALLSITEBIN=${PREFIX}/bin INSTALLSCRIPT=${PREFIX}/bin INSTALLSITESCRIPT=${PREFIX}/bin INSTALLSITEMAN3DIR=${PREFIX}/man/man3 SITELIBEXP=${PREFIX}/${SITE_PERL_REL} SITEARCHEXP=${PREFIX}/${SITE_PERL_REL}/mach INSTALLSITELIB=${PREFIX}/${SITE_PERL_REL} INSTALLSITEARCH=${PREFIX}/${SITE_PERL_REL}/mach INSTALLMAN1DIR=${PREFIX}/man/man1 INSTALLSITEMAN1DIR=${PREFIX}/man/man1 X Xpost-build: X make test X Xpre-install: X ${SHELL} ${SCRIPTDIR}/pkg-plist.sh ${SITE_PERL_REL} > pkg-plist X Xtest: X cd ${WRKSRC} && make test X X.include acb069acc990b447981103e228eae655 echo x - SystemPerl/distinfo sed 's/^X//' >SystemPerl/distinfo << 'af431a364be3731c0290e97ade364f1b' XSHA256 (SystemPerl-1.340.tar.gz) = 2dfb76fb3d74878b2610dc4d18338be4a352cffdf80e282f1cfa76ee634dae3f XSIZE (SystemPerl-1.340.tar.gz) = 132104 af431a364be3731c0290e97ade364f1b echo x - SystemPerl/pkg-descr sed 's/^X//' >SystemPerl/pkg-descr << '27736e173ad698992a5a7da1446cbe7e' XThis perl library, SystemC-Perl, or SystemPerl for short, provides\ X four major sub-packages: X X * SystemC-Mode is a language mode for Emacs, providing language\ X sensitive highlighting similar to C++ mode. X X * SystemC::Parser reads SystemC files, and extracts tokens as a\ X basis for writing other tools. X X * SystemC::Netlist builds netlists out of SystemC files. This\ X allows easy scripts to determine things such as the hierarchy of\ X SC_MODULEs. The netlist database parallels that of Verilog::Netlist\ X for multi-language environments. X X * sp_preproc provides extensions to the SystemC language, called\ X the SystemPerl language. This allows most of the Tedium to be\ X removed from SystemC coding, just as the author's /*AUTO*/ comments\ X in &VERILOG_MODE; did for the Verilog language. X X * SystemPerl also includes patches required to run SystemC on GCC\ X 3.0 and newer systems, including some 64 bit systems. 27736e173ad698992a5a7da1446cbe7e exit ===> Done Patch attached with submission follows: ===> Creating shar file ===> Viewing diff with more # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # SystemPerl # SystemPerl/files # SystemPerl/files/.svn # SystemPerl/files/.svn/tmp # SystemPerl/files/.svn/tmp/props # SystemPerl/files/.svn/tmp/prop-base # SystemPerl/files/.svn/tmp/text-base # SystemPerl/files/.svn/props # SystemPerl/files/.svn/prop-base # SystemPerl/files/.svn/text-base # SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base # SystemPerl/files/.svn/entries # SystemPerl/files/.svn/all-wcprops # SystemPerl/files/patch-Makefile.PL # SystemPerl/scripts # SystemPerl/scripts/.svn # SystemPerl/scripts/.svn/tmp # SystemPerl/scripts/.svn/tmp/props # SystemPerl/scripts/.svn/tmp/prop-base # SystemPerl/scripts/.svn/tmp/text-base # SystemPerl/scripts/.svn/props # SystemPerl/scripts/.svn/prop-base # SystemPerl/scripts/.svn/text-base # SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base # SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base # SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base # SystemPerl/scripts/.svn/entries # SystemPerl/scripts/.svn/all-wcprops # SystemPerl/scripts/test_systemc.sh # SystemPerl/scripts/pkg-plist.sh # SystemPerl/scripts/systemc-pkg-plist.patch # SystemPerl/pkg-plist # SystemPerl/Makefile # SystemPerl/distinfo # SystemPerl/pkg-descr # echo c - SystemPerl mkdir -p SystemPerl > /dev/null 2>&1 echo c - SystemPerl/files mkdir -p SystemPerl/files > /dev/null 2>&1 echo c - SystemPerl/files/.svn mkdir -p SystemPerl/files/.svn > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp mkdir -p SystemPerl/files/.svn/tmp > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/props mkdir -p SystemPerl/files/.svn/tmp/props > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/prop-base mkdir -p SystemPerl/files/.svn/tmp/prop-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/tmp/text-base mkdir -p SystemPerl/files/.svn/tmp/text-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/props mkdir -p SystemPerl/files/.svn/props > /dev/null 2>&1 echo c - SystemPerl/files/.svn/prop-base mkdir -p SystemPerl/files/.svn/prop-base > /dev/null 2>&1 echo c - SystemPerl/files/.svn/text-base mkdir -p SystemPerl/files/.svn/text-base > /dev/null 2>&1 echo x - SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base sed 's/^X//' >SystemPerl/files/.svn/text-base/patch-Makefile.PL.svn-base << 'e4cab081a6b91c63b57947c29f337b62' X--- Makefile.PL 2010-02-24 18:16:22.000000000 -0300 X+++ Makefile.PL.new 2010-09-26 12:45:39.000000000 -0300 X@@ -65,6 +65,7 @@ X ABSTRACT => 'SystemC Netlist Utilities and Parsing', X VERSION_FROM => 'Netlist.pm', X NO_META => 1, X+ MAKE => 'gmake', X PREREQ_PM => {'Pod::Usage' => 1.34, X 'Verilog::Getopt' => 2.211, X 'Verilog::Netlist' => 3.200, e4cab081a6b91c63b57947c29f337b62 echo x - SystemPerl/files/.svn/entries sed 's/^X//' >SystemPerl/files/.svn/entries << '5f80070ff8ec53f8a4b1ebfca7ea51f1' X10 X Xdir X10 Xhttp://squitch/ota/repositorio/SystemPerl/trunk/files Xhttp://squitch/ota/repositorio/SystemPerl X X X X2010-09-26T16:44:42.936766Z X9 Xota X X Xsvn:special svn:externals svn:needs-lock X X X X X X X X X X X Xd4140088-43f7-11de-bde6-cb4134feebde X Xpatch-Makefile.PL Xfile X X X X X2010-09-26T17:00:16.000000Z X73c69e0d04b06cff20ff9517db159110 X2010-09-26T16:44:42.936766Z X9 Xota X X X X X X X X X X X X X X X X X X X X X X391 X 5f80070ff8ec53f8a4b1ebfca7ea51f1 echo x - SystemPerl/files/.svn/all-wcprops sed 's/^X//' >SystemPerl/files/.svn/all-wcprops << 'c2d83d6ecff845ffea80acbfce35744e' XK 25 Xsvn:wc:ra_dav:version-url XV 50 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/files XEND Xpatch-Makefile.PL XK 25 Xsvn:wc:ra_dav:version-url XV 68 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/files/patch-Makefile.PL XEND c2d83d6ecff845ffea80acbfce35744e echo x - SystemPerl/files/patch-Makefile.PL sed 's/^X//' >SystemPerl/files/patch-Makefile.PL << '0d8535e7b50ac34ac75e33618a59beee' X--- Makefile.PL 2010-02-24 18:16:22.000000000 -0300 X+++ Makefile.PL.new 2010-09-26 12:45:39.000000000 -0300 X@@ -65,6 +65,7 @@ X ABSTRACT => 'SystemC Netlist Utilities and Parsing', X VERSION_FROM => 'Netlist.pm', X NO_META => 1, X+ MAKE => 'gmake', X PREREQ_PM => {'Pod::Usage' => 1.34, X 'Verilog::Getopt' => 2.211, X 'Verilog::Netlist' => 3.200, 0d8535e7b50ac34ac75e33618a59beee echo c - SystemPerl/scripts mkdir -p SystemPerl/scripts > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn mkdir -p SystemPerl/scripts/.svn > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp mkdir -p SystemPerl/scripts/.svn/tmp > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/props mkdir -p SystemPerl/scripts/.svn/tmp/props > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/prop-base mkdir -p SystemPerl/scripts/.svn/tmp/prop-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/tmp/text-base mkdir -p SystemPerl/scripts/.svn/tmp/text-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/props mkdir -p SystemPerl/scripts/.svn/props > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/prop-base mkdir -p SystemPerl/scripts/.svn/prop-base > /dev/null 2>&1 echo c - SystemPerl/scripts/.svn/text-base mkdir -p SystemPerl/scripts/.svn/text-base > /dev/null 2>&1 echo x - SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/test_systemc.sh.svn-base << 'b4074a8ea84a81778e97bd0fe67927f5' X#!/bin/sh Xif [ "$SYSTEMC" = "" ]; then X SYSTEMC=`pkg_info -xp systemc 2>/dev/null | grep CWD | awk '{print $3"/systemc"}'` X if [ "$SYSTEMC" = "" ]; then X echo "systemc not found" X exit 1 X else X echo "SYSTEMC NOT DEFINED. USING $SYSTEMC" X fi Xfi Xecho "SYSTEMC="$SYSTEMC Xexit 0 b4074a8ea84a81778e97bd0fe67927f5 echo x - SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/pkg-plist.sh.svn-base << '607301e739271fde6352a48121ead8e0' X#!/bin/sh Xecho "bin/sp_includer" Xecho "bin/sp_makecheck" Xecho "bin/sp_preproc" Xecho "bin/vcoverage" Xecho "$1/mach/SystemC/Coverage.pm" Xecho "$1/mach/SystemC/Coverage/Item.pm" Xecho "$1/mach/SystemC/Coverage/ItemKey.pm" Xecho "$1/mach/SystemC/Manual.pod" Xecho "$1/mach/SystemC/Netlist.pm" Xecho "$1/mach/SystemC/Netlist/AutoCover.pm" Xecho "$1/mach/SystemC/Netlist/AutoTrace.pm" Xecho "$1/mach/SystemC/Netlist/Cell.pm" Xecho "$1/mach/SystemC/Netlist/Class.pm" Xecho "$1/mach/SystemC/Netlist/CoverGroup.pm" Xecho "$1/mach/SystemC/Netlist/CoverPoint.pm" Xecho "$1/mach/SystemC/Netlist/File.pm" Xecho "$1/mach/SystemC/Netlist/Method.pm" Xecho "$1/mach/SystemC/Netlist/Module.pm" Xecho "$1/mach/SystemC/Netlist/Net.pm" Xecho "$1/mach/SystemC/Netlist/Pin.pm" Xecho "$1/mach/SystemC/Netlist/Port.pm" Xecho "$1/mach/SystemC/Parser.pm" Xecho "$1/mach/SystemC/SystemPerl.pod" Xecho "$1/mach/SystemC/Template.pm" Xecho "$1/mach/auto/SystemC/Netlist/.packlist" Xecho "$1/mach/auto/SystemC/Parser/Parser.bs" Xecho "$1/mach/auto/SystemC/Parser/Parser.so" 607301e739271fde6352a48121ead8e0 echo x - SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base sed 's/^X//' >SystemPerl/scripts/.svn/text-base/systemc-pkg-plist.patch.svn-base << '25128c2233d2c1856601a54e43334139' X*** pkg-plist.orig 2009-04-18 20:51:41.000000000 -0300 X--- pkg-plist 2009-04-18 20:52:44.000000000 -0300 X*************** X*** 6,11 **** X--- 6,12 ---- X systemc/NEWS X systemc/README X systemc/RELEASENOTES X+ systemc/systemperl_patched_patch X systemc/docs/FuncSpec20.pdf X systemc/docs/IEEE1666_specification X systemc/docs/License.pdf 25128c2233d2c1856601a54e43334139 echo x - SystemPerl/scripts/.svn/entries sed 's/^X//' >SystemPerl/scripts/.svn/entries << '2d765518463b8757a1de15488643afaa' X10 X Xdir X10 Xhttp://squitch/ota/repositorio/SystemPerl/trunk/scripts Xhttp://squitch/ota/repositorio/SystemPerl X X X X2010-09-26T16:44:42.936766Z X9 Xota X X Xsvn:special svn:externals svn:needs-lock X X X X X X X X X X X Xd4140088-43f7-11de-bde6-cb4134feebde X Xpkg-plist.sh Xfile X X X X X2010-09-26T17:00:16.000000Z X3a766930c1f554567ccb1bb1e5c76ade X2010-09-26T16:44:42.936766Z X9 Xota X X X X X X X X X X X X X X X X X X X X X X1021 X Xsystemc-pkg-plist.patch Xfile X X X X X2010-09-26T17:00:16.000000Z Xa11f7568445c00afdde33cffbca3c4e3 X2009-05-18T22:06:40.722869Z X1 Xota X X X X X X X X X X X X X X X X X X X X X X334 X Xtest_systemc.sh Xfile X X X X X2010-09-26T17:00:16.000000Z Xaa8fc7a9f31b9793cc61eb0aa1152ca9 X2009-05-18T22:06:40.722869Z X1 Xota X X X X X X X X X X X X X X X X X X X X X X279 X 2d765518463b8757a1de15488643afaa echo x - SystemPerl/scripts/.svn/all-wcprops sed 's/^X//' >SystemPerl/scripts/.svn/all-wcprops << '95829754c2ecacd2ebf75e482818bcbe' XK 25 Xsvn:wc:ra_dav:version-url XV 52 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/scripts XEND Xpkg-plist.sh XK 25 Xsvn:wc:ra_dav:version-url XV 65 X/ota/repositorio/SystemPerl/!svn/ver/9/trunk/scripts/pkg-plist.sh XEND Xtest_systemc.sh XK 25 Xsvn:wc:ra_dav:version-url XV 68 X/ota/repositorio/SystemPerl/!svn/ver/1/trunk/scripts/test_systemc.sh XEND Xsystemc-pkg-plist.patch XK 25 Xsvn:wc:ra_dav:version-url XV 76 X/ota/repositorio/SystemPerl/!svn/ver/1/trunk/scripts/systemc-pkg-plist.patch XEND 95829754c2ecacd2ebf75e482818bcbe echo x - SystemPerl/scripts/test_systemc.sh sed 's/^X//' >SystemPerl/scripts/test_systemc.sh << '1cfd5638dcc6ab2a840749606413822e' X#!/bin/sh Xif [ "$SYSTEMC" = "" ]; then X SYSTEMC=`pkg_info -xp systemc 2>/dev/null | grep CWD | awk '{print $3"/systemc"}'` X if [ "$SYSTEMC" = "" ]; then X echo "systemc not found" X exit 1 X else X echo "SYSTEMC NOT DEFINED. USING $SYSTEMC" X fi Xfi Xecho "SYSTEMC="$SYSTEMC Xexit 0 1cfd5638dcc6ab2a840749606413822e echo x - SystemPerl/scripts/pkg-plist.sh sed 's/^X//' >SystemPerl/scripts/pkg-plist.sh << 'ff40f59eca68d1f75913af571d047caa' X#!/bin/sh Xecho "bin/sp_includer" Xecho "bin/sp_makecheck" Xecho "bin/sp_preproc" Xecho "bin/vcoverage" Xecho "$1/mach/SystemC/Coverage.pm" Xecho "$1/mach/SystemC/Coverage/Item.pm" Xecho "$1/mach/SystemC/Coverage/ItemKey.pm" Xecho "$1/mach/SystemC/Manual.pod" Xecho "$1/mach/SystemC/Netlist.pm" Xecho "$1/mach/SystemC/Netlist/AutoCover.pm" Xecho "$1/mach/SystemC/Netlist/AutoTrace.pm" Xecho "$1/mach/SystemC/Netlist/Cell.pm" Xecho "$1/mach/SystemC/Netlist/Class.pm" Xecho "$1/mach/SystemC/Netlist/CoverGroup.pm" Xecho "$1/mach/SystemC/Netlist/CoverPoint.pm" Xecho "$1/mach/SystemC/Netlist/File.pm" Xecho "$1/mach/SystemC/Netlist/Method.pm" Xecho "$1/mach/SystemC/Netlist/Module.pm" Xecho "$1/mach/SystemC/Netlist/Net.pm" Xecho "$1/mach/SystemC/Netlist/Pin.pm" Xecho "$1/mach/SystemC/Netlist/Port.pm" Xecho "$1/mach/SystemC/Parser.pm" Xecho "$1/mach/SystemC/SystemPerl.pod" Xecho "$1/mach/SystemC/Template.pm" Xecho "$1/mach/auto/SystemC/Netlist/.packlist" Xecho "$1/mach/auto/SystemC/Parser/Parser.bs" Xecho "$1/mach/auto/SystemC/Parser/Parser.so" ff40f59eca68d1f75913af571d047caa echo x - SystemPerl/scripts/systemc-pkg-plist.patch sed 's/^X//' >SystemPerl/scripts/systemc-pkg-plist.patch << '73e5108a4315bb6d8bfe09055d74a64e' X*** pkg-plist.orig 2009-04-18 20:51:41.000000000 -0300 X--- pkg-plist 2009-04-18 20:52:44.000000000 -0300 X*************** X*** 6,11 **** X--- 6,12 ---- X systemc/NEWS X systemc/README X systemc/RELEASENOTES X+ systemc/systemperl_patched_patch X systemc/docs/FuncSpec20.pdf X systemc/docs/IEEE1666_specification X systemc/docs/License.pdf 73e5108a4315bb6d8bfe09055d74a64e echo x - SystemPerl/pkg-plist sed 's/^X//' >SystemPerl/pkg-plist << 'cfee9715479c1e7269af25147058e9ad' Xbin/sp_includer Xbin/sp_makecheck Xbin/sp_preproc Xbin/vcoverage Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage/Item.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Coverage/ItemKey.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Manual.pod Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/AutoCover.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/AutoTrace.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Cell.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Class.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/CoverGroup.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/CoverPoint.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/File.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Method.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Module.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Net.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Pin.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Netlist/Port.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/Parser.pm Xlib/perl5/site_perl/5.10.1/mach/SystemC/SystemPerl.pod Xlib/perl5/site_perl/5.10.1/mach/SystemC/Template.pm Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Netlist/.packlist Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Parser/Parser.bs Xlib/perl5/site_perl/5.10.1/mach/auto/SystemC/Parser/Parser.so cfee9715479c1e7269af25147058e9ad echo x - SystemPerl/Makefile sed 's/^X//' >SystemPerl/Makefile << 'acb069acc990b447981103e228eae655' X# New ports collection makefile for: SystemPerl X# Date created: 12 Apr 2009 X# Whom: Otacílio de Araújo Ramos Neto X# X# $FreeBSD$ X# X XPORTNAME= SystemPerl XPORTVERSION= 1.340 XCATEGORIES= cad XMASTER_SITES= http://search.cpan.org/CPAN/authors/id/W/WS/WSNYDER/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= otacilio.neto@ee.ufcg.edu.br XCOMMENT= SystemC perl library X XBUILD_DEPENDS= gcc>=4:${PORTSDIR}/lang/gcc44 \ X systemc>=2.2.0:${PORTSDIR}/cad/systemc \ X p5-Verilog-Perl>=3.121:${PORTSDIR}/cad/p5-Verilog-Perl XRUN_DEPENDS= systemc>=2.2.0:${PORTSDIR}/cad/systemc \ X p5-Verilog-Perl>=3.121:${PORTSDIR}/cad/p5-Verilog-Perl X XPORTREVISIO= 0 XFETCH_ARGS= -pRr X XUSE_GMAKE= yes XUSE_PERL5= yes X XMAN1= sp_includer.1 sp_makecheck.1 sp_preproc.1 vcoverage.1 X XMAN3= SystemC::Netlist::CoverPoint.3 SystemC::Coverage.3 SystemC::Netlist::File.3 SystemC::Coverage::Item.3 SystemC::Netlist::Method.3 SystemC::Coverage::ItemKey.3 SystemC::Netlist::Module.3 SystemC::Manual.3 SystemC::Netlist::Net.3 SystemC::Netlist.3 SystemC::Netlist::Pin.3 SystemC::Netlist::AutoCover.3 SystemC::Netlist::Port.3 SystemC::Netlist::AutoTrace.3 SystemC::Parser.3 SystemC::Netlist::Cell.3 SystemC::SystemPerl.3 SystemC::Netlist::Class.3 SystemC::Template.3 SystemC::Netlist::CoverGroup.3 X Xpre-build: X cd ${WRKSRC} && ${PERL} Makefile.PL INSTALLBIN=${PREFIX}/bin INSTALLSITEBIN=${PREFIX}/bin INSTALLSCRIPT=${PREFIX}/bin INSTALLSITESCRIPT=${PREFIX}/bin INSTALLSITEMAN3DIR=${PREFIX}/man/man3 SITELIBEXP=${PREFIX}/${SITE_PERL_REL} SITEARCHEXP=${PREFIX}/${SITE_PERL_REL}/mach INSTALLSITELIB=${PREFIX}/${SITE_PERL_REL} INSTALLSITEARCH=${PREFIX}/${SITE_PERL_REL}/mach INSTALLMAN1DIR=${PREFIX}/man/man1 INSTALLSITEMAN1DIR=${PREFIX}/man/man1 X Xpost-build: X make test X Xpre-install: X ${SHELL} ${SCRIPTDIR}/pkg-plist.sh ${SITE_PERL_REL} > pkg-plist X Xtest: X cd ${WRKSRC} && make test X X.include acb069acc990b447981103e228eae655 echo x - SystemPerl/distinfo sed 's/^X//' >SystemPerl/distinfo << 'af431a364be3731c0290e97ade364f1b' XSHA256 (SystemPerl-1.340.tar.gz) = 2dfb76fb3d74878b2610dc4d18338be4a352cffdf80e282f1cfa76ee634dae3f XSIZE (SystemPerl-1.340.tar.gz) = 132104 af431a364be3731c0290e97ade364f1b echo x - SystemPerl/pkg-descr sed 's/^X//' >SystemPerl/pkg-descr << '27736e173ad698992a5a7da1446cbe7e' XThis perl library, SystemC-Perl, or SystemPerl for short, provides\ X four major sub-packages: X X * SystemC-Mode is a language mode for Emacs, providing language\ X sensitive highlighting similar to C++ mode. X X * SystemC::Parser reads SystemC files, and extracts tokens as a\ X basis for writing other tools. X X * SystemC::Netlist builds netlists out of SystemC files. This\ X allows easy scripts to determine things such as the hierarchy of\ X SC_MODULEs. The netlist database parallels that of Verilog::Netlist\ X for multi-language environments. X X * sp_preproc provides extensions to the SystemC language, called\ X the SystemPerl language. This allows most of the Tedium to be\ X removed from SystemC coding, just as the author's /*AUTO*/ comments\ X in &VERILOG_MODE; did for the Verilog language. X X * SystemPerl also includes patches required to run SystemC on GCC\ X 3.0 and newer systems, including some 64 bit systems. 27736e173ad698992a5a7da1446cbe7e exit ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 03:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6881065676 for ; Tue, 14 Feb 2012 03:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00CB18FC12 for ; Tue, 14 Feb 2012 03:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E3KA2Q099749 for ; Tue, 14 Feb 2012 03:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E3KAKA099747; Tue, 14 Feb 2012 03:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 03:20:10 GMT Resent-Message-Id: <201202140320.q1E3KAKA099747@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E9881065675 for ; Tue, 14 Feb 2012 03:15:07 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 030688FC15 for ; Tue, 14 Feb 2012 03:15:06 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1E3F1V3018490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 22:15:02 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1E3F1IW067649; Mon, 13 Feb 2012 22:15:01 -0500 (EST) (envelope-from steve) Message-Id: <201202140315.q1E3F1IW067649@meatwad.mouf.net> Date: Mon, 13 Feb 2012 22:15:01 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 03:20:11 -0000 >Number: 165123 >Category: ports >Synopsis: [PATCH] devel/p5-Devel-ebug: update to 0.52 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 03:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.52 - Remove SITE_PERL from DEPENDS - Add TEST_DEPENDS Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Devel-ebug-0.52.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 28 Jan 2010 23:45:27 -0000 1.3 +++ Makefile 14 Feb 2012 02:49:34 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Devel-ebug -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Devel @@ -16,13 +15,15 @@ MAINTAINER= gslin@gslin.org COMMENT= A simple, extensible Perl debugger -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck \ - ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ - ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ - ${SITE_PERL}/Proc/Background.pm:${PORTSDIR}/devel/p5-Proc-Background \ - ${SITE_PERL}/String/Koremutake.pm:${PORTSDIR}/textproc/p5-String-Koremutake -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker \ + p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ + p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ + p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-Proc-Background>0:${PORTSDIR}/devel/p5-Proc-Background \ + p5-String-Koremutake>0:${PORTSDIR}/textproc/p5-String-Koremutake +BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \ + p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect PERL_MODBUILD= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 3 Jul 2011 14:57:09 -0000 1.3 +++ distinfo 14 Feb 2012 02:49:34 -0000 @@ -1,2 +1,2 @@ -SHA256 (Devel-ebug-0.49.tar.gz) = 02295bc410dd17536047afccf1a3d309347fc450321b9971c89695fd5523c975 -SIZE (Devel-ebug-0.49.tar.gz) = 25928 +SHA256 (Devel-ebug-0.52.tar.gz) = feaf53b29bb45d260d6c7bc539d9ea9c9ae27bfdefd2a596ef96f2bb14ad630c +SIZE (Devel-ebug-0.52.tar.gz) = 34327 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-ebug/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 24 Sep 2010 02:02:43 -0000 1.2 +++ pkg-plist 14 Feb 2012 02:49:34 -0000 @@ -22,6 +22,7 @@ %%SITE_PERL%%/Devel/ebug/Plugin/Run.pm %%SITE_PERL%%/Devel/ebug/Plugin/StackTrace.pm bin/ebug +bin/ebug_backend_perl bin/ebug_client bin/ebug_server @dirrmtry %%SITE_PERL%%/Devel/ebug/Plugin --- p5-Devel-ebug-0.52.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 03:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679881065678; Tue, 14 Feb 2012 03:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6F98FC17; Tue, 14 Feb 2012 03:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E3KLSB099993; Tue, 14 Feb 2012 03:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E3KLEt099988; Tue, 14 Feb 2012 03:20:21 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 03:20:21 GMT Message-Id: <201202140320.q1E3KLEt099988@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 03:20:21 -0000 Synopsis: [PATCH] devel/p5-Devel-ebug: update to 0.52 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 03:20:20 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165123 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 04:20:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D561065781 for ; Tue, 14 Feb 2012 04:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCA28FC1C for ; Tue, 14 Feb 2012 04:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E4K9EV054797 for ; Tue, 14 Feb 2012 04:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4K9sS054796; Tue, 14 Feb 2012 04:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 04:20:09 GMT Resent-Message-Id: <201202140420.q1E4K9sS054796@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D19106566B for ; Tue, 14 Feb 2012 04:11:47 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id DA6CE8FC15 for ; Tue, 14 Feb 2012 04:11:46 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1E4Bevb018784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Feb 2012 23:11:41 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1E4BYXd020770; Mon, 13 Feb 2012 23:11:34 -0500 (EST) (envelope-from steve) Message-Id: <201202140411.q1E4BYXd020770@meatwad.mouf.net> Date: Mon, 13 Feb 2012 23:11:34 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: coryking@mozimedia.com Subject: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 04:20:15 -0000 >Number: 165124 >Category: ports >Synopsis: [PATCH] devel/p5-Digest-TransformPath: remove broken test target >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 04:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (coryking@mozimedia.com) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Digest-TransformPath-1.00_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Digest-TransformPath/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Sep 2010 16:08:07 -0000 1.4 +++ Makefile 14 Feb 2012 04:11:20 -0000 @@ -19,9 +19,6 @@ MAN3= Digest::TransformPath.3 -test: build - (@cd ${WRKSRC} && make test) - .include .if ${PERL_LEVEL} < 500809 --- p5-Digest-TransformPath-1.00_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 04:20:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E55311065687; Tue, 14 Feb 2012 04:20:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B88098FC08; Tue, 14 Feb 2012 04:20:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E4KSXK055223; Tue, 14 Feb 2012 04:20:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4KSxq055215; Tue, 14 Feb 2012 04:20:28 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 04:20:28 GMT Message-Id: <201202140420.q1E4KSxq055215@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 04:20:29 -0000 Synopsis: [PATCH] devel/p5-Digest-TransformPath: remove broken test target Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 04:20:27 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165124 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 04:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43ED106564A for ; Tue, 14 Feb 2012 04:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B49F48FC15 for ; Tue, 14 Feb 2012 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E4o9dl082766 for ; Tue, 14 Feb 2012 04:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4o9QM082765; Tue, 14 Feb 2012 04:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 04:50:09 GMT Resent-Message-Id: <201202140450.q1E4o9QM082765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C733106564A for ; Tue, 14 Feb 2012 04:40:16 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4DF8FC12 for ; Tue, 14 Feb 2012 04:40:15 +0000 (UTC) Received: from eastrmimpo210.cox.net ([68.230.241.225]) by eastrmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120214044010.KNYI18243.eastrmfepo101.cox.net@eastrmimpo210.cox.net> for ; Mon, 13 Feb 2012 23:40:10 -0500 Received: from serene.no-ip.org ([98.164.84.176]) by eastrmimpo210.cox.net with bizsmtp id Zgg71i00J3oG0Ji02gg8E0; Mon, 13 Feb 2012 23:40:09 -0500 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q1E4e780042280 for ; Mon, 13 Feb 2012 22:40:07 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id q1E4e2Ns042279; Mon, 13 Feb 2012 22:40:02 -0600 (CST) (envelope-from conrads) Message-Id: <201202140440.q1E4e2Ns042279@serene.no-ip.org> Date: Mon, 13 Feb 2012 22:40:02 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165125: [patch] ports/Mk/bsd.port.mk misspelling correction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 04:50:10 -0000 >Number: 165125 >Category: ports >Synopsis: [patch] ports/Mk/bsd.port.mk misspelling correction >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 04:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Correct some misspellings/grammatical errors in the pretty-print-www-site target >How-To-Repeat: cd ; make pretty-print-www-site >Fix: patch below --- bsd.port.mk.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.705 diff -u -r1.705 bsd.port.mk --- bsd.port.mk 2 Feb 2012 07:21:14 -0000 1.705 +++ bsd.port.mk 14 Feb 2012 04:14:16 -0000 @@ -4445,7 +4445,7 @@ if [ -n "$${www_site}" ]; then \ ${ECHO_MSG} -n " and/or visit the "; \ ${ECHO_MSG} -n "web site"; \ - ${ECHO_MSG} " for futher informations"; \ + ${ECHO_MSG} " for further information"; \ fi .endif --- bsd.port.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 04:50:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89592106564A; Tue, 14 Feb 2012 04:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BDD38FC0C; Tue, 14 Feb 2012 04:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E4oJUL082930; Tue, 14 Feb 2012 04:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4oJV1082926; Tue, 14 Feb 2012 04:50:19 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 04:50:19 GMT Message-Id: <201202140450.q1E4oJV1082926@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165125: [patch] ports/Mk/bsd.port.mk misspelling correction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 04:50:19 -0000 Synopsis: [patch] ports/Mk/bsd.port.mk misspelling correction Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 04:50:18 UTC 2012 Responsible-Changed-Why: bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165125 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 07:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D817C106564A for ; Tue, 14 Feb 2012 07:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9F048FC12 for ; Tue, 14 Feb 2012 07:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E7e8M8066541 for ; Tue, 14 Feb 2012 07:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E7e889066540; Tue, 14 Feb 2012 07:40:08 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 07:40:08 GMT Resent-Message-Id: <201202140740.q1E7e889066540@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6EF1065674 for ; Tue, 14 Feb 2012 07:36:59 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id B400E8FC13 for ; Tue, 14 Feb 2012 07:36:58 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 4F50312F; Tue, 14 Feb 2012 15:33:35 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2CDE312E; Tue, 14 Feb 2012 15:33:35 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q1E7ausN042785; Tue, 14 Feb 2012 15:36:56 +0800 (CST) (envelope-from jyyou) Message-Id: <201202140736.q1E7ausN042785@csduty.cs.nctu.edu.tw> Date: Tue, 14 Feb 2012 15:36:56 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jlaffaye@FreeBSD.org Subject: ports/165126: [PATCH] irc/libircclient: update to 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 07:40:08 -0000 >Number: 165126 >Category: ports >Synopsis: [PATCH] irc/libircclient: update to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 07:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: - Update to 1.6 Port maintainer (jlaffaye@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libircclient-1.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/libircclient/Makefile /amd/gcs/98/9855518/src/ports/irc/libircclient/Makefile --- /usr/ports/irc/libircclient/Makefile 2011-06-09 00:52:30.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/irc/libircclient/Makefile 2012-02-14 15:18:15.206792000 +0800 @@ -6,14 +6,33 @@ # PORTNAME= libircclient -PORTVERSION= 1.3 +PORTVERSION= 1.6 CATEGORIES= irc devel MASTER_SITES= SF MAINTAINER= jlaffaye@FreeBSD.org COMMENT= An IRC library to create IRC clients +OPTIONS= SSL "Build with SSL Support" on \ + IPV6 "Build with IPv6 Support" on + +USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-shared + +.if !defined(WITHOUT_SSL) +CONFIGURE_ARGS+= --enable-openssl +.endif + +.if !defined(WITHOUT_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.endif + +post-patch: + ${REINPLACE_CMD} \ + -e 's/CFLAGS -fpic/CFLAGS -fPIC/' \ + -e 's/TARGET="shared"/TARGET="shared static"/' \ + ${WRKSRC}/configure do-build: @${MAKE} -C ${WRKSRC}/src/ @@ -25,6 +44,7 @@ @${INSTALL_DATA} ${WRKSRC}/include/libirc_options.h ${PREFIX}/include @${INSTALL_DATA} ${WRKSRC}/include/libirc_rfcnumeric.h ${PREFIX}/include @${INSTALL_DATA} ${WRKSRC}/src/libircclient.a ${PREFIX}/lib + @${INSTALL_LIB} ${WRKSRC}/src/libircclient.so ${PREFIX}/lib post-install: .if !defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/irc/libircclient/distinfo /amd/gcs/98/9855518/src/ports/irc/libircclient/distinfo --- /usr/ports/irc/libircclient/distinfo 2011-03-19 20:30:27.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/irc/libircclient/distinfo 2012-02-14 15:15:19.593683000 +0800 @@ -1,2 +1,2 @@ -SHA256 (libircclient-1.3.tar.gz) = 8c97284dd9352d3180851c334371e878580917b5b58916b96a13fab4b5c3f822 -SIZE (libircclient-1.3.tar.gz) = 284248 +SHA256 (libircclient-1.6.tar.gz) = 6c511923023398bcd7627cf3305054befacf6874203cb0de36bdbe658779e953 +SIZE (libircclient-1.6.tar.gz) = 392788 diff -ruN --exclude=CVS /usr/ports/irc/libircclient/pkg-plist /amd/gcs/98/9855518/src/ports/irc/libircclient/pkg-plist --- /usr/ports/irc/libircclient/pkg-plist 2009-01-11 03:46:20.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/irc/libircclient/pkg-plist 2012-02-14 15:15:19.603679000 +0800 @@ -4,6 +4,7 @@ include/libirc_options.h include/libirc_rfcnumeric.h lib/libircclient.a +lib/libircclient.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/censor.cpp @@ -11,18 +12,20 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircftp.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/irctest.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/spammer.c -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/ircmud -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/classes.html %%PORTDOCS%%%%DOCSDIR%%/doxygen.css %%PORTDOCS%%%%DOCSDIR%%/doxygen.png %%PORTDOCS%%%%DOCSDIR%%/files.html %%PORTDOCS%%%%DOCSDIR%%/functions.html %%PORTDOCS%%%%DOCSDIR%%/functions_vars.html %%PORTDOCS%%%%DOCSDIR%%/globals.html +%%PORTDOCS%%%%DOCSDIR%%/globals_0x6c.html %%PORTDOCS%%%%DOCSDIR%%/globals_defs.html %%PORTDOCS%%%%DOCSDIR%%/globals_func.html %%PORTDOCS%%%%DOCSDIR%%/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%/group__colors.html %%PORTDOCS%%%%DOCSDIR%%/group__common.html %%PORTDOCS%%%%DOCSDIR%%/group__conndisc.html %%PORTDOCS%%%%DOCSDIR%%/group__contexts.html @@ -47,9 +50,13 @@ %%PORTDOCS%%%%DOCSDIR%%/libirc__events_8h.html %%PORTDOCS%%%%DOCSDIR%%/libirc__options_8h.html %%PORTDOCS%%%%DOCSDIR%%/libirc__rfcnumeric_8h.html -%%PORTDOCS%%%%DOCSDIR%%/pages.html %%PORTDOCS%%%%DOCSDIR%%/libircclient_8h.html %%PORTDOCS%%%%DOCSDIR%%/modules.html %%PORTDOCS%%%%DOCSDIR%%/pagefaq.html +%%PORTDOCS%%%%DOCSDIR%%/pages.html %%PORTDOCS%%%%DOCSDIR%%/structirc__callbacks__t.html -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif +%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif +%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif +%%PORTDOCS%%%%DOCSDIR%%/tabs.css +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- libircclient-1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 07:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5163106566C; Tue, 14 Feb 2012 07:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B73D28FC12; Tue, 14 Feb 2012 07:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E7eJN3066721; Tue, 14 Feb 2012 07:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E7eJHD066717; Tue, 14 Feb 2012 07:40:19 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 07:40:19 GMT Message-Id: <201202140740.q1E7eJHD066717@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165126: [PATCH] irc/libircclient: update to 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 07:40:20 -0000 Synopsis: [PATCH] irc/libircclient: update to 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 07:40:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165126 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 08:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0700106566C for ; Tue, 14 Feb 2012 08:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88F328FC19 for ; Tue, 14 Feb 2012 08:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E80PUo085004 for ; Tue, 14 Feb 2012 08:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E80PG4085003; Tue, 14 Feb 2012 08:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 08:00:25 GMT Resent-Message-Id: <201202140800.q1E80PG4085003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F138F106566C for ; Tue, 14 Feb 2012 07:59:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DC7FE8FC12 for ; Tue, 14 Feb 2012 07:59:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1E7xT1w029353 for ; Tue, 14 Feb 2012 07:59:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1E7xTEi029352; Tue, 14 Feb 2012 07:59:29 GMT (envelope-from nobody) Message-Id: <201202140759.q1E7xTEi029352@red.freebsd.org> Date: Tue, 14 Feb 2012 07:59:29 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165127: net-p2p/amule-devel: update to SVN 10759 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 08:00:25 -0000 >Number: 165127 >Category: ports >Synopsis: net-p2p/amule-devel: update to SVN 10759 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 08:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_9 >Organization: >Environment: FreeBSD satanasso.local.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 04:35:57 CET 2012 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Update amule-devel to SVN 10759 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-01-31 12:36:26.000000000 +0100 +++ Makefile 2012-02-14 08:40:22.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= amule -PORTVERSION= 10708 +PORTVERSION= 10759 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel --- Makefile.man.orig 2011-12-25 17:15:35.000000000 +0100 +++ Makefile.man 2012-02-14 08:40:01.000000000 +0100 @@ -1,4 +1,4 @@ -MANLANG= "" de es fr hu it ru tr +MANLANG= "" de es fr hu it ru tr zh_TW .if !defined(WITHOUT_NLS) . if !defined(WITHOUT_MONOLITHIC) --- distinfo.orig 2012-01-31 12:36:27.000000000 +0100 +++ distinfo 2012-02-14 08:41:01.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (aMule-SVN-r10708.tar.bz2) = 7ce82489052f5f1a372eccd73397055124d13f5763da2a4c82c6d0466736279e -SIZE (aMule-SVN-r10708.tar.bz2) = 4561364 +SHA256 (aMule-SVN-r10759.tar.bz2) = 368c7127c36363e2d93b215400e0090933c6e68488f6d10cf3392f51968ca524 +SIZE (aMule-SVN-r10759.tar.bz2) = 4565501 --- pkg-plist.orig 2011-12-25 17:15:35.000000000 +0100 +++ pkg-plist 2012-02-14 08:40:01.000000000 +0100 @@ -163,6 +163,8 @@ @dirrmtry man/ru @dirrmtry man/tr/man1 @dirrmtry man/tr +@dirrmtry man/zh_TW/man1 +@dirrmtry man/zh_TW @dirrm %%DATADIR%%/skins %%WEBSERVER%%@dirrm %%DATADIR%%/webserver/default %%WEBSERVER%%@dirrm %%DATADIR%%/webserver >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 08:00:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 270B01065675; Tue, 14 Feb 2012 08:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECAEA8FC1B; Tue, 14 Feb 2012 08:00:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E80daQ085214; Tue, 14 Feb 2012 08:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E80d7p085210; Tue, 14 Feb 2012 08:00:39 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 08:00:39 GMT Message-Id: <201202140800.q1E80d7p085210@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165127: net-p2p/amule-devel: update to SVN 10759 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 08:00:40 -0000 Synopsis: net-p2p/amule-devel: update to SVN 10759 Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 08:00:39 UTC 2012 Responsible-Changed-Why: rene@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165127 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 08:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD0C1065670 for ; Tue, 14 Feb 2012 08:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6545D8FC13 for ; Tue, 14 Feb 2012 08:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E8o441037208 for ; Tue, 14 Feb 2012 08:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E8o4Fn037207; Tue, 14 Feb 2012 08:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 08:50:04 GMT Resent-Message-Id: <201202140850.q1E8o4Fn037207@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Axel Gonzalez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5E2106566B for ; Tue, 14 Feb 2012 08:41:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 593FD8FC13 for ; Tue, 14 Feb 2012 08:41:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1E8fb4L001028 for ; Tue, 14 Feb 2012 08:41:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1E8fbZF001027; Tue, 14 Feb 2012 08:41:37 GMT (envelope-from nobody) Message-Id: <201202140841.q1E8fbZF001027@red.freebsd.org> Date: Tue, 14 Feb 2012 08:41:37 GMT From: Axel Gonzalez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165128: [patch] audio/madplay dependency on esound X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 08:50:04 -0000 >Number: 165128 >Category: ports >Synopsis: [patch] audio/madplay dependency on esound >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 08:50:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Axel Gonzalez >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD moonlight 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Feb 4 21:32:57 CST 2012 toor@moonlight:/usr/obj/usr/src/sys/LXCORE964 amd64 >Description: The option for esound dependency is reversed, building w/o esound actually builds with it >How-To-Repeat: Build with esound >Fix: Apply the patch --- Makefile.orig 2012-02-14 02:35:59.388726597 -0600 +++ Makefile 2012-02-14 02:40:19.861279691 -0600 @@ -44,9 +44,9 @@ .endif .if !defined(WITHOUT_ESOUND) -CONFIGURE_ARGS+= --without-esd -.else USE_GNOME+= esound +.else +CONFIGURE_ARGS+= --without-esd .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 08:50:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8227D1065672; Tue, 14 Feb 2012 08:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53A988FC15; Tue, 14 Feb 2012 08:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E8oFiG037495; Tue, 14 Feb 2012 08:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E8oF82037487; Tue, 14 Feb 2012 08:50:15 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 08:50:15 GMT Message-Id: <201202140850.q1E8oF82037487@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165128: [patch] audio/madplay dependency on esound X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 08:50:15 -0000 Synopsis: [patch] audio/madplay dependency on esound Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 08:50:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165128 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 09:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6AB1065674 for ; Tue, 14 Feb 2012 09:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB4138FC19 for ; Tue, 14 Feb 2012 09:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E9KAx4066996 for ; Tue, 14 Feb 2012 09:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9KAeU066995; Tue, 14 Feb 2012 09:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 09:20:10 GMT Resent-Message-Id: <201202140920.q1E9KAeU066995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D77B41065679 for ; Tue, 14 Feb 2012 09:15:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 02F6A8FC08 for ; Tue, 14 Feb 2012 09:15:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1E9F7g5071639 for ; Tue, 14 Feb 2012 09:15:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1E9F7oN071638; Tue, 14 Feb 2012 09:15:07 GMT (envelope-from nobody) Message-Id: <201202140915.q1E9F7oN071638@red.freebsd.org> Date: Tue, 14 Feb 2012 09:15:07 GMT From: jb To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165129: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 09:20:11 -0000 >Number: 165129 >Category: ports >Synopsis: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 09:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: jb >Release: FreeBSD 9.0-RELEASE #0 >Organization: >Environment: FreeBSD localhost.localdomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: After ports recompilation I can not start xfce4 / Xorg. # portupgrade -Rpv libxcb # portupgrade -Rpv libwnck I get this error msg: Shared object "libxcb-aux.so.0" not found, required by "libwnck-1.so.22" Here is ~/.startx.log. $ startx xauth: file /home/jb/.serverauth.2046 does not exist X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 9.0-RELEASE i386 Current Operating System: FreeBSD localhost.localdomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 03 December 2011 06:59:29AM Current version of pixman: 0.24.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 14 08:14:52 2012 (==) Using default built-in configuration (30 lines) (EE) Failed to load module "fbdev" (module does not exist, 0) Setting master /usr/local/bin/startxfce4: X server already running on display :0 Agent pid 2088 Shared object "libxcb-aux.so.0" not found, required by "libwnck-1.so.22"running 'ssh-agent -s -k' unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2088 killed; xinit: connection to X server lost waiting for X server to shut down Dropping master Indeed, the file(s) are missing. $ ls /usr/local/lib/libxcb-aux* ls: /usr/local/lib/libxcb-aux*: No such file or directory They were present before recompilation. $ locate libxcb-aux /usr/local/lib/libxcb-aux.a /usr/local/lib/libxcb-aux.la /usr/local/lib/libxcb-aux.so /usr/local/lib/libxcb-aux.so.0 $ ldd /usr/local/lib/libwnck-1.so.22 /usr/local/lib/libwnck-1.so.22: ... libxcb-aux.so.0 => not found (0) libxcb-event.so.1 => not found (0) libxcb-atom.so.1 => not found (0) ... $ ls /var/db/pkg | grep libxcb libxcb-1.7 $ ls /var/db/pkg | grep libwnck libwnck-2.30.6 >How-To-Repeat: Recompile libraries in question. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 09:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B36A1065674 for ; Tue, 14 Feb 2012 09:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC35D8FC12 for ; Tue, 14 Feb 2012 09:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E9e7gN089930 for ; Tue, 14 Feb 2012 09:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9e7oY089929; Tue, 14 Feb 2012 09:40:07 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 09:40:07 GMT Resent-Message-Id: <201202140940.q1E9e7oY089929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68792106566B for ; Tue, 14 Feb 2012 09:36:38 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 324F28FC16 for ; Tue, 14 Feb 2012 09:36:37 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id DD63467AD; Tue, 14 Feb 2012 17:35:34 +0800 (CST) Message-Id: <20120214093534.DD63467AD@sunpoet.net> Date: Tue, 14 Feb 2012 17:35:34 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bill.brinzer@gmail.com Subject: ports/165131: [PATCH] devel/p5-Capture-Tiny: update to 0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 09:40:08 -0000 >Number: 165131 >Category: ports >Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 09:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.16 Changes: http://search.cpan.org/dist/Capture-Tiny/Changes Port maintainer (bill.brinzer@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Capture-Tiny-0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Capture-Tiny/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 7 Feb 2012 07:31:39 -0000 1.7 +++ Makefile 14 Feb 2012 09:36:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Capture-Tiny -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Capture-Tiny/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 7 Feb 2012 07:31:39 -0000 1.7 +++ distinfo 14 Feb 2012 09:36:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (Capture-Tiny-0.15.tar.gz) = a3dd077f0a300d8d45d579812d99003ce536990231ae867e795ef1ebe7e9553e -SIZE (Capture-Tiny-0.15.tar.gz) = 27073 +SHA256 (Capture-Tiny-0.16.tar.gz) = f48456acb4ce9a0ba8898dad473e5b1e6b79d6c659f34b0a2486af8d91c61ae8 +SIZE (Capture-Tiny-0.16.tar.gz) = 27610 --- p5-Capture-Tiny-0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 09:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBD1106566B; Tue, 14 Feb 2012 09:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D59D28FC15; Tue, 14 Feb 2012 09:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1E9eIEk090124; Tue, 14 Feb 2012 09:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9eIfN090116; Tue, 14 Feb 2012 09:40:18 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 09:40:18 GMT Message-Id: <201202140940.q1E9eIfN090116@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165131: [PATCH] devel/p5-Capture-Tiny: update to 0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 09:40:19 -0000 Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.16 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 09:40:18 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165131 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 10:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E0D9106567C for ; Tue, 14 Feb 2012 10:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBEE8FC0A for ; Tue, 14 Feb 2012 10:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EA0Wqv007613 for ; Tue, 14 Feb 2012 10:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EA0WdN007612; Tue, 14 Feb 2012 10:00:32 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 10:00:32 GMT Message-Id: <201202141000.q1EA0WdN007612@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sayetsky Anton Cc: Subject: Re: ports/165129: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 10:00:32 -0000 The following reply was made to PR ports/165129; it has been noted by GNATS. From: Sayetsky Anton To: jb , bug-followup@freebsd.org Cc: Subject: Re: ports/165129: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) Date: Tue, 14 Feb 2012 11:26:18 +0200 2012/2/14 jb : > After ports recompilation I can not start xfce4 / Xorg. Did you read 20120116 entry in ports/UPDATING? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 12:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68274106566B for ; Tue, 14 Feb 2012 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EBFE8FC12 for ; Tue, 14 Feb 2012 12:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ECo4gx068456 for ; Tue, 14 Feb 2012 12:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ECo4na068455; Tue, 14 Feb 2012 12:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 12:50:04 GMT Resent-Message-Id: <201202141250.q1ECo4na068455@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Larsson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 627E5106566C for ; Tue, 14 Feb 2012 12:43:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 36FE88FC18 for ; Tue, 14 Feb 2012 12:43:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EChFI5034154 for ; Tue, 14 Feb 2012 12:43:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1EChFTq034148; Tue, 14 Feb 2012 12:43:15 GMT (envelope-from nobody) Message-Id: <201202141243.q1EChFTq034148@red.freebsd.org> Date: Tue, 14 Feb 2012 12:43:15 GMT From: Henrik Larsson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165133: ftp/proftpd: Unable to compile 1.3.4a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 12:50:04 -0000 >Number: 165133 >Category: ports >Synopsis: ftp/proftpd: Unable to compile 1.3.4a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 12:50:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Henrik Larsson >Release: 8.2 >Organization: >Environment: FreeBSD 8.2-STABLE /usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm unable to compile Proftpd 1.3.4a from ports. --cut-- cd lib/ && gmake lib gmake[1]: Går til katalog '/usr/ports/ftp/proftpd/work/proftpd-1.3.4a/lib' cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c pr_fnmatch.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c sstrncpy.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c strsep.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c vsnprintf.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c glibc-glob.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c glibc-hstrerror.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c glibc-mkstemp.c cc -DHAVE_CONFIG_H -DFREEBSD8_2 -DFREEBSD8 -I.. -I../include -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall -c pr-syslog.c In file included from ../include/conf.h:433, from pr-syslog.c:33: ./include/regexp.h:38:19: error: pcre.h: No such file or directory ./include/regexp.h:39:24: error: pcreposix.h: No such file or directory ./include/regexp.h:46:3: error: #error "pcre-7.0 or later required" In file included from ../include/conf.h:433, from pr-syslog.c:33: ./include/regexp.h:81: error: expected declaration specifiers or '...' before 'regmatch_t' gmake[1]: *** [pr-syslog.o] Fejl 1 gmake[1]: Forlader katalog '/usr/ports/ftp/proftpd/work/proftpd-1.3.4a/lib' gmake: *** [lib] Fejl 2 *** Error code 1 Stop in /usr/ports/ftp/proftpd. *** Error code 1 Stop in /usr/ports/ftp/proftpd. --cut-- It looks like it does search for the PCRE header files in "/usr/include" and not "/usr/local/include". >How-To-Repeat: portmaster ftp/proftpd >Fix: Fix the include path in Make script >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 12:50:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5761065673; Tue, 14 Feb 2012 12:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00EF68FC19; Tue, 14 Feb 2012 12:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ECoDFF068643; Tue, 14 Feb 2012 12:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ECoDIU068639; Tue, 14 Feb 2012 12:50:13 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 12:50:13 GMT Message-Id: <201202141250.q1ECoDIU068639@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165133: ftp/proftpd: Unable to compile 1.3.4a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 12:50:14 -0000 Synopsis: ftp/proftpd: Unable to compile 1.3.4a Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 12:50:13 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165133 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 13:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40BDE106566C for ; Tue, 14 Feb 2012 13:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1365C8FC21 for ; Tue, 14 Feb 2012 13:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EDo9oQ024942 for ; Tue, 14 Feb 2012 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDo95N024941; Tue, 14 Feb 2012 13:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 13:50:09 GMT Resent-Message-Id: <201202141350.q1EDo95N024941@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EEDA1065678 for ; Tue, 14 Feb 2012 13:47:00 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id B7C898FC1A for ; Tue, 14 Feb 2012 13:46:59 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.5/8.14.5) with ESMTP id q1EDkv45047807; Tue, 14 Feb 2012 14:46:57 +0100 (CET) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 14 Feb 2012 14:46:57 +0100 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 14 Feb 2012 14:46:57 +0100 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.5/8.14.5) with ESMTP id q1EDkvEZ024712; Tue, 14 Feb 2012 14:46:57 +0100 (CET) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.5/8.14.5/Submit) id q1EDkurX024711; Tue, 14 Feb 2012 14:46:56 +0100 (CET) (envelope-from olgeni) Message-Id: <201202141346.q1EDkurX024711@backoffice.colby.local> Date: Tue, 14 Feb 2012 14:46:56 +0100 (CET) From: Jimmy Olgeni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vivek@khera.org Subject: ports/165134: [PATCH] databases/slony1: update to 1.2.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 13:50:10 -0000 >Number: 165134 >Category: ports >Synopsis: [PATCH] databases/slony1: update to 1.2.23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 13:50:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #6: Fri Feb 10 22:03:50 CET 2012 >Description: - Update to 1.2.23 Port maintainer (vivek@khera.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- slony1-1.2.23.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/slony1/Makefile,v retrieving revision 1.45 diff -u -u -r1.45 Makefile --- Makefile 11 Jan 2011 13:38:36 -0000 1.45 +++ Makefile 14 Feb 2012 13:46:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= slony1 -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= databases MASTER_SITES= http://main.slony.info/downloads/1.2/source/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/slony1/distinfo,v retrieving revision 1.30 diff -u -u -r1.30 distinfo --- distinfo 11 Jan 2011 13:38:36 -0000 1.30 +++ distinfo 14 Feb 2012 13:46:01 -0000 @@ -1,4 +1,4 @@ -SHA256 (slony1-1.2.22.tar.bz2) = 10a792d844f4a17d8d96af24f7111dd9ff5043736160ff4fefc0a9ed26ec4c1a -SIZE (slony1-1.2.22.tar.bz2) = 935026 -SHA256 (slony1-1.2.22-docs.tar.bz2) = 23999ada8dc0faa92133ed6fe423c485f9b0108aaf5ed64e6a6aaf922acf33e6 -SIZE (slony1-1.2.22-docs.tar.bz2) = 235955 +SHA256 (slony1-1.2.23.tar.bz2) = 95001819778723ab34bdf32bba60c38751c7e936e7eceab3ff5f5e5b31b8fa07 +SIZE (slony1-1.2.23.tar.bz2) = 1071048 +SHA256 (slony1-1.2.23-docs.tar.bz2) = 4d4d8a5e6c4f0a259e12c78de72b6b1abced5f0902e51ce4cfdd1f4f0eeee988 +SIZE (slony1-1.2.23-docs.tar.bz2) = 234779 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/databases/slony1/pkg-plist,v retrieving revision 1.21 diff -u -u -r1.21 pkg-plist --- pkg-plist 11 Jan 2011 13:38:36 -0000 1.21 +++ pkg-plist 14 Feb 2012 13:46:01 -0000 @@ -4,6 +4,7 @@ lib/postgresql/slony1_funcs.so lib/postgresql/xxid.so etc/slon.conf-sample +%%PERLTOOLS%%etc/slon_tools.conf-sample sbin/slon-mkservice share/postgresql/slony1_base.sql share/postgresql/slony1_base.v74.sql @@ -27,6 +28,7 @@ %%PERLTOOLS%%sbin/slonik_build_env %%PERLTOOLS%%sbin/slonik_create_set %%PERLTOOLS%%sbin/slonik_drop_node +%%PERLTOOLS%%sbin/slonik_drop_sequence %%PERLTOOLS%%sbin/slonik_drop_set %%PERLTOOLS%%sbin/slonik_drop_table %%PERLTOOLS%%sbin/slonik_execute_script @@ -255,7 +257,6 @@ %%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html %%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html %%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html %%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-config-lock.html %%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html %%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html --- slony1-1.2.23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 13:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A7681065673 for ; Tue, 14 Feb 2012 13:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66A058FC1A for ; Tue, 14 Feb 2012 13:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EDoAQb024951 for ; Tue, 14 Feb 2012 13:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDoAeX024950; Tue, 14 Feb 2012 13:50:10 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 13:50:10 GMT Resent-Message-Id: <201202141350.q1EDoAeX024950@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bernhard Fröhlich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A79401065673 for ; Tue, 14 Feb 2012 13:47:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4CB8FC08 for ; Tue, 14 Feb 2012 13:47:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EDl34u095712 for ; Tue, 14 Feb 2012 13:47:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1EDl3OS095711; Tue, 14 Feb 2012 13:47:03 GMT (envelope-from nobody) Message-Id: <201202141347.q1EDl3OS095711@red.freebsd.org> Date: Tue, 14 Feb 2012 13:47:03 GMT From: Bernhard Fröhlich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165135: [PATCH] audio/decibel-audio-player: update to 1.08 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 13:50:10 -0000 >Number: 165135 >Category: ports >Synopsis: [PATCH] audio/decibel-audio-player: update to 1.08 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 13:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bernhard Fröhlich >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: FreeBSD vs1.bluelife.at 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 >Description: - Update to 1.08 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN -x CVS -x .svn /home/decke/dev/ports/audio/decibel-audio-player/Makefile /home/decke/rpdecke/audio/decibel-audio-player/Makefile --- /home/decke/dev/ports/audio/decibel-audio-player/Makefile 2011-04-26 11:04:44.000000000 +0200 +++ /home/decke/rpdecke/audio/decibel-audio-player/Makefile 2011-12-02 12:07:04.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= decibel-audio-player -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= audio multimedia gnome python MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ diff -ruN -x CVS -x .svn /home/decke/dev/ports/audio/decibel-audio-player/distinfo /home/decke/rpdecke/audio/decibel-audio-player/distinfo --- /home/decke/dev/ports/audio/decibel-audio-player/distinfo 2011-04-18 15:39:54.000000000 +0200 +++ /home/decke/rpdecke/audio/decibel-audio-player/distinfo 2011-12-02 12:07:04.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (decibel-audio-player-1.07.tar.gz) = 00959c3ab5d72eab4270649f915d8ab46d2941895858ff648f10ada9a044c9c1 -SIZE (decibel-audio-player-1.07.tar.gz) = 381877 +SHA256 (decibel-audio-player-1.08.tar.gz) = 90143fd95849ba8d8a7e78d16050d0e56c509a20ce17d3b2d26684245e0986c1 +SIZE (decibel-audio-player-1.08.tar.gz) = 372301 diff -ruN -x CVS -x .svn /home/decke/dev/ports/audio/decibel-audio-player/pkg-plist /home/decke/rpdecke/audio/decibel-audio-player/pkg-plist --- /home/decke/dev/ports/audio/decibel-audio-player/pkg-plist 2011-04-26 11:04:44.000000000 +0200 +++ /home/decke/rpdecke/audio/decibel-audio-player/pkg-plist 2011-12-02 12:07:04.000000000 +0100 @@ -18,23 +18,23 @@ %%DATADIR%%/pix/decibel-audio-player-64.png %%DATADIR%%/pix/decibel-audio-player.png %%DATADIR%%/pix/star-16.png -%%DATADIR%%/res/AudioCD.glade -%%DATADIR%%/res/Authentication.glade -%%DATADIR%%/res/AutoShuffle.glade -%%DATADIR%%/res/Covers.glade -%%DATADIR%%/res/DesktopNotification.glade -%%DATADIR%%/res/Equalizer.glade -%%DATADIR%%/res/FileExplorer.glade -%%DATADIR%%/res/HelpDlg.glade -%%DATADIR%%/res/IMStatus.glade -%%DATADIR%%/res/Library.glade -%%DATADIR%%/res/MainWindow.glade -%%DATADIR%%/res/Preferences.glade -%%DATADIR%%/res/Progress.glade -%%DATADIR%%/res/SelectPath.glade -%%DATADIR%%/res/StatusFile.glade -%%DATADIR%%/res/StatusIconMenu.glade -%%DATADIR%%/res/Twitter.glade +%%DATADIR%%/res/AudioCD.ui +%%DATADIR%%/res/Authentication.ui +%%DATADIR%%/res/AutoShuffle.ui +%%DATADIR%%/res/Covers.ui +%%DATADIR%%/res/DesktopNotification.ui +%%DATADIR%%/res/Equalizer.ui +%%DATADIR%%/res/FileExplorer.ui +%%DATADIR%%/res/HelpDlg.ui +%%DATADIR%%/res/IMStatus.ui +%%DATADIR%%/res/Library.ui +%%DATADIR%%/res/MainWindow.ui +%%DATADIR%%/res/Preferences.ui +%%DATADIR%%/res/Progress.ui +%%DATADIR%%/res/SelectPath.ui +%%DATADIR%%/res/StatusFile.ui +%%DATADIR%%/res/StatusIconMenu.ui +%%DATADIR%%/res/Twitter.ui %%DATADIR%%/src/decibel-audio-player.py %%DATADIR%%/src/gui/__init__.py %%DATADIR%%/src/gui/about.py >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 13:50:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44EFF106564A; Tue, 14 Feb 2012 13:50:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B59E8FC14; Tue, 14 Feb 2012 13:50:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EDoY9V026953; Tue, 14 Feb 2012 13:50:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDoYC1026943; Tue, 14 Feb 2012 13:50:34 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 13:50:34 GMT Message-Id: <201202141350.q1EDoYC1026943@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, olgeni@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165134: [PATCH] databases/slony1: update to 1.2.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 13:50:35 -0000 Synopsis: [PATCH] databases/slony1: update to 1.2.23 Responsible-Changed-From-To: freebsd-ports-bugs->olgeni Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 13:50:34 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165134 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 13:50:49 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C316106564A; Tue, 14 Feb 2012 13:50:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 329298FC1F; Tue, 14 Feb 2012 13:50:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EDonWh028828; Tue, 14 Feb 2012 13:50:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDonXr028819; Tue, 14 Feb 2012 13:50:49 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 13:50:49 GMT Message-Id: <201202141350.q1EDonXr028819@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, decke@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165135: [PATCH] audio/decibel-audio-player: update to 1.08 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 13:50:49 -0000 Synopsis: [PATCH] audio/decibel-audio-player: update to 1.08 Responsible-Changed-From-To: freebsd-ports-bugs->decke Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 13:50:48 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165135 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 14:00:39 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232661065674 for ; Tue, 14 Feb 2012 14:00:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F3A6F8FC14 for ; Tue, 14 Feb 2012 14:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EE0cH0033745 for ; Tue, 14 Feb 2012 14:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EE0c86033740; Tue, 14 Feb 2012 14:00:38 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 14:00:38 GMT Resent-Message-Id: <201202141400.q1EE0c86033740@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bernhard Fröhlich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB7191065670 for ; Tue, 14 Feb 2012 14:00:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8F17F8FC12 for ; Tue, 14 Feb 2012 14:00:10 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EE0AYG013860 for ; Tue, 14 Feb 2012 14:00:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1EE0A36013859; Tue, 14 Feb 2012 14:00:10 GMT (envelope-from nobody) Message-Id: <201202141400.q1EE0A36013859@red.freebsd.org> Date: Tue, 14 Feb 2012 14:00:10 GMT From: Bernhard Fröhlich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165136: [REPOCOPY] devel/kBuild -> devel/kBuild-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 14:00:39 -0000 >Number: 165136 >Category: ports >Synopsis: [REPOCOPY] devel/kBuild -> devel/kBuild-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 14:00:38 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bernhard Fröhlich >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Please repo-copy devel/kBuild to devel/kBuild-devel. Once the repo-copies are done we will update emulators/virtualbox-ose to 4.1.8 and emulators/virtualbox-ose-legacy to 4.0.16. Discussed with: gahr@ (kBuild maintainer) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 14:00:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36D60106564A; Tue, 14 Feb 2012 14:00:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D2818FC17; Tue, 14 Feb 2012 14:00:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EE0nVT034376; Tue, 14 Feb 2012 14:00:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EE0nuT034368; Tue, 14 Feb 2012 14:00:49 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 14:00:49 GMT Message-Id: <201202141400.q1EE0nuT034368@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165136: [REPOCOPY] devel/kBuild -> devel/kBuild-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 14:00:50 -0000 Synopsis: [REPOCOPY] devel/kBuild -> devel/kBuild-devel Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 14:00:49 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165136 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 14:59:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9B761065672; Tue, 14 Feb 2012 14:59:54 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8AA8FC0C; Tue, 14 Feb 2012 14:59:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EExs65088575; Tue, 14 Feb 2012 14:59:54 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EExs6C088571; Tue, 14 Feb 2012 14:59:54 GMT (envelope-from scheidell) Date: Tue, 14 Feb 2012 14:59:54 GMT Message-Id: <201202141459.q1EExs6C088571@freefall.freebsd.org> To: rnejdl@ringofsaturn.com, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164841: Update port deskutils/calibre to 0.8.38 and fix Python conflict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 14:59:54 -0000 Synopsis: Update port deskutils/calibre to 0.8.38 and fix Python conflict State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Tue Feb 14 14:59:54 UTC 2012 State-Changed-Why: Q and suggestion. why not make it work 'genericly' with python 2.7+, but mark it 'conflicts' with 3* ? http://www.freebsd.org/cgi/query-pr.cgi?pr=164841 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:00:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ECEC1065679 for ; Tue, 14 Feb 2012 15:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 494BF8FC1F for ; Tue, 14 Feb 2012 15:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EF0MAJ088653 for ; Tue, 14 Feb 2012 15:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EF0M9q088652; Tue, 14 Feb 2012 15:00:22 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 15:00:22 GMT Resent-Message-Id: <201202141500.q1EF0M9q088652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D540A106566C; Tue, 14 Feb 2012 14:51:49 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 935AF8FC17; Tue, 14 Feb 2012 14:51:49 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1EEph3Y023730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 09:51:43 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EEpaWI012581; Tue, 14 Feb 2012 09:51:36 -0500 (EST) (envelope-from steve) Message-Id: <201202141451.q1EEpaWI012581@meatwad.mouf.net> Date: Tue, 14 Feb 2012 09:51:36 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sahil@FreeBSD.org Subject: ports/165137: [PATCH] devel/p5-ExtUtils-CChecker: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:00:22 -0000 >Number: 165137 >Category: ports >Synopsis: [PATCH] devel/p5-ExtUtils-CChecker: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 15:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (sahil@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-ExtUtils-CChecker-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-ExtUtils-CChecker/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 7 May 2011 04:12:30 -0000 1.6 +++ Makefile 14 Feb 2012 14:51:20 -0000 @@ -14,6 +14,8 @@ MAINTAINER= sahil@FreeBSD.org COMMENT= Configure-time utilities for using C headers, libraries, OS features +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + PERL_CONFIGURE= yes MAN3= ExtUtils::CChecker.3 --- p5-ExtUtils-CChecker-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 878DE106564A; Tue, 14 Feb 2012 15:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE2B8FC16; Tue, 14 Feb 2012 15:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EF0XgW088856; Tue, 14 Feb 2012 15:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EF0XWA088851; Tue, 14 Feb 2012 15:00:33 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 15:00:33 GMT Message-Id: <201202141500.q1EF0XWA088851@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sahil@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165137: [PATCH] devel/p5-ExtUtils-CChecker: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:00:33 -0000 Synopsis: [PATCH] devel/p5-ExtUtils-CChecker: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->sahil Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 15:00:32 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165137 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:13:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66DE91065670; Tue, 14 Feb 2012 15:13:14 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB8E8FC0A; Tue, 14 Feb 2012 15:13:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EFDEiB006424; Tue, 14 Feb 2012 15:13:14 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EFDDdC006420; Tue, 14 Feb 2012 15:13:13 GMT (envelope-from scheidell) Date: Tue, 14 Feb 2012 15:13:13 GMT Message-Id: <201202141513.q1EFDDdC006420@freefall.freebsd.org> To: otacilio.neto@ee.ufcg.edu.br, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165121: Change-request to port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:13:14 -0000 Synopsis: Change-request to port State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Tue Feb 14 15:12:46 UTC 2012 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=165121 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:16:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C6D106564A; Tue, 14 Feb 2012 15:16:33 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED7588FC17; Tue, 14 Feb 2012 15:16:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EFGWJq008049; Tue, 14 Feb 2012 15:16:32 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EFGWFJ008045; Tue, 14 Feb 2012 15:16:32 GMT (envelope-from scheidell) Date: Tue, 14 Feb 2012 15:16:32 GMT Message-Id: <201202141516.q1EFGWFJ008045@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165121: [MAINTAINER UPDATE] cad/p5-Verilog-Perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:16:33 -0000 Old Synopsis: Change-request to port New Synopsis: [MAINTAINER UPDATE] cad/p5-Verilog-Perl Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: scheidell Class-Changed-When: Tue Feb 14 15:14:15 UTC 2012 Class-Changed-Why: Change to maintainer-update. fyi: your patch is not against current makefile in mirror. Anytime you see this, you do not have current makefile from mirror: -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.9 2010/01/18 00:57:34 pgollucci Exp $ +# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.10 2010/07/23 14:33:24 sylvio Exp $ http://www.freebsd.org/cgi/query-pr.cgi?pr=165121 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ACE11065674 for ; Tue, 14 Feb 2012 15:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D04C88FC14 for ; Tue, 14 Feb 2012 15:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EFKBsK008718 for ; Tue, 14 Feb 2012 15:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EFKB9c008717; Tue, 14 Feb 2012 15:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 15:20:11 GMT Resent-Message-Id: <201202141520.q1EFKB9c008717@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D333106566C for ; Tue, 14 Feb 2012 15:14:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F016A8FC13 for ; Tue, 14 Feb 2012 15:14:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EFE2Mr051464 for ; Tue, 14 Feb 2012 15:14:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1EFE2NV051463; Tue, 14 Feb 2012 15:14:02 GMT (envelope-from nobody) Message-Id: <201202141514.q1EFE2NV051463@red.freebsd.org> Date: Tue, 14 Feb 2012 15:14:02 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165138: russian/fortuneru: doesn't install files for other popular encodings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:20:12 -0000 >Number: 165138 >Category: ports >Synopsis: russian/fortuneru: doesn't install files for other popular encodings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 15:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9 >Organization: None >Environment: FreeBSD green.tandem.local 9.0-STABLE FreeBSD 9.0-STABLE #1 r231573: Mon Feb 13 17:25:48 EET 2012 arcade@green.tandem.local:/usr/obj/usr/src/sys/MINIMAL_4BSD amd64 >Description: Some ports like russian/fortune-bashorgru install two versions of fortunes: one in KOI8-R encoding and one in UTF-8. the fortune intself can't recode data inplace, so there's a possibility to. 1. Provide UTF-8 data. 2. Recode fortune output. I personally prefer to have original files in UTF-8 and recode them to any locale when needed. Can I adjust this port to contain not only KOI8-R version but a UTF-8 one too? I'll postpone this for now. In one week if maintainer wouldn't come out I'll try to compose a patch. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE2041065675; Tue, 14 Feb 2012 15:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A45498FC19; Tue, 14 Feb 2012 15:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EFKLVB008915; Tue, 14 Feb 2012 15:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EFKL4Y008911; Tue, 14 Feb 2012 15:20:21 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 15:20:21 GMT Message-Id: <201202141520.q1EFKL4Y008911@freefall.freebsd.org> To: c.kworr@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165138: russian/fortuneru: doesn't install files for other popular encodings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:20:21 -0000 Synopsis: russian/fortuneru: doesn't install files for other popular encodings State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 15:20:21 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165138 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 15:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A08C1065674 for ; Tue, 14 Feb 2012 15:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57FE38FC1A for ; Tue, 14 Feb 2012 15:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EFUBwk017714 for ; Tue, 14 Feb 2012 15:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EFUBsK017711; Tue, 14 Feb 2012 15:30:11 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 15:30:11 GMT Message-Id: <201202141530.q1EFUBsK017711@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165138: russian/fortuneru: doesn't install files for other popular encodings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 15:30:11 -0000 The following reply was made to PR ports/165138; it has been noted by GNATS. From: Edwin Groothuis To: obezpalko@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165138: russian/fortuneru: doesn't install files for other popular encodings Date: Tue, 14 Feb 2012 15:20:19 UT Maintainer of russian/fortuneru, Please note that PR ports/165138 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165138 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 16:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCBD1065673 for ; Tue, 14 Feb 2012 16:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D42558FC0A for ; Tue, 14 Feb 2012 16:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EGUBxY072944 for ; Tue, 14 Feb 2012 16:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EGUB6l072943; Tue, 14 Feb 2012 16:30:11 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 16:30:11 GMT Resent-Message-Id: <201202141630.q1EGUB6l072943@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7CE410656A6 for ; Tue, 14 Feb 2012 16:25:10 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id 353E78FC1D for ; Tue, 14 Feb 2012 16:25:09 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.5/8.14.5) with ESMTP id q1EGP1qb051909; Tue, 14 Feb 2012 17:25:01 +0100 (CET) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 14 Feb 2012 17:25:01 +0100 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 14 Feb 2012 17:25:00 +0100 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.5/8.14.5) with ESMTP id q1EGP0h7055767; Tue, 14 Feb 2012 17:25:00 +0100 (CET) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.5/8.14.5/Submit) id q1EGP0sQ055764; Tue, 14 Feb 2012 17:25:00 +0100 (CET) (envelope-from olgeni) Message-Id: <201202141625.q1EGP0sQ055764@backoffice.colby.local> Date: Tue, 14 Feb 2012 17:25:00 +0100 (CET) From: Jimmy Olgeni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erik@bz.bzflag.bz Subject: ports/165141: [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 16:30:12 -0000 >Number: 165141 >Category: ports >Synopsis: [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 16:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #6: Fri Feb 10 22:03:50 CET 2012 >Description: Manpages Object.3 and Preserve.3 conflict with Tcl manpages having the same name; usually one does not notice since Tcl manpages are not installed by default. I would suggest to rename Itcl manpages using their full names to avoid the conflict. Port maintainer (erik@bz.bzflag.bz) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- itcl-3.4b1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/itcl/Makefile,v retrieving revision 1.51 diff -u -u -r1.51 Makefile --- Makefile 1 Dec 2010 23:12:15 -0000 1.51 +++ Makefile 14 Feb 2012 16:22:47 -0000 @@ -7,6 +7,7 @@ PORTNAME= itcl PORTVERSION= 3.4b1 +PORTREVISION= 1 CATEGORIES= lang tcl MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4 DISTNAME= itcl${PORTVERSION} @@ -34,7 +35,7 @@ MANCOMPRESSED= no MANN= body.n class.n code.n configbody.n delete.n ensemble.n find.n MANN+= is.n itcl.n itclvars.n local.n scope.n -MAN3= RegisterC.3 Stack.3 Class.3 List.3 Object.3 Preserve.3 +MAN3= Itcl_RegisterC.3 Itcl_Stack.3 Itcl_Class.3 Itcl_List.3 Itcl_Object.3 Itcl_Preserve.3 ITCL_LIB_FILE= ${ITCL_LIB}.${SHLIB_MAJOR} @@ -46,6 +47,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.n ${PREFIX}/man/mann/ - ${INSTALL_DATA} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3/ +.for FILE in ${MAN3} + ${INSTALL_DATA} ${WRKSRC}/doc/${FILE:S/Itcl_//} ${PREFIX}/man/man3/${FILE} +.endfor .include --- itcl-3.4b1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 16:30:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81455106564A; Tue, 14 Feb 2012 16:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 576748FC15; Tue, 14 Feb 2012 16:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EGUOGv073723; Tue, 14 Feb 2012 16:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EGUOY1073709; Tue, 14 Feb 2012 16:30:24 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 16:30:24 GMT Message-Id: <201202141630.q1EGUOY1073709@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, olgeni@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165141: [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 16:30:24 -0000 Synopsis: [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85 Responsible-Changed-From-To: freebsd-ports-bugs->olgeni Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 16:30:23 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165141 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 16:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A57411065678 for ; Tue, 14 Feb 2012 16:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 675D08FC12 for ; Tue, 14 Feb 2012 16:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EGoCpr093320 for ; Tue, 14 Feb 2012 16:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EGoC5P093319; Tue, 14 Feb 2012 16:50:12 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 16:50:12 GMT Resent-Message-Id: <201202141650.q1EGoC5P093319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDBB1106566C; Tue, 14 Feb 2012 16:49:32 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5098FC0C; Tue, 14 Feb 2012 16:49:32 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1EGnPc6024781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 11:49:26 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EGnNCh009981; Tue, 14 Feb 2012 11:49:23 -0500 (EST) (envelope-from steve) Message-Id: <201202141649.q1EGnNCh009981@meatwad.mouf.net> Date: Tue, 14 Feb 2012 11:49:23 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/165142: [PATCH] devel/p5-MooseX-Params-Validate: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 16:50:12 -0000 >Number: 165142 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Params-Validate: add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 16:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Params-Validate-0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Params-Validate/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jan 2012 17:38:33 -0000 1.6 +++ Makefile 14 Feb 2012 16:49:01 -0000 @@ -18,6 +18,7 @@ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal PERL_CONFIGURE= yes --- p5-MooseX-Params-Validate-0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 16:50:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01CD3106564A; Tue, 14 Feb 2012 16:50:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC2998FC13; Tue, 14 Feb 2012 16:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EGoMKA093745; Tue, 14 Feb 2012 16:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EGoMwB093739; Tue, 14 Feb 2012 16:50:22 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 16:50:22 GMT Message-Id: <201202141650.q1EGoMwB093739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165142: [PATCH] devel/p5-MooseX-Params-Validate: add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 16:50:23 -0000 Synopsis: [PATCH] devel/p5-MooseX-Params-Validate: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 16:50:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165142 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 17:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57A16106567B for ; Tue, 14 Feb 2012 17:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 177198FC16 for ; Tue, 14 Feb 2012 17:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EHABPA010595 for ; Tue, 14 Feb 2012 17:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EHABFT010594; Tue, 14 Feb 2012 17:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 17:10:11 GMT Resent-Message-Id: <201202141710.q1EHABFT010594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C27B0106567F for ; Tue, 14 Feb 2012 17:06:15 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 83EBB8FC17 for ; Tue, 14 Feb 2012 17:06:15 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.5/8.14.4) with ESMTP id q1EH6ECN001646; Tue, 14 Feb 2012 17:06:14 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.5/8.14.5/Submit) id q1EH6EN7001645; Tue, 14 Feb 2012 17:06:14 GMT (envelope-from pgollucci) Message-Id: <201202141706.q1EH6EN7001645@frieza.p6m7g8.net> Date: Tue, 14 Feb 2012 17:06:14 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: apache@FreeBSD.org Subject: ports/165143: [PATCH] devel/apr: CVE / Update / exp-run / shlib bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:10:12 -0000 >Number: 165143 >Category: ports >Synopsis: [PATCH] devel/apr: CVE / Update / exp-run / shlib bump >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 17:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-RELEASE amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-RELEASE FreeBSD 9.0-RELEASE #1 r230510M: Wed Feb 27 17:41:35 UTC >Description: ldap patch is now upstream Removed file(s): - files/patch-apr_ldap_rebind.c Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- apr-1.4.6.1.4.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/apr1/Makefile,v retrieving revision 1.118 diff -u -u -r1.118 Makefile --- Makefile 23 Jan 2012 22:48:54 -0000 1.118 +++ Makefile 14 Feb 2012 17:02:03 -0000 @@ -30,8 +30,8 @@ SQLITE "Enable SQLite3 support in apr-util" off \ DEVRANDOM "Use /dev/random or compatible in apr" on -APR_VERSION= 1.4.5 -APU_VERSION= 1.3.12 +APR_VERSION= 1.4.6 +APU_VERSION= 1.4.1 USE_ICONV= yes USE_AUTOTOOLS= automake autoconf libtool:env @@ -48,7 +48,7 @@ PLIST_SUB= SHLIB_APR_MAJOR="${SHLIB_APR_MAJOR}" SHLIB_APU_MAJOR="${SHLIB_APU_MAJOR}" SHLIB_APR_MAJOR= 4 -SHLIB_APU_MAJOR= 3 +SHLIB_APU_MAJOR= 4 APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1 APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ @@ -60,11 +60,6 @@ ########## APR Options .if defined(WITHOUT_THREADS) APR_CONF_ARGS+= --disable-threads -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nothr -.else -PKGNAMESUFFIX= -nothr -.endif .else APR_CONF_ARGS+= --enable-threads .endif @@ -73,22 +68,12 @@ APR_CONF_ARGS+= --disable-ipv6 .else APR_CONF_ARGS+= --enable-ipv6 -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ipv6 -.else -PKGNAMESUFFIX= -ipv6 -.endif .endif .if defined(WITHOUT_DEVRANDOM) APR_CONF_ARGS+= --without-devrandom .else APR_CONF_ARGS+= --with-devrandom -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom -.else -PKGNAMESUFFIX= -devrandom -.endif .endif ######### APR-Util Options @@ -100,11 +85,6 @@ APU_EXTRAS= yes LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm APU_CONF_ARGS+= --with-gdbm=${LOCALBASE} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gdbm -.else -PKGNAMESUFFIX= -gdbm -.endif .endif .if defined(WITHOUT_BDB) @@ -115,22 +95,12 @@ PLIST_SUB+= BDB="" USE_BDB= 42+ APU_CONF_ARGS+= --with-berkeley-db=${BDB_INCLUDE_DIR}:${BDB_LIB_DIR} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-${BDB_INCLUDE_DIR:S,^${LOCALBASE}/include/,,} -.else -PKGNAMESUFFIX= -${BDB_INCLUDE_DIR:S,^${LOCALBASE}/include/,,} -.endif .endif .if defined(WITH_NDBM) APU_EXTRAS= yes PLIST_SUB+= NDBM="" APU_CONF_ARGS+= --with-ndbm=/usr -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ndbm -.else -PKGNAMESUFFIX= -ndbm -.endif .else PLIST_SUB+= NDBM="@comment " APU_CONF_ARGS+= --without-ndbm @@ -142,11 +112,6 @@ USE_OPENLDAP= yes APU_CONF_ARGS+= --with-ldap-include=${LOCALBASE}/include \ --with-ldap-lib=${LOCALBASE}/lib --with-ldap=ldap -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-ldap${OPENLDAP_VER} -.else -PKGNAMESUFFIX= -ldap -.endif .else PLIST_SUB+= LDAP="@comment " APU_CONF_ARGS+= --without-ldap @@ -160,11 +125,6 @@ CONFIGURE_ENV+= LIBS="${LIBS}" CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H LDFLAGS+= -L${LOCALBASE}/lib/mysql -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-mysql${MYSQL_VER} -.else -PKGNAMESUFFIX= -mysql -.endif .else PLIST_SUB+= MYSQL="@comment " APU_CONF_ARGS+= --without-mysql @@ -176,11 +136,6 @@ USE_PGSQL= YES APU_CONF_ARGS+= --with-pgsql=${LOCALBASE} CONFIGURE_ENV+= ac_cv_path_PGSQL_CONFIG="" -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-pgsql${PGSQL_VER} -.else -PKGNAMESUFFIX= -pgsql -.endif .else PLIST_SUB+= PGSQL="@comment " APU_CONF_ARGS+= --without-pgsql @@ -191,11 +146,6 @@ PLIST_SUB+= SQLITE3="" USE_SQLITE= YES APU_CONF_ARGS+= --with-sqlite3=${LOCALBASE} -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-sqlite3 -.else -PKGNAMESUFFIX= -sqlite3 -.endif .else APU_CONF_ARGS+= --without-sqlite3 PLIST_SUB+= SQLITE3="@comment " Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/apr1/distinfo,v retrieving revision 1.29 diff -u -u -r1.29 distinfo --- distinfo 22 May 2011 21:31:16 -0000 1.29 +++ distinfo 14 Feb 2012 16:50:13 -0000 @@ -1,4 +1,4 @@ -SHA256 (apr-1.4.5.tar.gz) = 7323d5f72d6bddf7d1ecb63e4326df82a66210018bb2f1e8f6d97357e68302df -SIZE (apr-1.4.5.tar.gz) = 994320 -SHA256 (apr-util-1.3.12.tar.gz) = 815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8 -SIZE (apr-util-1.3.12.tar.gz) = 769076 +SHA256 (apr-1.4.6.tar.gz) = 538d593d805c36985fc6d200d31bf6c1b5f90df2a50b917902743a13bbc10e05 +SIZE (apr-1.4.6.tar.gz) = 982243 +SHA256 (apr-util-1.4.1.tar.gz) = d636d9ef95c6e50e47fc338d532aa375edd11e5d7a3c30dee48beb38ddf4ab4c +SIZE (apr-util-1.4.1.tar.gz) = 774770 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/apr1/pkg-plist,v retrieving revision 1.24 diff -u -u -r1.24 pkg-plist --- pkg-plist 18 May 2010 04:00:26 -0000 1.24 +++ pkg-plist 14 Feb 2012 17:02:41 -0000 @@ -11,6 +11,7 @@ include/apr-1/apr_atomic.h include/apr-1/apr_base64.h include/apr-1/apr_buckets.h +include/apr-1/apr_crypto.h include/apr-1/apr_date.h include/apr-1/apr_dbd.h include/apr-1/apr_dbm.h @@ -70,6 +71,7 @@ include/apr-1/apr_xlate.h include/apr-1/apr_xml.h include/apr-1/apu.h +include/apr-1/apu_errno.h include/apr-1/apu_version.h include/apr-1/apu_want.h libdata/pkgconfig/apr-1.pc Index: files/patch-apr_hints.m4 =================================================================== RCS file: /home/ncvs/ports/devel/apr1/files/patch-apr_hints.m4,v retrieving revision 1.23 diff -u -u -r1.23 patch-apr_hints.m4 --- files/patch-apr_hints.m4 22 May 2011 21:31:16 -0000 1.23 +++ files/patch-apr_hints.m4 14 Feb 2012 16:56:37 -0000 @@ -1,5 +1,5 @@ ---- apr-1.4.5/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 -+++ apr-1.4.5/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 +--- apr-1.4.6/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004 ++++ apr-1.4.6/build/apr_hints.m4 Wed Oct 27 11:25:32 2004 @@ -159,11 +159,7 @@ ;; *-freebsd*) Index: files/patch-apr_ldap_rebind.c =================================================================== RCS file: files/patch-apr_ldap_rebind.c diff -N files/patch-apr_ldap_rebind.c --- files/patch-apr_ldap_rebind.c 19 Jun 2011 10:27:11 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ ---- apr-util-1.3.12/ldap/apr_ldap_rebind.c.orig 2011-06-18 14:42:15.000000000 +0000 -+++ apr-util-1.3.12/ldap/apr_ldap_rebind.c 2011-06-18 14:42:28.000000000 +0000 -@@ -81,11 +81,11 @@ - get_apd - #endif - -+#if APR_HAS_THREADS - /* run after apr_thread_mutex_create cleanup */ - apr_pool_cleanup_register(pool, &apr_ldap_xref_lock, apr_ldap_pool_cleanup_set_null, - apr_pool_cleanup_null); - --#if APR_HAS_THREADS - if (apr_ldap_xref_lock == NULL) { - retcode = apr_thread_mutex_create(&apr_ldap_xref_lock, APR_THREAD_MUTEX_DEFAULT, pool); - } --- apr-1.4.6.1.4.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 17:12:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 888F810657C2; Tue, 14 Feb 2012 17:12:01 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 560C18FC14; Tue, 14 Feb 2012 17:12:01 +0000 (UTC) Received: by daec6 with SMTP id c6so162718dae.13 for ; Tue, 14 Feb 2012 09:12:00 -0800 (PST) Received: by 10.68.226.98 with SMTP id rr2mr60155214pbc.115.1329239520081; Tue, 14 Feb 2012 09:12:00 -0800 (PST) Received: from dormouse.experts-exchange.com ([72.29.164.238]) by mx.google.com with ESMTPS id g6sm4650295pbq.6.2012.02.14.09.11.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Feb 2012 09:11:58 -0800 (PST) Sender: Jason Helfman Date: Tue, 14 Feb 2012 09:10:56 -0800 From: Jason Helfman To: David Demelier Message-ID: <20120214171056.GB23952@dormouse.experts-exchange.com> References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4F38E0B8.6070808@gmail.com> X-Operating-System: FreeBSD 8.2-RELEASE amd64 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQkyk+R6ayY6JQB2wwXFXDmdnsP2hJHC6nZTqrud94HGluE0IKn5qK8NM9sUDfMFHwMrkd1X Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:12:01 -0000 On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus spake: >On 12/02/2012 07:01, Jason Helfman wrote: >> On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >>> On 11/02/2012 00:07, Jason Helfman wrote: >>>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>>> >>>>>> State-Changed-From-To: closed->open >>>>>> State-Changed-By: miwi >>>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>>> State-Changed-Why: >>>>>> reopen >>>>>> >>>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>>> >>>>> Mmm, maybe this PR will be committed in 2049. >>>>> >>>>> -- >>>>> David Demelier >>>> >>>> In miwi defense , he had asked regarding compiler errors back on July >>>> 2nd. >>>> Only a couple of days after it was submitted, and there was no reply to >>>> that >>>> request. It seems either it is the same issue, or maybe a new issue. The >>>> old >>>> log wasn't available for compariso or analysis. >>>> >>>> I did a fresh build here, and recevied compiler errors across the board. >>>> >>>> https://redports.org/buildarchive/20120210234431-57597/ >>>> >>>> -jgh >>>> >>> >>> Are you sure ? >>> >>> From miwi the 02/07/2011 but I agree with you there was no feedback >>> because I only replied to miwi@ and forgot to cc the PR email. >>> >>> -- Message from miwi 02/07/2011 16:13 -- >>> >>> think we can try that :) will test and report to you back. >>> >>> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >>> wrote: >>> >>> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >>> >>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>> >>> State-Changed-From-To: open->feedback >>> State-Changed-By: miwi >>> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >>> State-Changed-Why: >>> build failed >>> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>> >>> >>> Hi, I'm not used to QT components, could you try to add >>> "opengl_build" in the QT_COMPONENTS= variable ? >>> >> >> Same error: >> http://redports.org/buildarchive/20120211185111-33188/ >> >> -jgh > >I updated the port to 0.8.0 version and confirm that it successfully >build on my 9.0-RELEASE amd64 box. I've just added opengl_build, I had >no Qt libraries (of any type) before the build, only X11. > >Please take a look at the new shar file. > >cheers, > >-- >David Demelier Here is the new build: https://redports.org/buildarchive/20120214065224-54/ -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 17:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85CE61065674 for ; Tue, 14 Feb 2012 17:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E81B8FC13 for ; Tue, 14 Feb 2012 17:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EHK97Q020696 for ; Tue, 14 Feb 2012 17:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EHK9QR020695; Tue, 14 Feb 2012 17:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 17:20:09 GMT Resent-Message-Id: <201202141720.q1EHK9QR020695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeroen Schot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFC4A1065675 for ; Tue, 14 Feb 2012 17:11:15 +0000 (UTC) (envelope-from schot@A-Eskwadraat.nl) Received: from square.phys.uu.nl (square.phys.uu.nl [131.211.39.72]) by mx1.freebsd.org (Postfix) with ESMTP id 79DB78FC15 for ; Tue, 14 Feb 2012 17:11:15 +0000 (UTC) Received: from nikola.localdomain ([10.14.0.2]) by square.phys.uu.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RxLbD-0006VL-Uq for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Feb 2012 17:51:27 +0100 Received: from schot by nikola.localdomain with local (Exim 4.72) (envelope-from ) id 1RxLbD-0006St-NY for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Feb 2012 17:51:27 +0100 Message-Id: <20120214165127.GA23902@A-Eskwadraat.nl> Date: Tue, 14 Feb 2012 17:51:27 +0100 From: Jeroen Schot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165144: Update port: x11-wm/dwm to 6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:20:09 -0000 >Number: 165144 >Category: ports >Synopsis: Update port: x11-wm/dwm to 6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 17:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jeroen Schot >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: System: FreeBSD twelve 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Attached diff updates the port of x11/dmenu from 5.9 to 6.0. >Description: >How-To-Repeat: >Fix: diff -ruN dwm.orig/Makefile dwm/Makefile --- dwm.orig/Makefile 2011-09-01 20:52:52.000000000 +0200 +++ dwm/Makefile 2012-02-14 11:01:48.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 5.9 +PORTVERSION= 6.0 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ http://schot.a-eskwadraat.nl/files/ @@ -34,7 +34,7 @@ pre-everything:: @${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:" @${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean" - @${ECHO_MSG} "Note: Pre-5.6 config.h-files no longer work." + @${ECHO_MSG} "Note: Pre-6.0 config.h files no longer work." post-extract: .if defined(DWM_CONF) diff -ruN dwm.orig/distinfo dwm/distinfo --- dwm.orig/distinfo 2011-09-01 20:52:52.000000000 +0200 +++ dwm/distinfo 2012-02-14 10:57:09.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (dwm-5.9.tar.gz) = 2dcdd5a2a233c385ef776017263164a288886561b6bf4d6b984562f5f02fe232 -SIZE (dwm-5.9.tar.gz) = 20517 +SHA256 (dwm-6.0.tar.gz) = b2b9483de69259eeea56844899bb2385158d3e79a42d82b10c142099fc8eeb56 +SIZE (dwm-6.0.tar.gz) = 20810 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 17:27:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681CF1065672; Tue, 14 Feb 2012 17:27:35 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4CA8FC27; Tue, 14 Feb 2012 17:27:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EHRZ6b029048; Tue, 14 Feb 2012 17:27:35 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EHRZXT029044; Tue, 14 Feb 2012 17:27:35 GMT (envelope-from jgh) Date: Tue, 14 Feb 2012 17:27:35 GMT Message-Id: <201202141727.q1EHRZXT029044@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165144: Update port: x11-wm/dwm to 6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:27:35 -0000 Synopsis: Update port: x11-wm/dwm to 6.0 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Tue Feb 14 17:27:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165144 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 17:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 293FB1065679 for ; Tue, 14 Feb 2012 17:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1712B8FC20 for ; Tue, 14 Feb 2012 17:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EHUBse029356 for ; Tue, 14 Feb 2012 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EHUBI4029352; Tue, 14 Feb 2012 17:30:11 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 17:30:11 GMT Message-Id: <201202141730.q1EHUBI4029352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: J B Cc: Subject: Re: ports/165129: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: J B List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 17:30:12 -0000 The following reply was made to PR ports/165129; it has been noted by GNATS. From: J B To: bug-followup@freebsd.org Cc: Subject: Re: ports/165129: xfce - xorg - missing shared object in libxcb after recompile (needed by libwnck) Date: Tue, 14 Feb 2012 17:54:40 +0100 Hi, thanks for the hint. I followed the instruction in there, but ... The xcb-util (even all xcb-util\*) has been recompiled, but it does not contain libxcb-aux*. As a matter of fact they are nowhere on the system. I followed up with compilation 'portupgrade -Rpv xfce4-xkb-plugin', but it dies on missing libxcb-aux* as well with error: libtool: link: can not find the library '/usr/local/lib/libxcb-aux.la' or unhandled argument '/usr/local/lib/libxcb-aux.la' gmake[2]: *** [xfce4-xkb-plugin] Error 1 Any help ? JB On Tue, Feb 14, 2012 at 10:26 AM, Sayetsky Anton wrote: > 2012/2/14 jb : >> After ports recompilation I can not start xfce4 / Xorg. > > Did you read 20120116 entry in ports/UPDATING? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:30:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E333D106566C for ; Tue, 14 Feb 2012 18:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6FE58FC16 for ; Tue, 14 Feb 2012 18:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIU6VE084055 for ; Tue, 14 Feb 2012 18:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIU6BI084051; Tue, 14 Feb 2012 18:30:06 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 18:30:06 GMT Resent-Message-Id: <201202141830.q1EIU6BI084051@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286601065670 for ; Tue, 14 Feb 2012 18:26:50 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C034D8FC16 for ; Tue, 14 Feb 2012 18:26:49 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1EIQjuM025718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 13:26:46 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EIQfh5095151; Tue, 14 Feb 2012 13:26:41 -0500 (EST) (envelope-from steve) Message-Id: <201202141826.q1EIQfh5095151@meatwad.mouf.net> Date: Tue, 14 Feb 2012 13:26:41 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: alexey@renatasystems.org Subject: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:30:07 -0000 >Number: 165145 >Category: ports >Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 18:30:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.21 - Add TEST_DEPENDS Port maintainer (alexey@renatasystems.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-ChangeNotify-0.21.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-ChangeNotify/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 11 Sep 2011 06:12:37 -0000 1.10 +++ Makefile 14 Feb 2012 18:26:22 -0000 @@ -6,8 +6,7 @@ # PORTNAME= File-ChangeNotify -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +20,7 @@ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception MAN3= File::ChangeNotify.3 \ File::ChangeNotify::ConfigData.3 \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-ChangeNotify/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 3 Jul 2011 14:57:13 -0000 1.8 +++ distinfo 14 Feb 2012 18:26:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (File-ChangeNotify-0.16.tar.gz) = fbeb0fbd9458f467271460043302e76f664f1ec1bcdc027ac178279c753b988f -SIZE (File-ChangeNotify-0.16.tar.gz) = 19652 +SHA256 (File-ChangeNotify-0.21.tar.gz) = d89cc03a12b4f4f5d42c6d679a20a768207f50b74f0a4ff470ca0b0a70db322f +SIZE (File-ChangeNotify-0.21.tar.gz) = 19103 --- p5-File-ChangeNotify-0.21.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:30:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AF6C1065677; Tue, 14 Feb 2012 18:30:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D540E8FC1F; Tue, 14 Feb 2012 18:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIUH6l084757; Tue, 14 Feb 2012 18:30:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIUHKq084749; Tue, 14 Feb 2012 18:30:17 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 18:30:17 GMT Message-Id: <201202141830.q1EIUHKq084749@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:30:18 -0000 Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 18:30:17 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53EFF106566C for ; Tue, 14 Feb 2012 18:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1685D8FC22 for ; Tue, 14 Feb 2012 18:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIeAsv094914 for ; Tue, 14 Feb 2012 18:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIeAAF094913; Tue, 14 Feb 2012 18:40:10 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 18:40:10 GMT Resent-Message-Id: <201202141840.q1EIeAAF094913@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean Aumont Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3046E106566B for ; Tue, 14 Feb 2012 18:40:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1228FC17 for ; Tue, 14 Feb 2012 18:40:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1EIe1fl018489 for ; Tue, 14 Feb 2012 18:40:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1EIe1ES018488; Tue, 14 Feb 2012 18:40:01 GMT (envelope-from nobody) Message-Id: <201202141840.q1EIe1ES018488@red.freebsd.org> Date: Tue, 14 Feb 2012 18:40:01 GMT From: Jean Aumont To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165147: pftop package missing for release FreeBSD 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:40:11 -0000 >Number: 165147 >Category: ports >Synopsis: pftop package missing for release FreeBSD 9.0 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 18:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean Aumont >Release: 9.0 >Organization: MDF >Environment: FreeBSD FREEBSD90 9.0-RELEASE FreeBSD 9.0-RELEASE #0 Tue Feb 14 11:56:38 EST2012 root@FreeBSD90:/usr/obj/usr/src/sys/GENERIC o386 >Description: # pkg_add -r pftop Error: Unable ro get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/pftop.tbz: file unavailable (e.g. file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/pftop/.tbz' by URL >How-To-Repeat: # pkg_add -r pftop >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:41:46 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792DB106566B; Tue, 14 Feb 2012 18:41:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7558FC13; Tue, 14 Feb 2012 18:41:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIfkSd003037; Tue, 14 Feb 2012 18:41:46 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIfkC3003033; Tue, 14 Feb 2012 18:41:46 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 18:41:46 GMT Message-Id: <201202141841.q1EIfkC3003033@freefall.freebsd.org> To: pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165143: [PATCH] devel/apr: CVE / Update / exp-run / shlib bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:41:46 -0000 Synopsis: [PATCH] devel/apr: CVE / Update / exp-run / shlib bump Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 18:41:45 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165143 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:50:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 375E91065672 for ; Tue, 14 Feb 2012 18:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC5B88FC1D for ; Tue, 14 Feb 2012 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIo36P003920 for ; Tue, 14 Feb 2012 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIo3ew003919; Tue, 14 Feb 2012 18:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 18:50:03 GMT Resent-Message-Id: <201202141850.q1EIo3ew003919@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88AF7106566B for ; Tue, 14 Feb 2012 18:42:32 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF2A8FC1C for ; Tue, 14 Feb 2012 18:42:32 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1EIgOV4025892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 13:42:25 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EIgGAY025346; Tue, 14 Feb 2012 13:42:16 -0500 (EST) (envelope-from steve) Message-Id: <201202141842.q1EIgGAY025346@meatwad.mouf.net> Date: Tue, 14 Feb 2012 13:42:16 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: acm@FreeBSD.org Subject: ports/165148: [PATCH] devel/p5-File-DesktopEntry: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:50:04 -0000 >Number: 165148 >Category: ports >Synopsis: [PATCH] devel/p5-File-DesktopEntry: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 18:50:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch, module needs these extra dependencies Port maintainer (acm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-DesktopEntry-0.04_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-DesktopEntry/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 17 Apr 2008 14:25:22 -0000 1.6 +++ Makefile 14 Feb 2012 18:41:54 -0000 @@ -7,6 +7,7 @@ PORTNAME= File-DesktopEntry PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,9 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Object to handle desktop files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-File-DesktopEntry-0.04_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 18:50:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE971065670; Tue, 14 Feb 2012 18:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 045A68FC08; Tue, 14 Feb 2012 18:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EIoEwQ004074; Tue, 14 Feb 2012 18:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIoE1o004070; Tue, 14 Feb 2012 18:50:14 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 18:50:14 GMT Message-Id: <201202141850.q1EIoE1o004070@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165148: [PATCH] devel/p5-File-DesktopEntry: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 18:50:15 -0000 Synopsis: [PATCH] devel/p5-File-DesktopEntry: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 18:50:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165148 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 19:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEEE9106566C for ; Tue, 14 Feb 2012 19:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A992F8FC08 for ; Tue, 14 Feb 2012 19:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EJU8Rh039770 for ; Tue, 14 Feb 2012 19:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJU8Rj039766; Tue, 14 Feb 2012 19:30:08 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 19:30:08 GMT Resent-Message-Id: <201202141930.q1EJU8Rj039766@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00FB71065673 for ; Tue, 14 Feb 2012 19:22:41 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 990A08FC17 for ; Tue, 14 Feb 2012 19:22:40 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1EJMX3L026316 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 14:22:34 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EJMWJn098848; Tue, 14 Feb 2012 14:22:32 -0500 (EST) (envelope-from steve) Message-Id: <201202141922.q1EJMWJn098848@meatwad.mouf.net> Date: Tue, 14 Feb 2012 14:22:32 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tolid@tolid.eu.org Subject: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 19:30:09 -0000 >Number: 165150 >Category: ports >Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 19:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.0.7 - Add missing DEPENDS note that the module now passes tests. Port maintainer (tolid@tolid.eu.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-Dir-Dumper-0.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Dir-Dumper/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Jan 2012 17:38:02 -0000 1.4 +++ Makefile 14 Feb 2012 19:22:04 -0000 @@ -6,18 +6,20 @@ # PORTNAME= File-Dir-Dumper -PORTVERSION= 0.0.6 -PORTREVISION= 1 +PORTVERSION= 0.0.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= tolid@tolid.eu.org -COMMENT= Perl5 module to dump directory structures' meta-data +COMMENT= Perl5 module to dump directory structures meta-data -BUILD_DEPENDS= ${SITE_PERL}/File/Find/Object.pm:${PORTSDIR}/devel/p5-File-Find-Object \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= p5-File-Find-Object>0:${PORTSDIR}/devel/p5-File-Find-Object \ + p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Devel-CheckOS>0:${PORTSDIR}/devel/p5-Devel-CheckOS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Dir-Dumper/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 3 Jul 2011 14:57:14 -0000 1.3 +++ distinfo 14 Feb 2012 19:22:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (File-Dir-Dumper-0.0.6.tar.gz) = c81f8e3ca3a94be04daacc001f78b8b5ed299c400e435660d59f374459a13a4c -SIZE (File-Dir-Dumper-0.0.6.tar.gz) = 12389 +SHA256 (File-Dir-Dumper-v0.0.7.tar.gz) = 2d3f626cda73d54ee54b5778e5a66d7a5e21ac6bee289ae5281ce04055dccab5 +SIZE (File-Dir-Dumper-v0.0.7.tar.gz) = 13094 --- p5-File-Dir-Dumper-0.0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 19:30:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA71B106567B; Tue, 14 Feb 2012 19:30:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90B528FC12; Tue, 14 Feb 2012 19:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EJUKTS040569; Tue, 14 Feb 2012 19:30:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJUK3a040561; Tue, 14 Feb 2012 19:30:20 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 19:30:20 GMT Message-Id: <201202141930.q1EJUK3a040561@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 19:30:20 -0000 Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 19:30:19 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165150 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 19:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 534C4106566B for ; Tue, 14 Feb 2012 19:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 413FD8FC26 for ; Tue, 14 Feb 2012 19:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EJo8up059428 for ; Tue, 14 Feb 2012 19:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJo832059427; Tue, 14 Feb 2012 19:50:08 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 19:50:08 GMT Message-Id: <201202141950.q1EJo832059427@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Per Ola Ingvarsson Cc: Subject: Re: ports/164941: [UPDATE/NEW PORTS] jamvm/classpath w/o jdk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Per Ola Ingvarsson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 19:50:08 -0000 The following reply was made to PR ports/164941; it has been noted by GNATS. From: Per Ola Ingvarsson To: bug-followup@FreeBSD.org, skrabban@gmail.com Cc: Subject: Re: ports/164941: [UPDATE/NEW PORTS] jamvm/classpath w/o jdk Date: Tue, 14 Feb 2012 20:19:00 +0100 --20cf303b3af1a58c4104b8f1775a Content-Type: text/plain; charset=ISO-8859-1 Original patch did not build on 10-CURRENT and left gjdoc/gjdoc.1 behind from classpath. Build jars with zip instead of fastjar and add gjdoc/gjdoc.1 to pkg-plist/Makefile. Updated patch, new status: Sucessfully built on: 10-CURRENT/amd64 10-CURRENT/i386 9.0-RELEASE/amd64 9.0-RELEASE/i386 8.2-RELEASE/amd64 8.2-RELEASE/i386 7.4-RELEASE/amd64 7.4-RELEASE/i386 and 8.1-RELEASE/sparc64 --20cf303b3af1a58c4104b8f1775a Content-Type: text/plain; charset=US-ASCII; name="patch_v2.txt" Content-Disposition: attachment; filename="patch_v2.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyn9vh240 ZGlmZiAtLWdpdCBhL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvTWFrZWZpbGUgYi9qYXZhL2NsYXNz cGF0aC1pbml0aWFsL01ha2VmaWxlCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAu LmRhMTFhYzEKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL01ha2Vm aWxlCkBAIC0wLDAgKzEsMzIgQEAKKyMgTmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9y OiAgICBjbGFzc3BhdGgtaW5pdGlhbAorIyBEYXRlIGNyZWF0ZWQ6ICAgICAgICAgICAgICAgICAg ICAgICAgIDIwMTItMDItMDgKKyMgV2hvbTogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICBQZXIgT2xhIEluZ3ZhcnNzb24KKyMKKyMgJEZyZWVCU0Q6IHBvcnRzL2phdmEvY2xhc3NwYXRo L01ha2VmaWxlLHYgMS40MCAyMDExLzA5LzIzIDIyOjIzOjQwIGFtZG1pMyBFeHAgJAorIworCitQ T1JUTkFNRT0JY2xhc3NwYXRoCitQT1JUVkVSU0lPTj0JMC45MworQ0FURUdPUklFUz0JamF2YSBk ZXZlbAorTUFTVEVSX1NJVEVTPQkke01BU1RFUl9TSVRFX0dOVX0gXAorCQkke01BU1RFUl9TSVRF X1NBVkFOTkFIfQorTUFTVEVSX1NJVEVfU1VCRElSPQljbGFzc3BhdGgKK1BLR05BTUVTVUZGSVg9 CS1pbml0aWFsCisKK01BSU5UQUlORVI9CXNrcmFiYmFuQGdtYWlsLmNvbQorQ09NTUVOVD0JSmF2 YSBsaWJyYXJpZXMgdG8gYmUgdXNlZCB3aXRoIGphbXZtLWluaXRpYWwgdG8gYnVpbGQgbmV3ZXIg Y2xhc3NwYXRoCisKK0JVSUxEX0RFUEVORFM9CXppcDoke1BPUlRTRElSfS9hcmNoaXZlcnMvemlw IFwKKwkJamlrZXM6JHtQT1JUU0RJUn0vamF2YS9qaWtlcworCitVU0VfTERDT05GSUc9CXllcwor R05VX0NPTkZJR1VSRT0JeWVzCitDWFhGTEFHUys9CS1JJHtMT0NBTEJBU0V9L2luY2x1ZGUKKwor Q09ORklHVVJFX0FSR1M9CS0tZW5hYmxlLWpuaSAtLWRpc2FibGUtYWxzYSAtLWRpc2FibGUtZHNz aSBcCisJCS0tZGlzYWJsZS1wbHVnaW4gLS1kaXNhYmxlLWd0ay1wZWVyIC0td2l0aC1qaWtlcyBc CisJCS0tZGlzYWJsZS1leGFtcGxlcyAtLWRpc2FibGUtZ2NvbmYtcGVlcgorCitVU0VfR01BS0U9 CXllcworCisuaW5jbHVkZSA8YnNkLnBvcnQubWs+CmRpZmYgLS1naXQgYS9qYXZhL2NsYXNzcGF0 aC1pbml0aWFsL2Rpc3RpbmZvIGIvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9kaXN0aW5mbwpuZXcg ZmlsZSBtb2RlIDEwMDY0NAppbmRleCAwMDAwMDAwLi5jMDY4OTZkCi0tLSAvZGV2L251bGwKKysr IGIvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9kaXN0aW5mbwpAQCAtMCwwICsxLDIgQEAKK1NIQTI1 NiAoY2xhc3NwYXRoLTAuOTMudGFyLmd6KSA9IGRmMmQwOTM2MTJhYmQyM2ZlNjdlOTQwOWQ4OWJi MmE4ZTc5YjE2NjRmZTJiMmRhNDBlMWM4ZWQ2OTNlMzI5NDUKK1NJWkUgKGNsYXNzcGF0aC0wLjkz LnRhci5neikgPSA5NTM0MjIyCmRpZmYgLS1naXQgYS9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL2Zp bGVzL3BhdGNoLWNvbmZpZ3VyZSBiL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvZmlsZXMvcGF0Y2gt Y29uZmlndXJlCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLjg5Y2I3YjkKLS0t IC9kZXYvbnVsbAorKysgYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNoLWNvbmZp Z3VyZQpAQCAtMCwwICsxLDExIEBACistLS0gY29uZmlndXJlLm9yaWcJMjAxMi0wMS0xNyAyMDo1 MDo0Ni4wMDAwMDAwMDAgKzAxMDAKKysrKyBjb25maWd1cmUJMjAxMi0wMS0xNyAyMDo1MDozMS4w MDAwMDAwMDAgKzAxMDAKK0BAIC0xOTk4LDcgKzE5OTgsNyBAQCBmaQorIAorIAorICMgRGVmaW5l IHRoZSBpZGVudGl0eSBvZiB0aGUgcGFja2FnZS4KKy0gUEFDS0FHRT0nY2xhc3NwYXRoJworKyBQ QUNLQUdFPSdjbGFzc3BhdGgtaW5pdGlhbCcKKyAgVkVSU0lPTj0nMC45MycKKyAKKyAKZGlmZiAt LWdpdCBhL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvZmlsZXMvcGF0Y2gtZG9jX01ha2VmaWxlLmlu IGIvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9maWxlcy9wYXRjaC1kb2NfTWFrZWZpbGUuaW4KbmV3 IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uOGNiNGUzMAotLS0gL2Rldi9udWxsCisr KyBiL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvZmlsZXMvcGF0Y2gtZG9jX01ha2VmaWxlLmluCkBA IC0wLDAgKzEsMTYgQEAKKy0tLSBkb2MvTWFrZWZpbGUuaW4ub3JpZwkyMDEyLTAxLTI1IDIwOjIx OjQwLjAwMDAwMDAwMCArMDEwMAorKysrIGRvYy9NYWtlZmlsZS5pbgkyMDEyLTAxLTI1IDIwOjIy OjIwLjAwMDAwMDAwMCArMDEwMAorQEAgLTcwNywxMSArNzA3LDExIEBAIGluZm86IGluZm8tcmVj dXJzaXZlCisgCisgaW5mby1hbTogJChJTkZPX0RFUFMpCisgCistaW5zdGFsbC1kYXRhLWFtOiBp bnN0YWxsLWluZm8tYW0KKytpbnN0YWxsLWRhdGEtYW06IAorIAorIGluc3RhbGwtZXhlYy1hbToK KyAKKy1pbnN0YWxsLWluZm86IGluc3RhbGwtaW5mby1yZWN1cnNpdmUKKytpbnN0YWxsLWluZm86 IAorIAorIGluc3RhbGwtaW5mby1hbTogJChJTkZPX0RFUFMpCisgCUAkKE5PUk1BTF9JTlNUQUxM KQpkaWZmIC0tZ2l0IGEvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9maWxlcy9wYXRjaC1pbmNsdWRl X01ha2VmaWxlLmluIGIvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9maWxlcy9wYXRjaC1pbmNsdWRl X01ha2VmaWxlLmluCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLmYzY2QyZWQK LS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNoLWlu Y2x1ZGVfTWFrZWZpbGUuaW4KQEAgLTAsMCArMSwxMSBAQAorLS0tIGluY2x1ZGUvTWFrZWZpbGUu aW4ub3JpZwkyMDEyLTAxLTI1IDIwOjEzOjE4LjAwMDAwMDAwMCArMDEwMAorKysrIGluY2x1ZGUv TWFrZWZpbGUuaW4JMjAxMi0wMS0yNSAyMDoxMzozNy4wMDAwMDAwMDAgKzAxMDAKK0BAIC02NTUs NyArNjU1LDcgQEAgaW5mbzogaW5mby1hbQorIAorIGluZm8tYW06CisgCistaW5zdGFsbC1kYXRh LWFtOiBpbnN0YWxsLWluY2x1ZGVIRUFERVJTCisraW5zdGFsbC1kYXRhLWFtOgorIAorIGluc3Rh bGwtZXhlYy1hbToKKyAKZGlmZiAtLWdpdCBhL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvZmlsZXMv cGF0Y2gtbmF0aXZlX2puaV9uYXRpdmUtbGliX2NwbmV0LmggYi9qYXZhL2NsYXNzcGF0aC1pbml0 aWFsL2ZpbGVzL3BhdGNoLW5hdGl2ZV9qbmlfbmF0aXZlLWxpYl9jcG5ldC5oCm5ldyBmaWxlIG1v ZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLjdiMThhZmMKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZh L2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNoLW5hdGl2ZV9qbmlfbmF0aXZlLWxpYl9jcG5l dC5oCkBAIC0wLDAgKzEsMTAgQEAKKy0tLSBuYXRpdmUvam5pL25hdGl2ZS1saWIvY3BuZXQuaC5v cmlnCTIwMTItMDEtMTYgMjI6MzQ6MzAuMDAwMDAwMDAwICswMTAwCisrKysgbmF0aXZlL2puaS9u YXRpdmUtbGliL2NwbmV0LmgJMjAxMi0wMS0xNiAyMjozNTowNS4wMDAwMDAwMDAgKzAxMDAKK0BA IC00Miw2ICs0Miw3IEBAIGV4Y2VwdGlvbiBzdGF0ZW1lbnQgZnJvbSB5b3VyIHZlcnNpb24uICoK KyAjaW5jbHVkZSA8amNsLmg+CisgI2luY2x1ZGUgPHN0cmluZy5oPgorIAorKyNpbmNsdWRlIDxz eXMvdHlwZXMuaD4KKyAjaW5jbHVkZSA8c3lzL3NvY2tldC5oPgorICNpbmNsdWRlIDxuZXRpbmV0 L2luLmg+CisgI2luY2x1ZGUgPG5ldGluZXQvaXAuaD4KZGlmZiAtLWdpdCBhL2phdmEvY2xhc3Nw YXRoLWluaXRpYWwvZmlsZXMvcGF0Y2gtcmVzb3VyY2VfTWFrZWZpbGUuaW4gYi9qYXZhL2NsYXNz cGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNoLXJlc291cmNlX01ha2VmaWxlLmluCm5ldyBmaWxlIG1v ZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLjM1NzFhZjIKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZh L2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNoLXJlc291cmNlX01ha2VmaWxlLmluCkBAIC0w LDAgKzEsMTEgQEAKKy0tLSByZXNvdXJjZS9NYWtlZmlsZS5pbi5vcmlnCTIwMTItMDEtMjUgMjA6 MjM6NTIuMDAwMDAwMDAwICswMTAwCisrKysgcmVzb3VyY2UvTWFrZWZpbGUuaW4JMjAxMi0wMS0y NSAyMDoyNDoxOC4wMDAwMDAwMDAgKzAxMDAKK0BAIC00NjEsNyArNDYxLDcgQEAgaW5mbzogaW5m by1hbQorIAorIGluZm8tYW06CisgCistaW5zdGFsbC1kYXRhLWFtOiBpbnN0YWxsLWxvZ2dpbmdE QVRBIGluc3RhbGwtc2VjdXJpdHlEQVRBCisraW5zdGFsbC1kYXRhLWFtOgorIAorIGluc3RhbGwt ZXhlYy1hbToKKyAKZGlmZiAtLWdpdCBhL2phdmEvY2xhc3NwYXRoLWluaXRpYWwvZmlsZXMvcGF0 Y2gtdG9vbHNfTWFrZWZpbGUuaW4gYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3BhdGNo LXRvb2xzX01ha2VmaWxlLmluCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLjU1 NmMwZTIKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL2ZpbGVzL3Bh dGNoLXRvb2xzX01ha2VmaWxlLmluCkBAIC0wLDAgKzEsMTEgQEAKKy0tLSB0b29scy9NYWtlZmls ZS5pbi5vcmlnCTIwMTItMDEtMjUgMTE6MDY6MDMuMDAwMDAwMDAwICswMTAwCisrKysgdG9vbHMv TWFrZWZpbGUuaW4JMjAxMi0wMS0yNSAxMTowNjozOS4wMDAwMDAwMDAgKzAxMDAKK0BAIC0xMDQz LDcgKzEwNDMsNyBAQCBpbmZvLWFtOgorIAorIGluc3RhbGwtZGF0YS1hbTogaW5zdGFsbC1UT09M U0RBVEEKKyAKKy1pbnN0YWxsLWV4ZWMtYW06IGluc3RhbGwtYmluUFJPR1JBTVMgaW5zdGFsbC1i aW5TQ1JJUFRTCisraW5zdGFsbC1leGVjLWFtOgorIAorIGluc3RhbGwtaW5mbzogaW5zdGFsbC1p bmZvLWFtCisgCmRpZmYgLS1naXQgYS9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL3BrZy1kZXNjciBi L2phdmEvY2xhc3NwYXRoLWluaXRpYWwvcGtnLWRlc2NyCm5ldyBmaWxlIG1vZGUgMTAwNjQ0Cmlu ZGV4IDAwMDAwMDAuLmMwZGNmYzYKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2NsYXNzcGF0aC1p bml0aWFsL3BrZy1kZXNjcgpAQCAtMCwwICsxLDggQEAKK1RoZSBwdXJwb3NlIG9mIHRoaXMgcGFj a2FnZSBpcyB0byBwcm92aWRlIGEgamF2YSBsaWJyYXJ5IGZvciBqYW12bS1pbml0aWFsIHdoaWNo IAoraXMgdXNlZCB3aGVuIGJ1aWxkaW5nIGNsYXNzcGF0aCB3aXRoIGdlbmVyaWNzLgorCitHTlUg Q2xhc3NwYXRoLCBFc3NlbnRpYWwgTGlicmFyaWVzIGZvciBKYXZhLCBpcyBhIEdOVSBwcm9qZWN0 IHRvIGNyZWF0ZSBmcmVlCitjb3JlIGNsYXNzIGxpYnJhcmllcyBmb3IgdXNlIHdpdGggdmlydHVh bCBtYWNoaW5lcyBhbmQgY29tcGlsZXJzIGZvciB0aGUgSmF2YQorcHJvZ3JhbW1pbmcgbGFuZ3Vh Z2UuCisKK1dXVzogaHR0cDovL3d3dy5jbGFzc3BhdGgub3JnLwpkaWZmIC0tZ2l0IGEvamF2YS9j bGFzc3BhdGgtaW5pdGlhbC9wa2ctcGxpc3QgYi9qYXZhL2NsYXNzcGF0aC1pbml0aWFsL3BrZy1w bGlzdApuZXcgZmlsZSBtb2RlIDEwMDY0NAppbmRleCAwMDAwMDAwLi44MGQxOGIzCi0tLSAvZGV2 L251bGwKKysrIGIvamF2YS9jbGFzc3BhdGgtaW5pdGlhbC9wa2ctcGxpc3QKQEAgLTAsMCArMSwy MiBAQAorbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmFpby5sYQorbGliL2NsYXNzcGF0aC1p bml0aWFsL2xpYmphdmFpby5zbworbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmFpby5zby4w CitsaWIvY2xhc3NwYXRoLWluaXRpYWwvbGliamF2YWxhbmcubGEKK2xpYi9jbGFzc3BhdGgtaW5p dGlhbC9saWJqYXZhbGFuZy5zbworbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmFsYW5nLnNv LjAKK2xpYi9jbGFzc3BhdGgtaW5pdGlhbC9saWJqYXZhbGFuZ3JlZmxlY3QubGEKK2xpYi9jbGFz c3BhdGgtaW5pdGlhbC9saWJqYXZhbGFuZ3JlZmxlY3Quc28KK2xpYi9jbGFzc3BhdGgtaW5pdGlh bC9saWJqYXZhbGFuZ3JlZmxlY3Quc28uMAorbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmFu ZXQubGEKK2xpYi9jbGFzc3BhdGgtaW5pdGlhbC9saWJqYXZhbmV0LnNvCitsaWIvY2xhc3NwYXRo LWluaXRpYWwvbGliamF2YW5ldC5zby4wCitsaWIvY2xhc3NwYXRoLWluaXRpYWwvbGliamF2YW5p by5sYQorbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmFuaW8uc28KK2xpYi9jbGFzc3BhdGgt aW5pdGlhbC9saWJqYXZhbmlvLnNvLjAKK2xpYi9jbGFzc3BhdGgtaW5pdGlhbC9saWJqYXZhdXRp bC5sYQorbGliL2NsYXNzcGF0aC1pbml0aWFsL2xpYmphdmF1dGlsLnNvCitsaWIvY2xhc3NwYXRo LWluaXRpYWwvbGliamF2YXV0aWwuc28uMAorQGRpcnJtIGxpYi9jbGFzc3BhdGgtaW5pdGlhbAor c2hhcmUvY2xhc3NwYXRoLWluaXRpYWwvZ2xpYmouemlwCitzaGFyZS9jbGFzc3BhdGgtaW5pdGlh bC90b29scy56aXAKK0BkaXJybSBzaGFyZS9jbGFzc3BhdGgtaW5pdGlhbApkaWZmIC0tZ2l0IGEv amF2YS9jbGFzc3BhdGgvTWFrZWZpbGUgYi9qYXZhL2NsYXNzcGF0aC9NYWtlZmlsZQppbmRleCAx MTM4NGFlLi5iM2E5Yjk5IDEwMDY0NAotLS0gYS9qYXZhL2NsYXNzcGF0aC9NYWtlZmlsZQorKysg Yi9qYXZhL2NsYXNzcGF0aC9NYWtlZmlsZQpAQCAtNywzMiArNyw0NCBAQAogIwogCiBQT1JUTkFN RT0JY2xhc3NwYXRoCi1QT1JUVkVSU0lPTj0JMC45Ny4yCi1QT1JUUkVWSVNJT049CTQKK1BPUlRW RVJTSU9OPQkwLjk4CitQT1JUUkVWSVNJT049CTUKIENBVEVHT1JJRVM9CWphdmEgZGV2ZWwKLU1B U1RFUl9TSVRFUz0JJHtNQVNURVJfU0lURV9HTlV9IFwKLQkJJHtNQVNURVJfU0lURV9TQVZBTk5B SH0KLU1BU1RFUl9TSVRFX1NVQkRJUj0JJHtQT1JUTkFNRX0KK01BU1RFUl9TSVRFUz0JJHtNQVNU RVJfU0lURV9HTlV9OnMwIFwKKwkJJHtNQVNURVJfU0lURV9TQVZBTk5BSH06czAgXAorCQlodHRw Oi8vYXJjaGl2ZS5lY2xpcHNlLm9yZy9lY2xpcHNlL2Rvd25sb2Fkcy9kcm9wcy9SLTMuMi4yLTIw MDcwMjEyMTMzMC86czEgXAorCQlodHRwOi8vd3d3LmFudGxyMi5vcmcvZG93bmxvYWQvOnMyCitN QVNURVJfU0lURV9TVUJESVI9CSR7UE9SVE5BTUV9LzpzMAorRElTVEZJTEVTPQkke0RJU1ROQU1F fS50YXIuZ3o6czAgXAorCQllY2ouamFyOnMxIFwKKwkJYW50bHItMi43LjUuamFyOnMyCitESVNU X1NVQkRJUj0JJHtQT1JUTkFNRX0KK0VYVFJBQ1RfT05MWT0JJHtESVNUTkFNRX0udGFyLmd6CiAK IE1BSU5UQUlORVI9CWJrb2VuaWdAYWxwaGEtdGllcmNoZW4uZGUKIENPTU1FTlQ9CUEgR05VIHBy b2plY3QgdG8gY3JlYXRlIGEgZnJlZSBKYXZhIGNsYXNzIGxpYnJhcnkKIAotQlVJTERfREVQRU5E Uz0JemlwOiR7UE9SVFNESVJ9L2FyY2hpdmVycy96aXAKK0JVSUxEX0RFUEVORFM9CXppcDoke1BP UlRTRElSfS9hcmNoaXZlcnMvemlwIFwKKwkJamFtdm0taW5pdGlhbDoke1BPUlRTRElSfS9qYXZh L2phbXZtLWluaXRpYWwKIAotVVNFX0pBVkE9CXllcwotSkFWQV9WRVJTSU9OPQkxLjUrCiBVU0Vf WE9SRz0JeDExIGljZSB4dHN0IHhhdyB4cHJvdG8geGV4dAogV0FOVF9HTk9NRT0JeWVzCiBVU0Vf TERDT05GSUc9CXllcwogR05VX0NPTkZJR1VSRT0JeWVzCiBDWFhGTEFHUys9CS1JJHtMT0NBTEJB U0V9L2luY2x1ZGUKLUNPTkZJR1VSRV9BUkdTPQktLWVuYWJsZS1qbmkgLS1kaXNhYmxlLWFsc2Eg LS1kaXNhYmxlLWRzc2kgLS1kaXNhYmxlLXBsdWdpbgorQ09ORklHVVJFX0VOVj0JSkFWQT1qYW12 bS1pbml0aWFsIFBBVEg9JHtQQVRIfToke1dSS0RJUn0vYmluCitDT05GSUdVUkVfQVJHUz0JLS1l bmFibGUtam5pIC0tZGlzYWJsZS1hbHNhIC0tZGlzYWJsZS1kc3NpIC0tZGlzYWJsZS1wbHVnaW4g XAorCQktLXdpdGgtYW50bHItamFyPSR7RElTVERJUn0vJHtESVNUX1NVQkRJUn0vYW50bHItMi43 LjUuamFyIFwKKwkJLS13aXRoLWphcj1ubworCiBVU0VfR01BS0U9CXllcworTUFLRV9FTlYrPQlQ QVRIPSR7UEFUSH06JHtXUktESVJ9L2JpbgogCiBNQU4xPQkJZ2FwcGxldHZpZXdlci4xIFwKIAkJ Z2phci4xIFwKIAkJZ2phcnNpZ25lci4xIFwKIAkJZ2phdmFoLjEgXAorCQlnamRvYy4xIFwKIAkJ Z2NqaC4xIFwKIAkJZ2tleXRvb2wuMSBcCiAJCWduYXRpdmUyYXNjaWkuMSBcCkBAIC00NCwxMyAr NTYsMjAgQEAgTUFOMT0JCWdhcHBsZXR2aWV3ZXIuMSBcCiAKIElORk89CQljcC1oYWNraW5nIGNw LXRvb2xzIGNwLXZtaW50ZWdyYXRpb24KIAotQ09ORkxJQ1RTPQlzYWJsZXZtLWNsYXNzcGF0aC0q CitDT05GTElDVFM9CXNhYmxldm0tY2xhc3NwYXRoLVswLTldKgogCiBPUFRJT05TPQlHQ09ORiAi VXNlIEdDb25mIGJhc2VkIHByZWZlcmVuY2VzIGJhY2tlbmQiIE9GRiBcCiAJCUdUSzIgIkVuYWJs ZSBHdGsrIEFXVCBwZWVyIiBPTiBcCiAJCUNBSVJPICJVc2UgR3RrKyBDYWlybyBiYXNlZCBHcmFw aGljczJEIiBPRkYgXAogCQlRVDQgIkVuYWJsZSBRdCBBV1QgcGVlciIgT0ZGCiAKK3ByZS1wYXRj aDoKKwlAJHtNS0RJUn0gJHtXUktESVJ9L2JpbgorCUAke1NFRH0gLWUgJ3MsJSVESVNURElSJSUs JHtESVNURElSfS8ke0RJU1RfU1VCRElSfSwnIFwKKwkJPCAke0ZJTEVTRElSfS9lY2ouaW4gXAor CQk+ICR7V1JLRElSfS9iaW4vZWNqCisJQCR7Q0hNT0R9ICt4ICR7V1JLRElSfS9iaW4vZWNqCisK IC5pbmNsdWRlIDxic2QucG9ydC5wcmUubWs+CiAKIC5pZiBkZWZpbmVkKFdJVEhfR0NPTkYpCmRp ZmYgLS1naXQgYS9qYXZhL2NsYXNzcGF0aC9kaXN0aW5mbyBiL2phdmEvY2xhc3NwYXRoL2Rpc3Rp bmZvCmluZGV4IDYwZDdlYmEuLmRmZjQzYzYgMTAwNjQ0Ci0tLSBhL2phdmEvY2xhc3NwYXRoL2Rp c3RpbmZvCisrKyBiL2phdmEvY2xhc3NwYXRoL2Rpc3RpbmZvCkBAIC0xLDIgKzEsNiBAQAotU0hB MjU2IChjbGFzc3BhdGgtMC45Ny4yLnRhci5neikgPSAwMDFmZWU1YWQzZGRkMDQzNzgzZDU5NTkz MTUzNTEwZjA5MDY0YjBkOWI1YWVhODJmNTM1MjY2ZjYyZjAyZGI0Ci1TSVpFIChjbGFzc3BhdGgt MC45Ny4yLnRhci5neikgPSAxMDMxODAxNAorU0hBMjU2IChjbGFzc3BhdGgvY2xhc3NwYXRoLTAu OTgudGFyLmd6KSA9IDUwMWI1YWNkNGRmZjc5YjYxMDBkYTIyY2VmMTUwODBmMzEwNzE4MjFjZTNj ZWE2ZjFiNzM5YmMxYjU2ZmFjM2YKK1NJWkUgKGNsYXNzcGF0aC9jbGFzc3BhdGgtMC45OC50YXIu Z3opID0gMTEwMjEzNDIKK1NIQTI1NiAoY2xhc3NwYXRoL2Vjai5qYXIpID0gM2IyNjYyN2Y0Yzk5 OGM2N2YxNDczOTJkYzMzNTVmMzhiMDU3NjllNDAwOTI1YTdjNGY5ZmY2ODgxOWYxYzMwMworU0la RSAoY2xhc3NwYXRoL2Vjai5qYXIpID0gMTMyMzI3NworU0hBMjU2IChjbGFzc3BhdGgvYW50bHIt Mi43LjUuamFyKSA9IDI0MzNlN2UzNmViYmViZTcyMzkwMDM2ZWM1NTVmNGM2NzcxZWFlZDMzZDUw N2IzZDVkNjU0OTc4MDQwOTNhMGQKK1NJWkUgKGNsYXNzcGF0aC9hbnRsci0yLjcuNS5qYXIpID0g NDM1NTYzCmRpZmYgLS1naXQgYS9qYXZhL2NsYXNzcGF0aC9maWxlcy9lY2ouaW4gYi9qYXZhL2Ns YXNzcGF0aC9maWxlcy9lY2ouaW4KbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4u MTY1ZWUzNgotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvY2xhc3NwYXRoL2ZpbGVzL2Vjai5pbgpA QCAtMCwwICsxLDQgQEAKKyMhL2Jpbi9zaAorCitDTEFTU1BBVEg9JSVESVNURElSJSUvZWNqLmph ciR7Q0xBU1NQQVRIOis6fSRDTEFTU1BBVEggXAorZXhlYyBqYW12bS1pbml0aWFsIC1YbXg3Njht IG9yZy5lY2xpcHNlLmpkdC5pbnRlcm5hbC5jb21waWxlci5iYXRjaC5NYWluIC1ub3dhcm4gIiRA IgpkaWZmIC0tZ2l0IGEvamF2YS9jbGFzc3BhdGgvcGtnLXBsaXN0IGIvamF2YS9jbGFzc3BhdGgv cGtnLXBsaXN0CmluZGV4IDhkNmFiZjUuLjk5MjY2ZGUgMTAwNjQ0Ci0tLSBhL2phdmEvY2xhc3Nw YXRoL3BrZy1wbGlzdAorKysgYi9qYXZhL2NsYXNzcGF0aC9wa2ctcGxpc3QKQEAgLTIsNiArMiw3 IEBAIGJpbi9nYXBwbGV0dmlld2VyCiBiaW4vZ2phdmFoCiBiaW4vZ2phcgogYmluL2dqYXJzaWdu ZXIKK2Jpbi9namRvYwogYmluL2drZXl0b29sCiBiaW4vZ25hdGl2ZTJhc2NpaQogYmluL2dvcmJk CmRpZmYgLS1naXQgYS9qYXZhL2phbXZtLWluaXRpYWwvTWFrZWZpbGUgYi9qYXZhL2phbXZtLWlu aXRpYWwvTWFrZWZpbGUKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uYjliZjNi ZQotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9NYWtlZmlsZQpAQCAtMCww ICsxLDM4IEBACisjIE5ldyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjoJamFtdm0taW5p dGlhbAorIyBEYXRlIGNyZWF0ZWQ6CQkJCTIwMTItMDItMDgKKyMgV2hvbToJCQkJCVBlciBPbGEg SW5ndmFyc3NvbgorIworIyAkRnJlZUJTRDogcG9ydHMvamF2YS9qYW12bS9NYWtlZmlsZSx2IDEu OCAyMDExLzA5LzIzIDIyOjIzOjQwIGFtZG1pMyBFeHAgJAorCitQT1JUTkFNRT0JamFtdm0KK1BP UlRWRVJTSU9OPQkxLjUuMQorQ0FURUdPUklFUz0JamF2YSBkZXZlbAorTUFTVEVSX1NJVEVTPQlT Ri9qYW12bS9qYW12bS9KYW1WTSUyMCR7UE9SVFZFUlNJT059CitQS0dOQU1FU1VGRklYPQktaW5p dGlhbAorCitNQUlOVEFJTkVSPQlza3JhYmJhbkBnbWFpbC5jb20KK0NPTU1FTlQ9CUJvb3RzdHJh cCBqYW12bSB0byBjb21waWxlIGNsYXNzcGF0aCB3aXRoIGVjagorCitSVU5fREVQRU5EUz0JJHtM T0NBTEJBU0V9L3NoYXJlL2NsYXNzcGF0aC1pbml0aWFsL2dsaWJqLnppcDoke1BPUlRTRElSfS9q YXZhL2NsYXNzcGF0aC1pbml0aWFsCisKK0dOVV9DT05GSUdVUkU9CXllcworQ09ORklHVVJFX0FS R1M9CS0td2l0aC1jbGFzc3BhdGgtaW5zdGFsbC1kaXI9JHtMT0NBTEJBU0V9CitVU0VfR01BS0U9 CXllcworCisuaW5jbHVkZSA8YnNkLnBvcnQucHJlLm1rPgorCitMSUJfREVQRU5EUys9CQlmZmk6 JHtQT1JUU0RJUn0vZGV2ZWwvbGliZmZpCitDT05GSUdVUkVfQVJHUys9CS0tZW5hYmxlLWZmaQor TERGTEFHUys9CS1MJHtMT0NBTEJBU0V9L2xpYgorQ0ZMQUdTKz0JYHBrZy1jb25maWcgbGliZmZp IC0tY2ZsYWdzYAorCitCVUlMRF9ERVBFTkRTKz0JCXppcDoke1BPUlRTRElSfS9hcmNoaXZlcnMv emlwCitQTElTVF9TVUIrPQkJV0lUSF9aSVA9IiIgV0lUSE9VVF9aSVA9IkBjb21tZW50ICIKKwor ZG8taW5zdGFsbDoKKwkke0lOU1RBTExfUFJPR1JBTX0gLXMgJHtXUktTUkN9L3NyYy9qYW12bS1p bml0aWFsICR7UFJFRklYfS9iaW4KKwkke01LRElSfSAke1BSRUZJWH0vc2hhcmUvamFtdm0taW5p dGlhbAorCSR7SU5TVEFMTF9EQVRBfSAke1dSS1NSQ30vbGliL2NsYXNzZXMuemlwIFwKKwkJJHtQ UkVGSVh9L3NoYXJlL2phbXZtLWluaXRpYWwKKworLmluY2x1ZGUgPGJzZC5wb3J0LnBvc3QubWs+ CmRpZmYgLS1naXQgYS9qYXZhL2phbXZtLWluaXRpYWwvZGlzdGluZm8gYi9qYXZhL2phbXZtLWlu aXRpYWwvZGlzdGluZm8KbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uMmI1OWI0 NQotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9kaXN0aW5mbwpAQCAtMCww ICsxLDIgQEAKK1NIQTI1NiAoamFtdm0tMS41LjEudGFyLmd6KSA9IDY2Mzg5NWJkNjljYWYzYTFm ZGE2YWY1ZWVhODI2M2Q5MGE1ZmQzNWNhOGY0YzMyZTIyMTBhYzQxMDc4ODkwMWEKK1NJWkUgKGph bXZtLTEuNS4xLnRhci5neikgPSA1OTkwODQKZGlmZiAtLWdpdCBhL2phdmEvamFtdm0taW5pdGlh bC9maWxlcy9wYXRjaC1jb25maWd1cmUgYi9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gt Y29uZmlndXJlCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLjYyZmYwOGQKLS0t IC9kZXYvbnVsbAorKysgYi9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtY29uZmlndXJl CkBAIC0wLDAgKzEsMzIgQEAKKy0tLSBjb25maWd1cmUub3JpZwkyMDA4LTAzLTAyIDA1OjE2OjA3 LjAwMDAwMDAwMCArMDEwMAorKysrIGNvbmZpZ3VyZQkyMDEyLTAxLTI3IDE1OjAzOjIxLjAwMDAw MDAwMCArMDEwMAorQEAgLTI1NTIsOCArMjU1MiwxMCBAQCBpMzg2LSotZnJlZWJzZCopIGhvc3Rf b3M9YnNkIGxpYmRsX25lZWRlCisgeDg2XzY0LSotbGludXgqKSBob3N0X29zPWxpbnV4IDs7Cisg aHBwYSotKi1saW51eCopIGhvc3RfY3B1PXBhcmlzYyBob3N0X29zPWxpbnV4IDs7CisgbWlwc2Vs LSotbGludXgqKSBob3N0X2NwdT1taXBzIGhvc3Rfb3M9bGludXggOzsKKy1hbWQ2NC0qLW9wZW5i c2QqKSBob3N0X29zPWJzZCBsaWJkbF9uZWVkZWQ9bm8gOzsKKy1hbWQ2NC0qLWZyZWVic2QqKSBo b3N0X29zPWJzZCBsaWJkbF9uZWVkZWQ9bm8gOzsKKythbWQ2NC0qLW9wZW5ic2QqKSBob3N0X29z PWJzZCBob3N0X2NwdT14ODZfNjQgbGliZGxfbmVlZGVkPW5vIDs7CisrYW1kNjQtKi1mcmVlYnNk KikgaG9zdF9vcz1ic2QgaG9zdF9jcHU9eDg2XzY0IGxpYmRsX25lZWRlZD1ubyA7OworK3NwYXJj NjQqLSotb3BlbmJzZCopIGhvc3RfY3B1PXNwYXJjNjQgaG9zdF9vcz1ic2QgbGliZGxfbmVlZGVk PW5vIDs7Cisrc3BhcmM2NCotKi1mcmVlYnNkKikgaG9zdF9jcHU9c3BhcmM2NCBob3N0X29zPWJz ZCBsaWJkbF9uZWVkZWQ9bm8gOzsKKyBhcm0qLSotbGludXgqKSBob3N0X2NwdT1hcm0gaG9zdF9v cz1saW51eCA7OworIGFybSotKi1vcGVuYnNkKikgaG9zdF9jcHU9YXJtIGhvc3Rfb3M9YnNkIGxp YmRsX25lZWRlZD1ubyA7OworIGFybSotKi1mcmVlYnNkKikgaG9zdF9jcHU9YXJtIGhvc3Rfb3M9 YnNkIGxpYmRsX25lZWRlZD1ubyA7OworQEAgLTIyODM5LDcgKzIyODQxLDcgQEAgZmkKKyBhY19j b25maWdfbGlua3M9IiRhY19jb25maWdfbGlua3Mgc3JjL2FyY2guaDpzcmMvYXJjaC8kYXJjaC5o IgorIAorIAorLWFjX2NvbmZpZ19maWxlcz0iJGFjX2NvbmZpZ19maWxlcyBNYWtlZmlsZSBzcmMv TWFrZWZpbGUgc3JjL2ludGVycC9NYWtlZmlsZSBzcmMvaW50ZXJwL2VuZ2luZS9NYWtlZmlsZSBz cmMvYXJjaC9NYWtlZmlsZSBzcmMvb3MvTWFrZWZpbGUgc3JjL29zL2xpbnV4L01ha2VmaWxlIHNy Yy9vcy9kYXJ3aW4vTWFrZWZpbGUgc3JjL29zL2JzZC9NYWtlZmlsZSBzcmMvb3MvbGludXgvcG93 ZXJwYy9NYWtlZmlsZSBzcmMvb3MvbGludXgvYXJtL01ha2VmaWxlIHNyYy9vcy9saW51eC9pMzg2 L01ha2VmaWxlIHNyYy9vcy9saW51eC94ODZfNjQvTWFrZWZpbGUgc3JjL29zL2xpbnV4L3Bhcmlz Yy9NYWtlZmlsZSBzcmMvb3MvbGludXgvbWlwcy9NYWtlZmlsZSBzcmMvb3MvZGFyd2luL2kzODYv TWFrZWZpbGUgc3JjL29zL2Rhcndpbi9hcm0vTWFrZWZpbGUgc3JjL29zL2Rhcndpbi9wb3dlcnBj L01ha2VmaWxlIHNyYy9vcy9ic2QvcG93ZXJwYy9NYWtlZmlsZSBzcmMvb3MvYnNkL2FybS9NYWtl ZmlsZSBzcmMvb3MvYnNkL2kzODYvTWFrZWZpbGUgc3JjL29zL2JzZC94ODZfNjQvTWFrZWZpbGUg bGliL01ha2VmaWxlIGxpYi9qYXZhL01ha2VmaWxlIGxpYi9qYXZhL2xhbmcvTWFrZWZpbGUgbGli L2phbXZtL01ha2VmaWxlIGxpYi9qYW12bS9qYXZhL01ha2VmaWxlIGxpYi9qYW12bS9qYXZhL2xh bmcvTWFrZWZpbGUgbGliL2phdmEvbGFuZy9yZWZsZWN0L01ha2VmaWxlIGxpYi9qYXZhL3NlY3Vy aXR5L01ha2VmaWxlIGxpYi9nbnUvTWFrZWZpbGUgbGliL3N1bi9yZWZsZWN0L2Fubm90YXRpb24v TWFrZWZpbGUgbGliL3N1bi9yZWZsZWN0L01ha2VmaWxlIGxpYi9zdW4vTWFrZWZpbGUgbGliL2du dS9jbGFzc3BhdGgvTWFrZWZpbGUiCisrYWNfY29uZmlnX2ZpbGVzPSIkYWNfY29uZmlnX2ZpbGVz IE1ha2VmaWxlIHNyYy9NYWtlZmlsZSBzcmMvaW50ZXJwL01ha2VmaWxlIHNyYy9pbnRlcnAvZW5n aW5lL01ha2VmaWxlIHNyYy9hcmNoL01ha2VmaWxlIHNyYy9vcy9NYWtlZmlsZSBzcmMvb3MvbGlu dXgvTWFrZWZpbGUgc3JjL29zL2Rhcndpbi9NYWtlZmlsZSBzcmMvb3MvYnNkL01ha2VmaWxlIHNy Yy9vcy9saW51eC9wb3dlcnBjL01ha2VmaWxlIHNyYy9vcy9saW51eC9hcm0vTWFrZWZpbGUgc3Jj L29zL2xpbnV4L2kzODYvTWFrZWZpbGUgc3JjL29zL2xpbnV4L3g4Nl82NC9NYWtlZmlsZSBzcmMv b3MvbGludXgvcGFyaXNjL01ha2VmaWxlIHNyYy9vcy9saW51eC9taXBzL01ha2VmaWxlIHNyYy9v cy9kYXJ3aW4vaTM4Ni9NYWtlZmlsZSBzcmMvb3MvZGFyd2luL2FybS9NYWtlZmlsZSBzcmMvb3Mv ZGFyd2luL3Bvd2VycGMvTWFrZWZpbGUgc3JjL29zL2JzZC9wb3dlcnBjL01ha2VmaWxlIHNyYy9v cy9ic2QvYXJtL01ha2VmaWxlIHNyYy9vcy9ic2QvaTM4Ni9NYWtlZmlsZSBzcmMvb3MvYnNkL3g4 Nl82NC9NYWtlZmlsZSBzcmMvb3MvYnNkL3NwYXJjNjQvTWFrZWZpbGUgbGliL01ha2VmaWxlIGxp Yi9qYXZhL01ha2VmaWxlIGxpYi9qYXZhL2xhbmcvTWFrZWZpbGUgbGliL2phbXZtL01ha2VmaWxl IGxpYi9qYW12bS9qYXZhL01ha2VmaWxlIGxpYi9qYW12bS9qYXZhL2xhbmcvTWFrZWZpbGUgbGli L2phdmEvbGFuZy9yZWZsZWN0L01ha2VmaWxlIGxpYi9qYXZhL3NlY3VyaXR5L01ha2VmaWxlIGxp Yi9nbnUvTWFrZWZpbGUgbGliL3N1bi9yZWZsZWN0L2Fubm90YXRpb24vTWFrZWZpbGUgbGliL3N1 bi9yZWZsZWN0L01ha2VmaWxlIGxpYi9zdW4vTWFrZWZpbGUgbGliL2dudS9jbGFzc3BhdGgvTWFr ZWZpbGUiCisgCisgCisgY2F0ID5jb25mY2FjaGUgPDxcX0FDRU9GCitAQCAtMjM0ODMsNiArMjM0 ODUsNyBAQCBkbworICAgICAic3JjL29zL2JzZC9hcm0vTWFrZWZpbGUiKSBDT05GSUdfRklMRVM9 IiRDT05GSUdfRklMRVMgc3JjL29zL2JzZC9hcm0vTWFrZWZpbGUiIDs7CisgICAgICJzcmMvb3Mv YnNkL2kzODYvTWFrZWZpbGUiKSBDT05GSUdfRklMRVM9IiRDT05GSUdfRklMRVMgc3JjL29zL2Jz ZC9pMzg2L01ha2VmaWxlIiA7OworICAgICAic3JjL29zL2JzZC94ODZfNjQvTWFrZWZpbGUiKSBD T05GSUdfRklMRVM9IiRDT05GSUdfRklMRVMgc3JjL29zL2JzZC94ODZfNjQvTWFrZWZpbGUiIDs7 CisrICAgICJzcmMvb3MvYnNkL3NwYXJjNjQvTWFrZWZpbGUiKSBDT05GSUdfRklMRVM9IiRDT05G SUdfRklMRVMgc3JjL29zL2JzZC94ODZfNjQvTWFrZWZpbGUiIDs7CisgICAgICJsaWIvTWFrZWZp bGUiKSBDT05GSUdfRklMRVM9IiRDT05GSUdfRklMRVMgbGliL01ha2VmaWxlIiA7OworICAgICAi bGliL2phdmEvTWFrZWZpbGUiKSBDT05GSUdfRklMRVM9IiRDT05GSUdfRklMRVMgbGliL2phdmEv TWFrZWZpbGUiIDs7CisgICAgICJsaWIvamF2YS9sYW5nL01ha2VmaWxlIikgQ09ORklHX0ZJTEVT PSIkQ09ORklHX0ZJTEVTIGxpYi9qYXZhL2xhbmcvTWFrZWZpbGUiIDs7CmRpZmYgLS1naXQgYS9q YXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtbGliX01ha2VmaWxlLmluIGIvamF2YS9qYW12 bS1pbml0aWFsL2ZpbGVzL3BhdGNoLWxpYl9NYWtlZmlsZS5pbgpuZXcgZmlsZSBtb2RlIDEwMDY0 NAppbmRleCAwMDAwMDAwLi4zZmFmZTBhCi0tLSAvZGV2L251bGwKKysrIGIvamF2YS9qYW12bS1p bml0aWFsL2ZpbGVzL3BhdGNoLWxpYl9NYWtlZmlsZS5pbgpAQCAtMCwwICsxLDExIEBACistLS0g bGliL01ha2VmaWxlLmluLm9yaWcJMjAxMi0wMS0xNyAyMTowNToyNi4wMDAwMDAwMDAgKzAxMDAK KysrKyBsaWIvTWFrZWZpbGUuaW4JMjAxMi0wMS0xNyAyMTowNjoxOC4wMDAwMDAwMDAgKzAxMDAK K0BAIC0xNzYsNyArMTc2LDcgQEAgdG9wX3NyY2RpciA9IEB0b3Bfc3JjZGlyQAorIHVzZV96aXBf bm8gPSBAdXNlX3ppcF9ub0AKKyB1c2VfemlwX3llcyA9IEB1c2VfemlwX3llc0AKKyB3aXRoX2Ns YXNzcGF0aF9pbnN0YWxsX2RpciA9IEB3aXRoX2NsYXNzcGF0aF9pbnN0YWxsX2RpckAKKy1DUF9M SUJfRElSID0gJHt3aXRoX2NsYXNzcGF0aF9pbnN0YWxsX2Rpcn0vc2hhcmUvY2xhc3NwYXRoCisr Q1BfTElCX0RJUiA9ICR7d2l0aF9jbGFzc3BhdGhfaW5zdGFsbF9kaXJ9L3NoYXJlL2NsYXNzcGF0 aC1pbml0aWFsCisgR0xJQkpfWklQID0gJHtDUF9MSUJfRElSfS9nbGliai56aXAKKyBTVUJESVJT ID0gamFtdm0gamF2YSBnbnUgc3VuCisgRVhUUkFfRElTVCA9IGNsYXNzZXMuemlwIFJFQURNRQpk aWZmIC0tZ2l0IGEvamF2YS9qYW12bS1pbml0aWFsL2ZpbGVzL3BhdGNoLXNyY19NYWtlZmlsZS5p biBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfTWFrZWZpbGUuaW4KbmV3IGZp bGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uZDE1OTcwMwotLS0gL2Rldi9udWxsCisrKyBi L2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfTWFrZWZpbGUuaW4KQEAgLTAsMCAr MSwyMSBAQAorLS0tIHNyYy9NYWtlZmlsZS5pbi5vcmlnCTIwMTItMDEtMTcgMjE6NTM6NDQuMDAw MDAwMDAwICswMTAwCisrKysgc3JjL01ha2VmaWxlLmluCTIwMTItMDEtMTcgMjE6NTA6MzkuMDAw MDAwMDAwICswMTAwCitAQCAtMzQsNyArMzQsNyBAQCBQUkVfVU5JTlNUQUxMID0gOgorIFBPU1Rf VU5JTlNUQUxMID0gOgorIGJ1aWxkX3RyaXBsZXQgPSBAYnVpbGRACisgaG9zdF90cmlwbGV0ID0g QGhvc3RACistYmluX1BST0dSQU1TID0gamFtdm0kKEVYRUVYVCkKKytiaW5fUFJPR1JBTVMgPSBq YW12bSQoRVhFRVhUKSBqYW12bS1pbml0aWFsJChFWEVFWFQpCisgc3ViZGlyID0gc3JjCisgRElT VF9DT01NT04gPSAkKGluY2x1ZGVfSEVBREVSUykgJChzcmNkaXIpL01ha2VmaWxlLmFtIFwKKyAJ JChzcmNkaXIpL01ha2VmaWxlLmluICQoc3JjZGlyKS9jb25maWcuaC5pbgorQEAgLTM2MCw2ICsz NjAsOSBAQCBqYW12bSQoRVhFRVhUKTogJChqYW12bV9PQkpFQ1RTKSAkKGphbXZtCisgCUBybSAt ZiBqYW12bSQoRVhFRVhUKQorIAkkKExJTkspICQoamFtdm1fT0JKRUNUUykgJChqYW12bV9MREFE RCkgJChMSUJTKQorIAorK2phbXZtLWluaXRpYWwkKEVYRUVYVCk6IGphbXZtJChFWEVFWFQpCisr CUBjcCBqYW12bSQoRVhFRVhUKSBqYW12bS1pbml0aWFsJChFWEVFWFQpCisrCisgbW9zdGx5Y2xl YW4tY29tcGlsZToKKyAJLXJtIC1mICouJChPQkpFWFQpCisgCmRpZmYgLS1naXQgYS9qYXZhL2ph bXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2FsbG9jLmMgYi9qYXZhL2phbXZtLWluaXRpYWwv ZmlsZXMvcGF0Y2gtc3JjX2FsbG9jLmMKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAw MC4uYTE0YjcyMAotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9w YXRjaC1zcmNfYWxsb2MuYwpAQCAtMCwwICsxLDQ2IEBACistLS0gc3JjL2FsbG9jLmMub3JpZwky MDA4LTAyLTIyIDAyOjU3OjQyLjAwMDAwMDAwMCArMDEwMAorKysrIHNyYy9hbGxvYy5jCTIwMTIt MDEtMjYgMTk6MzI6NDAuMDAwMDAwMDAwICswMTAwCitAQCAtMjEzNCw4ICsyMTM0LDggQEAgdW5z aWduZWQgbG9uZyBtYXhIZWFwTWVtKCkgeworICAgICBzdXNwZW5kZWQgd2hpbGUgaG9sZGluZyB0 aGUgbWFsbG9jIGxvY2sgKi8KKyAKKyB2b2lkICpnY01lbU1hbGxvYyhpbnQgbikgeworLSAgICBp bnQgc2l6ZSA9IG4gKyBzaXplb2YoaW50KTsKKy0gICAgaW50ICptZW0gPSBtbWFwKDAsIHNpemUs IFBST1RfUkVBRHxQUk9UX1dSSVRFLAorKyAgICB1aW50cHRyX3Qgc2l6ZSA9IG4gKyBzaXplb2Yo dWludHB0cl90KTsKKysgICAgdWludHB0cl90ICptZW0gPSBtbWFwKDAsIHNpemUsIFBST1RfUkVB RHxQUk9UX1dSSVRFLAorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgTUFQX1BSSVZBVEV8 TUFQX0FOT04sIC0xLCAwKTsKKyAKKyAgICAgaWYobWVtID09IE1BUF9GQUlMRUQpIHsKK0BAIC0y MTUxLDkgKzIxNTEsOSBAQCB2b2lkICpnY01lbVJlYWxsb2Modm9pZCAqYWRkciwgaW50IHNpemUp CisgICAgIGlmKGFkZHIgPT0gTlVMTCkKKyAgICAgICAgIHJldHVybiBnY01lbU1hbGxvYyhzaXpl KTsKKyAgICAgZWxzZSB7CistICAgICAgICBpbnQgKm1lbSA9IGFkZHI7CistICAgICAgICBpbnQg b2xkX3NpemUgPSAqLS1tZW07CistICAgICAgICBpbnQgbmV3X3NpemUgPSBzaXplICsgc2l6ZW9m KGludCk7CisrICAgICAgICB1aW50cHRyX3QgKm1lbSA9IGFkZHI7CisrICAgICAgICB1aW50cHRy X3Qgb2xkX3NpemUgPSAqLS1tZW07CisrICAgICAgICB1aW50cHRyX3QgbmV3X3NpemUgPSBzaXpl ICsgc2l6ZW9mKHVpbnRwdHJfdCk7CisgCisgICAgICAgICBpZihvbGRfc2l6ZS9zeXNfcGFnZV9z aXplID09IG5ld19zaXplL3N5c19wYWdlX3NpemUpIHsKKyAgICAgICAgICAgICAqbWVtID0gbmV3 X3NpemU7CitAQCAtMjE2Miw3ICsyMTYyLDcgQEAgdm9pZCAqZ2NNZW1SZWFsbG9jKHZvaWQgKmFk ZHIsIGludCBzaXplKQorICAgICAgICAgICAgIGludCBjb3B5X3NpemUgPSBuZXdfc2l6ZSA+IG9s ZF9zaXplID8gb2xkX3NpemUgOiBuZXdfc2l6ZTsKKyAgICAgICAgICAgICB2b2lkICpuZXdfbWVt ID0gZ2NNZW1NYWxsb2Moc2l6ZSk7CisgCistICAgICAgICAgICAgbWVtY3B5KG5ld19tZW0sIGFk ZHIsIGNvcHlfc2l6ZSAtIHNpemVvZihpbnQpKTsKKysgICAgICAgICAgICBtZW1jcHkobmV3X21l bSwgYWRkciwgY29weV9zaXplIC0gc2l6ZW9mKHVpbnRwdHJfdCkpOworICAgICAgICAgICAgIG11 bm1hcChtZW0sIG9sZF9zaXplKTsKKyAKKyAgICAgICAgICAgICByZXR1cm4gbmV3X21lbTsKK0BA IC0yMTcyLDggKzIxNzIsOCBAQCB2b2lkICpnY01lbVJlYWxsb2Modm9pZCAqYWRkciwgaW50IHNp emUpCisgCisgdm9pZCBnY01lbUZyZWUodm9pZCAqYWRkcikgeworICAgICBpZihhZGRyICE9IE5V TEwpIHsKKy0gICAgICAgIGludCAqbWVtID0gYWRkcjsKKy0gICAgICAgIGludCBzaXplID0gKi0t bWVtOworKyAgICAgICAgdWludHB0cl90ICptZW0gPSBhZGRyOworKyAgICAgICAgdWludHB0cl90 IHNpemUgPSAqLS1tZW07CisgICAgICAgICBtdW5tYXAobWVtLCBzaXplKTsKKyAgICAgfQorIH0K ZGlmZiAtLWdpdCBhL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfYXJjaF9zcGFy YzY0LmggYi9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2FyY2hfc3BhcmM2NC5o Cm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4IDAwMDAwMDAuLmM0YWY0YzEKLS0tIC9kZXYvbnVs bAorKysgYi9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2FyY2hfc3BhcmM2NC5o CkBAIC0wLDAgKzEsMTM3IEBACistLS0gc3JjL2FyY2gvc3BhcmM2NC5oLm9yaWcJMjAxMi0wMS0y NiAxOTozMjo0MC4wMDAwMDAwMDAgKzAxMDAKKysrKyBzcmMvYXJjaC9zcGFyYzY0LmgJMjAxMi0w MS0yNiAxOTozMjo0MC4wMDAwMDAwMDAgKzAxMDAKK0BAIC0wLDAgKzEsMTM0IEBACisrLyoKKysg KiBDb3B5cmlnaHQgKEMpIDIwMDMsIDIwMDQsIDIwMDUsIDIwMDYsIDIwMDcsIDIwMDgKKysgKiBS b2JlcnQgTG91Z2hlciA8cm9iQGxvdWdoZXIub3JnLnVrPi4KKysgKgorKyAqIFRoaXMgZmlsZSBp cyBwYXJ0IG9mIEphbVZNLgorKyAqCisrICogVGhpcyBwcm9ncmFtIGlzIGZyZWUgc29mdHdhcmU7 IHlvdSBjYW4gcmVkaXN0cmlidXRlIGl0IGFuZC9vcgorKyAqIG1vZGlmeSBpdCB1bmRlciB0aGUg dGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlCisrICogYXMgcHVibGlzaGVk IGJ5IHRoZSBGcmVlIFNvZnR3YXJlIEZvdW5kYXRpb247IGVpdGhlciB2ZXJzaW9uIDIsCisrICog b3IgKGF0IHlvdXIgb3B0aW9uKSBhbnkgbGF0ZXIgdmVyc2lvbi4KKysgKgorKyAqIFRoaXMgcHJv Z3JhbSBpcyBkaXN0cmlidXRlZCBpbiB0aGUgaG9wZSB0aGF0IGl0IHdpbGwgYmUgdXNlZnVsLAor KyAqIGJ1dCBXSVRIT1VUIEFOWSBXQVJSQU5UWTsgd2l0aG91dCBldmVuIHRoZSBpbXBsaWVkIHdh cnJhbnR5IG9mCisrICogTUVSQ0hBTlRBQklMSVRZIG9yIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxB UiBQVVJQT1NFLiAgU2VlIHRoZQorKyAqIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIGZvciBt b3JlIGRldGFpbHMuCisrICoKKysgKiBZb3Ugc2hvdWxkIGhhdmUgcmVjZWl2ZWQgYSBjb3B5IG9m IHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZQorKyAqIGFsb25nIHdpdGggdGhpcyBwcm9n cmFtOyBpZiBub3QsIHdyaXRlIHRvIHRoZSBGcmVlIFNvZnR3YXJlCisrICogRm91bmRhdGlvbiwg NTEgRnJhbmtsaW4gU3RyZWV0LCBGaWZ0aCBGbG9vciwgQm9zdG9uLCBNQSAwMjExMC0xMzAxLCBV U0EuCisrICovCisrCisrI2RlZmluZSBPU19BUkNIICJzcGFyYzY0IgorKworKyNkZWZpbmUgSEFO RExFUl9UQUJMRV9UIHN0YXRpYyBjb25zdCB2b2lkCisrI2RlZmluZSBET1VCTEVfMV9CSVRTIDB4 M2ZmMDAwMDAwMDAwMDAwMExMCisrCisrI2RlZmluZSBSRUFEX0RCTCh2LHAsbCkJdiA9ICgodTgp cFswXTw8NTYpfCgodTgpcFsxXTw8NDgpfCgodTgpcFsyXTw8NDApICBcCisrICAgICAgICAgICAg ICAgICAgICAgICAgICAgIHwoKHU4KXBbM108PDMyKXwoKHU4KXBbNF08PDI0KXwoKHU4KXBbNV08 PDE2KSBcCisrICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwoKHU4KXBbNl08PDgpfCh1OClw WzddOyBwKz04CisrCisrI2RlZmluZSBGUFVfSEFDSworKworK3N0YXRpYyBpbmxpbmUgdWludDMy X3QKKytjb21wYXJlX2FuZF9zd2FwXzMyKHZvbGF0aWxlIHVpbnQzMl90ICphZGRyLCB1aW50MzJf dCBvbGR2YWwsIHVpbnQzMl90IG5ld3ZhbCkKKyt7CisrICAgdWludDMyX3QgcmVzdWx0OworKyAg IF9fYXNtX18gX192b2xhdGlsZV9fICgiY2FzIFslNF0sICUyLCAlMCIKKysgICAJCQk6ICI9ciIg KHJlc3VsdCksICI9bSIgKCphZGRyKQorKwkJCTogInIiIChvbGR2YWwpLCAibSIgKCphZGRyKSwg InIiIChhZGRyKSwKKysJCQkiMCIgKG5ld3ZhbCkpOworKyAgcmV0dXJuIHJlc3VsdCA9PSBvbGR2 YWw7CisrfQorKworKyNkZWZpbmUgQ09NUEFSRV9BTkRfU1dBUDMyIGNvbXBhcmVfYW5kX3N3YXBf MzIKKysKKytzdGF0aWMgaW5saW5lIHVpbnQ2NF90CisrY29tcGFyZV9hbmRfc3dhcF82NCggdm9s YXRpbGUgdWludDY0X3QgKmFkZHIsIAorKyAgICAgICAgICAgICAgICAgICAgIHZvbGF0aWxlIHVp bnQ2NF90IG9sZHZhbCwgCisrICAgICAgICAgICAgICAgICAgICAgdm9sYXRpbGUgdWludDY0X3Qg bmV3dmFsICkKKyt7CisrI2lmIDEKKysgICB1aW50NjRfdCByZXN1bHQ7CisrICAgX19hc21fXyBf X3ZvbGF0aWxlX18gKCJjYXN4IFslNF0sICUyLCAlMCIKKysgICAJCQk6ICI9ciIgKHJlc3VsdCks ICI9bSIgKCphZGRyKQorKwkJCTogInIiIChvbGR2YWwpLCAibSIgKCphZGRyKSwgInIiIChhZGRy KSwKKysJCQkiMCIgKG5ld3ZhbCkpOworKyAgcmV0dXJuIHJlc3VsdCA9PSBvbGR2YWw7CisrI2Vs c2UKKysgIGlmKCphZGRyID09IG9sZHZhbCkgeyAgICAgICAgICAgICAgICAgICAgICAgCisrICAg ICAgICAqYWRkciA9IG5ld3ZhbDsgICAgICAgICAgICAgICAgICAgICAgICAKKysgICAgICAgIHJl dHVybiAxOworKyAgICB9IGVsc2UgeworKyAgICAgICAgcmV0dXJuIDA7CisrICAgIH0KKysgIAor KyNlbmRpZgorK30KKysKKysjZGVmaW5lIENPTVBBUkVfQU5EX1NXQVA2NCBjb21wYXJlX2FuZF9z d2FwXzY0ICAgIAorKyNpZmRlZiBfX2FyY2g2NF9fCisrIyAgZGVmaW5lIENPTVBBUkVfQU5EX1NX QVAgQ09NUEFSRV9BTkRfU1dBUDY0CisrI2Vsc2UKKysjICBkZWZpbmUgQ09NUEFSRV9BTkRfU1dB UCBDT01QQVJFX0FORF9TV0FQMzIKKysjZW5kaWYKKysKKysjZGVmaW5lIFNUT1JFX0xPQUQgX19h c21fXyBfX3ZvbGF0aWxlX18gKCJtZW1iYXIgI1N0b3JlTG9hZCIgOiA6IDogIm1lbW9yeSIpCisr CisrCisrI2RlZmluZSBMT0NLV09SRF9SRUFEKGFkZHIpICh7IFNUT1JFX0xPQUQ7ICphZGRyOyB9 KQorKyNkZWZpbmUgTE9DS1dPUkRfV1JJVEUoYWRkciwgdmFsdWUpICh7IFNUT1JFX0xPQUQ7ICph ZGRyID0gdmFsdWU7IH0pCisrI2RlZmluZSBMT0NLV09SRF9DT01QQVJFX0FORF9TV0FQIENPTVBB UkVfQU5EX1NXQVAKKysKKysjZGVmaW5lIF9fR0VOX1JFTF9KTVAodGFyZ2V0X2FkZHIsIHBhdGNo X2FkZHIsIG9wY29kZSwgICAgICAgXAorKyAgICAgICAgICAgICAgICAgICAgICB0eXBlLCBwYXRj aF9zaXplKSAgICAgICAgICAgICAgICAgICAgICBcCisrKHsgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwKKysgICAgaW50IHBhdGNoZWQg PSBGQUxTRTsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXAorKyAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcCisr ICAgIGlmKHBhdGNoX3NpemUgPj0gMSArIHNpemVvZih0eXBlKSkgeyAgICAgICAgICAgICAgICAg ICAgIFwKKysgICAgICAgIGNoYXIgKm54dF9pbnNfcHRyID0gKHBhdGNoX2FkZHIpICsgMSArIHNp emVvZih0eXBlKTsgXAorKyAgICAgICAgdWludHB0cl90IGxpbWl0ID0gMVVMTDw8KChzaXplb2Yo dHlwZSkgKiA4KSAtIDEpOyAgICBcCisrICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwKKysgICAgICAgIC8qIFRoZSBjaGVjayBpcyBk b25lIGluIHR3byBwYXJ0cyB0byBlbnN1cmUgdGhlICAgICAgXAorKyAgICAgICAgICAgcmVzdWx0 IGlzIGFsd2F5cyBwb3NpdGl2ZSwgdG8gZ3VhcmQgYWdhaW5zdCAgICAgICBcCisrICAgICAgICAg ICB0aGUgcG9pbnRlciBkaWZmZXJlbmNlIGJlaW5nIGxhcmdlciB0aGFuIHRoZSAgICAgIFwKKysg ICAgICAgICAgIHNpZ25lZCByYW5nZSAqLyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgXAorKyAgICAgICAgaWYodGFyZ2V0X2FkZHIgPiBueHRfaW5zX3B0cikgeyAgICAgICAgICAg ICAgICAgICAgICBcCisrICAgICAgICAgICAgdWludHB0cl90IGRpc3AgPSAodGFyZ2V0X2FkZHIp IC0gKG54dF9pbnNfcHRyKTsgIFwKKysgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgXAorKyAgICAgICAgICAgIGlmKGRpc3AgPCBsaW1p dCkgeyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcCisrICAgICAgICAgICAgICAgICoo cGF0Y2hfYWRkcikgPSBvcGNvZGU7ICAgICAgICAgICAgICAgICAgICAgIFwKKysgICAgICAgICAg ICAgICAgKih0eXBlKikmKHBhdGNoX2FkZHIpWzFdID0gZGlzcDsgICAgICAgICAgICAgXAorKyAg ICAgICAgICAgICAgICBwYXRjaGVkID0gVFJVRTsgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICBcCisrICAgICAgICAgICAgfSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIFwKKysgICAgICAgIH0gZWxzZSB7ICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgXAorKyAgICAgICAgICAgIHVpbnRwdHJfdCBkaXNwID0gKG54dF9p bnNfcHRyKSAtICh0YXJnZXRfYWRkcik7ICBcCisrICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwKKysgICAgICAgICAgICBpZihkaXNw IDw9IGxpbWl0KSB7ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXAorKyAgICAgICAgICAg ICAgICAqKHBhdGNoX2FkZHIpID0gb3Bjb2RlOyAgICAgICAgICAgICAgICAgICAgICBcCisrICAg ICAgICAgICAgICAgICoodHlwZSopJihwYXRjaF9hZGRyKVsxXSA9IC1kaXNwOyAgICAgICAgICAg IFwKKysgICAgICAgICAgICAgICAgcGF0Y2hlZCA9IFRSVUU7ICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgXAorKyAgICAgICAgICAgIH0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICBcCisrICAgICAgICB9ICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIFwKKysgICAgfSAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXAorKyAgICBwYXRjaGVkOyAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcCisrfSkKKysKKysjZGVm aW5lIEdFTl9SRUxfSk1QKHRhcmdldF9hZGRyLCBwYXRjaF9hZGRyLCBwYXRjaF9zaXplKSBcCisr KHsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg XAorKyAgICBfX0dFTl9SRUxfSk1QKHRhcmdldF9hZGRyLCBwYXRjaF9hZGRyLCAweGViLCAgICAg ICAgIFwKKysgICAgICAgICAgICAgICAgICBzaWduZWQgY2hhciwgcGF0Y2hfc2l6ZSkgfHwgICAg ICAgICAgICBcCisrICAgIF9fR0VOX1JFTF9KTVAodGFyZ2V0X2FkZHIsIHBhdGNoX2FkZHIsIDB4 ZTksICAgICAgICAgXAorKyAgICAgICAgICAgICAgICAgIHNpZ25lZCBpbnQsIHBhdGNoX3NpemUp OyAgICAgICAgICAgICAgIFwKKyt9KQorKworKyNpZmRlZiBJTkxJTklORworKyNlcnJvciAiSSBk b24ndCBrbm93IGhvdyB0byBmbHVzaCIKKysjZGVmaW5lIEZMVVNIX0NBQ0hFKGFkZHIsIGxlbmd0 aCkKKysjZW5kaWYKKysjZGVmaW5lIE1CQVJSSUVSKCkgX19hc21fXyBfX3ZvbGF0aWxlX18gKCJt ZW1iYXIgI0xvYWRMb2FkIHwgI0xvYWRTdG9yZSJcCisrICAgICAgICAgICAgICAgICAgICAgICAg IiB8ICNTdG9yZUxvYWQgfCAjU3RvcmVTdG9yZSIgOiA6IDogIm1lbW9yeSIpCisrI2RlZmluZSBV TkxPQ0tfTUJBUlJJRVIoKSBNQkFSUklFUigpCisrI2RlZmluZSBKTU1fTE9DS19NQkFSUklFUigp IE1CQVJSSUVSKCkKKysjZGVmaW5lIEpNTV9VTkxPQ0tfTUJBUlJJRVIoKSBNQkFSUklFUigpCisr CmRpZmYgLS1naXQgYS9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2NsYXNzLmgg Yi9qYXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2NsYXNzLmgKbmV3IGZpbGUgbW9k ZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uNDdjYWI5NQotLS0gL2Rldi9udWxsCisrKyBiL2phdmEv amFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfY2xhc3MuaApAQCAtMCwwICsxLDE4IEBACist LS0gc3JjL2NsYXNzLmgub3JpZwkyMDEyLTAxLTE3IDIyOjAzOjA3LjAwMDAwMDAwMCArMDEwMAor KysrIHNyYy9jbGFzcy5oCTIwMTItMDEtMTcgMjI6MDQ6MTIuMDAwMDAwMDAwICswMTAwCitAQCAt MzksMTEgKzM5LDExIEBACisgICAgc2VwYXJhdGUgY2xhc3MgZmlsZXMgaW4gYSBkaXJlY3Rvcnkg c3RydWN0dXJlICovCisgCisgI2lmZGVmIFVTRV9aSVAKKy0jZGVmaW5lIEpBTVZNX0NMQVNTRVMg SU5TVEFMTF9ESVIiL3NoYXJlL2phbXZtL2NsYXNzZXMuemlwIgorLSNkZWZpbmUgQ0xBU1NQQVRI X0NMQVNTRVMgQ0xBU1NQQVRIX0lOU1RBTExfRElSIi9zaGFyZS9jbGFzc3BhdGgvZ2xpYmouemlw IgorKyNkZWZpbmUgSkFNVk1fQ0xBU1NFUyBJTlNUQUxMX0RJUiIvc2hhcmUvamFtdm0taW5pdGlh bC9jbGFzc2VzLnppcCIKKysjZGVmaW5lIENMQVNTUEFUSF9DTEFTU0VTIENMQVNTUEFUSF9JTlNU QUxMX0RJUiIvc2hhcmUvY2xhc3NwYXRoLWluaXRpYWwvZ2xpYmouemlwIgorICNlbHNlCistI2Rl ZmluZSBKQU1WTV9DTEFTU0VTIElOU1RBTExfRElSIi9zaGFyZS9qYW12bS9jbGFzc2VzIgorLSNk ZWZpbmUgQ0xBU1NQQVRIX0NMQVNTRVMgQ0xBU1NQQVRIX0lOU1RBTExfRElSIi9zaGFyZS9jbGFz c3BhdGgiCisrI2RlZmluZSBKQU1WTV9DTEFTU0VTIElOU1RBTExfRElSIi9zaGFyZS9qYW12bS1p bml0aWFsL2NsYXNzZXMiCisrI2RlZmluZSBDTEFTU1BBVEhfQ0xBU1NFUyBDTEFTU1BBVEhfSU5T VEFMTF9ESVIiL3NoYXJlL2NsYXNzcGF0aC1pbml0aWFsIgorICNlbmRpZgorIAorICNkZWZpbmUg REZMVF9CQ1AgSkFNVk1fQ0xBU1NFUyI6IkNMQVNTUEFUSF9DTEFTU0VTCmRpZmYgLS1naXQgYS9q YXZhL2phbXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX2RsbC5jIGIvamF2YS9qYW12bS1pbml0 aWFsL2ZpbGVzL3BhdGNoLXNyY19kbGwuYwpuZXcgZmlsZSBtb2RlIDEwMDY0NAppbmRleCAwMDAw MDAwLi4zMzExYTZkCi0tLSAvZGV2L251bGwKKysrIGIvamF2YS9qYW12bS1pbml0aWFsL2ZpbGVz L3BhdGNoLXNyY19kbGwuYwpAQCAtMCwwICsxLDExIEBACistLS0gc3JjL2RsbC5jLm9yaWcJMjAx Mi0wMS0xNyAyMjoyODoyNy4wMDAwMDAwMDAgKzAxMDAKKysrKyBzcmMvZGxsLmMJMjAxMi0wMS0x NyAyMjoyODo0MC4wMDAwMDAwMDAgKzAxMDAKK0BAIC0zMDYsNyArMzA2LDcgQEAgY2hhciAqZ2V0 RGxsUGF0aCgpIHsKKyB9CisgCisgY2hhciAqZ2V0Qm9vdERsbFBhdGgoKSB7CistICAgIHJldHVy biBDTEFTU1BBVEhfSU5TVEFMTF9ESVIiL2xpYi9jbGFzc3BhdGgiOworKyAgICByZXR1cm4gQ0xB U1NQQVRIX0lOU1RBTExfRElSIi9saWIvY2xhc3NwYXRoLWluaXRpYWwiOworIH0KKyAKKyBjaGFy ICpnZXREbGxOYW1lKGNoYXIgKm5hbWUpIHsKZGlmZiAtLWdpdCBhL2phdmEvamFtdm0taW5pdGlh bC9maWxlcy9wYXRjaC1zcmNfZGxsX2ZmaS5jIGIvamF2YS9qYW12bS1pbml0aWFsL2ZpbGVzL3Bh dGNoLXNyY19kbGxfZmZpLmMKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uYmNh YjQ4NAotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1z cmNfZGxsX2ZmaS5jCkBAIC0wLDAgKzEsMTMgQEAKKy0tLSBzcmMvZGxsX2ZmaS5jLm9yaWcJMjAw Ny0xMS0xMiAwNTowNDozNy4wMDAwMDAwMDAgKzAxMDAKKysrKyBzcmMvZGxsX2ZmaS5jCTIwMTIt MDEtMjYgMTk6MzI6NDAuMDAwMDAwMDAwICswMTAwCitAQCAtNzIsOCArNzIsOCBAQCBpbnQgbmF0 aXZlRXh0cmFBcmcoTWV0aG9kQmxvY2sgKm1iKSB7CisgdWludHB0cl90ICpjYWxsSk5JTWV0aG9k KHZvaWQgKmVudiwgQ2xhc3MgKmNsYXNzLCBjaGFyICpzaWcsIGludCBudW1fYXJncywgdWludHB0 cl90ICpvc3RhY2ssCisgICAgICAgICAgICAgICAgICAgICAgICAgIHVuc2lnbmVkIGNoYXIgKmZ1 bmMpIHsKKyAgICAgZmZpX2NpZiBjaWY7CistICAgIHZvaWQgKnZhbHVlc1tudW1fYXJnc107Cist ICAgIGZmaV90eXBlICp0eXBlc1tudW1fYXJnc107CisrICAgIHZvaWQgKnZhbHVlc1tudW1fYXJn cyArIDFdOworKyAgICBmZmlfdHlwZSAqdHlwZXNbbnVtX2FyZ3MgKyAxXTsKKyAgICAgdWludHB0 cl90ICpvcG50ciA9IG9zdGFjazsKKyAgICAgdm9pZCAqKnZhbHVlc19wbnRyID0gJnZhbHVlc1sy XTsKKyAgICAgZmZpX3R5cGUgKip0eXBlc19wbnRyID0gJnR5cGVzWzJdOwpkaWZmIC0tZ2l0IGEv amF2YS9qYW12bS1pbml0aWFsL2ZpbGVzL3BhdGNoLXNyY19mcmFtZS5oIGIvamF2YS9qYW12bS1p bml0aWFsL2ZpbGVzL3BhdGNoLXNyY19mcmFtZS5oCm5ldyBmaWxlIG1vZGUgMTAwNjQ0CmluZGV4 IDAwMDAwMDAuLjAxNGU4YzAKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2phbXZtLWluaXRpYWwv ZmlsZXMvcGF0Y2gtc3JjX2ZyYW1lLmgKQEAgLTAsMCArMSwyMiBAQAorLS0tIHNyYy9mcmFtZS5o Lm9yaWcJMjAwOC0wMS0yNiAwMjoxNTo0MS4wMDAwMDAwMDAgKzAxMDAKKysrKyBzcmMvZnJhbWUu aAkyMDEyLTAxLTI2IDE5OjMyOjQwLjAwMDAwMDAwMCArMDEwMAorQEAgLTE5LDYgKzE5LDEwIEBA CisgICogRm91bmRhdGlvbiwgNTEgRnJhbmtsaW4gU3RyZWV0LCBGaWZ0aCBGbG9vciwgQm9zdG9u LCBNQSAwMjExMC0xMzAxLCBVU0EuCisgICovCisgCisrLyogRW5zdXJlIG9wZXJhbmQgc3RhY2sg aXMgZG91YmxlLXdvcmQgYWxpZ25lZC4gIFRoaXMgbGVhZHMgdG8KKysgICBiZXR0ZXIgZG91Ymxl IGZsb2F0aW5nLXBvaW50IHBlcmZvcm1hbmNlICovCisrI2RlZmluZSBBTElHTl9PU1RBQ0socG50 cikgKHVpbnRwdHJfdCopKCgodWludHB0cl90KShwbnRyKSArIDcpICYgfjcpCisrCisgI2RlZmlu ZSBDUkVBVEVfVE9QX0ZSQU1FKGVlLCBjbGFzcywgbWIsIHNwLCByZXQpICAgICAgICAgICAgICAg IFwKKyB7ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgXAorICAgICBGcmFtZSAqbGFzdCA9IGVlLT5sYXN0X2ZyYW1lOyAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICBcCitAQCAtMjgsNyArMzIsNyBAQAorICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcCisg ICAgIHJldCA9ICh2b2lkKikgKHNwID0gKHVpbnRwdHJfdCopKGR1bW15KzEpKTsgICAgICAgICAg ICAgICAgIFwKKyAgICAgbmV3X2ZyYW1lID0gKEZyYW1lICopKHNwICsgbWItPm1heF9sb2NhbHMp OyAgICAgICAgICAgICAgICAgXAorLSAgICBuZXdfb3N0YWNrID0gKHVpbnRwdHJfdCAqKShuZXdf ZnJhbWUgKyAxKTsgICAgICAgICAgICAgICAgICBcCisrICAgIG5ld19vc3RhY2sgPSBBTElHTl9P U1RBQ0sobmV3X2ZyYW1lICsgMSk7ICAgICAgICAgICAgICAgICAgXAorICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcCisgICAg IGlmKChjaGFyKikobmV3X29zdGFjayArIG1iLT5tYXhfc3RhY2spID4gZWUtPnN0YWNrX2VuZCkg eyAgIFwKKyAgICAgICAgIGlmKGVlLT5vdmVyZmxvdysrKSB7ICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgXApkaWZmIC0tZ2l0IGEvamF2YS9qYW12bS1pbml0aWFsL2ZpbGVzL3Bh dGNoLXNyY19vc19ic2Rfb3MuYyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNf b3NfYnNkX29zLmMKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uOGMwNjMzNQot LS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfb3Nf YnNkX29zLmMKQEAgLTAsMCArMSwxMSBAQAorLS0tIHNyYy9vcy9ic2Qvb3MuYy5vcmlnCTIwMDct MDItMjQgMTc6MTM6MTIuMDAwMDAwMDAwICswMTAwCisrKysgc3JjL29zL2JzZC9vcy5jCTIwMTIt MDEtMjYgMTk6MzI6NDAuMDAwMDAwMDAwICswMTAwCitAQCAtNDgsNyArNDgsNyBAQCB2b2lkICpu YXRpdmVTdGFja0Jhc2UoKSB7Cisgdm9pZCAqbmF0aXZlU3RhY2tCYXNlKCkgeworICAgICBwdGhy ZWFkX2F0dHJfdCBhdHRyOworICAgICB2b2lkICphZGRyOworLSAgICBpbnQgc2l6ZTsKKysgICAg c2l6ZV90IHNpemU7CisgCisgICAgIHB0aHJlYWRfYXR0cl9pbml0KCZhdHRyKTsKKyAgICAgcHRo cmVhZF9hdHRyX2dldF9ucChwdGhyZWFkX3NlbGYoKSwgJmF0dHIpOwpkaWZmIC0tZ2l0IGEvamF2 YS9qYW12bS1pbml0aWFsL2ZpbGVzL3BhdGNoLXNyY19vc19ic2Rfc3BhcmM2NF9NYWtlZmlsZS5p biBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfb3NfYnNkX3NwYXJjNjRfTWFr ZWZpbGUuaW4KbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uZWVjNzAwNgotLS0g L2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNfb3NfYnNk X3NwYXJjNjRfTWFrZWZpbGUuaW4KQEAgLTAsMCArMSw0NDkgQEAKKy0tLSBzcmMvb3MvYnNkL3Nw YXJjNjQvTWFrZWZpbGUuaW4ub3JpZwkyMDEyLTAxLTI3IDIxOjM2OjE0LjAwMDAwMDAwMCArMDEw MAorKysrIHNyYy9vcy9ic2Qvc3BhcmM2NC9NYWtlZmlsZS5pbgkyMDEyLTAxLTI3IDIxOjM5OjE0 LjAwMDAwMDAwMCArMDEwMAorQEAgLTAsMCArMSw0NDYgQEAKKysjIE1ha2VmaWxlLmluIGdlbmVy YXRlZCBieSBhdXRvbWFrZSAxLjEwLjEgZnJvbSBNYWtlZmlsZS5hbS4KKysjIEBjb25maWd1cmVf aW5wdXRACisrCisrIyBDb3B5cmlnaHQgKEMpIDE5OTQsIDE5OTUsIDE5OTYsIDE5OTcsIDE5OTgs IDE5OTksIDIwMDAsIDIwMDEsIDIwMDIsCisrIyAyMDAzLCAyMDA0LCAyMDA1LCAyMDA2LCAyMDA3 LCAyMDA4ICBGcmVlIFNvZnR3YXJlIEZvdW5kYXRpb24sIEluYy4KKysjIFRoaXMgTWFrZWZpbGUu aW4gaXMgZnJlZSBzb2Z0d2FyZTsgdGhlIEZyZWUgU29mdHdhcmUgRm91bmRhdGlvbgorKyMgZ2l2 ZXMgdW5saW1pdGVkIHBlcm1pc3Npb24gdG8gY29weSBhbmQvb3IgZGlzdHJpYnV0ZSBpdCwKKysj IHdpdGggb3Igd2l0aG91dCBtb2RpZmljYXRpb25zLCBhcyBsb25nIGFzIHRoaXMgbm90aWNlIGlz IHByZXNlcnZlZC4KKysKKysjIFRoaXMgcHJvZ3JhbSBpcyBkaXN0cmlidXRlZCBpbiB0aGUgaG9w ZSB0aGF0IGl0IHdpbGwgYmUgdXNlZnVsLAorKyMgYnV0IFdJVEhPVVQgQU5ZIFdBUlJBTlRZLCB0 byB0aGUgZXh0ZW50IHBlcm1pdHRlZCBieSBsYXc7IHdpdGhvdXQKKysjIGV2ZW4gdGhlIGltcGxp ZWQgd2FycmFudHkgb2YgTUVSQ0hBTlRBQklMSVRZIG9yIEZJVE5FU1MgRk9SIEEKKysjIFBBUlRJ Q1VMQVIgUFVSUE9TRS4KKysKKytAU0VUX01BS0VACisrCisrVlBBVEggPSBAc3JjZGlyQAorK3Br Z2RhdGFkaXIgPSAkKGRhdGFkaXIpL0BQQUNLQUdFQAorK3BrZ2xpYmRpciA9ICQobGliZGlyKS9A UEFDS0FHRUAKKytwa2dpbmNsdWRlZGlyID0gJChpbmNsdWRlZGlyKS9AUEFDS0FHRUAKKythbV9f Y2QgPSBDRFBBVEg9IiQke1pTSF9WRVJTSU9OKy59JChQQVRIX1NFUEFSQVRPUikiICYmIGNkCisr aW5zdGFsbF9zaF9EQVRBID0gJChpbnN0YWxsX3NoKSAtYyAtbSA2NDQKKytpbnN0YWxsX3NoX1BS T0dSQU0gPSAkKGluc3RhbGxfc2gpIC1jCisraW5zdGFsbF9zaF9TQ1JJUFQgPSAkKGluc3RhbGxf c2gpIC1jCisrSU5TVEFMTF9IRUFERVIgPSAkKElOU1RBTExfREFUQSkKKyt0cmFuc2Zvcm0gPSAk KHByb2dyYW1fdHJhbnNmb3JtX25hbWUpCisrTk9STUFMX0lOU1RBTEwgPSA6CisrUFJFX0lOU1RB TEwgPSA6CisrUE9TVF9JTlNUQUxMID0gOgorK05PUk1BTF9VTklOU1RBTEwgPSA6CisrUFJFX1VO SU5TVEFMTCA9IDoKKytQT1NUX1VOSU5TVEFMTCA9IDoKKytidWlsZF90cmlwbGV0ID0gQGJ1aWxk QAorK2hvc3RfdHJpcGxldCA9IEBob3N0QAorK3N1YmRpciA9IHNyYy9vcy9ic2Qvc3BhcmM2NAor K0RJU1RfQ09NTU9OID0gJChzcmNkaXIpL01ha2VmaWxlLmFtICQoc3JjZGlyKS9NYWtlZmlsZS5p bgorK0FDTE9DQUxfTTQgPSAkKHRvcF9zcmNkaXIpL2FjbG9jYWwubTQKKythbV9fYWNsb2NhbF9t NF9kZXBzID0gJCh0b3Bfc3JjZGlyKS9hY2luY2x1ZGUubTQgXAorKwkkKHRvcF9zcmNkaXIpL2Nv bmZpZ3VyZS5hYworK2FtX19jb25maWd1cmVfZGVwcyA9ICQoYW1fX2FjbG9jYWxfbTRfZGVwcykg JChDT05GSUdVUkVfREVQRU5ERU5DSUVTKSBcCisrCSQoQUNMT0NBTF9NNCkKKytta2luc3RhbGxk aXJzID0gJChTSEVMTCkgJCh0b3Bfc3JjZGlyKS9ta2luc3RhbGxkaXJzCisrQ09ORklHX0hFQURF UiA9ICQodG9wX2J1aWxkZGlyKS9zcmMvY29uZmlnLmgKKytDT05GSUdfQ0xFQU5fRklMRVMgPQor K0xUTElCUkFSSUVTID0gJChub2luc3RfTFRMSUJSQVJJRVMpCisrbGlibmF0aXZlX2xhX0xJQkFE RCA9CisrYW1fbGlibmF0aXZlX2xhX09CSkVDVFMgPSBpbml0LmxvCisrbGlibmF0aXZlX2xhX09C SkVDVFMgPSAkKGFtX2xpYm5hdGl2ZV9sYV9PQkpFQ1RTKQorK0RFRkFVTFRfSU5DTFVERVMgPSAt SS5AYW1fX2lzcmNAIC1JJCh0b3BfYnVpbGRkaXIpL3NyYworK2RlcGNvbXAgPSAkKFNIRUxMKSAk KHRvcF9zcmNkaXIpL2RlcGNvbXAKKythbV9fZGVwZmlsZXNfbWF5YmUgPSBkZXBmaWxlcworK0NP TVBJTEUgPSAkKENDKSAkKERFRlMpICQoREVGQVVMVF9JTkNMVURFUykgJChJTkNMVURFUykgJChB TV9DUFBGTEFHUykgXAorKwkkKENQUEZMQUdTKSAkKEFNX0NGTEFHUykgJChDRkxBR1MpCisrTFRD T01QSUxFID0gJChMSUJUT09MKSAtLXRhZz1DQyAkKEFNX0xJQlRPT0xGTEFHUykgJChMSUJUT09M RkxBR1MpIFwKKysJLS1tb2RlPWNvbXBpbGUgJChDQykgJChERUZTKSAkKERFRkFVTFRfSU5DTFVE RVMpICQoSU5DTFVERVMpIFwKKysJJChBTV9DUFBGTEFHUykgJChDUFBGTEFHUykgJChBTV9DRkxB R1MpICQoQ0ZMQUdTKQorK0NDTEQgPSAkKENDKQorK0xJTksgPSAkKExJQlRPT0wpIC0tdGFnPUND ICQoQU1fTElCVE9PTEZMQUdTKSAkKExJQlRPT0xGTEFHUykgXAorKwktLW1vZGU9bGluayAkKEND TEQpICQoQU1fQ0ZMQUdTKSAkKENGTEFHUykgJChBTV9MREZMQUdTKSBcCisrCSQoTERGTEFHUykg LW8gJEAKKytTT1VSQ0VTID0gJChsaWJuYXRpdmVfbGFfU09VUkNFUykKKytESVNUX1NPVVJDRVMg PSAkKGxpYm5hdGl2ZV9sYV9TT1VSQ0VTKQorK0VUQUdTID0gZXRhZ3MKKytDVEFHUyA9IGN0YWdz CisrRElTVEZJTEVTID0gJChESVNUX0NPTU1PTikgJChESVNUX1NPVVJDRVMpICQoVEVYSU5GT1Mp ICQoRVhUUkFfRElTVCkKKytBQ0xPQ0FMID0gQEFDTE9DQUxACisrQUxMT0NBID0gQEFMTE9DQUAK KytBTVRBUiA9IEBBTVRBUkAKKytBUiA9IEBBUkAKKytBVVRPQ09ORiA9IEBBVVRPQ09ORkAKKytB VVRPSEVBREVSID0gQEFVVE9IRUFERVJACisrQVVUT01BS0UgPSBAQVVUT01BS0VACisrQVdLID0g QEFXS0AKKytDQyA9IEBDQ0AKKytDQ0FTID0gQENDQVNACisrQ0NBU0RFUE1PREUgPSBAQ0NBU0RF UE1PREVACisrQ0NBU0ZMQUdTID0gQENDQVNGTEFHU0AKKytDQ0RFUE1PREUgPSBAQ0NERVBNT0RF QAorK0NGTEFHUyA9IEBDRkxBR1NACisrQ1BQID0gQENQUEAKKytDUFBGTEFHUyA9IEBDUFBGTEFH U0AKKytDWFggPSBAQ1hYQAorK0NYWENQUCA9IEBDWFhDUFBACisrQ1hYREVQTU9ERSA9IEBDWFhE RVBNT0RFQAorK0NYWEZMQUdTID0gQENYWEZMQUdTQAorK0NZR1BBVEhfVyA9IEBDWUdQQVRIX1dA CisrREVGUyA9IEBERUZTQAorK0RFUERJUiA9IEBERVBESVJACisrRFNZTVVUSUwgPSBARFNZTVVU SUxACisrRUNITyA9IEBFQ0hPQAorK0VDSE9fQyA9IEBFQ0hPX0NACisrRUNIT19OID0gQEVDSE9f TkAKKytFQ0hPX1QgPSBARUNIT19UQAorK0VHUkVQID0gQEVHUkVQQAorK0VYRUVYVCA9IEBFWEVF WFRACisrRjc3ID0gQEY3N0AKKytGRkxBR1MgPSBARkZMQUdTQAorK0dSRVAgPSBAR1JFUEAKKytJ TlNUQUxMID0gQElOU1RBTExACisrSU5TVEFMTF9EQVRBID0gQElOU1RBTExfREFUQUAKKytJTlNU QUxMX1BST0dSQU0gPSBASU5TVEFMTF9QUk9HUkFNQAorK0lOU1RBTExfU0NSSVBUID0gQElOU1RB TExfU0NSSVBUQAorK0lOU1RBTExfU1RSSVBfUFJPR1JBTSA9IEBJTlNUQUxMX1NUUklQX1BST0dS QU1ACisrSkFWQUMgPSBASkFWQUNACisrTERGTEFHUyA9IEBMREZMQUdTQAorK0xJQk9CSlMgPSBA TElCT0JKU0AKKytMSUJTID0gQExJQlNACisrTElCVE9PTCA9IEBMSUJUT09MQAorK0xOX1MgPSBA TE5fU0AKKytMVExJQk9CSlMgPSBATFRMSUJPQkpTQAorK01BSU5UID0gQE1BSU5UQAorK01BS0VJ TkZPID0gQE1BS0VJTkZPQAorK01LRElSX1AgPSBATUtESVJfUEAKKytOTUVESVQgPSBATk1FRElU QAorK09CSkVYVCA9IEBPQkpFWFRACisrUEFDS0FHRSA9IEBQQUNLQUdFQAorK1BBQ0tBR0VfQlVH UkVQT1JUID0gQFBBQ0tBR0VfQlVHUkVQT1JUQAorK1BBQ0tBR0VfTkFNRSA9IEBQQUNLQUdFX05B TUVACisrUEFDS0FHRV9TVFJJTkcgPSBAUEFDS0FHRV9TVFJJTkdACisrUEFDS0FHRV9UQVJOQU1F ID0gQFBBQ0tBR0VfVEFSTkFNRUAKKytQQUNLQUdFX1ZFUlNJT04gPSBAUEFDS0FHRV9WRVJTSU9O QAorK1BBVEhfU0VQQVJBVE9SID0gQFBBVEhfU0VQQVJBVE9SQAorK1JBTkxJQiA9IEBSQU5MSUJA CisrU0VEID0gQFNFREAKKytTRVRfTUFLRSA9IEBTRVRfTUFLRUAKKytTSEVMTCA9IEBTSEVMTEAK KytTVFJJUCA9IEBTVFJJUEAKKytWRVJTSU9OID0gQFZFUlNJT05ACisrYWJzX2J1aWxkZGlyID0g QGFic19idWlsZGRpckAKKythYnNfc3JjZGlyID0gQGFic19zcmNkaXJACisrYWJzX3RvcF9idWls ZGRpciA9IEBhYnNfdG9wX2J1aWxkZGlyQAorK2Fic190b3Bfc3JjZGlyID0gQGFic190b3Bfc3Jj ZGlyQAorK2FjX2N0X0NDID0gQGFjX2N0X0NDQAorK2FjX2N0X0NYWCA9IEBhY19jdF9DWFhACisr YWNfY3RfRjc3ID0gQGFjX2N0X0Y3N0AKKythbV9faW5jbHVkZSA9IEBhbV9faW5jbHVkZUAKKyth bV9fbGVhZGluZ19kb3QgPSBAYW1fX2xlYWRpbmdfZG90QAorK2FtX19xdW90ZSA9IEBhbV9fcXVv dGVACisrYW1fX3RhciA9IEBhbV9fdGFyQAorK2FtX191bnRhciA9IEBhbV9fdW50YXJACisrYXJj aCA9IEBhcmNoQAorK2JpbmRpciA9IEBiaW5kaXJACisrYnVpbGQgPSBAYnVpbGRACisrYnVpbGRf YWxpYXMgPSBAYnVpbGRfYWxpYXNACisrYnVpbGRfY3B1ID0gQGJ1aWxkX2NwdUAKKytidWlsZF9v cyA9IEBidWlsZF9vc0AKKytidWlsZF92ZW5kb3IgPSBAYnVpbGRfdmVuZG9yQAorK2J1aWxkZGly ID0gQGJ1aWxkZGlyQAorK2RhdGFkaXIgPSBAZGF0YWRpckAKKytkYXRhcm9vdGRpciA9IEBkYXRh cm9vdGRpckAKKytkb2NkaXIgPSBAZG9jZGlyQAorK2R2aWRpciA9IEBkdmlkaXJACisrZXhlY19w cmVmaXggPSBAZXhlY19wcmVmaXhACisraG9zdCA9IEBob3N0QAorK2hvc3RfYWxpYXMgPSBAaG9z dF9hbGlhc0AKKytob3N0X2NwdSA9IEBob3N0X2NwdUAKKytob3N0X29zID0gQGhvc3Rfb3NACisr aG9zdF92ZW5kb3IgPSBAaG9zdF92ZW5kb3JACisraHRtbGRpciA9IEBodG1sZGlyQAorK2luY2x1 ZGVkaXIgPSBAaW5jbHVkZWRpckAKKytpbmZvZGlyID0gQGluZm9kaXJACisraW5zdGFsbF9zaCA9 IEBpbnN0YWxsX3NoQAorK2ludGVycF9jZmxhZ3MgPSBAaW50ZXJwX2NmbGFnc0AKKytsaWJkaXIg PSBAbGliZGlyQAorK2xpYmV4ZWNkaXIgPSBAbGliZXhlY2RpckAKKytsb2NhbGVkaXIgPSBAbG9j YWxlZGlyQAorK2xvY2Fsc3RhdGVkaXIgPSBAbG9jYWxzdGF0ZWRpckAKKyttYW5kaXIgPSBAbWFu ZGlyQAorK21rZGlyX3AgPSBAbWtkaXJfcEAKKytvbGRpbmNsdWRlZGlyID0gQG9sZGluY2x1ZGVk aXJACisrb3MgPSBAb3NACisrcGRmZGlyID0gQHBkZmRpckAKKytwcmVmaXggPSBAcHJlZml4QAor K3Byb2dyYW1fdHJhbnNmb3JtX25hbWUgPSBAcHJvZ3JhbV90cmFuc2Zvcm1fbmFtZUAKKytwc2Rp ciA9IEBwc2RpckAKKytzYmluZGlyID0gQHNiaW5kaXJACisrc2hhcmVkc3RhdGVkaXIgPSBAc2hh cmVkc3RhdGVkaXJACisrc3JjZGlyID0gQHNyY2RpckAKKytzeXNjb25mZGlyID0gQHN5c2NvbmZk aXJACisrdGFyZ2V0X2FsaWFzID0gQHRhcmdldF9hbGlhc0AKKyt0b3BfYnVpbGRkaXIgPSBAdG9w X2J1aWxkZGlyQAorK3RvcF9zcmNkaXIgPSBAdG9wX3NyY2RpckAKKyt1c2VfemlwX25vID0gQHVz ZV96aXBfbm9ACisrdXNlX3ppcF95ZXMgPSBAdXNlX3ppcF95ZXNACisrd2l0aF9jbGFzc3BhdGhf aW5zdGFsbF9kaXIgPSBAd2l0aF9jbGFzc3BhdGhfaW5zdGFsbF9kaXJACisrbm9pbnN0X0xUTElC UkFSSUVTID0gbGlibmF0aXZlLmxhCisrbGlibmF0aXZlX2xhX1NPVVJDRVMgPSBpbml0LmMKKytB TV9DUFBGTEFHUyA9IC1JJCh0b3BfYnVpbGRkaXIpL3NyYworK2FsbDogYWxsLWFtCisrCisrLlNV RkZJWEVTOgorKy5TVUZGSVhFUzogLmMgLmxvIC5vIC5vYmoKKyskKHNyY2RpcikvTWFrZWZpbGUu aW46IEBNQUlOVEFJTkVSX01PREVfVFJVRUAgJChzcmNkaXIpL01ha2VmaWxlLmFtICAkKGFtX19j b25maWd1cmVfZGVwcykKKysJQGZvciBkZXAgaW4gJD87IGRvIFwKKysJICBjYXNlICckKGFtX19j b25maWd1cmVfZGVwcyknIGluIFwKKysJICAgICokJGRlcCopIFwKKysJICAgICAgY2QgJCh0b3Bf YnVpbGRkaXIpICYmICQoTUFLRSkgJChBTV9NQUtFRkxBR1MpIGFtLS1yZWZyZXNoIFwKKysJCSYm IGV4aXQgMDsgXAorKwkgICAgICBleGl0IDE7OyBcCisrCSAgZXNhYzsgXAorKwlkb25lOyBcCisr CWVjaG8gJyBjZCAkKHRvcF9zcmNkaXIpICYmICQoQVVUT01BS0UpIC0tZ251ICBzcmMvb3MvYnNk L3NwYXI2NC9NYWtlZmlsZSc7IFwKKysJY2QgJCh0b3Bfc3JjZGlyKSAmJiBcCisrCSAgJChBVVRP TUFLRSkgLS1nbnUgIHNyYy9vcy9ic2Qvc3BhcmM2NC9NYWtlZmlsZQorKy5QUkVDSU9VUzogTWFr ZWZpbGUKKytNYWtlZmlsZTogJChzcmNkaXIpL01ha2VmaWxlLmluICQodG9wX2J1aWxkZGlyKS9j b25maWcuc3RhdHVzCisrCUBjYXNlICckPycgaW4gXAorKwkgICpjb25maWcuc3RhdHVzKikgXAor KwkgICAgY2QgJCh0b3BfYnVpbGRkaXIpICYmICQoTUFLRSkgJChBTV9NQUtFRkxBR1MpIGFtLS1y ZWZyZXNoOzsgXAorKwkgICopIFwKKysJICAgIGVjaG8gJyBjZCAkKHRvcF9idWlsZGRpcikgJiYg JChTSEVMTCkgLi9jb25maWcuc3RhdHVzICQoc3ViZGlyKS8kQCAkKGFtX19kZXBmaWxlc19tYXli ZSknOyBcCisrCSAgICBjZCAkKHRvcF9idWlsZGRpcikgJiYgJChTSEVMTCkgLi9jb25maWcuc3Rh dHVzICQoc3ViZGlyKS8kQCAkKGFtX19kZXBmaWxlc19tYXliZSk7OyBcCisrCWVzYWM7CisrCisr JCh0b3BfYnVpbGRkaXIpL2NvbmZpZy5zdGF0dXM6ICQodG9wX3NyY2RpcikvY29uZmlndXJlICQo Q09ORklHX1NUQVRVU19ERVBFTkRFTkNJRVMpCisrCWNkICQodG9wX2J1aWxkZGlyKSAmJiAkKE1B S0UpICQoQU1fTUFLRUZMQUdTKSBhbS0tcmVmcmVzaAorKworKyQodG9wX3NyY2RpcikvY29uZmln dXJlOiBATUFJTlRBSU5FUl9NT0RFX1RSVUVAICQoYW1fX2NvbmZpZ3VyZV9kZXBzKQorKwljZCAk KHRvcF9idWlsZGRpcikgJiYgJChNQUtFKSAkKEFNX01BS0VGTEFHUykgYW0tLXJlZnJlc2gKKysk KEFDTE9DQUxfTTQpOiBATUFJTlRBSU5FUl9NT0RFX1RSVUVAICQoYW1fX2FjbG9jYWxfbTRfZGVw cykKKysJY2QgJCh0b3BfYnVpbGRkaXIpICYmICQoTUFLRSkgJChBTV9NQUtFRkxBR1MpIGFtLS1y ZWZyZXNoCisrCisrY2xlYW4tbm9pbnN0TFRMSUJSQVJJRVM6CisrCS10ZXN0IC16ICIkKG5vaW5z dF9MVExJQlJBUklFUykiIHx8IHJtIC1mICQobm9pbnN0X0xUTElCUkFSSUVTKQorKwlAbGlzdD0n JChub2luc3RfTFRMSUJSQVJJRVMpJzsgZm9yIHAgaW4gJCRsaXN0OyBkbyBcCisrCSAgZGlyPSJg ZWNobyAkJHAgfCBzZWQgLWUgJ3N8L1teL10qJCR8fCdgIjsgXAorKwkgIHRlc3QgIiQkZGlyIiAh PSAiJCRwIiB8fCBkaXI9LjsgXAorKwkgIGVjaG8gInJtIC1mIFwiJCR7ZGlyfS9zb19sb2NhdGlv bnNcIiI7IFwKKysJICBybSAtZiAiJCR7ZGlyfS9zb19sb2NhdGlvbnMiOyBcCisrCWRvbmUKKyts aWJuYXRpdmUubGE6ICQobGlibmF0aXZlX2xhX09CSkVDVFMpICQobGlibmF0aXZlX2xhX0RFUEVO REVOQ0lFUykgCisrCSQoTElOSykgICQobGlibmF0aXZlX2xhX09CSkVDVFMpICQobGlibmF0aXZl X2xhX0xJQkFERCkgJChMSUJTKQorKworK21vc3RseWNsZWFuLWNvbXBpbGU6CisrCS1ybSAtZiAq LiQoT0JKRVhUKQorKworK2Rpc3RjbGVhbi1jb21waWxlOgorKwktcm0gLWYgKi50YWIuYworKwor K0BBTURFUF9UUlVFQEBhbV9faW5jbHVkZUAgQGFtX19xdW90ZUAuLyQoREVQRElSKS9pbml0LlBs b0BhbV9fcXVvdGVACisrCisrLmMubzoKKytAYW1fX2Zhc3RkZXBDQ19UUlVFQAkkKENPTVBJTEUp IC1NVCAkQCAtTUQgLU1QIC1NRiAkKERFUERJUikvJCouVHBvIC1jIC1vICRAICQ8CisrQGFtX19m YXN0ZGVwQ0NfVFJVRUAJbXYgLWYgJChERVBESVIpLyQqLlRwbyAkKERFUERJUikvJCouUG8KKytA QU1ERVBfVFJVRUBAYW1fX2Zhc3RkZXBDQ19GQUxTRUAJc291cmNlPSckPCcgb2JqZWN0PSckQCcg bGlidG9vbD1ubyBAQU1ERVBCQUNLU0xBU0hACisrQEFNREVQX1RSVUVAQGFtX19mYXN0ZGVwQ0Nf RkFMU0VACURFUERJUj0kKERFUERJUikgJChDQ0RFUE1PREUpICQoZGVwY29tcCkgQEFNREVQQkFD S1NMQVNIQAorK0BhbV9fZmFzdGRlcENDX0ZBTFNFQAkkKENPTVBJTEUpIC1jICQ8CisrCisrLmMu b2JqOgorK0BhbV9fZmFzdGRlcENDX1RSVUVACSQoQ09NUElMRSkgLU1UICRAIC1NRCAtTVAgLU1G ICQoREVQRElSKS8kKi5UcG8gLWMgLW8gJEAgYCQoQ1lHUEFUSF9XKSAnJDwnYAorK0BhbV9fZmFz dGRlcENDX1RSVUVACW12IC1mICQoREVQRElSKS8kKi5UcG8gJChERVBESVIpLyQqLlBvCisrQEFN REVQX1RSVUVAQGFtX19mYXN0ZGVwQ0NfRkFMU0VACXNvdXJjZT0nJDwnIG9iamVjdD0nJEAnIGxp YnRvb2w9bm8gQEFNREVQQkFDS1NMQVNIQAorK0BBTURFUF9UUlVFQEBhbV9fZmFzdGRlcENDX0ZB TFNFQAlERVBESVI9JChERVBESVIpICQoQ0NERVBNT0RFKSAkKGRlcGNvbXApIEBBTURFUEJBQ0tT TEFTSEAKKytAYW1fX2Zhc3RkZXBDQ19GQUxTRUAJJChDT01QSUxFKSAtYyBgJChDWUdQQVRIX1cp ICckPCdgCisrCisrLmMubG86CisrQGFtX19mYXN0ZGVwQ0NfVFJVRUAJJChMVENPTVBJTEUpIC1N VCAkQCAtTUQgLU1QIC1NRiAkKERFUERJUikvJCouVHBvIC1jIC1vICRAICQ8CisrQGFtX19mYXN0 ZGVwQ0NfVFJVRUAJbXYgLWYgJChERVBESVIpLyQqLlRwbyAkKERFUERJUikvJCouUGxvCisrQEFN REVQX1RSVUVAQGFtX19mYXN0ZGVwQ0NfRkFMU0VACXNvdXJjZT0nJDwnIG9iamVjdD0nJEAnIGxp YnRvb2w9eWVzIEBBTURFUEJBQ0tTTEFTSEAKKytAQU1ERVBfVFJVRUBAYW1fX2Zhc3RkZXBDQ19G QUxTRUAJREVQRElSPSQoREVQRElSKSAkKENDREVQTU9ERSkgJChkZXBjb21wKSBAQU1ERVBCQUNL U0xBU0hACisrQGFtX19mYXN0ZGVwQ0NfRkFMU0VACSQoTFRDT01QSUxFKSAtYyAtbyAkQCAkPAor KworK21vc3RseWNsZWFuLWxpYnRvb2w6CisrCS1ybSAtZiAqLmxvCisrCisrY2xlYW4tbGlidG9v bDoKKysJLXJtIC1yZiAubGlicyBfbGlicworKworK0lEOiAkKEhFQURFUlMpICQoU09VUkNFUykg JChMSVNQKSAkKFRBR1NfRklMRVMpCisrCWxpc3Q9JyQoU09VUkNFUykgJChIRUFERVJTKSAkKExJ U1ApICQoVEFHU19GSUxFUyknOyBcCisrCXVuaXF1ZT1gZm9yIGkgaW4gJCRsaXN0OyBkbyBcCisr CSAgICBpZiB0ZXN0IC1mICIkJGkiOyB0aGVuIGVjaG8gJCRpOyBlbHNlIGVjaG8gJChzcmNkaXIp LyQkaTsgZmk7IFwKKysJICBkb25lIHwgXAorKwkgICQoQVdLKSAneyBmaWxlc1skJDBdID0gMTsg bm9uZW10cHkgPSAxOyB9IFwKKysJICAgICAgRU5EIHsgaWYgKG5vbmVtcHR5KSB7IGZvciAoaSBp biBmaWxlcykgcHJpbnQgaTsgfTsgfSdgOyBcCisrCW1raWQgLWZJRCAkJHVuaXF1ZQorK3RhZ3M6 IFRBR1MKKysKKytUQUdTOiAgJChIRUFERVJTKSAkKFNPVVJDRVMpICAkKFRBR1NfREVQRU5ERU5D SUVTKSBcCisrCQkkKFRBR1NfRklMRVMpICQoTElTUCkKKysJdGFncz07IFwKKysJaGVyZT1gcHdk YDsgXAorKwlsaXN0PSckKFNPVVJDRVMpICQoSEVBREVSUykgICQoTElTUCkgJChUQUdTX0ZJTEVT KSc7IFwKKysJdW5pcXVlPWBmb3IgaSBpbiAkJGxpc3Q7IGRvIFwKKysJICAgIGlmIHRlc3QgLWYg IiQkaSI7IHRoZW4gZWNobyAkJGk7IGVsc2UgZWNobyAkKHNyY2RpcikvJCRpOyBmaTsgXAorKwkg IGRvbmUgfCBcCisrCSAgJChBV0spICd7IGZpbGVzWyQkMF0gPSAxOyBub25lbXB0eSA9IDE7IH0g XAorKwkgICAgICBFTkQgeyBpZiAobm9uZW1wdHkpIHsgZm9yIChpIGluIGZpbGVzKSBwcmludCBp OyB9OyB9J2A7IFwKKysJaWYgdGVzdCAteiAiJChFVEFHU19BUkdTKSQkdGFncyQkdW5pcXVlIjsg dGhlbiA6OyBlbHNlIFwKKysJICB0ZXN0IC1uICIkJHVuaXF1ZSIgfHwgdW5pcXVlPSQkZW1wdHlf Zml4OyBcCisrCSAgJChFVEFHUykgJChFVEFHU0ZMQUdTKSAkKEFNX0VUQUdTRkxBR1MpICQoRVRB R1NfQVJHUykgXAorKwkgICAgJCR0YWdzICQkdW5pcXVlOyBcCisrCWZpCisrY3RhZ3M6IENUQUdT CisrQ1RBR1M6ICAkKEhFQURFUlMpICQoU09VUkNFUykgICQoVEFHU19ERVBFTkRFTkNJRVMpIFwK KysJCSQoVEFHU19GSUxFUykgJChMSVNQKQorKwl0YWdzPTsgXAorKwlsaXN0PSckKFNPVVJDRVMp ICQoSEVBREVSUykgICQoTElTUCkgJChUQUdTX0ZJTEVTKSc7IFwKKysJdW5pcXVlPWBmb3IgaSBp biAkJGxpc3Q7IGRvIFwKKysJICAgIGlmIHRlc3QgLWYgIiQkaSI7IHRoZW4gZWNobyAkJGk7IGVs c2UgZWNobyAkKHNyY2RpcikvJCRpOyBmaTsgXAorKwkgIGRvbmUgfCBcCisrCSAgJChBV0spICd7 IGZpbGVzWyQkMF0gPSAxOyBub25lbXB0eSA9IDE7IH0gXAorKwkgICAgICBFTkQgeyBpZiAobm9u ZW1wdHkpIHsgZm9yIChpIGluIGZpbGVzKSBwcmludCBpOyB9OyB9J2A7IFwKKysJdGVzdCAteiAi JChDVEFHU19BUkdTKSQkdGFncyQkdW5pcXVlIiBcCisrCSAgfHwgJChDVEFHUykgJChDVEFHU0ZM QUdTKSAkKEFNX0NUQUdTRkxBR1MpICQoQ1RBR1NfQVJHUykgXAorKwkgICAgICQkdGFncyAkJHVu aXF1ZQorKworK0dUQUdTOgorKwloZXJlPWAkKGFtX19jZCkgJCh0b3BfYnVpbGRkaXIpICYmIHB3 ZGAgXAorKwkgICYmIGNkICQodG9wX3NyY2RpcikgXAorKwkgICYmIGd0YWdzIC1pICQoR1RBR1Nf QVJHUykgJCRoZXJlCisrCisrZGlzdGNsZWFuLXRhZ3M6CisrCS1ybSAtZiBUQUdTIElEIEdUQUdT IEdSVEFHUyBHU1lNUyBHUEFUSCB0YWdzCisrCisrZGlzdGRpcjogJChESVNURklMRVMpCisrCUBz cmNkaXJzdHJpcD1gZWNobyAiJChzcmNkaXIpIiB8IHNlZCAncy9bXS5bXiQkXFwqXS9cXFxcJi9n J2A7IFwKKysJdG9wc3JjZGlyc3RyaXA9YGVjaG8gIiQodG9wX3NyY2RpcikiIHwgc2VkICdzL1td LlteJCRcXCpdL1xcXFwmL2cnYDsgXAorKwlsaXN0PSckKERJU1RGSUxFUyknOyBcCisrCSAgZGlz dF9maWxlcz1gZm9yIGZpbGUgaW4gJCRsaXN0OyBkbyBlY2hvICQkZmlsZTsgZG9uZSB8IFwKKysJ ICBzZWQgLWUgInN8XiQkc3JjZGlyc3RyaXAvfHw7dCIgXAorKwkgICAgICAtZSAic3xeJCR0b3Bz cmNkaXJzdHJpcC98JCh0b3BfYnVpbGRkaXIpL3w7dCJgOyBcCisrCWNhc2UgJCRkaXN0X2ZpbGVz IGluIFwKKysJICAqLyopICQoTUtESVJfUCkgYGVjaG8gIiQkZGlzdF9maWxlcyIgfCBcCisrCQkJ ICAgc2VkICcvXC8vIWQ7c3xefCQoZGlzdGRpcikvfDtzLC9bXi9dKiQkLCwnIHwgXAorKwkJCSAg IHNvcnQgLXVgIDs7IFwKKysJZXNhYzsgXAorKwlmb3IgZmlsZSBpbiAkJGRpc3RfZmlsZXM7IGRv IFwKKysJICBpZiB0ZXN0IC1mICQkZmlsZSB8fCB0ZXN0IC1kICQkZmlsZTsgdGhlbiBkPS47IGVs c2UgZD0kKHNyY2Rpcik7IGZpOyBcCisrCSAgaWYgdGVzdCAtZCAkJGQvJCRmaWxlOyB0aGVuIFwK KysJICAgIGRpcj1gZWNobyAiLyQkZmlsZSIgfCBzZWQgLWUgJ3MsL1teL10qJCQsLCdgOyBcCisr CSAgICBpZiB0ZXN0IC1kICQoc3JjZGlyKS8kJGZpbGUgJiYgdGVzdCAkJGQgIT0gJChzcmNkaXIp OyB0aGVuIFwKKysJICAgICAgY3AgLXBSICQoc3JjZGlyKS8kJGZpbGUgJChkaXN0ZGlyKSQkZGly IHx8IGV4aXQgMTsgXAorKwkgICAgZmk7IFwKKysJICAgIGNwIC1wUiAkJGQvJCRmaWxlICQoZGlz dGRpcikkJGRpciB8fCBleGl0IDE7IFwKKysJICBlbHNlIFwKKysJICAgIHRlc3QgLWYgJChkaXN0 ZGlyKS8kJGZpbGUgXAorKwkgICAgfHwgY3AgLXAgJCRkLyQkZmlsZSAkKGRpc3RkaXIpLyQkZmls ZSBcCisrCSAgICB8fCBleGl0IDE7IFwKKysJICBmaTsgXAorKwlkb25lCisrY2hlY2stYW06IGFs bC1hbQorK2NoZWNrOiBjaGVjay1hbQorK2FsbC1hbTogTWFrZWZpbGUgJChMVExJQlJBUklFUykK KytpbnN0YWxsZGlyczoKKytpbnN0YWxsOiBpbnN0YWxsLWFtCisraW5zdGFsbC1leGVjOiBpbnN0 YWxsLWV4ZWMtYW0KKytpbnN0YWxsLWRhdGE6IGluc3RhbGwtZGF0YS1hbQorK3VuaW5zdGFsbDog dW5pbnN0YWxsLWFtCisrCisraW5zdGFsbC1hbTogYWxsLWFtCisrCUAkKE1BS0UpICQoQU1fTUFL RUZMQUdTKSBpbnN0YWxsLWV4ZWMtYW0gaW5zdGFsbC1kYXRhLWFtCisrCisraW5zdGFsbGNoZWNr OiBpbnN0YWxsY2hlY2stYW0KKytpbnN0YWxsLXN0cmlwOgorKwkkKE1BS0UpICQoQU1fTUFLRUZM QUdTKSBJTlNUQUxMX1BST0dSQU09IiQoSU5TVEFMTF9TVFJJUF9QUk9HUkFNKSIgXAorKwkgIGlu c3RhbGxfc2hfUFJPR1JBTT0iJChJTlNUQUxMX1NUUklQX1BST0dSQU0pIiBJTlNUQUxMX1NUUklQ X0ZMQUc9LXMgXAorKwkgIGB0ZXN0IC16ICckKFNUUklQKScgfHwgXAorKwkgICAgZWNobyAiSU5T VEFMTF9QUk9HUkFNX0VOVj1TVFJJUFBST0c9JyQoU1RSSVApJyJgIGluc3RhbGwKKyttb3N0bHlj bGVhbi1nZW5lcmljOgorKworK2NsZWFuLWdlbmVyaWM6CisrCisrZGlzdGNsZWFuLWdlbmVyaWM6 CisrCS10ZXN0IC16ICIkKENPTkZJR19DTEVBTl9GSUxFUykiIHx8IHJtIC1mICQoQ09ORklHX0NM RUFOX0ZJTEVTKQorKworK21haW50YWluZXItY2xlYW4tZ2VuZXJpYzoKKysJQGVjaG8gIlRoaXMg Y29tbWFuZCBpcyBpbnRlbmRlZCBmb3IgbWFpbnRhaW5lcnMgdG8gdXNlIgorKwlAZWNobyAiaXQg ZGVsZXRlcyBmaWxlcyB0aGF0IG1heSByZXF1aXJlIHNwZWNpYWwgdG9vbHMgdG8gcmVidWlsZC4i CisrY2xlYW46IGNsZWFuLWFtCisrCisrY2xlYW4tYW06IGNsZWFuLWdlbmVyaWMgY2xlYW4tbGli dG9vbCBjbGVhbi1ub2luc3RMVExJQlJBUklFUyBcCisrCW1vc3RseWNsZWFuLWFtCisrCisrZGlz dGNsZWFuOiBkaXN0Y2xlYW4tYW0KKysJLXJtIC1yZiAuLyQoREVQRElSKQorKwktcm0gLWYgTWFr ZWZpbGUKKytkaXN0Y2xlYW4tYW06IGNsZWFuLWFtIGRpc3RjbGVhbi1jb21waWxlIGRpc3RjbGVh bi1nZW5lcmljIFwKKysJZGlzdGNsZWFuLXRhZ3MKKysKKytkdmk6IGR2aS1hbQorKworK2R2aS1h bToKKysKKytodG1sOiBodG1sLWFtCisrCisraW5mbzogaW5mby1hbQorKworK2luZm8tYW06Cisr CisraW5zdGFsbC1kYXRhLWFtOgorKworK2luc3RhbGwtZHZpOiBpbnN0YWxsLWR2aS1hbQorKwor K2luc3RhbGwtZXhlYy1hbToKKysKKytpbnN0YWxsLWh0bWw6IGluc3RhbGwtaHRtbC1hbQorKwor K2luc3RhbGwtaW5mbzogaW5zdGFsbC1pbmZvLWFtCisrCisraW5zdGFsbC1tYW46CisrCisraW5z dGFsbC1wZGY6IGluc3RhbGwtcGRmLWFtCisrCisraW5zdGFsbC1wczogaW5zdGFsbC1wcy1hbQor KworK2luc3RhbGxjaGVjay1hbToKKysKKyttYWludGFpbmVyLWNsZWFuOiBtYWludGFpbmVyLWNs ZWFuLWFtCisrCS1ybSAtcmYgLi8kKERFUERJUikKKysJLXJtIC1mIE1ha2VmaWxlCisrbWFpbnRh aW5lci1jbGVhbi1hbTogZGlzdGNsZWFuLWFtIG1haW50YWluZXItY2xlYW4tZ2VuZXJpYworKwor K21vc3RseWNsZWFuOiBtb3N0bHljbGVhbi1hbQorKworK21vc3RseWNsZWFuLWFtOiBtb3N0bHlj bGVhbi1jb21waWxlIG1vc3RseWNsZWFuLWdlbmVyaWMgXAorKwltb3N0bHljbGVhbi1saWJ0b29s CisrCisrcGRmOiBwZGYtYW0KKysKKytwZGYtYW06CisrCisrcHM6IHBzLWFtCisrCisrcHMtYW06 CisrCisrdW5pbnN0YWxsLWFtOgorKworKy5NQUtFOiBpbnN0YWxsLWFtIGluc3RhbGwtc3RyaXAK KysKKysuUEhPTlk6IENUQUdTIEdUQUdTIGFsbCBhbGwtYW0gY2hlY2sgY2hlY2stYW0gY2xlYW4g Y2xlYW4tZ2VuZXJpYyBcCisrCWNsZWFuLWxpYnRvb2wgY2xlYW4tbm9pbnN0TFRMSUJSQVJJRVMg Y3RhZ3MgZGlzdGNsZWFuIFwKKysJZGlzdGNsZWFuLWNvbXBpbGUgZGlzdGNsZWFuLWdlbmVyaWMg ZGlzdGNsZWFuLWxpYnRvb2wgXAorKwlkaXN0Y2xlYW4tdGFncyBkaXN0ZGlyIGR2aSBkdmktYW0g aHRtbCBodG1sLWFtIGluZm8gaW5mby1hbSBcCisrCWluc3RhbGwgaW5zdGFsbC1hbSBpbnN0YWxs LWRhdGEgaW5zdGFsbC1kYXRhLWFtIGluc3RhbGwtZHZpIFwKKysJaW5zdGFsbC1kdmktYW0gaW5z dGFsbC1leGVjIGluc3RhbGwtZXhlYy1hbSBpbnN0YWxsLWh0bWwgXAorKwlpbnN0YWxsLWh0bWwt YW0gaW5zdGFsbC1pbmZvIGluc3RhbGwtaW5mby1hbSBpbnN0YWxsLW1hbiBcCisrCWluc3RhbGwt cGRmIGluc3RhbGwtcGRmLWFtIGluc3RhbGwtcHMgaW5zdGFsbC1wcy1hbSBcCisrCWluc3RhbGwt c3RyaXAgaW5zdGFsbGNoZWNrIGluc3RhbGxjaGVjay1hbSBpbnN0YWxsZGlycyBcCisrCW1haW50 YWluZXItY2xlYW4gbWFpbnRhaW5lci1jbGVhbi1nZW5lcmljIG1vc3RseWNsZWFuIFwKKysJbW9z dGx5Y2xlYW4tY29tcGlsZSBtb3N0bHljbGVhbi1nZW5lcmljIG1vc3RseWNsZWFuLWxpYnRvb2wg XAorKwlwZGYgcGRmLWFtIHBzIHBzLWFtIHRhZ3MgdW5pbnN0YWxsIHVuaW5zdGFsbC1hbQorKwor KyMgVGVsbCB2ZXJzaW9ucyBbMy41OSwzLjYzKSBvZiBHTlUgbWFrZSB0byBub3QgZXhwb3J0IGFs bCB2YXJpYWJsZXMuCisrIyBPdGhlcndpc2UgYSBzeXN0ZW0gbGltaXQgKGZvciBTeXNWIGF0IGxl YXN0KSBtYXkgYmUgZXhjZWVkZWQuCisrLk5PRVhQT1JUOgpkaWZmIC0tZ2l0IGEvamF2YS9qYW12 bS1pbml0aWFsL2ZpbGVzL3BhdGNoLXNyY19vc19ic2Rfc3BhcmM2NF9pbml0LmMgYi9qYXZhL2ph bXZtLWluaXRpYWwvZmlsZXMvcGF0Y2gtc3JjX29zX2JzZF9zcGFyYzY0X2luaXQuYwpuZXcgZmls ZSBtb2RlIDEwMDY0NAppbmRleCAwMDAwMDAwLi4wNzY5MTk0Ci0tLSAvZGV2L251bGwKKysrIGIv amF2YS9qYW12bS1pbml0aWFsL2ZpbGVzL3BhdGNoLXNyY19vc19ic2Rfc3BhcmM2NF9pbml0LmMK QEAgLTAsMCArMSwyOSBAQAorLS0tIHNyYy9vcy9ic2Qvc3BhcmM2NC9pbml0LmMub3JpZwkyMDEy LTAxLTI2IDE5OjMyOjQwLjAwMDAwMDAwMCArMDEwMAorKysrIHNyYy9vcy9ic2Qvc3BhcmM2NC9p bml0LmMJMjAxMi0wMS0yNiAxOTozMjo0MC4wMDAwMDAwMDAgKzAxMDAKK0BAIC0wLDAgKzEsMjYg QEAKKysvKgorKyAqIENvcHlyaWdodCAoQykgMjAwMywgMjAwNCwgMjAwNiwgMjAwNworKyAqIFJv YmVydCBMb3VnaGVyIDxyb2JAbG91Z2hlci5vcmcudWs+LgorKyAqCisrICogVGhpcyBmaWxlIGlz IHBhcnQgb2YgSmFtVk0uCisrICoKKysgKiBUaGlzIHByb2dyYW0gaXMgZnJlZSBzb2Z0d2FyZTsg eW91IGNhbiByZWRpc3RyaWJ1dGUgaXQgYW5kL29yCisrICogbW9kaWZ5IGl0IHVuZGVyIHRoZSB0 ZXJtcyBvZiB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UKKysgKiBhcyBwdWJsaXNoZWQg YnkgdGhlIEZyZWUgU29mdHdhcmUgRm91bmRhdGlvbjsgZWl0aGVyIHZlcnNpb24gMiwKKysgKiBv ciAoYXQgeW91ciBvcHRpb24pIGFueSBsYXRlciB2ZXJzaW9uLgorKyAqCisrICogVGhpcyBwcm9n cmFtIGlzIGRpc3RyaWJ1dGVkIGluIHRoZSBob3BlIHRoYXQgaXQgd2lsbCBiZSB1c2VmdWwsCisr ICogYnV0IFdJVEhPVVQgQU5ZIFdBUlJBTlRZOyB3aXRob3V0IGV2ZW4gdGhlIGltcGxpZWQgd2Fy cmFudHkgb2YKKysgKiBNRVJDSEFOVEFCSUxJVFkgb3IgRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFS IFBVUlBPU0UuICBTZWUgdGhlCisrICogR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UgZm9yIG1v cmUgZGV0YWlscy4KKysgKgorKyAqIFlvdSBzaG91bGQgaGF2ZSByZWNlaXZlZCBhIGNvcHkgb2Yg dGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlCisrICogYWxvbmcgd2l0aCB0aGlzIHByb2dy YW07IGlmIG5vdCwgd3JpdGUgdG8gdGhlIEZyZWUgU29mdHdhcmUKKysgKiBGb3VuZGF0aW9uLCA1 MSBGcmFua2xpbiBTdHJlZXQsIEZpZnRoIEZsb29yLCBCb3N0b24sIE1BIDAyMTEwLTEzMDEsIFVT QS4KKysgKi8KKysKKyt2b2lkIHNldERvdWJsZVByZWNpc2lvbigpIHsKKyt9CisrCisrdm9pZCBp bml0aWFsaXNlUGxhdGZvcm0oKSB7CisrfQpkaWZmIC0tZ2l0IGEvamF2YS9qYW12bS1pbml0aWFs L2ZpbGVzL3BhdGNoLXNyY190aHJlYWQuYyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRj aC1zcmNfdGhyZWFkLmMKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMC4uNTE2ZTBm OQotLS0gL2Rldi9udWxsCisrKyBiL2phdmEvamFtdm0taW5pdGlhbC9maWxlcy9wYXRjaC1zcmNf dGhyZWFkLmMKQEAgLTAsMCArMSwxMSBAQAorLS0tIHNyYy90aHJlYWQuYy5vcmlnCTIwMDgtMDIt MjIgMDI6NTg6NDMuMDAwMDAwMDAwICswMTAwCisrKysgc3JjL3RocmVhZC5jCTIwMTItMDEtMjYg MTk6MzI6NDAuMDAwMDAwMDAwICswMTAwCitAQCAtMjgzLDcgKzI4Myw3IEBAIHZvaWQgcmVzZXRQ ZWFrVGhyZWFkc0NvdW50KCkgeworIHZvaWQgaW5pdGlhbGlzZUphdmFTdGFjayhFeGVjRW52ICpl ZSkgeworICAgIGludCBzdGFja19zaXplID0gZWUtPnN0YWNrX3NpemUgPworICAgICAgICAgICAg KGVlLT5zdGFja19zaXplID4gTUlOX1NUQUNLID8gZWUtPnN0YWNrX3NpemUgOiBNSU5fU1RBQ0sp IDogZGZsdF9zdGFja19zaXplOworLSAgIGNoYXIgKnN0YWNrID0gc3lzTWFsbG9jKHN0YWNrX3Np emUpOworKyAgIHZvaWQgKnN0YWNrID0gc3lzTWFsbG9jKHN0YWNrX3NpemUpOworICAgIE1ldGhv ZEJsb2NrICptYiA9IChNZXRob2RCbG9jayAqKSBzdGFjazsKKyAgICBGcmFtZSAqdG9wID0gKEZy YW1lICopIChtYisxKTsKKyAKZGlmZiAtLWdpdCBhL2phdmEvamFtdm0taW5pdGlhbC9wa2ctZGVz Y3IgYi9qYXZhL2phbXZtLWluaXRpYWwvcGtnLWRlc2NyCm5ldyBmaWxlIG1vZGUgMTAwNjQ0Cmlu ZGV4IDAwMDAwMDAuLjBmZmU0MTIKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2phbXZtLWluaXRp YWwvcGtnLWRlc2NyCkBAIC0wLDAgKzEsMTEgQEAKK1RoaXMgcGFja2FnZSBpcyBmb3IgYm9vdHN0 cmFwcGluZyBjbGFzc3BhdGggPiAwLjkzIHdoaWNoIGNhbm5vdCBiZQorY29tcGlsZWQgd2l0aCBq aWtlcy4KKworSmFtVk0gaXMgYW4gZXh0cmVtZWx5IHNtYWxsIEphdmEgVmlydHVhbCBNYWNoaW5l IHdoaWNoIGNvbmZvcm1zIHRvIHRoZQorSlZNIHNwZWNpZmljYXRpb24gdmVyc2lvbiAyIChibHVl IGJvb2spLgorCitJdCBpcyBkZXNpZ25lZCB0byBzdXBwb3J0IHRoZSBmdWxsIHNwZWNpZmljYXRp b24sIGFuZCBpbmNsdWRlcyBzdXBwb3J0Citmb3Igb2JqZWN0IGZpbmFsaXNhdGlvbiwgU29mdC9X ZWFrL1BoYW50b20gUmVmZXJlbmNlcywgY2xhc3MtdW5sb2FkaW5nLAordGhlIEphdmEgTmF0aXZl IEludGVyZmFjZSAoSk5JKSBhbmQgdGhlIFJlZmxlY3Rpb24gQVBJLgorCitXV1c6IGh0dHA6Ly9q YW12bS5zb3VyY2Vmb3JnZS5uZXQvCmRpZmYgLS1naXQgYS9qYXZhL2phbXZtLWluaXRpYWwvcGtn LXBsaXN0IGIvamF2YS9qYW12bS1pbml0aWFsL3BrZy1wbGlzdApuZXcgZmlsZSBtb2RlIDEwMDY0 NAppbmRleCAwMDAwMDAwLi40MWEwODYwCi0tLSAvZGV2L251bGwKKysrIGIvamF2YS9qYW12bS1p bml0aWFsL3BrZy1wbGlzdApAQCAtMCwwICsxLDMgQEAKK2Jpbi9qYW12bS1pbml0aWFsCitzaGFy ZS9qYW12bS1pbml0aWFsL2NsYXNzZXMuemlwCitAZGlycm0gc2hhcmUvamFtdm0taW5pdGlhbApk aWZmIC0tZ2l0IGEvamF2YS9qYW12bS9NYWtlZmlsZSBiL2phdmEvamFtdm0vTWFrZWZpbGUKaW5k ZXggMWE3ZjM3Ni4uZTQxZDhkYSAxMDA2NDQKLS0tIGEvamF2YS9qYW12bS9NYWtlZmlsZQorKysg Yi9qYXZhL2phbXZtL01ha2VmaWxlCkBAIC01LDcgKzUsNyBAQAogIyAkRnJlZUJTRDogcG9ydHMv amF2YS9qYW12bS9NYWtlZmlsZSx2IDEuOCAyMDExLzA5LzIzIDIyOjIzOjQwIGFtZG1pMyBFeHAg JAogCiBQT1JUTkFNRT0JamFtdm0KLVBPUlRWRVJTSU9OPQkxLjUuMQorUE9SVFZFUlNJT049CTEu NS40CiBQT1JUUkVWSVNJT049CTQKIENBVEVHT1JJRVM9CWphdmEgZGV2ZWwKIE1BU1RFUl9TSVRF Uz0JU0YvJHtQT1JUTkFNRX0vJHtQT1JUTkFNRX0vSmFtVk0lMjAke1BPUlRWRVJTSU9OfQpAQCAt MTksOCArMTksMTYgQEAgR05VX0NPTkZJR1VSRT0JeWVzCiBDT05GSUdVUkVfQVJHUz0JLS13aXRo LWNsYXNzcGF0aC1pbnN0YWxsLWRpcj0ke0xPQ0FMQkFTRX0KIFVTRV9HTUFLRT0JeWVzCiAKLU9Q VElPTlM9CUZGSSAidXNlIGxpYmZmaSB0byBjYWxsIG5hdGl2ZSBtZXRob2RzIiBPTiBcCi0JCVpJ UCAidHVybi1vbiB6aXAgc3VwcG9ydCBpbiB0aGUgYm9vdHN0cmFwIGxvYWRlciIgT04KK09QVElP TlM9CVpJUCAidHVybi1vbiB6aXAgc3VwcG9ydCBpbiB0aGUgYm9vdHN0cmFwIGxvYWRlciIgT04K KworLmluY2x1ZGUgPGJzZC5wb3J0Lm9wdGlvbnMubWs+CisKKyMgc3BhcmM2NCBhbHdheXMgbmVl ZHMgbGliZmZpCisuaWYgKCR7QVJDSH0gPT0gc3BhcmM2NCkKK1dJVEhfRkZJPQkxCisuZWxzZQor T1BUSU9OUys9CUZGSSAidXNlIGxpYmZmaSB0byBjYWxsIG5hdGl2ZSBtZXRob2RzIiBPTgorLmVu ZGlmCiAKIC5pbmNsdWRlIDxic2QucG9ydC5wcmUubWs+CiAKQEAgLTM5LDE1ICs0Nyw3IEBAIENP TkZJR1VSRV9BUkdTKz0JLS1kaXNhYmxlLXppcAogUExJU1RfU1VCKz0JCVdJVEhfWklQPSJAY29t bWVudCAiIFdJVEhPVVRfWklQPSIiCiAuZW5kaWYKIAotLmlmICR7QVJDSH0gPT0gInNwYXJjNjQi Ci1CUk9LRU49CQlEb2VzIG5vdCBjb25maWd1cmUgb24gc3BhcmM2NAotLmVuZGlmCi0KIHBvc3Qt ZXh0cmFjdDoKLQlAJHtNVn0gJHtXUktTUkN9L3NyYy9hcmNoL3g4Nl82NC5oICR7V1JLU1JDfS9z cmMvYXJjaC9hbWQ2NC5oCiAJQCR7UkVJTlBMQUNFX0NNRH0gLWUgInMsXCheaW5jbHVkZV9IRUFE RVJTID0gLipcKWpuaS5oXCguKlwpLFwxXDIsIiAke1dSS1NSQ30vc3JjL01ha2VmaWxlLmluCiAK LXBvc3QtY29uZmlndXJlOgotCUAke01WfSAke1dSS1NSQ30vc3JjL29zL2JzZC94ODZfNjQgJHtX UktTUkN9L3NyYy9vcy9ic2QvYW1kNjQKLQogLmluY2x1ZGUgPGJzZC5wb3J0LnBvc3QubWs+CmRp ZmYgLS1naXQgYS9qYXZhL2phbXZtL2Rpc3RpbmZvIGIvamF2YS9qYW12bS9kaXN0aW5mbwppbmRl eCAyYjU5YjQ1Li40MTBmYWNmIDEwMDY0NAotLS0gYS9qYXZhL2phbXZtL2Rpc3RpbmZvCisrKyBi L2phdmEvamFtdm0vZGlzdGluZm8KQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKGphbXZtLTEuNS4x LnRhci5neikgPSA2NjM4OTViZDY5Y2FmM2ExZmRhNmFmNWVlYTgyNjNkOTBhNWZkMzVjYThmNGMz MmUyMjEwYWM0MTA3ODg5MDFhCi1TSVpFIChqYW12bS0xLjUuMS50YXIuZ3opID0gNTk5MDg0CitT SEEyNTYgKGphbXZtLTEuNS40LnRhci5neikgPSA3ODY1NjkzNjk4YmM0MzIyY2FiZTEwMTRhNGI3 ZWJkZWMxYmMxZGFmNDVmMWE0NDU3YjZlOTA4YTQ0NDZiMTI0CitTSVpFIChqYW12bS0xLjUuNC50 YXIuZ3opID0gNjU2MjgzCmRpZmYgLS1naXQgYS9qYXZhL2phbXZtL2ZpbGVzL3BhdGNoLWNvbmZp Z3VyZSBiL2phdmEvamFtdm0vZmlsZXMvcGF0Y2gtY29uZmlndXJlCm5ldyBmaWxlIG1vZGUgMTAw NjQ0CmluZGV4IDAwMDAwMDAuLjRiMzk3MTMKLS0tIC9kZXYvbnVsbAorKysgYi9qYXZhL2phbXZt L2ZpbGVzL3BhdGNoLWNvbmZpZ3VyZQpAQCAtMCwwICsxLDExIEBACistLS0gY29uZmlndXJlLm9y aWcJMjAxMi0wMS0yNyAxMzo1NTo0OS4wMDAwMDAwMDAgKzAxMDAKKysrKyBjb25maWd1cmUJMjAx Mi0wMS0yNyAxMzo1Njo0My4wMDAwMDAwMDAgKzAxMDAKK0BAIC0yNjg5LDcgKzI2ODksNyBAQCB4 ODZfNjQtKi1saW51eCopIGhvc3Rfb3M9bGludXggOzsKKyBocHBhKi0qLWxpbnV4KikgaG9zdF9j cHU9cGFyaXNjIGhvc3Rfb3M9bGludXggOzsKKyBtaXBzZWwtKi1saW51eCopIGhvc3RfY3B1PW1p cHMgaG9zdF9vcz1saW51eCA7OworIHg4Nl82NC0qLW9wZW5ic2QqKSBob3N0X29zPWJzZCBsaWJk bF9uZWVkZWQ9bm8gOzsKKy14ODZfNjQtKi1mcmVlYnNkKikgaG9zdF9vcz1ic2QgbGliZGxfbmVl ZGVkPW5vIDs7CisrYW1kNjQtKi1mcmVlYnNkKikgaG9zdF9vcz1ic2QgaG9zdF9jcHU9eDg2XzY0 IGxpYmRsX25lZWRlZD1ubyA7OworIGFybSotKi1saW51eCopIGhvc3RfY3B1PWFybSBob3N0X29z PWxpbnV4IDs7CisgYXJtKi0qLW9wZW5ic2QqKSBob3N0X2NwdT1hcm0gaG9zdF9vcz1ic2QgbGli ZGxfbmVlZGVkPW5vIDs7CisgYXJtKi0qLWZyZWVic2QqKSBob3N0X2NwdT1hcm0gaG9zdF9vcz1i c2QgbGliZGxfbmVlZGVkPW5vIDs7Cg== --20cf303b3af1a58c4104b8f1775a-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 20:27:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03426106566C; Tue, 14 Feb 2012 20:27:04 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDF458FC16; Tue, 14 Feb 2012 20:27:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EKR3dU095027; Tue, 14 Feb 2012 20:27:03 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EKR3Dc095023; Tue, 14 Feb 2012 20:27:03 GMT (envelope-from pgollucci) Date: Tue, 14 Feb 2012 20:27:03 GMT Message-Id: <201202142027.q1EKR3Dc095023@freefall.freebsd.org> To: pgollucci@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: pending/165139: [PATCH] astro/gpstk: update to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 20:27:04 -0000 Synopsis: [PATCH] astro/gpstk: update to 1.7 Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Feb 14 20:27:03 UTC 2012 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=165139 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 20:32:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D781065677; Tue, 14 Feb 2012 20:32:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4939B8FC18; Tue, 14 Feb 2012 20:32:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EKWWcd005430; Tue, 14 Feb 2012 20:32:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EKWW8H005426; Tue, 14 Feb 2012 20:32:32 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 20:32:32 GMT Message-Id: <201202142032.q1EKWW8H005426@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165147: sysutils/pftop package missing for release FreeBSD 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 20:32:32 -0000 Synopsis: sysutils/pftop package missing for release FreeBSD 9.0 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Feb 14 20:32:31 UTC 2012 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165147 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 20:32:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10730106564A; Tue, 14 Feb 2012 20:32:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB2CE8FC1B; Tue, 14 Feb 2012 20:32:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1EKWbGK005519; Tue, 14 Feb 2012 20:32:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EKWb2u005515; Tue, 14 Feb 2012 20:32:37 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 20:32:37 GMT Message-Id: <201202142032.q1EKWb2u005515@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mlaier@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165147: sysutils/pftop package missing for release FreeBSD 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 20:32:38 -0000 Synopsis: sysutils/pftop package missing for release FreeBSD 9.0 Responsible-Changed-From-To: freebsd-ports-bugs->mlaier Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 20:32:37 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165147 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 23:40:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D7E11065674 for ; Tue, 14 Feb 2012 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76B528FC0C for ; Tue, 14 Feb 2012 23:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ENe2bo073417 for ; Tue, 14 Feb 2012 23:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ENe2gT073416; Tue, 14 Feb 2012 23:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 14 Feb 2012 23:40:02 GMT Resent-Message-Id: <201202142340.q1ENe2gT073416@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirn Gill Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCCE1065675 for ; Tue, 14 Feb 2012 23:37:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE998FC0C for ; Tue, 14 Feb 2012 23:37:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1ENbFNH053930 for ; Tue, 14 Feb 2012 23:37:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1ENbFeT053929; Tue, 14 Feb 2012 23:37:15 GMT (envelope-from nobody) Message-Id: <201202142337.q1ENbFeT053929@red.freebsd.org> Date: Tue, 14 Feb 2012 23:37:15 GMT From: Kirn Gill To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165156: [patch] devel/pcre does not build with LIBEDIT OPTION enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 23:40:02 -0000 >Number: 165156 >Category: ports >Synopsis: [patch] devel/pcre does not build with LIBEDIT OPTION enabled >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 14 23:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kirn Gill >Release: 9.0-RELEASE/amd64 >Organization: >Environment: FreeBSD cheapbeast.tampabay.rr.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Enabling the LIBEDIT OPTION on devel/pcre renders the port unable to build. Truncated output of buildlog: .. Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : yes Link pcretest with libreadline .. : no ===> Building for pcre-8.30 rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/devel/pcre/work/pcre-8.30/missing --run aclocal-1.11 -I m4 aclocal-1.11: couldn't open directory `m4': No such file or directory *** Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.30. *** Error code 1 Stop in /usr/ports/devel/pcre. *** Error code 1 Stop in /usr/ports/devel/pcre. >How-To-Repeat: cd /usr/ports/devel/pcre make config select LIBEDIT OPTION make watch it fail as noted above. >Fix: Don't use LIBEDIT OPTION as implemented. Disable it for now. Patch attached with submission follows: diff -u pcre.orig/Makefile pcre/Makefile --- pcre.orig/Makefile 2012-02-14 18:27:53.000000000 -0500 +++ pcre/Makefile 2012-02-14 18:28:30.000000000 -0500 @@ -19,8 +19,8 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENCE -OPTIONS= JIT "Enable Just-In-Time compiling support" on \ - LIBEDIT "Link pcretest against libedit" off +OPTIONS= JIT "Enable Just-In-Time compiling support" on + # LIBEDIT "Link pcretest against libedit" off USE_BZIP2= yes GNU_CONFIGURE= yes Common subdirectories: pcre.orig/files and pcre/files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 14 23:40:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1484910656D8; Tue, 14 Feb 2012 23:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98CD18FC16; Tue, 14 Feb 2012 23:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ENeCVV073613; Tue, 14 Feb 2012 23:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ENeChU073608; Tue, 14 Feb 2012 23:40:12 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 23:40:12 GMT Message-Id: <201202142340.q1ENeChU073608@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165156: [patch] devel/pcre does not build with LIBEDIT OPTION enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 23:40:13 -0000 Synopsis: [patch] devel/pcre does not build with LIBEDIT OPTION enabled Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 23:40:12 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165156 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 00:30:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12CAF106566C for ; Wed, 15 Feb 2012 00:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E11548FC18 for ; Wed, 15 Feb 2012 00:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F0U4FY021495 for ; Wed, 15 Feb 2012 00:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F0U4gF021491; Wed, 15 Feb 2012 00:30:04 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 00:30:04 GMT Resent-Message-Id: <201202150030.q1F0U4gF021491@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirn Gill Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D602F1065670 for ; Wed, 15 Feb 2012 00:27:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C5B608FC20 for ; Wed, 15 Feb 2012 00:27:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1F0RKoB042945 for ; Wed, 15 Feb 2012 00:27:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1F0RKKW042944; Wed, 15 Feb 2012 00:27:20 GMT (envelope-from nobody) Message-Id: <201202150027.q1F0RKKW042944@red.freebsd.org> Date: Wed, 15 Feb 2012 00:27:20 GMT From: Kirn Gill To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 00:30:05 -0000 >Number: 165157 >Category: ports >Synopsis: [UPDATE] x11/deskpaint to 3.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 00:30:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kirn Gill >Release: 9.0-RELEASE/amd64 >Organization: >Environment: FreeBSD cheapbeast.tampabay.rr.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Patch to update port x11/deskpaint to version 3.1. Reattempt at PR 159958. This time 'make patch' doesn't fail. >How-To-Repeat: cd /usr/ports/x11/deskpaint make install pkg_info 'deskpaint-*' | head -n 1 >Fix: cd /usr/ports/x11 patch < deskpaint.patch.txt cd deskpaint make install pkg_info 'deskpaint-*' | head -n 1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 00:30:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C1E01065745; Wed, 15 Feb 2012 00:30:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2302C8FC17; Wed, 15 Feb 2012 00:30:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F0UMTT022808; Wed, 15 Feb 2012 00:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F0UMDE022792; Wed, 15 Feb 2012 00:30:22 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 00:30:22 GMT Message-Id: <201202150030.q1F0UMDE022792@freefall.freebsd.org> To: segin2005@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 00:30:23 -0000 Synopsis: [UPDATE] x11/deskpaint to 3.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 15 00:30:21 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165157 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 00:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490C01065670 for ; Wed, 15 Feb 2012 00:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 33DA18FC12 for ; Wed, 15 Feb 2012 00:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F0e8pA034432 for ; Wed, 15 Feb 2012 00:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F0e8CY034431; Wed, 15 Feb 2012 00:40:08 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 00:40:08 GMT Message-Id: <201202150040.q1F0e8CY034431@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 00:40:08 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: Edwin Groothuis To: sic_zer0@hotmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Wed, 15 Feb 2012 00:30:18 UT Maintainer of x11/deskpaint, Please note that PR ports/165157 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165157 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 00:56:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB7811065670; Wed, 15 Feb 2012 00:56:04 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0688FC12; Wed, 15 Feb 2012 00:56:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F0u4Xq051483; Wed, 15 Feb 2012 00:56:04 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F0u4qW051479; Wed, 15 Feb 2012 00:56:04 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 00:56:04 GMT Message-Id: <201202150056.q1F0u4qW051479@freefall.freebsd.org> To: pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/160472: Re: [PATCH] math/p5-Statistics-R: update to 0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 00:56:04 -0000 Synopsis: Re: [PATCH] math/p5-Statistics-R: update to 0.21 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 00:56:04 UTC 2012 Responsible-Changed-Why: back to pav, patch updated http://www.freebsd.org/cgi/query-pr.cgi?pr=160472 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 00:56:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0BB2106566C; Wed, 15 Feb 2012 00:56:53 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 736B58FC14; Wed, 15 Feb 2012 00:56:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F0urgc051647; Wed, 15 Feb 2012 00:56:53 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F0uruQ051643; Wed, 15 Feb 2012 00:56:53 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 00:56:53 GMT Message-Id: <201202150056.q1F0uruQ051643@freefall.freebsd.org> To: pgollucci@FreeBSD.org, portmgr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/160472: Re: [PATCH] math/p5-Statistics-R: update to 0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 00:56:53 -0000 Synopsis: Re: [PATCH] math/p5-Statistics-R: update to 0.21 Responsible-Changed-From-To: portmgr->freebsd-ports-bugs Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 00:56:53 UTC 2012 Responsible-Changed-Why: back to pool, patch updated http://www.freebsd.org/cgi/query-pr.cgi?pr=160472 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E413106566B for ; Wed, 15 Feb 2012 01:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8F58FC1A for ; Wed, 15 Feb 2012 01:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F10OsJ051934 for ; Wed, 15 Feb 2012 01:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F10OgB051933; Wed, 15 Feb 2012 01:00:24 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 01:00:24 GMT Message-Id: <201202150100.q1F10OgB051933@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kirn Gill Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirn Gill List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:00:24 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: Kirn Gill To: bug-followup@freebsd.org Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Tue, 14 Feb 2012 19:45:51 -0500 When I originally submitted this port (v3), it was suggested that 'deskutils' be a better category. I agreed, but no one ever moved it. If possible, please move this port from x11 to deskutils. Thanks in advance. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B80FD106566C for ; Wed, 15 Feb 2012 01:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8980D8FC1C for ; Wed, 15 Feb 2012 01:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F10ULJ052001 for ; Wed, 15 Feb 2012 01:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F10UJ6051997; Wed, 15 Feb 2012 01:00:30 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 01:00:30 GMT Message-Id: <201202150100.q1F10UJ6051997@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kalten Cc: Subject: Re: ports/165093: ghostscript9 (9.05) port fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kalten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:00:30 -0000 The following reply was made to PR ports/165093; it has been noted by GNATS. From: Kalten To: bug-followup@FreeBSD.org,jrm@ftfl.ca Cc: Subject: Re: ports/165093: ghostscript9 (9.05) port fails to build Date: Wed, 15 Feb 2012 01:44:33 +0100 If I am not mistaken, this problem has been solved by the commit at 21:48:19 on February 13th 2012? See http://www.freshports.org/print/ghostscript9/ ``Fix build on systems which already have graphics/openjpeg in LOCALBASE.'' Please have a try, Joseph. Regards, Kalten From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07AA2106566C for ; Wed, 15 Feb 2012 01:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E69E88FC0A for ; Wed, 15 Feb 2012 01:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F1A9qf061132 for ; Wed, 15 Feb 2012 01:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F1A9mO061131; Wed, 15 Feb 2012 01:10:09 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 01:10:09 GMT Message-Id: <201202150110.q1F1A9mO061131@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kirn Gill Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirn Gill List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:10:10 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: Kirn Gill To: bug-followup@freebsd.org Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Tue, 14 Feb 2012 20:07:39 -0500 --e89a8ff2429fac33e904b8f65710 Content-Type: text/plain; charset=UTF-8 Looks that, not only did I forget the patch, the first attempt to mail it in after-the-fact failed. Attempt two. --e89a8ff2429fac33e904b8f65710 Content-Type: text/plain; charset=US-ASCII; name="deskpaint-updated.diff.txt" Content-Disposition: attachment; filename="deskpaint-updated.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gynnvpeg0 ZGlmZiAtdXIgZGVza3BhaW50Lm9sZC9NYWtlZmlsZSBkZXNrcGFpbnQvTWFrZWZpbGUNCi0tLSBk ZXNrcGFpbnQub2xkL01ha2VmaWxlCTIwMTItMDItMTQgMTg6NDg6MTQuMDAwMDAwMDAwIC0wNTAw DQorKysgZGVza3BhaW50L01ha2VmaWxlCTIwMTItMDItMTQgMTk6MDc6MzkuMDAwMDAwMDAwIC0w NTAwDQpAQCAtMSwxNCArMSwxNCBAQA0KLSMgTmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUg Zm9yOiAgIGRlc2twYWludA0KLSMgRGF0ZSBjcmVhdGVkOiAgICAgICAgMTggT2N0b2JlciAyMDA5 DQorIyBVcGRhdGVkIHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9yOiAgIGRlc2twYWludA0K KyMgRGF0ZSBtb2RpZmllZDogICAgICAgMTQgRmVidWFyeSAyMDEyDQogIyBXaG9tOiAgICAgICAg ICAgICAgICBLaXJuIEdpbGwgPHNlZ2luMjAwNUBnbWFpbC5jb20+DQogIw0KICMgJEZyZWVCU0Q6 IHBvcnRzL3gxMS9kZXNrcGFpbnQvTWFrZWZpbGUsdiAxLjEgMjAwOS8xMC8yMCAwOTo0ODozMiBt aXdpIEV4cCAkDQogIw0KIA0KIFBPUlROQU1FPQlkZXNrcGFpbnQNCi1QT1JUVkVSU0lPTj0JMw0K K1BPUlRWRVJTSU9OPQkzLjENCiBDQVRFR09SSUVTPQl4MTENCi1NQVNURVJfU0lURVM9CWh0dHA6 Ly93d3cuZ2F0b3JnaXR0ZXIuY29tL35tYXRpZXMvDQorTUFTVEVSX1NJVEVTPQlodHRwOi8vd3d3 LnNxdWlkamFtLmNvbS9tYXR3bS9wdWIvDQogRElTVE5BTUU9CSR7UE9SVE5BTUV9JHtQT1JUVkVS U0lPTn0NCiANCiBNQUlOVEFJTkVSPQlzaWNfemVyMEBob3RtYWlsLmNvbQ0KT25seSBpbiBkZXNr cGFpbnQ6IE1ha2VmaWxlLm9yaWcNCmRpZmYgLXVyIGRlc2twYWludC5vbGQvZGlzdGluZm8gZGVz a3BhaW50L2Rpc3RpbmZvDQotLS0gZGVza3BhaW50Lm9sZC9kaXN0aW5mbwkyMDEyLTAyLTE0IDE4 OjQ4OjE0LjAwMDAwMDAwMCAtMDUwMA0KKysrIGRlc2twYWludC9kaXN0aW5mbwkyMDEyLTAyLTE0 IDE5OjA3OjM5LjAwMDAwMDAwMCAtMDUwMA0KQEAgLTEsMiArMSwyIEBADQotU0hBMjU2IChkZXNr cGFpbnQzLnRhci5neikgPSA5YjA1YjkwZmI0ODRiZDgxY2QyODYwMmY2MTFhMWE1MWNkM2NjNGMx YzhhZTZlZmVkOWNjNDE3YjIzNzNjZmY0DQotU0laRSAoZGVza3BhaW50My50YXIuZ3opID0gNTk2 NQ0KK1NIQTI1NiAoZGVza3BhaW50My4xLnRhci5neikgPSA3NGEzNGYwM2NkZDdiYmRjODU4Y2Fm YmJiNTMxNDBhMmYyNTVlMjRhNjQ3NWFiMjc4NTVjN2Y2MmEwNjIxMWExDQorU0laRSAoZGVza3Bh aW50My4xLnRhci5neikgPSAyNTcwDQpPbmx5IGluIGRlc2twYWludDogZGlzdGluZm8ub3JpZw0K ZGlmZiAtdXIgZGVza3BhaW50Lm9sZC9maWxlcy9wYXRjaC1NYWtlZmlsZSBkZXNrcGFpbnQvZmls ZXMvcGF0Y2gtTWFrZWZpbGUNCi0tLSBkZXNrcGFpbnQub2xkL2ZpbGVzL3BhdGNoLU1ha2VmaWxl CTIwMTItMDItMTQgMTg6NDg6MTQuMDAwMDAwMDAwIC0wNTAwDQorKysgZGVza3BhaW50L2ZpbGVz L3BhdGNoLU1ha2VmaWxlCTIwMTItMDItMTQgMTk6MjE6NDYuMDAwMDAwMDAwIC0wNTAwDQpAQCAt MSwxMyArMSwxMyBAQA0KLS0tLSBNYWtlZmlsZS5vcmlnCTIwMDktMDctMjEgMDE6NTg6NTIuMDAw MDAwMDAwIC0wNDAwDQotKysrIE1ha2VmaWxlCTIwMDktMTAtMTggMDE6NTg6NDIuMDAwMDAwMDAw IC0wNDAwDQorLS0tIE1ha2VmaWxlLm9yaWcJMjAwOS0xMC0yMiAwMjoxOToxNi4wMDAwMDAwMDAg LTA0MDANCisrKysgTWFrZWZpbGUJMjAxMi0wMi0xNCAxOTowMzo1Mi4wMDAwMDAwMDAgLTA1MDAN CiBAQCAtMSw5ICsxLDEwIEBADQogLXByZWZpeCAgPSAvdXNyL2xvY2FsDQogLVhST09UICAgPSAv dXNyL1gxMVI2DQogLUNDICAgICAgPSBjYw0KLStwcmVmaXggID0gJHtQUkVGSVh9DQotK1hST09U ICAgPSAke0xPQ0FMQkFTRX0NCisrcHJlZml4CT0gJHtQUkVGSVh9DQorK1hST09UCT0gJHtMT0NB TEJBU0V9DQogIA0KLSBDRkxBR1MgICs9IC1sWGV4dCAtbFgxMSAtSSQoWFJPT1QpL2luY2x1ZGUg LUwkKFhST09UKS9saWINCisgQ0ZMQUdTICArPSAtbFgxMSAtSSQoWFJPT1QpL2luY2x1ZGUgLUwk KFhST09UKS9saWINCiAgDQogIGFsbDoNCiAgCQkkKENDKSAkKENGTEFHUykgKi5jIC1vIGRlc2tw YWludA0K --e89a8ff2429fac33e904b8f65710-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E605E1065675 for ; Wed, 15 Feb 2012 01:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5E6E8FC13 for ; Wed, 15 Feb 2012 01:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F1ABid061140 for ; Wed, 15 Feb 2012 01:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F1ABMD061139; Wed, 15 Feb 2012 01:10:11 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 01:10:11 GMT Message-Id: <201202150110.q1F1ABMD061139@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kirn Gill Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirn Gill List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:10:12 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: Kirn Gill To: bug-followup@FreeBSD.org, segin2005@gmail.com Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Tue, 14 Feb 2012 19:40:08 -0500 This is a multi-part message in MIME format. --------------050905020203030006080601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I forgot to attach the patch to the initial PR filing. Here's the patch. --------------050905020203030006080601 Content-Type: text/plain; name="deskpaint-updated.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="deskpaint-updated.diff.txt" diff -ur deskpaint.old/Makefile deskpaint/Makefile --- deskpaint.old/Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/Makefile 2012-02-14 19:07:39.000000000 -0500 @@ -1,14 +1,14 @@ -# New ports collection makefile for: deskpaint -# Date created: 18 October 2009 +# Updated ports collection makefile for: deskpaint +# Date modified: 14 Febuary 2012 # Whom: Kirn Gill # # $FreeBSD: ports/x11/deskpaint/Makefile,v 1.1 2009/10/20 09:48:32 miwi Exp $ # PORTNAME= deskpaint -PORTVERSION= 3 +PORTVERSION= 3.1 CATEGORIES= x11 -MASTER_SITES= http://www.gatorgitter.com/~maties/ +MASTER_SITES= http://www.squidjam.com/matwm/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sic_zer0@hotmail.com Only in deskpaint: Makefile.orig diff -ur deskpaint.old/distinfo deskpaint/distinfo --- deskpaint.old/distinfo 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/distinfo 2012-02-14 19:07:39.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (deskpaint3.tar.gz) = 9b05b90fb484bd81cd28602f611a1a51cd3cc4c1c8ae6efed9cc417b2373cff4 -SIZE (deskpaint3.tar.gz) = 5965 +SHA256 (deskpaint3.1.tar.gz) = 74a34f03cdd7bbdc858cafbbb53140a2f255e24a6475ab27855c7f62a06211a1 +SIZE (deskpaint3.1.tar.gz) = 2570 Only in deskpaint: distinfo.orig diff -ur deskpaint.old/files/patch-Makefile deskpaint/files/patch-Makefile --- deskpaint.old/files/patch-Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/files/patch-Makefile 2012-02-14 19:21:46.000000000 -0500 @@ -1,13 +1,13 @@ ---- Makefile.orig 2009-07-21 01:58:52.000000000 -0400 -+++ Makefile 2009-10-18 01:58:42.000000000 -0400 +--- Makefile.orig 2009-10-22 02:19:16.000000000 -0400 ++++ Makefile 2012-02-14 19:03:52.000000000 -0500 @@ -1,9 +1,10 @@ -prefix = /usr/local -XROOT = /usr/X11R6 -CC = cc -+prefix = ${PREFIX} -+XROOT = ${LOCALBASE} ++prefix = ${PREFIX} ++XROOT = ${LOCALBASE} - CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib + CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib all: $(CC) $(CFLAGS) *.c -o deskpaint --------------050905020203030006080601-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:20:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6A41065673 for ; Wed, 15 Feb 2012 01:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 644308FC1B for ; Wed, 15 Feb 2012 01:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F1K5j3071087 for ; Wed, 15 Feb 2012 01:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F1K5Zh071086; Wed, 15 Feb 2012 01:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 01:20:05 GMT Resent-Message-Id: <201202150120.q1F1K5Zh071086@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0E75106566B for ; Wed, 15 Feb 2012 01:16:30 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id A03218FC1B for ; Wed, 15 Feb 2012 01:16:30 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id D06286A5 for ; Wed, 15 Feb 2012 09:13:06 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id CB3CE6A4 for ; Wed, 15 Feb 2012 09:13:06 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q1F1GSHE069610; Wed, 15 Feb 2012 09:16:28 +0800 (CST) (envelope-from jyyou) Message-Id: <201202150116.q1F1GSHE069610@csduty.cs.nctu.edu.tw> Date: Wed, 15 Feb 2012 09:16:28 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165158: [MAINTAINER] databases/ocaml-mysql: fix auto-generated plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:20:05 -0000 >Number: 165158 >Category: ports >Synopsis: [MAINTAINER] databases/ocaml-mysql: fix auto-generated plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 01:20:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: correct the variable for generating plist file Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ocaml-mysql-1.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/Makefile /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile --- /usr/ports/databases/ocaml-mysql/Makefile 2011-10-15 01:13:06.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile 2012-02-15 09:05:31.118040000 +0800 @@ -20,7 +20,7 @@ USE_OCAML= yes USE_OCAML_FINDLIB= yes -USE_OCAML_FIND_PLIST= yes +USE_OCAMLFIND_PLIST= yes USE_OCAML_LDCONFIG= yes GNU_CONFIGURE= yes --- ocaml-mysql-1.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:10:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C602B106566B for ; Wed, 15 Feb 2012 02:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 818D38FC08 for ; Wed, 15 Feb 2012 02:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2A6lf016531 for ; Wed, 15 Feb 2012 02:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2A6T8016530; Wed, 15 Feb 2012 02:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 02:10:06 GMT Resent-Message-Id: <201202150210.q1F2A6T8016530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB37106566C for ; Wed, 15 Feb 2012 02:01:21 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAC48FC0A for ; Wed, 15 Feb 2012 02:01:21 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2391F713; Wed, 15 Feb 2012 09:57:58 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 1AEA6712; Wed, 15 Feb 2012 09:57:58 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q1F21JjQ079335; Wed, 15 Feb 2012 10:01:19 +0800 (CST) (envelope-from jyyou) Message-Id: <201202150201.q1F21JjQ079335@csduty.cs.nctu.edu.tw> Date: Wed, 15 Feb 2012 10:01:19 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: michael.grunewald@laposte.net Subject: ports/165159: [PATCH] lang/ocaml: fix build error for systems that use clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:10:06 -0000 >Number: 165159 >Category: ports >Synopsis: [PATCH] lang/ocaml: fix build error for systems that use clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 02:10:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: add -cc option for systems that use clang as default compiler Port maintainer (michael.grunewald@laposte.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ocaml-3.12.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ocaml/Makefile /amd/gcs/98/9855518/src/ports/lang/ocaml/Makefile --- /usr/ports/lang/ocaml/Makefile 2011-12-30 04:33:26.000000000 +0800 +++ /amd/gcs/98/9855518/src/ports/lang/ocaml/Makefile 2012-02-15 09:52:16.156900000 +0800 @@ -26,7 +26,7 @@ STRIP= MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= -prefix ${PREFIX} +CONFIGURE_ARGS= -prefix ${PREFIX} -cc ${CC} OPTIONS= X11 "Build with X11 support" on \ TK "Build LablTk library (requires X11 support)" on \ THREADS "Build with Posix threads support" on \ --- ocaml-3.12.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:10:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFC93106566B; Wed, 15 Feb 2012 02:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81F138FC17; Wed, 15 Feb 2012 02:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2AGxd016803; Wed, 15 Feb 2012 02:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2AGak016799; Wed, 15 Feb 2012 02:10:16 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 02:10:16 GMT Message-Id: <201202150210.q1F2AGak016799@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165159: [PATCH] lang/ocaml: fix build error for systems that use clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:10:16 -0000 Synopsis: [PATCH] lang/ocaml: fix build error for systems that use clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 02:10:16 UTC 2012 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165159 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7021065675 for ; Wed, 15 Feb 2012 02:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1D8D8FC1D for ; Wed, 15 Feb 2012 02:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2K9Y2027815 for ; Wed, 15 Feb 2012 02:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2K96s027814; Wed, 15 Feb 2012 02:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 02:20:09 GMT Resent-Message-Id: <201202150220.q1F2K96s027814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D969D106564A for ; Wed, 15 Feb 2012 02:15:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C23638FC08 for ; Wed, 15 Feb 2012 02:15:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1F2Fh9s069722 for ; Wed, 15 Feb 2012 02:15:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1F2Fhct069721; Wed, 15 Feb 2012 02:15:43 GMT (envelope-from nobody) Message-Id: <201202150215.q1F2Fhct069721@red.freebsd.org> Date: Wed, 15 Feb 2012 02:15:43 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165160: math/coinmp needs to use libtool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:20:10 -0000 >Number: 165160 >Category: ports >Synopsis: math/coinmp needs to use libtool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 02:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD pcbsd-8714 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64 >Description: While building coinmp as part of Apache OpenOffice Maho@ noticed coinmp doesn't consider by default the case of freebsd-elf when generating shared libraries. The solution is to run libtool. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN coinmp.orig/Makefile coinmp/Makefile --- coinmp.orig/Makefile 2012-02-14 16:37:55.000000000 -0500 +++ coinmp/Makefile 2012-02-14 21:08:00.000000000 -0500 @@ -21,7 +21,7 @@ CONFLICTS= clp-[0-9]* -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:30:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2408D106564A for ; Wed, 15 Feb 2012 02:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E88DF8FC0A for ; Wed, 15 Feb 2012 02:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2UClV036444 for ; Wed, 15 Feb 2012 02:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2UCnl036441; Wed, 15 Feb 2012 02:30:12 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 02:30:12 GMT Message-Id: <201202150230.q1F2UCnl036441@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: netman - Cc: Subject: RE: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: netman - List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:30:13 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: netman - To: Cc: Subject: RE: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Wed, 15 Feb 2012 02:15:05 +0000 --_3b3b3e2c-8279-4290-b858-5f4ec4e7842c_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Fine with me. > Date: Wed=2C 15 Feb 2012 00:30:18 +0000 > From: edwin@FreeBSD.org > To: sic_zer0@hotmail.com > CC: bug-followup@FreeBSD.org > Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 >=20 > Maintainer of x11/deskpaint=2C >=20 > Please note that PR ports/165157 has just been submitted. >=20 > If it contains a patch for an upgrade=2C an enhancement or a bug fix > you agree on=2C reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/165157 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org = --_3b3b3e2c-8279-4290-b858-5f4ec4e7842c_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Fine with me.

>=3B Date: Wed=2C 15 Feb 2012 00:30:18 +0000>=3B From: edwin@FreeBSD.org
>=3B To: sic_zer0@hotmail.com
>= =3B CC: bug-followup@FreeBSD.org
>=3B Subject: Re: ports/165157: [UPDA= TE] x11/deskpaint to 3.1
>=3B
>=3B Maintainer of x11/deskpaint= =2C
>=3B
>=3B Please note that PR ports/165157 has just been sub= mitted.
>=3B
>=3B If it contains a patch for an upgrade=2C an en= hancement or a bug fix
>=3B you agree on=2C reply to this email statin= g that you approve the patch
>=3B and a committer will take care of it= .
>=3B
>=3B The full text of the PR can be found at:
>=3B = http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/165157
>=3B
= >=3B --
>=3B Edwin Groothuis via the GNATS Auto Assign Tool
>= =3B edwin@FreeBSD.org
= --_3b3b3e2c-8279-4290-b858-5f4ec4e7842c_-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:38:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 566D11065677; Wed, 15 Feb 2012 02:38:54 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 284D68FC21; Wed, 15 Feb 2012 02:38:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2cs47047188; Wed, 15 Feb 2012 02:38:54 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2cs8v047184; Wed, 15 Feb 2012 02:38:54 GMT (envelope-from scheidell) Date: Wed, 15 Feb 2012 02:38:54 GMT Message-Id: <201202150238.q1F2cs8v047184@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164631: Update mail/dbmail to version 3.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:38:54 -0000 Synopsis: Update mail/dbmail to version 3.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: scheidell Responsible-Changed-When: Wed Feb 15 02:38:53 UTC 2012 Responsible-Changed-Why: repocopy mail/dbmail to maisl/dbmail22 http://www.freebsd.org/cgi/query-pr.cgi?pr=164631 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:40:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070E71065679; Wed, 15 Feb 2012 02:40:41 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF1428FC16; Wed, 15 Feb 2012 02:40:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2eenc051061; Wed, 15 Feb 2012 02:40:40 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2ee71051053; Wed, 15 Feb 2012 02:40:40 GMT (envelope-from scheidell) Date: Wed, 15 Feb 2012 02:40:40 GMT Message-Id: <201202150240.q1F2ee71051053@freefall.freebsd.org> To: FreeBSD@Shaneware.biz, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/163933: Update security/zenmap to same vers as nmap X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:40:41 -0000 Synopsis: Update security/zenmap to same vers as nmap State-Changed-From-To: open->closed State-Changed-By: scheidell State-Changed-When: Wed Feb 15 02:40:40 UTC 2012 State-Changed-Why: Invalid new port submission. New port needs a maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=163933 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 02:46:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2031065670; Wed, 15 Feb 2012 02:46:16 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEB5F8FC13; Wed, 15 Feb 2012 02:46:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F2kGGj056108; Wed, 15 Feb 2012 02:46:16 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F2kGXZ056104; Wed, 15 Feb 2012 02:46:16 GMT (envelope-from scheidell) Date: Wed, 15 Feb 2012 02:46:16 GMT Message-Id: <201202150246.q1F2kGXZ056104@freefall.freebsd.org> To: myself@rdtan.net, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164962: [PATCH] net/freeradius Importing FreeRadius mysql schema choke on SQL syntax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:46:16 -0000 Old Synopsis: Importing FreeRadius mysql schema choke on SQL syntax New Synopsis: [PATCH] net/freeradius Importing FreeRadius mysql schema choke on SQL syntax State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Wed Feb 15 02:45:05 UTC 2012 State-Changed-Why: Fix Synopsis. http://www.freebsd.org/cgi/query-pr.cgi?pr=164962 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:20:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD6B1065673 for ; Wed, 15 Feb 2012 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 779718FC13 for ; Wed, 15 Feb 2012 03:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3K3ue084621 for ; Wed, 15 Feb 2012 03:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3K3GF084620; Wed, 15 Feb 2012 03:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 03:20:03 GMT Resent-Message-Id: <201202150320.q1F3K3GF084620@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD291106564A; Wed, 15 Feb 2012 03:10:43 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 9872A8FC15; Wed, 15 Feb 2012 03:10:43 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1F3AdaK030201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 22:10:39 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1F3AcTG039795; Tue, 14 Feb 2012 22:10:38 -0500 (EST) (envelope-from steve) Message-Id: <201202150310.q1F3AcTG039795@meatwad.mouf.net> Date: Tue, 14 Feb 2012 22:10:38 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/165161: [PATCH] devel/p5-File-Find-Rule-Perl: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:20:03 -0000 >Number: 165161 >Category: ports >Synopsis: [PATCH] devel/p5-File-Find-Rule-Perl: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 03:20:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-Find-Rule-Perl-1.12.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Find-Rule-Perl/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 21 Nov 2011 19:24:13 -0000 1.7 +++ Makefile 15 Feb 2012 03:10:05 -0000 @@ -16,7 +16,8 @@ COMMENT= Common rules for searching for Perl things BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-Parse-CPAN-Meta>=0:${PORTSDIR}/devel/p5-Parse-CPAN-Meta + p5-Parse-CPAN-Meta>=1.38:${PORTSDIR}/devel/p5-Parse-CPAN-Meta \ + p5-Params-Util>=0.38:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-File-Find-Rule-Perl-1.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:20:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E0EC106564A; Wed, 15 Feb 2012 03:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4D2A8FC15; Wed, 15 Feb 2012 03:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3KDYH084959; Wed, 15 Feb 2012 03:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3KDUS084955; Wed, 15 Feb 2012 03:20:13 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 03:20:13 GMT Message-Id: <201202150320.q1F3KDUS084955@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lth@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165161: [PATCH] devel/p5-File-Find-Rule-Perl: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:20:14 -0000 Synopsis: [PATCH] devel/p5-File-Find-Rule-Perl: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 03:20:13 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165161 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:38:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C84A21065670; Wed, 15 Feb 2012 03:38:34 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B56B8FC0C; Wed, 15 Feb 2012 03:38:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3cYaG004041; Wed, 15 Feb 2012 03:38:34 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3cYGn004037; Wed, 15 Feb 2012 03:38:34 GMT (envelope-from jgh) Date: Wed, 15 Feb 2012 03:38:34 GMT Message-Id: <201202150338.q1F3cYGn004037@freefall.freebsd.org> To: sic_zer0@hotmail.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:38:34 -0000 Synopsis: [UPDATE] x11/deskpaint to 3.1 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Feb 15 03:38:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165157 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:39:34 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB531065670; Wed, 15 Feb 2012 03:39:34 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5FD8FC08; Wed, 15 Feb 2012 03:39:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3dYp3004155; Wed, 15 Feb 2012 03:39:34 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3dYc3004151; Wed, 15 Feb 2012 03:39:34 GMT (envelope-from jgh) Date: Wed, 15 Feb 2012 03:39:34 GMT Message-Id: <201202150339.q1F3dYc3004151@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165158: [MAINTAINER] databases/ocaml-mysql: fix auto-generated plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:39:34 -0000 Synopsis: [MAINTAINER] databases/ocaml-mysql: fix auto-generated plist Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Feb 15 03:39:33 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165158 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FEE6106564A for ; Wed, 15 Feb 2012 03:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1CC8FC14 for ; Wed, 15 Feb 2012 03:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3oBh7013064 for ; Wed, 15 Feb 2012 03:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3oBUx013063; Wed, 15 Feb 2012 03:50:11 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 03:50:11 GMT Message-Id: <201202150350.q1F3oBUx013063@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Pedro F. Giffuni" Cc: Subject: Re: ports/165160: math/coinmp needs to use libtool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Pedro F. Giffuni" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:50:11 -0000 The following reply was made to PR ports/165160; it has been noted by GNATS. From: "Pedro F. Giffuni" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/165160: math/coinmp needs to use libtool Date: Tue, 14 Feb 2012 19:30:42 -0800 (PST) --641590605-58947136-1329276642=:7495 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Unfortunately just running libtool is not enough:=0Athe ltmain.sh scripts n= eed to be updated. --641590605-58947136-1329276642=:7495 Content-Type: text/plain; name="patch-coinmp.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-coinmp.txt" ZGlmZiAtcnVOIGNvaW5tcC5vcmlnL01ha2VmaWxlIGNvaW5tcC9NYWtlZmls ZQotLS0gY29pbm1wLm9yaWcvTWFrZWZpbGUJMjAxMi0wMS0wMyAxOTo0Nzoy MC4wMDAwMDAwMDAgLTA1MDAKKysrIGNvaW5tcC9NYWtlZmlsZQkyMDEyLTAy LTE0IDIxOjQ2OjI5LjAwMDAwMDAwMCAtMDUwMApAQCAtMjEsNyArMjEsNyBA QAogCiBDT05GTElDVFM9CWNscC1bMC05XSoKIAotR05VX0NPTkZJR1VSRT0J eWVzCitVU0VfQVVUT1RPT0xTPQlsaWJ0b29sCiBVU0VfTERDT05GSUc9CXll cwogCiAuaW5jbHVkZSA8YnNkLnBvcnQucHJlLm1rPgpkaWZmIC1ydU4gY29p bm1wLm9yaWcvZmlsZXMvcGF0Y2gtbHRtYWluLnNoIGNvaW5tcC9maWxlcy9w YXRjaC1sdG1haW4uc2gKLS0tIGNvaW5tcC5vcmlnL2ZpbGVzL3BhdGNoLWx0 bWFpbi5zaAkxOTY5LTEyLTMxIDE5OjAwOjAwLjAwMDAwMDAwMCAtMDUwMAor KysgY29pbm1wL2ZpbGVzL3BhdGNoLWx0bWFpbi5zaAkyMDEyLTAyLTE0IDIy OjE5OjM1LjAwMDAwMDAwMCAtMDUwMApAQCAtMCwwICsxLDE2OCBAQAorLS0t IENiYy9sdG1haW4uc2gJMjAxMC0wNi0xNCAwMjo1MjoxMC4wMDAwMDAwMDAg KzA5MDAKKysrKyBDYmMvbHRtYWluLnNoCTIwMTItMDItMTQgMTI6NDM6NTQu MDAwMDAwMDAwICswOTAwCitAQCAtMzE4NiwxMiArMzE4NiwxMiBAQAorIAkg ICMgd2hpY2ggaGFzIGFuIGV4dHJhIDEgYWRkZWQganVzdCBmb3IgZnVuCisg CSAgIworIAkgIGNhc2UgJHZlcnNpb25fdHlwZSBpbgorLQkgIGRhcndpbnxs aW51eHxvc2Z8d2luZG93cykKKysJICBkYXJ3aW58bGludXh8b3NmfHdpbmRv d3N8ZnJlZWJzZC1lbGYpCisgCSAgICBjdXJyZW50PWBleHByICRudW1iZXJf bWFqb3IgKyAkbnVtYmVyX21pbm9yYAorIAkgICAgYWdlPSIkbnVtYmVyX21p bm9yIgorIAkgICAgcmV2aXNpb249IiRudW1iZXJfcmV2aXNpb24iCisgCSAg ICA7OworLQkgIGZyZWVic2QtYW91dHxmcmVlYnNkLWVsZnxzdW5vcykKKysJ ICBmcmVlYnNkLWFvdXR8c3Vub3MpCisgCSAgICBjdXJyZW50PSIkbnVtYmVy X21ham9yIgorIAkgICAgcmV2aXNpb249IiRudW1iZXJfbWlub3IiCisgCSAg ICBhZ2U9IjAiCitAQCAtMzI2Nyw4ICszMjY3LDggQEAKKyAJICA7OworIAor IAlmcmVlYnNkLWVsZikKKy0JICBtYWpvcj0iLiRjdXJyZW50IgorLQkgIHZl cnN1ZmZpeD0iLiRjdXJyZW50IjsKKysJICBtYWpvcj0uYGV4cHIgJGN1cnJl bnQgLSAkYWdlYAorKwkgIHZlcnN1ZmZpeD0iJG1ham9yIgorIAkgIDs7Cisg CisgCWlyaXggfCBub25zdG9wdXgpCistLS0gQ2dsL2x0bWFpbi5zaAkyMDEw LTA2LTE0IDAyOjUyOjU3LjAwMDAwMDAwMCArMDkwMAorKysrIENnbC9sdG1h aW4uc2gJMjAxMi0wMi0xNCAxMjo0Nzo0NC4wMDAwMDAwMDAgKzA5MDAKK0BA IC0zMTg2LDEyICszMTg2LDEyIEBACisgCSAgIyB3aGljaCBoYXMgYW4gZXh0 cmEgMSBhZGRlZCBqdXN0IGZvciBmdW4KKyAJICAjCisgCSAgY2FzZSAkdmVy c2lvbl90eXBlIGluCistCSAgZGFyd2lufGxpbnV4fG9zZnx3aW5kb3dzKQor KwkgIGRhcndpbnxsaW51eHxvc2Z8d2luZG93c3xmcmVlYnNkLWVsZikKKyAJ ICAgIGN1cnJlbnQ9YGV4cHIgJG51bWJlcl9tYWpvciArICRudW1iZXJfbWlu b3JgCisgCSAgICBhZ2U9IiRudW1iZXJfbWlub3IiCisgCSAgICByZXZpc2lv bj0iJG51bWJlcl9yZXZpc2lvbiIKKyAJICAgIDs7CistCSAgZnJlZWJzZC1h b3V0fGZyZWVic2QtZWxmfHN1bm9zKQorKwkgIGZyZWVic2QtYW91dHxzdW5v cykKKyAJICAgIGN1cnJlbnQ9IiRudW1iZXJfbWFqb3IiCisgCSAgICByZXZp c2lvbj0iJG51bWJlcl9taW5vciIKKyAJICAgIGFnZT0iMCIKK0BAIC0zMjY3 LDggKzMyNjcsOCBAQAorIAkgIDs7CisgCisgCWZyZWVic2QtZWxmKQorLQkg IG1ham9yPSIuJGN1cnJlbnQiCistCSAgdmVyc3VmZml4PSIuJGN1cnJlbnQi OworKwkgIG1ham9yPS5gZXhwciAkY3VycmVudCAtICRhZ2VgCisrCSAgdmVy c3VmZml4PSIkbWFqb3IiCisgCSAgOzsKKyAKKyAJaXJpeCB8IG5vbnN0b3B1 eCkKKy0tLSBDbHAvbHRtYWluLnNoCTIwMTAtMDYtMTQgMDI6NTM6MjUuMDAw MDAwMDAwICswOTAwCisrKysgQ2xwL2x0bWFpbi5zaAkyMDEyLTAyLTE0IDEy OjQ3OjUyLjAwMDAwMDAwMCArMDkwMAorQEAgLTMxODYsMTIgKzMxODYsMTIg QEAKKyAJICAjIHdoaWNoIGhhcyBhbiBleHRyYSAxIGFkZGVkIGp1c3QgZm9y IGZ1bgorIAkgICMKKyAJICBjYXNlICR2ZXJzaW9uX3R5cGUgaW4KKy0JICBk YXJ3aW58bGludXh8b3NmfHdpbmRvd3MpCisrCSAgZGFyd2lufGxpbnV4fG9z Znx3aW5kb3dzfGZyZWVic2QtZWxmKQorIAkgICAgY3VycmVudD1gZXhwciAk bnVtYmVyX21ham9yICsgJG51bWJlcl9taW5vcmAKKyAJICAgIGFnZT0iJG51 bWJlcl9taW5vciIKKyAJICAgIHJldmlzaW9uPSIkbnVtYmVyX3JldmlzaW9u IgorIAkgICAgOzsKKy0JICBmcmVlYnNkLWFvdXR8ZnJlZWJzZC1lbGZ8c3Vu b3MpCisrCSAgZnJlZWJzZC1hb3V0fHN1bm9zKQorIAkgICAgY3VycmVudD0i JG51bWJlcl9tYWpvciIKKyAJICAgIHJldmlzaW9uPSIkbnVtYmVyX21pbm9y IgorIAkgICAgYWdlPSIwIgorQEAgLTMyNjcsOCArMzI2Nyw4IEBACisgCSAg OzsKKyAKKyAJZnJlZWJzZC1lbGYpCistCSAgbWFqb3I9Ii4kY3VycmVudCIK Ky0JICB2ZXJzdWZmaXg9Ii4kY3VycmVudCI7CisrCSAgbWFqb3I9LmBleHBy ICRjdXJyZW50IC0gJGFnZWAKKysJICB2ZXJzdWZmaXg9IiRtYWpvciIKKyAJ ICA7OworIAorIAlpcml4IHwgbm9uc3RvcHV4KQorLS0tIENvaW5NUC9sdG1h aW4uc2gJMjAxMS0wOC0wOCAwMDowOTo0Ni4wMDAwMDAwMDAgKzA5MDAKKysr KyBDb2luTVAvbHRtYWluLnNoCTIwMTItMDItMTQgMTI6NDg6MDMuMDAwMDAw MDAwICswOTAwCitAQCAtMzE4NiwxMiArMzE4NiwxMiBAQAorIAkgICMgd2hp Y2ggaGFzIGFuIGV4dHJhIDEgYWRkZWQganVzdCBmb3IgZnVuCisgCSAgIwor IAkgIGNhc2UgJHZlcnNpb25fdHlwZSBpbgorLQkgIGRhcndpbnxsaW51eHxv c2Z8d2luZG93cykKKysJICBkYXJ3aW58bGludXh8b3NmfHdpbmRvd3N8ZnJl ZWJzZC1lbGYpCisgCSAgICBjdXJyZW50PWBleHByICRudW1iZXJfbWFqb3Ig KyAkbnVtYmVyX21pbm9yYAorIAkgICAgYWdlPSIkbnVtYmVyX21pbm9yIgor IAkgICAgcmV2aXNpb249IiRudW1iZXJfcmV2aXNpb24iCisgCSAgICA7Owor LQkgIGZyZWVic2QtYW91dHxmcmVlYnNkLWVsZnxzdW5vcykKKysJICBmcmVl YnNkLWFvdXR8c3Vub3MpCisgCSAgICBjdXJyZW50PSIkbnVtYmVyX21ham9y IgorIAkgICAgcmV2aXNpb249IiRudW1iZXJfbWlub3IiCisgCSAgICBhZ2U9 IjAiCitAQCAtMzI2Nyw4ICszMjY3LDggQEAKKyAJICA7OworIAorIAlmcmVl YnNkLWVsZikKKy0JICBtYWpvcj0iLiRjdXJyZW50IgorLQkgIHZlcnN1ZmZp eD0iLiRjdXJyZW50IjsKKysJICBtYWpvcj0uYGV4cHIgJGN1cnJlbnQgLSAk YWdlYAorKwkgIHZlcnN1ZmZpeD0iJG1ham9yIgorIAkgIDs7CisgCisgCWly aXggfCBub25zdG9wdXgpCistLS0gQ29pblV0aWxzL2x0bWFpbi5zaAkyMDEw LTA2LTE0IDAyOjUzOjUxLjAwMDAwMDAwMCArMDkwMAorKysrIENvaW5VdGls cy9sdG1haW4uc2gJMjAxMi0wMi0xNCAxMjo0ODowOC4wMDAwMDAwMDAgKzA5 MDAKK0BAIC0zMTg2LDEyICszMTg2LDEyIEBACisgCSAgIyB3aGljaCBoYXMg YW4gZXh0cmEgMSBhZGRlZCBqdXN0IGZvciBmdW4KKyAJICAjCisgCSAgY2Fz ZSAkdmVyc2lvbl90eXBlIGluCistCSAgZGFyd2lufGxpbnV4fG9zZnx3aW5k b3dzKQorKwkgIGRhcndpbnxsaW51eHxvc2Z8d2luZG93c3xmcmVlYnNkLWVs ZikKKyAJICAgIGN1cnJlbnQ9YGV4cHIgJG51bWJlcl9tYWpvciArICRudW1i ZXJfbWlub3JgCisgCSAgICBhZ2U9IiRudW1iZXJfbWlub3IiCisgCSAgICBy ZXZpc2lvbj0iJG51bWJlcl9yZXZpc2lvbiIKKyAJICAgIDs7CistCSAgZnJl ZWJzZC1hb3V0fGZyZWVic2QtZWxmfHN1bm9zKQorKwkgIGZyZWVic2QtYW91 dHxzdW5vcykKKyAJICAgIGN1cnJlbnQ9IiRudW1iZXJfbWFqb3IiCisgCSAg ICByZXZpc2lvbj0iJG51bWJlcl9taW5vciIKKyAJICAgIGFnZT0iMCIKK0BA IC0zMjY3LDggKzMyNjcsOCBAQAorIAkgIDs7CisgCisgCWZyZWVic2QtZWxm KQorLQkgIG1ham9yPSIuJGN1cnJlbnQiCistCSAgdmVyc3VmZml4PSIuJGN1 cnJlbnQiOworKwkgIG1ham9yPS5gZXhwciAkY3VycmVudCAtICRhZ2VgCisr CSAgdmVyc3VmZml4PSIkbWFqb3IiCisgCSAgOzsKKyAKKyAJaXJpeCB8IG5v bnN0b3B1eCkKKy0tLSBPc2kvbHRtYWluLnNoCTIwMTAtMDYtMTQgMDI6NTk6 MTguMDAwMDAwMDAwICswOTAwCisrKysgT3NpL2x0bWFpbi5zaAkyMDEyLTAy LTE0IDEyOjQ4OjI0LjAwMDAwMDAwMCArMDkwMAorQEAgLTMxODYsMTIgKzMx ODYsMTIgQEAKKyAJICAjIHdoaWNoIGhhcyBhbiBleHRyYSAxIGFkZGVkIGp1 c3QgZm9yIGZ1bgorIAkgICMKKyAJICBjYXNlICR2ZXJzaW9uX3R5cGUgaW4K Ky0JICBkYXJ3aW58bGludXh8b3NmfHdpbmRvd3MpCisrCSAgZGFyd2lufGxp bnV4fG9zZnx3aW5kb3dzfGZyZWVic2QtZWxmKQorIAkgICAgY3VycmVudD1g ZXhwciAkbnVtYmVyX21ham9yICsgJG51bWJlcl9taW5vcmAKKyAJICAgIGFn ZT0iJG51bWJlcl9taW5vciIKKyAJICAgIHJldmlzaW9uPSIkbnVtYmVyX3Jl dmlzaW9uIgorIAkgICAgOzsKKy0JICBmcmVlYnNkLWFvdXR8ZnJlZWJzZC1l bGZ8c3Vub3MpCisrCSAgZnJlZWJzZC1hb3V0fHN1bm9zKQorIAkgICAgY3Vy cmVudD0iJG51bWJlcl9tYWpvciIKKyAJICAgIHJldmlzaW9uPSIkbnVtYmVy X21pbm9yIgorIAkgICAgYWdlPSIwIgorQEAgLTMyNjcsOCArMzI2Nyw4IEBA CisgCSAgOzsKKyAKKyAJZnJlZWJzZC1lbGYpCistCSAgbWFqb3I9Ii4kY3Vy cmVudCIKKy0JICB2ZXJzdWZmaXg9Ii4kY3VycmVudCI7CisrCSAgbWFqb3I9 LmBleHByICRjdXJyZW50IC0gJGFnZWAKKysJICB2ZXJzdWZmaXg9IiRtYWpv ciIKKyAJICA7OworIAorIAlpcml4IHwgbm9uc3RvcHV4KQo= --641590605-58947136-1329276642=:7495-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA8D3106567F for ; Wed, 15 Feb 2012 03:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 813098FC17 for ; Wed, 15 Feb 2012 03:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3oB6f013084 for ; Wed, 15 Feb 2012 03:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3oBjI013083; Wed, 15 Feb 2012 03:50:11 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 03:50:11 GMT Resent-Message-Id: <201202150350.q1F3oBjI013083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A809106564A for ; Wed, 15 Feb 2012 03:44:41 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id CE4C48FC0C for ; Wed, 15 Feb 2012 03:44:40 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1F3iafp030382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 14 Feb 2012 22:44:36 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1F3iax1001269; Tue, 14 Feb 2012 22:44:36 -0500 (EST) (envelope-from steve) Message-Id: <201202150344.q1F3iax1001269@meatwad.mouf.net> Date: Tue, 14 Feb 2012 22:44:36 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:50:11 -0000 >Number: 165162 >Category: ports >Synopsis: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 03:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Add missing DEPENDS which the module needs - Add TEST_DEPENDS to enable testing Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-Random-0.17_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Random/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jan 2012 17:38:02 -0000 1.6 +++ Makefile 15 Feb 2012 03:43:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= File-Random PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for random selecting of a file -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ + p5-Set-Scalar>0:${PORTSDIR}/devel/p5-Set-Scalar RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class \ + p5-Test-Differences>=0.43:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>0.1:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Warn>0.05:${PORTSDIR}/devel/p5-Test-Warn \ + p5-Test-ManyParams>0:${PORTSDIR}/devel/p5-Test-ManyParams PERL_CONFIGURE= yes --- p5-File-Random-0.17_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:50:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEDE61065686; Wed, 15 Feb 2012 03:50:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0F0D8FC18; Wed, 15 Feb 2012 03:50:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3oPnO013221; Wed, 15 Feb 2012 03:50:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3oPPQ013217; Wed, 15 Feb 2012 03:50:25 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 03:50:25 GMT Message-Id: <201202150350.q1F3oPPQ013217@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:50:26 -0000 Synopsis: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 03:50:25 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165162 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:50:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E202106566B; Wed, 15 Feb 2012 03:50:54 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAD68FC1A; Wed, 15 Feb 2012 03:50:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3or9i016159; Wed, 15 Feb 2012 03:50:53 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3orQM016141; Wed, 15 Feb 2012 03:50:53 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 03:50:53 GMT Message-Id: <201202150350.q1F3orQM016141@freefall.freebsd.org> To: sk8harddiefast@gmail.com, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164408: gtranscode port created X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:50:54 -0000 Synopsis: gtranscode port created State-Changed-From-To: feedback->closed State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 03:50:50 UTC 2012 State-Changed-Why: submitter feedback timeout Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 03:50:50 UTC 2012 Responsible-Changed-Why: submitter feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=164408 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:53:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D24F1065673; Wed, 15 Feb 2012 03:53:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3F58FC08; Wed, 15 Feb 2012 03:53:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3rQdN021406; Wed, 15 Feb 2012 03:53:26 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3rPw7021402; Wed, 15 Feb 2012 03:53:25 GMT (envelope-from dougb) Date: Wed, 15 Feb 2012 03:53:25 GMT Message-Id: <201202150353.q1F3rPw7021402@freefall.freebsd.org> To: jreed@isc.org, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: dougb@FreeBSD.org Cc: Subject: Re: ports/164761: New port: dns/bind10-devel Development version of ISC BIND 10 DNS Suite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:53:26 -0000 Synopsis: New port: dns/bind10-devel Development version of ISC BIND 10 DNS Suite State-Changed-From-To: open->analyzed State-Changed-By: dougb State-Changed-When: Wed Feb 15 03:52:33 UTC 2012 State-Changed-Why: In conversation with originator on how to do this right. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Wed Feb 15 03:52:33 UTC 2012 Responsible-Changed-Why: My bailiwick. http://www.freebsd.org/cgi/query-pr.cgi?pr=164761 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:53:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F8D1065670; Wed, 15 Feb 2012 03:53:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5968FC1B; Wed, 15 Feb 2012 03:53:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3ro77021523; Wed, 15 Feb 2012 03:53:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3roCe021519; Wed, 15 Feb 2012 03:53:50 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 03:53:50 GMT Message-Id: <201202150353.q1F3roCe021519@freefall.freebsd.org> To: hsn@sendmail.cz, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164740: www/trafficserver: configuration lost on upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:53:50 -0000 Synopsis: www/trafficserver: configuration lost on upgrade State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 15 03:53:50 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164740 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:55:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54AD61065673; Wed, 15 Feb 2012 03:55:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 280FD8FC08; Wed, 15 Feb 2012 03:55:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3tFuU021752; Wed, 15 Feb 2012 03:55:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3tFHx021748; Wed, 15 Feb 2012 03:55:15 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 03:55:15 GMT Message-Id: <201202150355.q1F3tFHx021748@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164819: x11-wm/openbox package broken? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:55:15 -0000 Synopsis: x11-wm/openbox package broken? Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 03:55:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164819 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 03:56:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2B41065677; Wed, 15 Feb 2012 03:56:42 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFC358FC17; Wed, 15 Feb 2012 03:56:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F3ugxq021845; Wed, 15 Feb 2012 03:56:42 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F3ugV8021841; Wed, 15 Feb 2012 03:56:42 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 03:56:42 GMT Message-Id: <201202150356.q1F3ugV8021841@freefall.freebsd.org> To: bordjukov@gmail.com, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164845: miniUPnPd 1.5, 1 in ports tree is outdated - upstream version is 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 03:56:42 -0000 Synopsis: miniUPnPd 1.5,1 in ports tree is outdated - upstream version is 1.6 State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 03:56:42 UTC 2012 State-Changed-Why: Feel Free to submit a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=164845 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3757E106566C for ; Wed, 15 Feb 2012 04:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21F338FC0A for ; Wed, 15 Feb 2012 04:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F40PeJ022093 for ; Wed, 15 Feb 2012 04:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F40P8h022092; Wed, 15 Feb 2012 04:00:25 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 04:00:25 GMT Message-Id: <201202150400.q1F40P8h022092@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/164740: www/trafficserver: configuration lost on upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:00:26 -0000 The following reply was made to PR ports/164740; it has been noted by GNATS. From: Edwin Groothuis To: jnlin@csie.nctu.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/164740: www/trafficserver: configuration lost on upgrade Date: Wed, 15 Feb 2012 03:53:48 UT Maintainer of www/trafficserver, Please note that PR ports/164740 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164740 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:00:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21F2B106566C; Wed, 15 Feb 2012 04:00:36 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F778FC12; Wed, 15 Feb 2012 04:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F40ZEk022199; Wed, 15 Feb 2012 04:00:35 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F40Z5T022184; Wed, 15 Feb 2012 04:00:35 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:00:35 GMT Message-Id: <201202150400.q1F40Z5T022184@freefall.freebsd.org> To: ivo@tonev.pro.br, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164949: Brasilian mirror of ports repository X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:00:36 -0000 Synopsis: Brasilian mirror of ports repository State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 04:00:24 UTC 2012 State-Changed-Why: this is not a ports pr, please e-mail http://lists.freebsd.org/mailman/listinfo/freebsd-hubs Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 04:00:24 UTC 2012 Responsible-Changed-Why: this is not a ports pr, please e-mail http://lists.freebsd.org/mailman/listinfo/freebsd-hubs http://www.freebsd.org/cgi/query-pr.cgi?pr=164949 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:01:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399081065670; Wed, 15 Feb 2012 04:01:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6C68FC08; Wed, 15 Feb 2012 04:01:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F41Eki024862; Wed, 15 Feb 2012 04:01:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F41EY3024857; Wed, 15 Feb 2012 04:01:14 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 04:01:14 GMT Message-Id: <201202150401.q1F41EY3024857@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/164965: editors/openoffice.org-3 fails to build in moz, nss, and connectivity modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:01:15 -0000 Synopsis: editors/openoffice.org-3 fails to build in moz, nss, and connectivity modules Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 04:01:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164965 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:04:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD7A1065670; Wed, 15 Feb 2012 04:04:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E20E8FC15; Wed, 15 Feb 2012 04:04:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F44b3l030817; Wed, 15 Feb 2012 04:04:37 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F44bju030812; Wed, 15 Feb 2012 04:04:37 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:04:37 GMT Message-Id: <201202150404.q1F44bju030812@freefall.freebsd.org> To: pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165093: ghostscript9 (9.05) port fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:04:37 -0000 Synopsis: ghostscript9 (9.05) port fails to build Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 04:04:36 UTC 2012 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=165093 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:07:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB18106564A; Wed, 15 Feb 2012 04:07:53 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A16418FC08; Wed, 15 Feb 2012 04:07:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F47rhD031168; Wed, 15 Feb 2012 04:07:53 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F47rHl031163; Wed, 15 Feb 2012 04:07:53 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:07:53 GMT Message-Id: <201202150407.q1F47rHl031163@freefall.freebsd.org> To: doconnor@gsoft.com.au, mickael.maillot@gmail.com, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/157109: conflict between net/netpipes and sysutils/timelimit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:07:53 -0000 Synopsis: conflict between net/netpipes and sysutils/timelimit State-Changed-From-To: feedback->open State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 04:07:52 UTC 2012 State-Changed-Why: Feedback received http://www.freebsd.org/cgi/query-pr.cgi?pr=157109 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:41:50 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D33106564A; Wed, 15 Feb 2012 04:41:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D940C8FC08; Wed, 15 Feb 2012 04:41:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F4fnB2069189; Wed, 15 Feb 2012 04:41:49 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F4fnnR069185; Wed, 15 Feb 2012 04:41:49 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:41:49 GMT Message-Id: <201202150441.q1F4fnnR069185@freefall.freebsd.org> To: pgollucci@FreeBSD.org, matusita@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/151280: emulators/vmware-guestd6 port install error in /usr/ports/emulators/vmware-guestd* missing vmmemctl.ko during compiling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:41:50 -0000 Synopsis: emulators/vmware-guestd6 port install error in /usr/ports/emulators/vmware-guestd* missing vmmemctl.ko during compiling Responsible-Changed-From-To: matusita->freebsd-ports-bugs Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 04:41:49 UTC 2012 Responsible-Changed-Why: back to pool no commit from matusita in over 1yr http://www.freebsd.org/cgi/query-pr.cgi?pr=151280 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:53:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CEE106564A; Wed, 15 Feb 2012 04:53:41 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE9598FC12; Wed, 15 Feb 2012 04:53:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F4re4b079100; Wed, 15 Feb 2012 04:53:40 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F4re5D079093; Wed, 15 Feb 2012 04:53:40 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:53:40 GMT Message-Id: <201202150453.q1F4re5D079093@freefall.freebsd.org> To: vivek@khera.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/164959: pam_google_authenticator install deletes /dev/null X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:53:41 -0000 Synopsis: pam_google_authenticator install deletes /dev/null State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 04:53:40 UTC 2012 State-Changed-Why: duplicate of 165096 http://www.freebsd.org/cgi/query-pr.cgi?pr=164959 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 04:55:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 543AC1065677; Wed, 15 Feb 2012 04:55:28 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 268DA8FC15; Wed, 15 Feb 2012 04:55:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F4tSR0079329; Wed, 15 Feb 2012 04:55:28 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F4tRbT079325; Wed, 15 Feb 2012 04:55:27 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:55:27 GMT Message-Id: <201202150455.q1F4tRbT079325@freefall.freebsd.org> To: root@cooltrainer.org, pgollucci@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/159393: [New port] x11/gnome-color-chooser: customize appearance of GNOME/GTK+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 04:55:28 -0000 Synopsis: [New port] x11/gnome-color-chooser: customize appearance of GNOME/GTK+ State-Changed-From-To: feedback->closed State-Changed-By: pgollucci State-Changed-When: Wed Feb 15 04:55:27 UTC 2012 State-Changed-Why: submitter timeout ~134 days http://www.freebsd.org/cgi/query-pr.cgi?pr=159393 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 05:14:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB60106566B; Wed, 15 Feb 2012 05:14:07 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBF1D8FC0A; Wed, 15 Feb 2012 05:14:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F5E6VB097358; Wed, 15 Feb 2012 05:14:06 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F5E6W7097354; Wed, 15 Feb 2012 05:14:06 GMT (envelope-from jgh) Date: Wed, 15 Feb 2012 05:14:06 GMT Message-Id: <201202150514.q1F5E6W7097354@freefall.freebsd.org> To: jnlin@csie.nctu.edu.tw, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/164740: www/trafficserver: configuration lost on upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 05:14:07 -0000 Synopsis: www/trafficserver: configuration lost on upgrade Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Feb 15 05:13:25 UTC 2012 Responsible-Changed-Why: take, and what configuration files need to be preserved? http://www.freebsd.org/cgi/query-pr.cgi?pr=164740 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:00:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 844D4106566C for ; Wed, 15 Feb 2012 06:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 600DD8FC1C for ; Wed, 15 Feb 2012 06:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F60J6s035117 for ; Wed, 15 Feb 2012 06:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60JtP035116; Wed, 15 Feb 2012 06:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 06:00:19 GMT Resent-Message-Id: <201202150600.q1F60JtP035116@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBFC01065695 for ; Wed, 15 Feb 2012 05:50:21 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id A72918FC1D for ; Wed, 15 Feb 2012 05:50:21 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id C03B1641B; Wed, 15 Feb 2012 13:49:14 +0800 (CST) Message-Id: <20120215054914.C03B1641B@sunpoet.net> Date: Wed, 15 Feb 2012 13:49:14 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mopsfelder@gmail.com Subject: ports/165165: [PATCH] www/p5-Mojolicious: update to 2.49 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:00:19 -0000 >Number: 165165 >Category: ports >Synopsis: [PATCH] www/p5-Mojolicious: update to 2.49 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 06:00:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 2.49 Changes: http://search.cpan.org/dist/Mojolicious/Changes Port maintainer (mopsfelder@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Mojolicious-2.49.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 2 Feb 2012 16:52:48 -0000 1.19 +++ Makefile 15 Feb 2012 05:50:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Mojolicious -PORTVERSION= 2.46 +PORTVERSION= 2.49 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -87,7 +87,6 @@ Mojolicious::Command::generate.3 \ Mojolicious::Command::generate::app.3 \ Mojolicious::Command::generate::gitignore.3 \ - Mojolicious::Command::generate::hypnotoad.3 \ Mojolicious::Command::generate::lite_app.3 \ Mojolicious::Command::generate::makefile.3 \ Mojolicious::Command::generate::plugin.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/distinfo,v retrieving revision 1.17 diff -u -u -r1.17 distinfo --- distinfo 2 Feb 2012 16:52:48 -0000 1.17 +++ distinfo 15 Feb 2012 05:50:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-2.46.tar.gz) = efde6a6fc479a8c8ffff9bf7ad9ca3b587a4c9e4c0d87eedf8bbfaa21a69d45e -SIZE (Mojolicious-2.46.tar.gz) = 546027 +SHA256 (Mojolicious-2.49.tar.gz) = f6c766bee5c7ff7a82790044bcac6127e440ef161ecb38baf948b829342b6242 +SIZE (Mojolicious-2.49.tar.gz) = 543282 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/pkg-plist,v retrieving revision 1.14 diff -u -u -r1.14 pkg-plist --- pkg-plist 2 Feb 2012 16:52:48 -0000 1.14 +++ pkg-plist 15 Feb 2012 05:50:02 -0000 @@ -63,7 +63,6 @@ %%SITE_PERL%%/Mojolicious/Command/generate.pm %%SITE_PERL%%/Mojolicious/Command/generate/app.pm %%SITE_PERL%%/Mojolicious/Command/generate/gitignore.pm -%%SITE_PERL%%/Mojolicious/Command/generate/hypnotoad.pm %%SITE_PERL%%/Mojolicious/Command/generate/lite_app.pm %%SITE_PERL%%/Mojolicious/Command/generate/makefile.pm %%SITE_PERL%%/Mojolicious/Command/generate/plugin.pm --- p5-Mojolicious-2.49.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 890EB1065677 for ; Wed, 15 Feb 2012 06:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 661828FC16 for ; Wed, 15 Feb 2012 06:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F60JHh035139 for ; Wed, 15 Feb 2012 06:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60Jbt035137; Wed, 15 Feb 2012 06:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 06:00:19 GMT Resent-Message-Id: <201202150600.q1F60Jbt035137@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D6E4106564A for ; Wed, 15 Feb 2012 05:51:35 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id DC70D8FC17 for ; Wed, 15 Feb 2012 05:51:34 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id AAEAA641D; Wed, 15 Feb 2012 13:50:29 +0800 (CST) Message-Id: <20120215055029.AAEAA641D@sunpoet.net> Date: Wed, 15 Feb 2012 13:50:29 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fw@moov.de Subject: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:00:20 -0000 >Number: 165166 >Category: ports >Synopsis: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 06:00:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.9.10 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Sys-Virt/CHANGES Port maintainer (fw@moov.de) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Sys-Virt-0.9.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Sys-Virt/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 8 Jan 2012 17:43:45 -0000 1.3 +++ Makefile 15 Feb 2012 05:51:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Sys-Virt -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,10 @@ RUN_DEPENDS= libvirt>=${PORTVERSION}:${PORTSDIR}/devel/libvirt \ p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath +TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + PERL_CONFIGURE= yes MAN3= Sys::Virt.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Sys-Virt/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 8 Jan 2012 17:43:45 -0000 1.2 +++ distinfo 15 Feb 2012 05:51:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (Sys-Virt-0.9.8.tar.gz) = 8c229b0178eaea493a9a74c5624306f26a88fa66089515a3ceb9210ed1542e1f -SIZE (Sys-Virt-0.9.8.tar.gz) = 71964 +SHA256 (Sys-Virt-0.9.10.tar.gz) = 1fdf35b96d8d77b6f3eeb1737e7c56040d11e7ec14ba52a9368bcdd98710d8e8 +SIZE (Sys-Virt-0.9.10.tar.gz) = 76896 --- p5-Sys-Virt-0.9.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:00:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84F0A10656B4; Wed, 15 Feb 2012 06:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59DCE8FC1F; Wed, 15 Feb 2012 06:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F60VDW035312; Wed, 15 Feb 2012 06:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60VVo035308; Wed, 15 Feb 2012 06:00:31 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:31 GMT Message-Id: <201202150600.q1F60VVo035308@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165165: [PATCH] www/p5-Mojolicious: update to 2.49 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:00:31 -0000 Synopsis: [PATCH] www/p5-Mojolicious: update to 2.49 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 06:00:30 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165165 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:00:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 823C91065679; Wed, 15 Feb 2012 06:00:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 547D38FC21; Wed, 15 Feb 2012 06:00:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F60m5J036120; Wed, 15 Feb 2012 06:00:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60mDf036114; Wed, 15 Feb 2012 06:00:48 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:48 GMT Message-Id: <201202150600.q1F60mDf036114@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:00:48 -0000 Synopsis: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 06:00:47 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165166 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B301065670 for ; Wed, 15 Feb 2012 06:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF6938FC14 for ; Wed, 15 Feb 2012 06:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F6AAvG044625 for ; Wed, 15 Feb 2012 06:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F6AAFL044624; Wed, 15 Feb 2012 06:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 06:10:10 GMT Resent-Message-Id: <201202150610.q1F6AAFL044624@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6A3B1065670 for ; Wed, 15 Feb 2012 06:08:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1A0A8FC1A for ; Wed, 15 Feb 2012 06:08:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F68DjD044481 for ; Wed, 15 Feb 2012 06:08:13 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F68DI9044480; Wed, 15 Feb 2012 06:08:13 GMT (envelope-from dougb) Message-Id: <201202150608.q1F68DI9044480@freefall.freebsd.org> Date: Wed, 15 Feb 2012 06:08:13 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165167: Updates for sysutils/smartmontools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:10:11 -0000 >Number: 165167 >Category: ports >Synopsis: Updates for sysutils/smartmontools >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 06:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The attached patch has various simplifications/improvements for the port. Most importantly, it's currently installing the rc.d script from the source, rather than the fixed one in file/. The problem is that on 10-current the set_rcvar function has been removed from rc.subr. Since I had to look at it anyway (and since I use this port) I did a full cleanup for the script, and looked at the port more generally. 1. Remove 6.x compatibility hack 2. Use the PORTDOCS macro 3. Actually install the rc.d script in files 4. Simplify pkg-plist 5. For the rc.d script: a. Move it to the standard location, after LOGIN b. Add KEYWORD nojail per the script in the distfiles c. Put the standard arguments in their usual order/formats d. Simplify the assignments of pidfile and required_files e. Use command_args for required arguments, don't abuse _flags f. The test for -p in smartd_flags should be a start_precmd, we frown on running any code unconditionally. Also, improve this check if -p is first. g. Bring the reload and report options from the distfile version, and simplify them. You might also consider removing the @stopdaemon from pkg-plist altogether. Unless there is a really good reason do so it's frowned on to stop the service when deinstalling it. More information on the rc.d changes: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html >How-To-Repeat: DNA >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/smartmontools/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- Makefile 1 Dec 2011 20:53:31 -0000 1.56 +++ Makefile 15 Feb 2012 05:52:59 -0000 @@ -7,7 +7,7 @@ PORTNAME= smartmontools PORTVERSION= 5.42 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF @@ -19,8 +19,6 @@ CONFLICTS= smartmontools-devel-[0-9]* USE_GMAKE= yes -# hack to prevent gmake failure on 6.xx -GMAKE= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-drivedb --enable-sample \ @@ -32,6 +30,8 @@ MAN5= smartd.conf.5 MAN8= smartd.8 smartctl.8 +PORTDOCS= * + CFLAGS:= ${CFLAGS:S/-O2/-O/} -Wno-write-strings post-patch: @@ -40,7 +40,7 @@ post-install: ${MKDIR} ${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/smart ${PREFIX}/etc/periodic/daily/smart - ${INSTALL_SCRIPT} ${WRKSRC}/smartd.freebsd.initd ${PREFIX}/etc/rc.d/smartd + @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/sysutils/smartmontools/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 19 Oct 2010 11:31:13 -0000 1.7 +++ pkg-plist 15 Feb 2012 05:52:59 -0000 @@ -1,28 +1,10 @@ -@comment $FreeBSD: ports/sysutils/smartmontools/pkg-plist,v 1.7 2010/10/19 11:31:13 sunpoet Exp $ -@unexec /bin/echo "===>" Stopping smartd ... -@unexec /usr/bin/killall smartd 2>/dev/null || true +@stopdaemon smartd etc/periodic/daily/smart etc/smartd.conf.sample sbin/smartctl sbin/smartd sbin/update-smart-drivedb -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/CHANGELOG -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -%%DOCSDIR%%/TODO -%%DOCSDIR%%/WARNINGS -%%DOCSDIR%%/examplescripts/Example1 -%%DOCSDIR%%/examplescripts/Example2 -%%DOCSDIR%%/examplescripts/Example3 -%%DOCSDIR%%/examplescripts/Example4 -%%DOCSDIR%%/examplescripts/README -%%DOCSDIR%%/smartd.conf %%DATADIR%%/drivedb.h @dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/examplescripts -@dirrm %%DOCSDIR%% @dirrmtry etc/periodic/daily @dirrmtry etc/periodic Index: files/smartd.in =================================================================== RCS file: /home/pcvs/ports/sysutils/smartmontools/files/smartd.in,v retrieving revision 1.3 diff -u -r1.3 smartd.in --- files/smartd.in 14 Jan 2012 08:57:06 -0000 1.3 +++ files/smartd.in 15 Feb 2012 05:52:59 -0000 @@ -1,44 +1,70 @@ #!/bin/sh -# $FreeBSD: ports/sysutils/smartmontools/files/smartd.in,v 1.3 2012/01/14 08:57:06 dougb Exp $ +# $FreeBSD$ +# # PROVIDE: smartd -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - +# REQUIRE: LOGIN +# KEYWORD: shutdown nojail +# # Define these smartd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/smartd # # DO NOT CHANGE THESE DEFAULT VALUES HERE -# -smartd_enable="${smartd_enable-NO}" -smartd_pidfile="/var/run/smartd.pid" . /etc/rc.subr -name="smartd" +name=smartd rcvar=smartd_enable -command="%%PREFIX%%/sbin/smartd" -load_rc_config $name +load_rc_config smartd + +: ${smartd_enable:="NO"} -: ${smartd_config="%%PREFIX%%/etc/smartd.conf"} -: ${smartd_flags="-c ${smartd_config}"} +required_files=${smartd_config:="%%PREFIX%%/etc/smartd.conf"} +pidfile=${smartd_pidfile:="/var/run/smartd.pid"} -pidfile="${smartd_pidfile}" -required_files="${smartd_config}" +command="%%PREFIX%%/sbin/smartd" +command_args="-c ${required_files} -p ${pidfile}" -case "${smartd_flags}" in -*-p\ *) - echo "ERROR: \$smartd_flags includes -p option." \ - "Please use \$smartd_pidfile instead." - exit 1 - ;; -*) - smartd_flags="-p ${pidfile} ${smartd_flags}" - ;; -esac +extra_commands="reload report" +reload_cmd="smartd_reload" +report_cmd="smartd_report" + +start_precmd=smartd_prestart + +smartd_prestart() +{ + case "${smartd_flags}" in + -p*|*-p*) + err 1 'smartd_flags includes the -p option, use smartd_pidfile instead' + ;; + esac +} + +smartd_reload() +{ + local status + + if ! status=`run_rc_command status 2>&1`; then + echo $status + return 1 + fi + echo 'Reloading smartd.' + kill -HUP $rc_pid +} + +smartd_report() +{ + local status + + if ! status=`run_rc_command status 2>&1`; then + echo $status + return 1 + fi + echo 'Checking SMART devices now.' + kill -USR1 $rc_pid +} run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 06:10:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98A7B106568D; Wed, 15 Feb 2012 06:10:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C33C8FC18; Wed, 15 Feb 2012 06:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F6AP1D045020; Wed, 15 Feb 2012 06:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F6APpP045011; Wed, 15 Feb 2012 06:10:25 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:10:25 GMT Message-Id: <201202150610.q1F6APpP045011@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165167: Updates for sysutils/smartmontools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 06:10:25 -0000 Synopsis: Updates for sysutils/smartmontools Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 06:10:24 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165167 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 07:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 485801065673 for ; Wed, 15 Feb 2012 07:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 253C08FC19 for ; Wed, 15 Feb 2012 07:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F7A9tj004564 for ; Wed, 15 Feb 2012 07:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F7A9bB004563; Wed, 15 Feb 2012 07:10:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 07:10:09 GMT Resent-Message-Id: <201202150710.q1F7A9bB004563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7BA0106566B for ; Wed, 15 Feb 2012 07:08:21 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id AE98A8FC16 for ; Wed, 15 Feb 2012 07:08:21 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 2C28B65ED; Wed, 15 Feb 2012 15:07:15 +0800 (CST) Message-Id: <20120215070715.2C28B65ED@sunpoet.net> Date: Wed, 15 Feb 2012 15:07:15 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/165168: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 07:10:09 -0000 >Number: 165168 >Category: ports >Synopsis: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 07:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 1.41 - Fix TEST_DEPENDS Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-HTTP-BrowserDetect-1.41.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTTP-BrowserDetect/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 8 Feb 2012 19:52:05 -0000 1.8 +++ Makefile 15 Feb 2012 07:07:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= HTTP-BrowserDetect -PORTVERSION= 1.28 +PORTVERSION= 1.41 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS @@ -16,11 +16,16 @@ COMMENT= Determine the Web browser, version, OS from an HTTP user agent string TEST_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp PERL_CONFIGURE= yes MAN3= HTTP::BrowserDetect.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP +.endif + +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-HTTP-BrowserDetect/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 8 Feb 2012 19:52:05 -0000 1.7 +++ distinfo 15 Feb 2012 07:07:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-1.28.tar.gz) = 167aa8a6cab145201a164b53551ba350a3351e2afac2586be2a4543e8d22e1cc -SIZE (HTTP-BrowserDetect-1.28.tar.gz) = 35987 +SHA256 (HTTP-BrowserDetect-1.41.tar.gz) = 41d3c090c7fd6f17486df3f683c17f516e4cdea66b2bd91e3649fc2a22bf6af6 +SIZE (HTTP-BrowserDetect-1.41.tar.gz) = 38640 --- p5-HTTP-BrowserDetect-1.41.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 07:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C92A1065675; Wed, 15 Feb 2012 07:10:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3A78FC1D; Wed, 15 Feb 2012 07:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F7AI0L004676; Wed, 15 Feb 2012 07:10:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F7AIRV004672; Wed, 15 Feb 2012 07:10:18 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 07:10:18 GMT Message-Id: <201202150710.q1F7AIRV004672@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165168: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 07:10:18 -0000 Synopsis: [PATCH] www/p5-HTTP-BrowserDetect: update to 1.41 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 07:10:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165168 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 09:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60DDE1065674 for ; Wed, 15 Feb 2012 09:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22DBB8FC13 for ; Wed, 15 Feb 2012 09:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F9A7KJ043223 for ; Wed, 15 Feb 2012 09:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F9A7r8043222; Wed, 15 Feb 2012 09:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 09:10:07 GMT Resent-Message-Id: <201202150910.q1F9A7r8043222@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4F6106566B for ; Wed, 15 Feb 2012 09:03:25 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC5B8FC0A for ; Wed, 15 Feb 2012 09:03:25 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 306DA6841; Wed, 15 Feb 2012 17:02:18 +0800 (CST) Message-Id: <20120215090218.306DA6841@sunpoet.net> Date: Wed, 15 Feb 2012 17:02:18 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: arved@FreeBSD.org Subject: ports/165169: [PATCH] devel/rubygem-open4: update to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 09:10:07 -0000 >Number: 165169 >Category: ports >Synopsis: [PATCH] devel/rubygem-open4: update to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 09:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 1.3.0 Port maintainer (arved@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-open4-1.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-open4/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 30 May 2010 13:35:10 -0000 1.6 +++ Makefile 15 Feb 2012 09:03:16 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/devel/rubygem-open4/Makefile,v 1.6 2010/05/30 13:35:10 arved Exp $ PORTNAME= open4 -PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-open4/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 23 Jun 2011 18:03:45 -0000 1.2 +++ distinfo 15 Feb 2012 09:03:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/open4-0.9.6.gem) = 205d2eb31856cd8dbf96087b4e010218c0705dd1c850745a7207b8c725d89378 -SIZE (rubygem/open4-0.9.6.gem) = 11264 +SHA256 (rubygem/open4-1.3.0.gem) = c2c16dfaa4d8a665b532783547e1e8e2b1f2f687b9cdfa034e02df734fba5e8a +SIZE (rubygem/open4-1.3.0.gem) = 17920 --- rubygem-open4-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 09:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A5351065676; Wed, 15 Feb 2012 09:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B97D8FC12; Wed, 15 Feb 2012 09:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F9AHTu043409; Wed, 15 Feb 2012 09:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F9AHAw043405; Wed, 15 Feb 2012 09:10:17 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 09:10:17 GMT Message-Id: <201202150910.q1F9AHAw043405@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165169: [PATCH] devel/rubygem-open4: update to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 09:10:17 -0000 Synopsis: [PATCH] devel/rubygem-open4: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 09:10:16 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165169 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 09:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7B311065672 for ; Wed, 15 Feb 2012 09:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8072B8FC0C for ; Wed, 15 Feb 2012 09:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F9o74P081269 for ; Wed, 15 Feb 2012 09:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F9o7EW081268; Wed, 15 Feb 2012 09:50:07 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 09:50:07 GMT Resent-Message-Id: <201202150950.q1F9o7EW081268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E381065674 for ; Wed, 15 Feb 2012 09:43:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B78D88FC1B for ; Wed, 15 Feb 2012 09:43:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1F9hTaY063054 for ; Wed, 15 Feb 2012 09:43:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1F9hT7d063050; Wed, 15 Feb 2012 09:43:29 GMT (envelope-from nobody) Message-Id: <201202150943.q1F9hT7d063050@red.freebsd.org> Date: Wed, 15 Feb 2012 09:43:29 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165171: [patch] devel/websvn -- update to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 09:50:07 -0000 >Number: 165171 >Category: ports >Synopsis: [patch] devel/websvn -- update to 2.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 09:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/websvn/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 4 Dec 2011 14:25:39 -0000 1.16 +++ Makefile 15 Feb 2012 08:33:25 -0000 @@ -6,9 +6,9 @@ # PORTNAME= websvn -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= devel www -MASTER_SITES= http://websvn.tigris.org/files/documents/1380/48737/ +MASTER_SITES= http://websvn.tigris.org/files/documents/1380/49056/ MAINTAINER= ychsiao@ychsiao.org COMMENT= Subversion repository web frontend Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/websvn/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 8 Feb 2011 00:09:23 -0000 1.11 +++ distinfo 15 Feb 2012 08:31:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (websvn-2.3.2.tar.gz) = d2e6e65c1ca8c51e036b2229f144fe22cd13c005a080326a99eef48453855bdc -SIZE (websvn-2.3.2.tar.gz) = 846511 +SHA256 (websvn-2.3.3.tar.gz) = 67d5cb7ffb087f8a92e3dcad10f16612baac4d15a60d659aa8b6e06200ac8742 +SIZE (websvn-2.3.3.tar.gz) = 882779 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/websvn/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 4 Dec 2011 14:25:39 -0000 1.9 +++ pkg-plist 15 Feb 2012 09:41:59 -0000 @@ -57,7 +57,21 @@ %%WEBSVNDIR%%/languages/spanish.php %%WEBSVNDIR%%/languages/swedish.php %%WEBSVNDIR%%/languages/turkish.php +%%WEBSVNDIR%%/languages/ukrainian.php %%WEBSVNDIR%%/languages/uzbek.php +%%WEBSVNDIR%%/lib/geshi/c_loadrunner.php +%%WEBSVNDIR%%/lib/geshi/bascomavr.php +%%WEBSVNDIR%%/lib/geshi/yaml.php +%%WEBSVNDIR%%/lib/geshi/coffeescript.php +%%WEBSVNDIR%%/lib/geshi/euphoria.php +%%WEBSVNDIR%%/lib/geshi/llvm.php +%%WEBSVNDIR%%/lib/geshi/falcon.php +%%WEBSVNDIR%%/lib/geshi/epc.php +%%WEBSVNDIR%%/lib/geshi/uscript.php +%%WEBSVNDIR%%/lib/geshi/proftpd.php +%%WEBSVNDIR%%/lib/geshi/html5.php +%%WEBSVNDIR%%/lib/geshi/pycon.php +%%WEBSVNDIR%%/lib/geshi/pli.php %%WEBSVNDIR%%/lib/geshi/4cs.php %%WEBSVNDIR%%/lib/geshi/6502acme.php %%WEBSVNDIR%%/lib/geshi/6502kickass.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 09:50:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E0BF1065670; Wed, 15 Feb 2012 09:50:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 708058FC0A; Wed, 15 Feb 2012 09:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F9oQli081979; Wed, 15 Feb 2012 09:50:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F9oQh6081975; Wed, 15 Feb 2012 09:50:26 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 09:50:26 GMT Message-Id: <201202150950.q1F9oQh6081975@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165171: [patch] devel/websvn -- update to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 09:50:26 -0000 Synopsis: [patch] devel/websvn -- update to 2.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 09:50:26 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165171 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 10:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D285106566B for ; Wed, 15 Feb 2012 10:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E3A5F8FC13 for ; Wed, 15 Feb 2012 10:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FAe8ZB034694 for ; Wed, 15 Feb 2012 10:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FAe8Ua034693; Wed, 15 Feb 2012 10:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 10:40:08 GMT Resent-Message-Id: <201202151040.q1FAe8Ua034693@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, RyoTa SimaMoto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23471065678 for ; Wed, 15 Feb 2012 10:39:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BD5408FC1C for ; Wed, 15 Feb 2012 10:39:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FAdm29066261 for ; Wed, 15 Feb 2012 10:39:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FAdm44066260; Wed, 15 Feb 2012 10:39:48 GMT (envelope-from nobody) Message-Id: <201202151039.q1FAdm44066260@red.freebsd.org> Date: Wed, 15 Feb 2012 10:39:48 GMT From: RyoTa SimaMoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165172: [error fix] audio/libbs2b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 10:40:09 -0000 >Number: 165172 >Category: ports >Synopsis: [error fix] audio/libbs2b >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 10:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: RyoTa SimaMoto >Release: 9.0-STABLE >Organization: >Environment: FreeBSD takiba.fakenet 9.0-STABLE FreeBSD 9.0-STABLE #21: Thu Jan 5 17:49:04 JST 2012 liangtai@takiba.fakenet:/usr/obj/usr/src/sys/VAIO i386 >Description: Fix of a bug spotted by ports/157174. For removing the line of USE_PKGCONFIG, a BUILD_DEPENDS line is added to obtain pkg-config command. >How-To-Repeat: USE_PKGCONFIG= yes # does not exist >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libbs2b/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 22 May 2010 04:42:32 -0000 1.1 +++ Makefile 15 Feb 2012 09:22:24 -0000 @@ -2,7 +2,7 @@ # Date created: 22 May 2010 # Whom: SimaMoto,RyoTa # -# $FreeBSD: ports/audio/libbs2b/Makefile,v 1.1 2010/05/22 04:42:32 miwi Exp $ +# $FreeBSD: $ # PORTNAME= libbs2b @@ -13,9 +13,9 @@ MAINTAINER= liangtai.s4@gmail.com COMMENT= Bauer Stereophonic-to-Binaural DSP +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_PKGCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 11:44:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214871065672; Wed, 15 Feb 2012 11:44:53 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6BB08FC14; Wed, 15 Feb 2012 11:44:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FBiqZ0001024; Wed, 15 Feb 2012 11:44:52 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FBiqhm001020; Wed, 15 Feb 2012 11:44:52 GMT (envelope-from scheidell) Date: Wed, 15 Feb 2012 11:44:52 GMT Message-Id: <201202151144.q1FBiqhm001020@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165172: [error fix] audio/libbs2b X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 11:44:53 -0000 Synopsis: [error fix] audio/libbs2b Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Wed Feb 15 11:44:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165172 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:40:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C24FC106566C for ; Wed, 15 Feb 2012 12:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 97ECC8FC1D for ; Wed, 15 Feb 2012 12:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCe6ua048310 for ; Wed, 15 Feb 2012 12:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCe6DS048309; Wed, 15 Feb 2012 12:40:06 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 12:40:06 GMT Resent-Message-Id: <201202151240.q1FCe6DS048309@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 256951065672 for ; Wed, 15 Feb 2012 12:32:45 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 9A02E8FC13 for ; Wed, 15 Feb 2012 12:32:44 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.5/8.14.4) with ESMTP id q1FCWhVk051567; Wed, 15 Feb 2012 12:32:43 GMT (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.5/8.14.4/Submit) id q1FCWg24051566; Wed, 15 Feb 2012 12:32:42 GMT (envelope-from freebsd@beardz.net) Message-Id: <201202151232.q1FCWg24051566@beardz.net> Date: Wed, 15 Feb 2012 12:32:42 GMT From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bra@fsn.hu Subject: ports/165176: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:40:06 -0000 >Number: 165176 >Category: ports >Synopsis: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 12:40:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r225827: Wed Sep 28 13:55:02 BST >Description: mail/dovecot2 - Update to 2.0.18 - Changes: http://dovecot.org/list/dovecot-news/2012-February/000210.html Removed file(s): - files/patch-src-auth-passdb-vpopmail.c mail/dovecot2-pigeonhole - Update to 0.2.6 - Changes: http://dovecot.org/list/dovecot-news/2012-February/000211.html Ports maintainer (bra@fsn.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dovecot-2.0.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/Makefile /usr/ports/mail/dovecot2/Makefile --- /usr/ports/mail/dovecot2.orig/Makefile 2011-12-02 22:33:12.000000000 +0000 +++ /usr/ports/mail/dovecot2/Makefile 2012-02-15 12:22:27.706910968 +0000 @@ -6,8 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.0.16 -PORTREVISION= 1 +PORTVERSION= 2.0.18 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/distinfo /usr/ports/mail/dovecot2/distinfo --- /usr/ports/mail/dovecot2.orig/distinfo 2011-11-28 09:24:06.000000000 +0000 +++ /usr/ports/mail/dovecot2/distinfo 2012-02-15 12:22:27.705910565 +0000 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0.16.tar.gz) = a9652ce1f0767b9a4d4f613dd4d41bbe7b55c25728be6f1283dacf0aff62f057 -SIZE (dovecot-2.0.16.tar.gz) = 3317662 +SHA256 (dovecot-2.0.18.tar.gz) = 92fc68af6ef0309990c749fcab39eeebce56ea8888c3d73ba812b65a74d1fa1b +SIZE (dovecot-2.0.18.tar.gz) = 3353149 diff -ruN --exclude=CVS /usr/ports/mail/dovecot2.orig/files/patch-src-auth-passdb-vpopmail.c /usr/ports/mail/dovecot2/files/patch-src-auth-passdb-vpopmail.c --- /usr/ports/mail/dovecot2.orig/files/patch-src-auth-passdb-vpopmail.c 2011-12-02 22:33:12.000000000 +0000 +++ /usr/ports/mail/dovecot2/files/patch-src-auth-passdb-vpopmail.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -diff -r a8c2e04307c6 src/auth/passdb-vpopmail.c ---- src/auth/passdb-vpopmail.c Wed Nov 23 19:04:15 2011 +0200 -+++ src/auth/passdb-vpopmail.c Fri Dec 02 23:39:55 2011 +0200 -@@ -75,7 +75,8 @@ - password = NULL; - *result_r = PASSDB_RESULT_USER_DISABLED; - } else { -- if (vpw->pw_clear_passwd != NULL) { -+ if (vpw->pw_clear_passwd != NULL && -+ *vpw->pw_clear_passwd != '\0') { - password = t_strdup_noconst(vpw->pw_clear_passwd); - *cleartext = TRUE; - } else if (!*cleartext) -@@ -120,7 +121,7 @@ - enum passdb_result result; - const char *scheme, *tmp_pass; - char *crypted_pass; -- bool cleartext; -+ bool cleartext = FALSE; - int ret; - - crypted_pass = vpopmail_password_lookup(request, &cleartext, &result); diff -ruN --exclude=CVS /usr/ports/mail/dovecot2-pigeonhole.orig/Makefile /usr/ports/mail/dovecot2-pigeonhole/Makefile --- /usr/ports/mail/dovecot2-pigeonhole.orig/Makefile 2011-11-28 09:24:44.000000000 +0000 +++ /usr/ports/mail/dovecot2-pigeonhole/Makefile 2012-02-15 12:22:15.095983361 +0000 @@ -6,7 +6,7 @@ # PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/mail/dovecot2-pigeonhole.orig/distinfo /usr/ports/mail/dovecot2-pigeonhole/distinfo --- /usr/ports/mail/dovecot2-pigeonhole.orig/distinfo 2011-11-28 09:24:44.000000000 +0000 +++ /usr/ports/mail/dovecot2-pigeonhole/distinfo 2012-02-15 12:22:15.095983361 +0000 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 2793eec5384b9136774e1b3929864aa15edc5f057b97cfbee809ec0dfc292b9c -SIZE (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 1232117 +SHA256 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 49829e4aed763848b63b2bf9e288d4bc94020c924ce0621bc850e0a4bf4821ab +SIZE (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 1234253 --- dovecot-2.0.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:40:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ABB81065673; Wed, 15 Feb 2012 12:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDD458FC12; Wed, 15 Feb 2012 12:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCeHwk048656; Wed, 15 Feb 2012 12:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCeH72048647; Wed, 15 Feb 2012 12:40:17 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 12:40:17 GMT Message-Id: <201202151240.q1FCeH72048647@freefall.freebsd.org> To: freebsd@beardz.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165176: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:40:18 -0000 Synopsis: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 15 12:40:17 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165176 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C972F106566B for ; Wed, 15 Feb 2012 12:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2EA88FC1A for ; Wed, 15 Feb 2012 12:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCoA1D057282 for ; Wed, 15 Feb 2012 12:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCoAqr057281; Wed, 15 Feb 2012 12:50:10 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 12:50:10 GMT Message-Id: <201202151250.q1FCoAqr057281@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165176: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:50:10 -0000 The following reply was made to PR ports/165176; it has been noted by GNATS. From: Edwin Groothuis To: yds@CoolRat.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165176: [PATCH] mail/dovecot: update to 2.0.18, mail/dovecot2-pigeonhole: update to 0.2.6 Date: Wed, 15 Feb 2012 12:40:15 UT Maintainer of mail/dovecot, Please note that PR ports/165176 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165176 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 279621065673 for ; Wed, 15 Feb 2012 12:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBF3D8FC29 for ; Wed, 15 Feb 2012 12:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCoCaP057300 for ; Wed, 15 Feb 2012 12:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCoC0c057299; Wed, 15 Feb 2012 12:50:12 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 12:50:12 GMT Resent-Message-Id: <201202151250.q1FCoC0c057299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E12D106564A for ; Wed, 15 Feb 2012 12:47:29 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id C0DE78FC16 for ; Wed, 15 Feb 2012 12:47:27 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rxe3j-0008CT-61 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Feb 2012 14:34:07 +0200 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id BF7941CC36; Wed, 15 Feb 2012 14:34:07 +0200 (EET) Message-Id: <20120215123407.GA67226@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Wed, 15 Feb 2012 14:34:07 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165177: ports/net/smbldap-tools 0.9.7 smbldap-useradd does not set all Samba attributes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:50:13 -0000 >Number: 165177 >Category: ports >Synopsis: ports/net/smbldap-tools 0.9.7 smbldap-useradd does not set all Samba attributes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 12:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: >Description: The @adds array is declared as a local variable in one place in smbldap-useradd.pl, and later its value is checked outside of its declaration scope. As a result just added Samba user will not get some Samba attributes. If this change goes to smbldap-tools port, then please do not forget about ports/161967. >How-To-Repeat: >Fix: Apply this change to smbldap-tools sources or as a patch for the smbldap-tools port: --- smbldap-useradd.pl.orig 2011-09-05 18:53:02.000000000 +0300 +++ smbldap-useradd.pl 2012-01-31 11:33:20.000000000 +0200 @@ -598,7 +598,7 @@ $tmp = defined( $Options{'F'} ) ? $Options{'F'} : $config{userProfile}; my $valprofilepath = &subst_user( $tmp, $userName ); - my @adds = (); + @adds = (); if ($valhomedrive) { push( @adds, 'sambaHomeDrive' => $valhomedrive ); @@ -618,13 +618,12 @@ push( @adds, 'sambaLMPassword' => "XXX" ); push( @adds, 'sambaNTPassword' => "XXX" ); } -} - -if (@adds) { - my $modify = - $ldap_master->modify( "uid=$userName,$config{usersdn}", add => {@adds} ); + if (@adds) { + my $modify = + $ldap_master->modify( "uid=$userName,$config{usersdn}", add => {@adds} ); - $modify->code && die "failed to add entry: ", $modify->error; + $modify->code && die "failed to add entry: ", $modify->error; + } } # add AIX user >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:50:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C6E1065674; Wed, 15 Feb 2012 12:50:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4439F8FC22; Wed, 15 Feb 2012 12:50:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCoVLr058851; Wed, 15 Feb 2012 12:50:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCoVXT058842; Wed, 15 Feb 2012 12:50:31 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 12:50:31 GMT Message-Id: <201202151250.q1FCoVXT058842@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165177: ports/net/smbldap-tools 0.9.7 smbldap-useradd does not set all Samba attributes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:50:31 -0000 Synopsis: ports/net/smbldap-tools 0.9.7 smbldap-useradd does not set all Samba attributes Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 12:50:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165177 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:57:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41118106564A; Wed, 15 Feb 2012 12:57:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 137048FC18; Wed, 15 Feb 2012 12:57:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCvRPP065708; Wed, 15 Feb 2012 12:57:27 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCvR6l065704; Wed, 15 Feb 2012 12:57:27 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 12:57:27 GMT Message-Id: <201202151257.q1FCvR6l065704@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165048: [MAINTAINER] x11-toolkits/scintilla: update to 3.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:57:28 -0000 Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 3.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Feb 15 12:57:27 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165048 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:57:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16DC1065672; Wed, 15 Feb 2012 12:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3A3D8FC08; Wed, 15 Feb 2012 12:57:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCvUew065776; Wed, 15 Feb 2012 12:57:30 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCvU0Q065772; Wed, 15 Feb 2012 12:57:30 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 12:57:30 GMT Message-Id: <201202151257.q1FCvU0Q065772@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165052: [MAINTAINER] math/mingw32-libgmp: update to 5.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:57:30 -0000 Synopsis: [MAINTAINER] math/mingw32-libgmp: update to 5.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Feb 15 12:57:30 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165052 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 12:57:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 695E01065670; Wed, 15 Feb 2012 12:57:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7B68FC13; Wed, 15 Feb 2012 12:57:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FCvXL8065841; Wed, 15 Feb 2012 12:57:33 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FCvX1Y065837; Wed, 15 Feb 2012 12:57:33 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 12:57:33 GMT Message-Id: <201202151257.q1FCvX1Y065837@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165054: [MAINTAINER] devel/mingw32-binutils: update to 2.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 12:57:33 -0000 Synopsis: [MAINTAINER] devel/mingw32-binutils: update to 2.22 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Feb 15 12:57:32 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165054 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 14:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86E451065687 for ; Wed, 15 Feb 2012 14:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0768FC19 for ; Wed, 15 Feb 2012 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FEe8U5059065 for ; Wed, 15 Feb 2012 14:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FEe8V8059064; Wed, 15 Feb 2012 14:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 14:40:08 GMT Resent-Message-Id: <201202151440.q1FEe8V8059064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Demin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47071065672 for ; Wed, 15 Feb 2012 14:35:49 +0000 (UTC) (envelope-from oldman@support.spectrum.ru) Received: from support.spectrum.ru (support.spectrum.ru [62.205.172.195]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA148FC1C for ; Wed, 15 Feb 2012 14:35:49 +0000 (UTC) Received: from support.spectrum.ru (localhost [127.0.0.1]) by support.spectrum.ru (8.14.5/8.14.5) with ESMTP id q1FENpcV017577 for ; Wed, 15 Feb 2012 18:23:51 +0400 (MSK) (envelope-from oldman@support.spectrum.ru) Received: (from root@localhost) by support.spectrum.ru (8.14.5/8.14.5/Submit) id q1FENpHv017576; Wed, 15 Feb 2012 18:23:51 +0400 (MSK) (envelope-from oldman) Message-Id: <201202151423.q1FENpHv017576@support.spectrum.ru> Date: Wed, 15 Feb 2012 18:23:51 +0400 (MSK) From: Alexander Demin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165179: mail/evolution does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Demin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 14:40:08 -0000 >Number: 165179 >Category: ports >Synopsis: mail/evolution does not build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 14:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Demin >Release: FreeBSD 8.2-STABLE amd64 >Organization: Group of companies Spectrum JSC >Environment: System: FreeBSD support.spectrum.ru 8.2-STABLE FreeBSD 8.2-STABLE #2: Wed Feb 15 14:49:23 MSK 2012 root@support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC amd64 >Description: The 'libxcb' and 'libtool' installed from the ports tree. pkg_info | grep libxcb = libxcb-1.7 pkg_info | grep libtool = libtool-2.4.2 >How-To-Repeat: 1. cd /usr/ports/mail/evolution 2. make ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for evolution-2.32.1_2 ===> Extracting for evolution-2.32.1_2 => SHA256 Checksum OK for gnome2/evolution-2.32.1.tar.bz2. ===> Patching for evolution-2.32.1_2 ===> evolution-2.32.1_2 depends on package: libtool>=2.4 - found ===> Applying FreeBSD patches for evolution-2.32.1_2 ===> evolution-2.32.1_2 depends on executable: gmake - found ===> evolution-2.32.1_2 depends on executable: bison - found .....skip.... CC libart_lgpl_la-art_vpath.lo CC libart_lgpl_la-art_vpath_bpath.lo CC libart_lgpl_la-art_vpath_dash.lo CC libart_lgpl_la-art_vpath_svp.lo CCLD libart_lgpl.la grep: /usr/local/lib/libxcb-aux.la: No such file or directory sed: /usr/local/lib/libxcb-aux.la: No such file or directory gnome-libtool: link: `/usr/local/lib/libxcb-aux.la' is not a valid libtool archive gmake[2]: *** [libart_lgpl.la] 1 gmake[2]: `/usr/ports-local/usr/ports/mail/evolution/work/evolution-2.32.1/libart_lgpl' gmake[1]: *** [all-recursive] 1 gmake[1]: `/usr/ports-local/usr/ports/mail/evolution/work/evolution-2.32.1' gmake: *** [all] 2 *** Error code 1 Stop in /usr/ports/mail/evolution. *** Error code 1 Stop in /usr/ports/mail/evolution. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 14:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09B98106564A; Wed, 15 Feb 2012 14:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D09038FC0C; Wed, 15 Feb 2012 14:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FEeIPc059324; Wed, 15 Feb 2012 14:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FEeI14059320; Wed, 15 Feb 2012 14:40:18 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 14:40:18 GMT Message-Id: <201202151440.q1FEeI14059320@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165179: mail/evolution does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 14:40:19 -0000 Synopsis: mail/evolution does not build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 14:40:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165179 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 16:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936061065831 for ; Wed, 15 Feb 2012 16:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78D348FC3C for ; Wed, 15 Feb 2012 16:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FGACGx039817 for ; Wed, 15 Feb 2012 16:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FGACsN039816; Wed, 15 Feb 2012 16:10:12 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 16:10:12 GMT Resent-Message-Id: <201202151610.q1FGACsN039816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Secor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B52E106566B for ; Wed, 15 Feb 2012 16:09:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 418228FC0A for ; Wed, 15 Feb 2012 16:09:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FG9eKF090898 for ; Wed, 15 Feb 2012 16:09:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FG9emX090893; Wed, 15 Feb 2012 16:09:40 GMT (envelope-from nobody) Message-Id: <201202151609.q1FG9emX090893@red.freebsd.org> Date: Wed, 15 Feb 2012 16:09:40 GMT From: Richard Secor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165180: Qt version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 16:10:18 -0000 >Number: 165180 >Category: ports >Synopsis: Qt version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 16:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard Secor >Release: 8.2-RELEASE-p6 >Organization: >Environment: FreeBSD localhost 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Would like to know if Qt 4.7.4 will be updated to the newest version. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 17:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BC4B106564A for ; Wed, 15 Feb 2012 17:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E30178FC15 for ; Wed, 15 Feb 2012 17:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FHK8C2005669 for ; Wed, 15 Feb 2012 17:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FHK8Nm005668; Wed, 15 Feb 2012 17:20:08 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 17:20:08 GMT Resent-Message-Id: <201202151720.q1FHK8Nm005668@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7EF6106564A for ; Wed, 15 Feb 2012 17:15:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C77688FC08 for ; Wed, 15 Feb 2012 17:15:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FHFEgo018684 for ; Wed, 15 Feb 2012 17:15:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FHFEtY018683; Wed, 15 Feb 2012 17:15:14 GMT (envelope-from nobody) Message-Id: <201202151715.q1FHFEtY018683@red.freebsd.org> Date: Wed, 15 Feb 2012 17:15:14 GMT From: Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165182: Add mouse option to www/elinks config X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 17:20:09 -0000 >Number: 165182 >Category: ports >Synopsis: Add mouse option to www/elinks config >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 17:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alex >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: By default the port is compiled with mouse support that causes problems with clipboard use at work in putty on SSH for example. The given patch adds possibility to compile port without mouse support. >How-To-Repeat: >Fix: Apply a patch to /usr/ports/www/elinks/Makefile and then recompile port. Patch attached with submission follows: --- /usr/ports/www/elinks/Makefile 2011-12-26 22:52:46.000000000 +0400 +++ /home/admin/Makefile 2012-02-15 19:11:26.000000000 +0400 @@ -49,7 +49,8 @@ RUBYSCRIPT "Enable Ruby scripting support" off \ LUASCRIPT "Enable Lua scripting support" off \ GUILESCRIPT "Enable Guile scripting support" off \ - ICONV "Enable iconv support" off + ICONV "Enable iconv support" off \ + MOUSE "Enable mouse support" off .include @@ -156,6 +157,13 @@ CONFIGURE_ARGS+= --disable-gopher .endif +.if defined(WITH_MOUSE) +CONFIGURE_ARGS+= --enable-mouse +.else +CONFIGURE_ARGS+= --disable-mouse +.endif + + .if defined(WITH_FINGER) CONFIGURE_ARGS+= --enable-finger .else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 17:20:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8392210656B1; Wed, 15 Feb 2012 17:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5584D8FC0A; Wed, 15 Feb 2012 17:20:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FHKJN7005914; Wed, 15 Feb 2012 17:20:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FHKJgT005907; Wed, 15 Feb 2012 17:20:19 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 17:20:19 GMT Message-Id: <201202151720.q1FHKJgT005907@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beat@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165182: Add mouse option to www/elinks config X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 17:20:19 -0000 Synopsis: Add mouse option to www/elinks config Responsible-Changed-From-To: freebsd-ports-bugs->beat Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 17:20:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165182 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 17:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F591065686 for ; Wed, 15 Feb 2012 17:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C876E8FC1B for ; Wed, 15 Feb 2012 17:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FHe5ev024672 for ; Wed, 15 Feb 2012 17:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FHe55J024670; Wed, 15 Feb 2012 17:40:05 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 17:40:05 GMT Resent-Message-Id: <201202151740.q1FHe55J024670@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F0A41065675; Wed, 15 Feb 2012 17:37:36 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id E4B648FC14; Wed, 15 Feb 2012 17:37:35 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1FHbVwI037250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Feb 2012 12:37:31 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1FHbRqa072461; Wed, 15 Feb 2012 12:37:27 -0500 (EST) (envelope-from steve) Message-Id: <201202151737.q1FHbRqa072461@meatwad.mouf.net> Date: Wed, 15 Feb 2012 12:37:27 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/165183: [PATCH] devel/p5-Getopt-Popt: mark deprecated since this is gone from CPAN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 17:40:09 -0000 >Number: 165183 >Category: ports >Synopsis: [PATCH] devel/p5-Getopt-Popt: mark deprecated since this is gone from CPAN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 17:40:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch. We can pick an EXPIRATION_DATE at the time the patch is committed. Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Getopt-Popt-0.02_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Getopt-Popt/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 21 Jan 2012 17:38:06 -0000 1.7 +++ Makefile 15 Feb 2012 17:36:43 -0000 @@ -24,6 +24,8 @@ MAN3= Getopt::Popt.3 +DEPRECATED= "Gone from CPAN" + post-patch: @${MKDIR} ${WRKSRC}/ex @${MV} ${WRKSRC}/example.pl ${WRKSRC}/ex --- p5-Getopt-Popt-0.02_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 17:40:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 016901065686; Wed, 15 Feb 2012 17:40:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB6628FC19; Wed, 15 Feb 2012 17:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FHePBS025910; Wed, 15 Feb 2012 17:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FHePgk025901; Wed, 15 Feb 2012 17:40:25 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 17:40:25 GMT Message-Id: <201202151740.q1FHePgk025901@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165183: [PATCH] devel/p5-Getopt-Popt: mark deprecated since this is gone from CPAN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 17:40:26 -0000 Synopsis: [PATCH] devel/p5-Getopt-Popt: mark deprecated since this is gone from CPAN Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 17:40:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165183 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 18:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD6CA1065694 for ; Wed, 15 Feb 2012 18:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2DD8FC1C for ; Wed, 15 Feb 2012 18:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FIK9Gu061118 for ; Wed, 15 Feb 2012 18:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FIK9WW061117; Wed, 15 Feb 2012 18:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 18:20:09 GMT Resent-Message-Id: <201202151820.q1FIK9WW061117@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12DB21065670; Wed, 15 Feb 2012 18:18:30 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id AD3268FC1A; Wed, 15 Feb 2012 18:18:29 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1FIIOnA037633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Feb 2012 13:18:24 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1FIIOKd080254; Wed, 15 Feb 2012 13:18:24 -0500 (EST) (envelope-from steve) Message-Id: <201202151818.q1FIIOKd080254@meatwad.mouf.net> Date: Wed, 15 Feb 2012 13:18:24 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/165184: [PATCH] devel/p5-Git-PurePerl: add misisng DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 18:20:10 -0000 >Number: 165184 >Category: ports >Synopsis: [PATCH] devel/p5-Git-PurePerl: add misisng DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 18:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Git-PurePerl-0.41_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Git-PurePerl/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 20 Jun 2011 08:36:07 -0000 1.8 +++ Makefile 15 Feb 2012 18:18:09 -0000 @@ -16,12 +16,16 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A Pure Perl interface to Git repositories -RUN_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ +BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \ p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ - p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Git-PurePerl-0.41_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 18:20:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8479106566B; Wed, 15 Feb 2012 18:20:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC708FC0C; Wed, 15 Feb 2012 18:20:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FIKJaW061332; Wed, 15 Feb 2012 18:20:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FIKJkb061324; Wed, 15 Feb 2012 18:20:19 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 18:20:19 GMT Message-Id: <201202151820.q1FIKJkb061324@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165184: [PATCH] devel/p5-Git-PurePerl: add misisng DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 18:20:19 -0000 Synopsis: [PATCH] devel/p5-Git-PurePerl: add misisng DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 18:20:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165184 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 18:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43B1106566C for ; Wed, 15 Feb 2012 18:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BECFC8FC1A for ; Wed, 15 Feb 2012 18:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FIo7Es089039 for ; Wed, 15 Feb 2012 18:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FIo7Yw089038; Wed, 15 Feb 2012 18:50:07 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 18:50:07 GMT Resent-Message-Id: <201202151850.q1FIo7Yw089038@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2215D106566C for ; Wed, 15 Feb 2012 18:40:19 +0000 (UTC) (envelope-from jaap@bartok.nlnetlabs.nl) Received: from bartok.nlnetlabs.nl (bartok.nlnetlabs.nl [IPv6:2001:7b8:206:1:216:76ff:feb8:3c02]) by mx1.freebsd.org (Postfix) with ESMTP id 89CB38FC15 for ; Wed, 15 Feb 2012 18:40:18 +0000 (UTC) Received: from bartok.nlnetlabs.nl (localhost [127.0.0.1]) by bartok.nlnetlabs.nl (8.14.5/8.14.5) with ESMTP id q1FIeEZR012389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2012 19:40:15 +0100 (CET) (envelope-from jaap@bartok.nlnetlabs.nl) Received: (from jaap@localhost) by bartok.nlnetlabs.nl (8.14.5/8.14.5/Submit) id q1FIeEAx012376; Wed, 15 Feb 2012 19:40:14 +0100 (CET) (envelope-from jaap) Message-Id: <201202151840.q1FIeEAx012376@bartok.nlnetlabs.nl> Date: Wed, 15 Feb 2012 19:40:14 +0100 (CET) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jaap@bartok.nlnetlabs.nl Subject: ports/165185: [MAINTAINER] dns/nsd: update to 3.2.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 18:50:08 -0000 >Number: 165185 >Category: ports >Synopsis: [MAINTAINER] dns/nsd: update to 3.2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 18:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 8.2-STABLE i386 >Organization: NLnet Labs >Environment: System: FreeBSD bartok.nlnetlabs.nl 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Feb 13 10:51:32 CET 2012 >Description: - Update to 3.2.10 Bug fix release Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- nsd-3.2.10.patch begins here --- diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/nsd.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/nsd/Makefile --- /space/portstrees/AFreeBSD/ports/dns/nsd.orig/Makefile 2012-02-15 19:36:46.746426810 +0100 +++ /space/portstrees/AFreeBSD/ports/dns/nsd/Makefile 2012-02-15 16:32:42.727354355 +0100 @@ -6,7 +6,7 @@ # PORTNAME= nsd -PORTVERSION= 3.2.9 +PORTVERSION= 3.2.10 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/nsd.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/nsd/distinfo --- /space/portstrees/AFreeBSD/ports/dns/nsd.orig/distinfo 2012-02-15 19:36:46.767133903 +0100 +++ /space/portstrees/AFreeBSD/ports/dns/nsd/distinfo 2012-02-15 16:32:46.425838868 +0100 @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.9.tar.gz) = 3bb0e07e9e2ba863f08f56ca766f201b04fe8e5131ce02e1982b631033939146 -SIZE (nsd-3.2.9.tar.gz) = 877836 +SHA256 (nsd-3.2.10.tar.gz) = fe6d9fae7ec549f1fa1f4fb1e40c9f05311fac43edf256a0d9f4f46377c23f31 +SIZE (nsd-3.2.10.tar.gz) = 879180 --- nsd-3.2.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 19:17:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118FD1065670; Wed, 15 Feb 2012 19:17:19 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC7F58FC17; Wed, 15 Feb 2012 19:17:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FJHIwO016352; Wed, 15 Feb 2012 19:17:18 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FJHIui016348; Wed, 15 Feb 2012 19:17:18 GMT (envelope-from culot) Date: Wed, 15 Feb 2012 19:17:18 GMT Message-Id: <201202151917.q1FJHIui016348@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/165185: [MAINTAINER] dns/nsd: update to 3.2.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 19:17:19 -0000 Synopsis: [MAINTAINER] dns/nsd: update to 3.2.10 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Feb 15 19:17:18 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165185 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 19:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BB061065672 for ; Wed, 15 Feb 2012 19:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 665488FC0C for ; Wed, 15 Feb 2012 19:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FJK9q0016832 for ; Wed, 15 Feb 2012 19:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FJK9OX016831; Wed, 15 Feb 2012 19:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 19:20:09 GMT Resent-Message-Id: <201202151920.q1FJK9OX016831@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Steinbach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F80106566B for ; Wed, 15 Feb 2012 19:19:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A47808FC13 for ; Wed, 15 Feb 2012 19:19:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FJJR85037071 for ; Wed, 15 Feb 2012 19:19:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FJJRJr037070; Wed, 15 Feb 2012 19:19:27 GMT (envelope-from nobody) Message-Id: <201202151919.q1FJJRJr037070@red.freebsd.org> Date: Wed, 15 Feb 2012 19:19:27 GMT From: Marco Steinbach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165186: [MAINTAINER] sysutils/froxlor: Update to 0.9.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 19:20:09 -0000 >Number: 165186 >Category: ports >Synopsis: [MAINTAINER] sysutils/froxlor: Update to 0.9.26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 19:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marco Steinbach >Release: FreeBSD 9.0-STABLE #0 r231681M >Organization: >Environment: FreeBSD x2.c0c0.intra 9.0-STABLE FreeBSD 9.0-STABLE #0 r231681M: Tue Feb 14 20:09:20 CET 2012 root@x2.c0c0.intra:/usr/obj/usr/src/sys/X2VIMAGE amd64 >Description: - Update port to release 0.9.26, too many changes in upstream to list here - Add new dependency sysutils/logrotate >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur froxlor.orig/Makefile froxlor/Makefile --- froxlor.orig/Makefile 2012-01-26 10:42:59.000000000 +0100 +++ froxlor/Makefile 2012-02-15 17:29:27.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= froxlor -PORTVERSION= 0.9.22 -PORTREVISION= 3 +DISTVERSION= 0.9.26 CATEGORIES= sysutils www MASTER_SITES= http://files.froxlor.org/releases/ @@ -33,7 +32,8 @@ POWERDNS "Use Powerdns as dns server" Off \ LIBNSS "Use Libnss-mysql for authentication (impl. MySQL)" Off \ WEBALIZER "Use webalizer" On \ - AWSTATS "Use awstats" Off + AWSTATS "Use awstats" Off \ + LOGROTATE "Use logrotate" Off .include @@ -77,6 +77,10 @@ RUN_DEPENDS+= awstats>=6.8:${PORTSDIR}/www/awstats .endif +.if defined(WITH_LOGROTATE) +RUN_DEPENDS+= logrotate:${PORTSDIR}/sysutils/logrotate +.endif + do-install: cd ${WRKDIR}/${PORTNAME} && \ ${FIND} . ! -name .gitignore | \ diff -Naur froxlor.orig/distinfo froxlor/distinfo --- froxlor.orig/distinfo 2011-07-15 22:55:22.000000000 +0200 +++ froxlor/distinfo 2012-02-06 22:18:36.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (froxlor-0.9.22.tar.gz) = 8fe6cd45f0ade4657aeb4f956abde1103d50585d7e4f11b6f3d51fae844b4cd5 -SIZE (froxlor-0.9.22.tar.gz) = 1423027 +SHA256 (froxlor-0.9.26.tar.gz) = 99c47a7127d672778e898e1916b0a1be74378ae7694669bb9c01f4b887951e5c +SIZE (froxlor-0.9.26.tar.gz) = 1602312 diff -Naur froxlor.orig/pkg-plist froxlor/pkg-plist --- froxlor.orig/pkg-plist 2011-07-15 22:55:22.000000000 +0200 +++ froxlor/pkg-plist 2012-01-30 12:08:19.000000000 +0100 @@ -19,6 +19,7 @@ www/froxlor/actions/admin/settings/210.security.php www/froxlor/actions/admin/settings/215.backup.php www/froxlor/actions/admin/settings/220.quota.php +www/froxlor/actions/admin/settings/225.logrotate.php www/froxlor/admin_admins.php www/froxlor/admin_aps.php www/froxlor/admin_configfiles.php @@ -36,6 +37,8 @@ www/froxlor/admin_traffic.php www/froxlor/admin_updates.php www/froxlor/cache/.keep +www/froxlor/css/jquery.jqplot.css +www/froxlor/css/jquery.jqplot.min.css www/froxlor/customer_aps.php www/froxlor/customer_autoresponder.php www/froxlor/customer_domains.php @@ -214,6 +217,7 @@ www/froxlor/images/Froxlor/traffic_green.gif www/froxlor/images/Froxlor/traffic_red.gif www/froxlor/images/Froxlor/traffic_yellow.gif +www/froxlor/images/favicon.ico www/froxlor/index.php www/froxlor/install/froxlor.sql www/froxlor/install/install.php @@ -234,6 +238,63 @@ www/froxlor/install/updates/syscp/1.2/update_1.2.19_1.4.inc.php www/froxlor/install/updates/syscp/1.4/update_1.4.inc.php www/froxlor/install/updatesql.php +www/froxlor/js/excanvas.min.js +www/froxlor/js/jquery.jqplot.min.js +www/froxlor/js/jquery.min.js +www/froxlor/js/jquery.tablesorter.min.js +www/froxlor/js/plugins/jqplot.BezierCurveRenderer.js +www/froxlor/js/plugins/jqplot.BezierCurveRenderer.min.js +www/froxlor/js/plugins/jqplot.barRenderer.js +www/froxlor/js/plugins/jqplot.barRenderer.min.js +www/froxlor/js/plugins/jqplot.blockRenderer.js +www/froxlor/js/plugins/jqplot.blockRenderer.min.js +www/froxlor/js/plugins/jqplot.bubbleRenderer.js +www/froxlor/js/plugins/jqplot.bubbleRenderer.min.js +www/froxlor/js/plugins/jqplot.canvasAxisLabelRenderer.js +www/froxlor/js/plugins/jqplot.canvasAxisLabelRenderer.min.js +www/froxlor/js/plugins/jqplot.canvasAxisTickRenderer.js +www/froxlor/js/plugins/jqplot.canvasAxisTickRenderer.min.js +www/froxlor/js/plugins/jqplot.canvasOverlay.js +www/froxlor/js/plugins/jqplot.canvasOverlay.min.js +www/froxlor/js/plugins/jqplot.canvasTextRenderer.js +www/froxlor/js/plugins/jqplot.canvasTextRenderer.min.js +www/froxlor/js/plugins/jqplot.categoryAxisRenderer.js +www/froxlor/js/plugins/jqplot.categoryAxisRenderer.min.js +www/froxlor/js/plugins/jqplot.ciParser.js +www/froxlor/js/plugins/jqplot.ciParser.min.js +www/froxlor/js/plugins/jqplot.cursor.js +www/froxlor/js/plugins/jqplot.cursor.min.js +www/froxlor/js/plugins/jqplot.dateAxisRenderer.js +www/froxlor/js/plugins/jqplot.dateAxisRenderer.min.js +www/froxlor/js/plugins/jqplot.donutRenderer.js +www/froxlor/js/plugins/jqplot.donutRenderer.min.js +www/froxlor/js/plugins/jqplot.dragable.js +www/froxlor/js/plugins/jqplot.dragable.min.js +www/froxlor/js/plugins/jqplot.enhancedLegendRenderer.js +www/froxlor/js/plugins/jqplot.enhancedLegendRenderer.min.js +www/froxlor/js/plugins/jqplot.funnelRenderer.js +www/froxlor/js/plugins/jqplot.funnelRenderer.min.js +www/froxlor/js/plugins/jqplot.highlighter.js +www/froxlor/js/plugins/jqplot.highlighter.min.js +www/froxlor/js/plugins/jqplot.json2.js +www/froxlor/js/plugins/jqplot.json2.min.js +www/froxlor/js/plugins/jqplot.logAxisRenderer.js +www/froxlor/js/plugins/jqplot.logAxisRenderer.min.js +www/froxlor/js/plugins/jqplot.mekkoAxisRenderer.js +www/froxlor/js/plugins/jqplot.mekkoAxisRenderer.min.js +www/froxlor/js/plugins/jqplot.mekkoRenderer.js +www/froxlor/js/plugins/jqplot.mekkoRenderer.min.js +www/froxlor/js/plugins/jqplot.meterGaugeRenderer.js +www/froxlor/js/plugins/jqplot.meterGaugeRenderer.min.js +www/froxlor/js/plugins/jqplot.ohlcRenderer.js +www/froxlor/js/plugins/jqplot.ohlcRenderer.min.js +www/froxlor/js/plugins/jqplot.pieRenderer.js +www/froxlor/js/plugins/jqplot.pieRenderer.min.js +www/froxlor/js/plugins/jqplot.pointLabels.js +www/froxlor/js/plugins/jqplot.pointLabels.min.js +www/froxlor/js/plugins/jqplot.trendline.js +www/froxlor/js/plugins/jqplot.trendline.min.js +www/froxlor/js/traffic.js www/froxlor/lib/classes/Smarty www/froxlor/lib/classes/Smarty-3.0.8/COPYING.lib www/froxlor/lib/classes/Smarty-3.0.8/README @@ -717,8 +778,9 @@ www/froxlor/lib/configfiles/hardy.inc.php www/froxlor/lib/configfiles/lenny.inc.php www/froxlor/lib/configfiles/lucid.inc.php +www/froxlor/lib/configfiles/sle10.inc.php www/froxlor/lib/configfiles/squeeze.inc.php -www/froxlor/lib/configfiles/suse10.inc.php +www/froxlor/lib/configfiles/suse11.inc.php www/froxlor/lib/configfiles_index.inc.php www/froxlor/lib/cron_init.php www/froxlor/lib/cron_shutdown.php @@ -808,6 +870,8 @@ www/froxlor/lib/functions/formfields/function.validateFormField.php www/froxlor/lib/functions/formfields/hidden/function.getFormFieldOutputHidden.php www/froxlor/lib/functions/formfields/hidden/function.validateFormFieldHidden.php +www/froxlor/lib/functions/formfields/hiddenstring/function.getFormFieldOutputString.php +www/froxlor/lib/functions/formfields/hiddenstring/function.validateFormFieldString.php www/froxlor/lib/functions/formfields/int/function.getFormFieldDataInt.php www/froxlor/lib/functions/formfields/int/function.getFormFieldOutputInt.php www/froxlor/lib/functions/formfields/int/function.validateFormFieldInt.php @@ -887,6 +951,7 @@ www/froxlor/lib/functions/validate/function.appendOpenbasedirPath.php www/froxlor/lib/functions/validate/function.buildValidMailFrom.php www/froxlor/lib/functions/validate/function.checkFcgidPhpFpm.php +www/froxlor/lib/functions/validate/function.checkHostname.php www/froxlor/lib/functions/validate/function.checkMysqlAccessHost.php www/froxlor/lib/functions/validate/function.checkPathConflicts.php www/froxlor/lib/functions/validate/function.checkUsername.php @@ -925,6 +990,7 @@ www/froxlor/lng/zh-cn.lng.php www/froxlor/locales/de/LC_MESSAGES/default.mo www/froxlor/locales/de/LC_MESSAGES/default.po +www/froxlor/locales/en/LC_MESSAGES/default.po www/froxlor/packages/.keep www/froxlor/scripts/cron_apsinstaller.php www/froxlor/scripts/cron_apsupdater.php @@ -964,12 +1030,9 @@ www/froxlor/templates/Classic/admin/aps/header.tpl www/froxlor/templates/Classic/admin/aps/infobox.tpl www/froxlor/templates/Classic/admin/aps/manage_instances.tpl -www/froxlor/templates/Classic/admin/aps/manage_instances_error.tpl -www/froxlor/templates/Classic/admin/aps/manage_instances_install.tpl +www/froxlor/templates/Classic/admin/aps/manage_instances_detail.tpl www/froxlor/templates/Classic/admin/aps/manage_instances_package.tpl -www/froxlor/templates/Classic/admin/aps/manage_instances_success.tpl -www/froxlor/templates/Classic/admin/aps/manage_instances_taskactive.tpl -www/froxlor/templates/Classic/admin/aps/manage_instances_uninstall.tpl +www/froxlor/templates/Classic/admin/aps/manage_instances_status.tpl www/froxlor/templates/Classic/admin/aps/manage_packages.tpl www/froxlor/templates/Classic/admin/aps/manage_packages_detail.tpl www/froxlor/templates/Classic/admin/aps/manage_packages_download.tpl @@ -1129,13 +1192,13 @@ www/froxlor/templates/Classic/footer.tpl www/froxlor/templates/Classic/formfields/bool.tpl www/froxlor/templates/Classic/formfields/hidden.tpl +www/froxlor/templates/Classic/formfields/hiddenstring.tpl www/froxlor/templates/Classic/formfields/label.tpl www/froxlor/templates/Classic/formfields/option.tpl www/froxlor/templates/Classic/formfields/string.tpl www/froxlor/templates/Classic/formfields/text.tpl www/froxlor/templates/Classic/header.tpl www/froxlor/templates/Classic/js/froxlor.js -www/froxlor/templates/Classic/js/jquery.min.js www/froxlor/templates/Classic/login/fpwd.tpl www/froxlor/templates/Classic/login/login.tpl www/froxlor/templates/Classic/main.css @@ -1164,12 +1227,9 @@ www/froxlor/templates/Froxlor/admin/aps/header.tpl www/froxlor/templates/Froxlor/admin/aps/infobox.tpl www/froxlor/templates/Froxlor/admin/aps/manage_instances.tpl -www/froxlor/templates/Froxlor/admin/aps/manage_instances_error.tpl -www/froxlor/templates/Froxlor/admin/aps/manage_instances_install.tpl +www/froxlor/templates/Froxlor/admin/aps/manage_instances_detail.tpl www/froxlor/templates/Froxlor/admin/aps/manage_instances_package.tpl -www/froxlor/templates/Froxlor/admin/aps/manage_instances_success.tpl -www/froxlor/templates/Froxlor/admin/aps/manage_instances_taskactive.tpl -www/froxlor/templates/Froxlor/admin/aps/manage_instances_uninstall.tpl +www/froxlor/templates/Froxlor/admin/aps/manage_instances_status.tpl www/froxlor/templates/Froxlor/admin/aps/manage_packages.tpl www/froxlor/templates/Froxlor/admin/aps/manage_packages_detail.tpl www/froxlor/templates/Froxlor/admin/aps/manage_packages_download.tpl @@ -1332,6 +1392,7 @@ www/froxlor/templates/Froxlor/footer.tpl www/froxlor/templates/Froxlor/formfields/bool.tpl www/froxlor/templates/Froxlor/formfields/hidden.tpl +www/froxlor/templates/Froxlor/formfields/hiddenstring.tpl www/froxlor/templates/Froxlor/formfields/label.tpl www/froxlor/templates/Froxlor/formfields/option.tpl www/froxlor/templates/Froxlor/formfields/string.tpl @@ -1341,7 +1402,6 @@ www/froxlor/templates/Froxlor/header.tpl www/froxlor/templates/Froxlor/index.tpl www/froxlor/templates/Froxlor/js/froxlor.js -www/froxlor/templates/Froxlor/js/jquery.min.js www/froxlor/templates/Froxlor/login/fpwd.tpl www/froxlor/templates/Froxlor/login/login.tpl www/froxlor/templates/Froxlor/login/login_ftp.tpl @@ -1372,7 +1432,6 @@ www/froxlor/templates/Froxlor/webftp/webftp_main_multiple.tpl www/froxlor/templates/Froxlor/webftp/webftp_main_prompt.tpl www/froxlor/templates/Froxlor/webftp/webftp_main_rename.tpl -www/froxlor/templates/jquery.tablesorter.min.js www/froxlor/templates/misc/awstatsmodel/awstats.froxlor.model.conf www/froxlor/templates/misc/awstatsmodel/awstats.froxlor.model_log_sql.conf www/froxlor/templates/misc/configfiles/debian_lenny/apache2/etc_apache2_mods-enabled_fastcgi.conf @@ -1528,20 +1587,48 @@ www/froxlor/templates/misc/configfiles/gentoo/proftpd/etc_proftpd_proftpd.conf www/froxlor/templates/misc/configfiles/gentoo/pureftpd/etc_conf.d_pure-ftpd www/froxlor/templates/misc/configfiles/gentoo/pureftpd/etc_pureftpd-mysql.conf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/courier/etc_authlib_authdaemonrc -www/froxlor/templates/misc/configfiles/suse_linux_10_0/courier/etc_authlib_authmysqlrc -www/froxlor/templates/misc/configfiles/suse_linux_10_0/cron/etc_cron.d_froxlor -www/froxlor/templates/misc/configfiles/suse_linux_10_0/dkim/dkim-filter.conf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/etc_postfix_main.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/etc_postfix_mysql-virtual_alias_maps.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/etc_postfix_mysql-virtual_mailbox_domains.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/etc_postfix_mysql-virtual_mailbox_maps.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/etc_postfix_mysql-virtual_sender_permissions.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix/usr_lib_sasl2_smtpd.conf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix_mxaccess/etc_postfix_main.cf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix_mxaccess/etc_postfix_mx_access -www/froxlor/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_modules.conf -www/froxlor/templates/misc/configfiles/suse_linux_10_0/proftpd/etc_proftpd_proftpd.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authdaemonrc +www/froxlor/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authmysqlrc +www/froxlor/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor +www/froxlor/templates/misc/configfiles/opensuse_11_x/dkim/dkim-filter.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot-sql.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul +www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_auth_30_froxlor-config +www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_main_10_froxlor-config_options +www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_router_180_froxlor-config +www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_transport_30_froxlor-config +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_main.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_alias_maps.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_mailbox_domains.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_mailbox_maps.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix/etc_sasl2_smtpd.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_main.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_master.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_mysql-virtual_alias_maps.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_mysql-virtual_mailbox_domains.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_mysql-virtual_mailbox_maps.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_mxaccess/etc_postfix_main.cf +www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_mxaccess/etc_postfix_mx_access +www/froxlor/templates/misc/configfiles/opensuse_11_x/proftpd/etc_proftpd_modules.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/proftpd/etc_proftpd_proftpd.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/pure-ftpd/etc_pure-ftpd.conf +www/froxlor/templates/misc/configfiles/opensuse_11_x/pure-ftpd/etc_pure-ftpd_mysql.conf +www/froxlor/templates/misc/configfiles/sle_10/courier/etc_authlib_authdaemonrc +www/froxlor/templates/misc/configfiles/sle_10/courier/etc_authlib_authmysqlrc +www/froxlor/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor +www/froxlor/templates/misc/configfiles/sle_10/dkim/dkim-filter.conf +www/froxlor/templates/misc/configfiles/sle_10/postfix/etc_postfix_main.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_alias_maps.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_mailbox_domains.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_mailbox_maps.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_sender_permissions.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix/usr_lib_sasl2_smtpd.conf +www/froxlor/templates/misc/configfiles/sle_10/postfix_mxaccess/etc_postfix_main.cf +www/froxlor/templates/misc/configfiles/sle_10/postfix_mxaccess/etc_postfix_mx_access +www/froxlor/templates/misc/configfiles/sle_10/proftpd/etc_proftpd_modules.conf +www/froxlor/templates/misc/configfiles/sle_10/proftpd/etc_proftpd_proftpd.conf www/froxlor/templates/misc/configfiles/ubuntu_hardy/apache2/etc_apache2_mods-enabled_fastcgi.conf www/froxlor/templates/misc/configfiles/ubuntu_hardy/courier/etc_courier_authdaemonrc www/froxlor/templates/misc/configfiles/ubuntu_hardy/courier/etc_courier_authmysqlrc @@ -1606,6 +1693,9 @@ www/froxlor/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql.conf www/froxlor/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nsswitch.conf www/froxlor/templates/misc/configfiles/ubuntu_lucid/lighttpd/etc_lighttpd.conf +www/froxlor/templates/misc/configfiles/ubuntu_lucid/nginx/etc_init.d_php-fcgi +www/froxlor/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_fastcgi.conf +www/froxlor/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_nginx.conf www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_courier/etc_postfix_main.cf www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_courier/etc_postfix_mysql-virtual_alias_maps.cf www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_courier/etc_postfix_mysql-virtual_mailbox_domains.cf @@ -1646,6 +1736,7 @@ @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_dovecot @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/postfix_courier +@dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/nginx @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/lighttpd @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/libnss @dirrm www/froxlor/templates/misc/configfiles/ubuntu_lucid/exim4 @@ -1671,13 +1762,24 @@ @dirrm www/froxlor/templates/misc/configfiles/ubuntu_hardy/courier @dirrm www/froxlor/templates/misc/configfiles/ubuntu_hardy/apache2 @dirrm www/froxlor/templates/misc/configfiles/ubuntu_hardy -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/proftpd -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix_mxaccess -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/postfix -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/dkim -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/cron -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0/courier -@dirrm www/froxlor/templates/misc/configfiles/suse_linux_10_0 +@dirrm www/froxlor/templates/misc/configfiles/sle_10/proftpd +@dirrm www/froxlor/templates/misc/configfiles/sle_10/postfix_mxaccess +@dirrm www/froxlor/templates/misc/configfiles/sle_10/postfix +@dirrm www/froxlor/templates/misc/configfiles/sle_10/dkim +@dirrm www/froxlor/templates/misc/configfiles/sle_10/cron +@dirrm www/froxlor/templates/misc/configfiles/sle_10/courier +@dirrm www/froxlor/templates/misc/configfiles/sle_10 +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/pure-ftpd +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/proftpd +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_mxaccess +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix_dovecot +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/postfix +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/exim4 +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/dovecot +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/dkim +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/cron +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x/courier +@dirrm www/froxlor/templates/misc/configfiles/opensuse_11_x @dirrm www/froxlor/templates/misc/configfiles/gentoo/pureftpd @dirrm www/froxlor/templates/misc/configfiles/gentoo/proftpd @dirrm www/froxlor/templates/misc/configfiles/gentoo/postfix_mxaccess @@ -1813,6 +1915,8 @@ @dirrm www/froxlor/scripts/jobs @dirrm www/froxlor/scripts @dirrm www/froxlor/packages +@dirrm www/froxlor/locales/en/LC_MESSAGES +@dirrm www/froxlor/locales/en @dirrm www/froxlor/locales/de/LC_MESSAGES @dirrm www/froxlor/locales/de @dirrm www/froxlor/locales @@ -1831,6 +1935,7 @@ @dirrm www/froxlor/lib/functions/formfields/option @dirrm www/froxlor/lib/functions/formfields/label @dirrm www/froxlor/lib/functions/formfields/int +@dirrm www/froxlor/lib/functions/formfields/hiddenstring @dirrm www/froxlor/lib/functions/formfields/hidden @dirrm www/froxlor/lib/functions/formfields/date @dirrm www/froxlor/lib/functions/formfields/bool @@ -1910,6 +2015,8 @@ @dirrm www/froxlor/lib/classes/Smarty-3.0.8 @dirrm www/froxlor/lib/classes @dirrm www/froxlor/lib +@dirrm www/froxlor/js/plugins +@dirrm www/froxlor/js @dirrm www/froxlor/install/updates/syscp/1.4 @dirrm www/froxlor/install/updates/syscp/1.2 @dirrm www/froxlor/install/updates/syscp/1.0 @@ -1926,6 +2033,7 @@ @dirrm www/froxlor/images/Froxlor @dirrm www/froxlor/images/Classic @dirrm www/froxlor/images +@dirrm www/froxlor/css @dirrm www/froxlor/cache @dirrm www/froxlor/actions/admin/settings @dirrm www/froxlor/actions/admin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 19:46:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B5B1065673; Wed, 15 Feb 2012 19:46:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A5DD18FC08; Wed, 15 Feb 2012 19:46:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FJkf3b044101; Wed, 15 Feb 2012 19:46:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FJkfah044097; Wed, 15 Feb 2012 19:46:41 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 19:46:41 GMT Message-Id: <201202151946.q1FJkfah044097@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nox@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165057: multimedia/k9copy-kde4: libxine 1.2.x patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 19:46:42 -0000 Synopsis: multimedia/k9copy-kde4: libxine 1.2.x patches Responsible-Changed-From-To: freebsd-ports-bugs->nox Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 19:46:40 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165057 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 20:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E891B106567A for ; Wed, 15 Feb 2012 20:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C57108FC1C for ; Wed, 15 Feb 2012 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FKA9lB061792 for ; Wed, 15 Feb 2012 20:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FKA9d6061791; Wed, 15 Feb 2012 20:10:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 20:10:09 GMT Resent-Message-Id: <201202152010.q1FKA9d6061791@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitriy Limonov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27DF8106566B for ; Wed, 15 Feb 2012 20:01:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 176F08FC16 for ; Wed, 15 Feb 2012 20:01:10 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FK19Yw008239 for ; Wed, 15 Feb 2012 20:01:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FK190W008238; Wed, 15 Feb 2012 20:01:09 GMT (envelope-from nobody) Message-Id: <201202152001.q1FK190W008238@red.freebsd.org> Date: Wed, 15 Feb 2012 20:01:09 GMT From: Dmitriy Limonov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165187: [Update] net-p2p/ncdc to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 20:10:10 -0000 >Number: 165187 >Category: ports >Synopsis: [Update] net-p2p/ncdc to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 20:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitriy Limonov >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: >Environment: FreeBSD excluzive.ws 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #0: Sun Dec 25 09:12:20 MSK 2011 earl@excluzive.ws:/usr/obj/usr/src/sys/EXCLUZIVE amd64 >Description: Update ncdc to version 1.8 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur ncdc.orig/Makefile ncdc/Makefile --- ncdc.orig/Makefile 2012-02-15 23:46:05.000000000 +0400 +++ ncdc/Makefile 2012-02-15 23:55:51.264490454 +0400 @@ -6,7 +6,7 @@ # PORTNAME= ncdc -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dev.yorhel.nl/download/ @@ -24,7 +24,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile -MAN1= ncdc.1 ncdc-gen-cert.1 ncdc-db-upgrade.1 +MAN1= ncdc.1 ncdc-gen-cert.1 PLIST_FILES= bin/ncdc bin/ncdc-gen-cert #force base compiler,linker flags to avoid linking to ncurses from ports @@ -36,12 +36,10 @@ .if defined(WITH_GDBM) LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES+= bin/ncdc-db-upgrade +MAN1+= ncdc-db-upgrade.1 .endif post-patch: - @${REINPLACE_CMD} \ - -e 's/\(GRegex \*nand\[fl_.*\)\]/\1+1]/' \ - ${WRKSRC}/src/fl_util.c .if defined(WITHOUT_GDBM) @${REINPLACE_CMD} \ -e '/have_gdbm=yes/d' \ diff -Naur ncdc.orig/distinfo ncdc/distinfo --- ncdc.orig/distinfo 2012-01-06 21:25:50.000000000 +0400 +++ ncdc/distinfo 2012-02-15 23:46:29.878018941 +0400 @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.7.tar.gz) = 5198a88d797bcd246e9d33080b9e07ce747fd14e5146902175055676b6d8145f -SIZE (ncdc-1.7.tar.gz) = 309915 +SHA256 (ncdc-1.8.tar.gz) = 361c0e0c20a81ecaa66a68bf82fc792395219d2d03ed18f75db3ca2133549def +SIZE (ncdc-1.8.tar.gz) = 313804 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 20:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87078106566B for ; Wed, 15 Feb 2012 20:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCA08FC13 for ; Wed, 15 Feb 2012 20:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FKeCMq091566 for ; Wed, 15 Feb 2012 20:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FKeC4d091565; Wed, 15 Feb 2012 20:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 20:40:12 GMT Resent-Message-Id: <201202152040.q1FKeC4d091565@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB4FE1065670 for ; Wed, 15 Feb 2012 20:36:42 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 51CEC8FC1B for ; Wed, 15 Feb 2012 20:36:42 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id C24D04000A for ; Wed, 15 Feb 2012 21:36:39 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id B750F4000B; Wed, 15 Feb 2012 21:36:39 +0100 (CET) Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 0E1E04000A for ; Wed, 15 Feb 2012 21:36:33 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 2CC71119C21 for ; Wed, 15 Feb 2012 21:36:33 +0100 (CET) Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id Yznik3l3I2iv for ; Wed, 15 Feb 2012 21:36:27 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 5851A119C1B for ; Wed, 15 Feb 2012 21:36:27 +0100 (CET) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 4D92212B20D for ; Wed, 15 Feb 2012 21:36:27 +0100 (CET) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.5/8.14.5/Submit) id q1FKaRoC098632; Wed, 15 Feb 2012 21:36:27 +0100 (CET) (envelope-from zeising) Message-Id: <201202152036.q1FKaRoC098632@vincent.daemonic.se> Date: Wed, 15 Feb 2012 21:36:27 +0100 (CET) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165188: [PATCH] update devel/yasm to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 20:40:12 -0000 >Number: 165188 >Category: ports >Synopsis: [PATCH] update devel/yasm to latest version >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 20:40:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225368: Sat Sep 3 22:13:26 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: Attached patch updates devel/yasm to latest version from ports. >How-To-Repeat: >Fix: --- devel.yasm.update.diff begins here --- Index: devel/yasm/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/yasm/Makefile,v retrieving revision 1.29 diff -u -d -r1.29 Makefile --- devel/yasm/Makefile 23 Sep 2011 22:22:16 -0000 1.29 +++ devel/yasm/Makefile 15 Feb 2012 20:35:22 -0000 @@ -7,7 +7,7 @@ # PORTNAME= yasm -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ Index: devel/yasm/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/yasm/distinfo,v retrieving revision 1.17 diff -u -d -r1.17 distinfo --- devel/yasm/distinfo 3 Jul 2011 14:59:22 -0000 1.17 +++ devel/yasm/distinfo 15 Feb 2012 20:35:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (yasm-1.1.0.tar.gz) = e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232 -SIZE (yasm-1.1.0.tar.gz) = 1409438 +SHA256 (yasm-1.2.0.tar.gz) = 768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31 +SIZE (yasm-1.2.0.tar.gz) = 1436502 --- devel.yasm.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 20:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA68E1065673 for ; Wed, 15 Feb 2012 20:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 971678FC18 for ; Wed, 15 Feb 2012 20:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FKeCuH091575 for ; Wed, 15 Feb 2012 20:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FKeCYe091574; Wed, 15 Feb 2012 20:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 20:40:12 GMT Resent-Message-Id: <201202152040.q1FKeCYe091574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fabian Keil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A846106564A for ; Wed, 15 Feb 2012 20:38:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 296EB8FC0A for ; Wed, 15 Feb 2012 20:38:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FKcTOt078875 for ; Wed, 15 Feb 2012 20:38:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FKcTMi078874; Wed, 15 Feb 2012 20:38:29 GMT (envelope-from nobody) Message-Id: <201202152038.q1FKcTMi078874@red.freebsd.org> Date: Wed, 15 Feb 2012 20:38:29 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165189: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.15 to 0.2.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 20:40:12 -0000 >Number: 165189 >Category: ports >Synopsis: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.15 to 0.2.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 20:40:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #397 r+4bdb186: Sun Feb 12 16:15:20 CET 2012 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: The attached patch updates net-mgmt/vidalia from 0.2.15 to 0.2.17. The ChangeLog is available at: https://blog.torproject.org/blog/vidalia-0217-out >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru .zfs/snapshot/2012-01-15/net-mgmt/vidalia/Makefile net-mgmt/vidalia/Makefile --- .zfs/snapshot/2012-01-15/net-mgmt/vidalia/Makefile 2011-11-15 19:52:13.340725287 +0100 +++ net-mgmt/vidalia/Makefile 2012-02-14 15:44:14.132187959 +0100 @@ -6,7 +6,7 @@ # PORTNAME= vidalia -PORTVERSION= 0.2.15 +PORTVERSION= 0.2.17 CATEGORIES= net-mgmt security MASTER_SITES= https://archive.torproject.org/tor-package-archive/vidalia/ \ https://www.torproject.org/dist/vidalia/ \ diff -ru .zfs/snapshot/2012-01-15/net-mgmt/vidalia/distinfo net-mgmt/vidalia/distinfo --- .zfs/snapshot/2012-01-15/net-mgmt/vidalia/distinfo 2011-10-16 12:50:08.584599089 +0200 +++ net-mgmt/vidalia/distinfo 2012-02-14 15:46:00.774178841 +0100 @@ -1,2 +1,2 @@ -SHA256 (vidalia-0.2.15.tar.gz) = 4598fdd9fb8e1d6fcdd02b908f331dba6e34ffdd72046ab94c2ef091a8c18809 -SIZE (vidalia-0.2.15.tar.gz) = 6091551 +SHA256 (vidalia-0.2.17.tar.gz) = 99100d014535f458473aab0b648ae0f2acb3971f40eb896b97b63401cf581b74 +SIZE (vidalia-0.2.17.tar.gz) = 6197499 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 20:40:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 272B410656B4; Wed, 15 Feb 2012 20:40:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1DEA8FC19; Wed, 15 Feb 2012 20:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FKeLTq092110; Wed, 15 Feb 2012 20:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FKeLjf092106; Wed, 15 Feb 2012 20:40:21 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 20:40:21 GMT Message-Id: <201202152040.q1FKeLjf092106@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165188: [PATCH] update devel/yasm to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 20:40:22 -0000 Synopsis: [PATCH] update devel/yasm to latest version Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 20:40:21 UTC 2012 Responsible-Changed-Why: eadler@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165188 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 21:07:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678171065670; Wed, 15 Feb 2012 21:07:04 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EF3D8FC14; Wed, 15 Feb 2012 21:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FL74fV017892; Wed, 15 Feb 2012 21:07:04 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FL74g1017888; Wed, 15 Feb 2012 21:07:04 GMT (envelope-from jgh) Date: Wed, 15 Feb 2012 21:07:04 GMT Message-Id: <201202152107.q1FL74g1017888@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165187: [Update] net-p2p/ncdc to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 21:07:04 -0000 Synopsis: [Update] net-p2p/ncdc to 1.8 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Feb 15 21:07:03 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165187 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 22:50:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 549BC1065672 for ; Wed, 15 Feb 2012 22:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32CCA8FC20 for ; Wed, 15 Feb 2012 22:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FMoEsH011782 for ; Wed, 15 Feb 2012 22:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FMoEAX011781; Wed, 15 Feb 2012 22:50:14 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2012 22:50:14 GMT Resent-Message-Id: <201202152250.q1FMoEAX011781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC391065673 for ; Wed, 15 Feb 2012 22:43:47 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 16B658FC13 for ; Wed, 15 Feb 2012 22:43:47 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id A8B927E894; Thu, 16 Feb 2012 06:43:44 +0800 (CST) Message-Id: <20120215224344.A8B927E894@colo-p.gslin.org> Date: Thu, 16 Feb 2012 06:43:44 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/165191: [MAINTAINER] databases/py-swift: update to 1.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 22:50:14 -0000 >Number: 165191 >Category: ports >Synopsis: [MAINTAINER] databases/py-swift: update to 1.4.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 22:50:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 14:47:23 UTC 2011 >Description: - Update to 1.4.6 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-swift-1.4.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/py-swift/Makefile /home/staff/gslin/work/ports/py-swift/Makefile --- /usr/ports/databases/py-swift/Makefile 2010-09-17 11:13:32.000000000 +0800 +++ /home/staff/gslin/work/ports/py-swift/Makefile 2012-02-16 06:37:44.000000000 +0800 @@ -6,9 +6,9 @@ # PORTNAME= swift -PORTVERSION= 1.0.2 +PORTVERSION= 1.4.6 CATEGORIES= databases python -MASTER_SITES= CHEESESHOP +MASTER_SITES= http://launchpadlibrarian.net/92556660/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org diff -ruN --exclude=CVS /usr/ports/databases/py-swift/distinfo /home/staff/gslin/work/ports/py-swift/distinfo --- /usr/ports/databases/py-swift/distinfo 2011-03-20 20:47:55.000000000 +0800 +++ /home/staff/gslin/work/ports/py-swift/distinfo 2012-02-16 06:37:55.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (swift-1.0.2.tar.gz) = c26db5a7c7a52fe6fba6bd3724b4d5312b3776489eb3d166025e4f622e1ee1e9 -SIZE (swift-1.0.2.tar.gz) = 200479 +SHA256 (swift-1.4.6.tar.gz) = 7d5a2d71807e7790a04f84d39728814698eefd07ad6951f2dd6c11efd4dd6ee7 +SIZE (swift-1.4.6.tar.gz) = 419291 diff -ruN --exclude=CVS /usr/ports/databases/py-swift/pkg-plist /home/staff/gslin/work/ports/py-swift/pkg-plist --- /usr/ports/databases/py-swift/pkg-plist 2010-09-17 11:13:32.000000000 +0800 +++ /home/staff/gslin/work/ports/py-swift/pkg-plist 2012-02-16 06:42:06.000000000 +0800 @@ -2,32 +2,41 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/st +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-audit %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-auditor %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-reaper %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-replicator %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-server -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-auth-create-account -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-auth-recreate-accounts -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-auth-server +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-bench %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-container-auditor %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-container-replicator %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-container-server +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-container-sync %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-container-updater +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-dispersion-populate +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-dispersion-report %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-drive-audit +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-form-signature %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-get-nodes %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-init %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-auditor +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-expirer %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-info %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-replicator %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-server %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-object-updater +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-oldies +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-orphans %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-proxy-server +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-recon +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-recon-cron %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-ring-builder %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-stats-populate %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-stats-report +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-temp-url %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/__init__.pyc @@ -41,21 +50,18 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/reaper.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/reaper.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/reaper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/replicator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/replicator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/replicator.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account/server.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/server.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/server.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth/server.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/auth.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/auth.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bench.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bench.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bench.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bufferedhttp.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bufferedhttp.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/bufferedhttp.pyo @@ -65,6 +71,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/constraints.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/constraints.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/constraints.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/daemon.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/daemon.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/daemon.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/db.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/db.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/db.pyo @@ -77,12 +86,54 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/exceptions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/exceptions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/healthcheck.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/healthcheck.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/healthcheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/manager.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/memcached.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/memcached.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/memcached.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/acl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/acl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/acl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/catch_errors.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/catch_errors.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/catch_errors.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/cname_lookup.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/cname_lookup.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/cname_lookup.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/domain_remap.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/domain_remap.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/domain_remap.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/formpost.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/formpost.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/formpost.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/healthcheck.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/healthcheck.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/healthcheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/memcache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/memcache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/memcache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/ratelimit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/ratelimit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/ratelimit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/recon.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/recon.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/recon.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/staticweb.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/staticweb.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/staticweb.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/swift3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/swift3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/swift3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempauth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempauth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempauth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware/tempurl.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/ring/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/ring/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/ring/__init__.pyo @@ -104,9 +155,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/auditor.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/auditor.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/auditor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/replicator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/replicator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/replicator.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/sync.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/sync.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/sync.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/updater.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/updater.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container/updater.pyo @@ -116,6 +173,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/auditor.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/auditor.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/auditor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/expirer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/expirer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/expirer.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/replicator.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/replicator.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj/replicator.pyo @@ -131,6 +191,54 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/proxy/server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/proxy/server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/proxy/server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/swift.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/swift.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/swift.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/tests.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/tests.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional/tests.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/swift_testing.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/swift_testing.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/swift_testing.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_account.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_account.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_account.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_container.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_container.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_container.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_object.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_object.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests/test_object.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_account_failures.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_account_failures.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_account_failures.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_container_failures.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_container_failures.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_container_failures.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_async_update.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_async_update.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_async_update.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_failures.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_failures.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_failures.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_handoff.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_handoff.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_object_handoff.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_running_with_each_type_down.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_running_with_each_type_down.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe/test_running_with_each_type_down.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/__init__.pyo @@ -143,18 +251,54 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_reaper.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_reaper.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_reaper.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_replicator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_replicator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_replicator.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account/test_server.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/test_server.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/test_server.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth/test_server.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_acl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_acl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_acl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_cname_lookup.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_cname_lookup.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_cname_lookup.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_domain_remap.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_domain_remap.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_domain_remap.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_except.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_except.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_except.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_formpost.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_formpost.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_formpost.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_healthcheck.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_healthcheck.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_healthcheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_memcache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_memcache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_memcache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_ratelimit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_ratelimit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_ratelimit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_staticweb.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_staticweb.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_staticweb.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_swift3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_swift3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_swift3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempauth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempauth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempauth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware/test_tempurl.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/__init__.pyo @@ -164,9 +308,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/test_ring.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/test_ring.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring/test_ring.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_auth.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_auth.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bench.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bench.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bench.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bufferedhttp.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bufferedhttp.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_bufferedhttp.pyo @@ -176,6 +320,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_constraints.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_constraints.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_constraints.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_daemon.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_daemon.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_daemon.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_db.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_db.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_db.pyo @@ -188,9 +335,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_exceptions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_exceptions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_healthcheck.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_healthcheck.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_healthcheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_init.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_init.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_init.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_manager.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_memcached.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_memcached.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/test_memcached.pyo @@ -206,9 +356,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_auditor.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_auditor.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_auditor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_replicator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_replicator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_replicator.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_server.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_sync.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_sync.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_sync.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_updater.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_updater.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container/test_updater.pyo @@ -218,6 +374,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_auditor.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_auditor.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_auditor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_expirer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_expirer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_expirer.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_replicator.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_replicator.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj/test_replicator.pyo @@ -233,55 +392,74 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/proxy/test_server.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/proxy/test_server.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/proxy/test_server.pyo -bin/st +%%PYTHON_SITELIBDIR%%/easy-install.pth +%%PYTHON_SITELIBDIR%%/site.py +%%PYTHON_SITELIBDIR%%/site.pyc +%%PYTHON_SITELIBDIR%%/site.pyo +bin/swift bin/swift-account-audit bin/swift-account-auditor bin/swift-account-reaper bin/swift-account-replicator bin/swift-account-server -bin/swift-auth-create-account -bin/swift-auth-recreate-accounts -bin/swift-auth-server +bin/swift-bench bin/swift-container-auditor bin/swift-container-replicator bin/swift-container-server +bin/swift-container-sync bin/swift-container-updater +bin/swift-dispersion-populate +bin/swift-dispersion-report bin/swift-drive-audit +bin/swift-form-signature bin/swift-get-nodes bin/swift-init bin/swift-object-auditor +bin/swift-object-expirer bin/swift-object-info bin/swift-object-replicator bin/swift-object-server bin/swift-object-updater +bin/swift-oldies +bin/swift-orphans bin/swift-proxy-server +bin/swift-recon +bin/swift-recon-cron bin/swift-ring-builder bin/swift-stats-populate bin/swift-stats-report +bin/swift-temp-url etc/swift/account-server.conf-sample -etc/swift/auth-server.conf-sample etc/swift/container-server.conf-sample +etc/swift/dispersion.conf-sample etc/swift/drive-audit.conf-sample +etc/swift/memcache.conf-sample +etc/swift/mime.types-sample +etc/swift/object-expirer.conf-sample etc/swift/object-server.conf-sample etc/swift/proxy-server.conf-sample etc/swift/rsyncd.conf-sample etc/swift/stats.conf-sample +etc/swift/swift.conf-sample @dirrmtry etc/swift @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/proxy @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/obj @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/container @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/ring +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common/middleware @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/common -@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/auth @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit/account @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/unit +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/probe +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functionalnosetests +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test/functional @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/test @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/proxy @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/obj @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/container @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/ring +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common/middleware @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/common -@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/auth @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift/account @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/swift @dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts --- py27-swift-1.4.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 22:50:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBFE41065670; Wed, 15 Feb 2012 22:50:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B25FA8FC0A; Wed, 15 Feb 2012 22:50:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FMoOvu012262; Wed, 15 Feb 2012 22:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FMoOSs012253; Wed, 15 Feb 2012 22:50:24 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 22:50:24 GMT Message-Id: <201202152250.q1FMoOSs012253@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165191: [MAINTAINER] databases/py-swift: update to 1.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 22:50:25 -0000 Synopsis: [MAINTAINER] databases/py-swift: update to 1.4.6 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 22:50:24 UTC 2012 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165191 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 23:01:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048121065676; Wed, 15 Feb 2012 23:01:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF1CF8FC17; Wed, 15 Feb 2012 23:01:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FN16RZ024501; Wed, 15 Feb 2012 23:01:06 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FN16Or024492; Wed, 15 Feb 2012 23:01:06 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 23:01:06 GMT Message-Id: <201202152301.q1FN16Or024492@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165186: [MAINTAINER] sysutils/froxlor: Update to 0.9.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 23:01:07 -0000 Synopsis: [MAINTAINER] sysutils/froxlor: Update to 0.9.26 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Feb 15 23:01:06 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165186 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 23:01:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE031065679; Wed, 15 Feb 2012 23:01:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C61CD8FC1C; Wed, 15 Feb 2012 23:01:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FN1Bqx024921; Wed, 15 Feb 2012 23:01:11 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FN1B2x024917; Wed, 15 Feb 2012 23:01:11 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 23:01:11 GMT Message-Id: <201202152301.q1FN1B2x024917@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165189: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.15 to 0.2.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 23:01:12 -0000 Synopsis: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.15 to 0.2.17 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Feb 15 23:01:11 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165189 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 23:01:47 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EF9F106566B; Wed, 15 Feb 2012 23:01:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2627F8FC21; Wed, 15 Feb 2012 23:01:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FN1lSL028250; Wed, 15 Feb 2012 23:01:47 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FN1kto028236; Wed, 15 Feb 2012 23:01:46 GMT (envelope-from miwi) Date: Wed, 15 Feb 2012 23:01:46 GMT Message-Id: <201202152301.q1FN1kto028236@freefall.freebsd.org> To: rsecor@seqlogic.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/165180: Qt version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 23:01:47 -0000 Synopsis: Qt version State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Feb 15 23:01:46 UTC 2012 State-Changed-Why: yes with the next kde release. http://www.freebsd.org/cgi/query-pr.cgi?pr=165180 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 00:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5536E106566C for ; Thu, 16 Feb 2012 00:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0527C8FC0C for ; Thu, 16 Feb 2012 00:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G00PDJ075443 for ; Thu, 16 Feb 2012 00:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G00PhL075441; Thu, 16 Feb 2012 00:00:25 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 00:00:25 GMT Resent-Message-Id: <201202160000.q1G00PhL075441@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8341065676 for ; Wed, 15 Feb 2012 23:52:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0A9F48FC16 for ; Wed, 15 Feb 2012 23:52:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FNq2Fh018263 for ; Wed, 15 Feb 2012 23:52:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1FNq2jp018262; Wed, 15 Feb 2012 23:52:02 GMT (envelope-from nobody) Message-Id: <201202152352.q1FNq2jp018262@red.freebsd.org> Date: Wed, 15 Feb 2012 23:52:02 GMT From: Mike To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165193: audio/oss does not compile on 8-STABLE after Jan. 31 port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 00:00:26 -0000 >Number: 165193 >Category: ports >Synopsis: audio/oss does not compile on 8-STABLE after Jan. 31 port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 00:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mike >Release: 8.2-STABLE (__FreeBSD_version 802516) >Organization: >Environment: FreeBSD m2nslid 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Feb 11 13:18:30 PST 2012 root@m2nslid:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: The January 31 update to audio/oss added this snippet to patch-kernel-OS-FreeBSD-os_freebsd.c: +#if __FreeBSD_version >= 801500 + if (make_dev_p (MAKEDEV_CHECKNAME, &bsd_cdev, &oss_cdevsw, NULL, + UID_ROOT, GID_WHEEL, 0666, name, 0)) + { + cmn_err (CE_WARN, "Cannot allocate device node /dev/%s\n", name); + return; + } +#else However, MAKEDEV_CHECKNAME does not appear to be present in any version of 8-STABLE. svnweb.freebsd.org indicates that MAKEDEV_CHECKNAME was added to HEAD:sys/sys/conf.h on Oct. 7 2010 (r213526), while 8-STABLE:sys/sys/conf.h has not changed since Sep. 5 2010 (r212229). >How-To-Repeat: Compile audio/oss under 8-STABLE >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 00:00:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD951065672; Thu, 16 Feb 2012 00:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45F1C8FC12; Thu, 16 Feb 2012 00:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G00i0X075748; Thu, 16 Feb 2012 00:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G00inL075740; Thu, 16 Feb 2012 00:00:44 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 00:00:44 GMT Message-Id: <201202160000.q1G00inL075740@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jkim@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165193: audio/oss does not compile on 8-STABLE after Jan. 31 port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 00:00:44 -0000 Synopsis: audio/oss does not compile on 8-STABLE after Jan. 31 port update Responsible-Changed-From-To: freebsd-ports-bugs->jkim Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 00:00:43 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165193 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 04:34:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67E5A1065670 for ; Thu, 16 Feb 2012 04:34:05 +0000 (UTC) (envelope-from ki@vacmail.ru) Received: from mx-g19.proxad.net (pug83-1-88-188-13-110.fbx.proxad.net [88.188.13.110]) by mx1.freebsd.org (Postfix) with ESMTP id BFE178FC17 for ; Thu, 16 Feb 2012 04:34:02 +0000 (UTC) Message-ID: <641458CCED9D353B41BBFC87A52DEC00@PUG83-1-88-188-13-110.FBX.PROXAD.NET> From: "=?utf-8?B?0JPQvtGB0LfQsNC60LDQtw==?=" To: Date: Thu, 16 Feb 2012 08:34:02 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?utf-8?b?0JrQsNC6INGB0YLQsNGC0Ywg0L/QvtGB0YLQsNCy0YnQuNC60L4=?= =?utf-8?b?0Lwg0LTQu9GPINCz0L7RgdGD0LTQsNGA0YHRgtCy0LXQvdC90YvRhSA=?= =?utf-8?b?0L3Rg9C20LQ=?= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 04:34:05 -0000 =D0=93=D0=9E=D0=A1=D0=A3=D0=94=D0=90=D0=A0=D0=A1=D0=A2=D0=92=D0=95=D0=9D=D0= =9D=D0=AB=D0=99 = (=D0=9C=D0=A3=D0=9D=D0=98=D0=A6=D0=98=D0=9F=D0=90=D0=9B=D0=AC=D0=9D=D0=AB= =D0=99) =D0=97=D0=90=D0=9A=D0=90=D0=97 2011-2012: =D0=9A=D0=9E=D0=9D=D0=9A=D0=A3=D0=A0=D0=A1, = =D0=AD=D0=9B=D0=95=D0=9A=D0=A2=D0=A0=D0=9E=D0=9D=D0=9D=D0=AB=D0=99 = =D0=90=D0=A3=D0=9A=D0=A6=D0=98=D0=9E=D0=9D, = =D0=9C=D0=95=D0=A2=D0=9E=D0=94=D0=AB = =D0=97=D0=90=D0=A9=D0=98=D0=A2=D0=AB = =D0=98=D0=9D=D0=A2=D0=95=D0=A0=D0=95=D0=A1=D0=9E=D0=92 =D1=81=D0=B5=D0=BC=D0=B8=D0=BD=D0=B0=D1=80 = =D0=BF=D1=80=D0=BE=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D1=81=D1=8F =D1=81 = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D0=B5=D0=BC = =D1=81=D0=BF=D0=B5=D1=86=D0=B8=D0=B0=D0=BB=D0=B8=D1=81=D1=82=D0=BE=D0=B2 = =D0=9C=D0=B8=D0=BD=D1=8D=D0=BA=D0=BE=D0=BD=D0=BE=D0=BC=D1=80=D0=B0=D0=B7=D0= =B2=D0=B8=D1=82=D0=B8=D1=8F =D0=B8 = =D0=A4=D0=B5=D0=B4=D0=B5=D1=80=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9 =D0=B0=D0=BD=D1=82=D0=B8=D0=BC=D0=BE=D0=BD=D0=BE=D0=BF=D0=BE=D0=BB=D1=8C=D0= =BD=D0=BE=D0=B9 =D1=81=D0=BB=D1=83=D0=B6=D0=B1=D1=8B =D0=A0=D0=A4 =D0=9F=D1=80=D0=BE=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D1=81=D1=8F: 29 = =D1=84=D0=B5=D0=B2=D1=80=D0=B0=D0=BB=D1=8F =E2=80=93 01 = =D0=BC=D0=B0=D1=80=D1=82=D0=B0 =D0=B2 = =D0=9C=D0=BE=D1=81=D0=BA=D0=B2=D0=B5 =D0=A2=D0=B5=D0=BB=D0=B5=D1=84=D0=BE=D0=BD =D0=B4=D0=BB=D1=8F = =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8: 8(495)995 ..15 ..48 =D0=92 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=83 = =D0=BC=D0=B5=D1=80=D0=BE=D0=BF=D1=80=D0=B8=D1=8F=D1=82=D0=B8=D1=8F = =D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=BE: 1. =D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D0=B2 = =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=BE=D0=B4=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1= =81=D1=82=D0=B2=D0=B5 =D0=BE = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=BE=D0=B2 =D0=B4=D0=BB=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 =D0=B8 =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1= =85 =D0=BD=D1=83=D0=B6=D0=B4. = =D0=9E=D0=B1=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 = =D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9 = =D0=BC=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9 = =D1=86=D0=B5=D0=BD=D1=8B = =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=B0 = (=D1=80=D0=B0=D1=81=D1=87=D0=B5=D1=82 =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0, = =D1=81=D0=BC=D0=B5=D1=82=D0=BD=D1=8B=D0=B9 = =D1=80=D0=B0=D1=81=D1=87=D0=B5=D1=82, = =D0=BA=D0=B0=D0=BB=D1=8C=D0=BA=D1=83=D0=BB=D1=8F=D1=86=D0=B8=D1=8F, = =D0=BC=D0=BE=D0=BD=D0=B8=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3 = =D1=81=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=85 =D1=86=D0=B5=D0=BD, = =D0=BE=D0=BF=D1=80=D0=BE=D1=81 =D1=86=D0=B5=D0=BD, = =D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0=B5 =D0=B8=D1=81=D1=82=D0=BE=D1=87=D0=BD=D0=B8=D0=BA=D0=B8 = =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8, =D0=B2 = =D1=82.=D1=87. =D0=B2 =D1=81=D0=B5=D1=82=D0=B8 = =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82). = =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B5 = =D1=80=D0=B5=D0=BA=D0=BE=D0=BC=D0=B5=D0=BD=D0=B4=D0=B0=D1=86=D0=B8=D0=B8 = (=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D1=8B) =D0=BF=D0=BE =D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BA=D1=83 =D0=B5=D0=B5 = =D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F.= =D0=97=D0=B0=D0=B2=D1=8B=D1=88=D0=B5=D0=BD=D0=B8=D0=B5 = =D1=86=D0=B5=D0=BD=D1=8B = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=BC. = =D0=A2=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0 =D0=BA =D0=BA=D0=BE=D0=BD=D0=BA=D1=80=D0=B5=D1=82=D0=BD=D1=8B=D0=BC = =D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=D0=BC = =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=BE=D0=B2, = =D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=D0=B8=D0=B5 =D0=BD=D0=B0 = =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=BD=D1=8B=D0=B9 = =D0=B7=D0=BD=D0=B0=D0=BA =D0=B8 = =D1=8D=D0=BA=D0=B2=D0=B8=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D1=82=D0=BD=D0=BE=D1= =81=D1=82=D1=8C =D0=B2 =D1=81=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B5 = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 = =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8.= =D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 = =D0=BF=D0=B5=D1=80=D0=B2=D1=8B=D1=85 = =D1=87=D0=B0=D1=81=D1=82=D0=B5=D0=B9 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA =D1=81 = =D1=83=D1=87=D0=B5=D1=82=D0=BE=D0=BC = =D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9 =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0, = =D0=BE=D1=82=D0=BA=D0=BB=D0=BE=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA. = =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BE=D0=B1=D0=B6=D0=B0=D0=BB=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9 = =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0. = =D0=9D=D0=BE=D0=B2=D1=8B=D0=B5 = =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0 =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D0=BE=D0=B3=D0=BE = (=D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE= =D0=B3=D0=BE) =D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=B0. = =D0=A2=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0 =D0=BA = =D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1=81=D1=82=D0=B2=D0= =B0=D0=BC =D0=BF=D0=BE = =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D1=83, = =D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B5 = =D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D1=8B =D0=B1=D1=8B=D1=82=D1=8C = =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B5=D0=BD=D1=8B. = =D0=92=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8C =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8 = =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=BE=D0=B2 =D1=81 = =D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD=D0=BD=D1=8B=D0=BC=D0=B8 = =D1=85=D0=B0=D1=80=D0=B0=D0=BA=D1=82=D0=B5=D1=80=D0=B8=D1=81=D1=82=D0=B8=D0= =BA=D0=B0=D0=BC=D0=B8 =D0=B8 = =D0=BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=D0=BC. = =D0=A2=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F =D0=BA =D0=B3=D0=B0=D1=80=D0=B0=D0=BD=D1=82=D0=B8=D0=B9=D0=BD=D0=BE=D0=BC=D1=83 = =D1=81=D1=80=D0=BE=D0=BA=D1=83 =D0=B8 = =D0=BE=D0=B1=D1=8A=D0=B5=D0=BC=D1=83 = =D0=B3=D0=B0=D1=80=D0=B0=D0=BD=D1=82=D0=B8=D0=B9 = =D0=BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=B0 = =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0, = =D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B, =D1=83=D1=81=D0=BB=D1=83=D0=B3, = =D0=BA = =D1=82=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=BC=D1=83 =D0=BE=D0=B1=D1=81=D0=BB=D1=83=D0=B6=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8E,= =D0=BC=D0=BE=D0=BD=D1=82=D0=B0=D0=B6=D1=83 =D0=B8 = =D0=BD=D0=B0=D0=BB=D0=B0=D0=B4=D0=BA=D0=B5. = =D0=A1=D1=80=D0=BE=D0=BA=D0=B8 =D0=B8 = =D0=BE=D0=B1=D1=8A=D0=B5=D0=BC=D1=8B = =D0=B3=D0=B0=D1=80=D0=B0=D0=BD=D1=82=D0=B8=D0=B9. = =D0=9E=D0=B6=D0=B8=D0=B4=D0=B0=D0=B5=D0=BC=D1=8B=D0=B5 = =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D0=B2 =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=BE=D0=B4=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1= =81=D1=82=D0=B2=D0=BE =D0=BE = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 =D0=B8 = =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1= =85 =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BA=D0=B0=D1=85. = =D0=9A=D0=BE=D0=BD=D1=86=D0=B5=D0=BF=D1=86=D0=B8=D1=8F =D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0 = =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=B0 "=D0=9E = =D1=84=D0=B5=D0=B4=D0=B5=D1=80=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9 = =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=BD=D0=BE=D0=B9 = =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B5". 2. =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F = =D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D1=8B=D1=85 = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BE=D0=B2 =D0=B2 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 = =D1=84=D0=BE=D1=80=D0=BC=D0=B5 =D0=B2 = =D1=81=D0=BE=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D1=81=D1=82=D0=B2=D0=B8=D0=B8 = =D1=81 =D0=A4=D0=97- 94. =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D0=BE=D0=B3=D0=BE =D0=B8 = =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0= =B3=D0=BE =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0 = =D0=BF=D1=83=D1=82=D0=B5=D0=BC = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0 =D0=BD=D0=B0 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D1=8B=D1=85 = =D1=82=D0=BE=D1=80=D0=B3=D0=BE=D0=B2=D1=8B=D1=85 = =D0=BF=D0=BB=D0=BE=D1=89=D0=B0=D0=B4=D0=BA=D0=B0=D1=85 = (=D0=AD=D0=A2=D0=9F). =D0=9E=D0=B1=D0=B7=D0=BE=D1=80 = =D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D1=83=D1=8E=D1=89=D0=B8=D1=85 =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D1=8B=D1=85 = =D0=BF=D0=BB=D0=BE=D1=89=D0=B0=D0=B4=D0=BE=D0=BA. = =D0=9F=D0=B5=D1=80=D0=B5=D1=87=D0=B5=D0=BD=D1=8C = =D1=80=D0=B0=D0=B1=D0=BE=D1=82 =D0=B8 =D1=83=D1=81=D0=BB=D1=83=D0=B3, = =D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85 = =D0=BA =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BA=D0=B5 = =D1=87=D0=B5=D1=80=D0=B5=D0=B7 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D1=83=D1=8E =D1=84=D0=BE=D1=80=D0=BC=D1=83 = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0. = =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=BE=D0=B1=D0=BE=D1= =80=D0=BE=D1=82=D0=B0. = =D0=A0=D0=B0=D0=B7=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B0 =D0=B8 = =D1=83=D1=82=D0=B2=D0=B5=D1=80=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5 =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 = =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8,= =D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 = =D1=82=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B9 = =D1=87=D0=B0=D1=81=D1=82=D0=B8. = =D0=A2=D0=B8=D0=BF=D0=B8=D1=87=D0=BD=D1=8B=D0=B5 = =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2 = =D0=BF=D1=80=D0=B8 =D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B5 = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 = =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8.= =D0=9F=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B =D0=BD=D0=B0 = =D1=84=D0=B5=D0=B4=D0=B5=D1=80=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D1=8B=D1=85 =D1=82=D0=BE=D1=80=D0=B3=D0=BE=D0=B2=D1=8B=D1=85 = =D0=BF=D0=BB=D0=BE=D1=89=D0=B0=D0=B4=D0=BA=D0=B0=D1=85. = =D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8 = =D0=BD=D0=B0 = =D0=BE=D0=B1=D1=89=D0=B5=D1=80=D0=BE=D1=81=D1=81=D0=B8=D0=B9=D1=81=D0=BA=D0= =BE=D0=BC = =D0=BE=D1=84=D0=B8=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC = =D1=81=D0=B0=D0=B9=D1=82=D0=B5. =D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=80 =D0=B8 = =D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0= =B8=D1=8F = =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA, =D1=84=D0=BE=D1=80=D0=BC=D1=8B = =D0=B8 =D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0= =B8=D1=8F =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D0=BE=D0=B3=D0=BE = (=D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE= =D0=B3=D0=BE) =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=B0. = =D0=9F=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D0=BF=D0=BE=D0=B4=D0=B0=D1=87=D0=B8 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA =D0=BF=D1=80=D0=B8 =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0. = =D0=9F=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D1=80=D0=B0=D1=81=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B8 =D0=BE=D1=82=D0=BA=D0=BB=D0=BE=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 =D0=BA=D0=BE=D0=BC=D0=B8=D1=81=D1=81=D0=B8=D0=B5=D0=B9 = =D0=BF=D0=B5=D1=80=D0=B2=D1=8B=D1=85 = =D1=87=D0=B0=D1=81=D1=82=D0=B5=D0=B9 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA. = =D0=94=D0=BE=D0=BF=D1=83=D1=81=D0=BA =D0=BA = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D1=8E =D0=B2 = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=BC = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B5. = =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0 =D0=BD=D0=B0 = =D0=BF=D0=BE=D0=BD=D0=B8=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5, = =D0=BF=D0=BE=D1=88=D0=B0=D0=B3=D0=BE=D0=B2=D1=8B=D0=B5 = =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2. =D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1= =8B=D0=B9 =D1=82=D0=BE=D1=80=D0=B3. = =D0=9F=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F = =D0=BF=D0=BE=D0=B1=D0=B5=D0=B4=D0=B8=D1=82=D0=B5=D0=BB=D1=8F =D0=B8 = =D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 = =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=BE=D0=BB=D0=B0. =D0=9F=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D1=81=D1=82=D0=B2=D0=B8=D1=8F = =D0=BF=D1=80=D0=B8=D0=B7=D0=BD=D0=B0=D0=BD=D0=B8=D1=8F = =D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80=D0=BE=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0 = =D0=BD=D0=B5=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=B2=D1=88=D0=B8=D0=BC=D1= =81=D1=8F, =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2. =D0=A0=D0=B0=D1=81=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 = =D0=BA=D0=BE=D0=BC=D0=B8=D1=81=D1=81=D0=B8=D0=B5=D0=B9 = =D0=B2=D1=82=D0=BE=D1=80=D1=8B=D1=85 = =D1=87=D0=B0=D1=81=D1=82=D0=B5=D0=B9 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA. = =D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 = =D0=B8=D1=82=D0=BE=D0=B3=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE = =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=BE=D0=BB=D0=B0. =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D0=B7=D0=B0=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D0=BE=D0=B3=D0=BE =D0=B8 = =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0= =B3=D0=BE =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=B0 =D1=81 = =D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D1=8C=D1=8E =D0=AD=D0=A6=D0=9F, =D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 = =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=BE=D0=BB=D0=B0 = =D1=80=D0=B0=D0=B7=D0=BD=D0=BE=D0=B3=D0=BB=D0=B0=D1=81=D0=B8=D0=B9. = =D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5 = =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8. = =D0=9F=D1=80=D0=B8=D1=87=D0=B8=D0=BD=D1=8B = =D0=BE=D1=82=D0=BA=D0=BB=D0=BE=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F 1 =D0=B8 2 = =D1=87=D0=B0=D1=81=D1=82=D0=B5=D0=B9 =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA. = =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 =D0=A4=D0=90=D0=A1 = =D0=BF=D0=BE = =D0=BE=D0=B1=D0=B6=D0=B0=D0=BB=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8E = =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2. 3. =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BE=D0=BA = =D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=BE=D0=BC = =D0=BA=D0=BE=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BE=D0=BA = =D1=86=D0=B5=D0=BD. =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=B4=D1=83=D1=80=D1=8B, = =D1=82=D0=B8=D0=BF=D0=B8=D1=87=D0=BD=D1=8B=D0=B5 = =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2, = =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=89=D0=B8=D0=BA=D0=BE=D0=B2 = (=D0=BF=D0=BE=D0=B4=D1=80=D1=8F=D0=B4=D1=87=D0=B8=D0=BA=D0=BE=D0=B2). 4. =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B8, = =D0=B7=D0=B0=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F, = =D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D0=B8 = =D1=80=D0=B0=D1=81=D1=82=D0=BE=D1=80=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 =D0=B8 =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1= =85 =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=BE=D0=B2. = =D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5 = =D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5 = =D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D1=8B, = =D0=BF=D1=80=D0=B5=D1=82=D0=B5=D0=BD=D0=B7=D0=B8=D0=BE=D0=BD=D0=BD=D0=B0=D1= =8F =D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0. =D0=9C=D0=B5=D1=85=D0=B0=D0=BD=D0=B8=D0=B7=D0=BC=D1=8B = =D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=8B =D0=BE=D1=82 = =D0=BD=D0=B5=D0=B4=D0=BE=D0=B1=D1=80=D0=BE=D1=81=D0=BE=D0=B2=D0=B5=D1=81=D1= =82=D0=BD=D1=8B=D1=85 =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9 = =D1=81=D1=82=D0=BE=D1=80=D0=BE=D0=BD. = =D0=9A=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8C = =D0=BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=B0 = =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5=D0=BC=D0=BE=D0=B3=D0= =BE =D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0, =D1=83=D1=81=D0=BB=D1=83=D0=B3, = =D1=80=D0=B0=D0=B1=D0=BE=D1=82. 5. =D0=97=D0=B0=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=B1=D0=B5=D1=81=D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=BD=D1=8B=D1= =85 =D0=B4=D0=BE=D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B2; = =D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7 = =D1=80=D1=8B=D0=BD=D0=BE=D1=87=D0=BD=D1=8B=D1=85 = (=D1=81=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=85) =D0=BD=D0=B0 = =D0=BF=D1=80=D0=BE=D0=B4=D1=83=D0=BA=D1=86=D0=B8=D1=8E, = =D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B, =D1=83=D1=81=D0=BB=D1=83=D0=B3=D0=B8 =D0=BF=D0=BE = =D0=BF=D1=80=D1=8F=D0=BC=D1=8B=D0=BC = =D0=B4=D0=BE=D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D0=B0=D0=BC. = =D0=9E=D0=B1=D0=B7=D0=BE=D1=80 = =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D1=85 = =D0=BD=D0=B0=D1=80=D1=83=D1=88=D0=B5=D0=BD=D0=B8=D0=B9 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2. = =D0=92=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=A0=D0=B5=D0=B5=D1=81=D1=82=D1=80=D0=B0 =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 = (=D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B= =D1=85) =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=BE=D0=B2 = =D0=B8 =D0=A0=D0=B5=D0=B5=D1=81=D1=82=D1=80=D0=B0 = =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BE=D0=BA. 6. =D0=A2=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F = =D0=A4=D0=B5=D0=B4=D0=B5=D1=80=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE = =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=B0 N261 "=D0=9E=D0=B1 = =D1=8D=D0=BD=D0=B5=D1=80=D0=B3=D0=BE=D1=81=D0=B1=D0=B5=D1=80=D0=B5=D0=B6=D0= =B5=D0=BD=D0=B8=D0=B8 =D0=B8 = =D0=BF=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD=D0=B8=D0=B8 =D1=8D=D0=BD=D0=B5=D1=80=D0=B3=D0=B5=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0= =BE=D0=B9 = =D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82=D0= =B8" =D0=BF=D1=80=D0=B8 = =D0=BE=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0= =B8 = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 =D0=B8 = =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1= =85 =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BE=D0=BA. = =D0=9E=D1=82=D0=B2=D0=B5=D1=82=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD=D0=BE=D1= =81=D1=82=D1=8C = =D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D0=BD=D1=8B=D1=85 = =D0=BB=D0=B8=D1=86 =D0=BF=D0=BE =D0=9A=D0=BE=D0=90=D0=9F. 7. =D0=9D=D0=BE=D0=B2=D1=8B=D0=B9 = =D0=BF=D0=B5=D1=80=D0=B5=D1=87=D0=B5=D0=BD=D1=8C = =D0=BE=D0=B4=D0=BD=D0=BE=D0=B8=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D1=85 = =D0=B2=D0=B8=D0=B4=D0=BE=D0=B2 = =D0=BF=D1=80=D0=BE=D0=B4=D1=83=D0=BA=D1=86=D0=B8=D0=B8, = =D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA = =D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1= =8F, "=D1=80=D0=B0=D0=B7=D0=B1=D0=B8=D0=B2=D0=BA=D0=B0" =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=BE=D0=B2, = =D0=BE=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F = =D0=BB=D0=BE=D1=82=D0=BE=D0=B2 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0=D0=BC=D0=B8, = =D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F = =D0=B0=D0=BD=D1=82=D0=B8=D0=BC=D0=BE=D0=BD=D0=BE=D0=BF=D0=BE=D0=BB=D1=8C=D0= =BD=D0=BE=D0=B3=D0=BE =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=BE=D0=B4=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1= =81=D1=82=D0=B2=D0=B0 =D0=A4=D0=97-135 =D0=BF=D1=80=D0=B8 = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8 = =D1=82=D0=BE=D1=80=D0=B3=D0=BE=D0=B2. 8. =D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0 =D0=BF=D1=83=D1=82=D0=B5=D0=BC = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F = =D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B0. = =D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BA=D0=B0 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BA=D0=B8 =D0=BD=D0=B0 = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D0=B5 =D0=B2 = =D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B5. =D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5 = =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8 =D0=BF=D1=80=D0=B8 = =D1=81=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8 = =D0=B7=D0=B0=D1=8F=D0=B2=D0=BE=D0=BA. = =D0=94=D0=BE=D0=BF=D1=83=D1=81=D1=82=D0=B8=D0=BC=D1=8B=D0=B5 = =D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F =D0=BA = =D0=A3=D0=A0=D0=97. = =D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 =D0=B4=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=B0/=D0=BE=D1=82=D0=BA=D0=B0=D0=B7= =D0=B0 =D0=B2 =D0=B4=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=B5 =D0=BA = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D1=8E =D0=B2 = =D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B5. = =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=B5 = =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5 = =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1= =8F =D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D1=81=D1=82=D0=B2=D0= =B0 =D0=A0=D0=A4 =D0=BE=D1=82 10 = =D1=81=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2009 =D0=B3. = N722.=D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D0=BE=D0=B1=D0=B6=D0=B0=D0=BB=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F = =D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=BE=D0=B2 =D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B0. 9. =D0=9E=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0 =D1=83 = =D1=81=D1=83=D0=B1=D1=8A=D0=B5=D0=BA=D1=82=D0=BE=D0=B2 = =D0=BC=D0=B0=D0=BB=D0=BE=D0=B3=D0=BE = =D0=BF=D1=80=D0=B5=D0=B4=D0=BF=D1=80=D0=B8=D0=BD=D0=B8=D0=BC=D0=B0=D1=82=D0= =B5=D0=BB=D1=8C=D1=81=D1=82=D0=B2=D0=B0. 10. =D0=A0=D0=B5=D0=B5=D1=81=D1=82=D1=80 = =D0=BD=D0=B5=D0=B4=D0=BE=D0=B1=D1=80=D0=BE=D1=81=D0=BE=D0=B2=D0=B5=D1=81=D1= =82=D0=BD=D1=8B=D1=85 = =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=89=D0=B8=D0=BA=D0=BE=D0=B2 = (=D0=A0=D0=9D=D0=9F). = =D0=A0=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F = =D0=B0=D0=BD=D1=82=D0=B8=D0=B4=D0=B5=D0=BC=D0=BF=D0=B8=D0=BD=D0=B3=D0=BE=D0= =B2=D1=8B=D1=85 =D0=BC=D0=B5=D1=80 =D0=B2 =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D0=BE=D0=BC =D0=B8 = =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0= =BC =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B5. 11. =D0=A2=D0=B8=D0=BF=D0=B8=D1=87=D0=BD=D1=8B=D0=B5 = =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8 = =D0=97=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=BE=D0=B2, = =D0=A3=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE=D0=BC=D0=BE=D1=87=D0=B5=D0=BD=D0=BD=D1= =8B=D1=85 =D0=BE=D1=80=D0=B3=D0=B0=D0=BD=D0=BE=D0=B2 =D0=BF=D1=80=D0=B8 = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8 = =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BE=D1=87=D0=BD=D1=8B=D1=85 =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=B4=D1=83=D1=80. = =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BE=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1= =8F =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8F =D0=A4=D0=90=D0=A1 = =D0=A0=D0=BE=D1=81=D1=81=D0=B8=D0=B8. 12. =D0=9E=D0=B1=D0=B6=D0=B0=D0=BB=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 = =D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9/ = =D0=B1=D0=B5=D0=B7=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F = =D0=97=D0=B0=D0=BA=D0=B0=D0=B7=D1=87=D0=B8=D0=BA=D0=B0, = =D0=A3=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE=D0=BC=D0=BE=D1=87=D0=B5=D0=BD=D0=BD=D0= =BE=D0=B3=D0=BE =D0=BE=D1=80=D0=B3=D0=B0=D0=BD=D0=B0, = =D0=B0=D1=83=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B9 =D0=BA=D0=BE=D0=BC=D0=B8=D1=81=D1=81=D0=B8=D0=B8 =D0=B8 = =D0=9E=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=B0 = =D0=AD=D0=A2=D0=9F. 13. = =D0=9F=D0=BB=D0=B0=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5 = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D1=8F =D0=B2 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=D1=85 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=BE=D0=B2. 14. =D0=90=D0=BB=D0=B3=D0=BE=D1=80=D0=B8=D1=82=D0=BC = =D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0 = =D1=81=D0=BF=D0=BE=D1=81=D0=BE=D0=B1=D0=B0 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0. = =D0=9D=D0=B0=D0=BB=D0=B8=D1=87=D0=B8=D0=B5 = =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=BE=D0=B2 =D1=83 =D0=B5=D0=B4=D0=B8=D0=BD=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD=D0=BE=D0=B3=D0= =BE =D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=89=D0=B8=D0=BA=D0=B0. 15. =D0=9F=D1=80=D0=B0=D0=BA=D1=82=D0=B8=D0=BA=D0=B0 = =D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8F =D0=B7=D0=B0 = =D1=81=D0=BE=D0=B1=D0=BB=D1=8E=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC = =D0=B7=D0=B0=D0=BA=D0=BE=D0=BD=D0=BE=D0=B4=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1= =81=D1=82=D0=B2=D0=B0 =D0=BE = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 = =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=BE=D0=B2. 16. =D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0 =D0=BD=D0=B0 = =D0=9E=D0=B1=D1=89=D0=B5=D1=80=D0=BE=D1=81=D1=81=D0=B8=D0=B9=D1=81=D0=BA=D0= =BE=D0=BC = =D0=BE=D1=84=D0=B8=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC = =D1=81=D0=B0=D0=B9=D1=82=D0=B5 =D0=B4=D0=BB=D1=8F = =D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87=D0=B5=D0=BD=D0=B8=D1=8F = =D0=B3=D0=BE=D1=81=D1=83=D0=B4=D0=B0=D1=80=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =BD=D1=8B=D1=85 =D0=B8 =D0=BC=D1=83=D0=BD=D0=B8=D1=86=D0=B8=D0=BF=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1= =85 =D0=B7=D0=B0=D0=BA=D1=83=D0=BF=D0=BE=D0=BA. =D0=A1=D1=82=D0=BE=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C = =D1=83=D1=87=D0=B0=D1=81=D1=82=D0=B8=D1=8F: 17500 = =D1=80=D1=83=D0=B1=D0=BB=D0=B5=D0=B9. =D0=9C=D0=B5=D1=81=D1=82=D0=BE = =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F: =D0=BC. = =D0=91=D0=B0=D1=83=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B0=D1=8F, = =D1=83=D0=BB. = =D0=91=D0=B0=D1=83=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B0=D1=8F, =D0=B4.6, = =D0=B1=D0=B8=D0=B7=D0=BD=D0=B5=D1=81 =D1=86=D0=B5=D0=BD=D1=82=D1=80 = "=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=8F = =D0=9F=D0=BB=D0=B0=D0=B7=D0=B0". =D0=92 =D1=81=D1=82=D0=BE=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C = =D0=B2=D1=85=D0=BE=D0=B4=D0=B8=D1=82 = =D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B9 = =D0=BC=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=B0=D0=BB, = =D0=BE=D0=B1=D0=B5=D0=B4=D1=8B, = =D0=BA=D0=BE=D1=84=D0=B5-=D0=BF=D0=B0=D1=83=D0=B7=D1=8B, = =D1=81=D0=B5=D1=80=D1=82=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=82. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 06:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 660631065672 for ; Thu, 16 Feb 2012 06:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF978FC12 for ; Thu, 16 Feb 2012 06:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G6UCi2038201 for ; Thu, 16 Feb 2012 06:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G6UC1t038196; Thu, 16 Feb 2012 06:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 06:30:12 GMT Resent-Message-Id: <201202160630.q1G6UC1t038196@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christer Edwards Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8A091065670 for ; Thu, 16 Feb 2012 06:20:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 90A868FC16 for ; Thu, 16 Feb 2012 06:20:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1G6KUkM020046 for ; Thu, 16 Feb 2012 06:20:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1G6KUCu020041; Thu, 16 Feb 2012 06:20:30 GMT (envelope-from nobody) Message-Id: <201202160620.q1G6KUCu020041@red.freebsd.org> Date: Thu, 16 Feb 2012 06:20:30 GMT From: Christer Edwards To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165196: sysutils/salt port update (0.9.6->0.9.7) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 06:30:12 -0000 >Number: 165196 >Category: ports >Synopsis: sysutils/salt port update (0.9.6->0.9.7) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 06:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christer Edwards >Release: 9.0-RELEASE >Organization: saltstack.org >Environment: FreeBSD isabel 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 24 15:55:46 MST 2012 root@isabel:/usr/obj/usr/src/sys/ISABEL amd64 >Description: Updating existing port sysutils/salt http://readthedocs.org/docs/salt/en/latest/topics/releases/0.9.7.html >How-To-Repeat: >Fix: salt.shar attached Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # salt # salt/pkg-plist # salt/files # salt/files/salt_minion.in # salt/files/salt_master.in # salt/files/patch-setup.py # salt/files/salt_syndic.in # salt/files/pkg-message.in # salt/distinfo # salt/Makefile # salt/pkg-descr # echo c - salt mkdir -p salt > /dev/null 2>&1 echo x - salt/pkg-plist sed 's/^X//' >salt/pkg-plist << '576c8133342cca691b64f5ebbfdb7190' Xbin/salt Xbin/salt-call Xbin/salt-cp Xbin/salt-key Xbin/salt-master Xbin/salt-minion Xbin/salt-run Xbin/salt-syndic X%%ETCDIR%%/master.sample X%%ETCDIR%%/minion.sample X%%PYTHON_SITELIBDIR%%/salt/__init__.py X%%PYTHON_SITELIBDIR%%/salt/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/cli/__init__.py X%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/cli/caller.py X%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyc X%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyo X%%PYTHON_SITELIBDIR%%/salt/cli/cp.py X%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc X%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyo X%%PYTHON_SITELIBDIR%%/salt/cli/key.py X%%PYTHON_SITELIBDIR%%/salt/cli/key.pyc X%%PYTHON_SITELIBDIR%%/salt/cli/key.pyo X%%PYTHON_SITELIBDIR%%/salt/client.py X%%PYTHON_SITELIBDIR%%/salt/client.pyc X%%PYTHON_SITELIBDIR%%/salt/client.pyo X%%PYTHON_SITELIBDIR%%/salt/config.py X%%PYTHON_SITELIBDIR%%/salt/config.pyc X%%PYTHON_SITELIBDIR%%/salt/config.pyo X%%PYTHON_SITELIBDIR%%/salt/crypt.py X%%PYTHON_SITELIBDIR%%/salt/crypt.pyc X%%PYTHON_SITELIBDIR%%/salt/crypt.pyo X%%PYTHON_SITELIBDIR%%/salt/exceptions.py X%%PYTHON_SITELIBDIR%%/salt/exceptions.pyc X%%PYTHON_SITELIBDIR%%/salt/exceptions.pyo X%%PYTHON_SITELIBDIR%%/salt/ext/__init__.py X%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/grains/__init__.py X%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/grains/core.py X%%PYTHON_SITELIBDIR%%/salt/grains/core.pyc X%%PYTHON_SITELIBDIR%%/salt/grains/core.pyo X%%PYTHON_SITELIBDIR%%/salt/loader.py X%%PYTHON_SITELIBDIR%%/salt/loader.pyc X%%PYTHON_SITELIBDIR%%/salt/loader.pyo X%%PYTHON_SITELIBDIR%%/salt/log.py X%%PYTHON_SITELIBDIR%%/salt/log.pyc X%%PYTHON_SITELIBDIR%%/salt/log.pyo X%%PYTHON_SITELIBDIR%%/salt/master.py X%%PYTHON_SITELIBDIR%%/salt/master.pyc X%%PYTHON_SITELIBDIR%%/salt/master.pyo X%%PYTHON_SITELIBDIR%%/salt/minion.py X%%PYTHON_SITELIBDIR%%/salt/minion.pyc X%%PYTHON_SITELIBDIR%%/salt/minion.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/__init__.py X%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/apache.py X%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/apt.py X%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/archive.py X%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.py X%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/cluster.py X%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/cluster.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/cmd.py X%%PYTHON_SITELIBDIR%%/salt/modules/cmd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/cmd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/cp.py X%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/cron.py X%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/data.py X%%PYTHON_SITELIBDIR%%/salt/modules/data.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/data.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/disk.py X%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py X%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/file.py X%%PYTHON_SITELIBDIR%%/salt/modules/file.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/file.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.py X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.py X%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/grains.py X%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py X%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/hosts.py X%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/kmod.py X%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.py X%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/kvm_hyper.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py X%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py X%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.py X%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/mount.py X%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/mysql.py X%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/network.py X%%PYTHON_SITELIBDIR%%/salt/modules/network.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/network.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/nginx.py X%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/pacman.py X%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/pip.py X%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/ps.py X%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/publish.py X%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/puppet.py X%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py X%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.py X%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py X%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py X%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/selinux.py X%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/service.py X%%PYTHON_SITELIBDIR%%/salt/modules/service.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/service.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/shadow.py X%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/solr.py X%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py X%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/state.py X%%PYTHON_SITELIBDIR%%/salt/modules/state.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/state.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/status.py X%%PYTHON_SITELIBDIR%%/salt/modules/status.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/status.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/systemd.py X%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/test.py X%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/test.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py X%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/useradd.py X%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/virt.py X%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.py X%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py X%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py X%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/win_service.py X%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.py X%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyo X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc X%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyo X%%PYTHON_SITELIBDIR%%/salt/output.py X%%PYTHON_SITELIBDIR%%/salt/output.pyc X%%PYTHON_SITELIBDIR%%/salt/output.pyo X%%PYTHON_SITELIBDIR%%/salt/payload.py X%%PYTHON_SITELIBDIR%%/salt/payload.pyc X%%PYTHON_SITELIBDIR%%/salt/payload.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py X%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.py X%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.py X%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/py.py X%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.py X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyo X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.py X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyc X%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyo X%%PYTHON_SITELIBDIR%%/salt/returners/__init__.py X%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.py X%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyc X%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyo X%%PYTHON_SITELIBDIR%%/salt/returners/local.py X%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc X%%PYTHON_SITELIBDIR%%/salt/returners/local.pyo X%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py X%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc X%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyo X%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py X%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc X%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyo X%%PYTHON_SITELIBDIR%%/salt/runner.py X%%PYTHON_SITELIBDIR%%/salt/runner.pyc X%%PYTHON_SITELIBDIR%%/salt/runner.pyo X%%PYTHON_SITELIBDIR%%/salt/runners/__init__.py X%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/runners/jobs.py X%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc X%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyo X%%PYTHON_SITELIBDIR%%/salt/runners/manage.py X%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc X%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyo X%%PYTHON_SITELIBDIR%%/salt/state.py X%%PYTHON_SITELIBDIR%%/salt/state.pyc X%%PYTHON_SITELIBDIR%%/salt/state.pyo X%%PYTHON_SITELIBDIR%%/salt/states/__init__.py X%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/states/cmd.py X%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc X%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyo X%%PYTHON_SITELIBDIR%%/salt/states/cron.py X%%PYTHON_SITELIBDIR%%/salt/states/cron.pyc X%%PYTHON_SITELIBDIR%%/salt/states/cron.pyo X%%PYTHON_SITELIBDIR%%/salt/states/file.py X%%PYTHON_SITELIBDIR%%/salt/states/file.pyc X%%PYTHON_SITELIBDIR%%/salt/states/file.pyo X%%PYTHON_SITELIBDIR%%/salt/states/group.py X%%PYTHON_SITELIBDIR%%/salt/states/group.pyc X%%PYTHON_SITELIBDIR%%/salt/states/group.pyo X%%PYTHON_SITELIBDIR%%/salt/states/host.py X%%PYTHON_SITELIBDIR%%/salt/states/host.pyc X%%PYTHON_SITELIBDIR%%/salt/states/host.pyo X%%PYTHON_SITELIBDIR%%/salt/states/kmod.py X%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc X%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyo X%%PYTHON_SITELIBDIR%%/salt/states/mount.py X%%PYTHON_SITELIBDIR%%/salt/states/mount.pyc X%%PYTHON_SITELIBDIR%%/salt/states/mount.pyo X%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.py X%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyc X%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyo X%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.py X%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyc X%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyo X%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.py X%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyc X%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyo X%%PYTHON_SITELIBDIR%%/salt/states/pkg.py X%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyc X%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyo X%%PYTHON_SITELIBDIR%%/salt/states/service.py X%%PYTHON_SITELIBDIR%%/salt/states/service.pyc X%%PYTHON_SITELIBDIR%%/salt/states/service.pyo X%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py X%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc X%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyo X%%PYTHON_SITELIBDIR%%/salt/states/sysctl.py X%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc X%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyo X%%PYTHON_SITELIBDIR%%/salt/states/user.py X%%PYTHON_SITELIBDIR%%/salt/states/user.pyc X%%PYTHON_SITELIBDIR%%/salt/states/user.pyo X%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.py X%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyc X%%PYTHON_SITELIBDIR%%/salt/states/virtualenv.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/__init__.py X%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/find.py X%%PYTHON_SITELIBDIR%%/salt/utils/find.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/find.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/jinja.py X%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.py X%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/verify.py X%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyo X%%PYTHON_SITELIBDIR%%/salt/utils/winservice.py X%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyc X%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyo X%%PYTHON_SITELIBDIR%%/salt/version.py X%%PYTHON_SITELIBDIR%%/salt/version.pyc X%%PYTHON_SITELIBDIR%%/salt/version.pyo X@dirrm %%PYTHON_SITELIBDIR%%/salt/utils X@dirrm %%PYTHON_SITELIBDIR%%/salt/states X@dirrm %%PYTHON_SITELIBDIR%%/salt/runners X@dirrm %%PYTHON_SITELIBDIR%%/salt/returners X@dirrm %%PYTHON_SITELIBDIR%%/salt/renderers X@dirrm %%PYTHON_SITELIBDIR%%/salt/modules X@dirrm %%PYTHON_SITELIBDIR%%/salt/grains X@dirrm %%PYTHON_SITELIBDIR%%/salt/ext X@dirrm %%PYTHON_SITELIBDIR%%/salt/cli X@dirrm %%PYTHON_SITELIBDIR%%/salt X@dirrmtry %%ETCDIR%% X@stopdaemon salt-master X@stopdaemon salt-minion X@stopdaemon salt-syndic 576c8133342cca691b64f5ebbfdb7190 echo c - salt/files mkdir -p salt/files > /dev/null 2>&1 echo x - salt/files/salt_minion.in sed 's/^X//' >salt/files/salt_minion.in << '1f7ac7a993b974ac993b8f92f67aea70' X#!/bin/sh X X# $FreeBSD: ports/sysutils/salt/files/salt_minion.in,v 1.2 2012/01/14 08:57:06 dougb Exp $ X# X# Salt Minion startup script X# X# PROVIDE: salt_minion X# REQUIRE: LOGIN X# KEYWORD: shutdown X X# Add the following to /etc/rc.conf[.local] to enable this service X# X# salt_minion_enable="YES" X# X X. /etc/rc.subr X Xname="salt_minion" Xrcvar=salt_minion_enable X Xload_rc_config ${name} X X: ${salt_minion_enable:="NO"} X Xcommand="%%PREFIX%%/bin/salt-minion" Xcommand_interpreter="%%PYTHON_CMD%%" Xrequired_files="%%PREFIX%%/etc/salt/minion" Xcommand_args="-c ${required_files} -d" X Xrun_rc_command "$1" 1f7ac7a993b974ac993b8f92f67aea70 echo x - salt/files/salt_master.in sed 's/^X//' >salt/files/salt_master.in << '591136ffacfce95efedceff9b6bbf3d2' X#!/bin/sh X X# $FreeBSD: ports/sysutils/salt/files/salt_master.in,v 1.2 2012/01/14 08:57:06 dougb Exp $ X# X# Salt Master startup script X# X# PROVIDE: salt_master X# REQUIRE: LOGIN X# KEYWORD: shutdown X X# Add the following to /etc/rc.conf[.local] to enable this service X# X# salt_master_enable="YES" X# X X. /etc/rc.subr X Xname="salt_master" Xrcvar=salt_master_enable X Xload_rc_config ${name} X X: ${salt_master_enable:="NO"} X Xcommand="%%PREFIX%%/bin/salt-master" Xcommand_interpreter="%%PYTHON_CMD%%" Xrequired_files="%%PREFIX%%/etc/salt/master" Xcommand_args="-c ${required_files} -d" X Xrun_rc_command "$1" 591136ffacfce95efedceff9b6bbf3d2 echo x - salt/files/patch-setup.py sed 's/^X//' >salt/files/patch-setup.py << 'a39db523471fdd41dd514f54c71a339d' X--- salt-0.9.6/setup.py 2012-01-21 02:18:08.000000000 +0000 X+++ setup.py 2012-01-22 19:21:35.158004570 +0000 X@@ -44,7 +44,7 @@ X if 'SYSCONFDIR' in os.environ: X etc_path = os.environ['SYSCONFDIR'] X else: X- etc_path = os.path.join(os.path.dirname(PREFIX), 'etc') X+ etc_path = os.path.join('%%PREFIX%%', 'etc') X X libraries = ['ws2_32'] if sys.platform == 'win32' else [] X X@@ -91,10 +91,10 @@ X 'scripts/salt-run', X 'scripts/salt'], X data_files=[(os.path.join(etc_path, 'salt'), X- ['conf/master.template', X- 'conf/minion.template', X+ ['conf/master.sample', X+ 'conf/minion.sample', X ]), X- ('share/man/man1', X+ ('man/man1', X ['doc/man/salt-master.1', X 'doc/man/salt-key.1', X 'doc/man/salt.1', X@@ -104,7 +104,7 @@ X 'doc/man/salt-run.1', X 'doc/man/salt-minion.1', X ]), X- ('share/man/man7', X+ ('man/man7', X ['doc/man/salt.7', X ]), X ], a39db523471fdd41dd514f54c71a339d echo x - salt/files/salt_syndic.in sed 's/^X//' >salt/files/salt_syndic.in << '275030be305a2551028a5d1ec8d4095b' X#!/bin/sh X X# $FreeBSD: ports/sysutils/salt/files/salt_syndic.in,v 1.2 2012/01/14 08:57:06 dougb Exp $ X# X# Salt Synic startup script X# X# PROVIDE: salt_syndic X# REQUIRE: LOGIN X# KEYWORD: shutdown X X# Add the following to /etc/rc.conf[.local] to enable this service X# X# salt_syndic_enable="YES" X# X X. /etc/rc.subr X Xname="salt_syndic" Xrcvar=salt_syndic_enable X Xload_rc_config ${name} X X: ${salt_syndic_enable:="NO"} X Xcommand="%%PREFIX%%/bin/salt-syndic" Xcommand_interpreter="%%PYTHON_CMD%%" Xrequired_files="%%PREFIX%%/etc/salt/master" Xcommand_args="-c ${required_files} -d" X Xrun_rc_command "$1" 275030be305a2551028a5d1ec8d4095b echo x - salt/files/pkg-message.in sed 's/^X//' >salt/files/pkg-message.in << '82dc9eb26a63143a329d095da4ada9b7' X X============================================== X XTo configure a Salt Master, do the following: X X o Copy %%PREFIX%%/etc/salt/master.sample X to %%PREFIX%%/etc/salt/master X o Update to meet your needs X o Set salt_master_enable="YES" in rc.conf X X---------------------------------------------- X XTo configure a Salt Minion, do the following: X X o Copy %%PREFIX%%/etc/salt/minion.sample X to %%PREFIX%%/etc/salt/minion X o Update config to point to your Salt Master X o Set salt_minion_enable="YES" in rc.conf X X============================================= X 82dc9eb26a63143a329d095da4ada9b7 echo x - salt/distinfo sed 's/^X//' >salt/distinfo << 'a41801064e413efee533a5e3c137a9a3' XSHA256 (salt-0.9.7.tar.gz) = f3562d5e92b896ac36e417c785436e3697736d56153bcace957f641e2a5dbc20 XSIZE (salt-0.9.7.tar.gz) = 245299 a41801064e413efee533a5e3c137a9a3 echo x - salt/Makefile sed 's/^X//' >salt/Makefile << 'bb95a1505643e6c6eaef157e779dbdb4' X# New ports collection makefile for: salt X# Date created: 2011-12-26 X# Whom: Christer Edwards X# X# $FreeBSD: ports/sysutils/salt/Makefile,v 1.4 2012/01/25 07:19:35 dougb Exp $ X# X XPORTNAME= salt XPORTVERSION= 0.9.7 XCATEGORIES= sysutils python XMASTER_SITES= https://github.com/downloads/saltstack/salt/ X XMAINTAINER= christer.edwards@gmail.com XCOMMENT= Distributed, remote execution and configuration management system X XLICENSE= AL2 X XLIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq X XFETCH_ARGS= -pRr XUSE_PYTHON= 2.6-2.7 XUSE_PYDISTUTILS=yes X XUSE_RC_SUBR= salt_master \ X salt_minion \ X salt_syndic X XSUB_LIST+= PYTHON_CMD=${PYTHON_CMD} X XSUB_FILES= pkg-message X XMAN1= salt-call.1 \ X salt-cp.1 \ X salt-key.1 \ X salt-master.1 \ X salt-minion.1 \ X salt-run.1 \ X salt-syndic.1 \ X salt.1 X XMAN7= salt.7 X XBUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ X ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/devel/py-pyzmq \ X ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ X ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 \ X ${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.9:${PORTSDIR}/devel/py-msgpack \ X ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:${PORTSDIR}/security/py-m2crypto X XRUN_DEPENDS:= ${BUILD_DEPENDS} X Xpost-patch: X.for file in conf/minion.template conf/master.template doc/man/salt-key.1 \ X doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ X doc/man/salt-master.1 doc/man/salt-run.1 doc/man/salt.7 doc/man/salt.1 \ X salt/cli/__init__.py salt/__init__.py salt/config.py salt/client.py \ X salt/modules/mysql.py X @${REINPLACE_CMD} -e 's|/etc/salt|${PREFIX}/etc/salt|' \ X -e 's|/srv/salt|${PREFIX}/etc/salt/states|' ${WRKSRC}/${file} X.endfor X @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py X @${MV} ${WRKSRC}/conf/master.template ${WRKSRC}/conf/master.sample X @${MV} ${WRKSRC}/conf/minion.template ${WRKSRC}/conf/minion.sample X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include bb95a1505643e6c6eaef157e779dbdb4 echo x - salt/pkg-descr sed 's/^X//' >salt/pkg-descr << 'c11abd2bfa020d9889111d3edd5d03df' XSalt : Remote Execution and State Manager X====================================== X XSalt is a powerful remote execution and configuration manager that can be Xused to administer servers in a fast and efficient way. X XWWW: http://saltstack.org c11abd2bfa020d9889111d3edd5d03df exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:12:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23DA61065670; Thu, 16 Feb 2012 07:12:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA6BF8FC0A; Thu, 16 Feb 2012 07:12:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G7CUTw087795; Thu, 16 Feb 2012 07:12:30 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G7CUGj087791; Thu, 16 Feb 2012 07:12:30 GMT (envelope-from jgh) Date: Thu, 16 Feb 2012 07:12:30 GMT Message-Id: <201202160712.q1G7CUGj087791@freefall.freebsd.org> To: christer.edwards@gmail.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165196: sysutils/salt port update (0.9.6->0.9.7) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:12:31 -0000 Synopsis: sysutils/salt port update (0.9.6->0.9.7) State-Changed-From-To: open->feedback State-Changed-By: jgh State-Changed-When: Thu Feb 16 07:12:30 UTC 2012 State-Changed-Why: Please submit a diff for updates. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html Thanks\! http://www.freebsd.org/cgi/query-pr.cgi?pr=165196 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:26:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7664E106564A; Thu, 16 Feb 2012 07:26:03 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 486AE8FC14; Thu, 16 Feb 2012 07:26:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G7Q3sj098072; Thu, 16 Feb 2012 07:26:03 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G7Q3bf098068; Thu, 16 Feb 2012 07:26:03 GMT (envelope-from jgh) Date: Thu, 16 Feb 2012 07:26:03 GMT Message-Id: <201202160726.q1G7Q3bf098068@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165196: sysutils/salt port update (0.9.6->0.9.7) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:26:03 -0000 Synopsis: sysutils/salt port update (0.9.6->0.9.7) Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Thu Feb 16 07:26:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165196 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66111106566B for ; Thu, 16 Feb 2012 07:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0D68FC19 for ; Thu, 16 Feb 2012 07:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G7UC26014894 for ; Thu, 16 Feb 2012 07:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G7UCM0014891; Thu, 16 Feb 2012 07:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 07:30:12 GMT Resent-Message-Id: <201202160730.q1G7UCM0014891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE5D106566B for ; Thu, 16 Feb 2012 07:26:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A88C88FC16 for ; Thu, 16 Feb 2012 07:26:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1G7QiTR043043 for ; Thu, 16 Feb 2012 07:26:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1G7QihO043042; Thu, 16 Feb 2012 07:26:44 GMT (envelope-from nobody) Message-Id: <201202160726.q1G7QihO043042@red.freebsd.org> Date: Thu, 16 Feb 2012 07:26:44 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165197: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:30:12 -0000 >Number: 165197 >Category: ports >Synopsis: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 07:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.0-STABLE >Organization: iXsystems, Inc. >Environment: FreeBSD bayonetta.local 9.0-STABLE FreeBSD 9.0-STABLE #4 r230371M: Thu Jan 19 23:55:38 PST 2012 gcooper@bayonetta.local:/usr/obj/store/freebsd/stable/9/sys/BAYONETTA amd64 >Description: The attached patch enhances xdd to detect the number of CPUs in a system (according to the semi-POSIX definition), and also fixes a slew of compile time warnings with string.h not being included in xdd.h. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur benchmarks/xdd/Makefile benchmarks/xdd/Makefile --- benchmarks/xdd/Makefile 2007-12-21 07:31:17.000000000 -0800 +++ benchmarks/xdd/Makefile 2012-02-15 22:22:20.394135532 -0800 @@ -7,6 +7,7 @@ PORTNAME= xdd PORTVERSION= 65 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.ioperformance.com/xddversions/ DISTNAME= xdd65.013007 diff -Naur benchmarks/xdd/files/patch-initialization.c benchmarks/xdd/files/patch-initialization.c --- benchmarks/xdd/files/patch-initialization.c 2007-12-21 07:25:47.000000000 -0800 +++ benchmarks/xdd/files/patch-initialization.c 2012-02-15 21:59:31.220136804 -0800 @@ -1,6 +1,19 @@ ---- initialization.c.orig Fri Mar 16 06:54:36 2007 -+++ initialization.c Fri Mar 16 06:56:05 2007 -@@ -628,7 +628,7 @@ +--- initialization.c.orig 2012-02-09 19:46:52.785072682 -0800 ++++ initialization.c 2012-02-15 21:58:34.759136156 -0800 +@@ -181,11 +181,7 @@ + fprintf(out, "Computer Name, %s, User Name, %s\n",name.nodename, getlogin()); + fprintf(out, "OS release and version, %s %s %s\n",name.sysname, name.release, name.version); + fprintf(out, "Machine hardware type, %s\n",name.machine); +-#if (SOLARIS) +- xgp->number_of_processors = sysconf(_SC_NPROCESSORS_ONLN); +- physical_pages = sysconf(_SC_PHYS_PAGES); +- page_size = sysconf(_SC_PAGE_SIZE); +-#elif (AIX) ++#if (SOLARIS || AIX || FreeBSD) + xgp->number_of_processors = sysconf(_SC_NPROCESSORS_ONLN); + physical_pages = sysconf(_SC_PHYS_PAGES); + page_size = sysconf(_SC_PAGE_SIZE); +@@ -628,7 +624,7 @@ * NOTE: This is not supported by all operating systems. */ if (p->target_options & RX_SHARED_MEMORY) { @@ -9,7 +22,7 @@ /* In AIX we need to get memory in a shared memory segment to avoid * the system continually trying to pin each page on every I/O operation */ #if (AIX) -@@ -656,14 +656,14 @@ +@@ -656,14 +652,14 @@ fprintf(xgp->errout,"%s: Shared Memory not supported on this OS - using valloc\n", xgp->progname); p->target_options &= ~RX_SHARED_MEMORY; @@ -26,7 +39,7 @@ rwbuf = valloc(p->iosize); #else rwbuf = malloc(p->iosize); -@@ -740,7 +740,7 @@ +@@ -740,7 +736,7 @@ newlim = liret - (PAGESIZE*8); return; #else @@ -35,7 +48,7 @@ if (getuid() != 0) { fprintf(xgp->errout,"(PID %d) %s: You must run as superuser to lock memory for %s\n", getpid(),xgp->progname, sp); -@@ -889,7 +889,7 @@ +@@ -889,7 +885,7 @@ #endif return; #else @@ -44,7 +57,7 @@ if (getuid() != 0) { return; } -@@ -974,7 +974,7 @@ +@@ -974,7 +970,7 @@ if (xgp->global_options & RX_NOPROCLOCK) return; #if !(OSX) @@ -53,7 +66,7 @@ if (getuid() != 0) fprintf(xgp->errout,"%s: xdd_schedule_options: You must be super user to lock processes\n",xgp->progname); #endif -@@ -985,7 +985,7 @@ +@@ -985,7 +981,7 @@ perror("Reason"); } if (xgp->global_options & RX_MAXPRI) { @@ -62,7 +75,7 @@ if (getuid() != 0) fprintf(xgp->errout,"%s: xdd_schedule_options: You must be super user to max priority\n",xgp->progname); #endif -@@ -1127,7 +1127,7 @@ +@@ -1127,7 +1123,7 @@ #endif #if (IRIX || SOLARIS || HPUX || AIX || ALTIX) struct stat64 statbuf; /* buffer for file statistics */ diff -Naur benchmarks/xdd/files/patch-parse.c benchmarks/xdd/files/patch-parse.c --- benchmarks/xdd/files/patch-parse.c 2007-12-21 07:25:47.000000000 -0800 +++ benchmarks/xdd/files/patch-parse.c 2012-02-15 22:19:47.555136372 -0800 @@ -1,5 +1,5 @@ ---- parse.c.orig Fri Mar 16 07:10:44 2007 -+++ parse.c Fri Mar 16 07:11:44 2007 +--- parse.c.orig 2012-02-15 22:02:57.832134671 -0800 ++++ parse.c 2012-02-15 22:02:57.878141191 -0800 @@ -810,7 +810,7 @@ xddfunc_delay(int32_t argc, char *argv[]) { @@ -18,3 +18,30 @@ } /*----------------------------------------------------------------------------*/ // Set the maximum runtime priority +@@ -1448,7 +1448,7 @@ + #if (LINUXUP || HPUX || OSX) + cpus = 1; + fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname); +-#elif (SOLARIS || AIX) ++#elif (SOLARIS || AIX || FreeBSD) + /* SOLARIS or AIX */ + cpus = sysconf(_SC_NPROCESSORS_ONLN); + #elif (IRIX || WIN32) +@@ -1764,7 +1764,7 @@ + #if (LINUXUP || HPUX || OSX) + cpus = 1; + fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname); +-#elif (SOLARIS || AIX) ++#elif (SOLARIS || AIX || FreeBSD) + /* SOLARIS or AIX */ + cpus = sysconf(_SC_NPROCESSORS_ONLN); + #elif (IRIX || WIN32) +@@ -2057,7 +2057,7 @@ + #if (LINUXUP || HPUX || OSX) + cpus = 1; + fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname); +-#elif (SOLARIS || AIX) ++#elif (SOLARIS || AIX || FreeBSD) + /* SOLARIS or AIX */ + cpus = sysconf(_SC_NPROCESSORS_ONLN); + #elif (IRIX || WIN32) diff -Naur benchmarks/xdd/files/patch-xdd.h benchmarks/xdd/files/patch-xdd.h --- benchmarks/xdd/files/patch-xdd.h 2007-12-21 07:25:47.000000000 -0800 +++ benchmarks/xdd/files/patch-xdd.h 2012-02-15 22:01:19.438135496 -0800 @@ -1,5 +1,19 @@ ---- xdd.h.orig Fri Mar 16 06:35:11 2007 -+++ xdd.h Fri Mar 16 07:04:35 2007 +--- xdd.h.orig 2012-02-15 22:00:06.595144141 -0800 ++++ xdd.h 2012-02-15 22:01:01.868152911 -0800 +@@ -30,12 +30,12 @@ + #include + #include + #include ++#include + #ifdef WIN32 + #include + #include + #include + #include +-#include + #include + #include + #include @@ -48,7 +48,7 @@ #include #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:30:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A68A610656AB; Thu, 16 Feb 2012 07:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 777A28FC08; Thu, 16 Feb 2012 07:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G7UOQh015420; Thu, 16 Feb 2012 07:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G7UOmV015413; Thu, 16 Feb 2012 07:30:24 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 07:30:24 GMT Message-Id: <201202160730.q1G7UOmV015413@freefall.freebsd.org> To: yanegomi@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165197: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:30:24 -0000 Synopsis: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 16 07:30:23 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165197 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645421065670 for ; Thu, 16 Feb 2012 07:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE548FC18 for ; Thu, 16 Feb 2012 07:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G7eFOi030785 for ; Thu, 16 Feb 2012 07:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G7eFAP030784; Thu, 16 Feb 2012 07:40:15 GMT (envelope-from gnats) Date: Thu, 16 Feb 2012 07:40:15 GMT Message-Id: <201202160740.q1G7eFAP030784@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165197: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:40:15 -0000 The following reply was made to PR ports/165197; it has been noted by GNATS. From: Edwin Groothuis To: g.gonter@ieee.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165197: [patch] benchmarks/xdd: fix CPU detection slew of string.h compile time warnings Date: Thu, 16 Feb 2012 07:30:19 UT Maintainer of benchmarks/xdd, Please note that PR ports/165197 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165197 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 07:48:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01851065672; Thu, 16 Feb 2012 07:48:14 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E774B8FC13; Thu, 16 Feb 2012 07:48:13 +0000 (UTC) Received: by lagz14 with SMTP id z14so2995500lag.13 for ; Wed, 15 Feb 2012 23:48:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Avtx2WSIWIFPbL1hF5535nxrqvofM1w0huy/VsCmXYc=; b=OV7UTZLk+tNWowpMqi3ZomIcjjTYU+mqJrCmhazZWSW0KjPXXn6gzgJmxOlonlKIAV FHKERhSLKrh3S+i3xWq+RimurdrEstGdGgMWkMNeZJSuTPiAythTYck0FSEn7FWw5MqH G+xK2ZnTb9S4jXDEHVIhVyK7/EXsKBKZUEVyU= Received: by 10.152.129.69 with SMTP id nu5mr972578lab.9.1329377047284; Wed, 15 Feb 2012 23:24:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.135.65 with HTTP; Wed, 15 Feb 2012 23:23:47 -0800 (PST) In-Reply-To: <201202160712.q1G7CUGj087791@freefall.freebsd.org> References: <201202160712.q1G7CUGj087791@freefall.freebsd.org> From: Christer Edwards Date: Thu, 16 Feb 2012 00:23:47 -0700 Message-ID: To: jgh@freebsd.org Content-Type: multipart/mixed; boundary=f46d042c647bad0cfa04b90fb609 Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/165196: sysutils/salt port update (0.9.6->0.9.7) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 07:48:14 -0000 --f46d042c647bad0cfa04b90fb609 Content-Type: text/plain; charset=UTF-8 On Thu, Feb 16, 2012 at 12:12 AM, wrote: > Please submit a diff for updates. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html > Thanks\! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165196 attached --f46d042c647bad0cfa04b90fb609 Content-Type: text/x-patch; charset=US-ASCII; name="salt-0.9.7.diff" Content-Disposition: attachment; filename="salt-0.9.7.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gypgohdf0 ZGlmZiAtcnVOIHNhbHQvTWFrZWZpbGUgc2FsdC0wLjkuNy9NYWtlZmlsZQotLS0gc2FsdC9NYWtl ZmlsZQkyMDEyLTAxLTI1IDAwOjE5OjM1LjAwMDAwMDAwMCAtMDcwMAorKysgc2FsdC0wLjkuNy9N YWtlZmlsZQkyMDEyLTAyLTE1IDEyOjM4OjE0Ljk4MDQzNTM0MiAtMDcwMApAQCAtNiw3ICs2LDcg QEAKICMKIAogUE9SVE5BTUU9CXNhbHQKLVBPUlRWRVJTSU9OPQkwLjkuNgorUE9SVFZFUlNJT049 CTAuOS43CiBDQVRFR09SSUVTPQlzeXN1dGlscyBweXRob24KIE1BU1RFUl9TSVRFUz0JaHR0cHM6 Ly9naXRodWIuY29tL2Rvd25sb2Fkcy9zYWx0c3RhY2svc2FsdC8KIApkaWZmIC1ydU4gc2FsdC9k aXN0aW5mbyBzYWx0LTAuOS43L2Rpc3RpbmZvCi0tLSBzYWx0L2Rpc3RpbmZvCTIwMTItMDEtMjUg MDA6MTY6MTguMDAwMDAwMDAwIC0wNzAwCisrKyBzYWx0LTAuOS43L2Rpc3RpbmZvCTIwMTItMDIt MTUgMTI6NDE6MjEuMDE1NDMzMjE2IC0wNzAwCkBAIC0xLDIgKzEsMiBAQAotU0hBMjU2IChzYWx0 LTAuOS42LnRhci5neikgPSBmNzA0ZWJiYjU1MDAwNDA1ZDM0ODY3YTE5N2FmY2Y3MWY3NTdiODE3 OWU1ZjlhMzAyYTljNGNhZGM2Zjc2MjhhCi1TSVpFIChzYWx0LTAuOS42LnRhci5neikgPSAyMjUz MDcKK1NIQTI1NiAoc2FsdC0wLjkuNy50YXIuZ3opID0gZjM1NjJkNWU5MmI4OTZhYzM2ZTQxN2M3 ODU0MzZlMzY5NzczNmQ1NjE1M2JjYWNlOTU3ZjY0MWUyYTVkYmMyMAorU0laRSAoc2FsdC0wLjku Ny50YXIuZ3opID0gMjQ1Mjk5CmRpZmYgLXJ1TiBzYWx0L3BrZy1kZXNjciBzYWx0LTAuOS43L3Br Zy1kZXNjcgotLS0gc2FsdC9wa2ctZGVzY3IJMjAxMS0xMi0yNiAxMzo1Mjo1My4wMDAwMDAwMDAg LTA3MDAKKysrIHNhbHQtMC45LjcvcGtnLWRlc2NyCTIwMTItMDItMTUgMTU6NTU6NTcuMTM1NTc1 NTc4IC0wNzAwCkBAIC0xLDcgKzEsNyBAQAogU2FsdCA6IFJlbW90ZSBFeGVjdXRpb24gYW5kIFN0 YXRlIE1hbmFnZXIKID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CiAKLVNh bHQgaXMgYSBwb3dlcmZ1bCByZW1vdGUgZXhlY3V0aW9uIGFuZCBzdGF0ZSBtYW5hZ2VyIHRoYXQg Y2FuIGJlCitTYWx0IGlzIGEgcG93ZXJmdWwgcmVtb3RlIGV4ZWN1dGlvbiBhbmQgY29uZmlndXJh dGlvbiBtYW5hZ2VyIHRoYXQgY2FuIGJlCiB1c2VkIHRvIGFkbWluaXN0ZXIgc2VydmVycyBpbiBh IGZhc3QgYW5kIGVmZmljaWVudCB3YXkuCiAKIFdXVzoJaHR0cDovL3NhbHRzdGFjay5vcmcKZGlm ZiAtcnVOIHNhbHQvcGtnLXBsaXN0IHNhbHQtMC45LjcvcGtnLXBsaXN0Ci0tLSBzYWx0L3BrZy1w bGlzdAkyMDEyLTAxLTI1IDAwOjE2OjE4LjAwMDAwMDAwMCAtMDcwMAorKysgc2FsdC0wLjkuNy9w a2ctcGxpc3QJMjAxMi0wMi0xNSAxMjo0ODozNi40MzA3NDk0MjYgLTA3MDAKQEAgLTEwMSw2ICsx MDEsOSBAQAogJSVQWVRIT05fU0lURUxJQkRJUiUlL3NhbHQvbW9kdWxlcy9mcmVlYnNkcGtnLnB5 CiAlJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9tb2R1bGVzL2ZyZWVic2Rwa2cucHljCiAlJVBZ VEhPTl9TSVRFTElCRElSJSUvc2FsdC9tb2R1bGVzL2ZyZWVic2Rwa2cucHlvCislJVBZVEhPTl9T SVRFTElCRElSJSUvc2FsdC9tb2R1bGVzL2ZyZWVic2RzZXJ2aWNlLnB5CislJVBZVEhPTl9TSVRF TElCRElSJSUvc2FsdC9tb2R1bGVzL2ZyZWVic2RzZXJ2aWNlLnB5YworJSVQWVRIT05fU0lURUxJ QkRJUiUlL3NhbHQvbW9kdWxlcy9mcmVlYnNkc2VydmljZS5weW8KICUlUFlUSE9OX1NJVEVMSUJE SVIlJS9zYWx0L21vZHVsZXMvZ2VudG9vX3NlcnZpY2UucHkKICUlUFlUSE9OX1NJVEVMSUJESVIl JS9zYWx0L21vZHVsZXMvZ2VudG9vX3NlcnZpY2UucHljCiAlJVBZVEhPTl9TSVRFTElCRElSJSUv c2FsdC9tb2R1bGVzL2dlbnRvb19zZXJ2aWNlLnB5bwpAQCAtMTE2LDYgKzExOSw5IEBACiAlJVBZ VEhPTl9TSVRFTElCRElSJSUvc2FsdC9tb2R1bGVzL2ttb2QucHkKICUlUFlUSE9OX1NJVEVMSUJE SVIlJS9zYWx0L21vZHVsZXMva21vZC5weWMKICUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L21v ZHVsZXMva21vZC5weW8KKyUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L21vZHVsZXMva3ZtX2h5 cGVyLnB5CislJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9tb2R1bGVzL2t2bV9oeXBlci5weWMK KyUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L21vZHVsZXMva3ZtX2h5cGVyLnB5bwogJSVQWVRI T05fU0lURUxJQkRJUiUlL3NhbHQvbW9kdWxlcy9saW51eF9zeXNjdGwucHkKICUlUFlUSE9OX1NJ VEVMSUJESVIlJS9zYWx0L21vZHVsZXMvbGludXhfc3lzY3RsLnB5YwogJSVQWVRIT05fU0lURUxJ QkRJUiUlL3NhbHQvbW9kdWxlcy9saW51eF9zeXNjdGwucHlvCkBAIC0yNjYsNiArMjcyLDkgQEAK ICUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L3J1bm5lcnMvX19pbml0X18ucHkKICUlUFlUSE9O X1NJVEVMSUJESVIlJS9zYWx0L3J1bm5lcnMvX19pbml0X18ucHljCiAlJVBZVEhPTl9TSVRFTElC RElSJSUvc2FsdC9ydW5uZXJzL19faW5pdF9fLnB5bworJSVQWVRIT05fU0lURUxJQkRJUiUlL3Nh bHQvcnVubmVycy9qb2JzLnB5CislJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9ydW5uZXJzL2pv YnMucHljCislJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9ydW5uZXJzL2pvYnMucHlvCiAlJVBZ VEhPTl9TSVRFTElCRElSJSUvc2FsdC9ydW5uZXJzL21hbmFnZS5weQogJSVQWVRIT05fU0lURUxJ QkRJUiUlL3NhbHQvcnVubmVycy9tYW5hZ2UucHljCiAlJVBZVEhPTl9TSVRFTElCRElSJSUvc2Fs dC9ydW5uZXJzL21hbmFnZS5weW8KQEAgLTI5OSw2ICszMDgsOSBAQAogJSVQWVRIT05fU0lURUxJ QkRJUiUlL3NhbHQvc3RhdGVzL215c3FsX2RhdGFiYXNlLnB5CiAlJVBZVEhPTl9TSVRFTElCRElS JSUvc2FsdC9zdGF0ZXMvbXlzcWxfZGF0YWJhc2UucHljCiAlJVBZVEhPTl9TSVRFTElCRElSJSUv c2FsdC9zdGF0ZXMvbXlzcWxfZGF0YWJhc2UucHlvCislJVBZVEhPTl9TSVRFTElCRElSJSUvc2Fs dC9zdGF0ZXMvbXlzcWxfZ3JhbnRzLnB5CislJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9zdGF0 ZXMvbXlzcWxfZ3JhbnRzLnB5YworJSVQWVRIT05fU0lURUxJQkRJUiUlL3NhbHQvc3RhdGVzL215 c3FsX2dyYW50cy5weW8KICUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L3N0YXRlcy9teXNxbF91 c2VyLnB5CiAlJVBZVEhPTl9TSVRFTElCRElSJSUvc2FsdC9zdGF0ZXMvbXlzcWxfdXNlci5weWMK ICUlUFlUSE9OX1NJVEVMSUJESVIlJS9zYWx0L3N0YXRlcy9teXNxbF91c2VyLnB5bwo= --f46d042c647bad0cfa04b90fb609-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 08:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35CEB106564A for ; Thu, 16 Feb 2012 08:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5A28FC17 for ; Thu, 16 Feb 2012 08:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G8ABaH059380 for ; Thu, 16 Feb 2012 08:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G8ABob059379; Thu, 16 Feb 2012 08:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 08:10:11 GMT Resent-Message-Id: <201202160810.q1G8ABob059379@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "andy.lavr@gmail.com" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43E21065675 for ; Thu, 16 Feb 2012 08:00:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BCE358FC0C for ; Thu, 16 Feb 2012 08:00:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1G80Y2j096731 for ; Thu, 16 Feb 2012 08:00:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1G80YP7096730; Thu, 16 Feb 2012 08:00:34 GMT (envelope-from nobody) Message-Id: <201202160800.q1G80YP7096730@red.freebsd.org> Date: Thu, 16 Feb 2012 08:00:34 GMT From: "andy.lavr@gmail.com" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165198: [ERROR] cannot build net-im/telepathy-glib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 08:10:12 -0000 >Number: 165198 >Category: ports >Synopsis: [ERROR] cannot build net-im/telepathy-glib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 08:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: andy.lavr@gmail.com >Release: FreeBSD 8.2-STABLE >Organization: Technica-03, Inc. >Environment: FreeBSD hp.technica-03.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Feb 15 12:30:11 EET 2012 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 >Description: gnome-libtool: link: ranlib .libs/libtelepathy-glib.a gnome-libtool: link: rm -fr .libs/libtelepathy-glib.lax gnome-libtool: link: ( cd ".libs" && rm -f "libtelepathy-glib.la" && ln -s "../libtelepathy-glib.la" "libtelepathy-glib.la" ) sed -e 's/gpointer self/TpProxy *self/' < proxy.h > _gen/proxy-introspectable.h /usr/local/bin/g-ir-scanner -v \ --namespace TelepathyGLib \ --nsversion=0.12 \ --identifier-prefix=Tp \ -I.. \ -I.. \ --include=GLib-2.0 \ --include=Gio-2.0 \ --libtool="../libtool" \ --library=libtelepathy-glib.la \ --pkg gio-2.0 \ --pkg dbus-glib-1 \ --pkg-export telepathy-glib \ --c-include="telepathy-glib/telepathy-glib.h" \ --warn-all \ --output _gen/TelepathyGLib-0.12.gir.tmp \ ./proxy.c _gen/proxy-introspectable.h ./account.c ./account.h ./account-channel-request.c ./account-channel-request.h ./account-manager.c ./account-manager.h ./connection.c ./connection.h ./connection-handles.c ./connection-contact-info.c ./protocol.c ./protocol.h ./connection-manager.c ./connection-manager.h ./channel.c ./channel.h ./handle.c ./handle.h ./handle-channels-context.c ./handle-channels-context.h ./dbus-daemon.c ./dbus-daemon.h ./interfaces.c ./interfaces.h ./intset.c ./intset.h ./dbus.c ./dbus.h ./capabilities.c ./capabilities.h ./contact.c ./contact.h ./defs.h ./debug.c ./debug.h ./base-client.c ./base-client.h ./simple-approver.c ./simple-approver.h ./simple-handler.c ./simple-handler.h ./simple-observer.c ./simple-observer.h ./dbus-properties-mixin.c ./dbus-properties-mixin.h ./contacts-mixin.c ./contacts-mixin.h ./group-mixin.c ./group-mixin.h ./presence-mixin.c ./presence-mixin.h ./channel-dispatch-operation.c ./channel-dispatch-operation.h ./channe l-request.c ./channel-request.h ./observe-channels-context.c ./observe-channels-context.h ./add-dispatch-operation-context.c ./add-dispatch-operation-context.h ./protocol.c ./protocol.h ./base-connection.c ./base-connection.h ./handle-repo.c ./handle-repo.h ./handle-set.c ./errors.c ./errors.h _gen/telepathy-enums.h /usr/include/machine/endian.h:123: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at '{' /usr/include/machine/endian.h:123: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at ';' /usr/include/machine/endian.h:130: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at '{' /usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" (__X)); __X; }));' at ';' _gen/proxy-introspectable.h:56: Warning: TelepathyGLib: symbol='NUM_TP_DBUS_ERRORS': Unknown namespace for symbol 'NUM_TP_DBUS_ERRORS' account-manager.h:100: Warning: TelepathyGLib: symbol='MC5_BUS_NAME': Unknown namespace for symbol 'MC5_BUS_NAME' protocol.h:1161: Warning: TelepathyGLib: symbol='PROTOCOL_PREFIX_LEN': Unknown namespace for symbol 'PROTOCOL_PREFIX_LEN' defs.h:65: Warning: TelepathyGLib: symbol='NUM_TP_CONTACT_FEATURES': Unknown namespace for symbol 'NUM_TP_CONTACT_FEATURES' protocol.h:1161: Warning: TelepathyGLib: symbol='PROTOCOL_PREFIX_LEN': Unknown namespace for symbol 'PROTOCOL_PREFIX_LEN' _gen/telepathy-enums.h:26: Warning: TelepathyGLib: symbol='NUM_TP_HANDLE_TYPES': Unknown namespace for symbol 'NUM_TP_HANDLE_TYPES' _gen/telepathy-enums.h:33: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_STATUSES': Unknown namespace for symbol 'NUM_TP_CONNECTION_STATUSES' _gen/telepathy-enums.h:54: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_STATUS_REASONS': Unknown namespace for symbol 'NUM_TP_CONNECTION_STATUS_REASONS' _gen/telepathy-enums.h:91: Warning: TelepathyGLib: symbol='NUM_TP_CONNECTION_PRESENCE_TYPES': Unknown namespace for symbol 'NUM_TP_CONNECTION_PRESENCE_TYPES' _gen/telepathy-enums.h:99: Warning: TelepathyGLib: symbol='NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES': Unknown namespace for symbol 'NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES' _gen/telepathy-enums.h:110: Warning: TelepathyGLib: symbol='NUM_TP_SERVICE_POINT_TYPES': Unknown namespace for symbol 'NUM_TP_SERVICE_POINT_TYPES' _gen/telepathy-enums.h:119: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_CONTACT_SEARCH_STATES': Unknown namespace for symbol 'NUM_TP_CHANNEL_CONTACT_SEARCH_STATES' _gen/telepathy-enums.h:129: Warning: TelepathyGLib: symbol='NUM_TP_FILE_TRANSFER_STATES': Unknown namespace for symbol 'NUM_TP_FILE_TRANSFER_STATES' _gen/telepathy-enums.h:139: Warning: TelepathyGLib: symbol='NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS': Unknown namespace for symbol 'NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS' _gen/telepathy-enums.h:147: Warning: TelepathyGLib: symbol='NUM_TP_FILE_HASH_TYPES': Unknown namespace for symbol 'NUM_TP_FILE_HASH_TYPES' _gen/telepathy-enums.h:153: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_TYPES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_TYPES' _gen/telepathy-enums.h:160: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_STATES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_STATES' _gen/telepathy-enums.h:168: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_DIRECTIONS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_DIRECTIONS' _gen/telepathy-enums.h:192: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_TEXT_SEND_ERRORS': Unknown namespace for symbol 'NUM_TP_CHANNEL_TEXT_SEND_ERRORS' _gen/telepathy-enums.h:201: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES': Unknown namespace for symbol 'NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES' _gen/telepathy-enums.h:214: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_TYPES': Unknown namespace for symbol 'NUM_TP_TUBE_TYPES' _gen/telepathy-enums.h:221: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_STATES': Unknown namespace for symbol 'NUM_TP_TUBE_STATES' _gen/telepathy-enums.h:239: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_CHAT_STATES': Unknown namespace for symbol 'NUM_TP_CHANNEL_CHAT_STATES' _gen/telepathy-enums.h:259: Warning: TelepathyGLib: symbol='NUM_TP_DTMF_EVENTS': Unknown namespace for symbol 'NUM_TP_DTMF_EVENTS' _gen/telepathy-enums.h:292: Warning: TelepathyGLib: symbol='NUM_TP_CHANNEL_GROUP_CHANGE_REASONS': Unknown namespace for symbol 'NUM_TP_CHANNEL_GROUP_CHANGE_REASONS' _gen/telepathy-enums.h:300: Warning: TelepathyGLib: symbol='NUM_TP_LOCAL_HOLD_STATES': Unknown namespace for symbol 'NUM_TP_LOCAL_HOLD_STATES' _gen/telepathy-enums.h:307: Warning: TelepathyGLib: symbol='NUM_TP_LOCAL_HOLD_STATE_REASONS': Unknown namespace for symbol 'NUM_TP_LOCAL_HOLD_STATE_REASONS' _gen/telepathy-enums.h:329: Warning: TelepathyGLib: symbol='NUM_TP_DELIVERY_STATUSES': Unknown namespace for symbol 'NUM_TP_DELIVERY_STATUSES' _gen/telepathy-enums.h:348: Warning: TelepathyGLib: symbol='NUM_TP_TUBE_CHANNEL_STATES': Unknown namespace for symbol 'NUM_TP_TUBE_CHANNEL_STATES' _gen/telepathy-enums.h:356: Warning: TelepathyGLib: symbol='NUM_TP_SOCKET_ADDRESS_TYPES': Unknown namespace for symbol 'NUM_TP_SOCKET_ADDRESS_TYPES' _gen/telepathy-enums.h:364: Warning: TelepathyGLib: symbol='NUM_TP_SOCKET_ACCESS_CONTROLS': Unknown namespace for symbol 'NUM_TP_SOCKET_ACCESS_CONTROLS' _gen/telepathy-enums.h:376: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_ERRORS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_ERRORS' _gen/telepathy-enums.h:382: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_BASE_PROTOS': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_BASE_PROTOS' _gen/telepathy-enums.h:389: Warning: TelepathyGLib: symbol='NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES': Unknown namespace for symbol 'NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES' _gen/telepathy-enums.h:411: Warning: TelepathyGLib: symbol='NUM_TP_DEBUG_LEVELS': Unknown namespace for symbol 'NUM_TP_DEBUG_LEVELS' _gen/telepathy-enums.h:418: Warning: TelepathyGLib: symbol='NUM_TP_TLS_CERTIFICATE_STATES': Unknown namespace for symbol 'NUM_TP_TLS_CERTIFICATE_STATES' _gen/telepathy-enums.h:432: Warning: TelepathyGLib: symbol='NUM_TP_TLS_CERTIFICATE_REJECT_REASONS': Unknown namespace for symbol 'NUM_TP_TLS_CERTIFICATE_REJECT_REASONS' g-ir-scanner: compile: cc -std=gnu99 -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fstack-protector -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -s -I.. -I.. -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/include/gio-unix-2.0/ -c -o /usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib/tmp-introspectHTQaU8/TelepathyGLib-0.12.o /usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib/tmp-introspectHTQaU8/TelepathyGLib-0.12.c g-ir-scanner: link: ../libtool --mode=link --tag=CC --silent cc -std=gnu99 -o /usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib/tmp-introspectHTQaU8/TelepathyGLib-0.12 -export-dynamic -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fstack-protector -fno-delete-null-pointer-checks -fno-strict-aliasing -Wformat -Wformat-security -s -L. libtelepathy-glib.la -pthread -L/usr/local/lib -lgio-2.0 -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 /usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib/tmp-introspectHTQaU8/TelepathyGLib-0.12.o account.c:2733: Warning: TelepathyGLib: tp_account_get_avatar_finish: Unknown type: 'uint8' dbus.h:56: Warning: TelepathyGLib: Can't find matching type for constructor; symbol='tp_g_value_slice_new_bytes' dbus.h:58: Warning: TelepathyGLib: Can't find matching type for constructor; symbol='tp_g_value_slice_new_take_bytes' dbus.h:60: Warning: TelepathyGLib: Can't find matching type for constructor; symbol='tp_g_value_slice_new_object_path' dbus.h:62: Warning: TelepathyGLib: Can't find matching type for constructor; symbol='tp_g_value_slice_new_static_object_path' dbus.h:64: Warning: TelepathyGLib: Can't find matching type for constructor; symbol='tp_g_value_slice_new_take_object_path' _gen/proxy-introspectable.h:41: Warning: TelepathyGLib: tp_dbus_errors_quark: Couldn't find corresponding enumeration errors.h:31: Warning: TelepathyGLib: tp_errors_quark: Couldn't find corresponding enumeration connection.h:99: Warning: TelepathyGLib: tp_errors_disconnected_quark: Couldn't find corresponding enumeration channel.h:57: Warning: TelepathyGLib: tp_errors_removed_from_group_quark: Couldn't find corresponding enumeration contacts-mixin.h:92: Warning: TelepathyGLib: tp_contacts_mixin_class_get_offset_quark: Couldn't find corresponding enumeration contacts-mixin.h:93: Warning: TelepathyGLib: tp_contacts_mixin_get_offset_quark: Couldn't find corresponding enumeration group-mixin.h:162: Warning: TelepathyGLib: tp_group_mixin_class_get_offset_quark: Couldn't find corresponding enumeration group-mixin.h:163: Warning: TelepathyGLib: tp_group_mixin_get_offset_quark: Couldn't find corresponding enumeration presence-mixin.h:240: Warning: TelepathyGLib: tp_presence_mixin_class_get_offset_quark: Couldn't find corresponding enumeration presence-mixin.h:241: Warning: TelepathyGLib: tp_presence_mixin_get_offset_quark: Couldn't find corresponding enumeration Kludged around GNOME Bug #629668 Kludged around GNOME Bug #629668 Kludged around GNOME Bug #629668 Kludged around GNOME Bug #616375 ./libtool --mode=execute \ /usr/local/bin/g-ir-compiler \ --includedir=. \ --includedir=. \ TelepathyGLib-0.12.gir -o TelepathyGLib-0.12.typelib gmake[3]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' rm _gen/tp-spec-tls-cert.xml _gen/tp-spec-generic.xml _gen/tp-spec-media-session-handler.xml _gen/tp-spec-connection-manager.xml _gen/tp-spec-channel.xml _gen/tp-spec-dbus-daemon.xml _gen/tp-spec-channel-dispatcher.xml _gen/tp-spec-connection.xml _gen/tp-spec-account.xml _gen/tp-spec-account-manager.xml _gen/tp-spec-protocol.xml _gen/tp-spec-channel-request.xml _gen/tp-spec-media-stream-handler.xml _gen/tp-spec-channel-dispatch-operation.xml _gen/tp-spec-debug.xml _gen/tp-spec-client.xml gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' Making all in vala gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' /usr/local/bin/vapigen \ --library telepathy-glib \ --pkg gio-2.0 \ ../telepathy-glib/TelepathyGLib-0.12.gir \ error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories Generation failed: 3 error(s), 0 warning(s) gmake[2]: *** [telepathy-glib.vapi] Ошибка 1 gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' gmake[1]: *** [all-recursive] Ошибка 1 gmake[1]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7' gmake: *** [all] Ошибка 2 *** Error code 1 Stop in /usr/ports/net-im/telepathy-glib. # cd /usr/ports/net-im/telepathy-glib # make ===> Building for telepathy-glib-0.12.7_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7' Making all in m4 gmake[2]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/m4' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/m4' Making all in tools gmake[2]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/tools' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/tools' Making all in spec gmake[2]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/spec' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/spec' Making all in telepathy-glib gmake[2]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake all-am gmake[3]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake[2]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' Making all in vala gmake[2]: Entering directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' /usr/local/bin/vapigen \ --library telepathy-glib \ --pkg gio-2.0 \ ../telepathy-glib/TelepathyGLib-0.12.gir \ error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories Generation failed: 3 error(s), 0 warning(s) gmake[2]: *** [telepathy-glib.vapi] Error 1 gmake[2]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/net-im/telepathy-glib. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 08:10:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE36D106566B; Thu, 16 Feb 2012 08:10:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 811378FC08; Thu, 16 Feb 2012 08:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G8ANdv059582; Thu, 16 Feb 2012 08:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G8ANM9059578; Thu, 16 Feb 2012 08:10:23 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 08:10:23 GMT Message-Id: <201202160810.q1G8ANM9059578@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165198: [ERROR] cannot build net-im/telepathy-glib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 08:10:23 -0000 Synopsis: [ERROR] cannot build net-im/telepathy-glib Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 08:10:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165198 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 09:11:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D7CF1065673; Thu, 16 Feb 2012 09:11:37 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8308FC13; Thu, 16 Feb 2012 09:11:36 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so2252360bkc.13 for ; Thu, 16 Feb 2012 01:11:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=n4znOhM4MeySWi0nGuEH2v1b51T4WijZhM8RIbjLiww=; b=VOyNy6Q/4KRehVpR51T+WLGIN4VidvHN6TCD4oloR/ZQKSvqkgdyZEBsTOv0JhdM54 98zRM4BloBB20n50v0mprlpxogZH+H0nQ/vdpZ+n9PYmsFjeKbDEUp9qNLXbGgPgGnqR ghfEUoR892irxdch/Y0ijZ2/jsQLBd66sgfJs= Received: by 10.204.145.145 with SMTP id d17mr761585bkv.77.1329383494161; Thu, 16 Feb 2012 01:11:34 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id x22sm11398158bkw.11.2012.02.16.01.11.31 (version=SSLv3 cipher=OTHER); Thu, 16 Feb 2012 01:11:31 -0800 (PST) Message-ID: <4F3CC863.3020101@gmail.com> Date: Thu, 16 Feb 2012 10:12:03 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120214 Thunderbird/10.0.1 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> <20120214171056.GB23952@dormouse.experts-exchange.com> In-Reply-To: <20120214171056.GB23952@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 09:11:37 -0000 On 14/02/2012 18:10, Jason Helfman wrote: > On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus spake: >> On 12/02/2012 07:01, Jason Helfman wrote: >>> On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >>>> On 11/02/2012 00:07, Jason Helfman wrote: >>>>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>>>> >>>>>>> State-Changed-From-To: closed->open >>>>>>> State-Changed-By: miwi >>>>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>>>> State-Changed-Why: >>>>>>> reopen >>>>>>> >>>>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>>>> >>>>>> Mmm, maybe this PR will be committed in 2049. >>>>>> >>>>>> -- >>>>>> David Demelier >>>>> >>>>> In miwi defense , he had asked regarding compiler errors back on July >>>>> 2nd. >>>>> Only a couple of days after it was submitted, and there was no >>>>> reply to >>>>> that >>>>> request. It seems either it is the same issue, or maybe a new >>>>> issue. The >>>>> old >>>>> log wasn't available for compariso or analysis. >>>>> >>>>> I did a fresh build here, and recevied compiler errors across the >>>>> board. >>>>> >>>>> https://redports.org/buildarchive/20120210234431-57597/ >>>>> >>>>> -jgh >>>>> >>>> >>>> Are you sure ? >>>> >>>> From miwi the 02/07/2011 but I agree with you there was no feedback >>>> because I only replied to miwi@ and forgot to cc the PR email. >>>> >>>> -- Message from miwi 02/07/2011 16:13 -- >>>> >>>> think we can try that :) will test and report to you back. >>>> >>>> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >>>> wrote: >>>> >>>> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >>>> >>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>> >>>> State-Changed-From-To: open->feedback >>>> State-Changed-By: miwi >>>> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >>>> State-Changed-Why: >>>> build failed >>>> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>> >>>> >>>> Hi, I'm not used to QT components, could you try to add >>>> "opengl_build" in the QT_COMPONENTS= variable ? >>>> >>> >>> Same error: >>> http://redports.org/buildarchive/20120211185111-33188/ >>> >>> -jgh >> >> I updated the port to 0.8.0 version and confirm that it successfully >> build on my 9.0-RELEASE amd64 box. I've just added opengl_build, I had >> no Qt libraries (of any type) before the build, only X11. >> >> Please take a look at the new shar file. >> >> cheers, >> >> -- >> David Demelier > > Here is the new build: > https://redports.org/buildarchive/20120214065224-54/ > > -jgh > Is qt4-opengl installed ? -- David Demelier From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 09:21:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F4F106564A; Thu, 16 Feb 2012 09:21:05 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E91EC8FC0A; Thu, 16 Feb 2012 09:21:04 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so2261691bkc.13 for ; Thu, 16 Feb 2012 01:21:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ehIlgceTeGZxkcN7prMaOg9ORX7OghmIW8JTHNXnCxQ=; b=C8Q+/ELaeysFkxIpiD3Hlwgz3IbiF4qIKd5jm/l9/WjMwgWzbSxG9NbqCG1Oc2yKWn H0qUvivpUXQCck3tlmfeXjYedHAXBsZgoLPV3qUs99QWdEdbff4W+1153JBvNt2Nuxwj 53OW0K1gt11vUontrBlPbp86cGtNeMSFGiGto= Received: by 10.205.112.6 with SMTP id eq6mr812811bkc.16.1329384063479; Thu, 16 Feb 2012 01:21:03 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id jd17sm11542891bkb.4.2012.02.16.01.21.01 (version=SSLv3 cipher=OTHER); Thu, 16 Feb 2012 01:21:01 -0800 (PST) Message-ID: <4F3CCA9D.4040709@gmail.com> Date: Thu, 16 Feb 2012 10:21:33 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120214 Thunderbird/10.0.1 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> <20120214171056.GB23952@dormouse.experts-exchange.com> In-Reply-To: <20120214171056.GB23952@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 09:21:05 -0000 On 14/02/2012 18:10, Jason Helfman wrote: > On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus spake: >> On 12/02/2012 07:01, Jason Helfman wrote: >>> On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >>>> On 11/02/2012 00:07, Jason Helfman wrote: >>>>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>>>> >>>>>>> State-Changed-From-To: closed->open >>>>>>> State-Changed-By: miwi >>>>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>>>> State-Changed-Why: >>>>>>> reopen >>>>>>> >>>>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>>>> >>>>>> Mmm, maybe this PR will be committed in 2049. >>>>>> >>>>>> -- >>>>>> David Demelier >>>>> >>>>> In miwi defense , he had asked regarding compiler errors back on July >>>>> 2nd. >>>>> Only a couple of days after it was submitted, and there was no >>>>> reply to >>>>> that >>>>> request. It seems either it is the same issue, or maybe a new >>>>> issue. The >>>>> old >>>>> log wasn't available for compariso or analysis. >>>>> >>>>> I did a fresh build here, and recevied compiler errors across the >>>>> board. >>>>> >>>>> https://redports.org/buildarchive/20120210234431-57597/ >>>>> >>>>> -jgh >>>>> >>>> >>>> Are you sure ? >>>> >>>> From miwi the 02/07/2011 but I agree with you there was no feedback >>>> because I only replied to miwi@ and forgot to cc the PR email. >>>> >>>> -- Message from miwi 02/07/2011 16:13 -- >>>> >>>> think we can try that :) will test and report to you back. >>>> >>>> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >>>> wrote: >>>> >>>> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >>>> >>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>> >>>> State-Changed-From-To: open->feedback >>>> State-Changed-By: miwi >>>> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >>>> State-Changed-Why: >>>> build failed >>>> http://tb.smeets.im/tb/index.php?action=describe_port&id=509 >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=158533 >>>> >>>> >>>> Hi, I'm not used to QT components, could you try to add >>>> "opengl_build" in the QT_COMPONENTS= variable ? >>>> >>> >>> Same error: >>> http://redports.org/buildarchive/20120211185111-33188/ >>> >>> -jgh >> >> I updated the port to 0.8.0 version and confirm that it successfully >> build on my 9.0-RELEASE amd64 box. I've just added opengl_build, I had >> no Qt libraries (of any type) before the build, only X11. >> >> Please take a look at the new shar file. >> >> cheers, >> >> -- >> David Demelier > > Here is the new build: > https://redports.org/buildarchive/20120214065224-54/ > > -jgh > Here, when I build the include path /usr/local/include/qt4/QtOpenGl is added to the c++ flags : g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4 -I../libtiled -I/usr/local/include -I.moc -I.uic -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o mapview.cpp I can see that your build do not include this path : g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I../libtiled -I.moc -I.uic -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o mapview.cpp But I can't figure out why you don't have the include path. Is qt4-opengl installed? Cheers, -- David Demelier From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 09:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69617106566C for ; Thu, 16 Feb 2012 09:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 410758FC1B for ; Thu, 16 Feb 2012 09:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1G9eC9Y046266 for ; Thu, 16 Feb 2012 09:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1G9eCuq046265; Thu, 16 Feb 2012 09:40:12 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 09:40:12 GMT Resent-Message-Id: <201202160940.q1G9eCuq046265@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2190F1065674 for ; Thu, 16 Feb 2012 09:36:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D00C48FC1F for ; Thu, 16 Feb 2012 09:36:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1G9aHQd078019 for ; Thu, 16 Feb 2012 09:36:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1G9aHWZ078018; Thu, 16 Feb 2012 09:36:17 GMT (envelope-from nobody) Message-Id: <201202160936.q1G9aHWZ078018@red.freebsd.org> Date: Thu, 16 Feb 2012 09:36:17 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165199: www/linux-f10-flashplugin: update to 11.1.r102.62 [patch] [redports] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 09:40:12 -0000 >Number: 165199 >Category: ports >Synopsis: www/linux-f10-flashplugin: update to 11.1.r102.62 [patch] [redports] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 09:40:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9 >Organization: >Environment: FreeBSD green.tandem.local 9.0-STABLE FreeBSD 9.0-STABLE #0 r231745: Wed Feb 15 11:22:23 EET 2012 arcade@green.tandem.local:/usr/obj/usr/src/sys/MINIMAL_4BSD amd64 >Description: New flash version arrived. Works for me. Build on redports pending. https://redports.org/buildarchive/20120216103046-54371/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/www/linux-f10-flashplugin11/Makefile linux-f10-flashplugin11/Makefile --- /usr/ports/www/linux-f10-flashplugin11/Makefile 2011-11-13 00:04:56.321002681 +0200 +++ linux-f10-flashplugin11/Makefile 2012-02-16 11:24:08.537843971 +0200 @@ -3,11 +3,11 @@ # Whom: Naoki Tsurutani # Based on: www/linux-f10-flashplugin10 # # $FreeBSD: ports/www/linux-f10-flashplugin11/Makefile,v 1.29 2011/11/12 15:35:14 eadler Exp $ # PORTNAME= flashplugin -PORTVERSION= 11.1r102.55 +PORTVERSION= 11.1r102.62 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ ftp://ftp.ipt.ru/pub/download/:suplib \ diff -urN /usr/ports/www/linux-f10-flashplugin11/distinfo linux-f10-flashplugin11/distinfo --- /usr/ports/www/linux-f10-flashplugin11/distinfo 2011-11-13 00:04:56.322021760 +0200 +++ linux-f10-flashplugin11/distinfo 2012-02-16 11:23:17.548842418 +0200 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz) = 678e2270cb12821b3685af22428e1122b2d130bc8f12ecc714d3636a00b5ed23 -SIZE (flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz) = 6748255 -SHA256 (flashplugin/11.1r102.55/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.1r102.55/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 \ No newline at end of file +SHA256 (flashplugin/11.1r102.62/install_flash_player_11_linux.i386.tar.gz) = 142f78bb1e28854fbb819b86cd4a5397b3da16435ae1f904a2e1594981cc0b67 +SIZE (flashplugin/11.1r102.62/install_flash_player_11_linux.i386.tar.gz) = 6747720 +SHA256 (flashplugin/11.1r102.62/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.1r102.62/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 11:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAC301065675 for ; Thu, 16 Feb 2012 11:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 943558FC1A for ; Thu, 16 Feb 2012 11:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GBADnE029740 for ; Thu, 16 Feb 2012 11:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GBADWB029739; Thu, 16 Feb 2012 11:10:13 GMT (envelope-from gnats) Date: Thu, 16 Feb 2012 11:10:13 GMT Message-Id: <201202161110.q1GBADWB029739@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mathias Picker Cc: Subject: Re: ports/164714: graphics/rawtherapee fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathias Picker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 11:10:13 -0000 The following reply was made to PR ports/164714; it has been noted by GNATS. From: Mathias Picker To: bug-followup@FreeBSD.org, rotkap@gmx.de Cc: Subject: Re: ports/164714: graphics/rawtherapee fails to build Date: Thu, 16 Feb 2012 12:03:51 +0100 As an additional data point, this seems to be i386 specific, on 8.2, 9.0 and 10-current, see the redports build logs from 9.0: i386: https://redports.org/~mathiasp/20120215172747-58978-10212/rawtherapee-4.0.2.log amd64 works: https://redports.org/~mathiasp/20120215172747-58978-10211/rawtherapee-4.0.2.log CLANG stops with a different error: https://redports.org/~mathiasp/20120215172747-58978-10210/rawtherapee-4.0.2.log From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 11:55:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53BA41065705; Thu, 16 Feb 2012 11:55:30 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 270968FC19; Thu, 16 Feb 2012 11:55:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GBtUuh078687; Thu, 16 Feb 2012 11:55:30 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GBtUcs078683; Thu, 16 Feb 2012 11:55:30 GMT (envelope-from scheidell) Date: Thu, 16 Feb 2012 11:55:30 GMT Message-Id: <201202161155.q1GBtUcs078683@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164850: Update port: graphics/yed: new version 3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 11:55:30 -0000 Synopsis: Update port: graphics/yed: new version 3.9 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Thu Feb 16 11:55:29 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164850 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B25F106566B for ; Thu, 16 Feb 2012 12:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 336FC8FC19 for ; Thu, 16 Feb 2012 12:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCAAma087660 for ; Thu, 16 Feb 2012 12:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCAA63087659; Thu, 16 Feb 2012 12:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 12:10:10 GMT Resent-Message-Id: <201202161210.q1GCAA63087659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Generalov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 138481065742 for ; Thu, 16 Feb 2012 12:01:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D88608FC08 for ; Thu, 16 Feb 2012 12:01:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GC13Nw028392 for ; Thu, 16 Feb 2012 12:01:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GC13Yf028391; Thu, 16 Feb 2012 12:01:03 GMT (envelope-from nobody) Message-Id: <201202161201.q1GC13Yf028391@red.freebsd.org> Date: Thu, 16 Feb 2012 12:01:03 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165201: net-mgmt/net-snmp problem with header freebsd10.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:10:10 -0000 >Number: 165201 >Category: ports >Synopsis: net-mgmt/net-snmp problem with header freebsd10.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 12:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: current >Organization: >Environment: FreeBSD scarp2.rambler.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r230874: Wed Feb 1 21:40:42 UTC 2012 glebius@builder.rambler.ru:/tmp/glebius-build/usr/src/sys/CARP amd64 >Description: header file net-snmp/freebsd10.h patch wrong and not install at all >How-To-Repeat: install net-mgmt/net-snmp and try make any port with snmp support (for instance net/quagga) >Fix: see patch Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/net-mgmt/net-snmp/files/patch-Makefile.in /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/files/patch-Makefile.in --- /usr/ports/net-mgmt/net-snmp/files/patch-Makefile.in 1970-01-01 03:00:00.000000000 +0300 +++ /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/files/patch-Makefile.in 2012-02-16 15:48:08.000000000 +0400 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2012-02-16 14:48:37.000000000 +0400 ++++ Makefile.in 2012-02-16 14:48:55.000000000 +0400 +@@ -19,7 +19,7 @@ + INCLUDESUBDIR=system + INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h \ + darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \ +- freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd7.h freebsd8.h freebsd9.h freebsd.h \ ++ freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd.h \ + generic.h \ + hpux.h irix.h linux.h mingw32.h mips.h netbsd.h osf5.h \ + openbsd.h openbsd5.h openbsd4.h \ diff -ruN --exclude=CVS /usr/ports/net-mgmt/net-snmp/files/patch-freebsd10.h /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/files/patch-freebsd10.h --- /usr/ports/net-mgmt/net-snmp/files/patch-freebsd10.h 2011-10-29 17:42:49.000000000 +0400 +++ /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/files/patch-freebsd10.h 2012-02-16 15:48:08.000000000 +0400 @@ -2,4 +2,4 @@ +++ include/net-snmp/system/freebsd10.h 2009-09-11 10:02:17.000000000 -0400 @@ -0,0 +1,2 @@ +#include "freebsd9.h" -+#define freebsd9 freebsd9 ++#define freebsd10 freebsd10 diff -ruN --exclude=CVS /usr/ports/net-mgmt/net-snmp/pkg-plist /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/pkg-plist --- /usr/ports/net-mgmt/net-snmp/pkg-plist 2012-02-12 15:49:07.000000000 +0400 +++ /home/gd/work/cvs_ports/net-mgmt/net-snmp.patched/pkg-plist 2012-02-16 15:48:08.000000000 +0400 @@ -178,6 +178,7 @@ include/net-snmp/system/freebsd7.h include/net-snmp/system/freebsd8.h include/net-snmp/system/freebsd9.h +include/net-snmp/system/freebsd10.h include/net-snmp/system/generic.h include/net-snmp/system/hpux.h include/net-snmp/system/irix.h ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:10:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 974311065680; Thu, 16 Feb 2012 12:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4AB8FC12; Thu, 16 Feb 2012 12:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCAKYe087864; Thu, 16 Feb 2012 12:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCAKLR087854; Thu, 16 Feb 2012 12:10:20 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 12:10:20 GMT Message-Id: <201202161210.q1GCAKLR087854@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165201: net-mgmt/net-snmp problem with header freebsd10.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:10:20 -0000 Synopsis: net-mgmt/net-snmp problem with header freebsd10.h Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 12:10:19 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165201 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:23:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CD8E106566B; Thu, 16 Feb 2012 12:23:10 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D344B8FC12; Thu, 16 Feb 2012 12:23:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCN9c0006036; Thu, 16 Feb 2012 12:23:09 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCN9S6006032; Thu, 16 Feb 2012 12:23:09 GMT (envelope-from scheidell) Date: Thu, 16 Feb 2012 12:23:09 GMT Message-Id: <201202161223.q1GCN9S6006032@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164979: [maintainer update] net-p2p/retroshare: update to X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:23:10 -0000 Synopsis: [maintainer update] net-p2p/retroshare: update to Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Thu Feb 16 12:23:09 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164979 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:28:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEA21065670; Thu, 16 Feb 2012 12:28:58 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD9048FC0C; Thu, 16 Feb 2012 12:28:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCSwjv006184; Thu, 16 Feb 2012 12:28:58 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCSwTn006180; Thu, 16 Feb 2012 12:28:58 GMT (envelope-from scheidell) Date: Thu, 16 Feb 2012 12:28:58 GMT Message-Id: <201202161228.q1GCSwTn006180@freefall.freebsd.org> To: glocke@bsdstammtisch.at, scheidell@FreeBSD.org, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164979: [maintainer update] net-p2p/retroshare: update to X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:28:58 -0000 Synopsis: [maintainer update] net-p2p/retroshare: update to State-Changed-From-To: open->feedback State-Changed-By: scheidell State-Changed-When: Thu Feb 16 12:27:26 UTC 2012 State-Changed-Why: Patch is malformed, corrupt and is wrapped. Please do not 'cut and paste' your patch. Do not use an editor that wraps test. Do not include any patch that has the $FreeBSD cvs line in it. Resubmit patch and someone will look at it. Responsible-Changed-From-To: scheidell->freebsd-ports-bugs Responsible-Changed-By: scheidell Responsible-Changed-When: Thu Feb 16 12:27:26 UTC 2012 Responsible-Changed-Why: Back to pool http://www.freebsd.org/cgi/query-pr.cgi?pr=164979 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:29:47 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02FB106566B; Thu, 16 Feb 2012 12:29:47 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 730D48FC0A; Thu, 16 Feb 2012 12:29:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCTlIP006282; Thu, 16 Feb 2012 12:29:47 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCTlw0006278; Thu, 16 Feb 2012 12:29:47 GMT (envelope-from scheidell) Date: Thu, 16 Feb 2012 12:29:47 GMT Message-Id: <201202161229.q1GCTlw0006278@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164980: [PATCH] update deskutils/plasma-applet-cwp from 1.5.7 to 1.5.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:29:47 -0000 Synopsis: [PATCH] update deskutils/plasma-applet-cwp from 1.5.7 to 1.5.9 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Thu Feb 16 12:29:47 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164980 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 12:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F2A21065673 for ; Thu, 16 Feb 2012 12:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 205E68FC16 for ; Thu, 16 Feb 2012 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GCUAks006347 for ; Thu, 16 Feb 2012 12:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GCUAtb006335; Thu, 16 Feb 2012 12:30:10 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 12:30:10 GMT Resent-Message-Id: <201202161230.q1GCUAtb006335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE2F3106566B for ; Thu, 16 Feb 2012 12:24:09 +0000 (UTC) (envelope-from root@ec-m.fr) Received: from meli.ec-m.fr (meli.ec-m.fr [147.94.19.138]) by mx1.freebsd.org (Postfix) with ESMTP id 75D128FC08 for ; Thu, 16 Feb 2012 12:24:08 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id C1082278A3E for ; Thu, 16 Feb 2012 13:24:08 +0100 (CET) Received: from meli.ec-m.fr ([10.3.0.12]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id S2X33q8FJwkB for ; Thu, 16 Feb 2012 13:24:02 +0100 (CET) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by meli.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 4D96127896E for ; Thu, 16 Feb 2012 13:24:03 +0100 (CET) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 5F4831CD6B; Thu, 16 Feb 2012 13:24:02 +0100 (CET) Message-Id: <20120216122402.5F4831CD6B@dgeo.sysadm.ec-m.fr> Date: Thu, 16 Feb 2012 13:24:02 +0100 (CET) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165202: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 12:30:11 -0000 >Number: 165202 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 12:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.0-RELEASE amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Jan 15 17:00:54 CET 2012 >Description: add bsd.port.netdisco.mk as suggested by Michael Scheidell in ports/164955 Added file(s): - bsd.port.netdisco.mk Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- netdisco-mibs-0.9_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/netdisco-mibs.orig/Makefile /usr/ports/net-mgmt/netdisco-mibs/Makefile --- /usr/ports/net-mgmt/netdisco-mibs.orig/Makefile 2012-02-13 21:20:26.000000000 +0100 +++ /usr/ports/net-mgmt/netdisco-mibs/Makefile 2012-02-16 12:23:45.000000000 +0100 @@ -7,17 +7,16 @@ PORTNAME= netdisco-mibs PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/netdisco/netdisco-mibs/${PORTVERSION} MAINTAINER= dgeo@centrale-marseille.fr COMMENT= Mibs for use with ports-mgmt/netdisco (and snmp) -DATADIR= ${PREFIX}/share/${PORTNAME} - NO_BUILD= yes -MIBDIRS=allied arista aruba asante cabletron cisco cyclades dell enterasys extreme foundry hp juniper mikrotik net-snmp netgear netscreen nortel packetfront rfc +.include "bsd.port.netdisco.mk" do-install: ${MKDIR} ${DATADIR} diff -ruN --exclude=CVS /usr/ports/net-mgmt/netdisco-mibs.orig/bsd.port.netdisco.mk /usr/ports/net-mgmt/netdisco-mibs/bsd.port.netdisco.mk --- /usr/ports/net-mgmt/netdisco-mibs.orig/bsd.port.netdisco.mk 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/net-mgmt/netdisco-mibs/bsd.port.netdisco.mk 2012-02-16 10:37:47.000000000 +0100 @@ -0,0 +1,21 @@ +MIBDIRS= allied \ + arista \ + aruba \ + asante \ + cabletron \ + cisco \ + cyclades \ + dell \ + enterasys \ + extreme \ + foundry \ + hp \ + juniper \ + mikrotik \ + net-snmp \ + netgear \ + netscreen \ + nortel \ + packetfront \ + rfc + --- netdisco-mibs-0.9_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 13:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DEFE1065670 for ; Thu, 16 Feb 2012 13:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 01E6B8FC1A for ; Thu, 16 Feb 2012 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GDo8Vg081907 for ; Thu, 16 Feb 2012 13:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GDo8OC081906; Thu, 16 Feb 2012 13:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 13:50:08 GMT Resent-Message-Id: <201202161350.q1GDo8OC081906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathias Monnerville Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8762106566B for ; Thu, 16 Feb 2012 13:47:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B3BDF8FC1A for ; Thu, 16 Feb 2012 13:47:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GDlDrX056335 for ; Thu, 16 Feb 2012 13:47:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GDlDfp056332; Thu, 16 Feb 2012 13:47:13 GMT (envelope-from nobody) Message-Id: <201202161347.q1GDlDfp056332@red.freebsd.org> Date: Thu, 16 Feb 2012 13:47:13 GMT From: Mathias Monnerville To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165203: [maintainer update] www/glpi 0.80.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 13:50:09 -0000 >Number: 165203 >Category: ports >Synopsis: [maintainer update] www/glpi 0.80.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 13:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mathias Monnerville >Release: FreeBSD 9.0-RELEASE i386 >Organization: Université Montpellier 2 >Environment: FreeBSD bsdmaster 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: New release 0.80.7 available. See announcement at http://www.glpi-project.org/spip.php?page=annonce&id_breve=261&lang=en >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r 033c1f05a974 usr/ports/www/glpi/Makefile --- a/usr/ports/www/glpi/Makefile Thu Feb 16 14:11:03 2012 +0100 +++ b/usr/ports/www/glpi/Makefile Thu Feb 16 14:26:50 2012 +0100 @@ -6,8 +6,8 @@ # PORTNAME= glpi -DISTVERSION= 0.80.61 -PORTREVISION= 1 +PORTVERSION= 0.80.7 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://droidng.free.fr/freebsd/ \ http://glpi-project.org/IMG/gz/ diff -r 033c1f05a974 usr/ports/www/glpi/distinfo --- a/usr/ports/www/glpi/distinfo Thu Feb 16 14:11:03 2012 +0100 +++ b/usr/ports/www/glpi/distinfo Thu Feb 16 14:26:50 2012 +0100 @@ -1,2 +1,2 @@ -SHA256 (glpi-0.80.61.tar.gz) = c5fdc4654d5f1df44e7e0d35c5ccf71e4e72a13d2ae77d822a08825c1a0b8a4e -SIZE (glpi-0.80.61.tar.gz) = 4119128 +SHA256 (glpi-0.80.7.tar.gz) = 06567fcb312b1674c4538640ab01702c4db4a460b5c955337c77c6e7159ee813 +SIZE (glpi-0.80.7.tar.gz) = 4111598 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 13:54:46 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 910AB1065674; Thu, 16 Feb 2012 13:54:46 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 63C408FC08; Thu, 16 Feb 2012 13:54:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GDsk7v090081; Thu, 16 Feb 2012 13:54:46 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GDskTu090077; Thu, 16 Feb 2012 13:54:46 GMT (envelope-from jadawin) Date: Thu, 16 Feb 2012 13:54:46 GMT Message-Id: <201202161354.q1GDskTu090077@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Cc: Subject: Re: ports/165203: [maintainer update] www/glpi 0.80.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 13:54:46 -0000 Synopsis: [maintainer update] www/glpi 0.80.7 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Thu Feb 16 13:54:46 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165203 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 14:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 628B9106566C for ; Thu, 16 Feb 2012 14:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 396568FC12 for ; Thu, 16 Feb 2012 14:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GE0WYb090351 for ; Thu, 16 Feb 2012 14:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GE0Wf1090350; Thu, 16 Feb 2012 14:00:32 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 14:00:32 GMT Resent-Message-Id: <201202161400.q1GE0Wf1090350@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Will Glozer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D43B1065672 for ; Thu, 16 Feb 2012 13:51:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6968FC08 for ; Thu, 16 Feb 2012 13:51:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GDpojA056719 for ; Thu, 16 Feb 2012 13:51:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GDpoMt056718; Thu, 16 Feb 2012 13:51:50 GMT (envelope-from nobody) Message-Id: <201202161351.q1GDpoMt056718@red.freebsd.org> Date: Thu, 16 Feb 2012 13:51:50 GMT From: Will Glozer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165204: sysutils/ipmitool should have periodic IPMI status check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 14:00:32 -0000 >Number: 165204 >Category: ports >Synopsis: sysutils/ipmitool should have periodic IPMI status check >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 14:00:30 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Will Glozer >Release: 9.0-RELEASE >Organization: >Environment: >Description: The sysutils/ipmitool port should include a periodic IPMI status check script for monitoring sensors and the system event log. >How-To-Repeat: >Fix: Attached is a patch that adds files/status-ipmi.sh, which is installed as ${PREFIX}/etc/periodic/daily/400.status-ipmi When /etc/periodic.conf contains 'daily_status_ipmi_enable="YES"' this script will run and output the current sensor readings, a warning if the SEL log capacity is >= 80%, and warning if any new SEL entries have been created since the last run. Patch attached with submission follows: diff --git a/Makefile b/Makefile index 3c390ba..e94217a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipmitool PORTVERSION= 1.8.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF @@ -21,19 +21,31 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-intf-lan --enable-intf-lanplus \ --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc -PLIST_FILES= bin/ipmitool sbin/ipmievd share/ipmitool/oem_ibm_sel_map +PLIST_FILES= bin/ipmitool sbin/ipmievd share/ipmitool/oem_ibm_sel_map \ + ${PERIODIC_DIR}/400.status-ipmi PLIST_DIRS= share/ipmitool +PLIST_DIRSTRY= ${PERIODIC_DIR} PORTDOCS= AUTHORS COPYING ChangeLog README MAN1+= ${PORTNAME}.1 MAN8+= ipmievd.8 +PERIODIC_DIR= etc/periodic/daily +SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' + .if defined(WITH_DEBUG) CFLAGS+= -ggdb -Wall .endif .include +post-build: + @${SED} ${SED_SCRIPT} ${FILESDIR}/status-ipmi.sh > ${WRKDIR}/status-ipmi.sh + +post-install: + @${MKDIR} -p ${PREFIX}/${PERIODIC_DIR} + @${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${PREFIX}/${PERIODIC_DIR}/400.status-ipmi + .if exists(/usr/include/sys/ipmi.h) CONFIGURE_ARGS+= --enable-intf-open .else diff --git a/files/status-ipmi.sh b/files/status-ipmi.sh new file mode 100755 index 0000000..06b2239 --- /dev/null +++ b/files/status-ipmi.sh @@ -0,0 +1,61 @@ +#!/bin/sh +# +# Check status of IPMI sensors and System Event Log +# + +# If there is a global system configuration file, suck it in. +# +if [ -r /etc/defaults/periodic.conf ] +then + . /etc/defaults/periodic.conf + source_periodic_confs +fi + +sdr_list_args=${daily_status_ipmi_sdr_list_args:-} +sel_list_args=${daily_status_ipmi_sel_list_args:-} +sel_cap_warn_pct=${daily_status_ipmi_sel_cap_warn_pct:-80} + +ipmitool=%%PREFIX%%/bin/ipmitool + +rc=0 + +case "${daily_status_ipmi_enable}" in + [Yy][Ee][Ss]) + if [ ! -x $ipmitool ]; then + echo "\$daily_status_ipmi_enable is set but ${ipmitool}" \ + "isn't executable" + exit 2 + fi + + echo "" + echo "Checking IPMI sensors:" + + $ipmitool sdr list $sdr_list_args && rc=1 || rc=3 + + echo "" + echo "Checking IPMI System Event Log:" + + info=`$ipmitool sel info` || exit 3 + used=$(echo "${info}" | awk '/Percent Used/{print 0 + $4}') + entries=$(echo "${info}" | awk '/Entries/{print 0 + $3}') + + if [ $used -gt $sel_cap_warn_pct ]; then + echo " SEL is at ${used}% capacity" + rc=3 + fi + + last=`cat /var/db/ipmi-sel-count 2>/dev/null || echo 0` + + if [ $entries -gt $last ]; then + echo $entries > /var/db/ipmi-sel-count + echo "" + $ipmitool sel list $sel_list_args + rc=3 + fi + ;; + *) + rc=0 + ;; +esac + +exit $rc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 14:00:51 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9180C1065675; Thu, 16 Feb 2012 14:00:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 646908FC12; Thu, 16 Feb 2012 14:00:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GE0pC5091393; Thu, 16 Feb 2012 14:00:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GE0pdF091384; Thu, 16 Feb 2012 14:00:51 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 14:00:51 GMT Message-Id: <201202161400.q1GE0pdF091384@freefall.freebsd.org> To: will@glozer.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165204: sysutils/ipmitool should have periodic IPMI status check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 14:00:51 -0000 Synopsis: sysutils/ipmitool should have periodic IPMI status check State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 16 14:00:50 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165204 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 14:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342921065676 for ; Thu, 16 Feb 2012 14:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6B88FC12 for ; Thu, 16 Feb 2012 14:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GEAFFs099237 for ; Thu, 16 Feb 2012 14:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GEAE5u099236; Thu, 16 Feb 2012 14:10:14 GMT (envelope-from gnats) Date: Thu, 16 Feb 2012 14:10:14 GMT Message-Id: <201202161410.q1GEAE5u099236@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165204: sysutils/ipmitool should have periodic IPMI status check X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 14:10:15 -0000 The following reply was made to PR ports/165204; it has been noted by GNATS. From: Edwin Groothuis To: spolyack@collaborativefusion.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165204: sysutils/ipmitool should have periodic IPMI status check Date: Thu, 16 Feb 2012 14:00:47 UT Maintainer of sysutils/ipmitool, Please note that PR ports/165204 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165204 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 14:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC2F1065673 for ; Thu, 16 Feb 2012 14:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36EBB8FC18 for ; Thu, 16 Feb 2012 14:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GEoDM0037887 for ; Thu, 16 Feb 2012 14:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GEoD9S037886; Thu, 16 Feb 2012 14:50:13 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 14:50:13 GMT Resent-Message-Id: <201202161450.q1GEoD9S037886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arrowdodger <6yearold@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C6E0106566B for ; Thu, 16 Feb 2012 14:49:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD5F8FC0C for ; Thu, 16 Feb 2012 14:49:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GEns01065530 for ; Thu, 16 Feb 2012 14:49:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GEnsBQ065529; Thu, 16 Feb 2012 14:49:54 GMT (envelope-from nobody) Message-Id: <201202161449.q1GEnsBQ065529@red.freebsd.org> Date: Thu, 16 Feb 2012 14:49:54 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165205: [MAINTAINER UPDATE] devel/tortoisehg2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 14:50:13 -0000 >Number: 165205 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 14:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: arrowdodger >Release: 9-STABLE >Organization: none >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/tortoisehg2/Makefile ./Makefile --- /usr/ports/devel/tortoisehg2/Makefile 2011-12-12 23:22:39.000000000 +0400 +++ ./Makefile 2012-02-16 18:33:04.437382066 +0400 @@ -6,7 +6,7 @@ # PORTNAME= tortoisehg -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ diff -ruN /usr/ports/devel/tortoisehg2/distinfo ./distinfo --- /usr/ports/devel/tortoisehg2/distinfo 2011-12-12 23:22:39.000000000 +0400 +++ ./distinfo 2012-02-16 18:34:32.969381706 +0400 @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.2.1.tar.gz) = 7cc7c788308352627780e03059db377f1842d06c03665f7e68b8ad035510d70c -SIZE (tortoisehg-2.2.1.tar.gz) = 9822761 +SHA256 (tortoisehg-2.3.tar.gz) = 5f6f05dec5e43d14cf5210448cf6c5f77622171107e99ba666c24aabeb908d9d +SIZE (tortoisehg-2.3.tar.gz) = 9961032 diff -ruN /usr/ports/devel/tortoisehg2/pkg-plist ./pkg-plist --- /usr/ports/devel/tortoisehg2/pkg-plist 2011-11-09 01:10:54.000000000 +0400 +++ ./pkg-plist 2012-02-16 18:45:57.698379425 +0400 @@ -377,6 +377,7 @@ %%NLS%%share/locale/ja/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/jv/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/ko/LC_MESSAGES/tortoisehg.mo +%%NLS%%share/locale/lv/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/nb/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/nl/LC_MESSAGES/tortoisehg.mo %%NLS%%share/locale/nn/LC_MESSAGES/tortoisehg.mo @@ -447,9 +448,11 @@ share/pixmaps/tortoisehg/icons/scalable/actions/edit-file.svg share/pixmaps/tortoisehg/icons/scalable/actions/edit-find.svg share/pixmaps/tortoisehg/icons/scalable/actions/go-down.svg +share/pixmaps/tortoisehg/icons/scalable/actions/go-home.svg share/pixmaps/tortoisehg/icons/scalable/actions/go-jump.svg share/pixmaps/tortoisehg/icons/scalable/actions/go-next.svg share/pixmaps/tortoisehg/icons/scalable/actions/go-previous.svg +share/pixmaps/tortoisehg/icons/scalable/actions/go-to-rev.svg share/pixmaps/tortoisehg/icons/scalable/actions/go-up.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-annotate.svg share/pixmaps/tortoisehg/icons/scalable/actions/hg-archive.svg @@ -557,6 +560,7 @@ share/pixmaps/tortoisehg/icons/svg/refresh_overlays.svg share/pixmaps/tortoisehg/icons/svg/remove.svg share/pixmaps/tortoisehg/icons/svg/repobrowse.svg +share/pixmaps/tortoisehg/icons/svg/settings_projrc.svg share/pixmaps/tortoisehg/icons/svg/shelve.svg share/pixmaps/tortoisehg/icons/svg/sync.svg share/pixmaps/tortoisehg/icons/svg/thg_logo.svg @@ -580,10 +584,6 @@ @dirrm share/pixmaps/tortoisehg @dirrmtry share/applications @dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/oc -%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/jv @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg/util @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt @dirrm %%PYTHON_SITELIBDIR%%/tortoisehg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 16:57:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33DBE106566B for ; Thu, 16 Feb 2012 16:57:17 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id E268A8FC0C for ; Thu, 16 Feb 2012 16:57:16 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.5/8.14.5) with ESMTP id q1GGa17Z014774; Thu, 16 Feb 2012 10:36:01 -0600 (CST) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([127.0.0.1] helo=mail.ringofsaturn.com) by ASSP.nospam with ESMTP (ASSP 1.9); 16 Feb 2012 10:36:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 16 Feb 2012 10:36:00 -0600 From: Rusty Nejdl To: Mail-Reply-To: In-Reply-To: <201202141459.q1EExs6C088571@freefall.freebsd.org> References: <201202141459.q1EExs6C088571@freefall.freebsd.org> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.8-svn Cc: scheidell@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/164841: Update port deskutils/calibre to 0.8.38 and fix Python conflict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 16:57:17 -0000 On 2012-02-14 08:59, scheidell@FreeBSD.org wrote: > Synopsis: Update port deskutils/calibre to 0.8.38 and fix Python > conflict > > State-Changed-From-To: open->feedback > State-Changed-By: scheidell > State-Changed-When: Tue Feb 14 14:59:54 UTC 2012 > State-Changed-Why: > Q and suggestion. why not make it work 'genericly' with python 2.7+, > but mark it 'conflicts' with 3* ? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=164841 I'm fighting a cold so not at my peak mentally but I'm not sure I completely follow what you are asking. I can put in a conflicts for Python3. I am only running python 2.7 personally and don't know what the logistics of installing both Python's look like and if it is even possible. From what I understand, I have set the port to use PYTHON=2.7 correctly (removing the +) and also updated the port to call python2.7 instead of python2 which doesn't exist on FreeBSD. Rusty From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 17:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB53106564A for ; Thu, 16 Feb 2012 17:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE528FC15 for ; Thu, 16 Feb 2012 17:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GHK9Pi075410 for ; Thu, 16 Feb 2012 17:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GHK9nW075409; Thu, 16 Feb 2012 17:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 17:20:09 GMT Resent-Message-Id: <201202161720.q1GHK9nW075409@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthieu Volat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 071D1106566B for ; Thu, 16 Feb 2012 17:13:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E5D778FC0C for ; Thu, 16 Feb 2012 17:13:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GHDP3R042033 for ; Thu, 16 Feb 2012 17:13:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GHDOUT042024; Thu, 16 Feb 2012 17:13:24 GMT (envelope-from nobody) Message-Id: <201202161713.q1GHDOUT042024@red.freebsd.org> Date: Thu, 16 Feb 2012 17:13:24 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165206: wish: print/cups-base dnssd support with net/mDNSResponder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 17:20:09 -0000 >Number: 165206 >Category: ports >Synopsis: wish: print/cups-base dnssd support with net/mDNSResponder >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 17:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 9.0-RELEASE >Organization: -- >Environment: FreeBSD freedom 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Sat Jan 21 21:53:36 CET 2012 root@usbsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Right now, the print/cups-base allows to have printer discovery only through the net/avahi-libdns compat port. As the discovery seems to be developed around the net/mDNSResponder API, it should be safe to allow dnssd support through this port in addition of net/avahi-libdns version. Since both ports are conflicting, there is no fear of mixing up the library used. More : using net/mDNSResponder actually works (instead of hitting avahi bugs) >How-To-Repeat: make config in print/cups-base >Fix: Create a build option using avahi-libdns and another using mDNSResponder, specifying that both are mutually exclusives. They uses almost the same configure options, the only difference being --with-dnssd-includes=${LOCALBASE}/include/ instead of --with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 17:20:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D3E1065675; Thu, 16 Feb 2012 17:20:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7BE8FC24; Thu, 16 Feb 2012 17:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GHKKRU075716; Thu, 16 Feb 2012 17:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GHKKmJ075707; Thu, 16 Feb 2012 17:20:20 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 17:20:20 GMT Message-Id: <201202161720.q1GHKKmJ075707@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165206: wish: print/cups-base dnssd support with net/mDNSResponder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 17:20:20 -0000 Synopsis: wish: print/cups-base dnssd support with net/mDNSResponder Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 17:20:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165206 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 18:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D7661065670 for ; Thu, 16 Feb 2012 18:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF14D8FC17 for ; Thu, 16 Feb 2012 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GIAE21020389 for ; Thu, 16 Feb 2012 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GIAEJl020388; Thu, 16 Feb 2012 18:10:14 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 18:10:14 GMT Resent-Message-Id: <201202161810.q1GIAEJl020388@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacques Cale Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A3ED1065670 for ; Thu, 16 Feb 2012 18:03:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7445D8FC08 for ; Thu, 16 Feb 2012 18:03:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GI3aQa034571 for ; Thu, 16 Feb 2012 18:03:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GI3ajt034565; Thu, 16 Feb 2012 18:03:36 GMT (envelope-from nobody) Message-Id: <201202161803.q1GI3ajt034565@red.freebsd.org> Date: Thu, 16 Feb 2012 18:03:36 GMT From: Jacques Cale To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165209: multimedia/ffmpeg with libvpx support enable is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 18:10:15 -0000 >Number: 165209 >Category: ports >Synopsis: multimedia/ffmpeg with libvpx support enable is broken >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 18:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jacques Cale >Release: 9.0-STABLE >Organization: >Environment: FreeBSD thor.my.domain 9.0-STABLE FreeBSD 9.0-STABLE #78: Fri Feb 10 10:04:35 UTC 2012 root@thor.my.domain:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Due to library bump for libvpx (see UPDATING: 20120216) ffmpeg with libvpx support enable is broken. We need to update ffmpeg Makefile >How-To-Repeat: >Fix: # vp8 .if !defined(WITHOUT_VP8) -LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx +LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx CONFIGURE_ARGS+= --enable-libvpx .else CONFIGURE_ARGS+= --disable-libvpx .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 18:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1A2B1065678; Thu, 16 Feb 2012 18:10:17 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B43288FC21; Thu, 16 Feb 2012 18:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GIAH1v020477; Thu, 16 Feb 2012 18:10:17 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GIAHfv020473; Thu, 16 Feb 2012 18:10:17 GMT (envelope-from jgh) Date: Thu, 16 Feb 2012 18:10:17 GMT Message-Id: <201202161810.q1GIAHfv020473@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165205: [MAINTAINER UPDATE] devel/tortoisehg2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 18:10:18 -0000 Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Thu Feb 16 18:10:17 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165205 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 18:10:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA7361065675; Thu, 16 Feb 2012 18:10:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7485C8FC17; Thu, 16 Feb 2012 18:10:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GIAOCq020850; Thu, 16 Feb 2012 18:10:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GIAOZL020841; Thu, 16 Feb 2012 18:10:24 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 18:10:24 GMT Message-Id: <201202161810.q1GIAOZL020841@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165209: multimedia/ffmpeg with libvpx support enable is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 18:10:24 -0000 Synopsis: multimedia/ffmpeg with libvpx support enable is broken Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 18:10:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165209 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 19:08:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F51F106566C; Thu, 16 Feb 2012 19:08:40 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66AB78FC13; Thu, 16 Feb 2012 19:08:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GIhN9n057524; Thu, 16 Feb 2012 18:43:23 GMT (envelope-from avilla@freefall.freebsd.org) Received: (from avilla@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GIhNW5057520; Thu, 16 Feb 2012 18:43:23 GMT (envelope-from avilla) Date: Thu, 16 Feb 2012 18:43:23 GMT Message-Id: <201202161843.q1GIhNW5057520@freefall.freebsd.org> To: rwobben@hotmail.com, avilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: avilla@FreeBSD.org Cc: Subject: Re: ports/164742: games/kdegames4: games are not working properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 19:08:40 -0000 Old Synopsis: kde games are not working properly New Synopsis: games/kdegames4: games are not working properly State-Changed-From-To: open->closed State-Changed-By: avilla State-Changed-When: Thu Feb 16 18:42:03 UTC 2012 State-Changed-Why: Fix is setting sysctl kern.ipc.shm_allow_removed=1, as posted on the forums. We'll add a note to pkg-message. Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: avilla Responsible-Changed-When: Thu Feb 16 18:42:03 UTC 2012 Responsible-Changed-Why: Fix is setting sysctl kern.ipc.shm_allow_removed=1, as posted on the forums. We'll add a note to pkg-message. http://www.freebsd.org/cgi/query-pr.cgi?pr=164742 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 19:50:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D72106564A for ; Thu, 16 Feb 2012 19:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABA778FC15 for ; Thu, 16 Feb 2012 19:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GJoEOQ013357 for ; Thu, 16 Feb 2012 19:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GJoEBh013356; Thu, 16 Feb 2012 19:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 19:50:14 GMT Resent-Message-Id: <201202161950.q1GJoEBh013356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pakhom Golynga Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 781F6106566B for ; Thu, 16 Feb 2012 19:47:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 654BF8FC16 for ; Thu, 16 Feb 2012 19:47:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GJlUtG030965 for ; Thu, 16 Feb 2012 19:47:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GJlUVe030964; Thu, 16 Feb 2012 19:47:30 GMT (envelope-from nobody) Message-Id: <201202161947.q1GJlUVe030964@red.freebsd.org> Date: Thu, 16 Feb 2012 19:47:30 GMT From: Pakhom Golynga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165211: [PATCH] multimedia/zoneminder: update up to 1.25.0 release from 1.24.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 19:50:14 -0000 >Number: 165211 >Category: ports >Synopsis: [PATCH] multimedia/zoneminder: update up to 1.25.0 release from 1.24.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 19:50:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pakhom Golynga >Release: 9.0-RELEASE >Organization: n/a >Environment: FreeBSD sf20z.elcom.spb.ru 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: [PATCH] multimedia/zoneminder: update up to 1.25.0 release from 1.24.4 set maintainer to me >How-To-Repeat: cd /usr/ports/multimedia/zoneminder && make install >Fix: Patch attached with submission follows: diff -ur zoneminder.orig/Makefile zoneminder/Makefile --- zoneminder.orig/Makefile 2011-11-21 18:58:09.000000000 +0400 +++ zoneminder/Makefile 2012-02-16 23:20:11.589850307 +0400 @@ -6,14 +6,14 @@ # PORTNAME= zoneminder -PORTVERSION= 1.24.4 -PORTREVISION= 12 +PORTVERSION= 1.25.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www2.zoneminder.com/downloads/ \ http://www.zoneminder.com/downloads/ DISTNAME= ZoneMinder-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pakhom706@gmail.com COMMENT= Complete security camera solution, fully web based with image analysis LICENSE= GPLv2 diff -ur zoneminder.orig/distinfo zoneminder/distinfo --- zoneminder.orig/distinfo 2011-06-09 14:13:37.000000000 +0400 +++ zoneminder/distinfo 2012-02-02 15:10:44.120850882 +0400 @@ -1,2 +1,2 @@ -SHA256 (ZoneMinder-1.24.4.tar.gz) = af4fa2fdb1e5287dbdea05b97e14376c9ec7ccaae0f1760e754a6a92595892c0 -SIZE (ZoneMinder-1.24.4.tar.gz) = 1061935 +SHA256 (ZoneMinder-1.25.0.tar.gz) = ec63ef47d8f4cb8af21a3bc84ff1de6968805146682dd7f10982bde975d9bb5d +SIZE (ZoneMinder-1.25.0.tar.gz) = 1119091 Only in zoneminder/files: patch-src_zm_logger.cpp Only in zoneminder: pkg-message diff -ur zoneminder.orig/pkg-plist zoneminder/pkg-plist --- zoneminder.orig/pkg-plist 2011-11-13 21:33:46.000000000 +0400 +++ zoneminder/pkg-plist 2012-02-03 01:23:01.562850020 +0400 @@ -1,4 +1,3 @@ -@comment file listing bin/zma bin/zmaudit.pl bin/zmc @@ -7,8 +6,8 @@ bin/zmf bin/zmfilter.pl bin/zmfix -bin/zmstreamer bin/zmpkg.pl +bin/zmstreamer bin/zmtrack.pl bin/zmtrigger.pl bin/zmu @@ -16,316 +15,349 @@ bin/zmvideo.pl bin/zmwatch.pl bin/zmx10.pl -@unexec if cmp -s %D/etc/zm.conf.sample %D/etc/zm.conf; then rm -f %D/etc/zm.conf; fi +etc/rc.d/zoneminder +etc/zm.conf etc/zm.conf.sample -@exec if [ ! -f %D/etc/zm.conf ] ; then cp -p %D/%F %B/zm.conf; fi -lib/perl5/%%PERL_VERSION%%/%%PERL_ARCH%%/perllocal.pod -%%SITE_PERL%%/ZoneMinder.pm -%%SITE_PERL%%/ZoneMinder/Base.pm -%%SITE_PERL%%/ZoneMinder/Config.pm -%%SITE_PERL%%/ZoneMinder/ConfigAdmin.pm -%%SITE_PERL%%/ZoneMinder/ConfigData.pm -%%SITE_PERL%%/ZoneMinder/Control.pm -%%SITE_PERL%%/ZoneMinder/Control/AxisV2.pm -%%SITE_PERL%%/ZoneMinder/Control/Ncs370.pm -%%SITE_PERL%%/ZoneMinder/Control/PanasonicIP.pm -%%SITE_PERL%%/ZoneMinder/Control/PelcoD.pm -%%SITE_PERL%%/ZoneMinder/Control/Visca.pm -%%SITE_PERL%%/ZoneMinder/Control/mjpgStreamer.pm -%%SITE_PERL%%/ZoneMinder/Database.pm -%%SITE_PERL%%/ZoneMinder/Debug.pm -%%SITE_PERL%%/ZoneMinder/General.pm -%%SITE_PERL%%/ZoneMinder/Memory.pm -%%SITE_PERL%%/ZoneMinder/Memory/Mapped.pm -%%SITE_PERL%%/ZoneMinder/Memory/Shared.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/File.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/Handle.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/Inet.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/Serial.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/Spawning.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Channel/Unix.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Connection.pm -%%SITE_PERL%%/ZoneMinder/Trigger/Connection/Example.pm -%%SITE_PERL%%/mach/auto/ZoneMinder/.packlist -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%WWWDIR_REL%%/cgi-bin/nph-zms -%%WWWDIR_REL%%/cgi-bin/zms -%%WWWDIR_REL%%/data/ajax/alarm.php -%%WWWDIR_REL%%/data/ajax/control.php -%%WWWDIR_REL%%/data/ajax/event.php -%%WWWDIR_REL%%/data/ajax/status.php -%%WWWDIR_REL%%/data/ajax/stream.php -%%WWWDIR_REL%%/data/ajax/zone.php -%%WWWDIR_REL%%/data/css/reset.css -%%WWWDIR_REL%%/data/graphics/favicon.ico -%%WWWDIR_REL%%/data/graphics/transparent.gif -%%WWWDIR_REL%%/data/includes/actions.php -%%WWWDIR_REL%%/data/includes/config.php -%%WWWDIR_REL%%/data/includes/control_functions.php -%%WWWDIR_REL%%/data/includes/database.php -%%WWWDIR_REL%%/data/includes/functions.php -%%WWWDIR_REL%%/data/includes/lang.php -%%WWWDIR_REL%%/data/index.php -%%WWWDIR_REL%%/data/js/mootools.ext.js -%%WWWDIR_REL%%/data/lang/big5_big5.php -%%WWWDIR_REL%%/data/lang/cn_zh.php -%%WWWDIR_REL%%/data/lang/cs_cz.php -%%WWWDIR_REL%%/data/lang/de_de.php -%%WWWDIR_REL%%/data/lang/dk_dk.php -%%WWWDIR_REL%%/data/lang/en_gb.php -%%WWWDIR_REL%%/data/lang/en_us.php -%%WWWDIR_REL%%/data/lang/es_ar.php -%%WWWDIR_REL%%/data/lang/et_ee.php -%%WWWDIR_REL%%/data/lang/fr_fr.php -%%WWWDIR_REL%%/data/lang/he_il.php -%%WWWDIR_REL%%/data/lang/hu_hu.php -%%WWWDIR_REL%%/data/lang/it_it.php -%%WWWDIR_REL%%/data/lang/ja_jp.php -%%WWWDIR_REL%%/data/lang/nl_nl.php -%%WWWDIR_REL%%/data/lang/pl_pl.php -%%WWWDIR_REL%%/data/lang/pt_br.php -%%WWWDIR_REL%%/data/lang/ro_ro.php -%%WWWDIR_REL%%/data/lang/ru_ru.php -%%WWWDIR_REL%%/data/lang/se_se.php -%%WWWDIR_REL%%/data/skins/classic/css/control.css -%%WWWDIR_REL%%/data/skins/classic/css/export.css -%%WWWDIR_REL%%/data/skins/classic/css/skin.css -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-d.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-dl.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-dr.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-l-d.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-l-u.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-l.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-r.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-u.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-ul.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/arrow-ur.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/center.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/point-g.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/point-o.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/point-r.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/seq-d.gif -%%WWWDIR_REL%%/data/skins/classic/graphics/seq-u.gif -%%WWWDIR_REL%%/data/skins/classic/includes/config.php -%%WWWDIR_REL%%/data/skins/classic/includes/control_functions.php -%%WWWDIR_REL%%/data/skins/classic/includes/export_functions.php -%%WWWDIR_REL%%/data/skins/classic/includes/functions.php -%%WWWDIR_REL%%/data/skins/classic/includes/init.php -%%WWWDIR_REL%%/data/skins/classic/includes/timeline_functions.php -%%WWWDIR_REL%%/data/skins/classic/js/skin.js -%%WWWDIR_REL%%/data/skins/classic/js/skin.js.php -%%WWWDIR_REL%%/data/skins/classic/skin.php -%%WWWDIR_REL%%/data/skins/classic/views/Makefile.am -%%WWWDIR_REL%%/data/skins/classic/views/bandwidth.php -%%WWWDIR_REL%%/data/skins/classic/views/blank.php -%%WWWDIR_REL%%/data/skins/classic/views/console.php -%%WWWDIR_REL%%/data/skins/classic/views/control.php -%%WWWDIR_REL%%/data/skins/classic/views/controlcap.php -%%WWWDIR_REL%%/data/skins/classic/views/controlcaps.php -%%WWWDIR_REL%%/data/skins/classic/views/controlpreset.php -%%WWWDIR_REL%%/data/skins/classic/views/css/console.css -%%WWWDIR_REL%%/data/skins/classic/views/css/control.css -%%WWWDIR_REL%%/data/skins/classic/views/css/controlcaps.css -%%WWWDIR_REL%%/data/skins/classic/views/css/devices.css -%%WWWDIR_REL%%/data/skins/classic/views/css/event.css -%%WWWDIR_REL%%/data/skins/classic/views/css/events.css -%%WWWDIR_REL%%/data/skins/classic/views/css/export.css -%%WWWDIR_REL%%/data/skins/classic/views/css/filter.css -%%WWWDIR_REL%%/data/skins/classic/views/css/frame.css -%%WWWDIR_REL%%/data/skins/classic/views/css/frames.css -%%WWWDIR_REL%%/data/skins/classic/views/css/groups.css -%%WWWDIR_REL%%/data/skins/classic/views/css/monitor.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage_2wide.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage_3wide.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage_3wide50enlarge.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage_4wide.css -%%WWWDIR_REL%%/data/skins/classic/views/css/montage_freeform.css -%%WWWDIR_REL%%/data/skins/classic/views/css/options.css -%%WWWDIR_REL%%/data/skins/classic/views/css/stats.css -%%WWWDIR_REL%%/data/skins/classic/views/css/timeline.css -%%WWWDIR_REL%%/data/skins/classic/views/css/timeline.css.php -%%WWWDIR_REL%%/data/skins/classic/views/css/video.css -%%WWWDIR_REL%%/data/skins/classic/views/css/watch.css -%%WWWDIR_REL%%/data/skins/classic/views/css/zone.css -%%WWWDIR_REL%%/data/skins/classic/views/cycle.php -%%WWWDIR_REL%%/data/skins/classic/views/device.php -%%WWWDIR_REL%%/data/skins/classic/views/devices.php -%%WWWDIR_REL%%/data/skins/classic/views/donate.php -%%WWWDIR_REL%%/data/skins/classic/views/error.php -%%WWWDIR_REL%%/data/skins/classic/views/event.php -%%WWWDIR_REL%%/data/skins/classic/views/eventdetail.php -%%WWWDIR_REL%%/data/skins/classic/views/events.php -%%WWWDIR_REL%%/data/skins/classic/views/export.php -%%WWWDIR_REL%%/data/skins/classic/views/filter.php -%%WWWDIR_REL%%/data/skins/classic/views/filtersave.php -%%WWWDIR_REL%%/data/skins/classic/views/frame.php -%%WWWDIR_REL%%/data/skins/classic/views/frames.php -%%WWWDIR_REL%%/data/skins/classic/views/function.php -%%WWWDIR_REL%%/data/skins/classic/views/group.php -%%WWWDIR_REL%%/data/skins/classic/views/groups.php -%%WWWDIR_REL%%/data/skins/classic/views/js/Makefile.am -%%WWWDIR_REL%%/data/skins/classic/views/js/console.js -%%WWWDIR_REL%%/data/skins/classic/views/js/console.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/control.js -%%WWWDIR_REL%%/data/skins/classic/views/js/controlpreset.js -%%WWWDIR_REL%%/data/skins/classic/views/js/controlpreset.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/cycle.js -%%WWWDIR_REL%%/data/skins/classic/views/js/cycle.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/devices.js -%%WWWDIR_REL%%/data/skins/classic/views/js/donate.js -%%WWWDIR_REL%%/data/skins/classic/views/js/donate.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/event.js -%%WWWDIR_REL%%/data/skins/classic/views/js/event.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/events.js -%%WWWDIR_REL%%/data/skins/classic/views/js/events.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/export.js -%%WWWDIR_REL%%/data/skins/classic/views/js/export.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/filter.js -%%WWWDIR_REL%%/data/skins/classic/views/js/filter.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/group.js -%%WWWDIR_REL%%/data/skins/classic/views/js/groups.js -%%WWWDIR_REL%%/data/skins/classic/views/js/login.js -%%WWWDIR_REL%%/data/skins/classic/views/js/monitor.js -%%WWWDIR_REL%%/data/skins/classic/views/js/monitor.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/monitorpreset.js -%%WWWDIR_REL%%/data/skins/classic/views/js/monitorprobe.js -%%WWWDIR_REL%%/data/skins/classic/views/js/montage.js -%%WWWDIR_REL%%/data/skins/classic/views/js/montage.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/options.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/postlogin.js -%%WWWDIR_REL%%/data/skins/classic/views/js/state.js -%%WWWDIR_REL%%/data/skins/classic/views/js/state.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/timeline.js -%%WWWDIR_REL%%/data/skins/classic/views/js/timeline.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/user.js -%%WWWDIR_REL%%/data/skins/classic/views/js/version.js -%%WWWDIR_REL%%/data/skins/classic/views/js/version.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/video.js -%%WWWDIR_REL%%/data/skins/classic/views/js/video.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/watch.js -%%WWWDIR_REL%%/data/skins/classic/views/js/watch.js.php -%%WWWDIR_REL%%/data/skins/classic/views/js/zone.js -%%WWWDIR_REL%%/data/skins/classic/views/js/zone.js.php -%%WWWDIR_REL%%/data/skins/classic/views/login.php -%%WWWDIR_REL%%/data/skins/classic/views/logout.php -%%WWWDIR_REL%%/data/skins/classic/views/monitor.php -%%WWWDIR_REL%%/data/skins/classic/views/monitorpreset.php -%%WWWDIR_REL%%/data/skins/classic/views/monitorprobe.php -%%WWWDIR_REL%%/data/skins/classic/views/montage.php -%%WWWDIR_REL%%/data/skins/classic/views/none.php -%%WWWDIR_REL%%/data/skins/classic/views/optionhelp.php -%%WWWDIR_REL%%/data/skins/classic/views/options.php -%%WWWDIR_REL%%/data/skins/classic/views/postlogin.php -%%WWWDIR_REL%%/data/skins/classic/views/settings.php -%%WWWDIR_REL%%/data/skins/classic/views/state.php -%%WWWDIR_REL%%/data/skins/classic/views/stats.php -%%WWWDIR_REL%%/data/skins/classic/views/status.php -%%WWWDIR_REL%%/data/skins/classic/views/timeline.php -%%WWWDIR_REL%%/data/skins/classic/views/user.php -%%WWWDIR_REL%%/data/skins/classic/views/version.php -%%WWWDIR_REL%%/data/skins/classic/views/video.php -%%WWWDIR_REL%%/data/skins/classic/views/watch.php -%%WWWDIR_REL%%/data/skins/classic/views/zone.php -%%WWWDIR_REL%%/data/skins/classic/views/zones.php -%%WWWDIR_REL%%/data/skins/mobile/css/skin.css -%%WWWDIR_REL%%/data/skins/mobile/includes/config.php -%%WWWDIR_REL%%/data/skins/mobile/includes/control_functions.php -%%WWWDIR_REL%%/data/skins/mobile/includes/functions.php -%%WWWDIR_REL%%/data/skins/mobile/includes/init.php -%%WWWDIR_REL%%/data/skins/mobile/skin.php -%%WWWDIR_REL%%/data/skins/mobile/views/console.php -%%WWWDIR_REL%%/data/skins/mobile/views/css/console.css -%%WWWDIR_REL%%/data/skins/mobile/views/devices.php -%%WWWDIR_REL%%/data/skins/mobile/views/error.php -%%WWWDIR_REL%%/data/skins/mobile/views/event.php -%%WWWDIR_REL%%/data/skins/mobile/views/eventdetails.php -%%WWWDIR_REL%%/data/skins/mobile/views/events.php -%%WWWDIR_REL%%/data/skins/mobile/views/filter.php -%%WWWDIR_REL%%/data/skins/mobile/views/frame.php -%%WWWDIR_REL%%/data/skins/mobile/views/function.php -%%WWWDIR_REL%%/data/skins/mobile/views/login.php -%%WWWDIR_REL%%/data/skins/mobile/views/montage.php -%%WWWDIR_REL%%/data/skins/mobile/views/state.php -%%WWWDIR_REL%%/data/skins/mobile/views/video.php -%%WWWDIR_REL%%/data/skins/mobile/views/watch.php -%%WWWDIR_REL%%/data/skins/xml/includes/config.php -%%WWWDIR_REL%%/data/skins/xml/includes/functions.php -%%WWWDIR_REL%%/data/skins/xml/includes/init.php -%%WWWDIR_REL%%/data/skins/xml/skin.php -%%WWWDIR_REL%%/data/skins/xml/views/actions.php -%%WWWDIR_REL%%/data/skins/xml/views/console.php -%%WWWDIR_REL%%/data/skins/xml/views/none.php -%%WWWDIR_REL%%/data/skins/xml/views/notfound.png -%%WWWDIR_REL%%/data/tools/mootools/mootools-1.2.5-core-nc.js -%%WWWDIR_REL%%/data/tools/mootools/mootools-1.2.5-core-yc.js -%%WWWDIR_REL%%/data/tools/mootools/mootools-1.2.5.1-more-nc.js -%%WWWDIR_REL%%/data/tools/mootools/mootools-1.2.5.1-more-yc.js -%%WWWDIR_REL%%/data/tools/mootools/mootools-core.js -%%WWWDIR_REL%%/data/tools/mootools/mootools-more.js -%%WWWDIR_REL%%/data/views/file.php -%%WWWDIR_REL%%/data/views/image.php -@comment non-empty directory listing in revers order -@dirrm %%WWWDIR_REL%%/data/views -@dirrm %%WWWDIR_REL%%/data/tools/mootools -@dirrm %%WWWDIR_REL%%/data/tools -@dirrm %%WWWDIR_REL%%/data/temp -@dirrm %%WWWDIR_REL%%/data/sounds -@dirrm %%WWWDIR_REL%%/data/skins/xml/views -@dirrm %%WWWDIR_REL%%/data/skins/xml/includes -@dirrm %%WWWDIR_REL%%/data/skins/xml -@dirrm %%WWWDIR_REL%%/data/skins/mobile/views/css -@dirrm %%WWWDIR_REL%%/data/skins/mobile/views -@dirrm %%WWWDIR_REL%%/data/skins/mobile/lang -@dirrm %%WWWDIR_REL%%/data/skins/mobile/includes -@dirrm %%WWWDIR_REL%%/data/skins/mobile/graphics -@dirrm %%WWWDIR_REL%%/data/skins/mobile/css -@dirrm %%WWWDIR_REL%%/data/skins/mobile/ajax -@dirrm %%WWWDIR_REL%%/data/skins/mobile -@dirrm %%WWWDIR_REL%%/data/skins/classic/views/js -@dirrm %%WWWDIR_REL%%/data/skins/classic/views/css -@dirrm %%WWWDIR_REL%%/data/skins/classic/views -@dirrm %%WWWDIR_REL%%/data/skins/classic/lang -@dirrm %%WWWDIR_REL%%/data/skins/classic/js -@dirrm %%WWWDIR_REL%%/data/skins/classic/includes -@dirrm %%WWWDIR_REL%%/data/skins/classic/graphics -@dirrm %%WWWDIR_REL%%/data/skins/classic/css -@dirrm %%WWWDIR_REL%%/data/skins/classic/ajax -@dirrm %%WWWDIR_REL%%/data/skins/classic -@dirrm %%WWWDIR_REL%%/data/skins -@dirrm %%WWWDIR_REL%%/data/lang -@dirrm %%WWWDIR_REL%%/data/js -@dirrm %%WWWDIR_REL%%/data/includes -@dirrm %%WWWDIR_REL%%/data/images -@dirrm %%WWWDIR_REL%%/data/graphics -@dirrm %%WWWDIR_REL%%/data/events -@dirrm %%WWWDIR_REL%%/data/css -@dirrm %%WWWDIR_REL%%/data/ajax -@dirrm %%WWWDIR_REL%%/data -@dirrm %%WWWDIR_REL%%/cgi-bin -@dirrm %%WWWDIR_REL%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/mach/auto/ZoneMinder -@dirrmtry %%SITE_PERL%%/mach/auto -@dirrmtry %%SITE_PERL%%/mach -@dirrm %%SITE_PERL%%/ZoneMinder/Trigger/Connection -@dirrm %%SITE_PERL%%/ZoneMinder/Trigger/Channel -@dirrm %%SITE_PERL%%/ZoneMinder/Trigger -@dirrm %%SITE_PERL%%/ZoneMinder/Memory -@dirrm %%SITE_PERL%%/ZoneMinder/Control -@dirrm %%SITE_PERL%%/ZoneMinder -@dirrmtry %%SITE_PERL%% -@dirrmtry lib/perl5/site_perl -@dirrmtry lib/perl5/%%PERL_VERSION%%/man/man3 -@dirrmtry lib/perl5/%%PERL_VERSION%%/man -@dirrmtry lib/perl5/%%PERL_VERSION%%/mach -@dirrmtry lib/perl5/%%PERL_VERSION%% -@dirrmtry lib/perl5 +lib/perl5/5.12.4/mach/perllocal.pod +lib/perl5/5.12.4/man/man3/ZoneMinder.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Base.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Config.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::ConfigAdmin.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::ConfigData.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::AxisV2.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::Ncs370.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::PanasonicIP.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::PelcoD.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::Visca.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Control::mjpgStreamer.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Database.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::General.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Logger.3 +lib/perl5/5.12.4/man/man3/ZoneMinder::Memory.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::File.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::Handle.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::Inet.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::Serial.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::Spawning.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Channel::Unix.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Connection.3.gz +lib/perl5/5.12.4/man/man3/ZoneMinder::Trigger::Connection::Example.3.gz +lib/perl5/site_perl/5.12.4/ZoneMinder.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Base.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Config.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/ConfigAdmin.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/ConfigData.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/AxisV2.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/Ncs370.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/PanasonicIP.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/PelcoD.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/Visca.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Control/mjpgStreamer.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Database.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/General.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Logger.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Memory.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Memory/Mapped.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Memory/Shared.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/File.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/Handle.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/Inet.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/Serial.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/Spawning.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel/Unix.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Connection.pm +lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Connection/Example.pm +lib/perl5/site_perl/5.12.4/mach/auto/ZoneMinder/.packlist +share/doc/zoneminder/AUTHORS +share/doc/zoneminder/COPYING +share/doc/zoneminder/ChangeLog +share/doc/zoneminder/INSTALL +share/doc/zoneminder/NEWS +share/doc/zoneminder/README +share/doc/zoneminder/README.FreeBSD +share/doc/zoneminder/TODO +share/licenses/zoneminder-1.25.0_1/GPLv2 +share/licenses/zoneminder-1.25.0_1/LICENSE +share/licenses/zoneminder-1.25.0_1/catalog.mk +www/zoneminder/cgi-bin/nph-zms +www/zoneminder/cgi-bin/zms +www/zoneminder/data/ajax/alarm.php +www/zoneminder/data/ajax/control.php +www/zoneminder/data/ajax/event.php +www/zoneminder/data/ajax/log.php +www/zoneminder/data/ajax/status.php +www/zoneminder/data/ajax/stream.php +www/zoneminder/data/ajax/zone.php +www/zoneminder/data/css/overlay.css +www/zoneminder/data/css/reset.css +www/zoneminder/data/css/spinner.css +www/zoneminder/data/graphics/favicon.ico +www/zoneminder/data/graphics/spinner.gif +www/zoneminder/data/graphics/transparent.gif +www/zoneminder/data/includes/actions.php +www/zoneminder/data/includes/config.php +www/zoneminder/data/includes/control_functions.php +www/zoneminder/data/includes/database.php +www/zoneminder/data/includes/functions.php +www/zoneminder/data/includes/lang.php +www/zoneminder/data/includes/logger.php +www/zoneminder/data/index.php +www/zoneminder/data/js/logger.js +www/zoneminder/data/js/mootools.ext.js +www/zoneminder/data/js/overlay.js +www/zoneminder/data/lang/big5_big5.php +www/zoneminder/data/lang/cn_zh.php +www/zoneminder/data/lang/cs_cz.php +www/zoneminder/data/lang/de_de.php +www/zoneminder/data/lang/dk_dk.php +www/zoneminder/data/lang/en_gb.php +www/zoneminder/data/lang/en_us.php +www/zoneminder/data/lang/es_ar.php +www/zoneminder/data/lang/et_ee.php +www/zoneminder/data/lang/fr_fr.php +www/zoneminder/data/lang/he_il.php +www/zoneminder/data/lang/hu_hu.php +www/zoneminder/data/lang/it_it.php +www/zoneminder/data/lang/ja_jp.php +www/zoneminder/data/lang/nl_nl.php +www/zoneminder/data/lang/pl_pl.php +www/zoneminder/data/lang/pt_br.php +www/zoneminder/data/lang/ro_ro.php +www/zoneminder/data/lang/ru_ru.php +www/zoneminder/data/lang/se_se.php +www/zoneminder/data/skins/classic/css/control.css +www/zoneminder/data/skins/classic/css/export.css +www/zoneminder/data/skins/classic/css/skin.css +www/zoneminder/data/skins/classic/graphics/arrow-d.gif +www/zoneminder/data/skins/classic/graphics/arrow-dl.gif +www/zoneminder/data/skins/classic/graphics/arrow-dr.gif +www/zoneminder/data/skins/classic/graphics/arrow-l-d.gif +www/zoneminder/data/skins/classic/graphics/arrow-l-u.gif +www/zoneminder/data/skins/classic/graphics/arrow-l.gif +www/zoneminder/data/skins/classic/graphics/arrow-r.gif +www/zoneminder/data/skins/classic/graphics/arrow-s-d.gif +www/zoneminder/data/skins/classic/graphics/arrow-s-u.gif +www/zoneminder/data/skins/classic/graphics/arrow-u.gif +www/zoneminder/data/skins/classic/graphics/arrow-ul.gif +www/zoneminder/data/skins/classic/graphics/arrow-ur.gif +www/zoneminder/data/skins/classic/graphics/center.gif +www/zoneminder/data/skins/classic/graphics/point-g.gif +www/zoneminder/data/skins/classic/graphics/point-o.gif +www/zoneminder/data/skins/classic/graphics/point-r.gif +www/zoneminder/data/skins/classic/graphics/seq-d.gif +www/zoneminder/data/skins/classic/graphics/seq-u.gif +www/zoneminder/data/skins/classic/includes/config.php +www/zoneminder/data/skins/classic/includes/control_functions.php +www/zoneminder/data/skins/classic/includes/export_functions.php +www/zoneminder/data/skins/classic/includes/functions.php +www/zoneminder/data/skins/classic/includes/init.php +www/zoneminder/data/skins/classic/includes/timeline_functions.php +www/zoneminder/data/skins/classic/js/skin.js +www/zoneminder/data/skins/classic/js/skin.js.php +www/zoneminder/data/skins/classic/skin.php +www/zoneminder/data/skins/classic/views/Makefile.am +www/zoneminder/data/skins/classic/views/bandwidth.php +www/zoneminder/data/skins/classic/views/blank.php +www/zoneminder/data/skins/classic/views/console.php +www/zoneminder/data/skins/classic/views/control.php +www/zoneminder/data/skins/classic/views/controlcap.php +www/zoneminder/data/skins/classic/views/controlcaps.php +www/zoneminder/data/skins/classic/views/controlpreset.php +www/zoneminder/data/skins/classic/views/css/console.css +www/zoneminder/data/skins/classic/views/css/control.css +www/zoneminder/data/skins/classic/views/css/controlcaps.css +www/zoneminder/data/skins/classic/views/css/devices.css +www/zoneminder/data/skins/classic/views/css/event.css +www/zoneminder/data/skins/classic/views/css/events.css +www/zoneminder/data/skins/classic/views/css/export.css +www/zoneminder/data/skins/classic/views/css/filter.css +www/zoneminder/data/skins/classic/views/css/frame.css +www/zoneminder/data/skins/classic/views/css/frames.css +www/zoneminder/data/skins/classic/views/css/groups.css +www/zoneminder/data/skins/classic/views/css/log.css +www/zoneminder/data/skins/classic/views/css/monitor.css +www/zoneminder/data/skins/classic/views/css/montage.css +www/zoneminder/data/skins/classic/views/css/montage_2wide.css +www/zoneminder/data/skins/classic/views/css/montage_3wide.css +www/zoneminder/data/skins/classic/views/css/montage_3wide50enlarge.css +www/zoneminder/data/skins/classic/views/css/montage_4wide.css +www/zoneminder/data/skins/classic/views/css/montage_freeform.css +www/zoneminder/data/skins/classic/views/css/options.css +www/zoneminder/data/skins/classic/views/css/stats.css +www/zoneminder/data/skins/classic/views/css/timeline.css +www/zoneminder/data/skins/classic/views/css/timeline.css.php +www/zoneminder/data/skins/classic/views/css/video.css +www/zoneminder/data/skins/classic/views/css/watch.css +www/zoneminder/data/skins/classic/views/css/zone.css +www/zoneminder/data/skins/classic/views/cycle.php +www/zoneminder/data/skins/classic/views/device.php +www/zoneminder/data/skins/classic/views/devices.php +www/zoneminder/data/skins/classic/views/donate.php +www/zoneminder/data/skins/classic/views/error.php +www/zoneminder/data/skins/classic/views/event.php +www/zoneminder/data/skins/classic/views/eventdetail.php +www/zoneminder/data/skins/classic/views/events.php +www/zoneminder/data/skins/classic/views/export.php +www/zoneminder/data/skins/classic/views/filter.php +www/zoneminder/data/skins/classic/views/filtersave.php +www/zoneminder/data/skins/classic/views/frame.php +www/zoneminder/data/skins/classic/views/frames.php +www/zoneminder/data/skins/classic/views/function.php +www/zoneminder/data/skins/classic/views/group.php +www/zoneminder/data/skins/classic/views/groups.php +www/zoneminder/data/skins/classic/views/js/Makefile.am +www/zoneminder/data/skins/classic/views/js/console.js +www/zoneminder/data/skins/classic/views/js/console.js.php +www/zoneminder/data/skins/classic/views/js/control.js +www/zoneminder/data/skins/classic/views/js/controlpreset.js +www/zoneminder/data/skins/classic/views/js/controlpreset.js.php +www/zoneminder/data/skins/classic/views/js/cycle.js +www/zoneminder/data/skins/classic/views/js/cycle.js.php +www/zoneminder/data/skins/classic/views/js/devices.js +www/zoneminder/data/skins/classic/views/js/donate.js +www/zoneminder/data/skins/classic/views/js/donate.js.php +www/zoneminder/data/skins/classic/views/js/event.js +www/zoneminder/data/skins/classic/views/js/event.js.php +www/zoneminder/data/skins/classic/views/js/events.js +www/zoneminder/data/skins/classic/views/js/events.js.php +www/zoneminder/data/skins/classic/views/js/export.js +www/zoneminder/data/skins/classic/views/js/export.js.php +www/zoneminder/data/skins/classic/views/js/filter.js +www/zoneminder/data/skins/classic/views/js/filter.js.php +www/zoneminder/data/skins/classic/views/js/group.js +www/zoneminder/data/skins/classic/views/js/groups.js +www/zoneminder/data/skins/classic/views/js/log.js +www/zoneminder/data/skins/classic/views/js/login.js +www/zoneminder/data/skins/classic/views/js/monitor.js +www/zoneminder/data/skins/classic/views/js/monitor.js.php +www/zoneminder/data/skins/classic/views/js/monitorpreset.js +www/zoneminder/data/skins/classic/views/js/monitorprobe.js +www/zoneminder/data/skins/classic/views/js/montage.js +www/zoneminder/data/skins/classic/views/js/montage.js.php +www/zoneminder/data/skins/classic/views/js/options.js.php +www/zoneminder/data/skins/classic/views/js/postlogin.js +www/zoneminder/data/skins/classic/views/js/state.js +www/zoneminder/data/skins/classic/views/js/state.js.php +www/zoneminder/data/skins/classic/views/js/timeline.js +www/zoneminder/data/skins/classic/views/js/timeline.js.php +www/zoneminder/data/skins/classic/views/js/user.js +www/zoneminder/data/skins/classic/views/js/version.js +www/zoneminder/data/skins/classic/views/js/version.js.php +www/zoneminder/data/skins/classic/views/js/video.js +www/zoneminder/data/skins/classic/views/js/video.js.php +www/zoneminder/data/skins/classic/views/js/watch.js +www/zoneminder/data/skins/classic/views/js/watch.js.php +www/zoneminder/data/skins/classic/views/js/zone.js +www/zoneminder/data/skins/classic/views/js/zone.js.php +www/zoneminder/data/skins/classic/views/log.php +www/zoneminder/data/skins/classic/views/login.php +www/zoneminder/data/skins/classic/views/logout.php +www/zoneminder/data/skins/classic/views/monitor.php +www/zoneminder/data/skins/classic/views/monitorpreset.php +www/zoneminder/data/skins/classic/views/monitorprobe.php +www/zoneminder/data/skins/classic/views/montage.php +www/zoneminder/data/skins/classic/views/none.php +www/zoneminder/data/skins/classic/views/optionhelp.php +www/zoneminder/data/skins/classic/views/options.php +www/zoneminder/data/skins/classic/views/postlogin.php +www/zoneminder/data/skins/classic/views/settings.php +www/zoneminder/data/skins/classic/views/state.php +www/zoneminder/data/skins/classic/views/stats.php +www/zoneminder/data/skins/classic/views/status.php +www/zoneminder/data/skins/classic/views/timeline.php +www/zoneminder/data/skins/classic/views/user.php +www/zoneminder/data/skins/classic/views/version.php +www/zoneminder/data/skins/classic/views/video.php +www/zoneminder/data/skins/classic/views/watch.php +www/zoneminder/data/skins/classic/views/zone.php +www/zoneminder/data/skins/classic/views/zones.php +www/zoneminder/data/skins/mobile/css/skin.css +www/zoneminder/data/skins/mobile/includes/config.php +www/zoneminder/data/skins/mobile/includes/control_functions.php +www/zoneminder/data/skins/mobile/includes/functions.php +www/zoneminder/data/skins/mobile/includes/init.php +www/zoneminder/data/skins/mobile/skin.php +www/zoneminder/data/skins/mobile/views/console.php +www/zoneminder/data/skins/mobile/views/css/console.css +www/zoneminder/data/skins/mobile/views/devices.php +www/zoneminder/data/skins/mobile/views/error.php +www/zoneminder/data/skins/mobile/views/event.php +www/zoneminder/data/skins/mobile/views/eventdetails.php +www/zoneminder/data/skins/mobile/views/events.php +www/zoneminder/data/skins/mobile/views/filter.php +www/zoneminder/data/skins/mobile/views/frame.php +www/zoneminder/data/skins/mobile/views/function.php +www/zoneminder/data/skins/mobile/views/login.php +www/zoneminder/data/skins/mobile/views/montage.php +www/zoneminder/data/skins/mobile/views/state.php +www/zoneminder/data/skins/mobile/views/video.php +www/zoneminder/data/skins/mobile/views/watch.php +www/zoneminder/data/skins/xml/includes/config.php +www/zoneminder/data/skins/xml/includes/functions.php +www/zoneminder/data/skins/xml/includes/init.php +www/zoneminder/data/skins/xml/skin.php +www/zoneminder/data/skins/xml/views/actions.php +www/zoneminder/data/skins/xml/views/console.php +www/zoneminder/data/skins/xml/views/none.php +www/zoneminder/data/skins/xml/views/notfound.png +www/zoneminder/data/tools/mootools/mootools-core-1.3.2-nc.js +www/zoneminder/data/tools/mootools/mootools-core-1.3.2-yc.js +www/zoneminder/data/tools/mootools/mootools-core.js +www/zoneminder/data/tools/mootools/mootools-more-1.3.2.1-nc.js +www/zoneminder/data/tools/mootools/mootools-more-1.3.2.1-yc.js +www/zoneminder/data/tools/mootools/mootools-more.js +www/zoneminder/data/views/file.php +www/zoneminder/data/views/image.php +@dirrm www/zoneminder/data/views +@dirrm www/zoneminder/data/tools/mootools +@dirrm www/zoneminder/data/tools +@dirrm www/zoneminder/data/temp +@dirrm www/zoneminder/data/sounds +@dirrm www/zoneminder/data/skins/xml/views +@dirrm www/zoneminder/data/skins/xml/includes +@dirrm www/zoneminder/data/skins/xml +@dirrm www/zoneminder/data/skins/mobile/views/css +@dirrm www/zoneminder/data/skins/mobile/views +@dirrm www/zoneminder/data/skins/mobile/lang +@dirrm www/zoneminder/data/skins/mobile/includes +@dirrm www/zoneminder/data/skins/mobile/graphics +@dirrm www/zoneminder/data/skins/mobile/css +@dirrm www/zoneminder/data/skins/mobile/ajax +@dirrm www/zoneminder/data/skins/mobile +@dirrm www/zoneminder/data/skins/classic/views/js +@dirrm www/zoneminder/data/skins/classic/views/css +@dirrm www/zoneminder/data/skins/classic/views +@dirrm www/zoneminder/data/skins/classic/lang +@dirrm www/zoneminder/data/skins/classic/js +@dirrm www/zoneminder/data/skins/classic/includes +@dirrm www/zoneminder/data/skins/classic/graphics +@dirrm www/zoneminder/data/skins/classic/css +@dirrm www/zoneminder/data/skins/classic/ajax +@dirrm www/zoneminder/data/skins/classic +@dirrm www/zoneminder/data/skins +@dirrm www/zoneminder/data/lang +@dirrm www/zoneminder/data/js +@dirrm www/zoneminder/data/includes +@dirrm www/zoneminder/data/images +@dirrm www/zoneminder/data/graphics +@dirrm www/zoneminder/data/events +@dirrm www/zoneminder/data/css +@dirrm www/zoneminder/data/ajax +@dirrm www/zoneminder/data +@dirrm www/zoneminder/cgi-bin +@dirrm www/zoneminder +@dirrm share/licenses/zoneminder-1.25.0_1 +@dirrm share/licenses +@dirrm share/doc/zoneminder +@dirrm lib/perl5/site_perl/5.12.4/mach/auto/ZoneMinder +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Connection +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger/Channel +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder/Trigger +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder/Memory +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder/Control +@dirrm lib/perl5/site_perl/5.12.4/ZoneMinder +@dirrm lib/perl5/5.12.4/mach >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 19:59:45 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AC27106566B; Thu, 16 Feb 2012 19:59:45 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 522C08FC0A; Thu, 16 Feb 2012 19:59:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GJxjxk021683; Thu, 16 Feb 2012 19:59:45 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GJxjmZ021679; Thu, 16 Feb 2012 19:59:45 GMT (envelope-from jgh) Date: Thu, 16 Feb 2012 19:59:45 GMT Message-Id: <201202161959.q1GJxjmZ021679@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165211: [PATCH] multimedia/zoneminder: update up to 1.25.0 release from 1.24.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 19:59:45 -0000 Synopsis: [PATCH] multimedia/zoneminder: update up to 1.25.0 release from 1.24.4 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Thu Feb 16 19:59:44 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165211 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 20:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1BDF1065670 for ; Thu, 16 Feb 2012 20:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A48898FC0C for ; Thu, 16 Feb 2012 20:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GKe9gB059759 for ; Thu, 16 Feb 2012 20:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GKe9LK059758; Thu, 16 Feb 2012 20:40:09 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 20:40:09 GMT Resent-Message-Id: <201202162040.q1GKe9LK059758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Titus von Boxberg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAF371065674 for ; Thu, 16 Feb 2012 20:38:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BA7F08FC0C for ; Thu, 16 Feb 2012 20:38:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GKcrIB022600 for ; Thu, 16 Feb 2012 20:38:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GKcrtU022599; Thu, 16 Feb 2012 20:38:53 GMT (envelope-from nobody) Message-Id: <201202162038.q1GKcrtU022599@red.freebsd.org> Date: Thu, 16 Feb 2012 20:38:53 GMT From: Titus von Boxberg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165213: devel/cmake: Reinplacement of paths in Modules is bad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 20:40:10 -0000 >Number: 165213 >Category: ports >Synopsis: devel/cmake: Reinplacement of paths in Modules is bad >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 20:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Titus von Boxberg >Release: 9.0 >Organization: >Environment: FreeBSD 9.0-RELEASE >Description: Reinplacing paths in cmake's Modules directory is a bad idea: Especially if using cmake for cross development projects (which is one of cmake's intended use cases) it's annoying that standard paths are gone and Find* do not work as expected. In my case, I need /usr/X11R6 which has been reinplaced by /usr/local. I don't see why leaving X11R6 in the paths should break something since that path is present on FreeBSD as well. >How-To-Repeat: >Fix: I do not know the syntax possible with ${REINPLACE} yet. For a sed invoked from the command line I'd use e.g. s,(/usr/X11R6)([^]*),\1\2 ${LOCALBASE}\2,g to append LOCALBASE instead of replacing X11R6. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 20:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 768531065670; Thu, 16 Feb 2012 20:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3138FC13; Thu, 16 Feb 2012 20:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GKeJ9F059939; Thu, 16 Feb 2012 20:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GKeJPv059935; Thu, 16 Feb 2012 20:40:19 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 20:40:19 GMT Message-Id: <201202162040.q1GKeJPv059935@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165213: devel/cmake: Reinplacement of paths in Modules is bad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 20:40:19 -0000 Synopsis: devel/cmake: Reinplacement of paths in Modules is bad Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 20:40:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165213 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 23:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A981106568E for ; Thu, 16 Feb 2012 23:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC3638FC15 for ; Thu, 16 Feb 2012 23:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GN0NYN087563 for ; Thu, 16 Feb 2012 23:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GN0N0u087562; Thu, 16 Feb 2012 23:00:23 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 23:00:23 GMT Resent-Message-Id: <201202162300.q1GN0N0u087562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD24F1065673 for ; Thu, 16 Feb 2012 22:50:15 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF838FC08 for ; Thu, 16 Feb 2012 22:50:15 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id DF10D2EC004; Fri, 17 Feb 2012 07:50:13 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (wd232.BFL23.vectant.ne.jp [210.131.195.232]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id BC34B2EC001; Fri, 17 Feb 2012 07:50:13 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/20071004-1) with ESMTP id q1GMo6HB026191; Fri, 17 Feb 2012 07:50:06 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/Submit) id q1GMo6fe026190; Fri, 17 Feb 2012 07:50:06 +0900 (JST) (envelope-from turutani) Message-Id: <201202162250.q1GMo6fe026190@h120.65.226.10.32118.vlan.kuins.net> Date: Fri, 17 Feb 2012 07:50:06 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/165215: www/linux-f10-flashplugin11 is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 23:00:24 -0000 >Number: 165215 >Category: ports >Synopsis: www/linux-f10-flashplugin11 is vulnerable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 23:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #25: Mon Jan 24 10:37:18 JST 2011 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: www/linux-f10-flashplugin11 is vulnerable. ref: http://www.adobe.com/support/security/bulletins/apsb12-03.html >How-To-Repeat: >Fix: v11.1.102.62 is available. --- Makefile.orig 2011-11-13 00:35:14.000000000 +0900 +++ Makefile 2012-02-17 07:09:28.000000000 +0900 @@ -7,7 +7,7 @@ # PORTNAME= flashplugin -PORTVERSION= 11.1r102.55 +PORTVERSION= 11.1r102.62 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ ftp://ftp.ipt.ru/pub/download/:suplib \ --- distinfo.orig 2011-11-13 00:35:14.000000000 +0900 +++ distinfo 2012-02-17 07:11:23.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz) = 678e2270cb12821b3685af22428e1122b2d130bc8f12ecc714d3636a00b5ed23 -SIZE (flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz) = 6748255 -SHA256 (flashplugin/11.1r102.55/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.1r102.55/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 \ No newline at end of file +SHA256 (flashplugin/11.1r102.62/install_flash_player_11_linux.i386.tar.gz) = 142f78bb1e28854fbb819b86cd4a5397b3da16435ae1f904a2e1594981cc0b67 +SIZE (flashplugin/11.1r102.62/install_flash_player_11_linux.i386.tar.gz) = 6747720 +SHA256 (flashplugin/11.1r102.62/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.1r102.62/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 23:00:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CEE1065673; Thu, 16 Feb 2012 23:00:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 398618FC16; Thu, 16 Feb 2012 23:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GN0Zu2087801; Thu, 16 Feb 2012 23:00:35 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GN0Z4U087797; Thu, 16 Feb 2012 23:00:35 GMT (envelope-from edwin) Date: Thu, 16 Feb 2012 23:00:35 GMT Message-Id: <201202162300.q1GN0Z4U087797@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165215: www/linux-f10-flashplugin11 is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 23:00:35 -0000 Synopsis: www/linux-f10-flashplugin11 is vulnerable Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 16 23:00:34 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165215 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 16 23:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B9C106564A for ; Thu, 16 Feb 2012 23:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 946998FC16 for ; Thu, 16 Feb 2012 23:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1GNeBVI025436 for ; Thu, 16 Feb 2012 23:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1GNeBWo025435; Thu, 16 Feb 2012 23:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 16 Feb 2012 23:40:11 GMT Resent-Message-Id: <201202162340.q1GNeBWo025435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA86B1065670 for ; Thu, 16 Feb 2012 23:36:35 +0000 (UTC) (envelope-from jaap@bartok.nlnetlabs.nl) Received: from bartok.nlnetlabs.nl (bartok.nlnetlabs.nl [IPv6:2001:7b8:206:1:216:76ff:feb8:3c02]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2188FC0C for ; Thu, 16 Feb 2012 23:36:33 +0000 (UTC) Received: from bartok.nlnetlabs.nl (localhost [127.0.0.1]) by bartok.nlnetlabs.nl (8.14.5/8.14.5) with ESMTP id q1GNaTcU041299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 17 Feb 2012 00:36:29 +0100 (CET) (envelope-from jaap@bartok.nlnetlabs.nl) Received: (from jaap@localhost) by bartok.nlnetlabs.nl (8.14.5/8.14.5/Submit) id q1GNaTWq041298; Fri, 17 Feb 2012 00:36:29 +0100 (CET) (envelope-from jaap) Message-Id: <201202162336.q1GNaTWq041298@bartok.nlnetlabs.nl> Date: Fri, 17 Feb 2012 00:36:29 +0100 (CET) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jaap@bartok.nlnetlabs.nl Subject: ports/165216: [MAINTAINER] dns/opendnssec: update to 1.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 23:40:12 -0000 >Number: 165216 >Category: ports >Synopsis: [MAINTAINER] dns/opendnssec: update to 1.3.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 16 23:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 8.2-STABLE i386 >Organization: NLnet Labs >Environment: System: FreeBSD bartok.nlnetlabs.nl 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Feb 13 10:51:32 CET 2012 >Description: - Update to 1.3.6 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- opendnssec-1.3.6.patch begins here --- diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/opendnssec/Makefile --- /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/Makefile 2012-02-15 19:34:04.773185538 +0100 +++ /space/portstrees/AFreeBSD/ports/dns/opendnssec/Makefile 2012-02-14 17:47:34.473494502 +0100 @@ -6,7 +6,7 @@ # PORTNAME= opendnssec -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= dns MASTER_SITES= http://www.opendnssec.org/files/source/ diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/opendnssec/distinfo --- /space/portstrees/AFreeBSD/ports/dns/opendnssec.orig/distinfo 2012-02-15 19:34:04.776404229 +0100 +++ /space/portstrees/AFreeBSD/ports/dns/opendnssec/distinfo 2012-02-16 22:30:41.684839634 +0100 @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.3.5.tar.gz) = 0abcd4b9cb076582735d0a68d07fe3a075ae3beb88d440954eadaf2abd9ac47d -SIZE (opendnssec-1.3.5.tar.gz) = 1084245 +SHA256 (opendnssec-1.3.6.tar.gz) = 6fe62d4bf4a3c8bf9e4c7ed816c37d582a9d3ea9677d28a3cb027b81f13e7bad +SIZE (opendnssec-1.3.6.tar.gz) = 1087060 --- opendnssec-1.3.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 00:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B94CC106566C for ; Fri, 17 Feb 2012 00:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8ADC48FC0A for ; Fri, 17 Feb 2012 00:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H00S1x042601 for ; Fri, 17 Feb 2012 00:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H00S0f042594; Fri, 17 Feb 2012 00:00:28 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 00:00:28 GMT Resent-Message-Id: <201202170000.q1H00S0f042594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hans Fredrik Nordhaug Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F95A106564A for ; Thu, 16 Feb 2012 23:59:07 +0000 (UTC) (envelope-from root@nordhaug.priv.no) Received: from nordhaug.priv.no (static243-173-78.mimer.net [83.243.173.78]) by mx1.freebsd.org (Postfix) with ESMTP id A7CD18FC08 for ; Thu, 16 Feb 2012 23:59:06 +0000 (UTC) Received: from nordhaug.priv.no (localhost [127.0.0.1]) by nordhaug.priv.no (Postfix) with ESMTP id 2C0CC8A888 for ; Fri, 17 Feb 2012 00:40:29 +0100 (CET) Received: from nordhaug.priv.no ([127.0.0.1]) by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sT2PQ8cIvw6v for ; Fri, 17 Feb 2012 00:40:21 +0100 (CET) Received: by nordhaug.priv.no (Postfix, from userid 0) id C5BB08A1B8; Fri, 17 Feb 2012 00:40:21 +0100 (CET) Message-Id: <20120216234021.C5BB08A1B8@nordhaug.priv.no> Date: Fri, 17 Feb 2012 00:40:21 +0100 (CET) From: Hans Fredrik Nordhaug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165217: [MAINTAINER] www/piwik: update to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 00:00:28 -0000 >Number: 165217 >Category: ports >Synopsis: [MAINTAINER] www/piwik: update to 1.7 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 00:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hans Fredrik Nordhaug >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD nordhaug.priv.no 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 >Description: Update to 1.7. This is a recommended upgrade since several security issues are fixed. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- piwik-1.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/Makefile /usr/ports/www/piwik/Makefile --- /usr/ports/www/piwik.orig/Makefile 2012-02-17 00:05:15.000000000 +0100 +++ /usr/ports/www/piwik/Makefile 2012-02-17 00:05:30.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= piwik -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/distinfo /usr/ports/www/piwik/distinfo --- /usr/ports/www/piwik.orig/distinfo 2012-02-17 00:05:15.000000000 +0100 +++ /usr/ports/www/piwik/distinfo 2012-02-17 00:05:44.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (piwik-1.6.tar.gz) = 3c7edecdc5a0d8d0337913073f0da9bd30f1ee9b88f028723c50cbb4e1000991 -SIZE (piwik-1.6.tar.gz) = 4556817 +SHA256 (piwik-1.7.tar.gz) = 221e04df4d26bf0881b06242ba179d7ce01b91bbc5f75b2b48d87388e9dfcb93 +SIZE (piwik-1.7.tar.gz) = 4598025 diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/pkg-plist /usr/ports/www/piwik/pkg-plist --- /usr/ports/www/piwik.orig/pkg-plist 2012-02-17 00:05:15.000000000 +0100 +++ /usr/ports/www/piwik/pkg-plist 2012-02-17 00:38:25.000000000 +0100 @@ -1,9 +1,11 @@ + %%WWWDIR%%/LEGALNOTICE %%WWWDIR%%/README %%WWWDIR%%/config/config.ini.sample.php %%WWWDIR%%/config/global.ini.php %%WWWDIR%%/config/manifest.inc.php %%WWWDIR%%/core/API/DataTableGenericFilter.php +%%WWWDIR%%/core/API/DataTableLabelFilter.php %%WWWDIR%%/core/API/DocumentationGenerator.php %%WWWDIR%%/core/API/Proxy.php %%WWWDIR%%/core/API/Request.php @@ -22,7 +24,9 @@ %%WWWDIR%%/core/CacheFile.php %%WWWDIR%%/core/Common.php %%WWWDIR%%/core/Config.php +%%WWWDIR%%/core/Config/Ini.php %%WWWDIR%%/core/Controller.php +%%WWWDIR%%/core/Controller/Admin.php %%WWWDIR%%/core/Cookie.php %%WWWDIR%%/core/DataFiles/Countries.php %%WWWDIR%%/core/DataFiles/Currencies.php @@ -36,6 +40,8 @@ %%WWWDIR%%/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php %%WWWDIR%%/core/DataTable/Filter/AddConstantMetadata.php %%WWWDIR%%/core/DataTable/Filter/AddSummaryRow.php +%%WWWDIR%%/core/DataTable/Filter/BeautifyRangeLabels.php +%%WWWDIR%%/core/DataTable/Filter/BeautifyTimeRangeLabels.php %%WWWDIR%%/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php %%WWWDIR%%/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php %%WWWDIR%%/core/DataTable/Filter/ColumnCallbackAddMetadata.php @@ -102,6 +108,7 @@ %%WWWDIR%%/core/Period/Year.php %%WWWDIR%%/core/Piwik.php %%WWWDIR%%/core/Plugin.php +%%WWWDIR%%/core/Plugin/Config.php %%WWWDIR%%/core/PluginsFunctions/Sql.php %%WWWDIR%%/core/PluginsFunctions/WidgetsList.php %%WWWDIR%%/core/PluginsManager.php @@ -207,9 +214,11 @@ %%WWWDIR%%/core/Updates/1.5-rc6.php %%WWWDIR%%/core/Updates/1.6-b1.php %%WWWDIR%%/core/Updates/1.6-rc1.php +%%WWWDIR%%/core/Updates/1.7-b1.php %%WWWDIR%%/core/Url.php %%WWWDIR%%/core/Version.php %%WWWDIR%%/core/View.php +%%WWWDIR%%/core/View/Interface.php %%WWWDIR%%/core/ViewDataTable.php %%WWWDIR%%/core/ViewDataTable/Cloud.php %%WWWDIR%%/core/ViewDataTable/GenerateGraphData.php @@ -230,7 +239,6 @@ %%WWWDIR%%/core/Visualization/Chart/VerticalBar.php %%WWWDIR%%/core/Visualization/Cloud.php %%WWWDIR%%/core/Visualization/Sparkline.php -%%WWWDIR%%/core/iView.php %%WWWDIR%%/core/testMinimumPhpVersion.php %%WWWDIR%%/index.php %%WWWDIR%%/js/LICENSE.txt @@ -263,6 +271,7 @@ %%WWWDIR%%/lang/ka.php %%WWWDIR%%/lang/ko.php %%WWWDIR%%/lang/lt.php +%%WWWDIR%%/lang/lv.php %%WWWDIR%%/lang/nb.php %%WWWDIR%%/lang/nl.php %%WWWDIR%%/lang/nn.php @@ -862,6 +871,7 @@ %%WWWDIR%%/libs/jqplot/MIT-LICENSE.txt %%WWWDIR%%/libs/jqplot/excanvas.min.js %%WWWDIR%%/libs/jqplot/gpl-2.0.txt +%%WWWDIR%%/libs/jqplot/jqplot-custom.min.js %%WWWDIR%%/libs/jqplot/jqplot.axisLabelRenderer.js %%WWWDIR%%/libs/jqplot/jqplot.axisTickRenderer.js %%WWWDIR%%/libs/jqplot/jqplot.canvasGridRenderer.js @@ -910,11 +920,15 @@ %%WWWDIR%%/libs/jquery/themes/base/images/ui-icons_cd0a0a_256x240.png %%WWWDIR%%/libs/jquery/themes/base/jquery-ui.css %%WWWDIR%%/libs/jsmin/jsmin.php +%%WWWDIR%%/libs/pChart2.1.3/class/pData.class.php +%%WWWDIR%%/libs/pChart2.1.3/class/pDraw.class.php +%%WWWDIR%%/libs/pChart2.1.3/class/pPie.class.php +%%WWWDIR%%/libs/pChart2.1.3/class/pImage.class.php +%%WWWDIR%%/libs/pChart2.1.3/change.log +%%WWWDIR%%/libs/pChart2.1.3/GPLv3.txt +%%WWWDIR%%/libs/pChart2.1.3/readme.txt +%%WWWDIR%%/libs/pChart2.1.3/index.php %%WWWDIR%%/libs/sparkline/CHANGES -%%WWWDIR%%/libs/pChart.1.27d/Fonts/tahoma.ttf -%%WWWDIR%%/libs/pChart.1.27d/pChart/pCache.php -%%WWWDIR%%/libs/pChart.1.27d/pChart/pChart.php -%%WWWDIR%%/libs/pChart.1.27d/pChart/pData.php %%WWWDIR%%/libs/sparkline/DESIGN %%WWWDIR%%/libs/sparkline/LICENSE-BSD.txt %%WWWDIR%%/libs/sparkline/README @@ -1024,6 +1038,7 @@ %%WWWDIR%%/plugins/CoreHome/templates/datatable_cell.tpl %%WWWDIR%%/plugins/CoreHome/templates/datatable_footer.tpl %%WWWDIR%%/plugins/CoreHome/templates/datatable_js.tpl +%%WWWDIR%%/plugins/CoreHome/templates/datatable_rowactions.js %%WWWDIR%%/plugins/CoreHome/templates/date.js %%WWWDIR%%/plugins/CoreHome/templates/graph.tpl %%WWWDIR%%/plugins/CoreHome/templates/header.tpl @@ -1031,6 +1046,8 @@ %%WWWDIR%%/plugins/CoreHome/templates/html_report_body.tpl %%WWWDIR%%/plugins/CoreHome/templates/html_report_footer.tpl %%WWWDIR%%/plugins/CoreHome/templates/html_report_header.tpl +%%WWWDIR%%/plugins/CoreHome/templates/iframe_buster_header.tpl +%%WWWDIR%%/plugins/CoreHome/templates/iframe_buster_body.tpl %%WWWDIR%%/plugins/CoreHome/templates/images/bg_header.jpg %%WWWDIR%%/plugins/CoreHome/templates/images/bullet1.gif %%WWWDIR%%/plugins/CoreHome/templates/images/bullet2.gif @@ -1092,7 +1109,10 @@ %%WWWDIR%%/plugins/ExampleAPI/ExampleAPI.php %%WWWDIR%%/plugins/ExampleFeedburner/ExampleFeedburner.php %%WWWDIR%%/plugins/ExampleFeedburner/templates/feedburner.tpl +%%WWWDIR%%/plugins/ExamplePlugin/Controller.php %%WWWDIR%%/plugins/ExamplePlugin/ExamplePlugin.php +%%WWWDIR%%/plugins/ExamplePlugin/config/.htaccess +%%WWWDIR%%/plugins/ExamplePlugin/config/local.config.sample.php %%WWWDIR%%/plugins/ExamplePlugin/lang/en.php %%WWWDIR%%/plugins/ExamplePlugin/templates/piwikDownloads.tpl %%WWWDIR%%/plugins/ExampleRssWidget/ExampleRssWidget.php @@ -1132,8 +1152,17 @@ %%WWWDIR%%/plugins/Goals/templates/title_and_evolution_graph.tpl %%WWWDIR%%/plugins/ImageGraph/API.php %%WWWDIR%%/plugins/ImageGraph/Controller.php -%%WWWDIR%%/plugins/ImageGraph/ImageGraphObject.php %%WWWDIR%%/plugins/ImageGraph/ImageGraph.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/Evolution.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/PieGraph.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/Pie.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/HorizontalBar.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/Exception.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/VerticalBar.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/3DPie.php +%%WWWDIR%%/plugins/ImageGraph/StaticGraph/GridGraph.php +%%WWWDIR%%/plugins/ImageGraph/fonts/tahoma.ttf %%WWWDIR%%/plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl %%WWWDIR%%/plugins/ImageGraph/templates/index.tpl %%WWWDIR%%/plugins/Installation/Controller.php @@ -1181,9 +1210,7 @@ %%WWWDIR%%/plugins/Live/templates/index.tpl %%WWWDIR%%/plugins/Live/templates/lastVisits.tpl %%WWWDIR%%/plugins/Live/templates/live.css -%%WWWDIR%%/plugins/Live/templates/scripts/MIT-LICENSE.txt %%WWWDIR%%/plugins/Live/templates/scripts/live.js -%%WWWDIR%%/plugins/Live/templates/scripts/spy.js %%WWWDIR%%/plugins/Live/templates/totalVisits.tpl %%WWWDIR%%/plugins/Live/templates/visitorLog.tpl %%WWWDIR%%/plugins/Login/Auth.php @@ -1199,6 +1226,8 @@ %%WWWDIR%%/plugins/Login/templates/passwordchanged.tpl %%WWWDIR%%/plugins/Login/templates/passwordsent.tpl %%WWWDIR%%/plugins/Login/templates/resetPassword.tpl +%%WWWDIR%%/plugins/MultiSites/API.php +%%WWWDIR%%/plugins/MultiSites/CalculateEvolutionFilter.php %%WWWDIR%%/plugins/MultiSites/Controller.php %%WWWDIR%%/plugins/MultiSites/MultiSites.php %%WWWDIR%%/plugins/MultiSites/images/arrow_asc.gif @@ -1252,6 +1281,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/blogs.icerocket.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/blogsearch.google.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/busca.orange.es.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/busca.uol.com.br.png %%WWWDIR%%/plugins/Referers/images/searchEngines/buscador.terra.es.png %%WWWDIR%%/plugins/Referers/images/searchEngines/cgi.search.biglobe.ne.jp.png %%WWWDIR%%/plugins/Referers/images/searchEngines/daemon-search.com.png @@ -1323,6 +1353,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/search.qip.ru.png %%WWWDIR%%/plugins/Referers/images/searchEngines/search.rr.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/search.seznam.cz.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/search.softonic.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/search.tiscali.it.png %%WWWDIR%%/plugins/Referers/images/searchEngines/search.winamp.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/search.www.ee.png @@ -1361,6 +1392,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/www.baidu.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.blogdigger.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.blogpulse.com.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/www.crawler.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.charter.net.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.cuil.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.dasoertliche.de.png @@ -1378,6 +1410,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/www.gigablast.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.gnadenmeer.de.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.google.interia.pl.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/www.gomeo.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.goyellow.de.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.gulesider.no.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.highbeam.com.png @@ -1411,6 +1444,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/www.skynet.be.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.sogou.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.soso.com.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/www.startsiden.no.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.suchmaschine.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.suchnase.de.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.talktalk.co.uk.png @@ -1432,6 +1466,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/www.witch.de.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.x-recherche.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.yasni.de.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/www.yatedo.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.yougoo.fr.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.zapmeta.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/www.zoeken.nl.png @@ -1735,6 +1770,7 @@ %%WWWDIR%%/plugins/UserCountry/flags/tf.png %%WWWDIR%%/plugins/UserCountry/flags/tg.png %%WWWDIR%%/plugins/UserCountry/flags/th.png +%%WWWDIR%%/plugins/UserCountry/flags/ti.png %%WWWDIR%%/plugins/UserCountry/flags/tj.png %%WWWDIR%%/plugins/UserCountry/flags/tk.png %%WWWDIR%%/plugins/UserCountry/flags/tl.png @@ -1864,14 +1900,18 @@ %%WWWDIR%%/plugins/UserSettings/images/os/W2K.gif %%WWWDIR%%/plugins/UserSettings/images/os/W61.gif %%WWWDIR%%/plugins/UserSettings/images/os/W65.gif +%%WWWDIR%%/plugins/UserSettings/images/os/W75.gif %%WWWDIR%%/plugins/UserSettings/images/os/W95.gif %%WWWDIR%%/plugins/UserSettings/images/os/W98.gif %%WWWDIR%%/plugins/UserSettings/images/os/WCE.gif %%WWWDIR%%/plugins/UserSettings/images/os/WI7.gif +%%WWWDIR%%/plugins/UserSettings/images/os/WI8.gif %%WWWDIR%%/plugins/UserSettings/images/os/WII.gif %%WWWDIR%%/plugins/UserSettings/images/os/WME.gif +%%WWWDIR%%/plugins/UserSettings/images/os/WMO.gif %%WWWDIR%%/plugins/UserSettings/images/os/WNT.gif %%WWWDIR%%/plugins/UserSettings/images/os/WOS.gif +%%WWWDIR%%/plugins/UserSettings/images/os/WPH.gif %%WWWDIR%%/plugins/UserSettings/images/os/WP7.gif %%WWWDIR%%/plugins/UserSettings/images/os/WS3.gif %%WWWDIR%%/plugins/UserSettings/images/os/WVI.gif @@ -1941,6 +1981,8 @@ %%WWWDIR%%/themes/default/images/arr_r.png %%WWWDIR%%/themes/default/images/background-submit.png %%WWWDIR%%/themes/default/images/chart_bar.png +%%WWWDIR%%/themes/default/images/chart_line_edit_bg.png +%%WWWDIR%%/themes/default/images/chart_line_edit.png %%WWWDIR%%/themes/default/images/chart_pie.png %%WWWDIR%%/themes/default/images/close.png %%WWWDIR%%/themes/default/images/collapsed_arrows.gif @@ -2074,6 +2116,8 @@ @dirrm %%WWWDIR%%/plugins/Installation/templates @dirrm %%WWWDIR%%/plugins/Installation @dirrm %%WWWDIR%%/plugins/ImageGraph/templates +@dirrm %%WWWDIR%%/plugins/ImageGraph/fonts +@dirrm %%WWWDIR%%/plugins/ImageGraph/StaticGraph @dirrm %%WWWDIR%%/plugins/ImageGraph @dirrm %%WWWDIR%%/plugins/Goals/templates @dirrm %%WWWDIR%%/plugins/Goals @@ -2087,6 +2131,7 @@ @dirrm %%WWWDIR%%/plugins/ExampleRssWidget @dirrm %%WWWDIR%%/plugins/ExamplePlugin/templates @dirrm %%WWWDIR%%/plugins/ExamplePlugin/lang +@dirrm %%WWWDIR%%/plugins/ExamplePlugin/config @dirrm %%WWWDIR%%/plugins/ExamplePlugin @dirrm %%WWWDIR%%/plugins/ExampleFeedburner/templates @dirrm %%WWWDIR%%/plugins/ExampleFeedburner @@ -2122,9 +2167,8 @@ @dirrm %%WWWDIR%%/libs/swfobject @dirrm %%WWWDIR%%/libs/sparkline/lib @dirrm %%WWWDIR%%/libs/sparkline -@dirrm %%WWWDIR%%/libs/pChart.1.27d/pChart -@dirrm %%WWWDIR%%/libs/pChart.1.27d/Fonts -@dirrm %%WWWDIR%%/libs/pChart.1.27d +@dirrm %%WWWDIR%%/libs/pChart2.1.3/class +@dirrm %%WWWDIR%%/libs/pChart2.1.3 @dirrm %%WWWDIR%%/libs/jsmin @dirrm %%WWWDIR%%/libs/jquery/themes/base/images @dirrm %%WWWDIR%%/libs/jquery/themes/base @@ -2289,6 +2333,7 @@ @dirrm %%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML @dirrm %%WWWDIR%%/core/ViewDataTable/GenerateGraphData @dirrm %%WWWDIR%%/core/ViewDataTable +@dirrm %%WWWDIR%%/core/View @dirrm %%WWWDIR%%/core/Updates @dirrm %%WWWDIR%%/core/Unzip @dirrm %%WWWDIR%%/core/Tracker/Db/Pdo @@ -2300,6 +2345,7 @@ @dirrm %%WWWDIR%%/core/ScheduledTime @dirrm %%WWWDIR%%/core/ReportRenderer @dirrm %%WWWDIR%%/core/PluginsFunctions +@dirrm %%WWWDIR%%/core/Plugin @dirrm %%WWWDIR%%/core/Period @dirrm %%WWWDIR%%/core/Menu @dirrm %%WWWDIR%%/core/Log @@ -2312,6 +2358,8 @@ @dirrm %%WWWDIR%%/core/DataTable/Filter @dirrm %%WWWDIR%%/core/DataTable @dirrm %%WWWDIR%%/core/DataFiles +@dirrm %%WWWDIR%%/core/Controller +@dirrm %%WWWDIR%%/core/Config @dirrm %%WWWDIR%%/core/ArchiveProcessing @dirrm %%WWWDIR%%/core/Archive/Array @dirrm %%WWWDIR%%/core/Archive --- piwik-1.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 00:43:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF67106566C; Fri, 17 Feb 2012 00:43:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6349B8FC0C; Fri, 17 Feb 2012 00:43:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H0hVMY091869; Fri, 17 Feb 2012 00:43:31 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H0hVwv091865; Fri, 17 Feb 2012 00:43:31 GMT (envelope-from jgh) Date: Fri, 17 Feb 2012 00:43:31 GMT Message-Id: <201202170043.q1H0hVwv091865@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165216: [MAINTAINER] dns/opendnssec: update to 1.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 00:43:31 -0000 Synopsis: [MAINTAINER] dns/opendnssec: update to 1.3.6 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Fri Feb 17 00:43:30 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165216 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 00:43:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44ABC106566B; Fri, 17 Feb 2012 00:43:38 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2E18FC0A; Fri, 17 Feb 2012 00:43:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H0hbIS091959; Fri, 17 Feb 2012 00:43:37 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H0hbS1091955; Fri, 17 Feb 2012 00:43:37 GMT (envelope-from jgh) Date: Fri, 17 Feb 2012 00:43:37 GMT Message-Id: <201202170043.q1H0hbS1091955@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Cc: Subject: Re: ports/165217: [MAINTAINER] www/piwik: update to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 00:43:38 -0000 Synopsis: [MAINTAINER] www/piwik: update to 1.7 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Fri Feb 17 00:43:37 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165217 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 01:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 252C51065676 for ; Fri, 17 Feb 2012 01:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8FD68FC14 for ; Fri, 17 Feb 2012 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H1K9nQ020342 for ; Fri, 17 Feb 2012 01:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H1K9Qn020341; Fri, 17 Feb 2012 01:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 01:20:09 GMT Resent-Message-Id: <201202170120.q1H1K9Qn020341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04EA106566C for ; Fri, 17 Feb 2012 01:12:16 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id ACABD8FC08 for ; Fri, 17 Feb 2012 01:12:16 +0000 (UTC) Received: by iaeo4 with SMTP id o4so4812322iae.13 for ; Thu, 16 Feb 2012 17:12:16 -0800 (PST) Received: by 10.42.142.7 with SMTP id q7mr5016700icu.9.1329441136159; Thu, 16 Feb 2012 17:12:16 -0800 (PST) Received: from elitebook.hp (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105]) by mx.google.com with ESMTPS id ng9sm10078783igc.3.2012.02.16.17.12.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Feb 2012 17:12:15 -0800 (PST) Received: by elitebook.hp (sSMTP sendmail emulation); Thu, 16 Feb 2012 19:12:12 -0600 Message-Id: <4f3da96f.09d4320a.6687.45b1@mx.google.com> Date: Thu, 16 Feb 2012 19:12:12 -0600 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165218: [PATCH] e2fsprogs: fail to build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 01:20:10 -0000 >Number: 165218 >Category: ports >Synopsis: [PATCH] e2fsprogs: fail to build with clang >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 01:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #2 r230519: Tue Jan 24 22:28:11 CST 2012 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64 >Description: There is a statement which suppose to return a return code, but it returned void. >How-To-Repeat: >Fix: --- e2fsprogs_fix_clang.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/e2fsprogs.orig/files/patch-lib_quota_quotaio.c /usr/ports/sysutils/e2fsprogs/files/patch-lib_quota_quotaio.c --- /usr/ports/sysutils/e2fsprogs.orig/files/patch-lib_quota_quotaio.c 1969-12-31 18:00:00.000000000 -0600 +++ /usr/ports/sysutils/e2fsprogs/files/patch-lib_quota_quotaio.c 2012-02-16 15:09:06.180299920 -0600 @@ -0,0 +1,11 @@ +--- lib/quota/quotaio.c~ 2011-11-27 19:22:10.000000000 -0600 ++++ lib/quota/quotaio.c 2012-02-16 15:08:31.757648919 -0600 +@@ -143,7 +143,7 @@ errcode_t quota_inode_truncate(ext2_fils + + inode.i_dtime = fs->now ? fs->now : time(0); + if (!ext2fs_inode_has_valid_blocks2(fs, &inode)) +- return; ++ return err; + + ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_READ_ONLY, NULL, + release_blocks_proc, NULL); --- e2fsprogs_fix_clang.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 02:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4241065712 for ; Fri, 17 Feb 2012 02:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CDB48FC1D for ; Fri, 17 Feb 2012 02:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H2eAGg094655 for ; Fri, 17 Feb 2012 02:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H2eAcC094654; Fri, 17 Feb 2012 02:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 02:40:10 GMT Resent-Message-Id: <201202170240.q1H2eAcC094654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C1B1065679; Fri, 17 Feb 2012 02:39:40 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 004E18FC22; Fri, 17 Feb 2012 02:39:39 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1H2dZ4A050317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Feb 2012 21:39:35 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1H2dSWB049168; Thu, 16 Feb 2012 21:39:28 -0500 (EST) (envelope-from steve) Message-Id: <201202170239.q1H2dSWB049168@meatwad.mouf.net> Date: Thu, 16 Feb 2012 21:39:28 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/165219: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 02:40:16 -0000 >Number: 165219 >Category: ports >Synopsis: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 02:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch. The META.yml file for this module doesn't declare this dep, but it requies it if perl is > 5.004 and fails tests without it Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Log-Dispatch-Colorful-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Colorful/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Sep 2009 08:19:56 -0000 1.3 +++ Makefile 17 Feb 2012 02:38:40 -0000 @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-Filter>0:${PORTSDIR}/devel/p5-Filter \ p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes --- p5-Log-Dispatch-Colorful-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 02:40:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1776E106570B; Fri, 17 Feb 2012 02:40:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E34088FC18; Fri, 17 Feb 2012 02:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H2ePns095431; Fri, 17 Feb 2012 02:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H2ePFR095422; Fri, 17 Feb 2012 02:40:25 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 02:40:25 GMT Message-Id: <201202170240.q1H2ePFR095422@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165219: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 02:40:26 -0000 Synopsis: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 02:40:25 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165219 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 03:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 775231065673 for ; Fri, 17 Feb 2012 03:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 535278FC17 for ; Fri, 17 Feb 2012 03:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H3UAmV039309 for ; Fri, 17 Feb 2012 03:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H3UAGL039305; Fri, 17 Feb 2012 03:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 03:30:10 GMT Resent-Message-Id: <201202170330.q1H3UAGL039305@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8898106566C; Fri, 17 Feb 2012 03:20:30 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8408FC0C; Fri, 17 Feb 2012 03:20:30 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1H3KQmp050571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Feb 2012 22:20:26 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1H3KMCX032011; Thu, 16 Feb 2012 22:20:22 -0500 (EST) (envelope-from steve) Message-Id: <201202170320.q1H3KMCX032011@meatwad.mouf.net> Date: Thu, 16 Feb 2012 22:20:22 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sunpoet@FreeBSD.org Subject: ports/165221: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 03:30:10 -0000 >Number: 165221 >Category: ports >Synopsis: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 03:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Log-Dispatch-Dir-0.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Dir/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 21 Jul 2011 10:39:34 -0000 1.1 +++ Makefile 17 Feb 2012 03:20:08 -0000 @@ -14,14 +14,21 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log messages to separate files in a directory, with rotate options -RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \ p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= 5.10.0+ MAN3= Log::Dispatch::Dir.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-Log-Dispatch-Dir-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 03:30:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F49A106564A for ; Fri, 17 Feb 2012 03:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53C4F8FC12 for ; Fri, 17 Feb 2012 03:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H3UF6x039548 for ; Fri, 17 Feb 2012 03:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H3UFLe039545; Fri, 17 Feb 2012 03:30:15 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 03:30:15 GMT Resent-Message-Id: <201202170330.q1H3UFLe039545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, milki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83566106564A; Fri, 17 Feb 2012 03:27:47 +0000 (UTC) (envelope-from milki@cibo.ircmylife.com) Received: from cibo.ircmylife.com (unknown [IPv6:2607:f2f8:af08::2]) by mx1.freebsd.org (Postfix) with ESMTP id 694A98FC0A; Fri, 17 Feb 2012 03:27:47 +0000 (UTC) Received: from cibo.ircmylife.com (localhost [127.0.0.1]) by cibo.ircmylife.com (8.14.4/8.14.4) with ESMTP id q1H3RiWJ085489; Thu, 16 Feb 2012 19:27:44 -0800 (PST) (envelope-from milki@cibo.ircmylife.com) Received: (from milki@localhost) by cibo.ircmylife.com (8.14.4/8.14.4/Submit) id q1H3Ri8L085488; Thu, 16 Feb 2012 19:27:44 -0800 (PST) (envelope-from milki) Message-Id: <201202170327.q1H3Ri8L085488@cibo.ircmylife.com> Date: Thu, 16 Feb 2012 19:27:44 -0800 (PST) From: milki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tdb@FreeBSD.org Subject: ports/165222: [MAINTAINER] devel/gitolite: update to 2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 03:30:15 -0000 >Number: 165222 >Category: ports >Synopsis: [MAINTAINER] devel/gitolite: update to 2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 03:30:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: milki >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: UC Berkeley - RSSP-IT >Environment: System: FreeBSD cibo.ircmylife.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: - Update to 2.3 Changes: https://raw.github.com/sitaramc/gitolite/pu/doc/CHANGELOG Note for tdb: http://milki.github.com/gitolite/gitolite-2.3.tar.gz Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gitolite-2.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/gitolite/Makefile /usr/home/milki/ports/gitolite/Makefile --- /usr/ports/devel/gitolite/Makefile 2012-02-12 11:55:42.000000000 -0800 +++ /usr/home/milki/ports/gitolite/Makefile 2012-02-14 15:23:49.000000000 -0800 @@ -6,7 +6,7 @@ # PORTNAME= gitolite -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 CATEGORIES= devel MASTER_SITES= http://milki.github.com/${PORTNAME}/ \ LOCAL/tdb diff -ruN --exclude=CVS /usr/ports/devel/gitolite/distinfo /usr/home/milki/ports/gitolite/distinfo --- /usr/ports/devel/gitolite/distinfo 2012-02-12 11:55:42.000000000 -0800 +++ /usr/home/milki/ports/gitolite/distinfo 2012-02-14 15:24:04.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (gitolite-2.2.1.tar.gz) = 86203768838d5309ddbf39ccdbc6d494e22060d577cfa480f4b5005cece996c7 -SIZE (gitolite-2.2.1.tar.gz) = 241857 +SHA256 (gitolite-2.3.tar.gz) = cc973f499194cbe7c9434479383547a172a41a97ee5230af6681785fc40c783b +SIZE (gitolite-2.3.tar.gz) = 245415 --- gitolite-2.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 03:30:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E6C106566B; Fri, 17 Feb 2012 03:30:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBD58FC15; Fri, 17 Feb 2012 03:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H3ULjh039921; Fri, 17 Feb 2012 03:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H3ULII039913; Fri, 17 Feb 2012 03:30:21 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 03:30:21 GMT Message-Id: <201202170330.q1H3ULII039913@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165221: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 03:30:21 -0000 Synopsis: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 03:30:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165221 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 04:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A493C106566B for ; Fri, 17 Feb 2012 04:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11E888FC12 for ; Fri, 17 Feb 2012 04:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H4A9jd076155 for ; Fri, 17 Feb 2012 04:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H4A9iT076154; Fri, 17 Feb 2012 04:10:09 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 04:10:09 GMT Resent-Message-Id: <201202170410.q1H4A9iT076154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3A3106564A for ; Fri, 17 Feb 2012 04:06:26 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 675C78FC13 for ; Fri, 17 Feb 2012 04:06:26 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1H46Mc8051178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Feb 2012 23:06:22 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1H46Mv6011004; Thu, 16 Feb 2012 23:06:22 -0500 (EST) (envelope-from steve) Message-Id: <201202170406.q1H46Mv6011004@meatwad.mouf.net> Date: Thu, 16 Feb 2012 23:06:22 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165223: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steve Wills List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 04:10:11 -0000 >Number: 165223 >Category: ports >Synopsis: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 04:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 EST 2012 root@meatwad.mouf.net:/usr/obj/usr/src/sys/MEATWAD amd64 >Description: Attached patch updates ruby 1.8.7 to p358 and ruby 1.9.0 to p125 (both released the same day) Would like exp-run to ensure nothing too serious breaks. Thanks! >How-To-Repeat: >Fix: see patch: Index: Mk/bsd.ruby.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.ruby.mk,v retrieving revision 1.216 diff -u -r1.216 bsd.ruby.mk --- Mk/bsd.ruby.mk 21 Jan 2012 15:40:26 -0000 1.216 +++ Mk/bsd.ruby.mk 17 Feb 2012 03:45:39 -0000 @@ -168,7 +168,7 @@ RUBY_RELVERSION= 1.8.7 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 357 +RUBY_PATCHLEVEL= 358 . if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} @@ -196,7 +196,7 @@ RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 0 +RUBY_PATCHLEVEL= 125 RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} Index: lang/ruby18/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby18/distinfo,v retrieving revision 1.75 diff -u -r1.75 distinfo --- lang/ruby18/distinfo 21 Jan 2012 15:40:26 -0000 1.75 +++ lang/ruby18/distinfo 17 Feb 2012 03:45:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.8.7-p357.tar.bz2) = 5c64b63a597b4cb545887364e1fd1e0601a7aeb545e576e74a6d8e88a2765a37 -SIZE (ruby/ruby-1.8.7-p357.tar.bz2) = 4208157 +SHA256 (ruby/ruby-1.8.7-p358.tar.bz2) = 309ccd427e47ef41a70f96462bd3c2ef2e7911ce1b22432ab502f5bc6e949c1b +SIZE (ruby/ruby-1.8.7-p358.tar.bz2) = 4209883 Index: lang/ruby19/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- lang/ruby19/Makefile 21 Nov 2011 20:59:09 -0000 1.16 +++ lang/ruby19/Makefile 17 Feb 2012 03:45:39 -0000 @@ -19,7 +19,8 @@ COMMENT?= An object-oriented interpreted scripting language LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml + yaml-0.2:${PORTSDIR}/textproc/libyaml \ + execinfo.1:${PORTSDIR}/devel/libexecinfo GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} Index: lang/ruby19/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- lang/ruby19/distinfo 21 Nov 2011 20:59:09 -0000 1.11 +++ lang/ruby19/distinfo 17 Feb 2012 03:45:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.9.3-p0.tar.bz2) = ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf -SIZE (ruby/ruby-1.9.3-p0.tar.bz2) = 9554576 +SHA256 (ruby/ruby-1.9.3-p125.tar.bz2) = c67a59443052b5a9219eb4cee3892bdfbc6f250f0c8e214e02256a4cc7ef5526 +SIZE (ruby/ruby-1.9.3-p125.tar.bz2) = 9733962 Index: lang/ruby19/files/patch-configure.in =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/files/patch-configure.in,v retrieving revision 1.2 diff -u -r1.2 patch-configure.in --- lang/ruby19/files/patch-configure.in 21 Nov 2011 20:59:09 -0000 1.2 +++ lang/ruby19/files/patch-configure.in 17 Feb 2012 03:45:39 -0000 @@ -1,6 +1,6 @@ ---- configure.in.orig 2011-10-09 06:17:20.000000000 -0700 -+++ configure.in 2011-11-04 00:52:17.000000000 -0700 -@@ -1112,11 +1112,11 @@ +--- configure.in.orig 2012-02-15 19:26:09.000000000 -0500 ++++ configure.in 2012-02-16 22:28:27.617422641 -0500 +@@ -1118,11 +1118,11 @@ [superux*], [ ac_cv_func_setitimer=no ], [ LIBS="-lm $LIBS"]) @@ -17,7 +17,7 @@ if test "${enable_win95}" = maybe; then AC_HAVE_LIBRARY(unicows, [enable_win95=yes], [enable_win95=no]) fi -@@ -1808,7 +1808,7 @@ +@@ -1815,7 +1815,7 @@ fi if test x"$enable_pthread" = xyes; then @@ -26,11 +26,11 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -1822,6 +1822,7 @@ - [c], [], - [root], [], - [c_r], [MAINLIBS="-pthread $MAINLIBS"], +@@ -1823,6 +1823,7 @@ + if test x"$rb_with_pthread" = xyes; then + AC_DEFINE(_REENTRANT) + AC_DEFINE(_THREAD_SAFE) + [pthread], [MAINLIBS="-pthread $MAINLIBS"], - [LIBS="-l$pthread_lib $LIBS"]) - else - AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled") + AC_DEFINE(HAVE_LIBPTHREAD) + AC_CHECK_HEADERS(pthread_np.h, [], [], [@%:@include ]) + AS_CASE([$pthread_lib], Index: lang/ruby19/files/patch-cont.c =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/files/patch-cont.c,v retrieving revision 1.1 diff -u -r1.1 patch-cont.c --- lang/ruby19/files/patch-cont.c 21 Nov 2011 20:59:09 -0000 1.1 +++ lang/ruby19/files/patch-cont.c 17 Feb 2012 03:45:39 -0000 @@ -1,11 +1,11 @@ ---- cont.c.orig 2011-11-18 03:37:32.000000000 -0800 -+++ cont.c 2011-11-18 03:38:22.000000000 -0800 +--- cont.c.orig 2012-02-16 22:31:17.691397569 -0500 ++++ cont.c 2012-02-16 22:31:31.507395417 -0500 @@ -15,7 +15,7 @@ #include "gc.h" #include "eval_intern.h" --#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || defined(HAVE_SETCONTEXT)) && !defined(__NetBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) -+#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || defined(HAVE_SETCONTEXT)) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) +-#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) ++#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) #define FIBER_USE_NATIVE 1 /* FIBER_USE_NATIVE enables Fiber performance improvement using system >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 04:11:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F568106564A; Fri, 17 Feb 2012 04:11:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 16C3C8FC14; Fri, 17 Feb 2012 04:11:19 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id q1H4BHHI051217 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 16 Feb 2012 23:11:18 -0500 (EST) (envelope-from swills@FreeBSD.org) Message-ID: <4F3DD365.9080109@FreeBSD.org> Date: Thu, 16 Feb 2012 23:11:17 -0500 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201202170410.q1H4A95G076150@freefall.freebsd.org> In-Reply-To: <201202170410.q1H4A95G076150@freefall.freebsd.org> X-Enigmail-Version: 1.1.2 Content-Type: multipart/mixed; boundary="------------080108090702090302000609" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Thu, 16 Feb 2012 23:11:18 -0500 (EST) X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: Subject: Re: ports/165223: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 04:11:19 -0000 This is a multi-part message in MIME format. --------------080108090702090302000609 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 02/16/12 23:10, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/165223'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165223 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 >> Arrival-Date: Fri Feb 17 04:10:09 UTC 2012 Sorry, slight issue with that patch, see updated patch attached. Thanks, Steve --------------080108090702090302000609 Content-Type: text/plain; name="ruby_updates.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ruby_updates.diff" Index: Mk/bsd.ruby.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.ruby.mk,v retrieving revision 1.216 diff -u -r1.216 bsd.ruby.mk --- Mk/bsd.ruby.mk 21 Jan 2012 15:40:26 -0000 1.216 +++ Mk/bsd.ruby.mk 17 Feb 2012 04:10:18 -0000 @@ -168,7 +168,7 @@ RUBY_RELVERSION= 1.8.7 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 357 +RUBY_PATCHLEVEL= 358 . if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} @@ -196,7 +196,7 @@ RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 0 +RUBY_PATCHLEVEL= 125 RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} Index: lang/ruby18/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby18/distinfo,v retrieving revision 1.75 diff -u -r1.75 distinfo --- lang/ruby18/distinfo 21 Jan 2012 15:40:26 -0000 1.75 +++ lang/ruby18/distinfo 17 Feb 2012 04:10:18 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.8.7-p357.tar.bz2) = 5c64b63a597b4cb545887364e1fd1e0601a7aeb545e576e74a6d8e88a2765a37 -SIZE (ruby/ruby-1.8.7-p357.tar.bz2) = 4208157 +SHA256 (ruby/ruby-1.8.7-p358.tar.bz2) = 309ccd427e47ef41a70f96462bd3c2ef2e7911ce1b22432ab502f5bc6e949c1b +SIZE (ruby/ruby-1.8.7-p358.tar.bz2) = 4209883 Index: lang/ruby19/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- lang/ruby19/Makefile 21 Nov 2011 20:59:09 -0000 1.16 +++ lang/ruby19/Makefile 17 Feb 2012 04:10:18 -0000 @@ -19,7 +19,8 @@ COMMENT?= An object-oriented interpreted scripting language LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml + yaml-0.2:${PORTSDIR}/textproc/libyaml \ + execinfo.1:${PORTSDIR}/devel/libexecinfo GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} Index: lang/ruby19/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- lang/ruby19/distinfo 21 Nov 2011 20:59:09 -0000 1.11 +++ lang/ruby19/distinfo 17 Feb 2012 04:10:18 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.9.3-p0.tar.bz2) = ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf -SIZE (ruby/ruby-1.9.3-p0.tar.bz2) = 9554576 +SHA256 (ruby/ruby-1.9.3-p125.tar.bz2) = c67a59443052b5a9219eb4cee3892bdfbc6f250f0c8e214e02256a4cc7ef5526 +SIZE (ruby/ruby-1.9.3-p125.tar.bz2) = 9733962 Index: lang/ruby19/pkg-plist =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- lang/ruby19/pkg-plist 21 Nov 2011 20:59:09 -0000 1.12 +++ lang/ruby19/pkg-plist 17 Feb 2012 04:10:18 -0000 @@ -258,7 +258,6 @@ %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/coverage.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/curses.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/date_core.so -%%RUBY_LIBDIR%%/%%RUBY_ARCH%%/dbm.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/bubblebabble.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/md5.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/rmd160.so Index: lang/ruby19/files/patch-configure.in =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/files/patch-configure.in,v retrieving revision 1.2 diff -u -r1.2 patch-configure.in --- lang/ruby19/files/patch-configure.in 21 Nov 2011 20:59:09 -0000 1.2 +++ lang/ruby19/files/patch-configure.in 17 Feb 2012 04:10:18 -0000 @@ -1,6 +1,6 @@ ---- configure.in.orig 2011-10-09 06:17:20.000000000 -0700 -+++ configure.in 2011-11-04 00:52:17.000000000 -0700 -@@ -1112,11 +1112,11 @@ +--- configure.in.orig 2012-02-15 19:26:09.000000000 -0500 ++++ configure.in 2012-02-16 22:28:27.617422641 -0500 +@@ -1118,11 +1118,11 @@ [superux*], [ ac_cv_func_setitimer=no ], [ LIBS="-lm $LIBS"]) @@ -17,7 +17,7 @@ if test "${enable_win95}" = maybe; then AC_HAVE_LIBRARY(unicows, [enable_win95=yes], [enable_win95=no]) fi -@@ -1808,7 +1808,7 @@ +@@ -1815,7 +1815,7 @@ fi if test x"$enable_pthread" = xyes; then @@ -26,11 +26,11 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -1822,6 +1822,7 @@ - [c], [], - [root], [], - [c_r], [MAINLIBS="-pthread $MAINLIBS"], +@@ -1823,6 +1823,7 @@ + if test x"$rb_with_pthread" = xyes; then + AC_DEFINE(_REENTRANT) + AC_DEFINE(_THREAD_SAFE) + [pthread], [MAINLIBS="-pthread $MAINLIBS"], - [LIBS="-l$pthread_lib $LIBS"]) - else - AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled") + AC_DEFINE(HAVE_LIBPTHREAD) + AC_CHECK_HEADERS(pthread_np.h, [], [], [@%:@include ]) + AS_CASE([$pthread_lib], Index: lang/ruby19/files/patch-cont.c =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/files/patch-cont.c,v retrieving revision 1.1 diff -u -r1.1 patch-cont.c --- lang/ruby19/files/patch-cont.c 21 Nov 2011 20:59:09 -0000 1.1 +++ lang/ruby19/files/patch-cont.c 17 Feb 2012 04:10:18 -0000 @@ -1,11 +1,11 @@ ---- cont.c.orig 2011-11-18 03:37:32.000000000 -0800 -+++ cont.c 2011-11-18 03:38:22.000000000 -0800 +--- cont.c.orig 2012-02-16 22:31:17.691397569 -0500 ++++ cont.c 2012-02-16 22:31:31.507395417 -0500 @@ -15,7 +15,7 @@ #include "gc.h" #include "eval_intern.h" --#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || defined(HAVE_SETCONTEXT)) && !defined(__NetBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) -+#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || defined(HAVE_SETCONTEXT)) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) +-#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) ++#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE) #define FIBER_USE_NATIVE 1 /* FIBER_USE_NATIVE enables Fiber performance improvement using system --------------080108090702090302000609-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 04:14:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A23B1065670; Fri, 17 Feb 2012 04:14:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4166D8FC22; Fri, 17 Feb 2012 04:14:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H4Ef3S085518; Fri, 17 Feb 2012 04:14:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H4EfV0085514; Fri, 17 Feb 2012 04:14:41 GMT (envelope-from swills) Date: Fri, 17 Feb 2012 04:14:41 GMT Message-Id: <201202170414.q1H4EfV0085514@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165223: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 04:14:41 -0000 Synopsis: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: swills Responsible-Changed-When: Fri Feb 17 04:14:26 UTC 2012 Responsible-Changed-Why: over to portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=165223 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 04:33:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D5C0106567C; Fri, 17 Feb 2012 04:33:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 361A98FC22; Fri, 17 Feb 2012 04:33:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H4XaV7005097; Fri, 17 Feb 2012 04:33:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H4XZF7005093; Fri, 17 Feb 2012 04:33:35 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 04:33:35 GMT Message-Id: <201202170433.q1H4XZF7005093@freefall.freebsd.org> To: skrabban@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164941: [UPDATE] [NEW PORTS] jamvm/classpath w/o jdk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 04:33:36 -0000 Synopsis: [UPDATE] [NEW PORTS] jamvm/classpath w/o jdk State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Feb 17 04:29:25 UTC 2012 State-Changed-Why: Attempt to notify maintainer of both java/jamvm and java/classpath about the proposed changes to those 2 ports. After approval, we need to do the new ports, perhaps separately. http://www.freebsd.org/cgi/query-pr.cgi?pr=164941 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 05:13:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 293671065670; Fri, 17 Feb 2012 05:13:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00E558FC16; Fri, 17 Feb 2012 05:13:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H5DT5r040027; Fri, 17 Feb 2012 05:13:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H5DTsv040023; Fri, 17 Feb 2012 05:13:29 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 05:13:29 GMT Message-Id: <201202170513.q1H5DTsv040023@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mandree@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165218: [PATCH] sysutils/e2fsprogs: fail to build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 05:13:30 -0000 Old Synopsis: [PATCH] e2fsprogs: fail to build with clang New Synopsis: [PATCH] sysutils/e2fsprogs: fail to build with clang Responsible-Changed-From-To: freebsd-ports-bugs->mandree Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 17 05:12:52 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=165218 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 05:47:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95A71106567B; Fri, 17 Feb 2012 05:47:38 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 388718FC1A; Fri, 17 Feb 2012 05:47:37 +0000 (UTC) Received: by vcmm1 with SMTP id m1so2988872vcm.13 for ; Thu, 16 Feb 2012 21:47:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.66.166 with SMTP id g6mr2798401vdt.34.1329457656816; Thu, 16 Feb 2012 21:47:36 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.220.115.138 with HTTP; Thu, 16 Feb 2012 21:47:36 -0800 (PST) In-Reply-To: <4F3CCA9D.4040709@gmail.com> References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> <20120214171056.GB23952@dormouse.experts-exchange.com> <4F3CCA9D.4040709@gmail.com> Date: Thu, 16 Feb 2012 21:47:36 -0800 X-Google-Sender-Auth: EMvX087NKLzhnFm5scGWtCyq1NM Message-ID: From: Jason Helfman To: David Demelier X-Gm-Message-State: ALoCoQkhVJbYfbh5wJsEWQ71wBzMlAqG7flHm2ZwiaTramn9kfts60Bf4Kiyf0Jx1EpQkJ2v+epp Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 05:47:38 -0000 On Thu, Feb 16, 2012 at 1:21 AM, David Demelier wrote: > On 14/02/2012 18:10, Jason Helfman wrote: > >> On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus spake: >> >>> On 12/02/2012 07:01, Jason Helfman wrote: >>> >>>> On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier thus spake: >>>> >>>>> On 11/02/2012 00:07, Jason Helfman wrote: >>>>> >>>>>> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David Demelier thus spake: >>>>>> >>>>>>> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >>>>>>> >>>>>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>>>>> >>>>>>>> State-Changed-From-To: closed->open >>>>>>>> State-Changed-By: miwi >>>>>>>> State-Changed-When: Mon Nov 28 23:14:36 UTC 2011 >>>>>>>> State-Changed-Why: >>>>>>>> reopen >>>>>>>> >>>>>>>> http://www.freebsd.org/cgi/**query-pr.cgi?pr=158533 >>>>>>>> >>>>>>> >>>>>>> Mmm, maybe this PR will be committed in 2049. >>>>>>> >>>>>>> -- >>>>>>> David Demelier >>>>>>> >>>>>> >>>>>> In miwi defense , he had asked regarding compiler errors back on July >>>>>> 2nd. >>>>>> Only a couple of days after it was submitted, and there was no >>>>>> reply to >>>>>> that >>>>>> request. It seems either it is the same issue, or maybe a new >>>>>> issue. The >>>>>> old >>>>>> log wasn't available for compariso or analysis. >>>>>> >>>>>> I did a fresh build here, and recevied compiler errors across the >>>>>> board. >>>>>> >>>>>> https://redports.org/**buildarchive/20120210234431-**57597/ >>>>>> >>>>>> -jgh >>>>>> >>>>>> >>>>> Are you sure ? >>>>> >>>>> From miwi the 02/07/2011 but I agree with you there was no feedback >>>>> because I only replied to miwi@ and forgot to cc the PR email. >>>>> >>>>> -- Message from miwi 02/07/2011 16:13 -- >>>>> >>>>> think we can try that :) will test and report to you back. >>>>> >>>>> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >>>>> wrote: >>>>> >>>>> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >>>>> >>>>> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >>>>> >>>>> State-Changed-From-To: open->feedback >>>>> State-Changed-By: miwi >>>>> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >>>>> State-Changed-Why: >>>>> build failed >>>>> http://tb.smeets.im/tb/index.**php?action=describe_port&id=**509 >>>>> >>>>> http://www.freebsd.org/cgi/**query-pr.cgi?pr=158533 >>>>> >>>>> >>>>> Hi, I'm not used to QT components, could you try to add >>>>> "opengl_build" in the QT_COMPONENTS= variable ? >>>>> >>>>> >>>> Same error: >>>> http://redports.org/**buildarchive/20120211185111-**33188/ >>>> >>>> -jgh >>>> >>> >>> I updated the port to 0.8.0 version and confirm that it successfully >>> build on my 9.0-RELEASE amd64 box. I've just added opengl_build, I had >>> no Qt libraries (of any type) before the build, only X11. >>> >>> Please take a look at the new shar file. >>> >>> cheers, >>> >>> -- >>> David Demelier >>> >> >> Here is the new build: >> https://redports.org/**buildarchive/20120214065224-**54/ >> >> -jgh >> >> > Here, when I build the include path /usr/local/include/qt4/**QtOpenGl is > added to the c++ flags : > > g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII > -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED > -I/usr/local/share/qt4/**mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/ > **QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/**QtOpenGL > -I/usr/local/include/qt4 -I../libtiled -I/usr/local/include -I.moc -I.uic > -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o mapview.cpp > > I can see that your build do not include this path : > > g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII > -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/ > **mkspecs/freebsd-g++ -I. -I/usr/local/include/qt4/**QtCore > -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I../libtiled > -I.moc -I.uic -I/usr/local/include/qt4 -I/usr/local/include -o > .obj/mapview.o mapview.cpp > > But I can't figure out why you don't have the include path. Is qt4-opengl > installed? > > Cheers, > > -- > David Demelier > > I just built the shar you sent. I didn't change a thing, and I built it in a clean environment. Thanks, Jason From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 06:11:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5E41065672; Fri, 17 Feb 2012 06:11:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A45E78FC1A; Fri, 17 Feb 2012 06:11:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H6BscM095711; Fri, 17 Feb 2012 06:11:54 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H6Bssr095707; Fri, 17 Feb 2012 06:11:54 GMT (envelope-from culot) Date: Fri, 17 Feb 2012 06:11:54 GMT Message-Id: <201202170611.q1H6Bssr095707@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/165222: [MAINTAINER] devel/gitolite: update to 2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 06:11:54 -0000 Synopsis: [MAINTAINER] devel/gitolite: update to 2.3 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Feb 17 06:11:54 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165222 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 08:31:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68530106566C; Fri, 17 Feb 2012 08:31:48 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFA48FC12; Fri, 17 Feb 2012 08:31:47 +0000 (UTC) Received: by werm13 with SMTP id m13so2668987wer.13 for ; Fri, 17 Feb 2012 00:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=t8BeKikpihOg0wKYTjHgFpdWNXz5RmwYm/G59YR6+ak=; b=DTJgUXB8zyzuX6QBgn9eNWQU7n23Y9bH3Tws0G8Kys2uArcrMV0loKpzhkohKAkZgz SRU/qfnCvcLZpd7CJW23ythC7D8+6BKkZ62tuViBY3RlMNzIshFXqdipz1nLT+YZlDnY fONUvnMBKE08oMN92ATfJEQNuRUIESp+E0RCU= Received: by 10.216.137.166 with SMTP id y38mr2770851wei.16.1329467506296; Fri, 17 Feb 2012 00:31:46 -0800 (PST) Received: from Groseille.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id ft8sm5930229wib.11.2012.02.17.00.31.43 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 00:31:44 -0800 (PST) Message-ID: <4F3E1091.5060901@gmail.com> Date: Fri, 17 Feb 2012 09:32:17 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120214 Thunderbird/10.0.1 MIME-Version: 1.0 To: Jason Helfman References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> <20120214171056.GB23952@dormouse.experts-exchange.com> <4F3CCA9D.4040709@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 08:31:48 -0000 On 17/02/2012 06:47, Jason Helfman wrote: > > > On Thu, Feb 16, 2012 at 1:21 AM, David Demelier > > wrote: > > On 14/02/2012 18:10, Jason Helfman wrote: > > On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus spake: > > On 12/02/2012 07:01, Jason Helfman wrote: > > On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier > thus spake: > > On 11/02/2012 00:07, Jason Helfman wrote: > > On Fri, Feb 10, 2012 at 06:47:17PM +0100, David > Demelier thus spake: > > On 29/11/2011 00:14, miwi@FreeBSD.org wrote: > > Synopsis: [NEW PORT] devel/tiled: 2D > game map editor > > State-Changed-From-To: closed->open > State-Changed-By: miwi > State-Changed-When: Mon Nov 28 23:14:36 > UTC 2011 > State-Changed-Why: > reopen > > http://www.freebsd.org/cgi/__query-pr.cgi?pr=158533 > > > > Mmm, maybe this PR will be committed in 2049. > > -- > David Demelier > > > In miwi defense , he had asked regarding > compiler errors back on July > 2nd. > Only a couple of days after it was submitted, > and there was no > reply to > that > request. It seems either it is the same issue, > or maybe a new > issue. The > old > log wasn't available for compariso or analysis. > > I did a fresh build here, and recevied compiler > errors across the > board. > > https://redports.org/__buildarchive/20120210234431-__57597/ > > > -jgh > > > Are you sure ? > > From miwi the 02/07/2011 but I agree with you there > was no feedback > because I only replied to miwi@ and forgot to cc the > PR email. > > -- Message from miwi 02/07/2011 16:13 -- > > think we can try that :) will test and report to you > back. > > On Sat, Jul 2, 2011 at 9:46 PM, David Demelier > > wrote: > > On 02/07/2011 13:17, miwi@FreeBSD.org wrote: > > Synopsis: [NEW PORT] devel/tiled: 2D game map editor > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 > State-Changed-Why: > build failed > http://tb.smeets.im/tb/index.__php?action=describe_port&id=__509 > > > http://www.freebsd.org/cgi/__query-pr.cgi?pr=158533 > > > > Hi, I'm not used to QT components, could you try to add > "opengl_build" in the QT_COMPONENTS= variable ? > > > Same error: > http://redports.org/__buildarchive/20120211185111-__33188/ > > > -jgh > > > I updated the port to 0.8.0 version and confirm that it > successfully > build on my 9.0-RELEASE amd64 box. I've just added > opengl_build, I had > no Qt libraries (of any type) before the build, only X11. > > Please take a look at the new shar file. > > cheers, > > -- > David Demelier > > > Here is the new build: > https://redports.org/__buildarchive/20120214065224-__54/ > > > -jgh > > > Here, when I build the include path > /usr/local/include/qt4/__QtOpenGl is added to the c++ flags : > > g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII > -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB > -DQT_CORE_LIB -DQT_SHARED > -I/usr/local/share/qt4/__mkspecs/freebsd-g++ -I. > -I/usr/local/include/qt4/__QtCore -I/usr/local/include/qt4/QtGui > -I/usr/local/include/qt4/__QtOpenGL -I/usr/local/include/qt4 > -I../libtiled -I/usr/local/include -I.moc -I.uic > -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o > mapview.cpp > > I can see that your build do not include this path : > > g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII > -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB > -DQT_SHARED -I/usr/local/share/qt4/__mkspecs/freebsd-g++ -I. > -I/usr/local/include/qt4/__QtCore -I/usr/local/include/qt4/QtGui > -I/usr/local/include/qt4 -I../libtiled -I.moc -I.uic > -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o > mapview.cpp > > But I can't figure out why you don't have the include path. Is > qt4-opengl installed? > > Cheers, > > -- > David Demelier > > I just built the shar you sent. I didn't change a thing, and I built it > in a clean environment. > > Thanks, > Jason > I can't understand why you are missing an include path.. -- David Demelier From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 08:33:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D0591065670 for ; Fri, 17 Feb 2012 08:33:15 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id EB0968FC13 for ; Fri, 17 Feb 2012 08:33:14 +0000 (UTC) Received: by eaan10 with SMTP id n10so1398467eaa.13 for ; Fri, 17 Feb 2012 00:33:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/A8mC0niRv8Sb68HeBdgyQX587K2Jjk3ryhb7Us9t5o=; b=b7HB6goJx+WpyTYMQ7sJ8aUj6qP3dj4yLUyxc+s+x5FRT183p8459jnmOaAOUhAfRl f4E1/SkrmsGPoUCdlmiEyrddEofBktoA8IDRk6c7hylf2qNdaqXZjCRz65po0AHSUMwS 1kfzZFeiGtLCXoleMIhjgRrnvYq6o8FloqhCE= Received: by 10.14.120.201 with SMTP id p49mr3298747eeh.74.1329465705840; Fri, 17 Feb 2012 00:01:45 -0800 (PST) Received: from green.tandem.local (117-18-132-95.pool.ukrtel.net. [95.132.18.117]) by mx.google.com with ESMTPS id n52sm35763168eea.5.2012.02.17.00.01.43 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 00:01:44 -0800 (PST) Message-ID: <4F3E0965.8000107@gmail.com> Date: Fri, 17 Feb 2012 10:01:41 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org References: <201202162300.q1GN0Z4U087797__33798.2760313482$1329433323$gmane$org@freefall.freebsd.org> In-Reply-To: <201202162300.q1GN0Z4U087797__33798.2760313482$1329433323$gmane$org@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org Subject: Re: ports/165215: www/linux-f10-flashplugin11 is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 08:33:15 -0000 edwin@FreeBSD.org wrote: > Synopsis: www/linux-f10-flashplugin11 is vulnerable > > Responsible-Changed-From-To: freebsd-ports-bugs->emulation > Responsible-Changed-By: edwin > Responsible-Changed-When: Thu Feb 16 23:00:34 UTC 2012 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165215 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" Could someone take care to commit this? I already filed http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165199 yesterday and still no move... And we have a 0-day here. http://watchguardsecuritycenter.com/2012/02/16/adobe-flash-update-plugs-zero-day-xss-hole-and-others/ -- Sphinx of black quartz judge my vow. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 09:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C56B106564A for ; Fri, 17 Feb 2012 09:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4CF8FC12 for ; Fri, 17 Feb 2012 09:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H9ACWp086247 for ; Fri, 17 Feb 2012 09:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H9ACLu086246; Fri, 17 Feb 2012 09:10:12 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 09:10:12 GMT Resent-Message-Id: <201202170910.q1H9ACLu086246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jb Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B03106566B for ; Fri, 17 Feb 2012 09:05:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1378FC08 for ; Fri, 17 Feb 2012 09:05:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1H95LWN009546 for ; Fri, 17 Feb 2012 09:05:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1H95LkS009545; Fri, 17 Feb 2012 09:05:21 GMT (envelope-from nobody) Message-Id: <201202170905.q1H95LkS009545@red.freebsd.org> Date: Fri, 17 Feb 2012 09:05:21 GMT From: jb To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165226: portupgrade - unnecessary source package retrieval X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 09:10:12 -0000 >Number: 165226 >Category: ports >Synopsis: portupgrade - unnecessary source package retrieval >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 09:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: jb >Release: FreeBSD 9.0-RELEASE #0 >Organization: >Environment: FreeBSD localhost.localdomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Why is portupgrade retrieving firefox-9.0.1,1.tbz only to next confirm that it is already installed and ignore it ? Should the steps be performed in reverse ? # portupgrade -PP firefox [Updating the portsdb in /usr/ports ... - 23144 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000.........21000.........22000.........23000. ..... done] ---> Checking for the latest package of 'www/firefox' ** No such file or directory - /usr/ports/packages/All ---> Fetching the package(s) for 'firefox-10.0,1' (www/firefox) ---> Fetching firefox-10.0,1 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.tbz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.tbz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.txz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.txz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.tgz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-9.0-release/All/firefox-10.0,1.tgz ** Failed to fetch firefox-10.0,1 ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! firefox-10.0,1 (fetch error) ---> Fetching the latest package(s) for 'firefox' (www/firefox) ---> Fetching firefox /var/tmp/portupgrade8cD9grYr/firefox.tbz 100% of 26 MB 240 kBps 00m00s ---> Downloaded as firefox.tbz ---> Identifying the package /var/tmp/portupgrade8cD9grYr/firefox.tbz ---> Saved as /usr/ports/packages/All/firefox-9.0.1,1.tbz ---> Found a package of 'www/firefox': /usr/ports/packages/All/firefox-9.0.1,1.tbz (firefox-9.0.1,1) ---> Located a package version 9.0.1,1 (/usr/ports/packages/All/firefox-9.0.1,1.tbz) ** Ignoring the package, which is the same version as is installed (9.0.1,1) ** No package available: www/firefox ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! www/firefox (firefox-9.0.1,1) (package not found) >How-To-Repeat: as above - as of today there is no firefox package available yet. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 09:37:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631A5106564A; Fri, 17 Feb 2012 09:37:17 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 353138FC0C; Fri, 17 Feb 2012 09:37:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1H9bHmu015367; Fri, 17 Feb 2012 09:37:17 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1H9bHD3015363; Fri, 17 Feb 2012 09:37:17 GMT (envelope-from crees) Date: Fri, 17 Feb 2012 09:37:17 GMT Message-Id: <201202170937.q1H9bHD3015363@freefall.freebsd.org> To: jhein@symmetricom.com, jhein@symmetricom.com, crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/164963: [PATCH] ports-mgmt/porttools: add submit -P to print PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 09:37:17 -0000 Synopsis: [PATCH] ports-mgmt/porttools: add submit -P to print PR State-Changed-From-To: open->suspended State-Changed-By: crees State-Changed-When: Fri Feb 17 09:37:16 UTC 2012 State-Changed-Why: I'll take it, and get it in once ports/139872 is in. Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: crees Responsible-Changed-When: Fri Feb 17 09:37:16 UTC 2012 Responsible-Changed-Why: I'll take it, and get it in once ports/139872 is in. http://www.freebsd.org/cgi/query-pr.cgi?pr=164963 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 10:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B98361065675 for ; Fri, 17 Feb 2012 10:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED218FC26 for ; Fri, 17 Feb 2012 10:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HAKAV1053148 for ; Fri, 17 Feb 2012 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HAKAZw053147; Fri, 17 Feb 2012 10:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 10:20:10 GMT Resent-Message-Id: <201202171020.q1HAKAZw053147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E212C1065670 for ; Fri, 17 Feb 2012 10:13:36 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AAA7F8FC15 for ; Fri, 17 Feb 2012 10:13:36 +0000 (UTC) Received: by iaeo4 with SMTP id o4so5556438iae.13 for ; Fri, 17 Feb 2012 02:13:36 -0800 (PST) Received: by 10.42.46.76 with SMTP id j12mr6234941icf.22.1329473616119; Fri, 17 Feb 2012 02:13:36 -0800 (PST) Received: from elitebook.hp (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105]) by mx.google.com with ESMTPS id f8sm14818946ibl.6.2012.02.17.02.13.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Feb 2012 02:13:35 -0800 (PST) Received: by elitebook.hp (sSMTP sendmail emulation); Fri, 17 Feb 2012 04:13:29 -0600 Message-Id: <4f3e284f.8853e70a.47cf.66fb@mx.google.com> Date: Fri, 17 Feb 2012 04:13:29 -0600 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165227: [UPDATE] libgsf-1.14.22, goffice-0.9.1, gnumeric-1.11.1... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 10:20:10 -0000 >Number: 165227 >Category: ports >Synopsis: [UPDATE] libgsf-1.14.22, goffice-0.9.1, gnumeric-1.11.1... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 10:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #2 r230519: Tue Jan 24 22:28:11 CST 2012 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64 >Description: This is a combined patch which updates: libgsf py-libgsf goffice gnumeric openbabel gchemutils libgsf-gnome is not supported anymore. We might to recopy the old libgsf to support the old goffice (only they depends on libgsf_gnome). I'm not familiar with these... openbabel.3 -> .4, other ports that depend on it must bump version. >How-To-Repeat: >Fix: The patch is at https://gist.github.com/1849866 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 10:31:49 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 819961065670 for ; Fri, 17 Feb 2012 10:31:49 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0A38FC21 for ; Fri, 17 Feb 2012 10:31:49 +0000 (UTC) Received: by iaeo4 with SMTP id o4so5583841iae.13 for ; Fri, 17 Feb 2012 02:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FPYaRGy32vykwZPq/9GoXJ2vY6Jk7VzPygnzcZIgKXU=; b=xrV0iv0lpLp8VKONfnG6CJHEdw30OOHMIN3rQC/noixgHKJVt7Z5pZJM1+kX2XA6aO 3zmjdW+4UBAjsEePInqqqsel0+paGIkSYKCVfqa3ALLhf7UUSt7AJOg8zThWKTdRjaxj QT5NiGA25ZxMPQ/RnO/3vEuOrutxUvT4GesdE= MIME-Version: 1.0 Received: by 10.50.155.201 with SMTP id vy9mr7818775igb.16.1329473340370; Fri, 17 Feb 2012 02:09:00 -0800 (PST) Received: by 10.231.183.21 with HTTP; Fri, 17 Feb 2012 02:09:00 -0800 (PST) Received: by 10.231.183.21 with HTTP; Fri, 17 Feb 2012 02:09:00 -0800 (PST) In-Reply-To: <4F3E1091.5060901@gmail.com> References: <201111282314.pASNEalY097315@freefall.freebsd.org> <4F355825.3090100@gmail.com> <20120210230737.GA79510@dormouse.experts-exchange.com> <4F3640B6.7020602@gmail.com> <20120212060158.GA1302@dormouse.experts-exchange.com> <4F38E0B8.6070808@gmail.com> <20120214171056.GB23952@dormouse.experts-exchange.com> <4F3CCA9D.4040709@gmail.com> <4F3E1091.5060901@gmail.com> Date: Fri, 17 Feb 2012 10:09:00 +0000 Message-ID: From: Chris Rees To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports-bugs@freebsd.org, Jason Helfman Subject: Re: ports/158533: [NEW PORT] devel/tiled: 2D game map editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 10:31:49 -0000 Personally, I'd bring this up with kde@. Chris On 17 Feb 2012 08:31, "David Demelier" wrote: > On 17/02/2012 06:47, Jason Helfman wrote: > >> >> >> On Thu, Feb 16, 2012 at 1:21 AM, David Demelier >> >> >> wrote: >> >> On 14/02/2012 18:10, Jason Helfman wrote: >> >> On Mon, Feb 13, 2012 at 11:06:48AM +0100, David Demelier thus >> spake: >> >> On 12/02/2012 07:01, Jason Helfman wrote: >> >> On Sat, Feb 11, 2012 at 11:19:34AM +0100, David Demelier >> thus spake: >> >> On 11/02/2012 00:07, Jason Helfman wrote: >> >> On Fri, Feb 10, 2012 at 06:47:17PM +0100, David >> Demelier thus spake: >> >> On 29/11/2011 00:14, miwi@FreeBSD.org wrote: >> >> Synopsis: [NEW PORT] devel/tiled: 2D >> game map editor >> >> State-Changed-From-To: closed->open >> State-Changed-By: miwi >> State-Changed-When: Mon Nov 28 23:14:36 >> UTC 2011 >> State-Changed-Why: >> reopen >> >> http://www.freebsd.org/cgi/__** >> query-pr.cgi?pr=158533 >> > query-pr.cgi?pr=158533 >> > >> >> >> Mmm, maybe this PR will be committed in 2049. >> >> -- >> David Demelier >> >> >> In miwi defense , he had asked regarding >> compiler errors back on July >> 2nd. >> Only a couple of days after it was submitted, >> and there was no >> reply to >> that >> request. It seems either it is the same issue, >> or maybe a new >> issue. The >> old >> log wasn't available for compariso or analysis. >> >> I did a fresh build here, and recevied compiler >> errors across the >> board. >> >> https://redports.org/__** >> buildarchive/20120210234431-__**57597/ >> > buildarchive/20120210234431-**57597/ >> > >> >> -jgh >> >> >> Are you sure ? >> >> From miwi the 02/07/2011 but I agree with you there >> was no feedback >> because I only replied to miwi@ and forgot to cc the >> PR email. >> >> -- Message from miwi 02/07/2011 16:13 -- >> >> think we can try that :) will test and report to you >> back. >> >> On Sat, Jul 2, 2011 at 9:46 PM, David Demelier >> > >> >> wrote: >> >> On 02/07/2011 13:17, miwi@FreeBSD.org wrote: >> >> Synopsis: [NEW PORT] devel/tiled: 2D game map editor >> >> State-Changed-From-To: open->feedback >> State-Changed-By: miwi >> State-Changed-When: Sat Jul 2 11:17:52 UTC 2011 >> State-Changed-Why: >> build failed >> http://tb.smeets.im/tb/index._** >> _php?action=describe_port&id=_**_509 >> > php?action=describe_port&id=**509 >> > >> >> http://www.freebsd.org/cgi/__**query-pr.cgi?pr=158533 >> >> > >> >> >> Hi, I'm not used to QT components, could you try to add >> "opengl_build" in the QT_COMPONENTS= variable ? >> >> >> Same error: >> http://redports.org/__**buildarchive/20120211185111-__** >> 33188/ >> > 33188/ > >> >> -jgh >> >> >> I updated the port to 0.8.0 version and confirm that it >> successfully >> build on my 9.0-RELEASE amd64 box. I've just added >> opengl_build, I had >> no Qt libraries (of any type) before the build, only X11. >> >> Please take a look at the new shar file. >> >> cheers, >> >> -- >> David Demelier >> >> >> Here is the new build: >> https://redports.org/__**buildarchive/20120214065224-__**54/ >> >> > >> >> -jgh >> >> >> Here, when I build the include path >> /usr/local/include/qt4/__**QtOpenGl is added to the c++ flags : >> >> g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII >> -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB >> -DQT_CORE_LIB -DQT_SHARED >> -I/usr/local/share/qt4/__**mkspecs/freebsd-g++ -I. >> -I/usr/local/include/qt4/__**QtCore -I/usr/local/include/qt4/QtGui >> -I/usr/local/include/qt4/__**QtOpenGL -I/usr/local/include/qt4 >> -I../libtiled -I/usr/local/include -I.moc -I.uic >> -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o >> mapview.cpp >> >> I can see that your build do not include this path : >> >> g++ -c -pipe -O2 -Wall -W -DQT_NO_CAST_FROM_ASCII >> -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB >> -DQT_SHARED -I/usr/local/share/qt4/__**mkspecs/freebsd-g++ -I. >> -I/usr/local/include/qt4/__**QtCore -I/usr/local/include/qt4/QtGui >> -I/usr/local/include/qt4 -I../libtiled -I.moc -I.uic >> -I/usr/local/include/qt4 -I/usr/local/include -o .obj/mapview.o >> mapview.cpp >> >> But I can't figure out why you don't have the include path. Is >> qt4-opengl installed? >> >> Cheers, >> >> -- >> David Demelier >> >> I just built the shar you sent. I didn't change a thing, and I built it >> in a clean environment. >> >> Thanks, >> Jason >> >> > I can't understand why you are missing an include path.. > > -- > David Demelier > ______________________________**_________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-** > unsubscribe@freebsd.org " > > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 11:46:54 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8D06106566B; Fri, 17 Feb 2012 11:46:54 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6D98FC0C; Fri, 17 Feb 2012 11:46:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HBksbl049409; Fri, 17 Feb 2012 11:46:54 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HBksgw049405; Fri, 17 Feb 2012 11:46:54 GMT (envelope-from makc) Date: Fri, 17 Feb 2012 11:46:54 GMT Message-Id: <201202171146.q1HBksgw049405@freefall.freebsd.org> To: spam@rm-rf.kiev.ua, makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/164743: [UPDATE] emulators/dgen-sdl to v1.29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 11:46:54 -0000 Synopsis: [UPDATE] emulators/dgen-sdl to v1.29 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Fri Feb 17 11:46:54 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164743 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 12:01:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B56121065675; Fri, 17 Feb 2012 12:01:06 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89A838FC1C; Fri, 17 Feb 2012 12:01:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HC16nr060309; Fri, 17 Feb 2012 12:01:06 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HC16wf060302; Fri, 17 Feb 2012 12:01:06 GMT (envelope-from makc) Date: Fri, 17 Feb 2012 12:01:06 GMT Message-Id: <201202171201.q1HC16wf060302@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/163616: [new port] games/quadra: A tetris like multiuser action puzzle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 12:01:06 -0000 Synopsis: [new port] games/quadra: A tetris like multiuser action puzzle Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Fri Feb 17 12:01:05 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=163616 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 12:20:58 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8FE81065688; Fri, 17 Feb 2012 12:20:58 +0000 (UTC) (envelope-from skrabban@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 735468FC08; Fri, 17 Feb 2012 12:20:58 +0000 (UTC) Received: by ghbg15 with SMTP id g15so2042345ghb.13 for ; Fri, 17 Feb 2012 04:20:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=3EZ0c/lM+Ty6dh5Wv3sHKbuRNnOqbheBu09kkpXCXrc=; b=Yutc2tOCyzyGHzeKTad5PlswJaFl3QWWdy7aIQkpiW5WH51YExerWlALuuRyLkLrwm FHsq3j+H1ynwDYajdaVgd3d3k/Rcvh5Z/NmpRiebZ6Um7RIr6c8kByBwkGg/80bXKB7j 9UTQtzMfXboIRZr2wx+35GTJPTighxx6UdtII= MIME-Version: 1.0 Received: by 10.236.175.162 with SMTP id z22mr9141854yhl.119.1329479811333; Fri, 17 Feb 2012 03:56:51 -0800 (PST) Received: by 10.236.202.229 with HTTP; Fri, 17 Feb 2012 03:56:51 -0800 (PST) In-Reply-To: <201202170433.q1H4XZF7005093@freefall.freebsd.org> References: <201202170433.q1H4XZF7005093@freefall.freebsd.org> Date: Fri, 17 Feb 2012 12:56:51 +0100 Message-ID: From: Per Ola Ingvarsson To: linimon@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/164941: [UPDATE] [NEW PORTS] jamvm/classpath w/o jdk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 12:20:58 -0000 On Fri, Feb 17, 2012 at 5:33 AM, wrote: > Attempt to notify maintainer of both java/jamvm and java/classpath > about the proposed changes to those 2 ports. =A0After approval, we > need to do the new ports, perhaps separately. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D164941 Will do. jamvm can be taken separately, but the new classpath depends on jamvm-initial which build-depends on classpath-initial instead of java 1.6, which is what makes it work on sparc64. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6612106566C for ; Fri, 17 Feb 2012 14:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABDF28FC1B for ; Fri, 17 Feb 2012 14:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0QH7069157 for ; Fri, 17 Feb 2012 14:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0QMW069154; Fri, 17 Feb 2012 14:00:26 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:00:26 GMT Resent-Message-Id: <201202171400.q1HE0QMW069154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47395106567A for ; Fri, 17 Feb 2012 13:50:41 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id D06748FC0C for ; Fri, 17 Feb 2012 13:50:40 +0000 (UTC) Received: (qmail 19049 invoked by uid 0); 17 Feb 2012 22:50:39 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Fri, 17 Feb 2012 22:50:38 +0900 Message-Id: <20120217.225027.378910744.murashin@gfd-dennou.org> Date: Fri, 17 Feb 2012 22:50:27 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165229: [maintainer-update] math/ruby-numru_misc: update to 0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:27 -0000 >Number: 165229 >Category: ports >Synopsis: [maintainer-update] math/ruby-numru_misc: update to 0.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - update to 0.1.1 - add and update URLs of MASTER_SITES - add LICENSE related lines - update author's email address >How-To-Repeat: N/A >Fix: --- ruby-numru_misc.diff begins here --- diff -urN /usr/ports/math/ruby-numru_misc/Makefile ruby-numru_misc/Makefile --- /usr/ports/math/ruby-numru_misc/Makefile 2010-06-10 12:24:30.000000000 +0900 +++ ruby-numru_misc/Makefile 2012-02-15 04:39:15.997448228 +0900 @@ -6,13 +6,18 @@ # PORTNAME= numru_misc -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= math ruby -MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-misc/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-misc/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/numru-misc/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/numru-misc/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-misc-${PORTVERSION} DIST_SUBDIR= ruby +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + MAINTAINER= murashin@gfd-dennou.org COMMENT= Collection of misc functions and classes to facilitate programming @@ -22,7 +27,7 @@ USE_RUBY= yes NO_BUILD= yes -DOCS= ChangeLog doc/* +DOCS= ChangeLog LICENSE.txt doc/* do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb diff -urN /usr/ports/math/ruby-numru_misc/distinfo ruby-numru_misc/distinfo --- /usr/ports/math/ruby-numru_misc/distinfo 2011-03-20 21:50:56.000000000 +0900 +++ ruby-numru_misc/distinfo 2012-02-15 04:36:10.366442541 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby/numru-misc-0.1.0.tar.gz) = c0c7e0f3f7917506cb5e49a20bfd27fde9022f2eb220633906787e79b7ebadf2 -SIZE (ruby/numru-misc-0.1.0.tar.gz) = 11311 +SHA256 (ruby/numru-misc-0.1.1.tar.gz) = e1a592181c184e38c2739f4b45fca0608dffab0c0dbf338798258d3092cdb1d4 +SIZE (ruby/numru-misc-0.1.1.tar.gz) = 12305 diff -urN /usr/ports/math/ruby-numru_misc/pkg-descr ruby-numru_misc/pkg-descr --- /usr/ports/math/ruby-numru_misc/pkg-descr 2004-09-02 18:45:01.000000000 +0900 +++ ruby-numru_misc/pkg-descr 2012-02-15 04:32:35.407447962 +0900 @@ -1,5 +1,5 @@ Miscellaneous functions and classes to facilitate programming. Misc requires NArray, a multi-dimensional numeric array class for ruby. -Author: Takeshi Horinouchi +Author: Takeshi Horinouchi WWW: http://ruby.gfd-dennou.org/products/numru-misc/ diff -urN /usr/ports/math/ruby-numru_misc/pkg-plist ruby-numru_misc/pkg-plist --- /usr/ports/math/ruby-numru_misc/pkg-plist 2006-01-22 11:26:23.000000000 +0900 +++ ruby-numru_misc/pkg-plist 2012-02-15 04:39:31.837463579 +0900 @@ -6,6 +6,7 @@ @dirrm %%RUBY_SITELIBDIR%%/numru/misc @dirrmtry %%RUBY_SITELIBDIR%%/numru %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt %%PORTDOCS%%%%RUBY_MODDOCDIR%%/emath.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/keywordopt.html --- ruby-numru_misc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C26F1065675 for ; Fri, 17 Feb 2012 14:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 767558FC08 for ; Fri, 17 Feb 2012 14:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0R5Z069180 for ; Fri, 17 Feb 2012 14:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0ReT069174; Fri, 17 Feb 2012 14:00:27 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:00:27 GMT Resent-Message-Id: <201202171400.q1HE0ReT069174@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0203106564A for ; Fri, 17 Feb 2012 13:52:52 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id 76CB68FC1B for ; Fri, 17 Feb 2012 13:52:52 +0000 (UTC) Received: (qmail 19225 invoked by uid 0); 17 Feb 2012 22:52:51 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Fri, 17 Feb 2012 22:52:51 +0900 Message-Id: <20120217.225241.259403088.murashin@gfd-dennou.org> Date: Fri, 17 Feb 2012 22:52:41 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165230: [maintainer-update] math/ruby-numru_units: update to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:27 -0000 >Number: 165230 >Category: ports >Synopsis: [maintainer-update] math/ruby-numru_units: update to 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - update to 1.7 - add and update URLs of MASTER_SITES - add LICENSE related lines >How-To-Repeat: N/A >Fix: --- ruby-numru_units.diff begins here --- diff -urN /usr/ports/math/ruby-numru_units/Makefile ruby-numru_units/Makefile --- /usr/ports/math/ruby-numru_units/Makefile 2010-06-10 12:25:33.000000000 +0900 +++ ruby-numru_units/Makefile 2012-02-15 04:54:18.987441090 +0900 @@ -6,9 +6,11 @@ # PORTNAME= numru_units -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= math ruby -MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-units/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-units/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/numru-units/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/numru-units/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-units-${PORTVERSION} DIST_SUBDIR= ruby @@ -16,10 +18,13 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= A class to handle units of physical quantities for Ruby +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_RUBY= yes NO_BUILD= yes -DOCS= ChangeLog doc/units.html doc/units.rd +DOCS= ChangeLog LICENSE.txt doc/units.html doc/units.rd do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb diff -urN /usr/ports/math/ruby-numru_units/distinfo ruby-numru_units/distinfo --- /usr/ports/math/ruby-numru_units/distinfo 2011-03-20 21:50:56.000000000 +0900 +++ ruby-numru_units/distinfo 2012-02-15 04:54:39.673441126 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby/numru-units-1.6.tar.gz) = cf59233de25b16001d6cbd1fa7d70daef3bbef2c5647287b14e3b5ddff315a64 -SIZE (ruby/numru-units-1.6.tar.gz) = 123354 +SHA256 (ruby/numru-units-1.7.tar.gz) = 15f385ac2daf0f5f6e8fe1af471d4cffcb9d0ede2a93edb208ec836a5b7bd9f8 +SIZE (ruby/numru-units-1.7.tar.gz) = 124276 diff -urN /usr/ports/math/ruby-numru_units/pkg-plist ruby-numru_units/pkg-plist --- /usr/ports/math/ruby-numru_units/pkg-plist 2006-01-22 11:26:23.000000000 +0900 +++ ruby-numru_units/pkg-plist 2012-02-15 04:43:56.231452200 +0900 @@ -1,6 +1,7 @@ %%RUBY_SITELIBDIR%%/numru/units.rb @dirrmtry %%RUBY_SITELIBDIR%%/numru %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt %%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.rd %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% --- ruby-numru_units.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3861A1065676 for ; Fri, 17 Feb 2012 14:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 134BE8FC0C for ; Fri, 17 Feb 2012 14:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0RGP069207 for ; Fri, 17 Feb 2012 14:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0RnP069203; Fri, 17 Feb 2012 14:00:27 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:00:27 GMT Resent-Message-Id: <201202171400.q1HE0RnP069203@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32242106566B for ; Fri, 17 Feb 2012 13:56:22 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id BABB98FC14 for ; Fri, 17 Feb 2012 13:56:21 +0000 (UTC) Received: (qmail 19406 invoked by uid 0); 17 Feb 2012 22:56:20 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Fri, 17 Feb 2012 22:56:20 +0900 Message-Id: <20120217.225610.19340735.murashin@gfd-dennou.org> Date: Fri, 17 Feb 2012 22:56:10 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165231: [maintainer-update] math/ruby-fftw3: update to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:28 -0000 >Number: 165231 >Category: ports >Synopsis: [maintainer-update] math/ruby-fftw3: update to 0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - update to 0.4 - add and update URLs of MASTER_SITES - add LICENSE related lines - update author's email address - use @dirrmtry - remove unnecessary BUILD_DEPENDS >How-To-Repeat: N/A >Fix: --- ruby-fftw3.diff begins here --- diff -urN /usr/ports/math/ruby-fftw3/Makefile ruby-fftw3/Makefile --- /usr/ports/math/ruby-fftw3/Makefile 2011-10-17 19:08:32.000000000 +0900 +++ ruby-fftw3/Makefile 2012-02-15 05:01:58.824439717 +0900 @@ -6,10 +6,11 @@ # PORTNAME= fftw3 -PORTVERSION= 0.2 -PORTREVISION= 3 +PORTVERSION= 0.4 CATEGORIES= math ruby -MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-fftw3/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/ruby-fftw3/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -17,13 +18,15 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= A Ruby interface to the FFTW ver.3 -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 USE_RUBY= yes USE_RUBY_EXTCONF= yes -DOCS= ChangeLog ToDo doc/* +DOCS= ChangeLog LICENSE.txt ToDo doc/* post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/math/ruby-fftw3/distinfo ruby-fftw3/distinfo --- /usr/ports/math/ruby-fftw3/distinfo 2011-03-20 21:50:55.000000000 +0900 +++ ruby-fftw3/distinfo 2012-02-15 05:01:10.301473390 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-fftw3-0.2.tar.gz) = 8e4e6250c4f55dcc451ae20e6c50c6c449745c5bc62c03b7e8e96d7d1af21dcb -SIZE (ruby/ruby-fftw3-0.2.tar.gz) = 5280 +SHA256 (ruby/ruby-fftw3-0.4.tar.gz) = 6b0758b320de15950aa5ebb8c0239dde9caa6278f9d81362a990230ff1c6ccdb +SIZE (ruby/ruby-fftw3-0.4.tar.gz) = 6322 diff -urN /usr/ports/math/ruby-fftw3/pkg-descr ruby-fftw3/pkg-descr --- /usr/ports/math/ruby-fftw3/pkg-descr 2004-06-27 08:07:23.000000000 +0900 +++ ruby-fftw3/pkg-descr 2012-02-15 05:02:22.024479526 +0900 @@ -1,4 +1,4 @@ Ruby bindins for Fast Fourier Transforms by using FFTW Ver.3. -Author: Takeshi Horinouchi +Author: Takeshi Horinouchi WWW: http://ruby.gfd-dennou.org/products/ruby-fftw3/ diff -urN /usr/ports/math/ruby-fftw3/pkg-plist ruby-fftw3/pkg-plist --- /usr/ports/math/ruby-fftw3/pkg-plist 2004-06-27 08:07:23.000000000 +0900 +++ ruby-fftw3/pkg-plist 2012-02-15 04:59:27.959464769 +0900 @@ -1,5 +1,6 @@ %%RUBY_SITEARCHLIBDIR%%/numru/fftw3.so -@unexec rmdir %B 2>/dev/null || true +@dirrmtry %%RUBY_SITEARCHLIBDIR%%/numru/ +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ruby-fftw3.html --- ruby-fftw3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2E2A106566B for ; Fri, 17 Feb 2012 14:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD5598FC14 for ; Fri, 17 Feb 2012 14:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0S8L069219 for ; Fri, 17 Feb 2012 14:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0Sit069218; Fri, 17 Feb 2012 14:00:28 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:00:28 GMT Resent-Message-Id: <201202171400.q1HE0Sit069218@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF6001065675 for ; Fri, 17 Feb 2012 13:59:35 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id 63C328FC19 for ; Fri, 17 Feb 2012 13:59:35 +0000 (UTC) Received: (qmail 19626 invoked by uid 0); 17 Feb 2012 22:59:34 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Fri, 17 Feb 2012 22:59:34 +0900 Message-Id: <20120217.225924.345473620.murashin@gfd-dennou.org> Date: Fri, 17 Feb 2012 22:59:24 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165232: [maintainer-update] science/ruby-dcl: update to 1.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:29 -0000 >Number: 165232 >Category: ports >Synopsis: [maintainer-update] science/ruby-dcl: update to 1.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:00:28 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - update to 1.6.3 - add and update URLs of MASTER_SITES - add LICENSE related lines - update author's email address - update WWW site URL to shorter version >How-To-Repeat: N/A >Fix: --- ruby-dcl.diff-onbin begins here --- diff -urN /usr/ports/science/ruby-dcl/Makefile ruby-dcl/Makefile --- /usr/ports/science/ruby-dcl/Makefile 2010-03-29 15:41:21.000000000 +0900 +++ ruby-dcl/Makefile 2012-02-09 12:26:15.029814867 +0900 @@ -6,18 +6,20 @@ # PORTNAME= dcl -PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTVERSION= 1.6.3 CATEGORIES= science graphics ruby -MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ \ - http://dennou-h.gfd-dennou.org/arch/ruby/products/ruby-dcl/ \ - http://dennou-q.gfd-dennou.org/arch/ruby/products/ruby-dcl/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-dcl/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-dcl/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/ruby-dcl/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= murashin@gfd-dennou.org COMMENT= A Ruby interface to the scientific graphic library DCL +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ ${LOCALBASE}/lib/libcdcl.a:${PORTSDIR}/science/cdcl RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray @@ -31,7 +33,7 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes -DOCS= ChangeLog README ToDo +DOCS= ChangeLog LICENSE.txt README ToDo .include diff -urN /usr/ports/science/ruby-dcl/distinfo ruby-dcl/distinfo --- /usr/ports/science/ruby-dcl/distinfo 2011-07-04 17:41:38.000000000 +0900 +++ ruby-dcl/distinfo 2012-02-09 12:02:52.639816418 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby-dcl-1.6.0.tar.gz) = 371fe6814ff66baeb41feb0dad1dfe65cd7dc1f268061e306b3ec54c96d3964d -SIZE (ruby-dcl-1.6.0.tar.gz) = 242482 +SHA256 (ruby-dcl-1.6.3.tar.gz) = b48e45c0a5281f04fc655ac02bd3792ea0946b980e88c96e7f2ea753f4896d26 +SIZE (ruby-dcl-1.6.3.tar.gz) = 252720 diff -urN /usr/ports/science/ruby-dcl/pkg-descr ruby-dcl/pkg-descr --- /usr/ports/science/ruby-dcl/pkg-descr 2011-10-25 19:01:38.000000000 +0900 +++ ruby-dcl/pkg-descr 2012-02-09 12:10:57.893815110 +0900 @@ -1,6 +1,6 @@ This is a Ruby interface to the scientific graphic library DCL. -Author: Takeshi Horinouchi +Author: Takeshi Horinouchi & Dennou Ruby Project -WWW: http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ +WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/ diff -urN /usr/ports/science/ruby-dcl/pkg-plist ruby-dcl/pkg-plist --- /usr/ports/science/ruby-dcl/pkg-plist 2009-01-09 02:11:08.000000000 +0900 +++ ruby-dcl/pkg-plist 2012-02-09 12:16:10.733815166 +0900 @@ -60,6 +60,10 @@ %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df06.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df07.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df08.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df09b.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df09c.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df09e.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/udegpk/u2df09f.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk01.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk01n.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/ulpack/ulpk02.rb @@ -74,6 +78,7 @@ %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test07.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test08.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test09.rb +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/test10.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk01.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk02.rb %%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/grph2/umpack/umpk03.rb @@ -212,6 +217,7 @@ %%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%/rubydcloriginal %%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% --- ruby-dcl.diff-onbin ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65CA2106566C; Fri, 17 Feb 2012 14:00:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39C578FC19; Fri, 17 Feb 2012 14:00:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0i7E069593; Fri, 17 Feb 2012 14:00:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0ibi069588; Fri, 17 Feb 2012 14:00:44 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 14:00:44 GMT Message-Id: <201202171400.q1HE0ibi069588@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165229: [maintainer-update] math/ruby-numru_misc: update to 0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:44 -0000 Synopsis: [maintainer-update] math/ruby-numru_misc: update to 0.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 14:00:42 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165229 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:00:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B5CD1065670; Fri, 17 Feb 2012 14:00:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1B68FC0A; Fri, 17 Feb 2012 14:00:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE0rMY070118; Fri, 17 Feb 2012 14:00:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE0rkB070112; Fri, 17 Feb 2012 14:00:53 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 14:00:53 GMT Message-Id: <201202171400.q1HE0rkB070112@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165230: [maintainer-update] math/ruby-numru_units: update to 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:00:53 -0000 Synopsis: [maintainer-update] math/ruby-numru_units: update to 1.7 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 14:00:52 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165230 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:01:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 406D21065674; Fri, 17 Feb 2012 14:01:01 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1093C8FC19; Fri, 17 Feb 2012 14:01:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE10UR070671; Fri, 17 Feb 2012 14:01:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE10TC070662; Fri, 17 Feb 2012 14:01:00 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 14:01:00 GMT Message-Id: <201202171401.q1HE10TC070662@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165231: [maintainer-update] math/ruby-fftw3: update to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:01:01 -0000 Synopsis: [maintainer-update] math/ruby-fftw3: update to 0.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 14:01:00 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165231 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:01:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07DBB106566B; Fri, 17 Feb 2012 14:01:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF9E78FC22; Fri, 17 Feb 2012 14:01:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HE17Wq071298; Fri, 17 Feb 2012 14:01:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HE17YM071289; Fri, 17 Feb 2012 14:01:07 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 14:01:07 GMT Message-Id: <201202171401.q1HE17YM071289@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165232: [maintainer-update] science/ruby-dcl: update to 1.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:01:08 -0000 Synopsis: [maintainer-update] science/ruby-dcl: update to 1.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 14:01:07 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165232 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A563C1065670 for ; Fri, 17 Feb 2012 14:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE078FC0A for ; Fri, 17 Feb 2012 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HEe81e007151 for ; Fri, 17 Feb 2012 14:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HEe8fZ007150; Fri, 17 Feb 2012 14:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:40:08 GMT Resent-Message-Id: <201202171440.q1HEe8fZ007150@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2155C1065672; Fri, 17 Feb 2012 14:33:25 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id CDFB68FC20; Fri, 17 Feb 2012 14:33:24 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HEXIC4056134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 09:33:20 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HEX9pr062873; Fri, 17 Feb 2012 09:33:09 -0500 (EST) (envelope-from steve) Message-Id: <201202171433.q1HEX9pr062873@meatwad.mouf.net> Date: Fri, 17 Feb 2012 09:33:09 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/165233: [PATCH] devel/p5-Log-Dispatch-Screen-Color: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:40:08 -0000 >Number: 165233 >Category: ports >Synopsis: [PATCH] devel/p5-Log-Dispatch-Screen-Color: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: module doesn't declare dependency, but requires it if perl > 5.004 Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Log-Dispatch-Screen-Color-0.04.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Screen-Color/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 9 Oct 2010 11:56:55 -0000 1.2 +++ Makefile 17 Feb 2012 14:32:28 -0000 @@ -16,8 +16,9 @@ RUN_DEPENDS= \ p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes --- p5-Log-Dispatch-Screen-Color-0.04.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:40:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DED96106564A; Fri, 17 Feb 2012 14:40:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B20D18FC14; Fri, 17 Feb 2012 14:40:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HEeM2U007529; Fri, 17 Feb 2012 14:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HEeMg2007525; Fri, 17 Feb 2012 14:40:22 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 14:40:22 GMT Message-Id: <201202171440.q1HEeMg2007525@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165233: [PATCH] devel/p5-Log-Dispatch-Screen-Color: add missing DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:40:23 -0000 Synopsis: [PATCH] devel/p5-Log-Dispatch-Screen-Color: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 14:40:22 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165233 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 14:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70831065670 for ; Fri, 17 Feb 2012 14:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF7E98FC12 for ; Fri, 17 Feb 2012 14:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HEoB9H016044 for ; Fri, 17 Feb 2012 14:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HEoBVY016043; Fri, 17 Feb 2012 14:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 14:50:11 GMT Resent-Message-Id: <201202171450.q1HEoBVY016043@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick Hilliard Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EF3E1065670 for ; Fri, 17 Feb 2012 14:42:50 +0000 (UTC) (envelope-from nick@muffin.acquirer.com) Received: from muffin.acquirer.com (unknown [IPv6:2001:1bb8:2004:150::2]) by mx1.freebsd.org (Postfix) with ESMTP id D1BCC8FC18 for ; Fri, 17 Feb 2012 14:42:49 +0000 (UTC) Received: from muffin.acquirer.com (localhost [127.0.0.1]) by muffin.acquirer.com (8.14.4/8.14.4) with ESMTP id q1HEgetY061087; Fri, 17 Feb 2012 14:42:40 GMT (envelope-from nick@muffin.acquirer.com) Received: (from nick@localhost) by muffin.acquirer.com (8.14.4/8.14.4/Submit) id q1HEge9Y048213; Fri, 17 Feb 2012 14:42:40 GMT (envelope-from nick) Message-Id: <201202171442.q1HEge9Y048213@muffin.acquirer.com> Date: Fri, 17 Feb 2012 14:42:40 GMT From: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165234: p5-perl-ldap 0.43 -> 0.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Hilliard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 14:50:12 -0000 >Number: 165234 >Category: ports >Synopsis: p5-perl-ldap 0.43 -> 0.44 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 14:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 7.2-RELEASE i386 >Organization: Network Ability Ltd >Environment: System: FreeBSD 7.2-RELEASE >Description: p5-perl-ldap 0.43 broke LDAP/TLS. Fixed in 0.44. >How-To-Repeat: >Fix: diff -ur p5-perl-ldap.old/Makefile p5-perl-ldap/Makefile --- p5-perl-ldap.old/Makefile 2012-02-17 14:32:19.000000000 +0000 +++ p5-perl-ldap/Makefile 2012-02-17 14:33:49.000000000 +0000 @@ -6,10 +6,10 @@ # PORTNAME= perl-ldap -PORTVERSION= 0.4300 +PORTVERSION= 0.4400 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GBARR +MASTER_SITE_SUBDIR= CPAN:MARSCHAP PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} diff -ur p5-perl-ldap.old/distinfo p5-perl-ldap/distinfo --- p5-perl-ldap.old/distinfo 2012-02-17 14:32:19.000000000 +0000 +++ p5-perl-ldap/distinfo 2012-02-17 14:33:52.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (perl-ldap-0.43.tar.gz) = a08e48cf1d4790fea546e664994481bdff1a68ca34161b4d36fa22fd471a672a -SIZE (perl-ldap-0.43.tar.gz) = 254501 +SHA256 (perl-ldap-0.44.tar.gz) = 6c398f32bf598ee139d111b5fd91cda1e77ca0fb3a57e9616909efdec5d4cacb +SIZE (perl-ldap-0.44.tar.gz) = 262973 diff -ur p5-perl-ldap.old/pkg-plist p5-perl-ldap/pkg-plist --- p5-perl-ldap.old/pkg-plist 2012-02-17 14:32:19.000000000 +0000 +++ p5-perl-ldap/pkg-plist 2012-02-17 14:35:33.000000000 +0000 @@ -8,8 +8,10 @@ %%SITE_PERL%%/Net/LDAP/Bind.pm %%SITE_PERL%%/Net/LDAP/Constant.pm %%SITE_PERL%%/Net/LDAP/Control.pm +%%SITE_PERL%%/Net/LDAP/Control/Assertion.pm %%SITE_PERL%%/Net/LDAP/Control/EntryChange.pm %%SITE_PERL%%/Net/LDAP/Control/ManageDsaIT.pm +%%SITE_PERL%%/Net/LDAP/Control/MatchedValues.pm %%SITE_PERL%%/Net/LDAP/Control/Paged.pm %%SITE_PERL%%/Net/LDAP/Control/PasswordPolicy.pm %%SITE_PERL%%/Net/LDAP/Control/PersistentSearch.pm @@ -28,6 +30,7 @@ %%SITE_PERL%%/Net/LDAP/Entry.pod %%SITE_PERL%%/Net/LDAP/Examples.pod %%SITE_PERL%%/Net/LDAP/Extension.pm +%%SITE_PERL%%/Net/LDAP/Extension/Cancel.pm %%SITE_PERL%%/Net/LDAP/Extension/Refresh.pm %%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm %%SITE_PERL%%/Net/LDAP/Extension/WhoAmI.pm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2CA1065670 for ; Fri, 17 Feb 2012 15:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2DEA8FC16 for ; Fri, 17 Feb 2012 15:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HF0P22024365 for ; Fri, 17 Feb 2012 15:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HF0PxT024361; Fri, 17 Feb 2012 15:00:25 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 15:00:25 GMT Resent-Message-Id: <201202171500.q1HF0PxT024361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C26D5106566C for ; Fri, 17 Feb 2012 14:54:34 +0000 (UTC) (envelope-from dm@home8.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB508FC17 for ; Fri, 17 Feb 2012 14:54:33 +0000 (UTC) Received: from home8.dinoex.sub.de (home8.dinoex.sub.de [194.45.71.48]) by uucp.dinoex.sub.de (8.14.4/8.14.4) with ESMTP id q1HENmC9014954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Feb 2012 15:24:05 +0100 (CET) (envelope-from dm@home8.dinoex.sub.de) Received: (from dm@localhost) by home8.dinoex.sub.de (8.14.5/8.14.5/Submit) id q1HEMtpX024214; Fri, 17 Feb 2012 15:22:55 +0100 (CET) (envelope-from dm) Message-Id: <201202171422.q1HEMtpX024214@home8.dinoex.sub.de> Date: Fri, 17 Feb 2012 15:22:55 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:00:26 -0000 >Number: 165235 >Category: ports >Synopsis: [PATCH] multimedia/mplayer to use libgif >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 15:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.2-RELEASE >Organization: privat >Environment: >Description: mplayer uses libungif which is now dprecated mplayer detects libgif without problem if libungif is not installed. >How-To-Repeat: Buildlog with patch: ===> Vulnerability check disabled, database not found ===> License GPLv2 accepted by the user => SHA256 Checksum OK for mplayer-1.0rc20111218.tar.xz. ===> Patching for mplayer-1.0.r20111218_3 [...] ===> mplayer-1.0.r20111218_3 depends on shared library: gif.5 - found [...] Checking for GIF support ... yes Checking for broken giflib workaround ... disabled [...] Codecs: libdv ffmpeg(internal) xanim libmpeg2(internal) mp3lib(internal) speex tremor(internal) gif Audio output: oss mpegpes(file) Video output: matrixview opengl gif89a pnm jpeg mpegpes(file) dga xv x11 xover yuv4mpeg md5sum tga [...] ===> Installing for mplayer-current-1.0.r20111218_3 [...] ===> Building package for mplayer-current-1.0.r20111218_3 >Fix: Apply the patch. A bump of portrevision mmight be useful. Index: Makefile.options =================================================================== RCS file: /home/pcvs/ports/multimedia/mplayer/Makefile.options,v retrieving revision 1.27 diff -u -r1.27 Makefile.options --- Makefile.options 16 Feb 2012 20:17:31 -0000 1.27 +++ Makefile.options 17 Feb 2012 14:21:34 -0000 @@ -72,7 +72,7 @@ .endif .if !defined(WITHOUT_LIBUNGIF) -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib .else CONFIGURE_ARGS+= --disable-gif .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:00:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1E51065673; Fri, 17 Feb 2012 15:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50F868FC14; Fri, 17 Feb 2012 15:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HF0cnk024664; Fri, 17 Feb 2012 15:00:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HF0c8V024658; Fri, 17 Feb 2012 15:00:38 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 15:00:38 GMT Message-Id: <201202171500.q1HF0c8V024658@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:00:38 -0000 Synopsis: [PATCH] multimedia/mplayer to use libgif State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Feb 17 15:00:37 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165235 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14BAD106566B for ; Fri, 17 Feb 2012 15:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F35C38FC0A for ; Fri, 17 Feb 2012 15:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFADMr033374 for ; Fri, 17 Feb 2012 15:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFADf1033373; Fri, 17 Feb 2012 15:10:13 GMT (envelope-from gnats) Date: Fri, 17 Feb 2012 15:10:13 GMT Message-Id: <201202171510.q1HFADf1033373@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:10:14 -0000 The following reply was made to PR ports/165235; it has been noted by GNATS. From: Edwin Groothuis To: thomas.e.zander@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif Date: Fri, 17 Feb 2012 15:00:33 UT Maintainer of multimedia/mplayer, Please note that PR ports/165235 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165235 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 406B41065672 for ; Fri, 17 Feb 2012 15:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 184608FC13 for ; Fri, 17 Feb 2012 15:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFKBRq043216 for ; Fri, 17 Feb 2012 15:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFKBEQ043215; Fri, 17 Feb 2012 15:20:11 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 15:20:11 GMT Resent-Message-Id: <201202171520.q1HFKBEQ043215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA1B21065672; Fri, 17 Feb 2012 15:11:35 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC408FC15; Fri, 17 Feb 2012 15:11:35 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HFBUbS056478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 10:11:31 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HFBRE4098648; Fri, 17 Feb 2012 10:11:27 -0500 (EST) (envelope-from steve) Message-Id: <201202171511.q1HFBRE4098648@meatwad.mouf.net> Date: Fri, 17 Feb 2012 10:11:27 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/165237: [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:20:12 -0000 >Number: 165237 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 15:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Module-Build-Convert-0.49_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Build-Convert/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 16 Aug 2007 01:50:37 -0000 1.19 +++ Makefile 17 Feb 2012 15:11:07 -0000 @@ -7,6 +7,7 @@ PORTNAME= Module-Build-Convert PORTVERSION= 0.49 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,13 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Makefile.PL to Build.PL converter -BUILD_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \ + p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir PERL_MODBUILD= yes --- p5-Module-Build-Convert-0.49_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:20:23 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0401106566B; Fri, 17 Feb 2012 15:20:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C29AD8FC15; Fri, 17 Feb 2012 15:20:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFKNEw043465; Fri, 17 Feb 2012 15:20:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFKNrH043457; Fri, 17 Feb 2012 15:20:23 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 15:20:23 GMT Message-Id: <201202171520.q1HFKNrH043457@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165237: [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:20:24 -0000 Synopsis: [PATCH] devel/p5-Module-Build-Convert: add missing DEPENDS, move some to TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 15:20:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165237 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:30:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C668F106564A for ; Fri, 17 Feb 2012 15:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0F18FC13 for ; Fri, 17 Feb 2012 15:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFUFBb051766 for ; Fri, 17 Feb 2012 15:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFUFhQ051763; Fri, 17 Feb 2012 15:30:15 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 15:30:15 GMT Resent-Message-Id: <201202171530.q1HFUFhQ051763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA8C10656ED for ; Fri, 17 Feb 2012 15:24:09 +0000 (UTC) (envelope-from glarkin@pm.sourcehosting.net) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id B0A7D8FC12 for ; Fri, 17 Feb 2012 15:24:09 +0000 (UTC) Received: from [192.168.100.97] (helo=pm.sourcehosting.net) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1RyPfG-0002FY-0n for FreeBSD-gnats-submit@freebsd.org; Fri, 17 Feb 2012 10:24:09 -0500 Received: from pm.sourcehosting.net (localhost [127.0.0.1]) by pm.sourcehosting.net (8.14.4/8.14.4) with ESMTP id q1HFO1Xf023293 for ; Fri, 17 Feb 2012 10:24:01 -0500 (EST) (envelope-from glarkin@pm.sourcehosting.net) Received: (from glarkin@localhost) by pm.sourcehosting.net (8.14.4/8.14.4/Submit) id q1HFO1XU023292; Fri, 17 Feb 2012 10:24:01 -0500 (EST) (envelope-from glarkin) Message-Id: <201202171524.q1HFO1XU023292@pm.sourcehosting.net> Date: Fri, 17 Feb 2012 10:24:01 -0500 (EST) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165238: [PATCH] Resize port config dialog box in small windows X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:30:15 -0000 >Number: 165238 >Category: ports >Synopsis: [PATCH] Resize port config dialog box in small windows >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 15:30:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD pm.sourcehosting.net 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I use tmux in a shell window, and after splitting the screen into 3 panes, each with fewer than 15 lines, I was unable to run "make config" on my ports. >How-To-Repeat: Install tmux, start it, then split the window into as many panes as it takes to result in one with fewer than 15 lines. cd into a port directory with configurable options and type "make config". >Fix: The config target in bsd.port.mk uses a fixed size for the options config dialog box, and dialog(1) exits if it cannot draw on the reduced size screen. The attached patch calculates the number of screen lines using tput(1) and adjusts the dialog box size. The size of the box is limited to the previous setting of 21 lines high, and the config target exits if the size is too small to render the box readably. --- bsd.port.mk.config-dialog-resize.diff begins here --- --- bsd.port.mk.orig 2012-02-16 17:36:18.000000000 -0500 +++ bsd.port.mk 2012-02-17 10:15:52.000000000 -0500 @@ -5998,7 +5998,16 @@ done; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ - ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ + TERMLINES=$$(tput lines); \ + [ $${TERMLINES} -gt 21 ] && TERMLINES=21; \ + if [ $${TERMLINES} -lt 15 ] ; then \ + ${ECHO_MSG} "=> The terminal window is too small for the options dialog."; \ + ${ECHO_MSG} "=> Please correct this problem and try again."; \ + exit 1; \ + else \ + LISTLINES=`${EXPR} $${TERMLINES} - 6`; \ + fi; \ + ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" $${TERMLINES} 70 $${LISTLINES} $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ status=$$?; \ if [ $${status} -ne 0 ] ; then \ ${RM} -f $${TMPOPTIONSFILE}; \ --- bsd.port.mk.config-dialog-resize.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:30:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E3581065678 for ; Fri, 17 Feb 2012 15:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9418FC16 for ; Fri, 17 Feb 2012 15:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFUF5K051793 for ; Fri, 17 Feb 2012 15:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFUFwK051790; Fri, 17 Feb 2012 15:30:15 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 15:30:15 GMT Resent-Message-Id: <201202171530.q1HFUFwK051790@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028B01065672 for ; Fri, 17 Feb 2012 15:26:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E1D598FC14 for ; Fri, 17 Feb 2012 15:26:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1HFQH0Y053985 for ; Fri, 17 Feb 2012 15:26:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1HFQHUH053984; Fri, 17 Feb 2012 15:26:17 GMT (envelope-from nobody) Message-Id: <201202171526.q1HFQHUH053984@red.freebsd.org> Date: Fri, 17 Feb 2012 15:26:17 GMT From: Spil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165239: lang/python27 2.x/3.x DoS vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:30:16 -0000 >Number: 165239 >Category: ports >Synopsis: lang/python27 2.x/3.x DoS vulnerable >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 15:30:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Spil >Release: FreeBSD-9.0 >Organization: n.a. >Environment: FreeBSD gw.example.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 9 09:24:45 CET 2012 root@gw.example.org:/usr/obj/usr/src/sys/FREEBSD90 i386 >Description: DoS vuln Python http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html http://bugs.python.org/issue14001 python bug report has a patch for the latest version but not for earlier versions >How-To-Repeat: n.a. >Fix: As per the patch on http://bugs.python.org/issue14001 --- Lib/SimpleXMLRPCServer.py.orig 2011-06-11 17:46:23.000000000 +0200 +++ Lib/SimpleXMLRPCServer.py 2012-02-17 16:17:11.000000000 +0100 @@ -486,7 +486,10 @@ L = [] while size_remaining: chunk_size = min(size_remaining, max_chunk_size) - L.append(self.rfile.read(chunk_size)) + chunk = self.rfile.read(chunk_size) + if not chunk: + break + L.append(chunk) size_remaining -= len(L[-1]) data = ''.join(L) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:30:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2A510656B9; Fri, 17 Feb 2012 15:30:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D37C28FC15; Fri, 17 Feb 2012 15:30:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HFUe5o053576; Fri, 17 Feb 2012 15:30:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HFUesl053560; Fri, 17 Feb 2012 15:30:40 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 15:30:40 GMT Message-Id: <201202171530.q1HFUesl053560@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165239: lang/python27 2.x/3.x DoS vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 15:30:41 -0000 Synopsis: lang/python27 2.x/3.x DoS vulnerable Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 15:30:39 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165239 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 16:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64847106566C for ; Fri, 17 Feb 2012 16:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 845228FC1B for ; Fri, 17 Feb 2012 16:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HG0MK0079207 for ; Fri, 17 Feb 2012 16:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HG0M9q079206; Fri, 17 Feb 2012 16:00:22 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 16:00:22 GMT Resent-Message-Id: <201202171600.q1HG0M9q079206@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535C91065673; Fri, 17 Feb 2012 15:58:40 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id E880C8FC17; Fri, 17 Feb 2012 15:58:39 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HFwafl056961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 10:58:36 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HFwZMu019941; Fri, 17 Feb 2012 10:58:35 -0500 (EST) (envelope-from steve) Message-Id: <201202171558.q1HFwZMu019941@meatwad.mouf.net> Date: Fri, 17 Feb 2012 10:58:35 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/165241: [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 16:00:25 -0000 >Number: 165241 >Category: ports >Synopsis: [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 16:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Module-CPANTS-Analyse-0.85_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-CPANTS-Analyse/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 11 May 2010 05:32:02 -0000 1.9 +++ Makefile 17 Feb 2012 15:58:03 -0000 @@ -6,7 +6,7 @@ PORTNAME= Module-CPANTS-Analyse PORTVERSION= 0.85 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Generate Kwalitee ratings for a distribution -RUN_DEPENDS= p5-Archive-Any>=0.06:${PORTSDIR}/archivers/p5-Archive-Any \ +BUILD_DEPENDS= p5-Archive-Any>=0.06:${PORTSDIR}/archivers/p5-Archive-Any \ p5-Array-Diff>=0.04:${PORTSDIR}/misc/p5-Array-Diff \ p5-CPAN-DistnameInfo>=0.06:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \ p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ @@ -28,7 +28,12 @@ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ p5-YAML-Syck>=0.95:${PORTSDIR}/textproc/p5-YAML-Syck \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-version>=0.73:${PORTSDIR}/devel/p5-version + p5-version>=0.73:${PORTSDIR}/devel/p5-version \ + p5-Software-License>=0:${PORTSDIR}/misc/p5-Software-License +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn PERL_MODBUILD= yes --- p5-Module-CPANTS-Analyse-0.85_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 16:00:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2955106564A; Fri, 17 Feb 2012 16:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 755838FC08; Fri, 17 Feb 2012 16:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HG0bWU079701; Fri, 17 Feb 2012 16:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HG0boJ079693; Fri, 17 Feb 2012 16:00:37 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 16:00:37 GMT Message-Id: <201202171600.q1HG0boJ079693@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165241: [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 16:00:37 -0000 Synopsis: [PATCH] devel/p5-Module-CPANTS-Analyse: add missing DEPENDS, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 16:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165241 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 17:02:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F5F106567A; Fri, 17 Feb 2012 17:02:27 +0000 (UTC) (envelope-from pgollucci@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id A81708FC14; Fri, 17 Feb 2012 17:02:26 +0000 (UTC) Received: by qadz30 with SMTP id z30so1185439qad.13 for ; Fri, 17 Feb 2012 09:02:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type; bh=nV00lLZqUseWjNtWqqUR5aFqs6F/YZdXM3C4a12lxzc=; b=TDYowflQOXalbolyNuwhxMk1x/NnQhKGjZr3Moa8WcuRxJwkEhPjeDR7pqa+9rth9g nkI6YvgFjCP23Ie3jFN8RVX1TB582dk9WAMo0MvhAADw1MIdtnJ6PaU+mBEGz5H0MpGQ dnX/gKaglfwhtggyb7mH9pf2myaN03dZ2eYMs= Received: by 10.229.75.216 with SMTP id z24mr5257560qcj.50.1329498145923; Fri, 17 Feb 2012 09:02:25 -0800 (PST) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net. [174.79.184.239]) by mx.google.com with ESMTPS id c2sm26380176qao.15.2012.02.17.09.02.24 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 09:02:24 -0800 (PST) Message-ID: <4F3E881F.7020505@p6m7g8.com> Date: Fri, 17 Feb 2012 17:02:23 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111029 Thunderbird/7.0.1 MIME-Version: 1.0 To: Steve Wills References: <201202170410.q1H4A95G076150@freefall.freebsd.org> <4F3DD365.9080109@FreeBSD.org> In-Reply-To: <4F3DD365.9080109@FreeBSD.org> X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA5E5EAAFC39520FEC913547A" Cc: freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/165223: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:02:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA5E5EAAFC39520FEC913547A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable For 1.9.3 port LIB_DEPENDS=3D ffi.5:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml + yaml-0.2:${PORTSDIR}/textproc/libyaml \ + execinfo.1:${PORTSDIR}/devel/libexecinfo As well. On 02/17/12 04:11, Steve Wills wrote: > On 02/16/12 23:10, FreeBSD-gnats-submit@FreeBSD.org wrote: >> Thank you very much for your problem report. >> It has the internal identification `ports/165223'. >> The individual assigned to look at your >> report is: freebsd-ports-bugs.=20 >> >> You can access the state of your problem report at any time >> via this link: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D165223 >> >>> Category: ports >>> Responsible: freebsd-ports-bugs >>> Synopsis: [exp-run] update ruby 1.8.7 to p358 and update ruby 1= =2E9.0 to p125 >>> Arrival-Date: Fri Feb 17 04:10:09 UTC 2012 >=20 > Sorry, slight issue with that patch, see updated patch attached. >=20 > Thanks, > Steve >=20 >=20 >=20 >=20 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebs= d.org" --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enigA5E5EAAFC39520FEC913547A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFPPogfdbiP+9ubjBwRAp0UAKCChyw9UYno46BrpdlkaUsY73DVvgCfRMlh mDvo8eZ1eeZw1cZslQ3CEro= =ZfJo -----END PGP SIGNATURE----- --------------enigA5E5EAAFC39520FEC913547A-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 17:08:59 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B81E81065673; Fri, 17 Feb 2012 17:08:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 6EE1B8FC08; Fri, 17 Feb 2012 17:08:59 +0000 (UTC) Received: from mouf.net (www@localhost [127.0.0.1]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HH8vT1057651; Fri, 17 Feb 2012 12:08:57 -0500 (EST) (envelope-from swills@FreeBSD.org) Received: from 198.85.229.5 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Fri, 17 Feb 2012 12:08:57 -0500 Message-ID: <7aa46afce94576327331782173224b93.squirrel@mouf.net> In-Reply-To: <4F3E881F.7020505@p6m7g8.com> References: <201202170410.q1H4A95G076150@freefall.freebsd.org> <4F3DD365.9080109@FreeBSD.org> <4F3E881F.7020505@p6m7g8.com> Date: Fri, 17 Feb 2012 12:08:57 -0500 From: "Steve Wills" To: "Philip M. Gollucci" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mouf.net [127.0.0.1]); Fri, 17 Feb 2012 12:08:57 -0500 (EST) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: freebsd-ports-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/165223: [exp-run] update ruby 1.8.7 to p358 and update ruby 1.9.0 to p125 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:08:59 -0000 Sorry, I think that's in there. Am I missing something? Or did you mean the 1.8.7 port? Steve > For 1.9.3 port > > LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ > - yaml-0.2:${PORTSDIR}/textproc/libyaml > + yaml-0.2:${PORTSDIR}/textproc/libyaml \ > + execinfo.1:${PORTSDIR}/devel/libexecinfo > > > As well. > > > On 02/17/12 04:11, Steve Wills wrote: >> On 02/16/12 23:10, FreeBSD-gnats-submit@FreeBSD.org wrote: >>> Thank you very much for your problem report. >>> It has the internal identification `ports/165223'. >>> The individual assigned to look at your >>> report is: freebsd-ports-bugs. >>> >>> You can access the state of your problem report at any time >>> via this link: >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=165223 >>> >>>> Category: ports >>>> Responsible: freebsd-ports-bugs >>>> Synopsis: [exp-run] update ruby 1.8.7 to p358 and update ruby >>>> 1.9.0 to p125 >>>> Arrival-Date: Fri Feb 17 04:10:09 UTC 2012 >> >> Sorry, slight issue with that patch, see updated patch attached. >> >> Thanks, >> Steve >> >> >> >> >> _______________________________________________ >> freebsd-ports-bugs@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs >> To unsubscribe, send any mail to >> "freebsd-ports-bugs-unsubscribe@freebsd.org" > > > -- > ------------------------------------------------------------------------ > 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > Member, Apache Software Foundation > Committer, FreeBSD Foundation > Consultant, P6M7G8 Inc. > Director Operations, Ridecharge Inc. > > Work like you don't need the money, > love like you'll never get hurt, > and dance like nobody's watching. > > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 17:20:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F195F1065706 for ; Fri, 17 Feb 2012 17:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C80C98FC18 for ; Fri, 17 Feb 2012 17:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HHKAXq054028 for ; Fri, 17 Feb 2012 17:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HHKA5D054027; Fri, 17 Feb 2012 17:20:10 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 17:20:10 GMT Resent-Message-Id: <201202171720.q1HHKA5D054027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A350B106566C; Fri, 17 Feb 2012 17:13:49 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 448748FC0A; Fri, 17 Feb 2012 17:13:49 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HHDj9C057787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 12:13:45 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HHDg2Y002991; Fri, 17 Feb 2012 12:13:42 -0500 (EST) (envelope-from steve) Message-Id: <201202171713.q1HHDg2Y002991@meatwad.mouf.net> Date: Fri, 17 Feb 2012 12:13:42 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/165242: [PATCH] devel/p5-Moose-Policy: update to 0.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:20:11 -0000 >Number: 165242 >Category: ports >Synopsis: [PATCH] devel/p5-Moose-Policy: update to 0.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 17:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.05 - Add TEST_DEPENDS Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Moose-Policy-0.05.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Moose-Policy/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 20 Jun 2011 08:36:10 -0000 1.4 +++ Makefile 17 Feb 2012 17:13:26 -0000 @@ -6,19 +6,18 @@ # PORTNAME= Moose-Policy -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:STEVAN +MASTER_SITE_SUBDIR= CPAN:DROLSKY PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Moose-mounted police -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${RUN_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Moose-Policy/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 20 Jun 2011 08:36:10 -0000 1.2 +++ distinfo 17 Feb 2012 17:13:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (Moose-Policy-0.03.tar.gz) = bfb0efba5962147b7213bd647f92d5c216bc9455576a2f7027458bc61c077a83 -SIZE (Moose-Policy-0.03.tar.gz) = 7047 +SHA256 (Moose-Policy-0.05.tar.gz) = 8996780ab7e9e3e6f0e1f7753f14ab2b4d47192d428013ba64a38f84df09b0ca +SIZE (Moose-Policy-0.05.tar.gz) = 8781 --- p5-Moose-Policy-0.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 17:20:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3F1065670; Fri, 17 Feb 2012 17:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50D568FC1B; Fri, 17 Feb 2012 17:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HHKLPr054262; Fri, 17 Feb 2012 17:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HHKLlS054254; Fri, 17 Feb 2012 17:20:21 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 17:20:21 GMT Message-Id: <201202171720.q1HHKLlS054254@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165242: [PATCH] devel/p5-Moose-Policy: update to 0.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:20:21 -0000 Synopsis: [PATCH] devel/p5-Moose-Policy: update to 0.05 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 17:20:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165242 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 17:59:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B3021065860; Fri, 17 Feb 2012 17:59:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F23A8FC13; Fri, 17 Feb 2012 17:59:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HHxfjc090108; Fri, 17 Feb 2012 17:59:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HHxfqX090104; Fri, 17 Feb 2012 17:59:41 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 17:59:41 GMT Message-Id: <201202171759.q1HHxfqX090104@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165234: updated net/p5-perl-ldap 0.43 -> 0.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:59:42 -0000 Old Synopsis: p5-perl-ldap 0.43 -> 0.44 New Synopsis: updated net/p5-perl-ldap 0.43 -> 0.44 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 17 17:58:59 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=165234 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:00:33 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 774771065686 for ; Fri, 17 Feb 2012 18:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34D4A8FC13 for ; Fri, 17 Feb 2012 18:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HI0WpL090376 for ; Fri, 17 Feb 2012 18:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HI0Wmi090374; Fri, 17 Feb 2012 18:00:32 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 18:00:32 GMT Resent-Message-Id: <201202171800.q1HI0Wmi090374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31641065675 for ; Fri, 17 Feb 2012 17:56:17 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 65C9C8FC13 for ; Fri, 17 Feb 2012 17:56:17 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HHuBt1058217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 12:56:12 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1HHu4ES045146; Fri, 17 Feb 2012 12:56:04 -0500 (EST) (envelope-from steve) Message-Id: <201202171756.q1HHu4ES045146@meatwad.mouf.net> Date: Fri, 17 Feb 2012 12:56:04 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:00:33 -0000 >Number: 165243 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:00:32 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-App-Cmd-0.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-App-Cmd/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 16 Nov 2010 02:53:09 -0000 1.1 +++ Makefile 17 Feb 2012 17:55:43 -0000 @@ -14,10 +14,12 @@ MAINTAINER= gslin@gslin.org COMMENT= Mashes up MooseX::Getopt and App::Cmd -RUN_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \ +BUILD_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \ p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \ p5-Moose>=0.86:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0.18:${PORTSDIR}/devel/p5-MooseX-Getopt +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes --- p5-MooseX-App-Cmd-0.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:00:49 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CFF8106567C; Fri, 17 Feb 2012 18:00:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 309448FC1D; Fri, 17 Feb 2012 18:00:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HI0nVt091403; Fri, 17 Feb 2012 18:00:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HI0nXL091397; Fri, 17 Feb 2012 18:00:49 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:00:49 GMT Message-Id: <201202171800.q1HI0nXL091397@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:00:49 -0000 Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 18:00:48 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165243 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E249A1065679; Fri, 17 Feb 2012 18:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7C108FC14; Fri, 17 Feb 2012 18:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIACb8099541; Fri, 17 Feb 2012 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIACQA099540; Fri, 17 Feb 2012 18:10:12 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 18:10:12 GMT Resent-Message-Id: <201202171810.q1HIACQA099540@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: ed@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8B23106564A for ; Fri, 17 Feb 2012 18:03:49 +0000 (UTC) (envelope-from crees@pegasus.bayofrum.net) Received: from mk-outboundfilter-5.mail.uk.tiscali.com (mk-outboundfilter-5.mail.uk.tiscali.com [212.74.114.1]) by mx1.freebsd.org (Postfix) with ESMTP id 330F88FC1C for ; Fri, 17 Feb 2012 18:03:48 +0000 (UTC) Received: from host-2-102-105-187.as13285.net (HELO pegasus.bayofrum.net) ([2.102.105.187]) by smtp.pipex.tiscali.co.uk with ESMTP; 17 Feb 2012 18:03:47 +0000 Received: from pegasus.bayofrum.net (localhost [127.0.0.1]) by pegasus.bayofrum.net (8.14.5/8.14.5) with ESMTP id q1HI3f2m095865 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Feb 2012 18:03:41 GMT (envelope-from crees@pegasus.bayofrum.net) Received: (from crees@localhost) by pegasus.bayofrum.net (8.14.5/8.14.5/Submit) id q1HI3f1T095864; Fri, 17 Feb 2012 18:03:41 GMT (envelope-from crees) Message-Id: <201202171803.q1HI3f1T095864@pegasus.bayofrum.net> Date: Fri, 17 Feb 2012 18:03:41 GMT From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ed@FreeBSD.org Cc: Subject: ports/165244: [PATCH] Fix port: net/v6eval on 9+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:10:13 -0000 >Number: 165244 >Category: ports >Synopsis: [PATCH] Fix port: net/v6eval on 9+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Jan 28 15:45:27 GMT 2012 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: Use utmpx.h, thus fixing on 9+ (Patch written by Ed Schouten ed@FreeBSD.org) Remove obsolete perl workaround; 5.8 is lowest version in the tree >How-To-Repeat: >Fix: --- v6eval-ed.diff begins here --- ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/v6eval/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 21 Sep 2010 16:08:09 -0000 1.23 +++ Makefile 17 Feb 2012 18:01:08 -0000 @@ -7,7 +7,7 @@ PORTNAME= v6eval PORTVERSION= 3.0.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tahi.org/release/v6eval/ @@ -27,17 +27,7 @@ MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message -.include - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include +.include Index: files/patch-lib_Cm_CmMain.cc =================================================================== RCS file: files/patch-lib_Cm_CmMain.cc diff -N files/patch-lib_Cm_CmMain.cc --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-lib_Cm_CmMain.cc 17 Feb 2012 18:01:08 -0000 @@ -0,0 +1,66 @@ +$FreeBSD$ + +Utmpx implementation by ed@FreeBSD.org; utmp was removed for 9-RELEASE + +--- lib/Cm/CmMain.cc.orig 2003-10-23 05:37:30.000000000 +0100 ++++ lib/Cm/CmMain.cc 2012-02-16 15:55:58.878522227 +0000 +@@ -47,7 +47,14 @@ + #include + #include + #include ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++#include ++#endif ++#if __FreeBSD_version < 900007 + #include ++#else ++#include ++#endif + #include + #include + #include +@@ -128,6 +135,7 @@ + + //---------------------------------------------------------------------- + // ¾ã³²²òÀϾðÊóºîÀ® ++#if __FreeBSD_version < 900007 + static struct utmp *myUtmpEnt(FILE *in,struct utmp *u) { + int s=ttyslot(); + if(s<0||fseek(in,sizeof(struct utmp)*s,0)<0|| +@@ -140,9 +148,36 @@ + u=myUtmpEnt(in,ux); fclose(in); + if(!u) {return;} + #define A(a)sizeof(a),sizeof(a),a + sprintf(p,catch2,A(u->ut_line),A(u->ut_name),A(u->ut_host)); + #undef A + return;} ++#else /* No utmp */ ++void CmMain::makeCatch2Eye(STR p) { ++static char catch2[]=" on %*.*s:%-*.*s from %*.*s"; ++ struct utmpx ul, *u; ++ const char *tty; ++ ++ tty = ttyname(0); ++ if (tty == NULL) ++ tty = ttyname(1); ++ if (tty == NULL) ++ tty = ttyname(2); ++ if (tty == NULL) ++ return; ++ if (strncmp(tty, "/dev/", 5) == 0) ++ tty += 5; ++ strncpy(ul.ut_line, tty, sizeof(ul.ut_line)); ++ setutxent(); ++ u = getutxline(&ul); ++ endutxent(); ++ if (u == NULL || u->ut_type != USER_PROCESS) ++ return; ++#define A(a)sizeof(a),sizeof(a),a ++ sprintf(p,catch2,A(u->ut_line),A(u->ut_user),A(u->ut_host)); ++#undef A ++ return;} ++#endif ++ + void CmMain::makeCatchEye(const STR pgmName) { + static char catch1[]="@(#) %02d/%02d/%02d %02d:%02d:%02d %s STARTED by %s@%s"; + time_t now=time(0); struct tm *m=localtime(&now); --- v6eval-ed.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:10:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB5A8106567A for ; Fri, 17 Feb 2012 18:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5D108FC1A for ; Fri, 17 Feb 2012 18:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIAH65099558 for ; Fri, 17 Feb 2012 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIAHNv099557; Fri, 17 Feb 2012 18:10:17 GMT (envelope-from gnats) Date: Fri, 17 Feb 2012 18:10:17 GMT Message-Id: <201202171810.q1HIAHNv099557@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: geoffroy desvernay Cc: Subject: Re: ports/165202: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geoffroy desvernay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:10:17 -0000 The following reply was made to PR ports/165202; it has been noted by GNATS. From: geoffroy desvernay To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165202: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco Date: Fri, 17 Feb 2012 19:08:16 +0100 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7D7B00E7CF452673F382EAC1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Already done as part of ports/164955 Please close this one. Thanks ! --=20 *Geoffroy Desvernay* C.R.I - Administration syst=C3=A8mes et r=C3=A9seaux Ecole Centrale de Marseille --------------enig7D7B00E7CF452673F382EAC1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk8+l5AACgkQGbFYzwF8gKpauACeLov0KkLJDSMsd9uRyf69/R6y fZAAnjmw7Dyj84IHZN6ndgOqXMgJWqnu =n/Gc -----END PGP SIGNATURE----- --------------enig7D7B00E7CF452673F382EAC1-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:10:27 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98462106566B; Fri, 17 Feb 2012 18:10:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5DF8FC14; Fri, 17 Feb 2012 18:10:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIARl7000535; Fri, 17 Feb 2012 18:10:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIARGr000525; Fri, 17 Feb 2012 18:10:27 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:10:27 GMT Message-Id: <201202171810.q1HIARGr000525@freefall.freebsd.org> To: ed@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165244: [PATCH] Fix port: net/v6eval on 9+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:10:27 -0000 Synopsis: [PATCH] Fix port: net/v6eval on 9+ Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 18:10:26 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165244 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:10:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A1A3106567E; Fri, 17 Feb 2012 18:10:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F25B98FC15; Fri, 17 Feb 2012 18:10:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIAeiD002376; Fri, 17 Feb 2012 18:10:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIAeIe002367; Fri, 17 Feb 2012 18:10:40 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 18:10:40 GMT Message-Id: <201202171810.q1HIAeIe002367@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165238: [bsd.port.mk] [patch] Resize port config dialog box in small windows X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:10:41 -0000 Old Synopsis: [PATCH] Resize port config dialog box in small windows New Synopsis: [bsd.port.mk] [patch] Resize port config dialog box in small windows Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 17 18:10:24 UTC 2012 Responsible-Changed-Why: portmgr territory. http://www.freebsd.org/cgi/query-pr.cgi?pr=165238 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:12:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE71106564A; Fri, 17 Feb 2012 18:12:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCFD8FC0A; Fri, 17 Feb 2012 18:12:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HICCuJ007961; Fri, 17 Feb 2012 18:12:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HICCqH007957; Fri, 17 Feb 2012 18:12:12 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 18:12:12 GMT Message-Id: <201202171812.q1HICCqH007957@freefall.freebsd.org> To: dgeo@centrale-marseille.fr, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165202: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:12:12 -0000 Synopsis: [MAINTAINER] net-mgmt/netdisco-mibs: minor changes for netdisco State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Feb 17 18:11:51 UTC 2012 State-Changed-Why: see ports/164955. http://www.freebsd.org/cgi/query-pr.cgi?pr=165202 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:20:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E85DE1065700 for ; Fri, 17 Feb 2012 18:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA8D88FC18 for ; Fri, 17 Feb 2012 18:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIKCXN010005 for ; Fri, 17 Feb 2012 18:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIKCcA010004; Fri, 17 Feb 2012 18:20:12 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 18:20:12 GMT Resent-Message-Id: <201202171820.q1HIKCcA010004@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D146106566B for ; Fri, 17 Feb 2012 18:12:56 +0000 (UTC) (envelope-from crees@pegasus.bayofrum.net) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id C57908FC1F for ; Fri, 17 Feb 2012 18:12:54 +0000 (UTC) Received: from host-2-102-105-187.as13285.net (HELO pegasus.bayofrum.net) ([2.102.105.187]) by smtp.pipex.tiscali.co.uk with ESMTP; 17 Feb 2012 18:12:53 +0000 Received: from pegasus.bayofrum.net (localhost [127.0.0.1]) by pegasus.bayofrum.net (8.14.5/8.14.5) with ESMTP id q1HICmR3096300 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 17 Feb 2012 18:12:48 GMT (envelope-from crees@pegasus.bayofrum.net) Received: (from crees@localhost) by pegasus.bayofrum.net (8.14.5/8.14.5/Submit) id q1HICm4A096299; Fri, 17 Feb 2012 18:12:48 GMT (envelope-from crees) Message-Id: <201202171812.q1HICm4A096299@pegasus.bayofrum.net> Date: Fri, 17 Feb 2012 18:12:48 GMT From: Chris Rees To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165245: exp-run request: Make postgresql90-client the default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:20:13 -0000 >Number: 165245 >Category: ports >Synopsis: exp-run request: Make postgresql90-client the default >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Jan 28 15:45:27 GMT 2012 root@pegasus.bayofrum.net:/usr/obj/usr/src/sys/PEGASUS amd64 >Description: Set default pgsql version to 9.0-- discussed with upstream who suggested that 9.1 isn't quite yet ready. Add ability to use WANT_PGSQL_VER=90+, 90- etc. [indented the .if blocks to stop head exploding] >How-To-Repeat: >Fix: --- patch.txt begins here --- Index: bsd.database.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v retrieving revision 1.66 diff -u -r1.66 bsd.database.mk --- bsd.database.mk 14 Oct 2011 22:30:35 -0000 1.66 +++ bsd.database.mk 17 Feb 2012 18:05:42 -0000 @@ -39,16 +39,14 @@ # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if -# necessary (PostgreSQL-8.4 = 84). +# necessary (PostgreSQL-9.0 = 90). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a -# port. Default: 84. +# port. Default: 90. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL to # always build this port with (overrides WITH_PGSQL_VER). -# IGNORE_WITH_PGSQL -# - This variable can be defined if the ports does not support -# one or more versions of PostgreSQL. +# Minimum and maximum versions can be set (e.g. 90+) # WITH_PGSQL_VER # - User defined variable to set PostgreSQL version. # PGSQL_VER @@ -173,7 +171,8 @@ .endif # USE_MYSQL .if defined(USE_PGSQL) -DEFAULT_PGSQL_VER?= 84 +VALID_PGSQL_VER= 82 83 84 90 91 +DEFAULT_PGSQL_VER?= 90 PGSQL82_LIBVER= 5 PGSQL83_LIBVER= 5 PGSQL84_LIBVER= 5 @@ -181,24 +180,56 @@ PGSQL91_LIBVER= 5 # Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/pg_config) +. if exists(${LOCALBASE}/bin/pg_config) _PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p' -.endif +. endif -.if defined(WANT_PGSQL_VER) -.if defined(WITH_PGSQL_VER) && ${WITH_PGSQL_VER} != ${WANT_PGSQL_VER} -IGNORE= cannot install: the port wants postgresql${WANT_PGSQL_VER}-client and you try to install postgresql${WITH_PGSQL_VER}-client -.endif -PGSQL_VER= ${WANT_PGSQL_VER} -.elif defined(WITH_PGSQL_VER) +. if defined(WANT_PGSQL_VER) +. if ${WANT_PGSQL_VER:M*+} +. for version in ${VALID_PGSQL_VER} +. if ${WANT_PGSQL_VER:S/+//} <= ${version} +_WANT_PGSQL_VER+=${version} +. endif +. endfor +. elif ${WANT_PGSQL_VER:M*-} +. for version in ${VALID_PGSQL_VER} +. if ${WANT_PGSQL_VER:S/-//} >= ${version} +_WANT_PGSQL_VER+=${version} +. endif +. endfor +. endif +_WANT_PGSQL_VER?= ${WANT_PGSQL_VER} + +. if defined(WITH_PGSQL_VER) && !empty(_WANT_PGSQL_VER) +. for version in ${_WANT_PGSQL_VER} +. if ${WITH_PGSQL_VER} == ${version} PGSQL_VER= ${WITH_PGSQL_VER} -.else -.if defined(_PGSQL_VER) +. endif +. endfor + +. if !defined(PGSQL_VER) +IGNORE= cannot install: the port wants postgresql-client version ${WANT_PGSQL_VER} and you have set postgresql${WITH_PGSQL_VER}-client in make.conf +. endif + +# Take lowest allowed version, but take default if allowed +. elif !empty(_WANT_PGSQL_VER) +. for ver in ${_WANT_PGSQL_VER} +. if ${DEFAULT_PGSQL_VER} == ${ver} +PGSQL_VER= ${ver} +. else +PGSQL_VER?= ${ver} +. endif +. endfor +. elif defined(WITH_PGSQL_VER) +PGSQL_VER= ${WITH_PGSQL_VER} +. endif +. else +. if defined(_PGSQL_VER) PGSQL_VER= ${_PGSQL_VER} -.else +. else PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif -.endif # WANT_PGSQL_VER +. endif +. endif # WANT_PGSQL_VER .if defined(_PGSQL_VER) && ${PGSQL_VER} != ${_PGSQL_VER} IGNORE= cannot install: the port wants postgresql${PGSQL_VER}-client but you have postgresql${_PGSQL_VER}-client installed @@ -206,10 +237,6 @@ # And now we are checking if we can use it .if defined(PGSQL${PGSQL_VER}_LIBVER) -# compatibility shim -.if defined(BROKEN_WITH_PGSQL) -IGNORE_WITH_PGSQL=${BROKEN_WITH_PGSQL} -.endif .if defined(IGNORE_WITH_PGSQL) . for VER in ${IGNORE_WITH_PGSQL} . if (${PGSQL_VER} == "${VER}") --- patch.txt ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:22:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B480106566B; Fri, 17 Feb 2012 18:22:03 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E30188FC08; Fri, 17 Feb 2012 18:22:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIM2MQ018067; Fri, 17 Feb 2012 18:22:02 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIM28R018063; Fri, 17 Feb 2012 18:22:02 GMT (envelope-from crees) Date: Fri, 17 Feb 2012 18:22:02 GMT Message-Id: <201202171822.q1HIM28R018063@freefall.freebsd.org> To: crees@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: crees@FreeBSD.org Cc: Subject: Re: ports/165245: exp-run request: Make postgresql90-client the default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:22:03 -0000 Synopsis: exp-run request: Make postgresql90-client the default Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: crees Responsible-Changed-When: Fri Feb 17 18:21:55 UTC 2012 Responsible-Changed-Why: Ask nicely for an exp-run http://www.freebsd.org/cgi/query-pr.cgi?pr=165245 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:40:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E251065687 for ; Fri, 17 Feb 2012 18:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC0598FC17 for ; Fri, 17 Feb 2012 18:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIe8mM029030 for ; Fri, 17 Feb 2012 18:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIe8ZB029029; Fri, 17 Feb 2012 18:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 18:40:08 GMT Resent-Message-Id: <201202171840.q1HIe8ZB029029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Stefan Ehmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021F6106573F for ; Fri, 17 Feb 2012 18:31:49 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 05CF18FC12 for ; Fri, 17 Feb 2012 18:31:48 +0000 (UTC) Received: (qmail invoked by alias); 17 Feb 2012 18:05:08 -0000 Received: from 85-127-14-34.dynamic.xdsl-line.inode.at (EHLO walrus.pepperland) [85.127.14.34] by mail.gmx.net (mp041) with SMTP; 17 Feb 2012 19:05:08 +0100 Message-Id: <1329501907.50285@walrus.pepperland> Date: Fri, 17 Feb 2012 19:05:07 +0100 From: "Stefan Ehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/165246: devel/ice: transfer maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:40:09 -0000 >Number: 165246 >Category: ports >Synopsis: devel/ice: transfer maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stefan Ehmann >Release: FreeBSD 9.0-RELEASE i386 >Organization: >Environment: System: FreeBSD 9.0-RELEASE #8: Tue Jan 3 17:43:33 CET 2012 stefan@walrus.pepperland:/usr/obj/usr/src/sys/WALRUS >Description: Please change the maintainer of devel/ice to freebsd@grem.de I haven't used ice for several years. Michael (freebsd@grem.de) has provided several patches in the past and is a much more active ice user. He agreed on becoming the new maintainer in private mail. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 489E31065690 for ; Fri, 17 Feb 2012 18:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 11FCA8FC23 for ; Fri, 17 Feb 2012 18:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIe9LE029060 for ; Fri, 17 Feb 2012 18:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIe9cr029053; Fri, 17 Feb 2012 18:40:09 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 18:40:09 GMT Resent-Message-Id: <201202171840.q1HIe9cr029053@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andriy Gapon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8880D106566B for ; Fri, 17 Feb 2012 18:35:42 +0000 (UTC) (envelope-from avg@starpoint.kiev.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B11F38FC12 for ; Fri, 17 Feb 2012 18:35:41 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (beta-e.starpoint.kiev.ua [212.40.38.102]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA10391; Fri, 17 Feb 2012 20:20:46 +0200 (EET) (envelope-from avg@starpoint.kiev.ua) Received: from odyssey.starpoint.kiev.ua (localhost [127.0.0.1]) by odyssey.starpoint.kiev.ua (8.14.5/8.14.5) with ESMTP id q1HIKL4c070383; Fri, 17 Feb 2012 20:20:36 +0200 (EET) (envelope-from avg@odyssey.starpoint.kiev.ua) Received: (from root@localhost) by odyssey.starpoint.kiev.ua (8.14.5/8.14.5/Submit) id q1HIKKWm070382; Fri, 17 Feb 2012 20:20:20 +0200 (EET) (envelope-from avg) Message-Id: <201202171820.q1HIKKWm070382@odyssey.starpoint.kiev.ua> Date: Fri, 17 Feb 2012 20:20:20 +0200 (EET) From: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: aragon@phat.za.net Subject: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:40:10 -0000 >Number: 165247 >Category: ports >Synopsis: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 18:40:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 10.0-CURRENT amd64 >Description: [DESCRIBE CHANGES] Since r221388 and its MFCes SNDCTL_DSP_GETIPTR should work correctly on FreeBSD and should not require any quirks/workarounds. In fact they seem to be harmful now and result in sound outages. Port maintainer (aragon@phat.za.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- alsa-plugins-1.0.23_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/alsa-plugins.orig/files/patch-alsa-plugins /usr/ports/audio/alsa-plugins/files/patch-alsa-plugins --- /usr/ports/audio/alsa-plugins.orig/files/patch-alsa-plugins 2010-06-05 15:46:16.000000000 +0300 +++ /usr/ports/audio/alsa-plugins/files/patch-alsa-plugins 2012-02-14 19:36:44.250936916 +0200 @@ -64,9 +64,9 @@ oss->ext.poll_fd = -1; oss->ext.callback = &oss_ext_callback; oss->ext.private_data = oss; ---- oss/pcm_oss.c.orig 2009-08-31 21:09:41.000000000 +0800 -+++ oss/pcm_oss.c 2009-09-28 14:54:12.000000000 +0800 -@@ -22,17 +22,57 @@ +--- oss/pcm_oss.c.orig 2010-04-16 14:11:10.000000000 +0300 ++++ oss/pcm_oss.c 2012-02-14 19:27:15.833934348 +0200 +@@ -22,17 +22,55 @@ #include #include #include @@ -80,10 +80,8 @@ +#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) + +#ifdef __FreeBSD__ -+/* #define FREEBSD_OSS_USE_IO_PTR 1 */ +/* #define FREEBSD_OSS_BLKCNT_P2 1 */ +/* #define FREEBSD_OSS_DEBUG_VERBOSE 1 */ -+#undef FREEBSD_OSS_USE_IO_PTR /* _IPTR is buggy ... Grr... */ +#undef FREEBSD_OSS_BLKCNT_P2 +#undef FREEBSD_OSS_DEBUG_VERBOSE + @@ -124,7 +122,7 @@ unsigned int frame_bytes; } snd_pcm_oss_t; -@@ -49,8 +89,13 @@ +@@ -49,8 +87,13 @@ buf = (char *)areas->addr + (areas->first + areas->step * offset) / 8; size *= oss->frame_bytes; result = write(oss->fd, buf, size); @@ -138,7 +136,7 @@ return result / oss->frame_bytes; } -@@ -67,13 +112,79 @@ +@@ -67,8 +110,13 @@ buf = (char *)areas->addr + (areas->first + areas->step * offset) / 8; size *= oss->frame_bytes; result = read(oss->fd, buf, size); @@ -152,88 +150,7 @@ return result / oss->frame_bytes; } - static snd_pcm_sframes_t oss_pointer(snd_pcm_ioplug_t *io) - { -+#ifdef __FreeBSD__ -+ snd_pcm_oss_t *oss = io->private_data; -+#ifdef FREEBSD_OSS_USE_IO_PTR -+ struct count_info ci; -+#endif -+ audio_buf_info bi; -+ -+ if (io->state != SND_PCM_STATE_RUNNING) -+ return 0; -+ -+ if (io->state == SND_PCM_STATE_XRUN) -+ return -EPIPE; -+ -+#ifdef FREEBSD_OSS_USE_IO_PTR -+ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? -+ SNDCTL_DSP_GETOPTR : SNDCTL_DSP_GETIPTR, &ci) < 0) -+ return -EINVAL; -+ -+ if (ci.ptr == oss->last_bytes && -+ ((ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? -+ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) || -+ bi.bytes == oss->bufsz)) -+ return -EPIPE; -+ -+ if (ci.ptr < oss->last_bytes) -+ oss->ptr += oss->bufsz; -+ -+ oss->ptr += ci.ptr; -+ oss->ptr -= oss->last_bytes; -+ oss->ptr %= oss->ptr_align; -+ -+ oss->last_bytes = ci.ptr; -+#else /* !FREEBSD_OSS_USE_IO_PTR */ -+ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? -+ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) -+ return -EINVAL; -+ -+ if (bi.bytes == oss->bufsz && bi.bytes == oss->last_bytes) { -+#if 0 -+#ifdef SNDCTL_DSP_GETERROR -+ audio_errinfo ei; -+ if (ioctl(oss->fd, SNDCTL_DSP_GETERROR, &ei) < 0 || -+ (io->stream == SND_PCM_STREAM_PLAYBACK && -+ ei.play_underruns != 0) || -+ (io->stream == SND_PCM_STREAM_CAPTURE && -+ ei.rec_overruns != 0)) -+#endif -+#endif -+ return -EPIPE; -+ } -+ -+ if (bi.bytes > oss->last_bytes) { -+ oss->ptr += bi.bytes - oss->last_bytes; -+ oss->ptr %= oss->ptr_align; -+ } -+ -+ oss->last_bytes = bi.bytes; -+#endif /* FREEBSD_OSS_USE_IO_PTR */ -+ -+ return snd_pcm_bytes_to_frames(io->pcm, oss->ptr); -+#else - snd_pcm_oss_t *oss = io->private_data; - struct count_info info; - int ptr; -@@ -85,20 +196,59 @@ - } - ptr = snd_pcm_bytes_to_frames(io->pcm, info.ptr); - return ptr; -+#endif - } - - static int oss_start(snd_pcm_ioplug_t *io) - { - snd_pcm_oss_t *oss = io->private_data; -+#ifdef __FreeBSD__ -+ audio_buf_info bi; -+#ifdef FREEBSD_OSS_USE_IO_PTR -+ struct count_info ci; -+#endif -+#endif +@@ -93,12 +141,21 @@ int tmp = io->stream == SND_PCM_STREAM_PLAYBACK ? PCM_ENABLE_OUTPUT : PCM_ENABLE_INPUT; @@ -252,33 +169,10 @@ +#endif } + -+#ifdef __FreeBSD__ -+ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? -+ SNDCTL_DSP_GETOSPACE : SNDCTL_DSP_GETISPACE, &bi) < 0) -+ return -EINVAL; -+ -+ if (oss->bufsz != (bi.fragsize * bi.fragstotal)) { -+ fprintf(stderr, "%s(): WARNING - bufsz changed! %d -> %d\n", -+ __func__, oss->bufsz, bi.fragsize * bi.fragstotal); -+ oss->bufsz = bi.fragsize * bi.fragstotal; -+ } -+ -+#ifdef FREEBSD_OSS_USE_IO_PTR -+ if (ioctl(oss->fd, (io->stream == SND_PCM_STREAM_PLAYBACK) ? -+ SNDCTL_DSP_GETOPTR : SNDCTL_DSP_GETIPTR, &ci) < 0) -+ return -EINVAL; -+ -+ oss->last_bytes = ci.ptr; -+#else -+ oss->last_bytes = bi.bytes; -+#endif -+ oss->ptr = 0; -+#endif -+ return 0; } -@@ -107,6 +257,10 @@ +@@ -107,6 +164,10 @@ snd_pcm_oss_t *oss = io->private_data; int tmp = 0; @@ -289,7 +183,7 @@ ioctl(oss->fd, SNDCTL_DSP_SETTRIGGER, &tmp); return 0; } -@@ -115,16 +269,25 @@ +@@ -115,16 +176,25 @@ { snd_pcm_oss_t *oss = io->private_data; @@ -315,7 +209,7 @@ ioctl(oss->fd, SNDCTL_DSP_RESET); tmp = io->channels; -@@ -145,16 +308,75 @@ +@@ -145,16 +215,75 @@ } return 0; } @@ -391,7 +285,7 @@ switch (io->format) { case SND_PCM_FORMAT_U8: oss->format = AFMT_U8; -@@ -166,9 +388,87 @@ +@@ -166,9 +295,87 @@ oss->format = AFMT_S16_BE; break; default: @@ -479,7 +373,7 @@ period_bytes = io->period_size * oss->frame_bytes; oss->period_shift = 0; for (i = 31; i >= 4; i--) { -@@ -209,6 +509,7 @@ +@@ -209,6 +416,7 @@ goto _retry; } oss->fragment_set = 1; @@ -487,7 +381,7 @@ if ((flags = fcntl(oss->fd, F_GETFL)) < 0) { err = -errno; -@@ -229,10 +530,128 @@ +@@ -229,10 +437,128 @@ return 0; } @@ -618,7 +512,7 @@ snd_pcm_ioplug_t *io = &oss->io; static const snd_pcm_access_t access_list[] = { SND_PCM_ACCESS_RW_INTERLEAVED, -@@ -317,6 +736,7 @@ +@@ -317,6 +643,7 @@ return err; return 0; @@ -626,7 +520,7 @@ } -@@ -324,6 +744,10 @@ +@@ -324,6 +651,10 @@ { snd_pcm_oss_t *oss = io->private_data; @@ -637,7 +531,7 @@ close(oss->fd); free(oss->device); free(oss); -@@ -337,7 +761,9 @@ +@@ -337,7 +668,9 @@ .pointer = oss_pointer, .close = oss_close, .hw_params = oss_hw_params, @@ -647,7 +541,7 @@ .drain = oss_drain, }; -@@ -348,7 +774,9 @@ +@@ -348,7 +681,9 @@ .pointer = oss_pointer, .close = oss_close, .hw_params = oss_hw_params, @@ -657,7 +551,7 @@ .drain = oss_drain, }; -@@ -360,6 +788,10 @@ +@@ -360,6 +695,10 @@ int err; snd_pcm_oss_t *oss; --- alsa-plugins-1.0.23_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:40:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18D401065674; Fri, 17 Feb 2012 18:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E160F8FC0A; Fri, 17 Feb 2012 18:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIeIXd029228; Fri, 17 Feb 2012 18:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIeIgf029223; Fri, 17 Feb 2012 18:40:18 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:40:18 GMT Message-Id: <201202171840.q1HIeIgf029223@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165246: devel/ice: transfer maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:40:19 -0000 Synopsis: devel/ice: transfer maintainership Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Fri Feb 17 18:40:18 UTC 2012 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165246 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:40:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4951065672; Fri, 17 Feb 2012 18:40:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE28FC19; Fri, 17 Feb 2012 18:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIeOGY029819; Fri, 17 Feb 2012 18:40:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIeOGn029810; Fri, 17 Feb 2012 18:40:24 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:40:24 GMT Message-Id: <201202171840.q1HIeOGn029810@freefall.freebsd.org> To: avg@icyb.net.ua, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:40:24 -0000 Synopsis: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Feb 17 18:40:23 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165247 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 18:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ECEC106566B for ; Fri, 17 Feb 2012 18:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 095DE8FC13 for ; Fri, 17 Feb 2012 18:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HIoCCZ038041 for ; Fri, 17 Feb 2012 18:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIoCfA038040; Fri, 17 Feb 2012 18:50:12 GMT (envelope-from gnats) Date: Fri, 17 Feb 2012 18:50:12 GMT Message-Id: <201202171850.q1HIoCfA038040@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 18:50:13 -0000 The following reply was made to PR ports/165247; it has been noted by GNATS. From: Edwin Groothuis To: aragon@phat.za.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch Date: Fri, 17 Feb 2012 18:40:22 UT Maintainer of audio/alsa-plugins, Please note that PR ports/165247 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165247 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 19:00:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F5F11065674 for ; Fri, 17 Feb 2012 19:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B55068FC19 for ; Fri, 17 Feb 2012 19:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HJ0Nhb046195 for ; Fri, 17 Feb 2012 19:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HJ0NIV046194; Fri, 17 Feb 2012 19:00:23 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 19:00:23 GMT Resent-Message-Id: <201202171900.q1HJ0NIV046194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C637E106566C for ; Fri, 17 Feb 2012 18:50:24 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 212738FC15 for ; Fri, 17 Feb 2012 18:50:24 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 6299140007 for ; Fri, 17 Feb 2012 19:50:22 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 5758440005; Fri, 17 Feb 2012 19:50:22 +0100 (CET) Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 2975040007 for ; Fri, 17 Feb 2012 19:50:17 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 0C964119C1D for ; Fri, 17 Feb 2012 19:50:16 +0100 (CET) Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id jRzn3Po5Bw-u for ; Fri, 17 Feb 2012 19:50:12 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 0E6BA119C21 for ; Fri, 17 Feb 2012 19:50:07 +0100 (CET) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id E739812B20D for ; Fri, 17 Feb 2012 19:50:06 +0100 (CET) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.5/8.14.5/Submit) id q1HIo62v014278; Fri, 17 Feb 2012 19:50:06 +0100 (CET) (envelope-from zeising) Message-Id: <201202171850.q1HIo62v014278@vincent.daemonic.se> Date: Fri, 17 Feb 2012 19:50:06 +0100 (CET) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165248: [PATCH] [MAINTAINER] Repocopy (rename) and update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 19:00:24 -0000 >Number: 165248 >Category: ports >Synopsis: [PATCH] [MAINTAINER] Repocopy (rename) and update to x11-wm/scrotwm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 19:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225368: Sat Sep 3 22:13:26 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: x11-wm/scrotwm has been renamed to spectrwm, and therefore a repo copy from x11-wm/scrotwm to x11-wm/spectrwm is needed. The attached patch contains an MOVED entry for this, as well as an update to the port to be applied after the repo copy. Since I don't know exactly how to make patches in the case of repo copies, the patch is made against x11-wm/scrotwm, instead of the new x11-wm/spectrwm. If this is wrong, let me know and I'll reroll the patch. >How-To-Repeat: >Fix: --- x11-wm.scrotwm.rename.update.1.0.0.diff begins here --- Index: MOVED =================================================================== RCS file: /home/ncvs/ports/MOVED,v retrieving revision 1.2776 diff -u -d -r1.2776 MOVED --- MOVED 14 Feb 2012 16:53:27 -0000 1.2776 +++ MOVED 17 Feb 2012 18:45:40 -0000 @@ -3232,3 +3232,4 @@ chinese/fcitx-keyboard|textproc/fcitx-keyboard|2012-02-07|Moved to more appropriate category textproc/hs-attoparsec-text||2012-02-13|Removed: The package is deprecated. devel/hs-hmake||2012-02-13|Removed: Broken, unmaintained upstream. +x11-wm/scrotwm|x11-wm/spectrwm|2012-02-17|Project renamed Index: x11-wm/scrotwm/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/Makefile,v retrieving revision 1.15 diff -u -d -r1.15 Makefile --- x11-wm/scrotwm/Makefile 10 Feb 2012 08:16:33 -0000 1.15 +++ x11-wm/scrotwm/Makefile 17 Feb 2012 18:45:40 -0000 @@ -1,14 +1,14 @@ -# New ports collection makefile for: scrotwm +# New ports collection makefile for: spectrwm # Date created: June 29, 2009 # Whom: Aragon Gouveia # # $FreeBSD: ports/x11-wm/scrotwm/Makefile,v 1.15 2012/02/10 08:16:33 jgh Exp $ # -PORTNAME= scrotwm -PORTVERSION= 0.11.0 +PORTNAME= spectrwm +PORTVERSION= 1.0.0 CATEGORIES= x11-wm -MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/ +MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/ EXTRACT_SUFX= .tgz MAINTAINER= zeising@daemonic.se @@ -22,14 +22,14 @@ USE_XORG= x11 xproto xrandr xt xtst -MAN1= scrotwm.1 +MAN1= spectrwm.1 USE_LDCONFIG=yes -PORTEXAMPLES= scrotwm_cz.conf \ - scrotwm_es.conf \ - scrotwm_fr.conf \ - scrotwm_fr_ch.conf \ - scrotwm_se.conf \ - scrotwm_us.conf +PORTEXAMPLES= spectrwm_cz.conf \ + spectrwm_es.conf \ + spectrwm_fr.conf \ + spectrwm_fr_ch.conf \ + spectrwm_se.conf \ + spectrwm_us.conf RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu @@ -38,7 +38,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/scrotwm.* + @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/spectrwm.* do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include \ @@ -52,12 +52,11 @@ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/scrotwm.1 ${MAN1PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/etc/scrotwm.conf.sample - @if [ ! -f ${PREFIX}/etc/scrotwm.conf ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/scrotwm.conf.sample ${PREFIX}/etc/scrotwm.conf ; \ + ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${PREFIX}/etc/spectrwm.conf.sample + @if [ ! -f ${PREFIX}/etc/spectrwm.conf ]; then \ + ${INSTALL_DATA} ${PREFIX}/etc/spectrwm.conf.sample ${PREFIX}/etc/spectrwm.conf ; \ fi - ${INSTALL_SCRIPT} ${FILESDIR}/startscrotwm ${PREFIX}/bin .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} .for conf in ${PORTEXAMPLES} Index: x11-wm/scrotwm/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/distinfo,v retrieving revision 1.13 diff -u -d -r1.13 distinfo --- x11-wm/scrotwm/distinfo 10 Feb 2012 08:16:33 -0000 1.13 +++ x11-wm/scrotwm/distinfo 17 Feb 2012 18:45:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (scrotwm-0.11.0.tgz) = 7d2a5b30c6285ee2daead904b6dd6b89c4f2ca7ac64aac88213151e234c6554d -SIZE (scrotwm-0.11.0.tgz) = 82600 +SHA256 (spectrwm-1.0.0.tgz) = 4cfd7ed7c61fdfc8c108e5efec4513ee14b32baa8d2b095465c62e7bfdd65998 +SIZE (spectrwm-1.0.0.tgz) = 88112 Index: x11-wm/scrotwm/pkg-descr =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/pkg-descr,v retrieving revision 1.2 diff -u -d -r1.2 pkg-descr --- x11-wm/scrotwm/pkg-descr 16 Jan 2012 19:11:05 -0000 1.2 +++ x11-wm/scrotwm/pkg-descr 17 Feb 2012 18:45:40 -0000 @@ -1,8 +1,9 @@ -Scrotwm is a small dynamic tiling window manager for X11. It tries to stay out -of the way so that valuable screen real estate can be used for much more -important stuff. It has sane defaults and does not require one to learn a -language to do any configuration. It was written by hackers for hackers and it -strives to be small, compact and fast. +Spectrwm (previously known as scrotwm) is a small dynamic tiling window +manager for X11. It tries to stay out of the way so that valuable screen +real estate can be used for much more important stuff. It has sane +defaults and does not require one to learn a language to do any +configuration. It was written by hackers for hackers and it strives to be +small, compact and fast. It was largely inspired by xmonad and dwm. Both are fine products but suffer from things like: crazy-unportable-language-syndrome, silly defaults, @@ -11,4 +12,4 @@ borrowed from it. On the other hand xmonad has great defaults, key bindings and xinerama support but is crippled by not being written in C. -WWW: https://opensource.conformal.com/wiki/scrotwm +WWW: https://opensource.conformal.com/wiki/spectrwm Index: x11-wm/scrotwm/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/pkg-plist,v retrieving revision 1.3 diff -u -d -r1.3 pkg-plist --- x11-wm/scrotwm/pkg-plist 10 Feb 2012 08:16:33 -0000 1.3 +++ x11-wm/scrotwm/pkg-plist 17 Feb 2012 18:45:40 -0000 @@ -1,7 +1,6 @@ -bin/scrotwm +bin/spectrwm bin/screenshot.sh -bin/startscrotwm lib/libswmhack.so -@unexec if [ ! -f %D/etc/scrotwm.conf ] || cmp -s %D/etc/scrotwm.conf.sample %D/etc/scrotwm.conf; then rm -f %D/etc/scrotwm.conf; else echo %%PREFIX%%/etc/scrotwm.conf contains changes, remove it manually to delete this package completely.; fi -etc/scrotwm.conf.sample -@exec [ -f %D/etc/scrotwm.conf ] || cp -p %D/%F %D/etc/scrotwm.conf +@unexec if [ ! -f %D/etc/spectrwm.conf ] || cmp -s %D/etc/spectrwm.conf.sample %D/etc/spectrwm.conf; then rm -f %D/etc/spectrwm.conf; else echo %%PREFIX%%/etc/spectrwm.conf contains changes, remove it manually to delete this package completely.; fi +etc/spectrwm.conf.sample +@exec [ -f %D/etc/spectrwm.conf ] || cp -p %D/%F %D/etc/spectrwm.conf Index: x11-wm/scrotwm/files/spawn_menu_atbottom.patch =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/files/spawn_menu_atbottom.patch,v retrieving revision 1.5 diff -u -d -r1.5 spawn_menu_atbottom.patch --- x11-wm/scrotwm/files/spawn_menu_atbottom.patch 16 Jan 2012 19:11:05 -0000 1.5 +++ x11-wm/scrotwm/files/spawn_menu_atbottom.patch 17 Feb 2012 18:45:40 -0000 @@ -1,7 +1,7 @@ $FreeBSD: ports/x11-wm/scrotwm/files/spawn_menu_atbottom.patch,v 1.5 2012/01/16 19:11:05 crees Exp $ ---- scrotwm.c.orig 2012-01-11 19:42:57.000000000 +0100 -+++ scrotwm.c 2012-01-11 21:36:07.000000000 +0100 +--- spectrwm.c.orig 2012-01-11 19:42:57.000000000 +0100 ++++ spectrwm.c 2012-01-11 21:36:07.000000000 +0100 @@ -4481,14 +4481,16 @@ " -nb $bar_color" " -nf $bar_font_color" Index: x11-wm/scrotwm/files/startscrotwm =================================================================== RCS file: x11-wm/scrotwm/files/startscrotwm diff -N x11-wm/scrotwm/files/startscrotwm --- x11-wm/scrotwm/files/startscrotwm 4 May 2010 11:11:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ -z "${DISPLAY}" ] -then - echo "$0: Starting X server" - exec xinit $( which scrotwm ) -else - echo "$0: X server already running on display ${DISPLAY}" - $( which scrotwm ) -fi --- x11-wm.scrotwm.rename.update.1.0.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 19:00:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87FC8106564A; Fri, 17 Feb 2012 19:00:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF9C8FC1C; Fri, 17 Feb 2012 19:00:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HJ0aAV046427; Fri, 17 Feb 2012 19:00:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HJ0acJ046419; Fri, 17 Feb 2012 19:00:36 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 19:00:36 GMT Message-Id: <201202171900.q1HJ0acJ046419@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eadler@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165248: [PATCH] [MAINTAINER] Repocopy (rename) and update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 19:00:36 -0000 Synopsis: [PATCH] [MAINTAINER] Repocopy (rename) and update to x11-wm/scrotwm Responsible-Changed-From-To: freebsd-ports-bugs->eadler Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 19:00:35 UTC 2012 Responsible-Changed-Why: eadler@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165248 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 19:04:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41DC4106566B; Fri, 17 Feb 2012 19:04:44 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 163958FC16; Fri, 17 Feb 2012 19:04:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HJ4hSP054812; Fri, 17 Feb 2012 19:04:43 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HJ4hn3054808; Fri, 17 Feb 2012 19:04:43 GMT (envelope-from culot) Date: Fri, 17 Feb 2012 19:04:43 GMT Message-Id: <201202171904.q1HJ4hn3054808@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/165246: devel/ice: transfer maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 19:04:44 -0000 Synopsis: devel/ice: transfer maintainership Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Feb 17 19:04:43 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165246 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 19:41:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 798DF106566B; Fri, 17 Feb 2012 19:41:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE538FC0C; Fri, 17 Feb 2012 19:41:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HJfgwO092495; Fri, 17 Feb 2012 19:41:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HJfg2s092491; Fri, 17 Feb 2012 19:41:42 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 19:41:42 GMT Message-Id: <201202171941.q1HJfg2s092491@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165226: ports-mgmt/portupgrade - unnecessary source package retrieval X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 19:41:42 -0000 Synopsis: ports-mgmt/portupgrade - unnecessary source package retrieval Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 19:41:41 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165226 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 19:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A62F7106567B for ; Fri, 17 Feb 2012 19:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF458FC19 for ; Fri, 17 Feb 2012 19:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HJoANd093588 for ; Fri, 17 Feb 2012 19:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HJoApb093587; Fri, 17 Feb 2012 19:50:10 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 19:50:10 GMT Resent-Message-Id: <201202171950.q1HJoApb093587@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mel Flynn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A669B106566C for ; Fri, 17 Feb 2012 19:47:04 +0000 (UTC) (envelope-from mel@datakitty.lan.rachie.is-a-geek.net) Received: from datakitty.lan.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B51DD8FC16 for ; Fri, 17 Feb 2012 19:46:46 +0000 (UTC) Received: from datakitty.lan.rachie.is-a-geek.net (localhost [127.0.0.1]) by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5) with ESMTP id q1HJkjeJ014375 for ; Fri, 17 Feb 2012 10:46:45 -0900 (AKST) (envelope-from mel@datakitty.lan.rachie.is-a-geek.net) Received: (from mel@localhost) by datakitty.lan.rachie.is-a-geek.net (8.14.5/8.14.5/Submit) id q1HJki0f014374; Fri, 17 Feb 2012 10:46:44 -0900 (AKST) (envelope-from mel) Message-Id: <201202171946.q1HJki0f014374@datakitty.lan.rachie.is-a-geek.net> Date: Fri, 17 Feb 2012 10:46:44 -0900 (AKST) From: Mel Flynn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165251: [New port] net-mgmt/observium X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mel Flynn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 19:50:10 -0000 >Number: 165251 >Category: ports >Synopsis: [New port] net-mgmt/observium >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 19:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mel Flynn >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD datakitty.lan.rachie.is-a-geek.net 8.2-STABLE FreeBSD 8.2-STABLE #6 r230977: Sun Feb 5 06:20:11 AKST 2012 mel@datakitty.lan.rachie.is-a-geek.net:/data/obj/data/RELENG_8/src/sys/GENERIC amd64 >Description: New port for Observium, as per WantedPorts. >How-To-Repeat: D.N.A. >Fix: Port contains a fix-up for invalid XML when short_open_tags is disabled in the php configuration. This has been fixed upstream, but not in the released version. --- observium-0.11.5.2261.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net-mgmt # net-mgmt/observium # net-mgmt/observium # net-mgmt/observium/files # net-mgmt/observium/pkg-plist # net-mgmt/observium/Makefile # net-mgmt/observium/distinfo # net-mgmt/observium/pkg-descr # net-mgmt/observium/files/pkg-message.in # echo c - net-mgmt mkdir -p net-mgmt > /dev/null 2>&1 echo c - net-mgmt/observium mkdir -p net-mgmt/observium > /dev/null 2>&1 echo c - net-mgmt/observium mkdir -p net-mgmt/observium > /dev/null 2>&1 echo c - net-mgmt/observium/files mkdir -p net-mgmt/observium/files > /dev/null 2>&1 echo x - net-mgmt/observium/pkg-plist sed 's/^X//' >net-mgmt/observium/pkg-plist << '3aaf0dc9ed9d7fcbd6b6d7f9f95d767f' X%%WWWDIR%%/CHANGELOG X%%WWWDIR%%/INSTALL X%%WWWDIR%%/README X%%WWWDIR%%/addhost.php X%%WWWDIR%%/adduser.php X%%WWWDIR%%/alerts.php X%%WWWDIR%%/attic/cisco-entity-sensors.inc.php X%%WWWDIR%%/attic/cisco_entity_sensor.inc.php X%%WWWDIR%%/attic/ciscosensors.inc.php X%%WWWDIR%%/attic/html_pages_routing_overview/bgp.inc.php X%%WWWDIR%%/attic/interfaces.inc.php X%%WWWDIR%%/attic/poll-reachability.php X%%WWWDIR%%/attic/purgeports.inc.php X%%WWWDIR%%/attic/scan-snmp.php X%%WWWDIR%%/attic/temperatures.inc.php X%%WWWDIR%%/attic/unix-graphing.php X%%WWWDIR%%/attic/voltages.inc.php X%%WWWDIR%%/check-errors.php X%%WWWDIR%%/check-services.php X%%WWWDIR%%/config.php.default X%%WWWDIR%%/contrib/generate-dnstext.php X%%WWWDIR%%/contrib/generate-vegadns.php X%%WWWDIR%%/database-schema.sql X%%WWWDIR%%/database-update-pre1000.sql X%%WWWDIR%%/database-update-pre1435.sql X%%WWWDIR%%/database-update-pre2245.sql X%%WWWDIR%%/database-update.sql X%%WWWDIR%%/delhost.php X%%WWWDIR%%/discovery.php X%%WWWDIR%%/generate-iplist.php X%%WWWDIR%%/generate-map.sh X%%WWWDIR%%/html/.htaccess X%%WWWDIR%%/html/ajax_listports.php X%%WWWDIR%%/html/billing-graph.php X%%WWWDIR%%/html/calendar.jpg X%%WWWDIR%%/html/css/mktree.css X%%WWWDIR%%/html/css/styles-wide.css X%%WWWDIR%%/html/css/styles.css X%%WWWDIR%%/html/data.php X%%WWWDIR%%/html/graph-realtime.php X%%WWWDIR%%/html/graph.php X%%WWWDIR%%/html/images/16/Thumbs.db X%%WWWDIR%%/html/images/16/accept.png X%%WWWDIR%%/html/images/16/add.png X%%WWWDIR%%/html/images/16/anchor.png X%%WWWDIR%%/html/images/16/application.png X%%WWWDIR%%/html/images/16/application_add.png X%%WWWDIR%%/html/images/16/application_cascade.png X%%WWWDIR%%/html/images/16/application_delete.png X%%WWWDIR%%/html/images/16/application_double.png X%%WWWDIR%%/html/images/16/application_edit.png X%%WWWDIR%%/html/images/16/application_error.png X%%WWWDIR%%/html/images/16/application_form.png X%%WWWDIR%%/html/images/16/application_form_add.png X%%WWWDIR%%/html/images/16/application_form_delete.png X%%WWWDIR%%/html/images/16/application_form_edit.png X%%WWWDIR%%/html/images/16/application_form_magnify.png X%%WWWDIR%%/html/images/16/application_get.png X%%WWWDIR%%/html/images/16/application_go.png X%%WWWDIR%%/html/images/16/application_home.png X%%WWWDIR%%/html/images/16/application_key.png X%%WWWDIR%%/html/images/16/application_lightning.png X%%WWWDIR%%/html/images/16/application_link.png X%%WWWDIR%%/html/images/16/application_osx.png X%%WWWDIR%%/html/images/16/application_osx_terminal.png X%%WWWDIR%%/html/images/16/application_put.png X%%WWWDIR%%/html/images/16/application_side_boxes.png X%%WWWDIR%%/html/images/16/application_side_contract.png X%%WWWDIR%%/html/images/16/application_side_expand.png X%%WWWDIR%%/html/images/16/application_side_list.png X%%WWWDIR%%/html/images/16/application_side_tree.png X%%WWWDIR%%/html/images/16/application_split.png X%%WWWDIR%%/html/images/16/application_tile_horizontal.png X%%WWWDIR%%/html/images/16/application_tile_vertical.png X%%WWWDIR%%/html/images/16/application_view_columns.png X%%WWWDIR%%/html/images/16/application_view_detail.png X%%WWWDIR%%/html/images/16/application_view_gallery.png X%%WWWDIR%%/html/images/16/application_view_icons.png X%%WWWDIR%%/html/images/16/application_view_list.png X%%WWWDIR%%/html/images/16/application_view_tile.png X%%WWWDIR%%/html/images/16/application_xp.png X%%WWWDIR%%/html/images/16/application_xp_terminal.png X%%WWWDIR%%/html/images/16/arrow_branch.png X%%WWWDIR%%/html/images/16/arrow_divide.png X%%WWWDIR%%/html/images/16/arrow_down.png X%%WWWDIR%%/html/images/16/arrow_in.png X%%WWWDIR%%/html/images/16/arrow_inout.png X%%WWWDIR%%/html/images/16/arrow_join.png X%%WWWDIR%%/html/images/16/arrow_left.png X%%WWWDIR%%/html/images/16/arrow_merge.png X%%WWWDIR%%/html/images/16/arrow_out.png X%%WWWDIR%%/html/images/16/arrow_redo.png X%%WWWDIR%%/html/images/16/arrow_refresh.png X%%WWWDIR%%/html/images/16/arrow_refresh_small.png X%%WWWDIR%%/html/images/16/arrow_right.png X%%WWWDIR%%/html/images/16/arrow_rotate_anticlockwise.png X%%WWWDIR%%/html/images/16/arrow_rotate_clockwise.png X%%WWWDIR%%/html/images/16/arrow_switch.png X%%WWWDIR%%/html/images/16/arrow_turn_left.png X%%WWWDIR%%/html/images/16/arrow_turn_right.png X%%WWWDIR%%/html/images/16/arrow_undo.png X%%WWWDIR%%/html/images/16/arrow_up.png X%%WWWDIR%%/html/images/16/asterisk_orange.png X%%WWWDIR%%/html/images/16/asterisk_yellow.png X%%WWWDIR%%/html/images/16/attach.png X%%WWWDIR%%/html/images/16/award_star_add.png X%%WWWDIR%%/html/images/16/award_star_bronze_1.png X%%WWWDIR%%/html/images/16/award_star_bronze_2.png X%%WWWDIR%%/html/images/16/award_star_bronze_3.png X%%WWWDIR%%/html/images/16/award_star_delete.png X%%WWWDIR%%/html/images/16/award_star_gold_1.png X%%WWWDIR%%/html/images/16/award_star_gold_2.png X%%WWWDIR%%/html/images/16/award_star_gold_3.png X%%WWWDIR%%/html/images/16/award_star_silver_1.png X%%WWWDIR%%/html/images/16/award_star_silver_2.png X%%WWWDIR%%/html/images/16/award_star_silver_3.png X%%WWWDIR%%/html/images/16/basket.png X%%WWWDIR%%/html/images/16/basket_add.png X%%WWWDIR%%/html/images/16/basket_delete.png X%%WWWDIR%%/html/images/16/basket_edit.png X%%WWWDIR%%/html/images/16/basket_error.png X%%WWWDIR%%/html/images/16/basket_go.png X%%WWWDIR%%/html/images/16/basket_put.png X%%WWWDIR%%/html/images/16/basket_remove.png X%%WWWDIR%%/html/images/16/bell.png X%%WWWDIR%%/html/images/16/bell_add.png X%%WWWDIR%%/html/images/16/bell_delete.png X%%WWWDIR%%/html/images/16/bell_error.png X%%WWWDIR%%/html/images/16/bell_go.png X%%WWWDIR%%/html/images/16/bell_link.png X%%WWWDIR%%/html/images/16/bin.png X%%WWWDIR%%/html/images/16/bin_closed.png X%%WWWDIR%%/html/images/16/bin_empty.png X%%WWWDIR%%/html/images/16/bomb.png X%%WWWDIR%%/html/images/16/book.png X%%WWWDIR%%/html/images/16/book_add.png X%%WWWDIR%%/html/images/16/book_addresses.png X%%WWWDIR%%/html/images/16/book_delete.png X%%WWWDIR%%/html/images/16/book_edit.png X%%WWWDIR%%/html/images/16/book_error.png X%%WWWDIR%%/html/images/16/book_go.png X%%WWWDIR%%/html/images/16/book_key.png X%%WWWDIR%%/html/images/16/book_link.png X%%WWWDIR%%/html/images/16/book_next.png X%%WWWDIR%%/html/images/16/book_open.png X%%WWWDIR%%/html/images/16/book_previous.png X%%WWWDIR%%/html/images/16/box.png X%%WWWDIR%%/html/images/16/brick.png X%%WWWDIR%%/html/images/16/brick_add.png X%%WWWDIR%%/html/images/16/brick_delete.png X%%WWWDIR%%/html/images/16/brick_edit.png X%%WWWDIR%%/html/images/16/brick_error.png X%%WWWDIR%%/html/images/16/brick_go.png X%%WWWDIR%%/html/images/16/brick_link.png X%%WWWDIR%%/html/images/16/bricks.png X%%WWWDIR%%/html/images/16/briefcase.png X%%WWWDIR%%/html/images/16/bug.png X%%WWWDIR%%/html/images/16/bug_add.png X%%WWWDIR%%/html/images/16/bug_delete.png X%%WWWDIR%%/html/images/16/bug_edit.png X%%WWWDIR%%/html/images/16/bug_error.png X%%WWWDIR%%/html/images/16/bug_go.png X%%WWWDIR%%/html/images/16/bug_link.png X%%WWWDIR%%/html/images/16/building.png X%%WWWDIR%%/html/images/16/building_add.png X%%WWWDIR%%/html/images/16/building_delete.png X%%WWWDIR%%/html/images/16/building_edit.png X%%WWWDIR%%/html/images/16/building_error.png X%%WWWDIR%%/html/images/16/building_go.png X%%WWWDIR%%/html/images/16/building_key.png X%%WWWDIR%%/html/images/16/building_link.png X%%WWWDIR%%/html/images/16/bullet_add.png X%%WWWDIR%%/html/images/16/bullet_arrow_bottom.png X%%WWWDIR%%/html/images/16/bullet_arrow_down.png X%%WWWDIR%%/html/images/16/bullet_arrow_top.png X%%WWWDIR%%/html/images/16/bullet_arrow_up.png X%%WWWDIR%%/html/images/16/bullet_black.png X%%WWWDIR%%/html/images/16/bullet_blue.png X%%WWWDIR%%/html/images/16/bullet_delete.png X%%WWWDIR%%/html/images/16/bullet_disk.png X%%WWWDIR%%/html/images/16/bullet_error.png X%%WWWDIR%%/html/images/16/bullet_feed.png X%%WWWDIR%%/html/images/16/bullet_go.png X%%WWWDIR%%/html/images/16/bullet_green.png X%%WWWDIR%%/html/images/16/bullet_key.png X%%WWWDIR%%/html/images/16/bullet_orange.png X%%WWWDIR%%/html/images/16/bullet_picture.png X%%WWWDIR%%/html/images/16/bullet_pink.png X%%WWWDIR%%/html/images/16/bullet_purple.png X%%WWWDIR%%/html/images/16/bullet_red.png X%%WWWDIR%%/html/images/16/bullet_star.png X%%WWWDIR%%/html/images/16/bullet_toggle_minus.png X%%WWWDIR%%/html/images/16/bullet_toggle_plus.png X%%WWWDIR%%/html/images/16/bullet_white.png X%%WWWDIR%%/html/images/16/bullet_wrench.png X%%WWWDIR%%/html/images/16/bullet_yellow.png X%%WWWDIR%%/html/images/16/cake.png X%%WWWDIR%%/html/images/16/calculator.png X%%WWWDIR%%/html/images/16/calculator_add.png X%%WWWDIR%%/html/images/16/calculator_delete.png X%%WWWDIR%%/html/images/16/calculator_edit.png X%%WWWDIR%%/html/images/16/calculator_error.png X%%WWWDIR%%/html/images/16/calculator_link.png X%%WWWDIR%%/html/images/16/calendar.png X%%WWWDIR%%/html/images/16/calendar_add.png X%%WWWDIR%%/html/images/16/calendar_delete.png X%%WWWDIR%%/html/images/16/calendar_edit.png X%%WWWDIR%%/html/images/16/calendar_link.png X%%WWWDIR%%/html/images/16/calendar_view_day.png X%%WWWDIR%%/html/images/16/calendar_view_month.png X%%WWWDIR%%/html/images/16/calendar_view_week.png X%%WWWDIR%%/html/images/16/camera.png X%%WWWDIR%%/html/images/16/camera_add.png X%%WWWDIR%%/html/images/16/camera_delete.png X%%WWWDIR%%/html/images/16/camera_edit.png X%%WWWDIR%%/html/images/16/camera_error.png X%%WWWDIR%%/html/images/16/camera_go.png X%%WWWDIR%%/html/images/16/camera_link.png X%%WWWDIR%%/html/images/16/camera_small.png X%%WWWDIR%%/html/images/16/cancel.png X%%WWWDIR%%/html/images/16/car.png X%%WWWDIR%%/html/images/16/car_add.png X%%WWWDIR%%/html/images/16/car_delete.png X%%WWWDIR%%/html/images/16/cart.png X%%WWWDIR%%/html/images/16/cart_add.png X%%WWWDIR%%/html/images/16/cart_delete.png X%%WWWDIR%%/html/images/16/cart_edit.png X%%WWWDIR%%/html/images/16/cart_error.png X%%WWWDIR%%/html/images/16/cart_go.png X%%WWWDIR%%/html/images/16/cart_put.png X%%WWWDIR%%/html/images/16/cart_remove.png X%%WWWDIR%%/html/images/16/cd.png X%%WWWDIR%%/html/images/16/cd_add.png X%%WWWDIR%%/html/images/16/cd_burn.png X%%WWWDIR%%/html/images/16/cd_delete.png X%%WWWDIR%%/html/images/16/cd_edit.png X%%WWWDIR%%/html/images/16/cd_eject.png X%%WWWDIR%%/html/images/16/cd_go.png X%%WWWDIR%%/html/images/16/chart_bar.png X%%WWWDIR%%/html/images/16/chart_bar_add.png X%%WWWDIR%%/html/images/16/chart_bar_delete.png X%%WWWDIR%%/html/images/16/chart_bar_edit.png X%%WWWDIR%%/html/images/16/chart_bar_error.png X%%WWWDIR%%/html/images/16/chart_bar_link.png X%%WWWDIR%%/html/images/16/chart_curve.png X%%WWWDIR%%/html/images/16/chart_curve_add.png X%%WWWDIR%%/html/images/16/chart_curve_delete.png X%%WWWDIR%%/html/images/16/chart_curve_edit.png X%%WWWDIR%%/html/images/16/chart_curve_error.png X%%WWWDIR%%/html/images/16/chart_curve_go.png X%%WWWDIR%%/html/images/16/chart_curve_link.png X%%WWWDIR%%/html/images/16/chart_line.png X%%WWWDIR%%/html/images/16/chart_line_add.png X%%WWWDIR%%/html/images/16/chart_line_delete.png X%%WWWDIR%%/html/images/16/chart_line_edit.png X%%WWWDIR%%/html/images/16/chart_line_error.png X%%WWWDIR%%/html/images/16/chart_line_link.png X%%WWWDIR%%/html/images/16/chart_organisation.png X%%WWWDIR%%/html/images/16/chart_organisation_add.png X%%WWWDIR%%/html/images/16/chart_organisation_delete.png X%%WWWDIR%%/html/images/16/chart_pie.png X%%WWWDIR%%/html/images/16/chart_pie_add.png X%%WWWDIR%%/html/images/16/chart_pie_delete.png X%%WWWDIR%%/html/images/16/chart_pie_edit.png X%%WWWDIR%%/html/images/16/chart_pie_error.png X%%WWWDIR%%/html/images/16/chart_pie_link.png X%%WWWDIR%%/html/images/16/clock.png X%%WWWDIR%%/html/images/16/clock_add.png X%%WWWDIR%%/html/images/16/clock_delete.png X%%WWWDIR%%/html/images/16/clock_edit.png X%%WWWDIR%%/html/images/16/clock_error.png X%%WWWDIR%%/html/images/16/clock_go.png X%%WWWDIR%%/html/images/16/clock_link.png X%%WWWDIR%%/html/images/16/clock_pause.png X%%WWWDIR%%/html/images/16/clock_play.png X%%WWWDIR%%/html/images/16/clock_red.png X%%WWWDIR%%/html/images/16/clock_stop.png X%%WWWDIR%%/html/images/16/cog.png X%%WWWDIR%%/html/images/16/cog_add.png X%%WWWDIR%%/html/images/16/cog_delete.png X%%WWWDIR%%/html/images/16/cog_disable.png X%%WWWDIR%%/html/images/16/cog_edit.png X%%WWWDIR%%/html/images/16/cog_error.png X%%WWWDIR%%/html/images/16/cog_go.png X%%WWWDIR%%/html/images/16/coins.png X%%WWWDIR%%/html/images/16/coins_add.png X%%WWWDIR%%/html/images/16/coins_delete.png X%%WWWDIR%%/html/images/16/color_swatch.png X%%WWWDIR%%/html/images/16/color_wheel.png X%%WWWDIR%%/html/images/16/comment.png X%%WWWDIR%%/html/images/16/comment_add.png X%%WWWDIR%%/html/images/16/comment_delete.png X%%WWWDIR%%/html/images/16/comment_edit.png X%%WWWDIR%%/html/images/16/comments.png X%%WWWDIR%%/html/images/16/comments_add.png X%%WWWDIR%%/html/images/16/comments_delete.png X%%WWWDIR%%/html/images/16/compress.png X%%WWWDIR%%/html/images/16/computer.png X%%WWWDIR%%/html/images/16/computer_add.png X%%WWWDIR%%/html/images/16/computer_delete.png X%%WWWDIR%%/html/images/16/computer_edit.png X%%WWWDIR%%/html/images/16/computer_error.png X%%WWWDIR%%/html/images/16/computer_go.png X%%WWWDIR%%/html/images/16/computer_key.png X%%WWWDIR%%/html/images/16/computer_link.png X%%WWWDIR%%/html/images/16/connect.png X%%WWWDIR%%/html/images/16/contrast.png X%%WWWDIR%%/html/images/16/contrast_decrease.png X%%WWWDIR%%/html/images/16/contrast_high.png X%%WWWDIR%%/html/images/16/contrast_increase.png X%%WWWDIR%%/html/images/16/contrast_low.png X%%WWWDIR%%/html/images/16/control_eject.png X%%WWWDIR%%/html/images/16/control_eject_blue.png X%%WWWDIR%%/html/images/16/control_end.png X%%WWWDIR%%/html/images/16/control_end_blue.png X%%WWWDIR%%/html/images/16/control_equalizer.png X%%WWWDIR%%/html/images/16/control_equalizer_blue.png X%%WWWDIR%%/html/images/16/control_fastforward.png X%%WWWDIR%%/html/images/16/control_fastforward_blue.png X%%WWWDIR%%/html/images/16/control_pause.png X%%WWWDIR%%/html/images/16/control_pause_blue.png X%%WWWDIR%%/html/images/16/control_play.png X%%WWWDIR%%/html/images/16/control_play_blue.png X%%WWWDIR%%/html/images/16/control_repeat.png X%%WWWDIR%%/html/images/16/control_repeat_blue.png X%%WWWDIR%%/html/images/16/control_rewind.png X%%WWWDIR%%/html/images/16/control_rewind_blue.png X%%WWWDIR%%/html/images/16/control_start.png X%%WWWDIR%%/html/images/16/control_start_blue.png X%%WWWDIR%%/html/images/16/control_stop.png X%%WWWDIR%%/html/images/16/control_stop_blue.png X%%WWWDIR%%/html/images/16/controller.png X%%WWWDIR%%/html/images/16/controller_add.png X%%WWWDIR%%/html/images/16/controller_delete.png X%%WWWDIR%%/html/images/16/controller_error.png X%%WWWDIR%%/html/images/16/creditcards.png X%%WWWDIR%%/html/images/16/cross.png X%%WWWDIR%%/html/images/16/css.png X%%WWWDIR%%/html/images/16/css_add.png X%%WWWDIR%%/html/images/16/css_delete.png X%%WWWDIR%%/html/images/16/css_go.png X%%WWWDIR%%/html/images/16/css_valid.png X%%WWWDIR%%/html/images/16/cup.png X%%WWWDIR%%/html/images/16/cup_add.png X%%WWWDIR%%/html/images/16/cup_delete.png X%%WWWDIR%%/html/images/16/cup_edit.png X%%WWWDIR%%/html/images/16/cup_error.png X%%WWWDIR%%/html/images/16/cup_go.png X%%WWWDIR%%/html/images/16/cup_key.png X%%WWWDIR%%/html/images/16/cup_link.png X%%WWWDIR%%/html/images/16/cursor.png X%%WWWDIR%%/html/images/16/cut.png X%%WWWDIR%%/html/images/16/cut_red.png X%%WWWDIR%%/html/images/16/database.png X%%WWWDIR%%/html/images/16/database_add.png X%%WWWDIR%%/html/images/16/database_connect.png X%%WWWDIR%%/html/images/16/database_delete.png X%%WWWDIR%%/html/images/16/database_edit.png X%%WWWDIR%%/html/images/16/database_error.png X%%WWWDIR%%/html/images/16/database_gear.png X%%WWWDIR%%/html/images/16/database_go.png X%%WWWDIR%%/html/images/16/database_key.png X%%WWWDIR%%/html/images/16/database_lightning.png X%%WWWDIR%%/html/images/16/database_link.png X%%WWWDIR%%/html/images/16/database_refresh.png X%%WWWDIR%%/html/images/16/database_save.png X%%WWWDIR%%/html/images/16/database_table.png X%%WWWDIR%%/html/images/16/date.png X%%WWWDIR%%/html/images/16/date_add.png X%%WWWDIR%%/html/images/16/date_delete.png X%%WWWDIR%%/html/images/16/date_edit.png X%%WWWDIR%%/html/images/16/date_error.png X%%WWWDIR%%/html/images/16/date_go.png X%%WWWDIR%%/html/images/16/date_link.png X%%WWWDIR%%/html/images/16/date_magnify.png X%%WWWDIR%%/html/images/16/date_next.png X%%WWWDIR%%/html/images/16/date_previous.png X%%WWWDIR%%/html/images/16/delete.png X%%WWWDIR%%/html/images/16/disconnect.png X%%WWWDIR%%/html/images/16/disk.png X%%WWWDIR%%/html/images/16/disk_multiple.png X%%WWWDIR%%/html/images/16/door.png X%%WWWDIR%%/html/images/16/door_in.png X%%WWWDIR%%/html/images/16/door_open.png X%%WWWDIR%%/html/images/16/door_out.png X%%WWWDIR%%/html/images/16/drink.png X%%WWWDIR%%/html/images/16/drink_empty.png X%%WWWDIR%%/html/images/16/drive.png X%%WWWDIR%%/html/images/16/drive_add.png X%%WWWDIR%%/html/images/16/drive_burn.png X%%WWWDIR%%/html/images/16/drive_cd.png X%%WWWDIR%%/html/images/16/drive_cd_empty.png X%%WWWDIR%%/html/images/16/drive_delete.png X%%WWWDIR%%/html/images/16/drive_disk.png X%%WWWDIR%%/html/images/16/drive_edit.png X%%WWWDIR%%/html/images/16/drive_error.png X%%WWWDIR%%/html/images/16/drive_go.png X%%WWWDIR%%/html/images/16/drive_key.png X%%WWWDIR%%/html/images/16/drive_link.png X%%WWWDIR%%/html/images/16/drive_magnify.png X%%WWWDIR%%/html/images/16/drive_network.png X%%WWWDIR%%/html/images/16/drive_rename.png X%%WWWDIR%%/html/images/16/drive_user.png X%%WWWDIR%%/html/images/16/drive_web.png X%%WWWDIR%%/html/images/16/dvd.png X%%WWWDIR%%/html/images/16/dvd_add.png X%%WWWDIR%%/html/images/16/dvd_delete.png X%%WWWDIR%%/html/images/16/dvd_edit.png X%%WWWDIR%%/html/images/16/dvd_error.png X%%WWWDIR%%/html/images/16/dvd_go.png X%%WWWDIR%%/html/images/16/dvd_key.png X%%WWWDIR%%/html/images/16/dvd_link.png X%%WWWDIR%%/html/images/16/email.png X%%WWWDIR%%/html/images/16/email_add.png X%%WWWDIR%%/html/images/16/email_attach.png X%%WWWDIR%%/html/images/16/email_delete.png X%%WWWDIR%%/html/images/16/email_edit.png X%%WWWDIR%%/html/images/16/email_error.png X%%WWWDIR%%/html/images/16/email_go.png X%%WWWDIR%%/html/images/16/email_link.png X%%WWWDIR%%/html/images/16/email_open.png X%%WWWDIR%%/html/images/16/email_open_image.png X%%WWWDIR%%/html/images/16/emoticon_evilgrin.png X%%WWWDIR%%/html/images/16/emoticon_grin.png X%%WWWDIR%%/html/images/16/emoticon_happy.png X%%WWWDIR%%/html/images/16/emoticon_smile.png X%%WWWDIR%%/html/images/16/emoticon_surprised.png X%%WWWDIR%%/html/images/16/emoticon_tongue.png X%%WWWDIR%%/html/images/16/emoticon_unhappy.png X%%WWWDIR%%/html/images/16/emoticon_waii.png X%%WWWDIR%%/html/images/16/emoticon_wink.png X%%WWWDIR%%/html/images/16/error.png X%%WWWDIR%%/html/images/16/error_add.png X%%WWWDIR%%/html/images/16/error_delete.png X%%WWWDIR%%/html/images/16/error_go.png X%%WWWDIR%%/html/images/16/exclamation.png X%%WWWDIR%%/html/images/16/eye.png X%%WWWDIR%%/html/images/16/feed.png X%%WWWDIR%%/html/images/16/feed_add.png X%%WWWDIR%%/html/images/16/feed_delete.png X%%WWWDIR%%/html/images/16/feed_disk.png X%%WWWDIR%%/html/images/16/feed_edit.png X%%WWWDIR%%/html/images/16/feed_error.png X%%WWWDIR%%/html/images/16/feed_go.png X%%WWWDIR%%/html/images/16/feed_key.png X%%WWWDIR%%/html/images/16/feed_link.png X%%WWWDIR%%/html/images/16/feed_magnify.png X%%WWWDIR%%/html/images/16/female.png X%%WWWDIR%%/html/images/16/film.png X%%WWWDIR%%/html/images/16/film_add.png X%%WWWDIR%%/html/images/16/film_delete.png X%%WWWDIR%%/html/images/16/film_edit.png X%%WWWDIR%%/html/images/16/film_error.png X%%WWWDIR%%/html/images/16/film_go.png X%%WWWDIR%%/html/images/16/film_key.png X%%WWWDIR%%/html/images/16/film_link.png X%%WWWDIR%%/html/images/16/film_save.png X%%WWWDIR%%/html/images/16/find.png X%%WWWDIR%%/html/images/16/flag_blue.png X%%WWWDIR%%/html/images/16/flag_green.png X%%WWWDIR%%/html/images/16/flag_orange.png X%%WWWDIR%%/html/images/16/flag_pink.png X%%WWWDIR%%/html/images/16/flag_purple.png X%%WWWDIR%%/html/images/16/flag_red.png X%%WWWDIR%%/html/images/16/flag_yellow.png X%%WWWDIR%%/html/images/16/flame.png X%%WWWDIR%%/html/images/16/folder.png X%%WWWDIR%%/html/images/16/folder_add.png X%%WWWDIR%%/html/images/16/folder_bell.png X%%WWWDIR%%/html/images/16/folder_brick.png X%%WWWDIR%%/html/images/16/folder_bug.png X%%WWWDIR%%/html/images/16/folder_camera.png X%%WWWDIR%%/html/images/16/folder_database.png X%%WWWDIR%%/html/images/16/folder_delete.png X%%WWWDIR%%/html/images/16/folder_edit.png X%%WWWDIR%%/html/images/16/folder_error.png X%%WWWDIR%%/html/images/16/folder_explore.png X%%WWWDIR%%/html/images/16/folder_feed.png X%%WWWDIR%%/html/images/16/folder_find.png X%%WWWDIR%%/html/images/16/folder_go.png X%%WWWDIR%%/html/images/16/folder_heart.png X%%WWWDIR%%/html/images/16/folder_image.png X%%WWWDIR%%/html/images/16/folder_key.png X%%WWWDIR%%/html/images/16/folder_lightbulb.png X%%WWWDIR%%/html/images/16/folder_link.png X%%WWWDIR%%/html/images/16/folder_magnify.png X%%WWWDIR%%/html/images/16/folder_page.png X%%WWWDIR%%/html/images/16/folder_page_white.png X%%WWWDIR%%/html/images/16/folder_palette.png X%%WWWDIR%%/html/images/16/folder_picture.png X%%WWWDIR%%/html/images/16/folder_star.png X%%WWWDIR%%/html/images/16/folder_table.png X%%WWWDIR%%/html/images/16/folder_user.png X%%WWWDIR%%/html/images/16/folder_wrench.png X%%WWWDIR%%/html/images/16/font.png X%%WWWDIR%%/html/images/16/font_add.png X%%WWWDIR%%/html/images/16/font_delete.png X%%WWWDIR%%/html/images/16/font_go.png X%%WWWDIR%%/html/images/16/group.png X%%WWWDIR%%/html/images/16/group_add.png X%%WWWDIR%%/html/images/16/group_delete.png X%%WWWDIR%%/html/images/16/group_edit.png X%%WWWDIR%%/html/images/16/group_error.png X%%WWWDIR%%/html/images/16/group_gear.png X%%WWWDIR%%/html/images/16/group_go.png X%%WWWDIR%%/html/images/16/group_key.png X%%WWWDIR%%/html/images/16/group_link.png X%%WWWDIR%%/html/images/16/heart.png X%%WWWDIR%%/html/images/16/heart_add.png X%%WWWDIR%%/html/images/16/heart_delete.png X%%WWWDIR%%/html/images/16/help.png X%%WWWDIR%%/html/images/16/hourglass.png X%%WWWDIR%%/html/images/16/hourglass_add.png X%%WWWDIR%%/html/images/16/hourglass_delete.png X%%WWWDIR%%/html/images/16/hourglass_go.png X%%WWWDIR%%/html/images/16/hourglass_link.png X%%WWWDIR%%/html/images/16/house.png X%%WWWDIR%%/html/images/16/house_go.png X%%WWWDIR%%/html/images/16/house_link.png X%%WWWDIR%%/html/images/16/html.png X%%WWWDIR%%/html/images/16/html_add.png X%%WWWDIR%%/html/images/16/html_delete.png X%%WWWDIR%%/html/images/16/html_go.png X%%WWWDIR%%/html/images/16/html_valid.png X%%WWWDIR%%/html/images/16/if-connect.png X%%WWWDIR%%/html/images/16/if-disable.png X%%WWWDIR%%/html/images/16/if-disconnect.png X%%WWWDIR%%/html/images/16/if-enable.png X%%WWWDIR%%/html/images/16/image.png X%%WWWDIR%%/html/images/16/image_add.png X%%WWWDIR%%/html/images/16/image_delete.png X%%WWWDIR%%/html/images/16/image_edit.png X%%WWWDIR%%/html/images/16/image_link.png X%%WWWDIR%%/html/images/16/images.png X%%WWWDIR%%/html/images/16/information.png X%%WWWDIR%%/html/images/16/ipod.png X%%WWWDIR%%/html/images/16/ipod_cast.png X%%WWWDIR%%/html/images/16/ipod_cast_add.png X%%WWWDIR%%/html/images/16/ipod_cast_delete.png X%%WWWDIR%%/html/images/16/ipod_sound.png X%%WWWDIR%%/html/images/16/joystick.png X%%WWWDIR%%/html/images/16/joystick_add.png X%%WWWDIR%%/html/images/16/joystick_delete.png X%%WWWDIR%%/html/images/16/joystick_error.png X%%WWWDIR%%/html/images/16/key.png X%%WWWDIR%%/html/images/16/key_add.png X%%WWWDIR%%/html/images/16/key_delete.png X%%WWWDIR%%/html/images/16/key_go.png X%%WWWDIR%%/html/images/16/keyboard.png X%%WWWDIR%%/html/images/16/keyboard_add.png X%%WWWDIR%%/html/images/16/keyboard_delete.png X%%WWWDIR%%/html/images/16/keyboard_magnify.png X%%WWWDIR%%/html/images/16/layers.png X%%WWWDIR%%/html/images/16/layout.png X%%WWWDIR%%/html/images/16/layout_add.png X%%WWWDIR%%/html/images/16/layout_content.png X%%WWWDIR%%/html/images/16/layout_delete.png X%%WWWDIR%%/html/images/16/layout_edit.png X%%WWWDIR%%/html/images/16/layout_error.png X%%WWWDIR%%/html/images/16/layout_header.png X%%WWWDIR%%/html/images/16/layout_link.png X%%WWWDIR%%/html/images/16/layout_sidebar.png X%%WWWDIR%%/html/images/16/lightbulb.png X%%WWWDIR%%/html/images/16/lightbulb_add.png X%%WWWDIR%%/html/images/16/lightbulb_delete.png X%%WWWDIR%%/html/images/16/lightbulb_off.png X%%WWWDIR%%/html/images/16/lightning.png X%%WWWDIR%%/html/images/16/lightning_add.png X%%WWWDIR%%/html/images/16/lightning_delete.png X%%WWWDIR%%/html/images/16/lightning_go.png X%%WWWDIR%%/html/images/16/link.png X%%WWWDIR%%/html/images/16/link_add.png X%%WWWDIR%%/html/images/16/link_break.png X%%WWWDIR%%/html/images/16/link_delete.png X%%WWWDIR%%/html/images/16/link_edit.png X%%WWWDIR%%/html/images/16/link_error.png X%%WWWDIR%%/html/images/16/link_go.png X%%WWWDIR%%/html/images/16/lock.png X%%WWWDIR%%/html/images/16/lock_add.png X%%WWWDIR%%/html/images/16/lock_break.png X%%WWWDIR%%/html/images/16/lock_delete.png X%%WWWDIR%%/html/images/16/lock_edit.png X%%WWWDIR%%/html/images/16/lock_go.png X%%WWWDIR%%/html/images/16/lock_open.png X%%WWWDIR%%/html/images/16/lorry.png X%%WWWDIR%%/html/images/16/lorry_add.png X%%WWWDIR%%/html/images/16/lorry_delete.png X%%WWWDIR%%/html/images/16/lorry_error.png X%%WWWDIR%%/html/images/16/lorry_flatbed.png X%%WWWDIR%%/html/images/16/lorry_go.png X%%WWWDIR%%/html/images/16/lorry_link.png X%%WWWDIR%%/html/images/16/magifier_zoom_out.png X%%WWWDIR%%/html/images/16/magnifier.png X%%WWWDIR%%/html/images/16/magnifier_zoom_in.png X%%WWWDIR%%/html/images/16/male.png X%%WWWDIR%%/html/images/16/map.png X%%WWWDIR%%/html/images/16/map_add.png X%%WWWDIR%%/html/images/16/map_delete.png X%%WWWDIR%%/html/images/16/map_edit.png X%%WWWDIR%%/html/images/16/map_go.png X%%WWWDIR%%/html/images/16/map_magnify.png X%%WWWDIR%%/html/images/16/medal_bronze_1.png X%%WWWDIR%%/html/images/16/medal_bronze_2.png X%%WWWDIR%%/html/images/16/medal_bronze_3.png X%%WWWDIR%%/html/images/16/medal_bronze_add.png X%%WWWDIR%%/html/images/16/medal_bronze_delete.png X%%WWWDIR%%/html/images/16/medal_gold_1.png X%%WWWDIR%%/html/images/16/medal_gold_2.png X%%WWWDIR%%/html/images/16/medal_gold_3.png X%%WWWDIR%%/html/images/16/medal_gold_add.png X%%WWWDIR%%/html/images/16/medal_gold_delete.png X%%WWWDIR%%/html/images/16/medal_silver_1.png X%%WWWDIR%%/html/images/16/medal_silver_2.png X%%WWWDIR%%/html/images/16/medal_silver_3.png X%%WWWDIR%%/html/images/16/medal_silver_add.png X%%WWWDIR%%/html/images/16/medal_silver_delete.png X%%WWWDIR%%/html/images/16/money.png X%%WWWDIR%%/html/images/16/money_add.png X%%WWWDIR%%/html/images/16/money_delete.png X%%WWWDIR%%/html/images/16/money_dollar.png X%%WWWDIR%%/html/images/16/money_euro.png X%%WWWDIR%%/html/images/16/money_pound.png X%%WWWDIR%%/html/images/16/money_yen.png X%%WWWDIR%%/html/images/16/monitor.png X%%WWWDIR%%/html/images/16/monitor_add.png X%%WWWDIR%%/html/images/16/monitor_delete.png X%%WWWDIR%%/html/images/16/monitor_edit.png X%%WWWDIR%%/html/images/16/monitor_error.png X%%WWWDIR%%/html/images/16/monitor_go.png X%%WWWDIR%%/html/images/16/monitor_lightning.png X%%WWWDIR%%/html/images/16/monitor_link.png X%%WWWDIR%%/html/images/16/mouse.png X%%WWWDIR%%/html/images/16/mouse_add.png X%%WWWDIR%%/html/images/16/mouse_delete.png X%%WWWDIR%%/html/images/16/mouse_error.png X%%WWWDIR%%/html/images/16/music.png X%%WWWDIR%%/html/images/16/new.png X%%WWWDIR%%/html/images/16/newspaper.png X%%WWWDIR%%/html/images/16/newspaper_add.png X%%WWWDIR%%/html/images/16/newspaper_delete.png X%%WWWDIR%%/html/images/16/newspaper_go.png X%%WWWDIR%%/html/images/16/newspaper_link.png X%%WWWDIR%%/html/images/16/note.png X%%WWWDIR%%/html/images/16/note_add.png X%%WWWDIR%%/html/images/16/note_delete.png X%%WWWDIR%%/html/images/16/note_edit.png X%%WWWDIR%%/html/images/16/note_error.png X%%WWWDIR%%/html/images/16/note_go.png X%%WWWDIR%%/html/images/16/overlays.png X%%WWWDIR%%/html/images/16/package.png X%%WWWDIR%%/html/images/16/package_add.png X%%WWWDIR%%/html/images/16/package_delete.png X%%WWWDIR%%/html/images/16/package_go.png X%%WWWDIR%%/html/images/16/package_green.png X%%WWWDIR%%/html/images/16/package_link.png X%%WWWDIR%%/html/images/16/page.png X%%WWWDIR%%/html/images/16/page_add.png X%%WWWDIR%%/html/images/16/page_attach.png X%%WWWDIR%%/html/images/16/page_code.png X%%WWWDIR%%/html/images/16/page_copy.png X%%WWWDIR%%/html/images/16/page_delete.png X%%WWWDIR%%/html/images/16/page_edit.png X%%WWWDIR%%/html/images/16/page_error.png X%%WWWDIR%%/html/images/16/page_excel.png X%%WWWDIR%%/html/images/16/page_find.png X%%WWWDIR%%/html/images/16/page_gear.png X%%WWWDIR%%/html/images/16/page_go.png X%%WWWDIR%%/html/images/16/page_green.png X%%WWWDIR%%/html/images/16/page_key.png X%%WWWDIR%%/html/images/16/page_lightning.png X%%WWWDIR%%/html/images/16/page_link.png X%%WWWDIR%%/html/images/16/page_paintbrush.png X%%WWWDIR%%/html/images/16/page_paste.png X%%WWWDIR%%/html/images/16/page_red.png X%%WWWDIR%%/html/images/16/page_refresh.png X%%WWWDIR%%/html/images/16/page_save.png X%%WWWDIR%%/html/images/16/page_white.png X%%WWWDIR%%/html/images/16/page_white_acrobat.png X%%WWWDIR%%/html/images/16/page_white_actionscript.png X%%WWWDIR%%/html/images/16/page_white_add.png X%%WWWDIR%%/html/images/16/page_white_c.png X%%WWWDIR%%/html/images/16/page_white_camera.png X%%WWWDIR%%/html/images/16/page_white_cd.png X%%WWWDIR%%/html/images/16/page_white_code.png X%%WWWDIR%%/html/images/16/page_white_code_red.png X%%WWWDIR%%/html/images/16/page_white_coldfusion.png X%%WWWDIR%%/html/images/16/page_white_compressed.png X%%WWWDIR%%/html/images/16/page_white_copy.png X%%WWWDIR%%/html/images/16/page_white_cplusplus.png X%%WWWDIR%%/html/images/16/page_white_csharp.png X%%WWWDIR%%/html/images/16/page_white_cup.png X%%WWWDIR%%/html/images/16/page_white_database.png X%%WWWDIR%%/html/images/16/page_white_delete.png X%%WWWDIR%%/html/images/16/page_white_dvd.png X%%WWWDIR%%/html/images/16/page_white_edit.png X%%WWWDIR%%/html/images/16/page_white_error.png X%%WWWDIR%%/html/images/16/page_white_excel.png X%%WWWDIR%%/html/images/16/page_white_find.png X%%WWWDIR%%/html/images/16/page_white_flash.png X%%WWWDIR%%/html/images/16/page_white_freehand.png X%%WWWDIR%%/html/images/16/page_white_gear.png X%%WWWDIR%%/html/images/16/page_white_get.png X%%WWWDIR%%/html/images/16/page_white_go.png X%%WWWDIR%%/html/images/16/page_white_h.png X%%WWWDIR%%/html/images/16/page_white_horizontal.png X%%WWWDIR%%/html/images/16/page_white_key.png X%%WWWDIR%%/html/images/16/page_white_lightning.png X%%WWWDIR%%/html/images/16/page_white_link.png X%%WWWDIR%%/html/images/16/page_white_magnify.png X%%WWWDIR%%/html/images/16/page_white_medal.png X%%WWWDIR%%/html/images/16/page_white_office.png X%%WWWDIR%%/html/images/16/page_white_paint.png X%%WWWDIR%%/html/images/16/page_white_paintbrush.png X%%WWWDIR%%/html/images/16/page_white_paste.png X%%WWWDIR%%/html/images/16/page_white_php.png X%%WWWDIR%%/html/images/16/page_white_picture.png X%%WWWDIR%%/html/images/16/page_white_powerpoint.png X%%WWWDIR%%/html/images/16/page_white_put.png X%%WWWDIR%%/html/images/16/page_white_ruby.png X%%WWWDIR%%/html/images/16/page_white_stack.png X%%WWWDIR%%/html/images/16/page_white_star.png X%%WWWDIR%%/html/images/16/page_white_swoosh.png X%%WWWDIR%%/html/images/16/page_white_text.png X%%WWWDIR%%/html/images/16/page_white_text_width.png X%%WWWDIR%%/html/images/16/page_white_tux.png X%%WWWDIR%%/html/images/16/page_white_vector.png X%%WWWDIR%%/html/images/16/page_white_visualstudio.png X%%WWWDIR%%/html/images/16/page_white_width.png X%%WWWDIR%%/html/images/16/page_white_word.png X%%WWWDIR%%/html/images/16/page_white_world.png X%%WWWDIR%%/html/images/16/page_white_wrench.png X%%WWWDIR%%/html/images/16/page_white_zip.png X%%WWWDIR%%/html/images/16/page_word.png X%%WWWDIR%%/html/images/16/page_world.png X%%WWWDIR%%/html/images/16/paintbrush.png X%%WWWDIR%%/html/images/16/paintcan.png X%%WWWDIR%%/html/images/16/palette.png X%%WWWDIR%%/html/images/16/paste_plain.png X%%WWWDIR%%/html/images/16/paste_word.png X%%WWWDIR%%/html/images/16/pencil.png X%%WWWDIR%%/html/images/16/pencil_add.png X%%WWWDIR%%/html/images/16/pencil_delete.png X%%WWWDIR%%/html/images/16/pencil_go.png X%%WWWDIR%%/html/images/16/phone.png X%%WWWDIR%%/html/images/16/phone_add.png X%%WWWDIR%%/html/images/16/phone_delete.png X%%WWWDIR%%/html/images/16/phone_sound.png X%%WWWDIR%%/html/images/16/photo.png X%%WWWDIR%%/html/images/16/photo_add.png X%%WWWDIR%%/html/images/16/photo_delete.png X%%WWWDIR%%/html/images/16/photo_link.png X%%WWWDIR%%/html/images/16/photos.png X%%WWWDIR%%/html/images/16/picture.png X%%WWWDIR%%/html/images/16/picture_add.png X%%WWWDIR%%/html/images/16/picture_delete.png X%%WWWDIR%%/html/images/16/picture_edit.png X%%WWWDIR%%/html/images/16/picture_empty.png X%%WWWDIR%%/html/images/16/picture_error.png X%%WWWDIR%%/html/images/16/picture_go.png X%%WWWDIR%%/html/images/16/picture_key.png X%%WWWDIR%%/html/images/16/picture_link.png X%%WWWDIR%%/html/images/16/picture_save.png X%%WWWDIR%%/html/images/16/pictures.png X%%WWWDIR%%/html/images/16/pilcrow.png X%%WWWDIR%%/html/images/16/pill.png X%%WWWDIR%%/html/images/16/pill_add.png X%%WWWDIR%%/html/images/16/pill_delete.png X%%WWWDIR%%/html/images/16/pill_go.png X%%WWWDIR%%/html/images/16/plugin.png X%%WWWDIR%%/html/images/16/plugin_add.png X%%WWWDIR%%/html/images/16/plugin_delete.png X%%WWWDIR%%/html/images/16/plugin_disabled.png X%%WWWDIR%%/html/images/16/plugin_edit.png X%%WWWDIR%%/html/images/16/plugin_error.png X%%WWWDIR%%/html/images/16/plugin_go.png X%%WWWDIR%%/html/images/16/plugin_link.png X%%WWWDIR%%/html/images/16/port_graphs.png X%%WWWDIR%%/html/images/16/printer.png X%%WWWDIR%%/html/images/16/printer_add.png X%%WWWDIR%%/html/images/16/printer_delete.png X%%WWWDIR%%/html/images/16/printer_empty.png X%%WWWDIR%%/html/images/16/printer_error.png X%%WWWDIR%%/html/images/16/rainbow.png X%%WWWDIR%%/html/images/16/report.png X%%WWWDIR%%/html/images/16/report_add.png X%%WWWDIR%%/html/images/16/report_delete.png X%%WWWDIR%%/html/images/16/report_disk.png X%%WWWDIR%%/html/images/16/report_edit.png X%%WWWDIR%%/html/images/16/report_go.png X%%WWWDIR%%/html/images/16/report_key.png X%%WWWDIR%%/html/images/16/report_link.png X%%WWWDIR%%/html/images/16/report_magnify.png X%%WWWDIR%%/html/images/16/report_picture.png X%%WWWDIR%%/html/images/16/report_user.png X%%WWWDIR%%/html/images/16/report_word.png X%%WWWDIR%%/html/images/16/resultset_first.png X%%WWWDIR%%/html/images/16/resultset_last.png X%%WWWDIR%%/html/images/16/resultset_next.png X%%WWWDIR%%/html/images/16/resultset_previous.png X%%WWWDIR%%/html/images/16/rosette.png X%%WWWDIR%%/html/images/16/rss.png X%%WWWDIR%%/html/images/16/rss_add.png X%%WWWDIR%%/html/images/16/rss_delete.png X%%WWWDIR%%/html/images/16/rss_go.png X%%WWWDIR%%/html/images/16/rss_valid.png X%%WWWDIR%%/html/images/16/ruby.png X%%WWWDIR%%/html/images/16/ruby_add.png X%%WWWDIR%%/html/images/16/ruby_delete.png X%%WWWDIR%%/html/images/16/ruby_gear.png X%%WWWDIR%%/html/images/16/ruby_get.png X%%WWWDIR%%/html/images/16/ruby_go.png X%%WWWDIR%%/html/images/16/ruby_key.png X%%WWWDIR%%/html/images/16/ruby_link.png X%%WWWDIR%%/html/images/16/ruby_put.png X%%WWWDIR%%/html/images/16/script.png X%%WWWDIR%%/html/images/16/script_add.png X%%WWWDIR%%/html/images/16/script_code.png X%%WWWDIR%%/html/images/16/script_code_red.png X%%WWWDIR%%/html/images/16/script_delete.png X%%WWWDIR%%/html/images/16/script_edit.png X%%WWWDIR%%/html/images/16/script_error.png X%%WWWDIR%%/html/images/16/script_gear.png X%%WWWDIR%%/html/images/16/script_go.png X%%WWWDIR%%/html/images/16/script_key.png X%%WWWDIR%%/html/images/16/script_lightning.png X%%WWWDIR%%/html/images/16/script_link.png X%%WWWDIR%%/html/images/16/script_palette.png X%%WWWDIR%%/html/images/16/script_save.png X%%WWWDIR%%/html/images/16/server.png X%%WWWDIR%%/html/images/16/server_add.png X%%WWWDIR%%/html/images/16/server_chart.png X%%WWWDIR%%/html/images/16/server_cog.png X%%WWWDIR%%/html/images/16/server_compressed.png X%%WWWDIR%%/html/images/16/server_connect.png X%%WWWDIR%%/html/images/16/server_database.png X%%WWWDIR%%/html/images/16/server_delete.png X%%WWWDIR%%/html/images/16/server_edit.png X%%WWWDIR%%/html/images/16/server_error.png X%%WWWDIR%%/html/images/16/server_go.png X%%WWWDIR%%/html/images/16/server_key.png X%%WWWDIR%%/html/images/16/server_lightning.png X%%WWWDIR%%/html/images/16/server_link.png X%%WWWDIR%%/html/images/16/server_uncompressed.png X%%WWWDIR%%/html/images/16/shading.png X%%WWWDIR%%/html/images/16/shape_align_bottom.png X%%WWWDIR%%/html/images/16/shape_align_center.png X%%WWWDIR%%/html/images/16/shape_align_left.png X%%WWWDIR%%/html/images/16/shape_align_middle.png X%%WWWDIR%%/html/images/16/shape_align_right.png X%%WWWDIR%%/html/images/16/shape_align_top.png X%%WWWDIR%%/html/images/16/shape_flip_horizontal.png X%%WWWDIR%%/html/images/16/shape_flip_vertical.png X%%WWWDIR%%/html/images/16/shape_group.png X%%WWWDIR%%/html/images/16/shape_handles.png X%%WWWDIR%%/html/images/16/shape_move_back.png X%%WWWDIR%%/html/images/16/shape_move_backwards.png X%%WWWDIR%%/html/images/16/shape_move_forwards.png X%%WWWDIR%%/html/images/16/shape_move_front.png X%%WWWDIR%%/html/images/16/shape_rotate_anticlockwise.png X%%WWWDIR%%/html/images/16/shape_rotate_clockwise.png X%%WWWDIR%%/html/images/16/shape_square.png X%%WWWDIR%%/html/images/16/shape_square_add.png X%%WWWDIR%%/html/images/16/shape_square_delete.png X%%WWWDIR%%/html/images/16/shape_square_edit.png X%%WWWDIR%%/html/images/16/shape_square_error.png X%%WWWDIR%%/html/images/16/shape_square_go.png X%%WWWDIR%%/html/images/16/shape_square_key.png X%%WWWDIR%%/html/images/16/shape_square_link.png X%%WWWDIR%%/html/images/16/shape_ungroup.png X%%WWWDIR%%/html/images/16/shield.png X%%WWWDIR%%/html/images/16/shield_add.png X%%WWWDIR%%/html/images/16/shield_delete.png X%%WWWDIR%%/html/images/16/shield_go.png X%%WWWDIR%%/html/images/16/sitemap.png X%%WWWDIR%%/html/images/16/sitemap_color.png X%%WWWDIR%%/html/images/16/sound.png X%%WWWDIR%%/html/images/16/sound_add.png X%%WWWDIR%%/html/images/16/sound_delete.png X%%WWWDIR%%/html/images/16/sound_low.png X%%WWWDIR%%/html/images/16/sound_mute.png X%%WWWDIR%%/html/images/16/sound_none.png X%%WWWDIR%%/html/images/16/spellcheck.png X%%WWWDIR%%/html/images/16/sport_8ball.png X%%WWWDIR%%/html/images/16/sport_basketball.png X%%WWWDIR%%/html/images/16/sport_football.png X%%WWWDIR%%/html/images/16/sport_golf.png X%%WWWDIR%%/html/images/16/sport_raquet.png X%%WWWDIR%%/html/images/16/sport_shuttlecock.png X%%WWWDIR%%/html/images/16/sport_soccer.png X%%WWWDIR%%/html/images/16/sport_tennis.png X%%WWWDIR%%/html/images/16/star.png X%%WWWDIR%%/html/images/16/status_away.png X%%WWWDIR%%/html/images/16/status_busy.png X%%WWWDIR%%/html/images/16/status_offline.png X%%WWWDIR%%/html/images/16/status_online.png X%%WWWDIR%%/html/images/16/stop.png X%%WWWDIR%%/html/images/16/style.png X%%WWWDIR%%/html/images/16/style_add.png X%%WWWDIR%%/html/images/16/style_delete.png X%%WWWDIR%%/html/images/16/style_edit.png X%%WWWDIR%%/html/images/16/style_go.png X%%WWWDIR%%/html/images/16/sum.png X%%WWWDIR%%/html/images/16/tab.png X%%WWWDIR%%/html/images/16/tab_add.png X%%WWWDIR%%/html/images/16/tab_delete.png X%%WWWDIR%%/html/images/16/tab_edit.png X%%WWWDIR%%/html/images/16/tab_go.png X%%WWWDIR%%/html/images/16/table.png X%%WWWDIR%%/html/images/16/table_add.png X%%WWWDIR%%/html/images/16/table_delete.png X%%WWWDIR%%/html/images/16/table_edit.png X%%WWWDIR%%/html/images/16/table_error.png X%%WWWDIR%%/html/images/16/table_gear.png X%%WWWDIR%%/html/images/16/table_go.png X%%WWWDIR%%/html/images/16/table_key.png X%%WWWDIR%%/html/images/16/table_lightning.png X%%WWWDIR%%/html/images/16/table_link.png X%%WWWDIR%%/html/images/16/table_multiple.png X%%WWWDIR%%/html/images/16/table_refresh.png X%%WWWDIR%%/html/images/16/table_relationship.png X%%WWWDIR%%/html/images/16/table_row_delete.png X%%WWWDIR%%/html/images/16/table_row_insert.png X%%WWWDIR%%/html/images/16/table_save.png X%%WWWDIR%%/html/images/16/table_sort.png X%%WWWDIR%%/html/images/16/tag.png X%%WWWDIR%%/html/images/16/tag_blue.png X%%WWWDIR%%/html/images/16/tag_blue_add.png X%%WWWDIR%%/html/images/16/tag_blue_delete.png X%%WWWDIR%%/html/images/16/tag_blue_edit.png X%%WWWDIR%%/html/images/16/tag_green.png X%%WWWDIR%%/html/images/16/tag_orange.png X%%WWWDIR%%/html/images/16/tag_pink.png X%%WWWDIR%%/html/images/16/tag_purple.png X%%WWWDIR%%/html/images/16/tag_red.png X%%WWWDIR%%/html/images/16/tag_yellow.png X%%WWWDIR%%/html/images/16/telephone.png X%%WWWDIR%%/html/images/16/telephone_add.png X%%WWWDIR%%/html/images/16/telephone_delete.png X%%WWWDIR%%/html/images/16/telephone_edit.png X%%WWWDIR%%/html/images/16/telephone_error.png X%%WWWDIR%%/html/images/16/telephone_go.png X%%WWWDIR%%/html/images/16/telephone_key.png X%%WWWDIR%%/html/images/16/telephone_link.png X%%WWWDIR%%/html/images/16/television.png X%%WWWDIR%%/html/images/16/television_add.png X%%WWWDIR%%/html/images/16/television_delete.png X%%WWWDIR%%/html/images/16/text_align_center.png X%%WWWDIR%%/html/images/16/text_align_justify.png X%%WWWDIR%%/html/images/16/text_align_left.png X%%WWWDIR%%/html/images/16/text_align_right.png X%%WWWDIR%%/html/images/16/text_allcaps.png X%%WWWDIR%%/html/images/16/text_bold.png X%%WWWDIR%%/html/images/16/text_columns.png X%%WWWDIR%%/html/images/16/text_dropcaps.png X%%WWWDIR%%/html/images/16/text_heading_1.png X%%WWWDIR%%/html/images/16/text_heading_2.png X%%WWWDIR%%/html/images/16/text_heading_3.png X%%WWWDIR%%/html/images/16/text_heading_4.png X%%WWWDIR%%/html/images/16/text_heading_5.png X%%WWWDIR%%/html/images/16/text_heading_6.png X%%WWWDIR%%/html/images/16/text_horizontalrule.png X%%WWWDIR%%/html/images/16/text_indent.png X%%WWWDIR%%/html/images/16/text_indent_remove.png X%%WWWDIR%%/html/images/16/text_italic.png X%%WWWDIR%%/html/images/16/text_kerning.png X%%WWWDIR%%/html/images/16/text_letter_omega.png X%%WWWDIR%%/html/images/16/text_letterspacing.png X%%WWWDIR%%/html/images/16/text_linespacing.png X%%WWWDIR%%/html/images/16/text_list_bullets.png X%%WWWDIR%%/html/images/16/text_list_numbers.png X%%WWWDIR%%/html/images/16/text_lowercase.png X%%WWWDIR%%/html/images/16/text_padding_bottom.png X%%WWWDIR%%/html/images/16/text_padding_left.png X%%WWWDIR%%/html/images/16/text_padding_right.png X%%WWWDIR%%/html/images/16/text_padding_top.png X%%WWWDIR%%/html/images/16/text_replace.png X%%WWWDIR%%/html/images/16/text_signature.png X%%WWWDIR%%/html/images/16/text_smallcaps.png X%%WWWDIR%%/html/images/16/text_strikethrough.png X%%WWWDIR%%/html/images/16/text_subscript.png X%%WWWDIR%%/html/images/16/text_superscript.png X%%WWWDIR%%/html/images/16/text_underline.png X%%WWWDIR%%/html/images/16/text_uppercase.png X%%WWWDIR%%/html/images/16/textfield.png X%%WWWDIR%%/html/images/16/textfield_add.png X%%WWWDIR%%/html/images/16/textfield_delete.png X%%WWWDIR%%/html/images/16/textfield_key.png X%%WWWDIR%%/html/images/16/textfield_rename.png X%%WWWDIR%%/html/images/16/thumb_down.png X%%WWWDIR%%/html/images/16/thumb_up.png X%%WWWDIR%%/html/images/16/tick.png X%%WWWDIR%%/html/images/16/time.png X%%WWWDIR%%/html/images/16/time_add.png X%%WWWDIR%%/html/images/16/time_delete.png X%%WWWDIR%%/html/images/16/time_go.png X%%WWWDIR%%/html/images/16/timeline_marker.png X%%WWWDIR%%/html/images/16/transmit.png X%%WWWDIR%%/html/images/16/transmit_add.png X%%WWWDIR%%/html/images/16/transmit_blue.png X%%WWWDIR%%/html/images/16/transmit_delete.png X%%WWWDIR%%/html/images/16/transmit_edit.png X%%WWWDIR%%/html/images/16/transmit_error.png X%%WWWDIR%%/html/images/16/transmit_go.png X%%WWWDIR%%/html/images/16/tux.png X%%WWWDIR%%/html/images/16/user.png X%%WWWDIR%%/html/images/16/user_add.png X%%WWWDIR%%/html/images/16/user_comment.png X%%WWWDIR%%/html/images/16/user_delete.png X%%WWWDIR%%/html/images/16/user_edit.png X%%WWWDIR%%/html/images/16/user_female.png X%%WWWDIR%%/html/images/16/user_go.png X%%WWWDIR%%/html/images/16/user_gray.png X%%WWWDIR%%/html/images/16/user_green.png X%%WWWDIR%%/html/images/16/user_orange.png X%%WWWDIR%%/html/images/16/user_red.png X%%WWWDIR%%/html/images/16/user_suit.png X%%WWWDIR%%/html/images/16/vcard.png X%%WWWDIR%%/html/images/16/vcard_add.png X%%WWWDIR%%/html/images/16/vcard_delete.png X%%WWWDIR%%/html/images/16/vcard_edit.png X%%WWWDIR%%/html/images/16/vector.png X%%WWWDIR%%/html/images/16/vector_add.png X%%WWWDIR%%/html/images/16/vector_delete.png X%%WWWDIR%%/html/images/16/vlans.png X%%WWWDIR%%/html/images/16/wand.png X%%WWWDIR%%/html/images/16/weather_clouds.png X%%WWWDIR%%/html/images/16/weather_cloudy.png X%%WWWDIR%%/html/images/16/weather_lightning.png X%%WWWDIR%%/html/images/16/weather_rain.png X%%WWWDIR%%/html/images/16/weather_snow.png X%%WWWDIR%%/html/images/16/weather_sun.png X%%WWWDIR%%/html/images/16/webcam.png X%%WWWDIR%%/html/images/16/webcam_add.png X%%WWWDIR%%/html/images/16/webcam_delete.png X%%WWWDIR%%/html/images/16/webcam_error.png X%%WWWDIR%%/html/images/16/world.png X%%WWWDIR%%/html/images/16/world_add.png X%%WWWDIR%%/html/images/16/world_delete.png X%%WWWDIR%%/html/images/16/world_edit.png X%%WWWDIR%%/html/images/16/world_go.png X%%WWWDIR%%/html/images/16/world_link.png X%%WWWDIR%%/html/images/16/wrench.png X%%WWWDIR%%/html/images/16/wrench_orange.png X%%WWWDIR%%/html/images/16/xhtml.png X%%WWWDIR%%/html/images/16/xhtml_add.png X%%WWWDIR%%/html/images/16/xhtml_delete.png X%%WWWDIR%%/html/images/16/xhtml_go.png X%%WWWDIR%%/html/images/16/xhtml_valid.png X%%WWWDIR%%/html/images/16/zoom.png X%%WWWDIR%%/html/images/16/zoom_in.png X%%WWWDIR%%/html/images/16/zoom_out.png X%%WWWDIR%%/html/images/1px-pink.png X%%WWWDIR%%/html/images/arrow.gif X%%WWWDIR%%/html/images/arrows.gif X%%WWWDIR%%/html/images/billing-key.png X%%WWWDIR%%/html/images/box-alert.png X%%WWWDIR%%/html/images/box-info.png X%%WWWDIR%%/html/images/box-ok.png X%%WWWDIR%%/html/images/box-warn.png X%%WWWDIR%%/html/images/bullet.gif X%%WWWDIR%%/html/images/consdog.jpg X%%WWWDIR%%/html/images/customers.png X%%WWWDIR%%/html/images/delete.gif X%%WWWDIR%%/html/images/devices.png X%%WWWDIR%%/html/images/devices/CISCO6509.png X%%WWWDIR%%/html/images/devices/CISCO7304.gif X%%WWWDIR%%/html/images/devices/CISCO7606.jpg X%%WWWDIR%%/html/images/devices/CISCO7613.gif X%%WWWDIR%%/html/images/eventlog.png X%%WWWDIR%%/html/images/grad.png X%%WWWDIR%%/html/images/header_bg.gif X%%WWWDIR%%/html/images/icon.png X%%WWWDIR%%/html/images/icons/alerts.png X%%WWWDIR%%/html/images/icons/apache.png X%%WWWDIR%%/html/images/icons/apps.png X%%WWWDIR%%/html/images/icons/arrow_pps_in.png X%%WWWDIR%%/html/images/icons/arrow_pps_out.png X%%WWWDIR%%/html/images/icons/arrow_updown.png X%%WWWDIR%%/html/images/icons/bind.png X%%WWWDIR%%/html/images/icons/current.png X%%WWWDIR%%/html/images/icons/device.png X%%WWWDIR%%/html/images/icons/diskio.png X%%WWWDIR%%/html/images/icons/environment.png X%%WWWDIR%%/html/images/icons/eventlog.png X%%WWWDIR%%/html/images/icons/fanspeed.png X%%WWWDIR%%/html/images/icons/firewall.png X%%WWWDIR%%/html/images/icons/flags/ad.png X%%WWWDIR%%/html/images/icons/flags/ae.png X%%WWWDIR%%/html/images/icons/flags/af.png X%%WWWDIR%%/html/images/icons/flags/ag.png X%%WWWDIR%%/html/images/icons/flags/ai.png X%%WWWDIR%%/html/images/icons/flags/al.png X%%WWWDIR%%/html/images/icons/flags/am.png X%%WWWDIR%%/html/images/icons/flags/an.png X%%WWWDIR%%/html/images/icons/flags/ao.png X%%WWWDIR%%/html/images/icons/flags/ar.png X%%WWWDIR%%/html/images/icons/flags/as.png X%%WWWDIR%%/html/images/icons/flags/at.png X%%WWWDIR%%/html/images/icons/flags/au.png X%%WWWDIR%%/html/images/icons/flags/aw.png X%%WWWDIR%%/html/images/icons/flags/ax.png X%%WWWDIR%%/html/images/icons/flags/az.png X%%WWWDIR%%/html/images/icons/flags/ba.png X%%WWWDIR%%/html/images/icons/flags/bb.png X%%WWWDIR%%/html/images/icons/flags/bd.png X%%WWWDIR%%/html/images/icons/flags/be.png X%%WWWDIR%%/html/images/icons/flags/bf.png X%%WWWDIR%%/html/images/icons/flags/bg.png X%%WWWDIR%%/html/images/icons/flags/bh.png X%%WWWDIR%%/html/images/icons/flags/bi.png X%%WWWDIR%%/html/images/icons/flags/bj.png X%%WWWDIR%%/html/images/icons/flags/bm.png X%%WWWDIR%%/html/images/icons/flags/bn.png X%%WWWDIR%%/html/images/icons/flags/bo.png X%%WWWDIR%%/html/images/icons/flags/br.png X%%WWWDIR%%/html/images/icons/flags/bs.png X%%WWWDIR%%/html/images/icons/flags/bt.png X%%WWWDIR%%/html/images/icons/flags/bv.png X%%WWWDIR%%/html/images/icons/flags/bw.png X%%WWWDIR%%/html/images/icons/flags/by.png X%%WWWDIR%%/html/images/icons/flags/bz.png X%%WWWDIR%%/html/images/icons/flags/ca.png X%%WWWDIR%%/html/images/icons/flags/catalonia.png X%%WWWDIR%%/html/images/icons/flags/cc.png X%%WWWDIR%%/html/images/icons/flags/cd.png X%%WWWDIR%%/html/images/icons/flags/cf.png X%%WWWDIR%%/html/images/icons/flags/cg.png X%%WWWDIR%%/html/images/icons/flags/ch.png X%%WWWDIR%%/html/images/icons/flags/ci.png X%%WWWDIR%%/html/images/icons/flags/ck.png X%%WWWDIR%%/html/images/icons/flags/cl.png X%%WWWDIR%%/html/images/icons/flags/cm.png X%%WWWDIR%%/html/images/icons/flags/cn.png X%%WWWDIR%%/html/images/icons/flags/co.png X%%WWWDIR%%/html/images/icons/flags/cr.png X%%WWWDIR%%/html/images/icons/flags/cs.png X%%WWWDIR%%/html/images/icons/flags/cu.png X%%WWWDIR%%/html/images/icons/flags/cv.png X%%WWWDIR%%/html/images/icons/flags/cx.png X%%WWWDIR%%/html/images/icons/flags/cy.png X%%WWWDIR%%/html/images/icons/flags/cz.png X%%WWWDIR%%/html/images/icons/flags/de.png X%%WWWDIR%%/html/images/icons/flags/dj.png X%%WWWDIR%%/html/images/icons/flags/dk.png X%%WWWDIR%%/html/images/icons/flags/dm.png X%%WWWDIR%%/html/images/icons/flags/do.png X%%WWWDIR%%/html/images/icons/flags/dz.png X%%WWWDIR%%/html/images/icons/flags/ec.png X%%WWWDIR%%/html/images/icons/flags/ee.png X%%WWWDIR%%/html/images/icons/flags/eg.png X%%WWWDIR%%/html/images/icons/flags/eh.png X%%WWWDIR%%/html/images/icons/flags/er.png X%%WWWDIR%%/html/images/icons/flags/es.png X%%WWWDIR%%/html/images/icons/flags/et.png X%%WWWDIR%%/html/images/icons/flags/europeanunion.png X%%WWWDIR%%/html/images/icons/flags/fam.png X%%WWWDIR%%/html/images/icons/flags/fi.png X%%WWWDIR%%/html/images/icons/flags/fj.png X%%WWWDIR%%/html/images/icons/flags/fk.png X%%WWWDIR%%/html/images/icons/flags/fm.png X%%WWWDIR%%/html/images/icons/flags/fo.png X%%WWWDIR%%/html/images/icons/flags/fr.png X%%WWWDIR%%/html/images/icons/flags/ga.png X%%WWWDIR%%/html/images/icons/flags/gb.png X%%WWWDIR%%/html/images/icons/flags/gd.png X%%WWWDIR%%/html/images/icons/flags/ge.png X%%WWWDIR%%/html/images/icons/flags/gf.png X%%WWWDIR%%/html/images/icons/flags/gh.png X%%WWWDIR%%/html/images/icons/flags/gi.png X%%WWWDIR%%/html/images/icons/flags/gl.png X%%WWWDIR%%/html/images/icons/flags/gm.png X%%WWWDIR%%/html/images/icons/flags/gn.png X%%WWWDIR%%/html/images/icons/flags/gp.png X%%WWWDIR%%/html/images/icons/flags/gq.png X%%WWWDIR%%/html/images/icons/flags/gr.png X%%WWWDIR%%/html/images/icons/flags/gs.png X%%WWWDIR%%/html/images/icons/flags/gt.png X%%WWWDIR%%/html/images/icons/flags/gu.png X%%WWWDIR%%/html/images/icons/flags/gw.png X%%WWWDIR%%/html/images/icons/flags/gy.png X%%WWWDIR%%/html/images/icons/flags/hk.png X%%WWWDIR%%/html/images/icons/flags/hm.png X%%WWWDIR%%/html/images/icons/flags/hn.png X%%WWWDIR%%/html/images/icons/flags/hr.png X%%WWWDIR%%/html/images/icons/flags/ht.png X%%WWWDIR%%/html/images/icons/flags/hu.png X%%WWWDIR%%/html/images/icons/flags/id.png X%%WWWDIR%%/html/images/icons/flags/ie.png X%%WWWDIR%%/html/images/icons/flags/il.png X%%WWWDIR%%/html/images/icons/flags/in.png X%%WWWDIR%%/html/images/icons/flags/io.png X%%WWWDIR%%/html/images/icons/flags/iq.png X%%WWWDIR%%/html/images/icons/flags/ir.png X%%WWWDIR%%/html/images/icons/flags/is.png X%%WWWDIR%%/html/images/icons/flags/it.png X%%WWWDIR%%/html/images/icons/flags/jm.png X%%WWWDIR%%/html/images/icons/flags/jo.png X%%WWWDIR%%/html/images/icons/flags/jp.png X%%WWWDIR%%/html/images/icons/flags/ke.png X%%WWWDIR%%/html/images/icons/flags/kg.png X%%WWWDIR%%/html/images/icons/flags/kh.png X%%WWWDIR%%/html/images/icons/flags/ki.png X%%WWWDIR%%/html/images/icons/flags/km.png X%%WWWDIR%%/html/images/icons/flags/kn.png X%%WWWDIR%%/html/images/icons/flags/kp.png X%%WWWDIR%%/html/images/icons/flags/kr.png X%%WWWDIR%%/html/images/icons/flags/kw.png X%%WWWDIR%%/html/images/icons/flags/ky.png X%%WWWDIR%%/html/images/icons/flags/kz.png X%%WWWDIR%%/html/images/icons/flags/la.png X%%WWWDIR%%/html/images/icons/flags/lb.png X%%WWWDIR%%/html/images/icons/flags/lc.png X%%WWWDIR%%/html/images/icons/flags/li.png X%%WWWDIR%%/html/images/icons/flags/lk.png X%%WWWDIR%%/html/images/icons/flags/lr.png X%%WWWDIR%%/html/images/icons/flags/ls.png X%%WWWDIR%%/html/images/icons/flags/lt.png X%%WWWDIR%%/html/images/icons/flags/lu.png X%%WWWDIR%%/html/images/icons/flags/lv.png X%%WWWDIR%%/html/images/icons/flags/ly.png X%%WWWDIR%%/html/images/icons/flags/ma.png X%%WWWDIR%%/html/images/icons/flags/mc.png X%%WWWDIR%%/html/images/icons/flags/md.png X%%WWWDIR%%/html/images/icons/flags/me.png X%%WWWDIR%%/html/images/icons/flags/mg.png X%%WWWDIR%%/html/images/icons/flags/mh.png X%%WWWDIR%%/html/images/icons/flags/mk.png X%%WWWDIR%%/html/images/icons/flags/ml.png X%%WWWDIR%%/html/images/icons/flags/mm.png X%%WWWDIR%%/html/images/icons/flags/mn.png X%%WWWDIR%%/html/images/icons/flags/mo.png X%%WWWDIR%%/html/images/icons/flags/mp.png X%%WWWDIR%%/html/images/icons/flags/mq.png X%%WWWDIR%%/html/images/icons/flags/mr.png X%%WWWDIR%%/html/images/icons/flags/ms.png X%%WWWDIR%%/html/images/icons/flags/mt.png X%%WWWDIR%%/html/images/icons/flags/mu.png X%%WWWDIR%%/html/images/icons/flags/mv.png X%%WWWDIR%%/html/images/icons/flags/mw.png X%%WWWDIR%%/html/images/icons/flags/mx.png X%%WWWDIR%%/html/images/icons/flags/my.png X%%WWWDIR%%/html/images/icons/flags/mz.png X%%WWWDIR%%/html/images/icons/flags/na.png X%%WWWDIR%%/html/images/icons/flags/nc.png X%%WWWDIR%%/html/images/icons/flags/ne.png X%%WWWDIR%%/html/images/icons/flags/nf.png X%%WWWDIR%%/html/images/icons/flags/ng.png X%%WWWDIR%%/html/images/icons/flags/ni.png X%%WWWDIR%%/html/images/icons/flags/nl.png X%%WWWDIR%%/html/images/icons/flags/no.png X%%WWWDIR%%/html/images/icons/flags/np.png X%%WWWDIR%%/html/images/icons/flags/nr.png X%%WWWDIR%%/html/images/icons/flags/nu.png X%%WWWDIR%%/html/images/icons/flags/nz.png X%%WWWDIR%%/html/images/icons/flags/om.png X%%WWWDIR%%/html/images/icons/flags/pa.png X%%WWWDIR%%/html/images/icons/flags/pe.png X%%WWWDIR%%/html/images/icons/flags/pf.png X%%WWWDIR%%/html/images/icons/flags/pg.png X%%WWWDIR%%/html/images/icons/flags/ph.png X%%WWWDIR%%/html/images/icons/flags/pk.png X%%WWWDIR%%/html/images/icons/flags/pl.png X%%WWWDIR%%/html/images/icons/flags/pm.png X%%WWWDIR%%/html/images/icons/flags/pn.png X%%WWWDIR%%/html/images/icons/flags/pr.png X%%WWWDIR%%/html/images/icons/flags/ps.png X%%WWWDIR%%/html/images/icons/flags/pt.png X%%WWWDIR%%/html/images/icons/flags/pw.png X%%WWWDIR%%/html/images/icons/flags/py.png X%%WWWDIR%%/html/images/icons/flags/qa.png X%%WWWDIR%%/html/images/icons/flags/re.png X%%WWWDIR%%/html/images/icons/flags/ro.png X%%WWWDIR%%/html/images/icons/flags/rs.png X%%WWWDIR%%/html/images/icons/flags/ru.png X%%WWWDIR%%/html/images/icons/flags/rw.png X%%WWWDIR%%/html/images/icons/flags/sa.png X%%WWWDIR%%/html/images/icons/flags/sb.png X%%WWWDIR%%/html/images/icons/flags/sc.png X%%WWWDIR%%/html/images/icons/flags/sd.png X%%WWWDIR%%/html/images/icons/flags/se.png X%%WWWDIR%%/html/images/icons/flags/sg.png X%%WWWDIR%%/html/images/icons/flags/sh.png X%%WWWDIR%%/html/images/icons/flags/si.png X%%WWWDIR%%/html/images/icons/flags/sj.png X%%WWWDIR%%/html/images/icons/flags/sk.png X%%WWWDIR%%/html/images/icons/flags/sl.png X%%WWWDIR%%/html/images/icons/flags/sm.png X%%WWWDIR%%/html/images/icons/flags/sn.png X%%WWWDIR%%/html/images/icons/flags/so.png X%%WWWDIR%%/html/images/icons/flags/sr.png X%%WWWDIR%%/html/images/icons/flags/st.png X%%WWWDIR%%/html/images/icons/flags/sv.png X%%WWWDIR%%/html/images/icons/flags/sy.png X%%WWWDIR%%/html/images/icons/flags/sz.png X%%WWWDIR%%/html/images/icons/flags/tc.png X%%WWWDIR%%/html/images/icons/flags/td.png X%%WWWDIR%%/html/images/icons/flags/tf.png X%%WWWDIR%%/html/images/icons/flags/tg.png X%%WWWDIR%%/html/images/icons/flags/th.png X%%WWWDIR%%/html/images/icons/flags/tj.png X%%WWWDIR%%/html/images/icons/flags/tk.png X%%WWWDIR%%/html/images/icons/flags/tl.png X%%WWWDIR%%/html/images/icons/flags/tm.png X%%WWWDIR%%/html/images/icons/flags/tn.png X%%WWWDIR%%/html/images/icons/flags/to.png X%%WWWDIR%%/html/images/icons/flags/tr.png X%%WWWDIR%%/html/images/icons/flags/tt.png X%%WWWDIR%%/html/images/icons/flags/tv.png X%%WWWDIR%%/html/images/icons/flags/tw.png X%%WWWDIR%%/html/images/icons/flags/tz.png X%%WWWDIR%%/html/images/icons/flags/ua.png X%%WWWDIR%%/html/images/icons/flags/ug.png X%%WWWDIR%%/html/images/icons/flags/um.png X%%WWWDIR%%/html/images/icons/flags/us.png X%%WWWDIR%%/html/images/icons/flags/uy.png X%%WWWDIR%%/html/images/icons/flags/uz.png X%%WWWDIR%%/html/images/icons/flags/va.png X%%WWWDIR%%/html/images/icons/flags/vc.png X%%WWWDIR%%/html/images/icons/flags/ve.png X%%WWWDIR%%/html/images/icons/flags/vg.png X%%WWWDIR%%/html/images/icons/flags/vi.png X%%WWWDIR%%/html/images/icons/flags/vn.png X%%WWWDIR%%/html/images/icons/flags/vu.png X%%WWWDIR%%/html/images/icons/flags/wf.png X%%WWWDIR%%/html/images/icons/flags/ws.png X%%WWWDIR%%/html/images/icons/flags/ye.png X%%WWWDIR%%/html/images/icons/flags/yt.png X%%WWWDIR%%/html/images/icons/flags/za.png X%%WWWDIR%%/html/images/icons/flags/zm.png X%%WWWDIR%%/html/images/icons/flags/zw.png X%%WWWDIR%%/html/images/icons/frequency.png X%%WWWDIR%%/html/images/icons/graphs.png X%%WWWDIR%%/html/images/icons/greyscale/alerts.png X%%WWWDIR%%/html/images/icons/greyscale/apache.png X%%WWWDIR%%/html/images/icons/greyscale/apps.png X%%WWWDIR%%/html/images/icons/greyscale/bind.png X%%WWWDIR%%/html/images/icons/greyscale/current.png X%%WWWDIR%%/html/images/icons/greyscale/device.png X%%WWWDIR%%/html/images/icons/greyscale/diskio.png X%%WWWDIR%%/html/images/icons/greyscale/fanspeed.png X%%WWWDIR%%/html/images/icons/greyscale/firewall.png X%%WWWDIR%%/html/images/icons/greyscale/frequency.png X%%WWWDIR%%/html/images/icons/greyscale/graphs.png X%%WWWDIR%%/html/images/icons/greyscale/humidity.png X%%WWWDIR%%/html/images/icons/greyscale/ipmi.png X%%WWWDIR%%/html/images/icons/greyscale/memory.png X%%WWWDIR%%/html/images/icons/greyscale/mempools.png X%%WWWDIR%%/html/images/icons/greyscale/mysql.png X%%WWWDIR%%/html/images/icons/greyscale/netstats.png X%%WWWDIR%%/html/images/icons/greyscale/network.png X%%WWWDIR%%/html/images/icons/greyscale/nginx.png X%%WWWDIR%%/html/images/icons/greyscale/nographs.png X%%WWWDIR%%/html/images/icons/greyscale/overview.png X%%WWWDIR%%/html/images/icons/greyscale/port.png X%%WWWDIR%%/html/images/icons/greyscale/ports.png X%%WWWDIR%%/html/images/icons/greyscale/postfix.png X%%WWWDIR%%/html/images/icons/greyscale/power.png X%%WWWDIR%%/html/images/icons/greyscale/processor.png X%%WWWDIR%%/html/images/icons/greyscale/sensors.png X%%WWWDIR%%/html/images/icons/greyscale/services.png X%%WWWDIR%%/html/images/icons/greyscale/snmp.png X%%WWWDIR%%/html/images/icons/greyscale/storage.png X%%WWWDIR%%/html/images/icons/greyscale/system.png X%%WWWDIR%%/html/images/icons/greyscale/temperature.png X%%WWWDIR%%/html/images/icons/greyscale/voltage.png X%%WWWDIR%%/html/images/icons/greyscale/wifi.png X%%WWWDIR%%/html/images/icons/greyscale/wireless.png X%%WWWDIR%%/html/images/icons/humidity.png X%%WWWDIR%%/html/images/icons/inventory.png X%%WWWDIR%%/html/images/icons/ipmi.png X%%WWWDIR%%/html/images/icons/ipv4.png X%%WWWDIR%%/html/images/icons/ipv6.png X%%WWWDIR%%/html/images/icons/memory.png X%%WWWDIR%%/html/images/icons/mempools.png X%%WWWDIR%%/html/images/icons/mysql.png X%%WWWDIR%%/html/images/icons/netstats.png X%%WWWDIR%%/html/images/icons/network.png X%%WWWDIR%%/html/images/icons/nginx.png X%%WWWDIR%%/html/images/icons/nographs.png X%%WWWDIR%%/html/images/icons/overview.png X%%WWWDIR%%/html/images/icons/overview/mempools.png X%%WWWDIR%%/html/images/icons/overview/processors.png X%%WWWDIR%%/html/images/icons/port.png X%%WWWDIR%%/html/images/icons/ports.png X%%WWWDIR%%/html/images/icons/postfix.png X%%WWWDIR%%/html/images/icons/power.png X%%WWWDIR%%/html/images/icons/printer.png X%%WWWDIR%%/html/images/icons/processor.png X%%WWWDIR%%/html/images/icons/sensors.png X%%WWWDIR%%/html/images/icons/server.png X%%WWWDIR%%/html/images/icons/services.png X%%WWWDIR%%/html/images/icons/snmp.png X%%WWWDIR%%/html/images/icons/storage.png X%%WWWDIR%%/html/images/icons/syslog.png X%%WWWDIR%%/html/images/icons/system.png X%%WWWDIR%%/html/images/icons/temperature.png X%%WWWDIR%%/html/images/icons/toner.png X%%WWWDIR%%/html/images/icons/voltage.png X%%WWWDIR%%/html/images/icons/wifi.png X%%WWWDIR%%/html/images/icons/wireless.png X%%WWWDIR%%/html/images/jt-logo.jpg X%%WWWDIR%%/html/images/lang/Thumbs.db X%%WWWDIR%%/html/images/lang/en.gif X%%WWWDIR%%/html/images/lang/es.gif X%%WWWDIR%%/html/images/lang/fr.gif X%%WWWDIR%%/html/images/lang/gm.gif X%%WWWDIR%%/html/images/lang/no.gif X%%WWWDIR%%/html/images/lang/sw.gif X%%WWWDIR%%/html/images/login-hamster.png X%%WWWDIR%%/html/images/login.png X%%WWWDIR%%/html/images/logo.gif X%%WWWDIR%%/html/images/logo.jpg X%%WWWDIR%%/html/images/logo.png X%%WWWDIR%%/html/images/lolsq.gif X%%WWWDIR%%/html/images/mail-reply.gif X%%WWWDIR%%/html/images/mail.gif X%%WWWDIR%%/html/images/menu2.gif X%%WWWDIR%%/html/images/minus.gif X%%WWWDIR%%/html/images/neu/add.png X%%WWWDIR%%/html/images/neu/battery.png X%%WWWDIR%%/html/images/neu/cancel.png X%%WWWDIR%%/html/images/neu/computer.png X%%WWWDIR%%/html/images/neu/connected.png X%%WWWDIR%%/html/images/neu/customers.png X%%WWWDIR%%/html/images/neu/display.png X%%WWWDIR%%/html/images/neu/dns.png X%%WWWDIR%%/html/images/neu/edit.png X%%WWWDIR%%/html/images/neu/error.png X%%WWWDIR%%/html/images/neu/exit.png X%%WWWDIR%%/html/images/neu/find.png X%%WWWDIR%%/html/images/neu/folder_home.png X%%WWWDIR%%/html/images/neu/help.png X%%WWWDIR%%/html/images/neu/hide-graphs.png X%%WWWDIR%%/html/images/neu/info.png X%%WWWDIR%%/html/images/neu/internet.png X%%WWWDIR%%/html/images/neu/locked.png X%%WWWDIR%%/html/images/neu/mail.png X%%WWWDIR%%/html/images/neu/monitor.png X%%WWWDIR%%/html/images/neu/network.png X%%WWWDIR%%/html/images/neu/ok.png X%%WWWDIR%%/html/images/neu/prefs.png X%%WWWDIR%%/html/images/neu/question.png X%%WWWDIR%%/html/images/neu/remove.png X%%WWWDIR%%/html/images/neu/screens.png X%%WWWDIR%%/html/images/neu/server.png X%%WWWDIR%%/html/images/neu/settings.png X%%WWWDIR%%/html/images/neu/show-graphs.png X%%WWWDIR%%/html/images/neu/system.png X%%WWWDIR%%/html/images/neu/system2.png X%%WWWDIR%%/html/images/neu/terminal.png X%%WWWDIR%%/html/images/neu/warning.png X%%WWWDIR%%/html/images/neu/web.png X%%WWWDIR%%/html/images/neu/web2.png X%%WWWDIR%%/html/images/no-48.png X%%WWWDIR%%/html/images/no-graph.png X%%WWWDIR%%/html/images/observe-100.png X%%WWWDIR%%/html/images/observer-header.png X%%WWWDIR%%/html/images/observer-icon.png X%%WWWDIR%%/html/images/observer-logo-mobile.jpg X%%WWWDIR%%/html/images/observer-logo.gif X%%WWWDIR%%/html/images/observer-logo.jpg X%%WWWDIR%%/html/images/observium-icon.png X%%WWWDIR%%/html/images/observium-logo.png X%%WWWDIR%%/html/images/os/3com.png X%%WWWDIR%%/html/images/os/adva.png X%%WWWDIR%%/html/images/os/akcp.png X%%WWWDIR%%/html/images/os/alcatellucent.png X%%WWWDIR%%/html/images/os/allied.png X%%WWWDIR%%/html/images/os/apc.png X%%WWWDIR%%/html/images/os/apple.png X%%WWWDIR%%/html/images/os/areca.png X%%WWWDIR%%/html/images/os/arista.png X%%WWWDIR%%/html/images/os/axis.png X%%WWWDIR%%/html/images/os/bnt.png X%%WWWDIR%%/html/images/os/broadcom.png X%%WWWDIR%%/html/images/os/brother.png X%%WWWDIR%%/html/images/os/centos.png X%%WWWDIR%%/html/images/os/cisco-old.png X%%WWWDIR%%/html/images/os/cisco.png X%%WWWDIR%%/html/images/os/citrix.png X%%WWWDIR%%/html/images/os/comet.png X%%WWWDIR%%/html/images/os/conexant.png X%%WWWDIR%%/html/images/os/debian.png X%%WWWDIR%%/html/images/os/dell.png X%%WWWDIR%%/html/images/os/delta.png X%%WWWDIR%%/html/images/os/dlink.png X%%WWWDIR%%/html/images/os/dragonfly.png X%%WWWDIR%%/html/images/os/eaton.png X%%WWWDIR%%/html/images/os/engenius.png X%%WWWDIR%%/html/images/os/extreme.png X%%WWWDIR%%/html/images/os/fedora.png X%%WWWDIR%%/html/images/os/force10.png X%%WWWDIR%%/html/images/os/fortinet.png X%%WWWDIR%%/html/images/os/freebsd.png X%%WWWDIR%%/html/images/os/gamatronicups.png X%%WWWDIR%%/html/images/os/generic.png X%%WWWDIR%%/html/images/os/hp.png X%%WWWDIR%%/html/images/os/huawei.png X%%WWWDIR%%/html/images/os/ingrasys.png X%%WWWDIR%%/html/images/os/ironware.png X%%WWWDIR%%/html/images/os/junos.png X%%WWWDIR%%/html/images/os/konica.png X%%WWWDIR%%/html/images/os/kyocera.png X%%WWWDIR%%/html/images/os/linksys.png X%%WWWDIR%%/html/images/os/linux.png X%%WWWDIR%%/html/images/os/mandrake.png X%%WWWDIR%%/html/images/os/mge.png X%%WWWDIR%%/html/images/os/minkelsrms.png X%%WWWDIR%%/html/images/os/monowall.png X%%WWWDIR%%/html/images/os/mrv.png X%%WWWDIR%%/html/images/os/netbotz.png X%%WWWDIR%%/html/images/os/netbsd.png X%%WWWDIR%%/html/images/os/netgear.png X%%WWWDIR%%/html/images/os/netmanplus.png X%%WWWDIR%%/html/images/os/netopia.png X%%WWWDIR%%/html/images/os/netvision.png X%%WWWDIR%%/html/images/os/novell.png X%%WWWDIR%%/html/images/os/oki.png X%%WWWDIR%%/html/images/os/openbsd.png X%%WWWDIR%%/html/images/os/openindiana.png X%%WWWDIR%%/html/images/os/opensolaris.png X%%WWWDIR%%/html/images/os/papouch-tme.png X%%WWWDIR%%/html/images/os/pfsense.png X%%WWWDIR%%/html/images/os/proxim.png X%%WWWDIR%%/html/images/os/qnap.png X%%WWWDIR%%/html/images/os/radlan.png X%%WWWDIR%%/html/images/os/raritan.png X%%WWWDIR%%/html/images/os/redhat.png X%%WWWDIR%%/html/images/os/ricoh.png X%%WWWDIR%%/html/images/os/routeros.png X%%WWWDIR%%/html/images/os/screenos.png X%%WWWDIR%%/html/images/os/servertech.png X%%WWWDIR%%/html/images/os/slackware.png X%%WWWDIR%%/html/images/os/snom.png X%%WWWDIR%%/html/images/os/solaris.png X%%WWWDIR%%/html/images/os/sonicwall.png X%%WWWDIR%%/html/images/os/speedtouch.png X%%WWWDIR%%/html/images/os/suse.png X%%WWWDIR%%/html/images/os/symbol.png X%%WWWDIR%%/html/images/os/tranzeo.png X%%WWWDIR%%/html/images/os/tripplite.png X%%WWWDIR%%/html/images/os/ubuntu.png X%%WWWDIR%%/html/images/os/vmware.png X%%WWWDIR%%/html/images/os/voswall.png X%%WWWDIR%%/html/images/os/vyatta.png X%%WWWDIR%%/html/images/os/watchguard.png X%%WWWDIR%%/html/images/os/windows.png X%%WWWDIR%%/html/images/os/wxgoos.png X%%WWWDIR%%/html/images/os/xerox.png X%%WWWDIR%%/html/images/os/zyxel.png X%%WWWDIR%%/html/images/password-blue.png X%%WWWDIR%%/html/images/password.png X%%WWWDIR%%/html/images/peering.png X%%WWWDIR%%/html/images/phone.gif X%%WWWDIR%%/html/images/plus.gif X%%WWWDIR%%/html/images/readme.html X%%WWWDIR%%/html/images/readme.txt X%%WWWDIR%%/html/images/shade.gif X%%WWWDIR%%/html/images/shadeactive.gif X%%WWWDIR%%/html/images/sites.png X%%WWWDIR%%/html/images/small/add.png X%%WWWDIR%%/html/images/small/cog.png X%%WWWDIR%%/html/images/small/dns.png X%%WWWDIR%%/html/images/small/graphs.png X%%WWWDIR%%/html/images/small/help.png X%%WWWDIR%%/html/images/small/home.png X%%WWWDIR%%/html/images/small/important.png X%%WWWDIR%%/html/images/small/info.png X%%WWWDIR%%/html/images/small/internet.png X%%WWWDIR%%/html/images/small/monitor.png X%%WWWDIR%%/html/images/small/refresh.png X%%WWWDIR%%/html/images/small/screens.png X%%WWWDIR%%/html/images/small/server.png X%%WWWDIR%%/html/images/small/users.png X%%WWWDIR%%/html/images/small/wiki.png X%%WWWDIR%%/html/images/small/world.png X%%WWWDIR%%/html/images/status.png X%%WWWDIR%%/html/images/sub2a.gif X%%WWWDIR%%/html/images/submitbg.png X%%WWWDIR%%/html/images/tabs/norm_left.gif X%%WWWDIR%%/html/images/tabs/norm_left_on.gif X%%WWWDIR%%/html/images/tabs/norm_right.gif X%%WWWDIR%%/html/images/tabs/norm_right_on.gif X%%WWWDIR%%/html/images/textbg.png X%%WWWDIR%%/html/images/transit.png X%%WWWDIR%%/html/images/txt.gif X%%WWWDIR%%/html/images/warning-background.png X%%WWWDIR%%/html/images/wiki.png X%%WWWDIR%%/html/includes/.htaccess X%%WWWDIR%%/html/includes/authenticate.inc.php X%%WWWDIR%%/html/includes/authentication/http-auth.inc.php X%%WWWDIR%%/html/includes/authentication/ldap.inc.php X%%WWWDIR%%/html/includes/authentication/mysql.inc.php X%%WWWDIR%%/html/includes/collectd/config.php X%%WWWDIR%%/html/includes/collectd/definitions.local.php X%%WWWDIR%%/html/includes/collectd/definitions.php X%%WWWDIR%%/html/includes/collectd/functions.php X%%WWWDIR%%/html/includes/dev-overview-data.inc.php X%%WWWDIR%%/html/includes/device-header.inc.php X%%WWWDIR%%/html/includes/error-no-perm.inc.php X%%WWWDIR%%/html/includes/functions.inc.php X%%WWWDIR%%/html/includes/geshi/docs/BUGS X%%WWWDIR%%/html/includes/geshi/docs/CHANGES X%%WWWDIR%%/html/includes/geshi/docs/README X%%WWWDIR%%/html/includes/geshi/docs/THANKS X%%WWWDIR%%/html/includes/geshi/docs/TODO X%%WWWDIR%%/html/includes/geshi/docs/geshi-doc.html.gz X%%WWWDIR%%/html/includes/geshi/docs/geshi-doc.txt.gz X%%WWWDIR%%/html/includes/geshi/geshi.php X%%WWWDIR%%/html/includes/geshi/geshi/ios.php X%%WWWDIR%%/html/includes/graphs/XXX_device_memory_windows.inc.php X%%WWWDIR%%/html/includes/graphs/altiga_ssl_sessions.inc.php X%%WWWDIR%%/html/includes/graphs/application/apache_bytes.inc.php X%%WWWDIR%%/html/includes/graphs/application/apache_cpu.inc.php X%%WWWDIR%%/html/includes/graphs/application/apache_hits.inc.php X%%WWWDIR%%/html/includes/graphs/application/apache_scoreboard.inc.php X%%WWWDIR%%/html/includes/graphs/application/auth.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_command_counters.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_connections.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_files_tables.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_io.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_io_pending.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_log.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_row_operations.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_semaphores.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_innodb_transactions.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_myisam_indexes.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_network_traffic.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_query_cache.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_query_cache_memory.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_select_types.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_slow_queries.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_sorts.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_table_locks.inc.php X%%WWWDIR%%/html/includes/graphs/application/mysql_temporary_objects.inc.php X%%WWWDIR%%/html/includes/graphs/application/nginx_connections.inc.php X%%WWWDIR%%/html/includes/graphs/application/nginx_req.inc.php X%%WWWDIR%%/html/includes/graphs/atmvp/auth.inc.php X%%WWWDIR%%/html/includes/graphs/atmvp/bits.inc.php X%%WWWDIR%%/html/includes/graphs/atmvp/cells.inc.php X%%WWWDIR%%/html/includes/graphs/atmvp/errors.inc.php X%%WWWDIR%%/html/includes/graphs/atmvp/packets.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/auth.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv4multicast.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv4unicast.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv4vpn.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv6multicast.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv6unicast.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/prefixes_ipv6vpn.inc.php X%%WWWDIR%%/html/includes/graphs/bgp/updates.inc.php X%%WWWDIR%%/html/includes/graphs/bill/auth.inc.php X%%WWWDIR%%/html/includes/graphs/bill/bits.inc.php X%%WWWDIR%%/html/includes/graphs/cefswitching/auth.inc.php X%%WWWDIR%%/html/includes/graphs/cefswitching/graph.inc.php X%%WWWDIR%%/html/includes/graphs/common.inc.php X%%WWWDIR%%/html/includes/graphs/customer/auth.inc.php X%%WWWDIR%%/html/includes/graphs/customer/bits.inc.php X%%WWWDIR%%/html/includes/graphs/device/auth.inc.php X%%WWWDIR%%/html/includes/graphs/device/bits.inc.php X%%WWWDIR%%/html/includes/graphs/device/cipsec_flow_bits.inc.php X%%WWWDIR%%/html/includes/graphs/device/cipsec_flow_pkts.inc.php X%%WWWDIR%%/html/includes/graphs/device/cipsec_flow_stats.inc.php X%%WWWDIR%%/html/includes/graphs/device/cipsec_flow_tunnels.inc.php X%%WWWDIR%%/html/includes/graphs/device/collectd.inc.php X%%WWWDIR%%/html/includes/graphs/device/cras_sessions.inc.php X%%WWWDIR%%/html/includes/graphs/device/current.inc.php X%%WWWDIR%%/html/includes/graphs/device/diskio.inc.php X%%WWWDIR%%/html/includes/graphs/device/diskio_bits.inc.php X%%WWWDIR%%/html/includes/graphs/device/diskio_common.inc.php X%%WWWDIR%%/html/includes/graphs/device/diskio_ops.inc.php X%%WWWDIR%%/html/includes/graphs/device/fanspeed.inc.php X%%WWWDIR%%/html/includes/graphs/device/fdb_count.inc.php X%%WWWDIR%%/html/includes/graphs/device/frequency.inc.php X%%WWWDIR%%/html/includes/graphs/device/hr_processes.inc.php X%%WWWDIR%%/html/includes/graphs/device/hr_users.inc.php X%%WWWDIR%%/html/includes/graphs/device/humidity.inc.php X%%WWWDIR%%/html/includes/graphs/device/ipSystemStats.inc.php X%%WWWDIR%%/html/includes/graphs/device/ipsystemstats_ipv4.inc.php X%%WWWDIR%%/html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php X%%WWWDIR%%/html/includes/graphs/device/ipsystemstats_ipv6.inc.php X%%WWWDIR%%/html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php X%%WWWDIR%%/html/includes/graphs/device/mempool.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_icmp.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_icmp_info.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_ip.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_ip_frag.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_snmp.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_snmp_pkt.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_tcp.inc.php X%%WWWDIR%%/html/includes/graphs/device/netstat_udp.inc.php X%%WWWDIR%%/html/includes/graphs/device/nfsen_common.inc.php X%%WWWDIR%%/html/includes/graphs/device/nfsen_flows.inc.php X%%WWWDIR%%/html/includes/graphs/device/nfsen_packets.inc.php X%%WWWDIR%%/html/includes/graphs/device/nfsen_traffic.inc.php X%%WWWDIR%%/html/includes/graphs/device/power.inc.php X%%WWWDIR%%/html/includes/graphs/device/processor.inc.php X%%WWWDIR%%/html/includes/graphs/device/processor_separate.inc.php X%%WWWDIR%%/html/includes/graphs/device/processor_stack.inc.php X%%WWWDIR%%/html/includes/graphs/device/screenos_sessions.inc.php X%%WWWDIR%%/html/includes/graphs/device/sensor.inc.php X%%WWWDIR%%/html/includes/graphs/device/storage.inc.php X%%WWWDIR%%/html/includes/graphs/device/temperature.inc.php X%%WWWDIR%%/html/includes/graphs/device/toner.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_contexts.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_cpu.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_interrupts.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_io.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_load.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_memory.inc.php X%%WWWDIR%%/html/includes/graphs/device/ucd_swap_io.inc.php X%%WWWDIR%%/html/includes/graphs/device/uptime.inc.php X%%WWWDIR%%/html/includes/graphs/device/voltage.inc.php X%%WWWDIR%%/html/includes/graphs/device/wifi_clients.inc.php X%%WWWDIR%%/html/includes/graphs/diskio/auth.inc.php X%%WWWDIR%%/html/includes/graphs/diskio/bits.inc.php X%%WWWDIR%%/html/includes/graphs/diskio/ops.inc.php X%%WWWDIR%%/html/includes/graphs/generic_bits.inc.php X%%WWWDIR%%/html/includes/graphs/generic_bytes.inc.php X%%WWWDIR%%/html/includes/graphs/generic_duplex.inc.php X%%WWWDIR%%/html/includes/graphs/generic_multi_bits.inc.php X%%WWWDIR%%/html/includes/graphs/generic_multi_bits_separated.inc.php X%%WWWDIR%%/html/includes/graphs/generic_multi_line.inc.php X%%WWWDIR%%/html/includes/graphs/generic_multi_seperated.inc.php X%%WWWDIR%%/html/includes/graphs/generic_multi_simplex_seperated.inc.php X%%WWWDIR%%/html/includes/graphs/generic_simplex.inc.php X%%WWWDIR%%/html/includes/graphs/graph.inc.php X%%WWWDIR%%/html/includes/graphs/macaccounting/auth.inc.php X%%WWWDIR%%/html/includes/graphs/macaccounting/bits.inc.php X%%WWWDIR%%/html/includes/graphs/macaccounting/pkts.inc.php X%%WWWDIR%%/html/includes/graphs/mempool/auth.inc.php X%%WWWDIR%%/html/includes/graphs/mempool/usage.inc.php X%%WWWDIR%%/html/includes/graphs/multiport/auth.inc.php X%%WWWDIR%%/html/includes/graphs/multiport/bits.inc.php X%%WWWDIR%%/html/includes/graphs/multiport/bits_duo.inc.php X%%WWWDIR%%/html/includes/graphs/multiport/bits_separate.inc.php X%%WWWDIR%%/html/includes/graphs/multiport/bits_trio.inc.php X%%WWWDIR%%/html/includes/graphs/port/adsl_attainable.inc.php X%%WWWDIR%%/html/includes/graphs/port/adsl_attenuation.inc.php X%%WWWDIR%%/html/includes/graphs/port/adsl_power.inc.php X%%WWWDIR%%/html/includes/graphs/port/adsl_snr.inc.php X%%WWWDIR%%/html/includes/graphs/port/adsl_speed.inc.php X%%WWWDIR%%/html/includes/graphs/port/auth.inc.php X%%WWWDIR%%/html/includes/graphs/port/bits.inc.php X%%WWWDIR%%/html/includes/graphs/port/errors.inc.php X%%WWWDIR%%/html/includes/graphs/port/etherlike.inc.php X%%WWWDIR%%/html/includes/graphs/port/mac_acc_total.inc.php X%%WWWDIR%%/html/includes/graphs/port/nupkts.inc.php X%%WWWDIR%%/html/includes/graphs/port/pagp_bits.inc.php X%%WWWDIR%%/html/includes/graphs/port/upkts.inc.php X%%WWWDIR%%/html/includes/graphs/processor/auth.inc.php X%%WWWDIR%%/html/includes/graphs/processor/usage.inc.php X%%WWWDIR%%/html/includes/graphs/screenos_sessions.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/auth.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/current.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/fanspeed.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/frequency.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/humidity.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/power.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/temperature.inc.php X%%WWWDIR%%/html/includes/graphs/sensor/voltage.inc.php X%%WWWDIR%%/html/includes/graphs/service/auth.inc.php X%%WWWDIR%%/html/includes/graphs/service/availability.inc.php X%%WWWDIR%%/html/includes/graphs/storage/auth.inc.php X%%WWWDIR%%/html/includes/graphs/storage/usage.inc.php X%%WWWDIR%%/html/includes/header.inc.php X%%WWWDIR%%/html/includes/hostbox.inc.php X%%WWWDIR%%/html/includes/javascript-interfacepicker.inc.php X%%WWWDIR%%/html/includes/jpgraph/QPL.txt X%%WWWDIR%%/html/includes/jpgraph/README X%%WWWDIR%%/html/includes/jpgraph/VERSION X%%WWWDIR%%/html/includes/jpgraph/docs/README X%%WWWDIR%%/html/includes/jpgraph/src/flags.dat X%%WWWDIR%%/html/includes/jpgraph/src/flags_thumb100x100.dat X%%WWWDIR%%/html/includes/jpgraph/src/flags_thumb35x35.dat X%%WWWDIR%%/html/includes/jpgraph/src/flags_thumb60x60.dat X%%WWWDIR%%/html/includes/jpgraph/src/gd_image.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_balls.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_bevels.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_diamonds.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_pushpins.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_squares.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/imgdata_stars.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpg-config.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_antispam-digits.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_antispam.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_bar.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_canvas.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_canvtools.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_date.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_errhandler.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_error.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_flags.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_gantt.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_gb2312.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_gradient.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_iconplot.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_imgtrans.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_led.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_legend.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_line.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_log.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_mgraph.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_pie.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_pie3d.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_plotband.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_plotmark.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_polar.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_radar.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_regstat.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_rgb.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_scatter.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_stock.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_text.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_ttf.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/jpgraph_utils.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/lang/de.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/lang/en.inc.php X%%WWWDIR%%/html/includes/jpgraph/src/lang/prod.inc.php X%%WWWDIR%%/html/includes/port-edit.inc.php X%%WWWDIR%%/html/includes/print-device-graph.php X%%WWWDIR%%/html/includes/print-event-short.inc.php X%%WWWDIR%%/html/includes/print-event.inc.php X%%WWWDIR%%/html/includes/print-interface-adsl.inc.php X%%WWWDIR%%/html/includes/print-interface-graphs.inc.php X%%WWWDIR%%/html/includes/print-interface.inc.php X%%WWWDIR%%/html/includes/print-menubar.php X%%WWWDIR%%/html/includes/print-quadgraphs.inc.php X%%WWWDIR%%/html/includes/print-service.inc.php X%%WWWDIR%%/html/includes/print-syslog.inc.php X%%WWWDIR%%/html/includes/print-vlan.inc.php X%%WWWDIR%%/html/includes/print-vm.inc.php X%%WWWDIR%%/html/includes/print-vrf.inc.php X%%WWWDIR%%/html/includes/service-add.inc.php X%%WWWDIR%%/html/includes/service-delete.inc.php X%%WWWDIR%%/html/includes/topnav.inc.php X%%WWWDIR%%/html/index.php X%%WWWDIR%%/html/js/Mini/overlib_anchor_mini.js X%%WWWDIR%%/html/js/Mini/overlib_centerpopup_mini.js X%%WWWDIR%%/html/js/Mini/overlib_crossframe_mini.js X%%WWWDIR%%/html/js/Mini/overlib_csstyle_mini.js X%%WWWDIR%%/html/js/Mini/overlib_debug_mini.js X%%WWWDIR%%/html/js/Mini/overlib_exclusive_mini.js X%%WWWDIR%%/html/js/Mini/overlib_followscroll_mini.js X%%WWWDIR%%/html/js/Mini/overlib_hideform_mini.js X%%WWWDIR%%/html/js/Mini/overlib_mini.js X%%WWWDIR%%/html/js/Mini/overlib_setonoff_mini.js X%%WWWDIR%%/html/js/Mini/overlib_shadow_mini.js X%%WWWDIR%%/html/js/jqplot/MIT-LICENSE.txt X%%WWWDIR%%/html/js/jqplot/README.txt X%%WWWDIR%%/html/js/jqplot/changes.txt X%%WWWDIR%%/html/js/jqplot/copyright.txt X%%WWWDIR%%/html/js/jqplot/docs/files/MIT-LICENSE-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/changes-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/gpl-2-0-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/images/background.jpg X%%WWWDIR%%/html/js/jqplot/docs/files/images/basicline.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/basiclogaxis.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/basiclogoptions.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/basicoptions.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/dualaxis.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/logo.jpg X%%WWWDIR%%/html/js/jqplot/docs/files/images/navdocs.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navdocsover.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navdownload.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navdownloadover.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navexamples.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navexamplesover.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navhome.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/navhomeover.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/new.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/sample3.png X%%WWWDIR%%/html/js/jqplot/docs/files/images/samplesm.png X%%WWWDIR%%/html/js/jqplot/docs/files/jqPlotCssStyling-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqPlotOptions-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-axisLabelRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-axisTickRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-canvasGridRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-core-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-divTitleRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-lineRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-linearAxisRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-markerRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-shadowRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-shapeRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/jqplot-themeEngine-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/optionsTutorial-txt.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-BezierCurveRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-barRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-blockRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-bubbleRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-canvasAxisLabelRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-canvasAxisTickRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-canvasOverlay-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-categoryAxisRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-ciParser-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-cursor-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-dateAxisRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-donutRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-dragable-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-enhancedLegendRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-funnelRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-highlighter-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-logAxisRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-mekkoAxisRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-mekkoRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-meterGaugeRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-ohlcRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-pieRenderer-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-pointLabels-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/plugins/jqplot-trendline-js.html X%%WWWDIR%%/html/js/jqplot/docs/files/usage-txt.html X%%WWWDIR%%/html/js/jqplot/docs/index.html X%%WWWDIR%%/html/js/jqplot/docs/index/Classes.html X%%WWWDIR%%/html/js/jqplot/docs/index/Files.html X%%WWWDIR%%/html/js/jqplot/docs/index/Functions.html X%%WWWDIR%%/html/js/jqplot/docs/index/General.html X%%WWWDIR%%/html/js/jqplot/docs/index/General2.html X%%WWWDIR%%/html/js/jqplot/docs/index/General3.html X%%WWWDIR%%/html/js/jqplot/docs/index/General4.html X%%WWWDIR%%/html/js/jqplot/docs/index/General5.html X%%WWWDIR%%/html/js/jqplot/docs/index/General6.html X%%WWWDIR%%/html/js/jqplot/docs/index/Hooks.html X%%WWWDIR%%/html/js/jqplot/docs/index/Properties.html X%%WWWDIR%%/html/js/jqplot/docs/index/Properties2.html X%%WWWDIR%%/html/js/jqplot/docs/index/Properties3.html X%%WWWDIR%%/html/js/jqplot/docs/index/Properties4.html X%%WWWDIR%%/html/js/jqplot/docs/index/Properties5.html X%%WWWDIR%%/html/js/jqplot/docs/javascript/main.js X%%WWWDIR%%/html/js/jqplot/docs/javascript/searchdata.js X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesA.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesD.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesG.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesH.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesJ.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesL.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesS.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesSymbols.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesT.html X%%WWWDIR%%/html/js/jqplot/docs/search/ClassesV.html X%%WWWDIR%%/html/js/jqplot/docs/search/FilesJ.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsC.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsD.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsG.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsI.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsM.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsN.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsR.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsS.html X%%WWWDIR%%/html/js/jqplot/docs/search/FunctionsZ.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralA.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralB.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralC.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralD.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralE.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralF.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralG.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralH.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralI.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralJ.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralL.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralM.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralN.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralO.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralP.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralR.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralS.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralSymbols.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralT.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralU.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralV.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralW.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralX.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralY.html X%%WWWDIR%%/html/js/jqplot/docs/search/GeneralZ.html X%%WWWDIR%%/html/js/jqplot/docs/search/HooksA.html X%%WWWDIR%%/html/js/jqplot/docs/search/HooksE.html X%%WWWDIR%%/html/js/jqplot/docs/search/HooksJ.html X%%WWWDIR%%/html/js/jqplot/docs/search/HooksP.html X%%WWWDIR%%/html/js/jqplot/docs/search/NoResults.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesA.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesB.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesC.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesD.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesE.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesF.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesG.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesH.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesI.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesL.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesM.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesN.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesO.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesP.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesR.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesS.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesT.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesU.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesV.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesW.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesX.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesY.html X%%WWWDIR%%/html/js/jqplot/docs/search/PropertiesZ.html X%%WWWDIR%%/html/js/jqplot/docs/styles/1.css X%%WWWDIR%%/html/js/jqplot/docs/styles/2.css X%%WWWDIR%%/html/js/jqplot/docs/styles/main.css X%%WWWDIR%%/html/js/jqplot/examples/.htaccess X%%WWWDIR%%/html/js/jqplot/examples/OHLC.html X%%WWWDIR%%/html/js/jqplot/examples/OHLC2.html X%%WWWDIR%%/html/js/jqplot/examples/ajax-loader.gif X%%WWWDIR%%/html/js/jqplot/examples/area.html X%%WWWDIR%%/html/js/jqplot/examples/axisLabel.html X%%WWWDIR%%/html/js/jqplot/examples/axisLabelsRotatedText.html X%%WWWDIR%%/html/js/jqplot/examples/axisLabelsRotatedText2.html X%%WWWDIR%%/html/js/jqplot/examples/axisScalingForceTicAt.html X%%WWWDIR%%/html/js/jqplot/examples/barLinePieStack.html X%%WWWDIR%%/html/js/jqplot/examples/barMissingValues.html X%%WWWDIR%%/html/js/jqplot/examples/barTest.html X%%WWWDIR%%/html/js/jqplot/examples/barTest2.html X%%WWWDIR%%/html/js/jqplot/examples/bezierCurve.html X%%WWWDIR%%/html/js/jqplot/examples/blockPlot.html X%%WWWDIR%%/html/js/jqplot/examples/breakOnNull.html X%%WWWDIR%%/html/js/jqplot/examples/bubbleChart2.html X%%WWWDIR%%/html/js/jqplot/examples/bubblechart.html X%%WWWDIR%%/html/js/jqplot/examples/candlestickCanvasOverlay.html X%%WWWDIR%%/html/js/jqplot/examples/canvasOverlay.html X%%WWWDIR%%/html/js/jqplot/examples/catchError.html X%%WWWDIR%%/html/js/jqplot/examples/categoryHorizontalBar.html X%%WWWDIR%%/html/js/jqplot/examples/categoryVsLinearAxes.html X%%WWWDIR%%/html/js/jqplot/examples/chartInTable.html X%%WWWDIR%%/html/js/jqplot/examples/ciParser.html X%%WWWDIR%%/html/js/jqplot/examples/customHighlighterCursorTrendline.html X%%WWWDIR%%/html/js/jqplot/examples/customPieTests.html X%%WWWDIR%%/html/js/jqplot/examples/dataLabels.html X%%WWWDIR%%/html/js/jqplot/examples/dataRenderer.html X%%WWWDIR%%/html/js/jqplot/examples/dataTracking.html X%%WWWDIR%%/html/js/jqplot/examples/donutTest.html X%%WWWDIR%%/html/js/jqplot/examples/donutTest.js X%%WWWDIR%%/html/js/jqplot/examples/donutTest2.html X%%WWWDIR%%/html/js/jqplot/examples/dynamicplot.html X%%WWWDIR%%/html/js/jqplot/examples/example.js X%%WWWDIR%%/html/js/jqplot/examples/examples.css X%%WWWDIR%%/html/js/jqplot/examples/fillToZero.html X%%WWWDIR%%/html/js/jqplot/examples/filledLine.html X%%WWWDIR%%/html/js/jqplot/examples/filledLineCategoryAxis.html X%%WWWDIR%%/html/js/jqplot/examples/funnelTest.html X%%WWWDIR%%/html/js/jqplot/examples/funnelTest.js X%%WWWDIR%%/html/js/jqplot/examples/gridCustomization.html X%%WWWDIR%%/html/js/jqplot/examples/gridPadding.html X%%WWWDIR%%/html/js/jqplot/examples/hiddenPlot.html X%%WWWDIR%%/html/js/jqplot/examples/highlighter.html X%%WWWDIR%%/html/js/jqplot/examples/highlighter2.html X%%WWWDIR%%/html/js/jqplot/examples/highlighter3.html X%%WWWDIR%%/html/js/jqplot/examples/horizontalLine.html X%%WWWDIR%%/html/js/jqplot/examples/intticks.html X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/jquery-ui-1.8.6.custom.css X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/js/jquery-ui-1.8.1.custom.min.js X%%WWWDIR%%/html/js/jqplot/examples/jquery-ui/js/jquery-ui-1.8.6.custom.min.js X%%WWWDIR%%/html/js/jqplot/examples/jsondata.txt X%%WWWDIR%%/html/js/jqplot/examples/legendLabels.html X%%WWWDIR%%/html/js/jqplot/examples/legendLabels2.html X%%WWWDIR%%/html/js/jqplot/examples/linepiebar.html X%%WWWDIR%%/html/js/jqplot/examples/markerStyles.html X%%WWWDIR%%/html/js/jqplot/examples/mekkoChart.html X%%WWWDIR%%/html/js/jqplot/examples/meterGauge.html X%%WWWDIR%%/html/js/jqplot/examples/meterGauge2.html X%%WWWDIR%%/html/js/jqplot/examples/minMaxLines.html X%%WWWDIR%%/html/js/jqplot/examples/missingValues.html X%%WWWDIR%%/html/js/jqplot/examples/multiAxesRotatedText.html X%%WWWDIR%%/html/js/jqplot/examples/multipleBarColors.html X%%WWWDIR%%/html/js/jqplot/examples/multipleLines.html X%%WWWDIR%%/html/js/jqplot/examples/multipleYAxes.html X%%WWWDIR%%/html/js/jqplot/examples/nav.inc X%%WWWDIR%%/html/js/jqplot/examples/noDataOptions.html X%%WWWDIR%%/html/js/jqplot/examples/pieTest.html X%%WWWDIR%%/html/js/jqplot/examples/pieTest2.html X%%WWWDIR%%/html/js/jqplot/examples/pieTest2.js X%%WWWDIR%%/html/js/jqplot/examples/pieTest3.html X%%WWWDIR%%/html/js/jqplot/examples/pieTest4.html X%%WWWDIR%%/html/js/jqplot/examples/pointLabels.html X%%WWWDIR%%/html/js/jqplot/examples/pointLabels2.html X%%WWWDIR%%/html/js/jqplot/examples/prefix.html X%%WWWDIR%%/html/js/jqplot/examples/resetAxisTicks.html X%%WWWDIR%%/html/js/jqplot/examples/resizablePlot.html X%%WWWDIR%%/html/js/jqplot/examples/resizablePlot2.html X%%WWWDIR%%/html/js/jqplot/examples/rotatedTickLabels.html X%%WWWDIR%%/html/js/jqplot/examples/rotatedTickLabelsZoom.html X%%WWWDIR%%/html/js/jqplot/examples/seriesCanvasReorder.html X%%WWWDIR%%/html/js/jqplot/examples/seriesUpdate.html X%%WWWDIR%%/html/js/jqplot/examples/shadowTests.html X%%WWWDIR%%/html/js/jqplot/examples/singlePoint.html X%%WWWDIR%%/html/js/jqplot/examples/sparkLine.html X%%WWWDIR%%/html/js/jqplot/examples/stackedBar2.html X%%WWWDIR%%/html/js/jqplot/examples/stackedBar3.html X%%WWWDIR%%/html/js/jqplot/examples/stackedBarCategoryVsLinearAxes.html X%%WWWDIR%%/html/js/jqplot/examples/stackedCategoryAxis.html X%%WWWDIR%%/html/js/jqplot/examples/stackedFilledLine.html X%%WWWDIR%%/html/js/jqplot/examples/stackedLine.html X%%WWWDIR%%/html/js/jqplot/examples/test2.html X%%WWWDIR%%/html/js/jqplot/examples/theming.html X%%WWWDIR%%/html/js/jqplot/examples/trendlineDragableCustomization.html X%%WWWDIR%%/html/js/jqplot/examples/ui.html X%%WWWDIR%%/html/js/jqplot/examples/verticalLine.html X%%WWWDIR%%/html/js/jqplot/examples/waterfall.html X%%WWWDIR%%/html/js/jqplot/examples/waterfall2.html X%%WWWDIR%%/html/js/jqplot/examples/zoom1.html X%%WWWDIR%%/html/js/jqplot/examples/zoom2.html X%%WWWDIR%%/html/js/jqplot/examples/zoom3.html X%%WWWDIR%%/html/js/jqplot/examples/zoom4.html X%%WWWDIR%%/html/js/jqplot/examples/zoomOptions.html X%%WWWDIR%%/html/js/jqplot/examples/zoomProxy.html X%%WWWDIR%%/html/js/jqplot/excanvas.js X%%WWWDIR%%/html/js/jqplot/excanvas.min.js X%%WWWDIR%%/html/js/jqplot/gpl-2.0.txt X%%WWWDIR%%/html/js/jqplot/jqPlotCssStyling.txt X%%WWWDIR%%/html/js/jqplot/jqPlotOptions.txt X%%WWWDIR%%/html/js/jqplot/jquery.jqplot.css X%%WWWDIR%%/html/js/jqplot/jquery.jqplot.js X%%WWWDIR%%/html/js/jqplot/jquery.jqplot.min.css X%%WWWDIR%%/html/js/jqplot/jquery.jqplot.min.js X%%WWWDIR%%/html/js/jqplot/jquery.js X%%WWWDIR%%/html/js/jqplot/jquery.min.js X%%WWWDIR%%/html/js/jqplot/optionsTutorial.txt X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.BezierCurveRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.BezierCurveRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.barRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.barRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.blockRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.blockRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.bubbleRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.bubbleRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasOverlay.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasOverlay.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasTextRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.canvasTextRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.categoryAxisRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.categoryAxisRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.ciParser.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.ciParser.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.cursor.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.cursor.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.dateAxisRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.dateAxisRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.donutRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.donutRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.dragable.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.dragable.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.enhancedLegendRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.enhancedLegendRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.funnelRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.funnelRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.highlighter.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.highlighter.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.json2.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.json2.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.logAxisRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.logAxisRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.mekkoAxisRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.mekkoAxisRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.mekkoRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.mekkoRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.meterGaugeRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.meterGaugeRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.ohlcRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.ohlcRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.pieRenderer.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.pieRenderer.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.pointLabels.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.pointLabels.min.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.trendline.js X%%WWWDIR%%/html/js/jqplot/plugins/jqplot.trendline.min.js X%%WWWDIR%%/html/js/jqplot/usage.txt X%%WWWDIR%%/html/js/jquery-1.5.2.min.js X%%WWWDIR%%/html/js/jquery-checkbox.js X%%WWWDIR%%/html/js/jquery.js X%%WWWDIR%%/html/js/makemini.pl X%%WWWDIR%%/html/js/mktree.js X%%WWWDIR%%/html/js/overlib.js X%%WWWDIR%%/html/js/overlib_adaptive_width.js X%%WWWDIR%%/html/js/overlib_anchor.js X%%WWWDIR%%/html/js/overlib_centerpopup.js X%%WWWDIR%%/html/js/overlib_crossframe.js X%%WWWDIR%%/html/js/overlib_cssstyle.js X%%WWWDIR%%/html/js/overlib_debug.js X%%WWWDIR%%/html/js/overlib_exclusive.js X%%WWWDIR%%/html/js/overlib_followscroll.js X%%WWWDIR%%/html/js/overlib_hideform.js X%%WWWDIR%%/html/js/overlib_setonoff.js X%%WWWDIR%%/html/js/overlib_shadow.js X%%WWWDIR%%/html/js/qtip/INSTALL X%%WWWDIR%%/html/js/qtip/LICENSE X%%WWWDIR%%/html/js/qtip/REQUIREMENTS X%%WWWDIR%%/html/js/qtip/jquery.qtip-1.0.0-rc3.min.js X%%WWWDIR%%/html/js/sack-licence.html X%%WWWDIR%%/html/js/scrollyGraph.js X%%WWWDIR%%/html/js/sorttable.js X%%WWWDIR%%/html/js/tw-sack.js X%%WWWDIR%%/html/logo.jpg X%%WWWDIR%%/html/map.php X%%WWWDIR%%/html/netcmd.php X%%WWWDIR%%/html/pages/.htaccess X%%WWWDIR%%/html/pages/about.inc.php X%%WWWDIR%%/html/pages/addhost.inc.php X%%WWWDIR%%/html/pages/addsrv.inc.php X%%WWWDIR%%/html/pages/adduser.inc.php X%%WWWDIR%%/html/pages/authlog.inc.php X%%WWWDIR%%/html/pages/bill.inc.php X%%WWWDIR%%/html/pages/bill/actions.inc.php X%%WWWDIR%%/html/pages/bill/delete.inc.php X%%WWWDIR%%/html/pages/bill/edit.inc.php X%%WWWDIR%%/html/pages/bills.inc.php X%%WWWDIR%%/html/pages/configuration.inc.php X%%WWWDIR%%/html/pages/customers.inc.php X%%WWWDIR%%/html/pages/delhost.inc.php X%%WWWDIR%%/html/pages/delsrv.inc.php X%%WWWDIR%%/html/pages/deluser.inc.php X%%WWWDIR%%/html/pages/device.inc.php X%%WWWDIR%%/html/pages/device/apps.inc.php X%%WWWDIR%%/html/pages/device/apps/apache.inc.php X%%WWWDIR%%/html/pages/device/apps/mysql.inc.php X%%WWWDIR%%/html/pages/device/apps/nginx.inc.php X%%WWWDIR%%/html/pages/device/collectd.inc.php X%%WWWDIR%%/html/pages/device/edit.inc.php X%%WWWDIR%%/html/pages/device/edit/alerts.inc.php X%%WWWDIR%%/html/pages/device/edit/apps.inc.php X%%WWWDIR%%/html/pages/device/edit/device.inc.php X%%WWWDIR%%/html/pages/device/edit/ipmi.inc.php X%%WWWDIR%%/html/pages/device/edit/modules.inc.php X%%WWWDIR%%/html/pages/device/edit/ports.inc.php X%%WWWDIR%%/html/pages/device/edit/services.inc.php X%%WWWDIR%%/html/pages/device/edit/snmp.inc.php X%%WWWDIR%%/html/pages/device/entphysical.inc.php X%%WWWDIR%%/html/pages/device/events.inc.php X%%WWWDIR%%/html/pages/device/graphs.inc.php X%%WWWDIR%%/html/pages/device/graphs/cpu.inc.php X%%WWWDIR%%/html/pages/device/graphs/fortigate-sessions.inc.php X%%WWWDIR%%/html/pages/device/graphs/hrprocesses.inc.php X%%WWWDIR%%/html/pages/device/graphs/hrusers.inc.php X%%WWWDIR%%/html/pages/device/graphs/ipSytemStats.inc.php X%%WWWDIR%%/html/pages/device/graphs/laload.inc.php X%%WWWDIR%%/html/pages/device/graphs/memory.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_icmp_info.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_icmp_stat.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_ip.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_snmp.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_tcp.inc.php X%%WWWDIR%%/html/pages/device/graphs/netstats_udp.inc.php X%%WWWDIR%%/html/pages/device/graphs/screenos-sessions.inc.php X%%WWWDIR%%/html/pages/device/graphs/screenos.inc.php X%%WWWDIR%%/html/pages/device/graphs/uptime.inc.php X%%WWWDIR%%/html/pages/device/graphs/wireless.inc.php X%%WWWDIR%%/html/pages/device/health.inc.php X%%WWWDIR%%/html/pages/device/health/current.inc.php X%%WWWDIR%%/html/pages/device/health/diskio.inc.php X%%WWWDIR%%/html/pages/device/health/fanspeed.inc.php X%%WWWDIR%%/html/pages/device/health/frequency.inc.php X%%WWWDIR%%/html/pages/device/health/humidity.inc.php X%%WWWDIR%%/html/pages/device/health/mempool.inc.php X%%WWWDIR%%/html/pages/device/health/power.inc.php X%%WWWDIR%%/html/pages/device/health/processor.inc.php X%%WWWDIR%%/html/pages/device/health/sensors.inc.php X%%WWWDIR%%/html/pages/device/health/storage.inc.php X%%WWWDIR%%/html/pages/device/health/temperature.inc.php X%%WWWDIR%%/html/pages/device/health/voltage.inc.php X%%WWWDIR%%/html/pages/device/hrdevice.inc.php X%%WWWDIR%%/html/pages/device/map.inc.php X%%WWWDIR%%/html/pages/device/nfsen.inc.php X%%WWWDIR%%/html/pages/device/overview.inc.php X%%WWWDIR%%/html/pages/device/overview/generic/sensor.inc.php X%%WWWDIR%%/html/pages/device/overview/mempools.inc.php X%%WWWDIR%%/html/pages/device/overview/ports.inc.php X%%WWWDIR%%/html/pages/device/overview/processors.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/current.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/fanspeeds.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/frequencies.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/humidity.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/power.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/temperatures.inc.php X%%WWWDIR%%/html/pages/device/overview/sensors/voltages.inc.php X%%WWWDIR%%/html/pages/device/overview/storage.inc.php X%%WWWDIR%%/html/pages/device/port.inc.php X%%WWWDIR%%/html/pages/device/port/adsl.inc.php X%%WWWDIR%%/html/pages/device/port/arp.inc.php X%%WWWDIR%%/html/pages/device/port/graphs.inc.php X%%WWWDIR%%/html/pages/device/port/junose-atm-vp.inc.php X%%WWWDIR%%/html/pages/device/port/macaccounting.inc.php X%%WWWDIR%%/html/pages/device/port/pagp.inc.php X%%WWWDIR%%/html/pages/device/port/realtime.inc.php X%%WWWDIR%%/html/pages/device/ports.inc.php X%%WWWDIR%%/html/pages/device/ports/adsl.inc.php X%%WWWDIR%%/html/pages/device/ports/arp.inc.php X%%WWWDIR%%/html/pages/device/ports/neighbours.inc.php X%%WWWDIR%%/html/pages/device/routing.inc.php X%%WWWDIR%%/html/pages/device/routing/bgp.inc.php X%%WWWDIR%%/html/pages/device/routing/cef.inc.php X%%WWWDIR%%/html/pages/device/routing/ospf.inc.php X%%WWWDIR%%/html/pages/device/routing/vrf.inc.php X%%WWWDIR%%/html/pages/device/services.inc.php X%%WWWDIR%%/html/pages/device/showconfig.inc.php X%%WWWDIR%%/html/pages/device/syslog.inc.php X%%WWWDIR%%/html/pages/device/toner.inc.php X%%WWWDIR%%/html/pages/device/vlans.inc.php X%%WWWDIR%%/html/pages/device/vm.inc.php X%%WWWDIR%%/html/pages/devices.inc.php X%%WWWDIR%%/html/pages/edituser.inc.php X%%WWWDIR%%/html/pages/eventlog.inc.php X%%WWWDIR%%/html/pages/front/default.php X%%WWWDIR%%/html/pages/front/demo.php X%%WWWDIR%%/html/pages/front/example2.php X%%WWWDIR%%/html/pages/front/jt.php X%%WWWDIR%%/html/pages/front/traffic.php X%%WWWDIR%%/html/pages/graphs.inc.php X%%WWWDIR%%/html/pages/health.inc.php X%%WWWDIR%%/html/pages/health/current.inc.php X%%WWWDIR%%/html/pages/health/fanspeed.inc.php X%%WWWDIR%%/html/pages/health/frequency.inc.php X%%WWWDIR%%/html/pages/health/humidity.inc.php X%%WWWDIR%%/html/pages/health/mempool.inc.php X%%WWWDIR%%/html/pages/health/power.inc.php X%%WWWDIR%%/html/pages/health/processor.inc.php X%%WWWDIR%%/html/pages/health/sensors.inc.php X%%WWWDIR%%/html/pages/health/storage.inc.php X%%WWWDIR%%/html/pages/health/temperature.inc.php X%%WWWDIR%%/html/pages/health/voltage.inc.php X%%WWWDIR%%/html/pages/iftype.inc.php X%%WWWDIR%%/html/pages/inventory.inc.php X%%WWWDIR%%/html/pages/locations.inc.php X%%WWWDIR%%/html/pages/logon.inc.php X%%WWWDIR%%/html/pages/ports.inc.php X%%WWWDIR%%/html/pages/ports/default.inc.php X%%WWWDIR%%/html/pages/ports/deleted.inc.php X%%WWWDIR%%/html/pages/preferences.inc.php X%%WWWDIR%%/html/pages/pseudowires.inc.php X%%WWWDIR%%/html/pages/purgeports.inc.php X%%WWWDIR%%/html/pages/routing.inc.php X%%WWWDIR%%/html/pages/routing/bgp.inc.php X%%WWWDIR%%/html/pages/routing/cef.inc.php X%%WWWDIR%%/html/pages/routing/ospf.inc.php X%%WWWDIR%%/html/pages/routing/overview.inc.php X%%WWWDIR%%/html/pages/routing/vrf.inc.php X%%WWWDIR%%/html/pages/search.inc.php X%%WWWDIR%%/html/pages/search/ipv4.inc.php X%%WWWDIR%%/html/pages/search/ipv6.inc.php X%%WWWDIR%%/html/pages/search/mac.inc.php X%%WWWDIR%%/html/pages/services.inc.php X%%WWWDIR%%/html/pages/settings.inc.php X%%WWWDIR%%/html/pages/syslog.inc.php X%%WWWDIR%%/html/php.php X%%WWWDIR%%/includes/billing.php X%%WWWDIR%%/includes/cisco-entities.php X%%WWWDIR%%/includes/common.php X%%WWWDIR%%/includes/console_colour.php X%%WWWDIR%%/includes/dbFacile.php X%%WWWDIR%%/includes/defaults.inc.php X%%WWWDIR%%/includes/discovery/arp-table.inc.php X%%WWWDIR%%/includes/discovery/bgp-peers.inc.php X%%WWWDIR%%/includes/discovery/cisco-cef.inc.php X%%WWWDIR%%/includes/discovery/cisco-entity-sensor.inc.php X%%WWWDIR%%/includes/discovery/cisco-mac-accounting.inc.php X%%WWWDIR%%/includes/discovery/cisco-pw.inc.php X%%WWWDIR%%/includes/discovery/cisco-vlans.inc.php X%%WWWDIR%%/includes/discovery/cisco-vrf.inc.php X%%WWWDIR%%/includes/discovery/current.inc.php X%%WWWDIR%%/includes/discovery/current/apc.inc.php X%%WWWDIR%%/includes/discovery/current/gamatronicups.inc.php X%%WWWDIR%%/includes/discovery/current/ipoman.inc.php X%%WWWDIR%%/includes/discovery/current/mgeups.inc.php X%%WWWDIR%%/includes/discovery/current/netvision.inc.php X%%WWWDIR%%/includes/discovery/current/raritan.inc.php X%%WWWDIR%%/includes/discovery/current/rfc1628.inc.php X%%WWWDIR%%/includes/discovery/current/sentry3.inc.php X%%WWWDIR%%/includes/discovery/current/xups.inc.php X%%WWWDIR%%/includes/discovery/discovery-protocols.inc.php X%%WWWDIR%%/includes/discovery/entity-physical.inc.php X%%WWWDIR%%/includes/discovery/entity-sensor.inc.php X%%WWWDIR%%/includes/discovery/fanspeeds.inc.php X%%WWWDIR%%/includes/discovery/fanspeeds/areca.inc.php X%%WWWDIR%%/includes/discovery/fanspeeds/lmsensors.inc.php X%%WWWDIR%%/includes/discovery/fanspeeds/supermicro.inc.php X%%WWWDIR%%/includes/discovery/frequencies.inc.php X%%WWWDIR%%/includes/discovery/frequencies/apc.inc.php X%%WWWDIR%%/includes/discovery/frequencies/ipoman.inc.php X%%WWWDIR%%/includes/discovery/frequencies/mgeups.inc.php X%%WWWDIR%%/includes/discovery/frequencies/netvision.inc.php X%%WWWDIR%%/includes/discovery/frequencies/rfc1628.inc.php X%%WWWDIR%%/includes/discovery/frequencies/xups.inc.php X%%WWWDIR%%/includes/discovery/functions.inc.php X%%WWWDIR%%/includes/discovery/hr-device.inc.php X%%WWWDIR%%/includes/discovery/humidity.inc.php X%%WWWDIR%%/includes/discovery/humidity/akcp.inc.php X%%WWWDIR%%/includes/discovery/humidity/ipoman.inc.php X%%WWWDIR%%/includes/discovery/humidity/netbotz.inc.php X%%WWWDIR%%/includes/discovery/humidity/sentry3.inc.php X%%WWWDIR%%/includes/discovery/ipmi.inc.php X%%WWWDIR%%/includes/discovery/ipv4-addresses.inc.php X%%WWWDIR%%/includes/discovery/ipv6-addresses.inc.php X%%WWWDIR%%/includes/discovery/junose-atm-vp.inc.php X%%WWWDIR%%/includes/discovery/libvirt-vminfo.inc.php X%%WWWDIR%%/includes/discovery/mempools.inc.php X%%WWWDIR%%/includes/discovery/mempools/aos-device.inc.php X%%WWWDIR%%/includes/discovery/mempools/cemp.inc.php X%%WWWDIR%%/includes/discovery/mempools/cmp.inc.php X%%WWWDIR%%/includes/discovery/mempools/hp-procurve.inc.php X%%WWWDIR%%/includes/discovery/mempools/hrstorage.inc.php X%%WWWDIR%%/includes/discovery/mempools/ironware-dyn.inc.php X%%WWWDIR%%/includes/discovery/mempools/junos.inc.php X%%WWWDIR%%/includes/discovery/mempools/screenos.inc.php X%%WWWDIR%%/includes/discovery/os.inc.php X%%WWWDIR%%/includes/discovery/os/3com.inc.php X%%WWWDIR%%/includes/discovery/os/adva.inc.php X%%WWWDIR%%/includes/discovery/os/airport.inc.php X%%WWWDIR%%/includes/discovery/os/akcp.inc.php X%%WWWDIR%%/includes/discovery/os/alcatel-lucent.inc.php X%%WWWDIR%%/includes/discovery/os/allied.inc.php X%%WWWDIR%%/includes/discovery/os/apc.inc.php X%%WWWDIR%%/includes/discovery/os/areca.inc.php X%%WWWDIR%%/includes/discovery/os/arista-eos.inc.php X%%WWWDIR%%/includes/discovery/os/asa.inc.php X%%WWWDIR%%/includes/discovery/os/axiscam.inc.php X%%WWWDIR%%/includes/discovery/os/axisdocserver.inc.php X%%WWWDIR%%/includes/discovery/os/bcm963.inc.php X%%WWWDIR%%/includes/discovery/os/bnt.inc.php X%%WWWDIR%%/includes/discovery/os/brother.inc.php X%%WWWDIR%%/includes/discovery/os/cat1900.inc.php X%%WWWDIR%%/includes/discovery/os/catos.inc.php X%%WWWDIR%%/includes/discovery/os/cometsystem.inc.php X%%WWWDIR%%/includes/discovery/os/dell-laser.inc.php X%%WWWDIR%%/includes/discovery/os/deltaups.inc.php X%%WWWDIR%%/includes/discovery/os/dlink.inc.php X%%WWWDIR%%/includes/discovery/os/dlinkap.inc.php X%%WWWDIR%%/includes/discovery/os/drac.inc.php X%%WWWDIR%%/includes/discovery/os/engenius.inc.php X%%WWWDIR%%/includes/discovery/os/extremeware.inc.php X%%WWWDIR%%/includes/discovery/os/fortigate.inc.php X%%WWWDIR%%/includes/discovery/os/freebsd.inc.php X%%WWWDIR%%/includes/discovery/os/ftos.inc.php X%%WWWDIR%%/includes/discovery/os/gamatronicups.inc.php X%%WWWDIR%%/includes/discovery/os/ies.inc.php X%%WWWDIR%%/includes/discovery/os/ios.inc.php X%%WWWDIR%%/includes/discovery/os/ipoman.inc.php X%%WWWDIR%%/includes/discovery/os/ironware.inc.php X%%WWWDIR%%/includes/discovery/os/jetdirect.inc.php X%%WWWDIR%%/includes/discovery/os/junos.inc.php X%%WWWDIR%%/includes/discovery/os/junose.inc.php X%%WWWDIR%%/includes/discovery/os/jwos.inc.php X%%WWWDIR%%/includes/discovery/os/konica.inc.php X%%WWWDIR%%/includes/discovery/os/kyocera.inc.php X%%WWWDIR%%/includes/discovery/os/liebert.inc.php X%%WWWDIR%%/includes/discovery/os/linux.inc.php X%%WWWDIR%%/includes/discovery/os/mgepdu.inc.php X%%WWWDIR%%/includes/discovery/os/mgeups.inc.php X%%WWWDIR%%/includes/discovery/os/mrvld.inc.php X%%WWWDIR%%/includes/discovery/os/netbsd.inc.php X%%WWWDIR%%/includes/discovery/os/netmanplus.inc.php X%%WWWDIR%%/includes/discovery/os/netopia.inc.php X%%WWWDIR%%/includes/discovery/os/netscaler.inc.php X%%WWWDIR%%/includes/discovery/os/netvision.inc.php X%%WWWDIR%%/includes/discovery/os/netware.inc.php X%%WWWDIR%%/includes/discovery/os/nxos.inc.php X%%WWWDIR%%/includes/discovery/os/okilan.inc.php X%%WWWDIR%%/includes/discovery/os/openbsd.inc.php X%%WWWDIR%%/includes/discovery/os/packetshaper.inc.php X%%WWWDIR%%/includes/discovery/os/papouch-tme.inc.php X%%WWWDIR%%/includes/discovery/os/poweralert.inc.php X%%WWWDIR%%/includes/discovery/os/powerconnect.inc.php X%%WWWDIR%%/includes/discovery/os/powervault.inc.php X%%WWWDIR%%/includes/discovery/os/powerware.inc.php X%%WWWDIR%%/includes/discovery/os/prestige.inc.php X%%WWWDIR%%/includes/discovery/os/procurve.inc.php X%%WWWDIR%%/includes/discovery/os/proxim.inc.php X%%WWWDIR%%/includes/discovery/os/radlan.inc.php X%%WWWDIR%%/includes/discovery/os/raritan.inc.php X%%WWWDIR%%/includes/discovery/os/redback.inc.php X%%WWWDIR%%/includes/discovery/os/ricoh.inc.php X%%WWWDIR%%/includes/discovery/os/routeros.inc.php X%%WWWDIR%%/includes/discovery/os/sanos.inc.php X%%WWWDIR%%/includes/discovery/os/screenos.inc.php X%%WWWDIR%%/includes/discovery/os/sentry3.inc.php X%%WWWDIR%%/includes/discovery/os/solaris.inc.php X%%WWWDIR%%/includes/discovery/os/sonicwall.inc.php X%%WWWDIR%%/includes/discovery/os/speedtouch.inc.php X%%WWWDIR%%/includes/discovery/os/symbol.inc.php X%%WWWDIR%%/includes/discovery/os/tranzeo.inc.php X%%WWWDIR%%/includes/discovery/os/vmware.inc.php X%%WWWDIR%%/includes/discovery/os/vrp.inc.php X%%WWWDIR%%/includes/discovery/os/vyatta.inc.php X%%WWWDIR%%/includes/discovery/os/windows.inc.php X%%WWWDIR%%/includes/discovery/os/wxgoos.inc.php X%%WWWDIR%%/includes/discovery/os/xerox.inc.php X%%WWWDIR%%/includes/discovery/os/zywall.inc.php X%%WWWDIR%%/includes/discovery/os/zyxeles.inc.php X%%WWWDIR%%/includes/discovery/os/zyxelnwa.inc.php X%%WWWDIR%%/includes/discovery/ports-stack.inc.php X%%WWWDIR%%/includes/discovery/ports.inc.php X%%WWWDIR%%/includes/discovery/power.inc.php X%%WWWDIR%%/includes/discovery/processors-ucd-old.inc.php X%%WWWDIR%%/includes/discovery/processors.inc.php X%%WWWDIR%%/includes/discovery/processors/aos-device.inc.php X%%WWWDIR%%/includes/discovery/processors/hrdevice.inc.php X%%WWWDIR%%/includes/discovery/processors/ios.inc.php X%%WWWDIR%%/includes/discovery/processors/ironware.inc.php X%%WWWDIR%%/includes/discovery/processors/junos.inc.php X%%WWWDIR%%/includes/discovery/processors/junose.inc.php X%%WWWDIR%%/includes/discovery/processors/procurve.inc.php X%%WWWDIR%%/includes/discovery/processors/radlan.inc.php X%%WWWDIR%%/includes/discovery/processors/screenos.inc.php X%%WWWDIR%%/includes/discovery/q-bridge-mib.inc.php X%%WWWDIR%%/includes/discovery/sensors.inc.php X%%WWWDIR%%/includes/discovery/services.inc.php X%%WWWDIR%%/includes/discovery/storage.inc.php X%%WWWDIR%%/includes/discovery/storage/hrstorage.inc.php X%%WWWDIR%%/includes/discovery/temperatures.inc.php X%%WWWDIR%%/includes/discovery/temperatures/adva.inc.php X%%WWWDIR%%/includes/discovery/temperatures/akcp.inc.php X%%WWWDIR%%/includes/discovery/temperatures/aos-device.inc.php X%%WWWDIR%%/includes/discovery/temperatures/apc.inc.php X%%WWWDIR%%/includes/discovery/temperatures/areca.inc.php X%%WWWDIR%%/includes/discovery/temperatures/cisco-envmon.inc.php X%%WWWDIR%%/includes/discovery/temperatures/cometsystem-p85xx.inc.php X%%WWWDIR%%/includes/discovery/temperatures/dell.inc.php X%%WWWDIR%%/includes/discovery/temperatures/ftos-c-series.inc.php X%%WWWDIR%%/includes/discovery/temperatures/ftos-e-series.inc.php X%%WWWDIR%%/includes/discovery/temperatures/ftos-s-series.inc.php X%%WWWDIR%%/includes/discovery/temperatures/ipoman.inc.php X%%WWWDIR%%/includes/discovery/temperatures/ironware.inc.php X%%WWWDIR%%/includes/discovery/temperatures/junos.inc.php X%%WWWDIR%%/includes/discovery/temperatures/junose.inc.php X%%WWWDIR%%/includes/discovery/temperatures/lm-sensors.inc.php X%%WWWDIR%%/includes/discovery/temperatures/netbotz.inc.php X%%WWWDIR%%/includes/discovery/temperatures/observernms-custom.inc.php X%%WWWDIR%%/includes/discovery/temperatures/papouch-tme.inc.php X%%WWWDIR%%/includes/discovery/temperatures/powerconnect.inc.php X%%WWWDIR%%/includes/discovery/temperatures/rfc1628.inc.php X%%WWWDIR%%/includes/discovery/temperatures/sentry3.inc.php X%%WWWDIR%%/includes/discovery/temperatures/supermicro.inc.php X%%WWWDIR%%/includes/discovery/temperatures/xups.inc.php X%%WWWDIR%%/includes/discovery/temperatures/zyxel-ies.inc.php X%%WWWDIR%%/includes/discovery/toner.inc.php X%%WWWDIR%%/includes/discovery/ucd-diskio.inc.php X%%WWWDIR%%/includes/discovery/vmware-vminfo.inc.php X%%WWWDIR%%/includes/discovery/voltages.inc.php X%%WWWDIR%%/includes/discovery/voltages/apc.inc.php X%%WWWDIR%%/includes/discovery/voltages/areca.inc.php X%%WWWDIR%%/includes/discovery/voltages/gamatronicups.inc.php X%%WWWDIR%%/includes/discovery/voltages/ipoman.inc.php X%%WWWDIR%%/includes/discovery/voltages/linux.inc.php X%%WWWDIR%%/includes/discovery/voltages/mgeups.inc.php X%%WWWDIR%%/includes/discovery/voltages/netvision.inc.php X%%WWWDIR%%/includes/discovery/voltages/rfc1628.inc.php X%%WWWDIR%%/includes/discovery/voltages/sentry3.inc.php X%%WWWDIR%%/includes/discovery/voltages/supermicro.inc.php X%%WWWDIR%%/includes/discovery/voltages/xups.inc.php X%%WWWDIR%%/includes/functions.php X%%WWWDIR%%/includes/polling/altiga-ssl.inc.php X%%WWWDIR%%/includes/polling/applications.inc.php X%%WWWDIR%%/includes/polling/applications/apache.inc.php X%%WWWDIR%%/includes/polling/applications/mysql.inc.php X%%WWWDIR%%/includes/polling/applications/nginx.inc.php X%%WWWDIR%%/includes/polling/bgp-peers.inc.php X%%WWWDIR%%/includes/polling/cisco-cef.inc.php X%%WWWDIR%%/includes/polling/cisco-ipsec-flow-monitor.inc.php X%%WWWDIR%%/includes/polling/cisco-mac-accounting.inc.php X%%WWWDIR%%/includes/polling/cisco-remote-access-monitor.inc.php X%%WWWDIR%%/includes/polling/functions.inc.php X%%WWWDIR%%/includes/polling/hr-mib.inc.php X%%WWWDIR%%/includes/polling/ipSystemStats.inc.php X%%WWWDIR%%/includes/polling/ipmi.inc.php X%%WWWDIR%%/includes/polling/junose-atm-vp.inc.php X%%WWWDIR%%/includes/polling/mempools.inc.php X%%WWWDIR%%/includes/polling/mempools/aos-device.inc.php X%%WWWDIR%%/includes/polling/mempools/cemp.inc.php X%%WWWDIR%%/includes/polling/mempools/cmp.inc.php X%%WWWDIR%%/includes/polling/mempools/hpGlobal.inc.php X%%WWWDIR%%/includes/polling/mempools/hpLocal.inc.php X%%WWWDIR%%/includes/polling/mempools/hrstorage.inc.php X%%WWWDIR%%/includes/polling/mempools/ironware-dyn.inc.php X%%WWWDIR%%/includes/polling/mempools/junos.inc.php X%%WWWDIR%%/includes/polling/mempools/screenos.inc.php X%%WWWDIR%%/includes/polling/netstats-icmp.inc.php X%%WWWDIR%%/includes/polling/netstats-ip.inc.php X%%WWWDIR%%/includes/polling/netstats-snmp.inc.php X%%WWWDIR%%/includes/polling/netstats-tcp.inc.php X%%WWWDIR%%/includes/polling/netstats-udp.inc.php X%%WWWDIR%%/includes/polling/netstats.inc.php X%%WWWDIR%%/includes/polling/os.inc.php X%%WWWDIR%%/includes/polling/os/airport.inc.php X%%WWWDIR%%/includes/polling/os/akcp.inc.php X%%WWWDIR%%/includes/polling/os/allied.inc.php X%%WWWDIR%%/includes/polling/os/aos.inc.php X%%WWWDIR%%/includes/polling/os/apc.inc.php X%%WWWDIR%%/includes/polling/os/areca.inc.php X%%WWWDIR%%/includes/polling/os/arista_eos.inc.php X%%WWWDIR%%/includes/polling/os/bnt.inc.php X%%WWWDIR%%/includes/polling/os/brother.inc.php X%%WWWDIR%%/includes/polling/os/cat1900.inc.php X%%WWWDIR%%/includes/polling/os/catos.inc.php X%%WWWDIR%%/includes/polling/os/dell-laser.inc.php X%%WWWDIR%%/includes/polling/os/deltaups.inc.php X%%WWWDIR%%/includes/polling/os/drac.inc.php X%%WWWDIR%%/includes/polling/os/engenius.inc.php X%%WWWDIR%%/includes/polling/os/extremeware.inc.php X%%WWWDIR%%/includes/polling/os/fortigate.inc.php X%%WWWDIR%%/includes/polling/os/ftos.inc.php X%%WWWDIR%%/includes/polling/os/ies.inc.php X%%WWWDIR%%/includes/polling/os/ios.inc.php X%%WWWDIR%%/includes/polling/os/ipoman.inc.php X%%WWWDIR%%/includes/polling/os/ironware.inc.php X%%WWWDIR%%/includes/polling/os/jetdirect.inc.php X%%WWWDIR%%/includes/polling/os/junos.inc.php X%%WWWDIR%%/includes/polling/os/junose.inc.php X%%WWWDIR%%/includes/polling/os/jwos.inc.php X%%WWWDIR%%/includes/polling/os/konica.inc.php X%%WWWDIR%%/includes/polling/os/kyocera.inc.php X%%WWWDIR%%/includes/polling/os/mgeups.inc.php X%%WWWDIR%%/includes/polling/os/minkelsrms.inc.php X%%WWWDIR%%/includes/polling/os/netmanplus.inc.php X%%WWWDIR%%/includes/polling/os/okilan.inc.php X%%WWWDIR%%/includes/polling/os/poweralert.inc.php X%%WWWDIR%%/includes/polling/os/powerconnect.inc.php X%%WWWDIR%%/includes/polling/os/powervault.inc.php X%%WWWDIR%%/includes/polling/os/powerware.inc.php X%%WWWDIR%%/includes/polling/os/procurve.inc.php X%%WWWDIR%%/includes/polling/os/radlan.inc.php X%%WWWDIR%%/includes/polling/os/ricoh.inc.php X%%WWWDIR%%/includes/polling/os/routeros.inc.php X%%WWWDIR%%/includes/polling/os/screenos.inc.php X%%WWWDIR%%/includes/polling/os/sentry3.inc.php X%%WWWDIR%%/includes/polling/os/snom.inc.php X%%WWWDIR%%/includes/polling/os/speedtouch.inc.php X%%WWWDIR%%/includes/polling/os/symbol.inc.php X%%WWWDIR%%/includes/polling/os/tranzeo.inc.php X%%WWWDIR%%/includes/polling/os/unix.inc.php X%%WWWDIR%%/includes/polling/os/vmware.inc.php X%%WWWDIR%%/includes/polling/os/vrp.inc.php X%%WWWDIR%%/includes/polling/os/windows.inc.php X%%WWWDIR%%/includes/polling/os/xerox.inc.php X%%WWWDIR%%/includes/polling/os/zywall.inc.php X%%WWWDIR%%/includes/polling/os/zyxelnwa.inc.php X%%WWWDIR%%/includes/polling/ospf.inc.php X%%WWWDIR%%/includes/polling/port-adsl.inc.php X%%WWWDIR%%/includes/polling/port-etherlike.inc.php X%%WWWDIR%%/includes/polling/port-poe.inc.php X%%WWWDIR%%/includes/polling/ports.inc.php X%%WWWDIR%%/includes/polling/processors-ucd-old.inc.php X%%WWWDIR%%/includes/polling/processors.inc.php X%%WWWDIR%%/includes/polling/sensors.inc.php X%%WWWDIR%%/includes/polling/storage-hrstorage.inc.php X%%WWWDIR%%/includes/polling/storage.inc.php X%%WWWDIR%%/includes/polling/system.inc.php X%%WWWDIR%%/includes/polling/test.inc.php X%%WWWDIR%%/includes/polling/toner.inc.php X%%WWWDIR%%/includes/polling/ucd-diskio.inc.php X%%WWWDIR%%/includes/polling/ucd-mib.inc.php X%%WWWDIR%%/includes/polling/ups.inc.php X%%WWWDIR%%/includes/polling/wifi.inc.php X%%WWWDIR%%/includes/port-descr-parser.inc.php X%%WWWDIR%%/includes/rewrites.php X%%WWWDIR%%/includes/rrdtool.inc.php X%%WWWDIR%%/includes/services.inc.php X%%WWWDIR%%/includes/services/dns/check.inc X%%WWWDIR%%/includes/services/ftp/check.inc X%%WWWDIR%%/includes/services/http/check.inc X%%WWWDIR%%/includes/services/imap/check.inc X%%WWWDIR%%/includes/services/mysql/check.inc X%%WWWDIR%%/includes/services/pop/check.inc X%%WWWDIR%%/includes/services/simap/check.inc X%%WWWDIR%%/includes/services/smtp/check.inc X%%WWWDIR%%/includes/services/spop/check.inc X%%WWWDIR%%/includes/services/ssh/check.inc X%%WWWDIR%%/includes/services/telnet/check.inc X%%WWWDIR%%/includes/snmp.inc.php X%%WWWDIR%%/includes/snmptrap/linkDown.inc.php X%%WWWDIR%%/includes/snmptrap/linkUp.inc.php X%%WWWDIR%%/includes/snom-graphing.php X%%WWWDIR%%/includes/static-config.php X%%WWWDIR%%/includes/syslog.php X%%WWWDIR%%/includes/versioncheck.inc.php X%%WWWDIR%%/includes/vmware_guestid.inc.php X%%WWWDIR%%/irc.php X%%WWWDIR%%/mibs/220AQV1C0-private X%%WWWDIR%%/mibs/AAC-MIB X%%WWWDIR%%/mibs/ACCOUNTING-CONTROL-MIB X%%WWWDIR%%/mibs/ADSL-LINE-EXT-MIB X%%WWWDIR%%/mibs/ADSL-LINE-MIB X%%WWWDIR%%/mibs/ADSL-TC-MIB X%%WWWDIR%%/mibs/AGENTX-MIB X%%WWWDIR%%/mibs/AIRPORT-BASESTATION-3-MIB X%%WWWDIR%%/mibs/ALLIEDTELESYN-MIB X%%WWWDIR%%/mibs/ALTEON-CHEETAH-BWM-MIB X%%WWWDIR%%/mibs/ALTEON-CHEETAH-LAYER4-MIB X%%WWWDIR%%/mibs/ALTEON-CHEETAH-LAYER7-MIB X%%WWWDIR%%/mibs/ALTEON-CHEETAH-NETWORK-MIB X%%WWWDIR%%/mibs/ALTEON-CHEETAH-SWITCH-MIB X%%WWWDIR%%/mibs/ALTEON-CS-PHYSICAL-MIB X%%WWWDIR%%/mibs/ALTEON-ROOT-MIB X%%WWWDIR%%/mibs/ALTEON-TIGON-SWITCH-MIB X%%WWWDIR%%/mibs/ALTEON-TS-NETWORK-MIB X%%WWWDIR%%/mibs/ALTEON-TS-PHYSICAL-MIB X%%WWWDIR%%/mibs/ALTIGA-ADDRESS-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-BMGT-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-CAP X%%WWWDIR%%/mibs/ALTIGA-CERT-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-DHCP-SERVER-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-DHCP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-DNS-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-EVENT-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-FILTER-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-FTP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-GENERAL-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-GLOBAL-REG X%%WWWDIR%%/mibs/ALTIGA-HARDWARE-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-HTTP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-IP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-L2TP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-LBSSF-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-MIB X%%WWWDIR%%/mibs/ALTIGA-MULTILINK-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-NAT-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-PPP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-PPPOE-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-PPTP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SDI-ACE-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SEP-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SESSION-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SSH-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SSL-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-SYNC-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-T1E1-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-TELNET-STATS-MIB X%%WWWDIR%%/mibs/ALTIGA-VERSION-STATS-MIB X%%WWWDIR%%/mibs/ANIROOT-MIB X%%WWWDIR%%/mibs/AP80-PRIVATE-MIB X%%WWWDIR%%/mibs/ARISTA-PRODUCTS-MIB X%%WWWDIR%%/mibs/ARISTA-SMI-MIB X%%WWWDIR%%/mibs/ARUBA-MGMT-MIB X%%WWWDIR%%/mibs/ARUBA-MIB X%%WWWDIR%%/mibs/ARUBA-TC X%%WWWDIR%%/mibs/ASANTE-AH1012-MIB X%%WWWDIR%%/mibs/ASANTE-SWITCH-MIB X%%WWWDIR%%/mibs/AT-BOARDS-MIB X%%WWWDIR%%/mibs/AT-BRI-MIB X%%WWWDIR%%/mibs/AT-CAPABILITIES X%%WWWDIR%%/mibs/AT-DHCP-MIB X%%WWWDIR%%/mibs/AT-DNS-CLIENT-MIB X%%WWWDIR%%/mibs/AT-DS3-MIB X%%WWWDIR%%/mibs/AT-ENVMON-MIB X%%WWWDIR%%/mibs/AT-ENVMONv2-MIB X%%WWWDIR%%/mibs/AT-EPSR-MIB X%%WWWDIR%%/mibs/AT-EPSRv2-MIB X%%WWWDIR%%/mibs/AT-ETH-MIB X%%WWWDIR%%/mibs/AT-FILE-MIB X%%WWWDIR%%/mibs/AT-FILEv2-MIB X%%WWWDIR%%/mibs/AT-FIREWALL-MIB X%%WWWDIR%%/mibs/AT-FLASH-MIB X%%WWWDIR%%/mibs/AT-INSTALL-MIB X%%WWWDIR%%/mibs/AT-INTERFACES-MIB X%%WWWDIR%%/mibs/AT-IP-MIB X%%WWWDIR%%/mibs/AT-ISDN-MIB X%%WWWDIR%%/mibs/AT-LB-MIB X%%WWWDIR%%/mibs/AT-LICENSE-MIB X%%WWWDIR%%/mibs/AT-LOADER-MIB X%%WWWDIR%%/mibs/AT-LOG-MIB X%%WWWDIR%%/mibs/AT-LOOPPROTECT-MIB X%%WWWDIR%%/mibs/AT-MIBVERSION-MIB X%%WWWDIR%%/mibs/AT-NTP-MIB X%%WWWDIR%%/mibs/AT-PAE-MIB X%%WWWDIR%%/mibs/AT-PIM-MIB X%%WWWDIR%%/mibs/AT-PING-MIB X%%WWWDIR%%/mibs/AT-PRI-MIB X%%WWWDIR%%/mibs/AT-PRODUCT-MIB X%%WWWDIR%%/mibs/AT-PVSTPM-MIB X%%WWWDIR%%/mibs/AT-QOS-MIB X%%WWWDIR%%/mibs/AT-RESOURCE-MIB X%%WWWDIR%%/mibs/AT-SETUP-MIB X%%WWWDIR%%/mibs/AT-SMI-MIB X%%WWWDIR%%/mibs/AT-STACK-MIB X%%WWWDIR%%/mibs/AT-SWITCH-MIB X%%WWWDIR%%/mibs/AT-SYSINFO-MIB X%%WWWDIR%%/mibs/AT-TRIGGER-MIB X%%WWWDIR%%/mibs/AT-TTY-MIB X%%WWWDIR%%/mibs/AT-USER-MIB X%%WWWDIR%%/mibs/AT-VCSTACK-MIB X%%WWWDIR%%/mibs/AT-XEM-MIB X%%WWWDIR%%/mibs/ATI-8324SX-MIB X%%WWWDIR%%/mibs/ATI-BRIDGE-MIB X%%WWWDIR%%/mibs/ATM-DXI-MIB X%%WWWDIR%%/mibs/ATM-FORUM-ADDR-REG X%%WWWDIR%%/mibs/ATM-FORUM-ILMI40-MIB X%%WWWDIR%%/mibs/ATM-FORUM-M4-MIB X%%WWWDIR%%/mibs/ATM-FORUM-MIB X%%WWWDIR%%/mibs/ATM-FORUM-SNMP-M4-MIB X%%WWWDIR%%/mibs/ATM-FORUM-SRVC-REG X%%WWWDIR%%/mibs/ATM-FORUM-TC-MIB X%%WWWDIR%%/mibs/ATM-MIB X%%WWWDIR%%/mibs/ATM-TC-MIB X%%WWWDIR%%/mibs/ATMF-CES X%%WWWDIR%%/mibs/ATMF-CES-MIB X%%WWWDIR%%/mibs/AtiL2-MIB X%%WWWDIR%%/mibs/AtiSwitch-MIB X%%WWWDIR%%/mibs/BAY-STACK-ADAC-MIB X%%WWWDIR%%/mibs/BAY-STACK-ARP-INSPECTION-MIB X%%WWWDIR%%/mibs/BAY-STACK-DHCP-SNOOPING-MIB X%%WWWDIR%%/mibs/BAY-STACK-EAPOL-EXTENSION-MIB X%%WWWDIR%%/mibs/BAY-STACK-ECMP-MIB X%%WWWDIR%%/mibs/BAY-STACK-ERROR-MESSAGE-MIB X%%WWWDIR%%/mibs/BAY-STACK-LACP-EXT-MIB X%%WWWDIR%%/mibs/BAY-STACK-MIB X%%WWWDIR%%/mibs/BAY-STACK-MULTICAST-FLOODING-MIB X%%WWWDIR%%/mibs/BAY-STACK-OSPF-EXT-MIB X%%WWWDIR%%/mibs/BAY-STACK-PETH-EXT-MIB X%%WWWDIR%%/mibs/BAY-STACK-RADIUS-MIB X%%WWWDIR%%/mibs/BAY-STACK-SOURCE-GUARD-MIB X%%WWWDIR%%/mibs/BAY-STACK-STATS-MIB X%%WWWDIR%%/mibs/BAY-STACK-VRRP-EXT-MIB X%%WWWDIR%%/mibs/BGP4-MIB X%%WWWDIR%%/mibs/BLADETYPE2-ACL-MIB X%%WWWDIR%%/mibs/BLADETYPE2-NETWORK-MIB X%%WWWDIR%%/mibs/BLADETYPE2-PHYSICAL-MIB X%%WWWDIR%%/mibs/BLADETYPE2-QOS-MIB X%%WWWDIR%%/mibs/BLADETYPE2-SWITCH-MIB X%%WWWDIR%%/mibs/BLADETYPE2-TRAP-MIB X%%WWWDIR%%/mibs/BLADETYPE4-NETWORK-MIB X%%WWWDIR%%/mibs/BLADETYPE5-NETWORK-MIB X%%WWWDIR%%/mibs/BLADETYPE6-NETWORK-MIB X%%WWWDIR%%/mibs/BN-IF-EXTENSIONS-MIB X%%WWWDIR%%/mibs/BN-LOG-MESSAGE-MIB X%%WWWDIR%%/mibs/BRIDGE-MIB X%%WWWDIR%%/mibs/CABLETRON-TRAPS X%%WWWDIR%%/mibs/CABLETRON-TRAPS-IRM X%%WWWDIR%%/mibs/CENTILLION-CONFIG-MIB X%%WWWDIR%%/mibs/CENTILLION-DOT3-EXTENSIONS-MIB X%%WWWDIR%%/mibs/CENTILLION-MCAST-MIB X%%WWWDIR%%/mibs/CENTILLION-ROOT-MIB X%%WWWDIR%%/mibs/CENTILLION-VLAN-MIB X%%WWWDIR%%/mibs/CENTRECOM-MIB X%%WWWDIR%%/mibs/CHASSIS-MIB X%%WWWDIR%%/mibs/CISCO-BGP4-MIB X%%WWWDIR%%/mibs/CISCO-CDP-MIB X%%WWWDIR%%/mibs/CISCO-CEF-MIB X%%WWWDIR%%/mibs/CISCO-CEF-TC X%%WWWDIR%%/mibs/CISCO-CHANNEL-MIB X%%WWWDIR%%/mibs/CISCO-CLASS-BASED-QOS-MIB X%%WWWDIR%%/mibs/CISCO-DOT11-ASSOCIATION-MIB X%%WWWDIR%%/mibs/CISCO-DOT11-IF-MIB X%%WWWDIR%%/mibs/CISCO-ENHANCED-MEMPOOL-MIB X%%WWWDIR%%/mibs/CISCO-ENTITY-EXT-MIB X%%WWWDIR%%/mibs/CISCO-ENTITY-SENSOR-MIB X%%WWWDIR%%/mibs/CISCO-ENTITY-VENDORTYPE-OID-MIB X%%WWWDIR%%/mibs/CISCO-ENVMON-MIB X%%WWWDIR%%/mibs/CISCO-ETHER-CFM-MIB X%%WWWDIR%%/mibs/CISCO-FIREWALL-MIB X%%WWWDIR%%/mibs/CISCO-FRAME-RELAY-MIB X%%WWWDIR%%/mibs/CISCO-IETF-ISIS-MIB X%%WWWDIR%%/mibs/CISCO-IETF-PW-ENET-MIB X%%WWWDIR%%/mibs/CISCO-IETF-PW-FR-MIB X%%WWWDIR%%/mibs/CISCO-IETF-PW-MIB X%%WWWDIR%%/mibs/CISCO-IETF-PW-MPLS-MIB X%%WWWDIR%%/mibs/CISCO-IETF-PW-TC-MIB X%%WWWDIR%%/mibs/CISCO-IF-EXTENSION-MIB X%%WWWDIR%%/mibs/CISCO-IP-STAT-MIB X%%WWWDIR%%/mibs/CISCO-IP-URPF-MIB X%%WWWDIR%%/mibs/CISCO-IPSEC-FLOW-MONITOR-MIB X%%WWWDIR%%/mibs/CISCO-LAG-MIB X%%WWWDIR%%/mibs/CISCO-MEDIA-GATEWAY-MIB X%%WWWDIR%%/mibs/CISCO-MEMORY-POOL-MIB X%%WWWDIR%%/mibs/CISCO-MVPN-MIB X%%WWWDIR%%/mibs/CISCO-PAGP-MIB X%%WWWDIR%%/mibs/CISCO-POWER-ETHERNET-EXT-MIB X%%WWWDIR%%/mibs/CISCO-PROCESS-MIB X%%WWWDIR%%/mibs/CISCO-PRODUCTS-MIB X%%WWWDIR%%/mibs/CISCO-QOS-PIB-MIB X%%WWWDIR%%/mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB X%%WWWDIR%%/mibs/CISCO-RTTMON-MIB X%%WWWDIR%%/mibs/CISCO-RTTMON-TC-MIB X%%WWWDIR%%/mibs/CISCO-SMI X%%WWWDIR%%/mibs/CISCO-STACK-MIB X%%WWWDIR%%/mibs/CISCO-SWITCH-ENGINE-MIB X%%WWWDIR%%/mibs/CISCO-TC X%%WWWDIR%%/mibs/CISCO-TC-NO-U32 X%%WWWDIR%%/mibs/CISCO-TCP-MIB X%%WWWDIR%%/mibs/CISCO-TCPOFFLOAD-MIB X%%WWWDIR%%/mibs/CISCO-VLAN-MEMBERSHIP-MIB X%%WWWDIR%%/mibs/CISCO-VTP-MIB X%%WWWDIR%%/mibs/COMMUNITY-MIB X%%WWWDIR%%/mibs/CONFIG-MIB X%%WWWDIR%%/mibs/CT-BROADCAST-MIB X%%WWWDIR%%/mibs/CT-CMMPHYS-MIB X%%WWWDIR%%/mibs/CT-CONTAINER-MIB X%%WWWDIR%%/mibs/CT-ELS10-MIB X%%WWWDIR%%/mibs/CT-FASTPATH-DHCPSERVER-MIB X%%WWWDIR%%/mibs/CT-FASTPATH-PROTECTED-PORT-MIB X%%WWWDIR%%/mibs/CT-FLASH-MIB X%%WWWDIR%%/mibs/CT-FPS-SERVICES-MIB X%%WWWDIR%%/mibs/CT-HSIMPHYS-MIB X%%WWWDIR%%/mibs/CT-PIC-MIB X%%WWWDIR%%/mibs/CT-PRIORITY-CLASSIFY-MIB X%%WWWDIR%%/mibs/CTATM-CONFIG-MIB X%%WWWDIR%%/mibs/CTELS100-NG-MIB X%%WWWDIR%%/mibs/CTFPS-MIB X%%WWWDIR%%/mibs/CTFRAMER-CONFIG-MIB X%%WWWDIR%%/mibs/CTIF-EXT-MIB X%%WWWDIR%%/mibs/CTINB-MIB X%%WWWDIR%%/mibs/CTINB2-MIB X%%WWWDIR%%/mibs/CTRMONXT-MIB X%%WWWDIR%%/mibs/CTRON-ALIAS-MIB X%%WWWDIR%%/mibs/CTRON-AP3000-MIB X%%WWWDIR%%/mibs/CTRON-APPN-MIB X%%WWWDIR%%/mibs/CTRON-AppleTalk-ROUTER-MIB X%%WWWDIR%%/mibs/CTRON-BDG-MIB X%%WWWDIR%%/mibs/CTRON-BRIDGE-MIB X%%WWWDIR%%/mibs/CTRON-BUS-MIB X%%WWWDIR%%/mibs/CTRON-CDP-MIB X%%WWWDIR%%/mibs/CTRON-CHASSIS-MIB X%%WWWDIR%%/mibs/CTRON-COMMON-MIB X%%WWWDIR%%/mibs/CTRON-CSMACD-MIB X%%WWWDIR%%/mibs/CTRON-DCM-MIB X%%WWWDIR%%/mibs/CTRON-DECIV-ROUTER-MIB X%%WWWDIR%%/mibs/CTRON-DEVICE-MIB X%%WWWDIR%%/mibs/CTRON-DHCP-MIB X%%WWWDIR%%/mibs/CTRON-DLSW-MIB X%%WWWDIR%%/mibs/CTRON-DOWNLOAD-MIB X%%WWWDIR%%/mibs/CTRON-ELAN-MIB X%%WWWDIR%%/mibs/CTRON-ENTITY-STATE-MIB X%%WWWDIR%%/mibs/CTRON-ENTITY-STATE-TC-MIB X%%WWWDIR%%/mibs/CTRON-ENVIRONMENT-MIB X%%WWWDIR%%/mibs/CTRON-ETHERNET-PARAMETERS-MIB X%%WWWDIR%%/mibs/CTRON-ETWMIM-MIB X%%WWWDIR%%/mibs/CTRON-FDDI-FNB-MIB X%%WWWDIR%%/mibs/CTRON-FDDI-STAT-MIB X%%WWWDIR%%/mibs/CTRON-FNBTR-MIB X%%WWWDIR%%/mibs/CTRON-FRONTPANEL-MIB X%%WWWDIR%%/mibs/CTRON-IF-REMAP-2-MIB X%%WWWDIR%%/mibs/CTRON-IF-REMAP-MIB X%%WWWDIR%%/mibs/CTRON-IGMP-MIB X%%WWWDIR%%/mibs/CTRON-IP-ROUTER-MIB X%%WWWDIR%%/mibs/CTRON-IPX-ROUTER-MIB X%%WWWDIR%%/mibs/CTRON-MIB-NAMES X%%WWWDIR%%/mibs/CTRON-NAT-MIB X%%WWWDIR%%/mibs/CTRON-OIDS X%%WWWDIR%%/mibs/CTRON-ORP-HSIM-MIB X%%WWWDIR%%/mibs/CTRON-PORTMAP-MIB X%%WWWDIR%%/mibs/CTRON-POWER-SUPPLY-MIB X%%WWWDIR%%/mibs/CTRON-PPC-BAD-PACKETS-MIB X%%WWWDIR%%/mibs/CTRON-PRIORITY-CLASSIFY-MIB X%%WWWDIR%%/mibs/CTRON-PRIORITY-EXTENSIONS-MIB X%%WWWDIR%%/mibs/CTRON-RATE-POLICING-MIB X%%WWWDIR%%/mibs/CTRON-REMOTE-ACCESS-MIB X%%WWWDIR%%/mibs/CTRON-ROUTERS-INTERNAL-MIB X%%WWWDIR%%/mibs/CTRON-ROUTERS-MIB X%%WWWDIR%%/mibs/CTRON-SFCS-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-BASE-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-BINDERY-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-CALL-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-CHASSIS-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-COMMON-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-CONN-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-CONNECTION-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-DIAGSTATS-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-DIRECTORY-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-ESYS-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-EVENTLOG-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-FLOOD-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-INCLUDE-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-L4SS-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-MCAST-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-PATH-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-PKTMGR-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-POLICY-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-PORT-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-RESOLVE-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-SFLSP-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-SIZE-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-SOFTLINK-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-TAP-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-TOPOLOGY-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-VLAN-MIB X%%WWWDIR%%/mibs/CTRON-SFPS-VSTP-MIB X%%WWWDIR%%/mibs/CTRON-SMARTTRUNK-MIB X%%WWWDIR%%/mibs/CTRON-SSR-CAPACITY-MIB X%%WWWDIR%%/mibs/CTRON-SSR-CONFIG-MIB X%%WWWDIR%%/mibs/CTRON-SSR-HARDWARE-MIB X%%WWWDIR%%/mibs/CTRON-SSR-L2-MIB X%%WWWDIR%%/mibs/CTRON-SSR-L3-MIB X%%WWWDIR%%/mibs/CTRON-SSR-POLICY-MIB X%%WWWDIR%%/mibs/CTRON-SSR-SERVICE-STATUS-MIB X%%WWWDIR%%/mibs/CTRON-SSR-SMI-MIB X%%WWWDIR%%/mibs/CTRON-SSR-TRAP-MIB X%%WWWDIR%%/mibs/CTRON-TIMED-RESET-MIB X%%WWWDIR%%/mibs/CTRON-TRANSLATION-MIB X%%WWWDIR%%/mibs/CTRON-TX-QUEUE-ARBITRATION-MIB X%%WWWDIR%%/mibs/CTRON-UPS-MIB X%%WWWDIR%%/mibs/CTRON-VLAN-CLASSIFY-MIB X%%WWWDIR%%/mibs/CTRON-VLAN-EXTENSIONS-MIB X%%WWWDIR%%/mibs/CTRON-WAN-IMUX-MIB X%%WWWDIR%%/mibs/CTRON-WAN-MIB X%%WWWDIR%%/mibs/CTRON-WAN-MULTI-IMUX-MIB X%%WWWDIR%%/mibs/CTRON-WEBVIEW-MIB X%%WWWDIR%%/mibs/CTSMTMIB-MIB X%%WWWDIR%%/mibs/CTTRAPLOG-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-ADM-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-CONF-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-INFO-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-PM-MIB X%%WWWDIR%%/mibs/CYCLADES-ACS-SYS-MIB X%%WWWDIR%%/mibs/CYCLADES-MIB X%%WWWDIR%%/mibs/DELL-RAC-MIB X%%WWWDIR%%/mibs/DEVBASE-MIB X%%WWWDIR%%/mibs/DEVCONTROL-MIB X%%WWWDIR%%/mibs/DEVETHERNET-MIB X%%WWWDIR%%/mibs/DEVEVENT-MIB X%%WWWDIR%%/mibs/DEVFILTER-MIB X%%WWWDIR%%/mibs/DEVHW-MIB X%%WWWDIR%%/mibs/DEVNM-MIB X%%WWWDIR%%/mibs/DEVROUTE-MIB X%%WWWDIR%%/mibs/DEVSERVER-MIB X%%WWWDIR%%/mibs/DEVSW-MIB X%%WWWDIR%%/mibs/DEVTRAPS-MIB X%%WWWDIR%%/mibs/DIFFSERV-DSCP-TC X%%WWWDIR%%/mibs/DIFFSERV-MIB X%%WWWDIR%%/mibs/DISMAN-EVENT-MIB X%%WWWDIR%%/mibs/DISMAN-PING-MIB X%%WWWDIR%%/mibs/DISMAN-SCHEDULE-MIB X%%WWWDIR%%/mibs/DISMAN-SCRIPT-MIB X%%WWWDIR%%/mibs/DISMAN-TRACEROUTE-MIB X%%WWWDIR%%/mibs/DLM-MIB X%%WWWDIR%%/mibs/DLSW-MIB X%%WWWDIR%%/mibs/DNS-RESOLVER-MIB X%%WWWDIR%%/mibs/DNS-SERVER-MIB X%%WWWDIR%%/mibs/DOCS-IF-MIB X%%WWWDIR%%/mibs/DOT5-LOG-MIB X%%WWWDIR%%/mibs/DOT5-PHYS-MIB X%%WWWDIR%%/mibs/DRAFT-MSDP-MIB X%%WWWDIR%%/mibs/DS1-MIB X%%WWWDIR%%/mibs/DS3-MIB X%%WWWDIR%%/mibs/DVMRP-MIB X%%WWWDIR%%/mibs/Dell-Vendor-MIB X%%WWWDIR%%/mibs/DeltaUPS-MIB X%%WWWDIR%%/mibs/ELH100-MIB X%%WWWDIR%%/mibs/ELS100-S24TX2M-MIB X%%WWWDIR%%/mibs/ENGENIUS-CLIENT-MIB X%%WWWDIR%%/mibs/ENGENIUS-MESH-MIB X%%WWWDIR%%/mibs/ENGENIUS-PRIVATE-MIB X%%WWWDIR%%/mibs/ENGENIUS-STATUS-MIB X%%WWWDIR%%/mibs/ENROUTE-245-MIB X%%WWWDIR%%/mibs/ENROUTE-POWERPC-244-MIB X%%WWWDIR%%/mibs/ENTERASYS-8021X-EXTENSIONS-MIB X%%WWWDIR%%/mibs/ENTERASYS-8021X-REKEYING-MIB X%%WWWDIR%%/mibs/ENTERASYS-AAA-POLICY-MIB X%%WWWDIR%%/mibs/ENTERASYS-ACTIVATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-CLASS-OF-SERVICE-MIB X%%WWWDIR%%/mibs/ENTERASYS-CONFIGURATION-CHANGE-MIB X%%WWWDIR%%/mibs/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB X%%WWWDIR%%/mibs/ENTERASYS-CONVERGENCE-END-POINT-MIB X%%WWWDIR%%/mibs/ENTERASYS-DIAGNOSTIC-MESSAGE-MIB X%%WWWDIR%%/mibs/ENTERASYS-ENCR-8021X-CONFIG-MIB X%%WWWDIR%%/mibs/ENTERASYS-ENCR-8021X-REKEYING-MIB X%%WWWDIR%%/mibs/ENTERASYS-ESWITCH-MIB X%%WWWDIR%%/mibs/ENTERASYS-FIREWALL-MIB X%%WWWDIR%%/mibs/ENTERASYS-FLOW-LIMITING-MIB X%%WWWDIR%%/mibs/ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-IEEE802DOT11EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-IF-MIB-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-IMAGE-VALIDATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-JUMBO-ETHERNET-FRAME-MIB X%%WWWDIR%%/mibs/ENTERASYS-LICENSE-KEY-MIB X%%WWWDIR%%/mibs/ENTERASYS-LICENSE-KEY-OIDS-MIB X%%WWWDIR%%/mibs/ENTERASYS-LINK-FLAP-MIB X%%WWWDIR%%/mibs/ENTERASYS-MAC-AUTHENTICATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-MAC-LOCKING-MIB X%%WWWDIR%%/mibs/ENTERASYS-MAU-MIB-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-MGMT-AUTH-NOTIFICATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-MIB-NAMES X%%WWWDIR%%/mibs/ENTERASYS-MIB-ORG X%%WWWDIR%%/mibs/ENTERASYS-MSTP-MIB X%%WWWDIR%%/mibs/ENTERASYS-MULTI-AUTH-MIB X%%WWWDIR%%/mibs/ENTERASYS-MULTI-USER-8021X-MIB X%%WWWDIR%%/mibs/ENTERASYS-NETFLOW-MIB X%%WWWDIR%%/mibs/ENTERASYS-OIDS-MIB X%%WWWDIR%%/mibs/ENTERASYS-POLICY-PROFILE-MIB X%%WWWDIR%%/mibs/ENTERASYS-POWER-ETHERNET-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-PWA-MIB X%%WWWDIR%%/mibs/ENTERASYS-R2MGMT-MIB X%%WWWDIR%%/mibs/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB X%%WWWDIR%%/mibs/ENTERASYS-RADIUS-AUTH-CLIENT-ENCRYPT-MIB X%%WWWDIR%%/mibs/ENTERASYS-RADIUS-AUTH-CLIENT-MIB X%%WWWDIR%%/mibs/ENTERASYS-RESOURCE-UTILIZATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-SECURE-SHELL-SERVER-MIB X%%WWWDIR%%/mibs/ENTERASYS-SERVICE-LEVEL-REPORTING-MIB X%%WWWDIR%%/mibs/ENTERASYS-SNMP-PERSISTENCE-MIB X%%WWWDIR%%/mibs/ENTERASYS-SNTP-CLIENT-MIB X%%WWWDIR%%/mibs/ENTERASYS-SPANNING-TREE-DIAGNOSTIC-MIB X%%WWWDIR%%/mibs/ENTERASYS-SSH-SERVER-MIB X%%WWWDIR%%/mibs/ENTERASYS-SYSLOG-CLIENT-MIB X%%WWWDIR%%/mibs/ENTERASYS-THREAT-NOTIFICATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-TLS-MIB X%%WWWDIR%%/mibs/ENTERASYS-UPN-TC-MIB X%%WWWDIR%%/mibs/ENTERASYS-VLAN-AUTHORIZATION-MIB X%%WWWDIR%%/mibs/ENTERASYS-VLAN-INTERFACE-MIB X%%WWWDIR%%/mibs/ENTERASYS-WIFI-PROTECTED-ACCESS-MIB X%%WWWDIR%%/mibs/ENTITY-MIB X%%WWWDIR%%/mibs/ENTITY-SENSOR-MIB X%%WWWDIR%%/mibs/ESO-CONSORTIUM-MIB X%%WWWDIR%%/mibs/EVENT-ACTIONS-MIB X%%WWWDIR%%/mibs/EtherLike-MIB X%%WWWDIR%%/mibs/F10-C-SERIES-CHASSIS-MIB X%%WWWDIR%%/mibs/F10-CHASSIS-MIB X%%WWWDIR%%/mibs/F10-FIB-MIB X%%WWWDIR%%/mibs/F10-IF-EXTENSION-MIB X%%WWWDIR%%/mibs/F10-LINK-AGGREGATION-MIB X%%WWWDIR%%/mibs/F10-PRODUCTS-MIB X%%WWWDIR%%/mibs/F10-S-SERIES-CHASSIS-MIB X%%WWWDIR%%/mibs/FAST-ETHERNET-MIB X%%WWWDIR%%/mibs/FDDI-SMT73-MIB X%%WWWDIR%%/mibs/FORCE10-BGP4-V2-MIB X%%WWWDIR%%/mibs/FORCE10-COPY-CONFIG-MIB X%%WWWDIR%%/mibs/FORCE10-MONITORING-MIB X%%WWWDIR%%/mibs/FORCE10-MSTP-MIB X%%WWWDIR%%/mibs/FORCE10-SMI X%%WWWDIR%%/mibs/FORCE10-SYSTEM-COMPONENT-MIB X%%WWWDIR%%/mibs/FORCE10-TC X%%WWWDIR%%/mibs/FORCE10-TRAP-EVENT-MIB X%%WWWDIR%%/mibs/FORTINET-MIB-280 X%%WWWDIR%%/mibs/FOUNDRY-CAR-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-AGENT-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-APPLETALK-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-BGP4-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-IGMP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-IP-ACL-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-IP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-IP-VRRP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-IPX-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-OSPF-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-POS-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-ROOT-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-ROUTER-TRAP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-SWITCH-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-TRAP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-VSRP-MIB X%%WWWDIR%%/mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB X%%WWWDIR%%/mibs/FOUNDRY-VLAN-CAR-MIB X%%WWWDIR%%/mibs/FR-MFR-MIB X%%WWWDIR%%/mibs/FRAME-RELAY-DTE-MIB X%%WWWDIR%%/mibs/GAMATRONIC-MIB X%%WWWDIR%%/mibs/GARP-MIB X%%WWWDIR%%/mibs/GMPLS-LSR-STD-MIB X%%WWWDIR%%/mibs/GMPLS-TC-STD-MIB X%%WWWDIR%%/mibs/GMPLS-TE-STD-MIB X%%WWWDIR%%/mibs/GNOME-PRODUCT-ZEBRA-MIB X%%WWWDIR%%/mibs/GNOME-SMI X%%WWWDIR%%/mibs/HCNUM-TC X%%WWWDIR%%/mibs/HDSL2-SHDSL-LINE-MIB X%%WWWDIR%%/mibs/HOST-RESOURCES-MIB X%%WWWDIR%%/mibs/HOST-RESOURCES-TYPES X%%WWWDIR%%/mibs/HP-AUTZ-MIB X%%WWWDIR%%/mibs/HP-BASE-MIB X%%WWWDIR%%/mibs/HP-DOT1X-EXTENSIONS-MIB X%%WWWDIR%%/mibs/HP-ENTITY-MIB X%%WWWDIR%%/mibs/HP-ICF-8023-RPTR X%%WWWDIR%%/mibs/HP-ICF-ARP-PROTECT X%%WWWDIR%%/mibs/HP-ICF-AUTORUN X%%WWWDIR%%/mibs/HP-ICF-BASIC X%%WWWDIR%%/mibs/HP-ICF-BRIDGE X%%WWWDIR%%/mibs/HP-ICF-CHAIN X%%WWWDIR%%/mibs/HP-ICF-CHASSIS X%%WWWDIR%%/mibs/HP-ICF-CONNECTION-RATE-FILTER X%%WWWDIR%%/mibs/HP-ICF-DOWNLOAD X%%WWWDIR%%/mibs/HP-ICF-FAULT-FINDER-MIB X%%WWWDIR%%/mibs/HP-ICF-GENERIC-RPTR X%%WWWDIR%%/mibs/HP-ICF-GPPC-MIB X%%WWWDIR%%/mibs/HP-ICF-INST-MON X%%WWWDIR%%/mibs/HP-ICF-IP-ROUTING X%%WWWDIR%%/mibs/HP-ICF-IPCONFIG X%%WWWDIR%%/mibs/HP-ICF-JUMBO-MIB X%%WWWDIR%%/mibs/HP-ICF-L3MAC-MIB X%%WWWDIR%%/mibs/HP-ICF-LINKTEST X%%WWWDIR%%/mibs/HP-ICF-MLD-MIB X%%WWWDIR%%/mibs/HP-ICF-OID X%%WWWDIR%%/mibs/HP-ICF-OSPF X%%WWWDIR%%/mibs/HP-ICF-PIM X%%WWWDIR%%/mibs/HP-ICF-PROVIDER-BRIDGE X%%WWWDIR%%/mibs/HP-ICF-RATE-LIMIT-MIB X%%WWWDIR%%/mibs/HP-ICF-RIP X%%WWWDIR%%/mibs/HP-ICF-SECURITY X%%WWWDIR%%/mibs/HP-ICF-SNMP-MIB X%%WWWDIR%%/mibs/HP-ICF-STACK X%%WWWDIR%%/mibs/HP-ICF-TC X%%WWWDIR%%/mibs/HP-ICF-UDLD-MIB X%%WWWDIR%%/mibs/HP-ICF-UDP-FORWARD X%%WWWDIR%%/mibs/HP-ICF-USER-PROFILE-MIB X%%WWWDIR%%/mibs/HP-ICF-VG-RPTR X%%WWWDIR%%/mibs/HP-ICF-VRRP-MIB X%%WWWDIR%%/mibs/HP-ICF-XRRP X%%WWWDIR%%/mibs/HP-IF-EXT-MIB X%%WWWDIR%%/mibs/HP-MEMPROC-MIB X%%WWWDIR%%/mibs/HP-PROCURVE-420-PRIVATE-MIB X%%WWWDIR%%/mibs/HP-SN-MIBS X%%WWWDIR%%/mibs/HP-SN-TRAP-MIB X%%WWWDIR%%/mibs/HP-SNTPclientConfiguration-MIB X%%WWWDIR%%/mibs/HP-SWITCH-PL-MIB X%%WWWDIR%%/mibs/HP-SYSTEM-MIB X%%WWWDIR%%/mibs/HP-SwitchStack-MIB X%%WWWDIR%%/mibs/HP-USER-AUTH X%%WWWDIR%%/mibs/HP-VLAN X%%WWWDIR%%/mibs/HUAWEI-MIB X%%WWWDIR%%/mibs/HpicfHighAvailability-MIB X%%WWWDIR%%/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB X%%WWWDIR%%/mibs/IANA-CHARSET-MIB X%%WWWDIR%%/mibs/IANA-GMPLS-TC-MIB X%%WWWDIR%%/mibs/IANA-LANGUAGE-MIB X%%WWWDIR%%/mibs/IANA-MAU-MIB X%%WWWDIR%%/mibs/IANA-PRINTER-MIB X%%WWWDIR%%/mibs/IANA-RTPROTO-MIB X%%WWWDIR%%/mibs/IANAifType-MIB X%%WWWDIR%%/mibs/ICF-ETWIST X%%WWWDIR%%/mibs/ICF-VG-RPTR X%%WWWDIR%%/mibs/IEEE8021-PAE-MIB X%%WWWDIR%%/mibs/IEEE8023-LAG-MIB X%%WWWDIR%%/mibs/IEEE802dot11-MIB X%%WWWDIR%%/mibs/IF-INVERTED-STACK-MIB X%%WWWDIR%%/mibs/IF-MIB X%%WWWDIR%%/mibs/IGMP-MIB X%%WWWDIR%%/mibs/IGMP-STD-MIB X%%WWWDIR%%/mibs/INET-ADDRESS-MIB X%%WWWDIR%%/mibs/INTEGRATED-SERVICES-MIB X%%WWWDIR%%/mibs/IP-FORWARD-MIB X%%WWWDIR%%/mibs/IP-MIB X%%WWWDIR%%/mibs/IPMROUTE-MIB X%%WWWDIR%%/mibs/IPMROUTE-STD-MIB X%%WWWDIR%%/mibs/IPOMANII-MIB X%%WWWDIR%%/mibs/IPV6-ICMP-MIB X%%WWWDIR%%/mibs/IPV6-MIB X%%WWWDIR%%/mibs/IPV6-MLD-MIB X%%WWWDIR%%/mibs/IPV6-TC X%%WWWDIR%%/mibs/IPV6-TCP-MIB X%%WWWDIR%%/mibs/IPV6-UDP-MIB X%%WWWDIR%%/mibs/IPX X%%WWWDIR%%/mibs/IRM-OIDS X%%WWWDIR%%/mibs/IRM3-MIB X%%WWWDIR%%/mibs/ISIS-MIB X%%WWWDIR%%/mibs/JUNIPER-SMI X%%WWWDIR%%/mibs/JUNIPER-WX-MIB X%%WWWDIR%%/mibs/LAG-MIB X%%WWWDIR%%/mibs/LAN-EMULATION-CLIENT-MIB X%%WWWDIR%%/mibs/LLDP-EXT-DOT1-MIB X%%WWWDIR%%/mibs/LLDP-MIB X%%WWWDIR%%/mibs/LM-SENSORS-MIB X%%WWWDIR%%/mibs/MAU-MIB X%%WWWDIR%%/mibs/MG-SNMP-UPS-MIB X%%WWWDIR%%/mibs/MIB-DELL-10892 X%%WWWDIR%%/mibs/MIKROTIK-MIB X%%WWWDIR%%/mibs/MPLS-L3VPN-STD-MIB X%%WWWDIR%%/mibs/MPLS-LSR-MIB X%%WWWDIR%%/mibs/MPLS-LSR-STD-MIB X%%WWWDIR%%/mibs/MPLS-TC-STD-MIB X%%WWWDIR%%/mibs/MPLS-TE-STD-MIB X%%WWWDIR%%/mibs/MPLS-VPN-MIB X%%WWWDIR%%/mibs/NAS-MIB X%%WWWDIR%%/mibs/NET-SNMP-AGENT-MIB X%%WWWDIR%%/mibs/NET-SNMP-EXAMPLES-MIB X%%WWWDIR%%/mibs/NET-SNMP-EXTEND-MIB X%%WWWDIR%%/mibs/NET-SNMP-MIB X%%WWWDIR%%/mibs/NET-SNMP-PASS-MIB X%%WWWDIR%%/mibs/NET-SNMP-TC X%%WWWDIR%%/mibs/NET-SNMP-VACM-MIB X%%WWWDIR%%/mibs/NETLINK-SPECIFIC-MIB X%%WWWDIR%%/mibs/NETSWITCH-DMA-MIB X%%WWWDIR%%/mibs/NETSWITCH-DRIVERS-MIB X%%WWWDIR%%/mibs/NETSWITCH-MIB X%%WWWDIR%%/mibs/NETWORK-APPLIANCE-MIB X%%WWWDIR%%/mibs/NETWORK-DIAGS X%%WWWDIR%%/mibs/NORTEL-NETWORKS-MULTIPLE-SPANNING-TREE-MIB X%%WWWDIR%%/mibs/NORTEL-NETWORKS-RAPID-SPANNING-TREE-MIB X%%WWWDIR%%/mibs/NORTEL-SECURE-NETWORK-ACCESS-MIB X%%WWWDIR%%/mibs/NORTEL-WLAN-AP-MIB X%%WWWDIR%%/mibs/NOTIFICATION-LOG-MIB X%%WWWDIR%%/mibs/NS-ADDR X%%WWWDIR%%/mibs/NS-BGP4 X%%WWWDIR%%/mibs/NS-CHASSIS X%%WWWDIR%%/mibs/NS-IDS X%%WWWDIR%%/mibs/NS-INTERFACE X%%WWWDIR%%/mibs/NS-IP-ARP X%%WWWDIR%%/mibs/NS-MIB X%%WWWDIR%%/mibs/NS-NAT X%%WWWDIR%%/mibs/NS-NSRP X%%WWWDIR%%/mibs/NS-OSPF X%%WWWDIR%%/mibs/NS-OSPF-TRAP X%%WWWDIR%%/mibs/NS-POLICY X%%WWWDIR%%/mibs/NS-PRODUCTS X%%WWWDIR%%/mibs/NS-QOS X%%WWWDIR%%/mibs/NS-RES X%%WWWDIR%%/mibs/NS-RIP X%%WWWDIR%%/mibs/NS-SCHEDULE X%%WWWDIR%%/mibs/NS-SERVICE X%%WWWDIR%%/mibs/NS-SMI X%%WWWDIR%%/mibs/NS-TRAPS X%%WWWDIR%%/mibs/NS-VR X%%WWWDIR%%/mibs/NS-VR-BGP4 X%%WWWDIR%%/mibs/NS-VR-OSPF X%%WWWDIR%%/mibs/NS-VR-RIP X%%WWWDIR%%/mibs/NS-VSYS X%%WWWDIR%%/mibs/NS-ZONE X%%WWWDIR%%/mibs/NetWare-Host-Ext-MIB X%%WWWDIR%%/mibs/OLD-CISCO-CHASSIS-MIB-V1SMI X%%WWWDIR%%/mibs/OLD-CISCO-CPU-MIB X%%WWWDIR%%/mibs/OLD-CISCO-INTERFACES-MIB X%%WWWDIR%%/mibs/OLD-CISCO-MEMORY-MIB X%%WWWDIR%%/mibs/OLD-CISCO-SYS-MIB X%%WWWDIR%%/mibs/ONEACCESS-GLOBAL-REG X%%WWWDIR%%/mibs/OPT-IF-MIB X%%WWWDIR%%/mibs/ORiNOCO-MIB X%%WWWDIR%%/mibs/OSPF-MIB X%%WWWDIR%%/mibs/OSPF-TRAP-MIB X%%WWWDIR%%/mibs/P-BRIDGE-MIB X%%WWWDIR%%/mibs/P8510-MIB X%%WWWDIR%%/mibs/PAN-MIB-MODULES X%%WWWDIR%%/mibs/PDU-MIB X%%WWWDIR%%/mibs/PIM-MIB X%%WWWDIR%%/mibs/POWER-ETHERNET-MIB X%%WWWDIR%%/mibs/PPVPN-TC-MIB X%%WWWDIR%%/mibs/PTOPO-MIB X%%WWWDIR%%/mibs/PerfHist-TC-MIB X%%WWWDIR%%/mibs/PowerNet-MIB X%%WWWDIR%%/mibs/Printer-MIB X%%WWWDIR%%/mibs/Q-BRIDGE-MIB X%%WWWDIR%%/mibs/RADLAN-AAA X%%WWWDIR%%/mibs/RADLAN-BaudRate-MIB X%%WWWDIR%%/mibs/RADLAN-COPY-MIB X%%WWWDIR%%/mibs/RADLAN-DNSCL-MIB X%%WWWDIR%%/mibs/RADLAN-File X%%WWWDIR%%/mibs/RADLAN-HWENVIROMENT X%%WWWDIR%%/mibs/RADLAN-IP X%%WWWDIR%%/mibs/RADLAN-LLDP-MIB X%%WWWDIR%%/mibs/RADLAN-LOCALIZATION-MIB X%%WWWDIR%%/mibs/RADLAN-MAC-BASE-PRIO X%%WWWDIR%%/mibs/RADLAN-MIB X%%WWWDIR%%/mibs/RADLAN-MNGINF-MIB X%%WWWDIR%%/mibs/RADLAN-PHY-MIB X%%WWWDIR%%/mibs/RADLAN-Physicaldescription-MIB X%%WWWDIR%%/mibs/RADLAN-QOS-CLI-MIB X%%WWWDIR%%/mibs/RADLAN-QOS-SERV X%%WWWDIR%%/mibs/RADLAN-RMON X%%WWWDIR%%/mibs/RADLAN-SENSORENTMIB X%%WWWDIR%%/mibs/RADLAN-SNMP-MIB X%%WWWDIR%%/mibs/RADLAN-SNMPv2 X%%WWWDIR%%/mibs/RADLAN-SSH-MIB X%%WWWDIR%%/mibs/RADLAN-SSL X%%WWWDIR%%/mibs/RADLAN-STACK-MIB X%%WWWDIR%%/mibs/RADLAN-SYSLOG-MIB X%%WWWDIR%%/mibs/RADLAN-TIMESYNCHRONIZATION-MIB X%%WWWDIR%%/mibs/RADLAN-Tuning X%%WWWDIR%%/mibs/RADLAN-UDP X%%WWWDIR%%/mibs/RADLAN-rlInterfaces X%%WWWDIR%%/mibs/RADLAN-rlLcli-MIB X%%WWWDIR%%/mibs/RADLAN-rndApplications X%%WWWDIR%%/mibs/RADLAN-rndMng X%%WWWDIR%%/mibs/RADLAN-vlan-MIB X%%WWWDIR%%/mibs/RAPID-CITY X%%WWWDIR%%/mibs/RAPID-CITY-BAY-STACK X%%WWWDIR%%/mibs/RBTWS-AP-STATUS-MIB X%%WWWDIR%%/mibs/RBTWS-AP-TC X%%WWWDIR%%/mibs/RBTWS-BASIC-MIB X%%WWWDIR%%/mibs/RBTWS-CLIENT-SESSION-MIB X%%WWWDIR%%/mibs/RBTWS-CLIENT-SESSION-TC X%%WWWDIR%%/mibs/RBTWS-EXTERNAL-SERVER-MIB X%%WWWDIR%%/mibs/RBTWS-INFO-RF-DETECT-MIB X%%WWWDIR%%/mibs/RBTWS-PORT-MIB X%%WWWDIR%%/mibs/RBTWS-REGISTRATION-MIB X%%WWWDIR%%/mibs/RBTWS-ROOT-MIB X%%WWWDIR%%/mibs/RBTWS-SYSTEM-MIB X%%WWWDIR%%/mibs/RBTWS-TRAP-MIB X%%WWWDIR%%/mibs/RC-MLT-MIB X%%WWWDIR%%/mibs/REPEATER-MIB-2 X%%WWWDIR%%/mibs/REPEATER-REV4-MIB X%%WWWDIR%%/mibs/RFC-1212 X%%WWWDIR%%/mibs/RFC-1215 X%%WWWDIR%%/mibs/RFC1155-SMI X%%WWWDIR%%/mibs/RFC1213-MIB X%%WWWDIR%%/mibs/RFC1284-MIB X%%WWWDIR%%/mibs/RFC1389-MIB X%%WWWDIR%%/mibs/RIPv2-MIB X%%WWWDIR%%/mibs/RMON-MIB X%%WWWDIR%%/mibs/RMON2-MIB X%%WWWDIR%%/mibs/ROUTER-OIDS X%%WWWDIR%%/mibs/RSTP-MIB X%%WWWDIR%%/mibs/S5-AGENT-MIB X%%WWWDIR%%/mibs/S5-CHASSIS-MIB X%%WWWDIR%%/mibs/S5-CHASSIS-TRAP-MIB X%%WWWDIR%%/mibs/S5-COMMON-STATS-MIB X%%WWWDIR%%/mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB X%%WWWDIR%%/mibs/S5-ETH-REDUNDANT-LINKS-MIB X%%WWWDIR%%/mibs/S5-ETHERNET-COMMON-MIB X%%WWWDIR%%/mibs/S5-ETHERNET-MIB X%%WWWDIR%%/mibs/S5-ETHERNET-TRAP-MIB X%%WWWDIR%%/mibs/S5-REG-MIB X%%WWWDIR%%/mibs/S5-ROOT-MIB X%%WWWDIR%%/mibs/S5-SWITCH-BAYSECURE-MIB X%%WWWDIR%%/mibs/S5-TCS-MIB X%%WWWDIR%%/mibs/SAMSUNG-CLONING-MIB X%%WWWDIR%%/mibs/SAMSUNG-COMMON-MIB X%%WWWDIR%%/mibs/SAMSUNG-DIAGNOSTICS-MIB X%%WWWDIR%%/mibs/SAMSUNG-GENERAL-TC X%%WWWDIR%%/mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB X%%WWWDIR%%/mibs/SAMSUNG-HOST-RESOURCES-EXT-TC X%%WWWDIR%%/mibs/SAMSUNG-PRINTER-EXT-MIB X%%WWWDIR%%/mibs/SAMSUNG-PRINTER-EXT-TC X%%WWWDIR%%/mibs/SEMI-MIB X%%WWWDIR%%/mibs/SMON-MIB X%%WWWDIR%%/mibs/SMUX-MIB X%%WWWDIR%%/mibs/SNA-SDLC-MIB X%%WWWDIR%%/mibs/SNMP-COMMUNITY-MIB X%%WWWDIR%%/mibs/SNMP-FRAMEWORK-MIB X%%WWWDIR%%/mibs/SNMP-MPD-MIB X%%WWWDIR%%/mibs/SNMP-NOTIFICATION-MIB X%%WWWDIR%%/mibs/SNMP-PROXY-MIB X%%WWWDIR%%/mibs/SNMP-REPEATER-MIB X%%WWWDIR%%/mibs/SNMP-TARGET-MIB X%%WWWDIR%%/mibs/SNMP-USER-BASED-SM-MIB X%%WWWDIR%%/mibs/SNMP-USM-AES-MIB X%%WWWDIR%%/mibs/SNMP-USM-DH-OBJECTS-MIB X%%WWWDIR%%/mibs/SNMP-VIEW-BASED-ACM-MIB X%%WWWDIR%%/mibs/SNMPv2-CONF X%%WWWDIR%%/mibs/SNMPv2-MIB X%%WWWDIR%%/mibs/SNMPv2-SMI X%%WWWDIR%%/mibs/SNMPv2-SMI-v1 X%%WWWDIR%%/mibs/SNMPv2-TC X%%WWWDIR%%/mibs/SNMPv2-TM X%%WWWDIR%%/mibs/SONET-MIB X%%WWWDIR%%/mibs/SOURCE-ROUTING-MIB X%%WWWDIR%%/mibs/SSH-MIB X%%WWWDIR%%/mibs/STATISTICS-MIB X%%WWWDIR%%/mibs/SUPERMICRO-HEALTH-MIB X%%WWWDIR%%/mibs/SUPERMICRO-SMI X%%WWWDIR%%/mibs/SWCOMMGMT-MIB X%%WWWDIR%%/mibs/SWITCH-CHASSIS-MIB X%%WWWDIR%%/mibs/SWITCH-MIB X%%WWWDIR%%/mibs/SWITCH-VLAN-MIB X%%WWWDIR%%/mibs/SWL2MGMT-MIB X%%WWWDIR%%/mibs/SWL3MGMT-MIB X%%WWWDIR%%/mibs/SWPRIMGMT-MIB X%%WWWDIR%%/mibs/SYMBOL-AP-MIB X%%WWWDIR%%/mibs/SYMBOL-CC-WS2000-MIB X%%WWWDIR%%/mibs/SYNOPTICS-COMMON-MIB X%%WWWDIR%%/mibs/SYNOPTICS-ETHERNET-MIB X%%WWWDIR%%/mibs/SYNOPTICS-ROOT-MIB X%%WWWDIR%%/mibs/SYSAPPL-MIB X%%WWWDIR%%/mibs/SYSTEM-RESOURCE-MIB X%%WWWDIR%%/mibs/Sentry3-MIB X%%WWWDIR%%/mibs/TCP-MIB X%%WWWDIR%%/mibs/TELESYN-ATI-TC X%%WWWDIR%%/mibs/TOKEN-RING-RMON-MIB X%%WWWDIR%%/mibs/TRANSPORT-ADDRESS-MIB X%%WWWDIR%%/mibs/TRANZEO-MIB X%%WWWDIR%%/mibs/TRAP-MIB X%%WWWDIR%%/mibs/TRIPPLITE-MIB X%%WWWDIR%%/mibs/TUNNEL-MIB X%%WWWDIR%%/mibs/UCD-DEMO-MIB X%%WWWDIR%%/mibs/UCD-DISKIO-MIB X%%WWWDIR%%/mibs/UCD-DLMOD-MIB X%%WWWDIR%%/mibs/UCD-IPFWACC-MIB X%%WWWDIR%%/mibs/UCD-SNMP-MIB X%%WWWDIR%%/mibs/UDP-MIB X%%WWWDIR%%/mibs/UPS-MIB X%%WWWDIR%%/mibs/UPS2-MIB X%%WWWDIR%%/mibs/V2H124-24-MIB X%%WWWDIR%%/mibs/VPN-TC-STD-MIB X%%WWWDIR%%/mibs/VRRP-MIB X%%WWWDIR%%/mibs/WANSTATS-MIB X%%WWWDIR%%/mibs/WLSR-AP-MIB X%%WWWDIR%%/mibs/WLSX-AUTH-MIB X%%WWWDIR%%/mibs/WLSX-CTS-MIB X%%WWWDIR%%/mibs/WLSX-ESI-MIB X%%WWWDIR%%/mibs/WLSX-IFEXT-MIB X%%WWWDIR%%/mibs/WLSX-MESH-MIB X%%WWWDIR%%/mibs/WLSX-MOBILITY-MIB X%%WWWDIR%%/mibs/WLSX-MON-MIB X%%WWWDIR%%/mibs/WLSX-SNR-MIB X%%WWWDIR%%/mibs/WLSX-SWITCH-MIB X%%WWWDIR%%/mibs/WLSX-SYSTEMEXT-MIB X%%WWWDIR%%/mibs/WLSX-TRAP-MIB X%%WWWDIR%%/mibs/WLSX-USER-MIB X%%WWWDIR%%/mibs/WLSX-VOICE-MIB X%%WWWDIR%%/mibs/WLSX-WLAN-MIB X%%WWWDIR%%/mibs/Wellfleet-COMMON-MIB X%%WWWDIR%%/mibs/Wellfleet-CSMACD-MIB X%%WWWDIR%%/mibs/Wellfleet-DOT1QTAG-CONFIG-MIB X%%WWWDIR%%/mibs/Wellfleet-HARDWARE-MIB X%%WWWDIR%%/mibs/Wellfleet-MODULE-MIB X%%WWWDIR%%/mibs/Wellfleet-OSPF-MIB X%%WWWDIR%%/mibs/XUPS-MIB X%%WWWDIR%%/mibs/ZIPLOCK-MIB X%%WWWDIR%%/mibs/ZYXEL-AESCOMMON-MIB X%%WWWDIR%%/mibs/ZYXEL-AS-ATM-MIB X%%WWWDIR%%/mibs/ZYXEL-AS-MIB X%%WWWDIR%%/mibs/ZYXEL-IESCOMMON-MIB X%%WWWDIR%%/mibs/ZYXEL-MIB X%%WWWDIR%%/mibs/ZYXEL-NWA-SERIES X%%WWWDIR%%/mibs/ZYXEL-SAM1216 X%%WWWDIR%%/mibs/ZYXEL-ZYWALL-MIB X%%WWWDIR%%/mibs/aos/ANSI_TIA_LLDP_MED.mib X%%WWWDIR%%/mibs/aos/ATM-TC-MIB.mib X%%WWWDIR%%/mibs/aos/AaIETF_HUBMIB_POWER_ETHERNET_DRAFT.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1AAA.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Base.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Bfd.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Bgp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Chassis.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1ConfigMgr.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Devices.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Dot1Q.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Dot1X.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1DrcTm.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Dvmrp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1EService.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Eoam.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Erp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1GVRP.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1GroupMobility.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Health.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1IPMV.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1IPsec.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1IPv6.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Igmp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1InLinePowerEthernet.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1InterswitchProtocol.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ip.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ipmrm.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ipms.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Iprm.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1IprmV6.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ipx.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Isis.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1LAG.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1LPS.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1LicenseManager.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1MacAddress.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1MacServer.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Mld.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ns.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ntp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ospf.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ospf3.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1PartitionedMgr.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Pim.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Policy.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Port.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1PortMapping.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1PortMirMon.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1QoS.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Rdp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Rip.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ripng.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1RouteMap.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1SNMPAgent.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1ServiceMgr.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1SessionMgr.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Slb.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Ssh.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1StackManager.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1System.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1TpDevices.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1TrapMgr.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1UDLD.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1UDPRelay.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VRRP.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VRRP3.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VirtualRouter.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VlanManager.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VlanSTP.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1VlanStacking.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1Wccp.mib X%%WWWDIR%%/mibs/aos/AlcatelIND1WebMgt.mib X%%WWWDIR%%/mibs/aos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.mib X%%WWWDIR%%/mibs/aos/IANA_IFTYPE.mib X%%WWWDIR%%/mibs/aos/IANA_RTPROTO.mib X%%WWWDIR%%/mibs/aos/IEEE_8023_LAG.mib X%%WWWDIR%%/mibs/aos/IEEE_802_1X.mib X%%WWWDIR%%/mibs/aos/IEEE_LLDP_Base.mib X%%WWWDIR%%/mibs/aos/IEEE_LLDP_Dot1.mib X%%WWWDIR%%/mibs/aos/IEEE_LLDP_Dot3.mib X%%WWWDIR%%/mibs/aos/IETF_802_1ag.mib X%%WWWDIR%%/mibs/aos/IETF_BGP4.mib X%%WWWDIR%%/mibs/aos/IETF_BRIDGE.mib X%%WWWDIR%%/mibs/aos/IETF_DVMRP_STD_DRAFT.mib X%%WWWDIR%%/mibs/aos/IETF_ENTITY.mib X%%WWWDIR%%/mibs/aos/IETF_ETHERLIKE.mib X%%WWWDIR%%/mibs/aos/IETF_HCNUM_TC.mib X%%WWWDIR%%/mibs/aos/IETF_IF.mib X%%WWWDIR%%/mibs/aos/IETF_IGMP_STD.mib X%%WWWDIR%%/mibs/aos/IETF_INET_ADDRESS.mib X%%WWWDIR%%/mibs/aos/IETF_IPMCAST.mib X%%WWWDIR%%/mibs/aos/IETF_IPV6.mib X%%WWWDIR%%/mibs/aos/IETF_IPV6_FLOW_LABEL.mib X%%WWWDIR%%/mibs/aos/IETF_IPV6_ICMP.mib X%%WWWDIR%%/mibs/aos/IETF_IPV6_TCP.mib X%%WWWDIR%%/mibs/aos/IETF_IPV6_UDP.mib X%%WWWDIR%%/mibs/aos/IETF_IP_FORWARD.mib X%%WWWDIR%%/mibs/aos/IETF_ISIS.mib X%%WWWDIR%%/mibs/aos/IETF_LANGTAG_TC.mib X%%WWWDIR%%/mibs/aos/IETF_MAU.mib X%%WWWDIR%%/mibs/aos/IETF_MLD_STD.mib X%%WWWDIR%%/mibs/aos/IETF_OSPF.mib X%%WWWDIR%%/mibs/aos/IETF_OSPF3.mib X%%WWWDIR%%/mibs/aos/IETF_OSPF_TRAP.mib X%%WWWDIR%%/mibs/aos/IETF_PIM_BSR.mib X%%WWWDIR%%/mibs/aos/IETF_PIM_STD.mib X%%WWWDIR%%/mibs/aos/IETF_P_BRIDGE.mib X%%WWWDIR%%/mibs/aos/IETF_Q_BRIDGE.mib X%%WWWDIR%%/mibs/aos/IETF_RIPv2.mib X%%WWWDIR%%/mibs/aos/IETF_RMON.mib X%%WWWDIR%%/mibs/aos/IETF_RS_232.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_COMMUNITY.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_FRAMEWORK.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_MPD.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_NOTIFICATION.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_PROXY.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_TARGET.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_USER_BASED_SM.mib X%%WWWDIR%%/mibs/aos/IETF_SNMP_VIEW_BASED_ACM.mib X%%WWWDIR%%/mibs/aos/IETF_SNMPv2.mib X%%WWWDIR%%/mibs/aos/IETF_SNMPv2_IP.mib X%%WWWDIR%%/mibs/aos/IETF_SNMPv2_TCP.mib X%%WWWDIR%%/mibs/aos/IETF_SNMPv2_UDP.mib X%%WWWDIR%%/mibs/aos/IETF_TUNNEL.mib X%%WWWDIR%%/mibs/aos/IETF_VRRP.mib X%%WWWDIR%%/mibs/aos/MPLS-LDP-MIB.mib X%%WWWDIR%%/mibs/aos/MPLS-LSR-MIB.mib X%%WWWDIR%%/mibs/aos/MPLS-TE-MIB.mib X%%WWWDIR%%/mibs/aos/NOVELL_IPX.mib X%%WWWDIR%%/mibs/aos/NOVELL_RIPSAP.mib X%%WWWDIR%%/mibs/aos/SFLOW_RFC3176.mib X%%WWWDIR%%/mibs/aos/TIMETRA-CHASSIS-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-FILTER-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-GLOBAL-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-LDP-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-MPLS-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-OAM-TEST-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-PORT-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-QOS-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-SAP-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-SDP-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-SERV-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-TC-MIB.mib X%%WWWDIR%%/mibs/aos/TIMETRA-VRTR-MIB.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-dhcp-srv-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-dot3-oam-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-lbd-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-lldp-med-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-mvrp-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-ind1-saa-mib.mib X%%WWWDIR%%/mibs/aos/alcatel-static-frr-mib.mib X%%WWWDIR%%/mibs/aos/dot3-oam-mib.mib X%%WWWDIR%%/mibs/extreme-v762b3 X%%WWWDIR%%/mibs/foundry-sn-mac-authentication X%%WWWDIR%%/mibs/foundry-sn-mac-vlan X%%WWWDIR%%/mibs/foundry-sn-mrp X%%WWWDIR%%/mibs/jnx-wx.mib X%%WWWDIR%%/mibs/junos/ENTITY-MIB.my X%%WWWDIR%%/mibs/junos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt X%%WWWDIR%%/mibs/junos/mib-802.3ad.txt X%%WWWDIR%%/mibs/junos/mib-IANA-GMPLS-TC-MIB.txt X%%WWWDIR%%/mibs/junos/mib-IANA-RTPROTO-MIB.txt X%%WWWDIR%%/mibs/junos/mib-IANAifType-MIB.txt X%%WWWDIR%%/mibs/junos/mib-SNMPv2-SMI.txt X%%WWWDIR%%/mibs/junos/mib-SNMPv2-TC.txt X%%WWWDIR%%/mibs/junos/mib-bgpmib.txt X%%WWWDIR%%/mibs/junos/mib-diffServDscp-tc.txt X%%WWWDIR%%/mibs/junos/mib-eso-consortium.txt X%%WWWDIR%%/mibs/junos/mib-ieee8021pae.txt X%%WWWDIR%%/mibs/junos/mib-igmpmib.txt X%%WWWDIR%%/mibs/junos/mib-ilmim.txt X%%WWWDIR%%/mibs/junos/mib-isismib.txt X%%WWWDIR%%/mibs/junos/mib-jnx-analyzer.txt X%%WWWDIR%%/mibs/junos/mib-jnx-atm-cos.txt X%%WWWDIR%%/mibs/junos/mib-jnx-atm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-bfd-exp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-bfd.txt X%%WWWDIR%%/mibs/junos/mib-jnx-bgpmib2.txt X%%WWWDIR%%/mibs/junos/mib-jnx-cfgmgmt.txt X%%WWWDIR%%/mibs/junos/mib-jnx-chas-defines.txt X%%WWWDIR%%/mibs/junos/mib-jnx-chassis-alarm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-chassis-fwdd.txt X%%WWWDIR%%/mibs/junos/mib-jnx-chassis.txt X%%WWWDIR%%/mibs/junos/mib-jnx-coll.txt X%%WWWDIR%%/mibs/junos/mib-jnx-cos.txt X%%WWWDIR%%/mibs/junos/mib-jnx-dcu.txt X%%WWWDIR%%/mibs/junos/mib-jnx-dfc.txt X%%WWWDIR%%/mibs/junos/mib-jnx-event.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ex-mac-notification.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ex-smi.txt X%%WWWDIR%%/mibs/junos/mib-jnx-exp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-firewall.txt X%%WWWDIR%%/mibs/junos/mib-jnx-hostresources.txt X%%WWWDIR%%/mibs/junos/mib-jnx-if-extensions.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ipforward.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ipsec-flow-mon.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ipsec-monitor-asp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ipv4.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ipv6.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-auth.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-cert.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-dns.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-idp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-if-ext.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-ipsec-vpn.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-nat.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-packet-mirror.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-policy.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-screening.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-smi.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-spu-monitoring.txt X%%WWWDIR%%/mibs/junos/mib-jnx-js-utm-av.txt X%%WWWDIR%%/mibs/junos/mib-jnx-jsrpd.txt X%%WWWDIR%%/mibs/junos/mib-jnx-l2ald.txt X%%WWWDIR%%/mibs/junos/mib-jnx-l2cp-features.txt X%%WWWDIR%%/mibs/junos/mib-jnx-l2tp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ldp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-mac.txt X%%WWWDIR%%/mibs/junos/mib-jnx-mimstp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-mpls-ldp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-mpls.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ospfv3mib.txt X%%WWWDIR%%/mibs/junos/mib-jnx-otn.txt X%%WWWDIR%%/mibs/junos/mib-jnx-pae-extension.txt X%%WWWDIR%%/mibs/junos/mib-jnx-pfe.txt X%%WWWDIR%%/mibs/junos/mib-jnx-ping.txt X%%WWWDIR%%/mibs/junos/mib-jnx-pmon.txt X%%WWWDIR%%/mibs/junos/mib-jnx-pwatm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-pwtdm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rmon.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rpf.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rpm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rps.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rsvp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-rtm.txt X%%WWWDIR%%/mibs/junos/mib-jnx-scu.txt X%%WWWDIR%%/mibs/junos/mib-jnx-secure-access-port.txt X%%WWWDIR%%/mibs/junos/mib-jnx-sipcommon.txt X%%WWWDIR%%/mibs/junos/mib-jnx-smi.txt X%%WWWDIR%%/mibs/junos/mib-jnx-sonet.txt X%%WWWDIR%%/mibs/junos/mib-jnx-sonetaps.txt X%%WWWDIR%%/mibs/junos/mib-jnx-sp.txt X%%WWWDIR%%/mibs/junos/mib-jnx-syslog.txt X%%WWWDIR%%/mibs/junos/mib-jnx-traceroute.txt X%%WWWDIR%%/mibs/junos/mib-jnx-user-aaa.txt X%%WWWDIR%%/mibs/junos/mib-jnx-util.txt X%%WWWDIR%%/mibs/junos/mib-jnx-virtualchassis.txt X%%WWWDIR%%/mibs/junos/mib-jnx-vlan.txt X%%WWWDIR%%/mibs/junos/mib-jnx-vpn.txt X%%WWWDIR%%/mibs/junos/mib-l3vpnmib.txt X%%WWWDIR%%/mibs/junos/mib-lldp.txt X%%WWWDIR%%/mibs/junos/mib-mroutemib.txt X%%WWWDIR%%/mibs/junos/mib-msdpmib.txt X%%WWWDIR%%/mibs/junos/mib-ospf2mib.txt X%%WWWDIR%%/mibs/junos/mib-ospf2trap.txt X%%WWWDIR%%/mibs/junos/mib-pimmib.txt X%%WWWDIR%%/mibs/junos/mib-rfc1513.txt X%%WWWDIR%%/mibs/junos/mib-rfc1747.txt X%%WWWDIR%%/mibs/junos/mib-rfc1907.txt X%%WWWDIR%%/mibs/junos/mib-rfc2011a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2012a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2013a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2024a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2115a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2213.txt X%%WWWDIR%%/mibs/junos/mib-rfc2287a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2465.txt X%%WWWDIR%%/mibs/junos/mib-rfc2465tc.txt X%%WWWDIR%%/mibs/junos/mib-rfc2493.txt X%%WWWDIR%%/mibs/junos/mib-rfc2495a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2514.txt X%%WWWDIR%%/mibs/junos/mib-rfc2515a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2571.txt X%%WWWDIR%%/mibs/junos/mib-rfc2572.txt X%%WWWDIR%%/mibs/junos/mib-rfc2574.txt X%%WWWDIR%%/mibs/junos/mib-rfc2575.txt X%%WWWDIR%%/mibs/junos/mib-rfc2576.txt X%%WWWDIR%%/mibs/junos/mib-rfc2662.txt X%%WWWDIR%%/mibs/junos/mib-rfc2662tc.txt X%%WWWDIR%%/mibs/junos/mib-rfc2665a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2787a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2790a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2790type.txt X%%WWWDIR%%/mibs/junos/mib-rfc2819a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2851.txt X%%WWWDIR%%/mibs/junos/mib-rfc2856a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2863a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2922.txt X%%WWWDIR%%/mibs/junos/mib-rfc2925a.txt X%%WWWDIR%%/mibs/junos/mib-rfc2925b.txt X%%WWWDIR%%/mibs/junos/mib-rfc2932.txt X%%WWWDIR%%/mibs/junos/mib-rfc3020.txt X%%WWWDIR%%/mibs/junos/mib-rfc3289.txt X%%WWWDIR%%/mibs/junos/mib-rfc3413.txt X%%WWWDIR%%/mibs/junos/mib-rfc3413notify.txt X%%WWWDIR%%/mibs/junos/mib-rfc3413target.txt X%%WWWDIR%%/mibs/junos/mib-rfc3417.txt X%%WWWDIR%%/mibs/junos/mib-rfc3419.txt X%%WWWDIR%%/mibs/junos/mib-rfc3591.txt X%%WWWDIR%%/mibs/junos/mib-rfc3592.txt X%%WWWDIR%%/mibs/junos/mib-rfc3621.txt X%%WWWDIR%%/mibs/junos/mib-rfc3811.txt X%%WWWDIR%%/mibs/junos/mib-rfc3812.txt X%%WWWDIR%%/mibs/junos/mib-rfc3813.txt X%%WWWDIR%%/mibs/junos/mib-rfc3896.txt X%%WWWDIR%%/mibs/junos/mib-rfc4188.txt X%%WWWDIR%%/mibs/junos/mib-rfc4318.txt X%%WWWDIR%%/mibs/junos/mib-rfc4363a.txt X%%WWWDIR%%/mibs/junos/mib-rfc4363b.txt X%%WWWDIR%%/mibs/junos/mib-rfc4502.txt X%%WWWDIR%%/mibs/junos/mib-rfc4801.txt X%%WWWDIR%%/mibs/junos/mib-rfc4802.txt X%%WWWDIR%%/mibs/junos/mib-rfc4803.txt X%%WWWDIR%%/mibs/junos/mib-rtmib.txt X%%WWWDIR%%/mibs/junos/mib-vpntcmib.txt X%%WWWDIR%%/mibs/junose/DIFFSERV-DSCP-TC.my X%%WWWDIR%%/mibs/junose/DIFFSERV-MIB.my X%%WWWDIR%%/mibs/junose/IANA-ADDRESS-FAMILY-NUMBERS-MIB.mi2 X%%WWWDIR%%/mibs/junose/IANA-RTPROTO-MIB.mi2 X%%WWWDIR%%/mibs/junose/IANAifType-MIB.mi2 X%%WWWDIR%%/mibs/junose/INET-ADDRESS-MIB.my X%%WWWDIR%%/mibs/junose/INTEGRATED-SERVICES-MIB.my X%%WWWDIR%%/mibs/junose/af-nm-0095_001_mib.mi2 X%%WWWDIR%%/mibs/junose/broken/juniAccountingAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniAtmProfileAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniDosProtectionPlat.mi2 X%%WWWDIR%%/mibs/junose/broken/juniDosProtectionPlatformAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniHttp.mi2 X%%WWWDIR%%/mibs/junose/broken/juniIgmpAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniInternetAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniIp.mi2 X%%WWWDIR%%/mibs/junose/broken/juniIpv6ProfileAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniMRouterAC.mi2 X%%WWWDIR%%/mibs/junose/broken/juniMplsAC.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-atommib-sonetaps-mib-05-juni.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-bridge-bridgemib-smiv2-05.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-disman-event-mib-v2-01.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-idmr-dvmrp-mib-11-juni.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-idr-bgp4-mib-07.mi2 X%%WWWDIR%%/mibs/junose/draft-ietf-idr-bgp4-mibv2-03-jnx.mi2 X%%WWWDIR%%/mibs/junose/jnxExperiment.mi2 X%%WWWDIR%%/mibs/junose/jnxSmi.mi2 X%%WWWDIR%%/mibs/junose/juniAaa.mi2 X%%WWWDIR%%/mibs/junose/juniAaaServerAC.mi2 X%%WWWDIR%%/mibs/junose/juniAcctng.mi2 X%%WWWDIR%%/mibs/junose/juniAddrPool.mi2 X%%WWWDIR%%/mibs/junose/juniAgents.mi2 X%%WWWDIR%%/mibs/junose/juniAtm.mi2 X%%WWWDIR%%/mibs/junose/juniAtmAC.mi2 X%%WWWDIR%%/mibs/junose/juniAtmProfile.mi2 X%%WWWDIR%%/mibs/junose/juniAutoconf.mi2 X%%WWWDIR%%/mibs/junose/juniAutoconfAC.mi2 X%%WWWDIR%%/mibs/junose/juniBgp.mi2 X%%WWWDIR%%/mibs/junose/juniBgpAC.mi2 X%%WWWDIR%%/mibs/junose/juniBridge.mi2 X%%WWWDIR%%/mibs/junose/juniBridgeAC.mi2 X%%WWWDIR%%/mibs/junose/juniBridgeEthernet.mi2 X%%WWWDIR%%/mibs/junose/juniBridgedEthernetAC.mi2 X%%WWWDIR%%/mibs/junose/juniBridgingMgr.mi2 X%%WWWDIR%%/mibs/junose/juniBridgingMgrAC.mi2 X%%WWWDIR%%/mibs/junose/juniCli.mi2 X%%WWWDIR%%/mibs/junose/juniCliAC.mi2 X%%WWWDIR%%/mibs/junose/juniCops.mi2 X%%WWWDIR%%/mibs/junose/juniCopsAC.mi2 X%%WWWDIR%%/mibs/junose/juniDhcp.mi2 X%%WWWDIR%%/mibs/junose/juniDhcpAC.mi2 X%%WWWDIR%%/mibs/junose/juniDhcpv6.mi2 X%%WWWDIR%%/mibs/junose/juniDhcpv6AC.mi2 X%%WWWDIR%%/mibs/junose/juniDismanEvent.mi2 X%%WWWDIR%%/mibs/junose/juniDns.mi2 X%%WWWDIR%%/mibs/junose/juniDnsAC.mi2 X%%WWWDIR%%/mibs/junose/juniDosProtection.mi2 X%%WWWDIR%%/mibs/junose/juniDosProtectionAC.mi2 X%%WWWDIR%%/mibs/junose/juniDs1.mi2 X%%WWWDIR%%/mibs/junose/juniDs1AC.mi2 X%%WWWDIR%%/mibs/junose/juniDs3.mi2 X%%WWWDIR%%/mibs/junose/juniDs3AC.mi2 X%%WWWDIR%%/mibs/junose/juniDvmrp.mi2 X%%WWWDIR%%/mibs/junose/juniDvmrpAC.mi2 X%%WWWDIR%%/mibs/junose/juniEntityAC.mi2 X%%WWWDIR%%/mibs/junose/juniErxRegistry.mi2 X%%WWWDIR%%/mibs/junose/juniErxSystem.mi2 X%%WWWDIR%%/mibs/junose/juniErxSystemAC.mi2 X%%WWWDIR%%/mibs/junose/juniEs2Registry.mi2 X%%WWWDIR%%/mibs/junose/juniEthernet.mi2 X%%WWWDIR%%/mibs/junose/juniEthernetAC.mi2 X%%WWWDIR%%/mibs/junose/juniEventMgrAC.mi2 X%%WWWDIR%%/mibs/junose/juniExperiment.mi2 X%%WWWDIR%%/mibs/junose/juniFileTransferAC.mi2 X%%WWWDIR%%/mibs/junose/juniFileXfer.mi2 X%%WWWDIR%%/mibs/junose/juniFr.mi2 X%%WWWDIR%%/mibs/junose/juniFractionalT1AC.mi2 X%%WWWDIR%%/mibs/junose/juniFrameRelayAC.mi2 X%%WWWDIR%%/mibs/junose/juniFt1.mi2 X%%WWWDIR%%/mibs/junose/juniHaRedundancyAC.mi2 X%%WWWDIR%%/mibs/junose/juniHdlc.mi2 X%%WWWDIR%%/mibs/junose/juniHdlcAC.mi2 X%%WWWDIR%%/mibs/junose/juniHost.mi2 X%%WWWDIR%%/mibs/junose/juniHttpProfile.mi2 X%%WWWDIR%%/mibs/junose/juniIf.mi2 X%%WWWDIR%%/mibs/junose/juniIgmp.mi2 X%%WWWDIR%%/mibs/junose/juniIke.mi2 X%%WWWDIR%%/mibs/junose/juniIkeAC.mi2 X%%WWWDIR%%/mibs/junose/juniInterfacesAC.mi2 X%%WWWDIR%%/mibs/junose/juniIpPolicy.mi2 X%%WWWDIR%%/mibs/junose/juniIpPolicyAC.mi2 X%%WWWDIR%%/mibs/junose/juniIpProfile.mi2 X%%WWWDIR%%/mibs/junose/juniIpProfileAC.mi2 X%%WWWDIR%%/mibs/junose/juniIpTunnel.mi2 X%%WWWDIR%%/mibs/junose/juniIpTunnelAC.mi2 X%%WWWDIR%%/mibs/junose/juniIpsecTunnel.mi2 X%%WWWDIR%%/mibs/junose/juniIpsecTunnelAC.mi2 X%%WWWDIR%%/mibs/junose/juniIpv6Profile.mi2 X%%WWWDIR%%/mibs/junose/juniIsIs.mi2 X%%WWWDIR%%/mibs/junose/juniIsisAC.mi2 X%%WWWDIR%%/mibs/junose/juniL2tp.mi2 X%%WWWDIR%%/mibs/junose/juniL2tpAC.mi2 X%%WWWDIR%%/mibs/junose/juniL2tpDialout.mi2 X%%WWWDIR%%/mibs/junose/juniL2tpDialoutGeneratorAC.mi2 X%%WWWDIR%%/mibs/junose/juniLicense.mi2 X%%WWWDIR%%/mibs/junose/juniLicenseMgrAC.mi2 X%%WWWDIR%%/mibs/junose/juniLocalAddressServerAC.mi2 X%%WWWDIR%%/mibs/junose/juniLog.mi2 X%%WWWDIR%%/mibs/junose/juniLogAC.mi2 X%%WWWDIR%%/mibs/junose/juniMRouter.mi2 X%%WWWDIR%%/mibs/junose/juniMibs.mi2 X%%WWWDIR%%/mibs/junose/juniNotificationLogAC.mi2 X%%WWWDIR%%/mibs/junose/juniNsLookupAC.mi2 X%%WWWDIR%%/mibs/junose/juniOspf.mi2 X%%WWWDIR%%/mibs/junose/juniOspfAC.mi2 X%%WWWDIR%%/mibs/junose/juniPacketMirror.mi2 X%%WWWDIR%%/mibs/junose/juniPacketMirrorAC.mi2 X%%WWWDIR%%/mibs/junose/juniPim.mi2 X%%WWWDIR%%/mibs/junose/juniPimAC.mi2 X%%WWWDIR%%/mibs/junose/juniPingAC.mi2 X%%WWWDIR%%/mibs/junose/juniPolicy.mi2 X%%WWWDIR%%/mibs/junose/juniPolicyManagerAC.mi2 X%%WWWDIR%%/mibs/junose/juniPpp.mi2 X%%WWWDIR%%/mibs/junose/juniPppAC.mi2 X%%WWWDIR%%/mibs/junose/juniPppProfile.mi2 X%%WWWDIR%%/mibs/junose/juniPppProfileAC.mi2 X%%WWWDIR%%/mibs/junose/juniPppoe.mi2 X%%WWWDIR%%/mibs/junose/juniPppoeAC.mi2 X%%WWWDIR%%/mibs/junose/juniPppoeProfile.mi2 X%%WWWDIR%%/mibs/junose/juniPppoeProfileAC.mi2 X%%WWWDIR%%/mibs/junose/juniProducts.mi2 X%%WWWDIR%%/mibs/junose/juniProfile.mi2 X%%WWWDIR%%/mibs/junose/juniProfileAC.mi2 X%%WWWDIR%%/mibs/junose/juniQos.mi2 X%%WWWDIR%%/mibs/junose/juniQosManagerAC.mi2 X%%WWWDIR%%/mibs/junose/juniRadClient.mi2 X%%WWWDIR%%/mibs/junose/juniRadDiscon.mi2 X%%WWWDIR%%/mibs/junose/juniRadProxy.mi2 X%%WWWDIR%%/mibs/junose/juniRadRequest.mi2 X%%WWWDIR%%/mibs/junose/juniRadiusClientAC.mi2 X%%WWWDIR%%/mibs/junose/juniRadiusDisconnectAC.mi2 X%%WWWDIR%%/mibs/junose/juniRadiusProxyAC.mi2 X%%WWWDIR%%/mibs/junose/juniRedundancy.mi2 X%%WWWDIR%%/mibs/junose/juniRegistry.mi2 X%%WWWDIR%%/mibs/junose/juniRipAC.mi2 X%%WWWDIR%%/mibs/junose/juniRouter.mi2 X%%WWWDIR%%/mibs/junose/juniRouterAC.mi2 X%%WWWDIR%%/mibs/junose/juniSlep.mi2 X%%WWWDIR%%/mibs/junose/juniSlepAC.mi2 X%%WWWDIR%%/mibs/junose/juniSmi.mi2 X%%WWWDIR%%/mibs/junose/juniSnmp.mi2 X%%WWWDIR%%/mibs/junose/juniSnmpAC.mi2 X%%WWWDIR%%/mibs/junose/juniSonet.mi2 X%%WWWDIR%%/mibs/junose/juniSonetAC.mi2 X%%WWWDIR%%/mibs/junose/juniSscClient.mi2 X%%WWWDIR%%/mibs/junose/juniSscClientAC.mi2 X%%WWWDIR%%/mibs/junose/juniSubscriber.mi2 X%%WWWDIR%%/mibs/junose/juniSubscriberAC.mi2 X%%WWWDIR%%/mibs/junose/juniSysClockAC.mi2 X%%WWWDIR%%/mibs/junose/juniSystem.mi2 X%%WWWDIR%%/mibs/junose/juniSystemClock.mi2 X%%WWWDIR%%/mibs/junose/juniTSM.mi2 X%%WWWDIR%%/mibs/junose/juniTacacsPlusClientAC.mi2 X%%WWWDIR%%/mibs/junose/juniTc.mi2 X%%WWWDIR%%/mibs/junose/juniTcsClient.mi2 X%%WWWDIR%%/mibs/junose/juniTraceRouteAC.mi2 X%%WWWDIR%%/mibs/junose/juniTsmAC.mi2 X%%WWWDIR%%/mibs/junose/juniV35.mi2 X%%WWWDIR%%/mibs/junose/juniV35AC.mi2 X%%WWWDIR%%/mibs/junose/juniVrrpAC.mi2 X%%WWWDIR%%/mibs/junose/rfc1155.smi X%%WWWDIR%%/mibs/junose/rfc1158.mib X%%WWWDIR%%/mibs/junose/rfc1212.smi X%%WWWDIR%%/mibs/junose/rfc1213.mib X%%WWWDIR%%/mibs/junose/rfc1215.smi X%%WWWDIR%%/mibs/junose/rfc1471.mib X%%WWWDIR%%/mibs/junose/rfc1473.mib X%%WWWDIR%%/mibs/junose/rfc1724.mi2 X%%WWWDIR%%/mibs/junose/rfc1850.mi2 X%%WWWDIR%%/mibs/junose/rfc1850t.mi2 X%%WWWDIR%%/mibs/junose/rfc2011.mi2 X%%WWWDIR%%/mibs/junose/rfc2012.mi2 X%%WWWDIR%%/mibs/junose/rfc2013.mi2 X%%WWWDIR%%/mibs/junose/rfc2096.mi2 X%%WWWDIR%%/mibs/junose/rfc2115.mi2 X%%WWWDIR%%/mibs/junose/rfc2358.mi2 X%%WWWDIR%%/mibs/junose/rfc2465tc.mi2 X%%WWWDIR%%/mibs/junose/rfc2493.mi2 X%%WWWDIR%%/mibs/junose/rfc2495.mi2 X%%WWWDIR%%/mibs/junose/rfc2496.mi2 X%%WWWDIR%%/mibs/junose/rfc2513.mi2 X%%WWWDIR%%/mibs/junose/rfc2514.mi2 X%%WWWDIR%%/mibs/junose/rfc2515.mi2 X%%WWWDIR%%/mibs/junose/rfc2558.mi2 X%%WWWDIR%%/mibs/junose/rfc2578.smi X%%WWWDIR%%/mibs/junose/rfc2579.smi X%%WWWDIR%%/mibs/junose/rfc2580.smi X%%WWWDIR%%/mibs/junose/rfc2619.mi2 X%%WWWDIR%%/mibs/junose/rfc2621.mi2 X%%WWWDIR%%/mibs/junose/rfc2737.mi2 X%%WWWDIR%%/mibs/junose/rfc2787.mi2 X%%WWWDIR%%/mibs/junose/rfc2790.mi2 X%%WWWDIR%%/mibs/junose/rfc2863.mi2 X%%WWWDIR%%/mibs/junose/rfc2864.mi2 X%%WWWDIR%%/mibs/junose/rfc2925n.mi2 X%%WWWDIR%%/mibs/junose/rfc2925p.mi2 X%%WWWDIR%%/mibs/junose/rfc2925t.mi2 X%%WWWDIR%%/mibs/junose/rfc2932.mi2 X%%WWWDIR%%/mibs/junose/rfc2933.mi2 X%%WWWDIR%%/mibs/junose/rfc2934.mi2 X%%WWWDIR%%/mibs/junose/rfc3014.mi2 X%%WWWDIR%%/mibs/junose/rfc3291.mi2 X%%WWWDIR%%/mibs/junose/rfc3411.mi2 X%%WWWDIR%%/mibs/junose/rfc3412.mi2 X%%WWWDIR%%/mibs/junose/rfc3413n.mi2 X%%WWWDIR%%/mibs/junose/rfc3413t.mi2 X%%WWWDIR%%/mibs/junose/rfc3414.mi2 X%%WWWDIR%%/mibs/junose/rfc3415.mi2 X%%WWWDIR%%/mibs/junose/rfc3417.mi2 X%%WWWDIR%%/mibs/junose/rfc3418.mi2 X%%WWWDIR%%/mibs/junose/rfc3419.mi2 X%%WWWDIR%%/mibs/junose/rfc3498.mi2 X%%WWWDIR%%/mibs/junose/rfc3606.mi2 X%%WWWDIR%%/mibs/junose/rfc3811.mi2 X%%WWWDIR%%/mibs/junose/rfc3813.mi2 X%%WWWDIR%%/mibs/junose/rfc3814.mi2 X%%WWWDIR%%/mibs/junose/rfc3815gen.mi2 X%%WWWDIR%%/mibs/junose/rfc3815std.mi2 X%%WWWDIR%%/mibs/junose/rfc4001.mi2 X%%WWWDIR%%/mibs/junose/rfc4022.mi2 X%%WWWDIR%%/mibs/junose/rfc4113.mi2 X%%WWWDIR%%/mibs/junose/rfc4292.mi2 X%%WWWDIR%%/mibs/netbotz320.mib X%%WWWDIR%%/mibs/process.pl X%%WWWDIR%%/mibs/rfc1451.mi1 X%%WWWDIR%%/mibs/vmware/VMWARE-AGENTCAP-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-ENV-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-OBSOLETE-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-PRODUCTS-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-RESOURCES-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-ROOT-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-SYSTEM-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-TC-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-VC-EVENT-MIB.mib X%%WWWDIR%%/mibs/vmware/VMWARE-VMINFO-MIB.mib X%%WWWDIR%%/poll-billing.php X%%WWWDIR%%/poll-device.php X%%WWWDIR%%/poller.php X%%WWWDIR%%/renamehost.php X%%WWWDIR%%/scripts/apache-stats X%%WWWDIR%%/scripts/apache-stats.py X%%WWWDIR%%/scripts/cron-hourly.sh X%%WWWDIR%%/scripts/cron-minute.sh X%%WWWDIR%%/scripts/cron.sh X%%WWWDIR%%/scripts/distro X%%WWWDIR%%/scripts/geshi-ios.php X%%WWWDIR%%/scripts/get-geshi.sh X%%WWWDIR%%/scripts/get-jpgraph.sh X%%WWWDIR%%/scripts/mysql-stats X%%WWWDIR%%/scripts/mysql_stats.php X%%WWWDIR%%/scripts/nginx-stats X%%WWWDIR%%/scripts/postfix-queues X%%WWWDIR%%/scripts/removespikes.php X%%WWWDIR%%/scripts/removespikes.pl X%%WWWDIR%%/scripts/update-sql.php X%%WWWDIR%%/snmp.conf.example X%%WWWDIR%%/snmpd.conf.example X%%WWWDIR%%/snmptrap.php X%%WWWDIR%%/syslog.php X%%WWWDIR%%/upgrade-scripts/fix-events.php X%%WWWDIR%%/upgrade-scripts/fix-port-rrd.php X%%WWWDIR%%/upgrade-scripts/fix-sensor-rrd.php X@dirrm %%WWWDIR%%/upgrade-scripts X@dirrm %%WWWDIR%%/scripts X@dirrm %%WWWDIR%%/mibs/vmware X@dirrm %%WWWDIR%%/mibs/junose/broken X@dirrm %%WWWDIR%%/mibs/junose X@dirrm %%WWWDIR%%/mibs/junos X@dirrm %%WWWDIR%%/mibs/aos X@dirrm %%WWWDIR%%/mibs X@dirrm %%WWWDIR%%/includes/snmptrap X@dirrm %%WWWDIR%%/includes/services/telnet X@dirrm %%WWWDIR%%/includes/services/ssh X@dirrm %%WWWDIR%%/includes/services/spop X@dirrm %%WWWDIR%%/includes/services/smtp X@dirrm %%WWWDIR%%/includes/services/simap X@dirrm %%WWWDIR%%/includes/services/pop X@dirrm %%WWWDIR%%/includes/services/mysql X@dirrm %%WWWDIR%%/includes/services/imap X@dirrm %%WWWDIR%%/includes/services/http X@dirrm %%WWWDIR%%/includes/services/ftp X@dirrm %%WWWDIR%%/includes/services/dns X@dirrm %%WWWDIR%%/includes/services X@dirrm %%WWWDIR%%/includes/polling/os X@dirrm %%WWWDIR%%/includes/polling/mempools X@dirrm %%WWWDIR%%/includes/polling/applications X@dirrm %%WWWDIR%%/includes/polling X@dirrm %%WWWDIR%%/includes/discovery/voltages X@dirrm %%WWWDIR%%/includes/discovery/temperatures X@dirrm %%WWWDIR%%/includes/discovery/storage X@dirrm %%WWWDIR%%/includes/discovery/processors X@dirrm %%WWWDIR%%/includes/discovery/power X@dirrm %%WWWDIR%%/includes/discovery/os X@dirrm %%WWWDIR%%/includes/discovery/mempools X@dirrm %%WWWDIR%%/includes/discovery/humidity X@dirrm %%WWWDIR%%/includes/discovery/frequencies X@dirrm %%WWWDIR%%/includes/discovery/fanspeeds X@dirrm %%WWWDIR%%/includes/discovery/current X@dirrm %%WWWDIR%%/includes/discovery X@dirrm %%WWWDIR%%/includes X@dirrm %%WWWDIR%%/html/pages/search X@dirrm %%WWWDIR%%/html/pages/routing X@dirrm %%WWWDIR%%/html/pages/ports X@dirrm %%WWWDIR%%/html/pages/health X@dirrm %%WWWDIR%%/html/pages/front X@dirrm %%WWWDIR%%/html/pages/device/routing X@dirrm %%WWWDIR%%/html/pages/device/ports X@dirrm %%WWWDIR%%/html/pages/device/port X@dirrm %%WWWDIR%%/html/pages/device/overview/sensors X@dirrm %%WWWDIR%%/html/pages/device/overview/generic X@dirrm %%WWWDIR%%/html/pages/device/overview X@dirrm %%WWWDIR%%/html/pages/device/health X@dirrm %%WWWDIR%%/html/pages/device/graphs X@dirrm %%WWWDIR%%/html/pages/device/edit X@dirrm %%WWWDIR%%/html/pages/device/apps X@dirrm %%WWWDIR%%/html/pages/device X@dirrm %%WWWDIR%%/html/pages/bill X@dirrm %%WWWDIR%%/html/pages X@dirrm %%WWWDIR%%/html/js/qtip X@dirrm %%WWWDIR%%/html/js/jqplot/plugins X@dirrm %%WWWDIR%%/html/js/jqplot/examples/jquery-ui/js X@dirrm %%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness/images X@dirrm %%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css/ui-lightness X@dirrm %%WWWDIR%%/html/js/jqplot/examples/jquery-ui/css X@dirrm %%WWWDIR%%/html/js/jqplot/examples/jquery-ui X@dirrm %%WWWDIR%%/html/js/jqplot/examples X@dirrm %%WWWDIR%%/html/js/jqplot/docs/styles X@dirrm %%WWWDIR%%/html/js/jqplot/docs/search X@dirrm %%WWWDIR%%/html/js/jqplot/docs/javascript X@dirrm %%WWWDIR%%/html/js/jqplot/docs/index X@dirrm %%WWWDIR%%/html/js/jqplot/docs/files/plugins X@dirrm %%WWWDIR%%/html/js/jqplot/docs/files/images X@dirrm %%WWWDIR%%/html/js/jqplot/docs/files X@dirrm %%WWWDIR%%/html/js/jqplot/docs X@dirrm %%WWWDIR%%/html/js/jqplot X@dirrm %%WWWDIR%%/html/js/Mini X@dirrm %%WWWDIR%%/html/js X@dirrm %%WWWDIR%%/html/includes/jpgraph/src/lang X@dirrm %%WWWDIR%%/html/includes/jpgraph/src X@dirrm %%WWWDIR%%/html/includes/jpgraph/docs X@dirrm %%WWWDIR%%/html/includes/jpgraph X@dirrm %%WWWDIR%%/html/includes/graphs/storage X@dirrm %%WWWDIR%%/html/includes/graphs/service X@dirrm %%WWWDIR%%/html/includes/graphs/sensor X@dirrm %%WWWDIR%%/html/includes/graphs/processor X@dirrm %%WWWDIR%%/html/includes/graphs/port X@dirrm %%WWWDIR%%/html/includes/graphs/multiport X@dirrm %%WWWDIR%%/html/includes/graphs/mempool X@dirrm %%WWWDIR%%/html/includes/graphs/macaccounting X@dirrm %%WWWDIR%%/html/includes/graphs/diskio X@dirrm %%WWWDIR%%/html/includes/graphs/device X@dirrm %%WWWDIR%%/html/includes/graphs/customer X@dirrm %%WWWDIR%%/html/includes/graphs/cefswitching X@dirrm %%WWWDIR%%/html/includes/graphs/bill X@dirrm %%WWWDIR%%/html/includes/graphs/bgp X@dirrm %%WWWDIR%%/html/includes/graphs/atmvp X@dirrm %%WWWDIR%%/html/includes/graphs/application X@dirrm %%WWWDIR%%/html/includes/graphs X@dirrm %%WWWDIR%%/html/includes/geshi/geshi X@dirrm %%WWWDIR%%/html/includes/geshi/docs X@dirrm %%WWWDIR%%/html/includes/geshi X@dirrm %%WWWDIR%%/html/includes/collectd X@dirrm %%WWWDIR%%/html/includes/authentication X@dirrm %%WWWDIR%%/html/includes X@dirrm %%WWWDIR%%/html/images/tabs X@dirrm %%WWWDIR%%/html/images/small X@dirrm %%WWWDIR%%/html/images/os X@dirrm %%WWWDIR%%/html/images/neu X@dirrm %%WWWDIR%%/html/images/lang X@dirrm %%WWWDIR%%/html/images/icons/overview X@dirrm %%WWWDIR%%/html/images/icons/greyscale X@dirrm %%WWWDIR%%/html/images/icons/flags X@dirrm %%WWWDIR%%/html/images/icons X@dirrm %%WWWDIR%%/html/images/devices X@dirrm %%WWWDIR%%/html/images/16 X@dirrm %%WWWDIR%%/html/images X@dirrm %%WWWDIR%%/html/css X@dirrm %%WWWDIR%%/html X@dirrm %%WWWDIR%%/contrib X@dirrm %%WWWDIR%%/attic/html_pages_routing_overview X@dirrm %%WWWDIR%%/attic X@dirrmtry %%WWWDIR%% X@exec mkdir -p %D/%%WWWDIR%%/includes/discovery/power 3aaf0dc9ed9d7fcbd6b6d7f9f95d767f echo x - net-mgmt/observium/Makefile sed 's/^X//' >net-mgmt/observium/Makefile << '5b46f387b9a97798f3f63a5548a34100' X# Ports collection makefile for: observium X# Date created: 2010-02-12 X# Whom: rflynn@acsalaska.net X# X# $Redports: melflynn/net-mgmt/observium/Makefile 2038 2012-02-17 17:57:35Z melflynn $ X# $FreeBSD$ X# X XPORTNAME= observium XPORTVERSION= 0.11.5.2261 XCATEGORIES= net-mgmt XMASTER_SITES= http://observium.org/ \ X http://cpansearch.perl.org/src/BBB/Net-Ping-2.31/demo/ X XMAINTAINER= rflynn@acsalaska.net XCOMMENT= Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring X XDISTNAME= ${PORTNAME}-latest XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_PHP= snmp ctype gd mysql session xml XWANT_PHP_CLI= yes X XLICENSE= GPLv3 X XRUN_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool \ X dot:${PORTSDIR}/graphics/graphviz \ X Magick-config:${PORTSDIR}/graphics/ImageMagick \ X mtr:${PORTSDIR}/net/mtr-nox11 \ X ${LOCALBASE}/share/pear/Net/IPv4.php:${PORTSDIR}/net/pear-Net_IPv4 \ X ${LOCALBASE}/share/pear/Net/IPv6.php:${PORTSDIR}/net/pear-Net_IPv6 \ X snmpget:${PORTSDIR}/net-mgmt/net-snmp X XOPTIONS= APACHEMOD "Use php with apache22+ module" On \ X MYSQLD "Use local MySQL server" Off \ X JAIL "This is a jail install" Off XSUB_FILES+= pkg-message XSUB_LIST+= PHP="${PHPBASE}/bin/php" X X.include X.if defined(PACKAGE_BUILDING) XWITHOUT_APACHEMOD=yes # Package builder doesn't create php5 with module X.endif X X.if !defined(WITHOUT_APACHEMOD) XWANT_PHP_MOD= yes XUSE_APACHE= 22+ X.else XWANT_PHP_WEB= yes X.endif X X.if !defined(WITHOUT_MYSQLD) XUSE_MYSQL= server X.else XUSE_MYSQL= client X.endif X X.if defined(WITH_JAIL) XRUN_DEPENDS+= ${SITE_PERL}/Net/Ping.pm:${PORTSDIR}/net/p5-Net-Ping XDISTFILES+= fping XSUB_LIST+= FPING="${LOCALBASE}/bin/fping-perl" XPLIST_FILES+= bin/fping-perl X.else XRUN_DEPENDS+= fping:${PORTSDIR}/net/fping XSUB_LIST+= FPING="${LOCALBASE}/sbin/fping" X.endif X X.include Xpost-extract: X @${FIND} ${WRKSRC} -name '.svn' -exec ${RM} -rf {} + X.if defined(WITH_JAIL) X @${CP} ${DISTDIR}/fping ${WRKDIR}/fping X.endif X Xdo-build: X.if defined(WITH_JAIL) X @${REINPLACE_CMD} -e 's,^#!.*$$,#!${PERL},' ${WRKDIR}/fping X.endif X @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} \ X -e 's,#!/usr/bin/perl,${PERL5},' X @${REINPLACE_CMD} -E 's,<\?=([^?]+)\?>,,g' \ X ${WRKSRC}/html/graph-realtime.php X Xdo-install: X @${MKDIR} ${WWWDIR} X @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} \ X "-not -name COPYING -a -not -name *.bak -print" X.if defined(WITH_JAIL) X @${INSTALL_SCRIPT} ${WRKDIR}/fping ${PREFIX}/bin/fping-perl X.endif X Xpost-install: X @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} X X X.include 5b46f387b9a97798f3f63a5548a34100 echo x - net-mgmt/observium/distinfo sed 's/^X//' >net-mgmt/observium/distinfo << '2e1f49532939359ad73169ced3fbe8c7' XSHA256 (observium-latest.tar.gz) = f1896cc7799656650f5dd8b1c3c60b78cfc155ec0c828f906bdfcc088f556dde XSIZE (observium-latest.tar.gz) = 30828714 XSHA256 (fping) = 2ec7132c32cae5006731d416b2340e405cad028dd83c01438131a8a0373e5524 XSIZE (fping) = 5059 2e1f49532939359ad73169ced3fbe8c7 echo x - net-mgmt/observium/pkg-descr sed 's/^X//' >net-mgmt/observium/pkg-descr << '98c180c1a6bc285a2ca7c420b3755446' XObservium is an autodiscovering PHP/MySQL/SNMP based network monitoring Xwhich includes support for a wide range of network hardware and Xoperating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, XFoundry, HP and many more. X XObservium has grown out of a lack of easy to configure network Xmonitoring platforms. It is intended to provide a more navigable Xinterface to the health and performance of your network. Its design Xgoals include collecting as much historical data about devices as Xpossible, being completely autodiscovered with little or no manual Xintervention, and having a very intuitive interface. X XWWW: http://observium.org 98c180c1a6bc285a2ca7c420b3755446 echo x - net-mgmt/observium/files/pkg-message.in sed 's/^X//' >net-mgmt/observium/files/pkg-message.in << 'b47ba10d7684f80f2289dea8aeaeabc7' X=== Configuration details === XYou can mostly follow the guide at: Xhttp://observium.org/wiki/FreeBSD_SVN_Installation X Xwith the following notes: X- Installation directory is %%WWWDIR%% X- $config['fping'] should be set to '%%FPING%%' X- The following lines should be added to /etc/crontab: X X33 */6 * * * www cd %%WWWDIR%% && %%PHP%% discovery.php -h all > /dev/null 2>&1 X*/5 * * * * www cd %%WWWDIR%% && %%PHP%% discovery.php -h new > /dev/null 2>&1 X*/5 * * * * www cd %%WWWDIR%% && %%PHP%% poller.php -h all > /dev/null 2>&1 b47ba10d7684f80f2289dea8aeaeabc7 exit --- observium-0.11.5.2261.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 20:05:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BE5E1065674; Fri, 17 Feb 2012 20:05:01 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DFD858FC0C; Fri, 17 Feb 2012 20:05:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HK50M7010583; Fri, 17 Feb 2012 20:05:00 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HK50PS010579; Fri, 17 Feb 2012 20:05:00 GMT (envelope-from scheidell) Date: Fri, 17 Feb 2012 20:05:00 GMT Message-Id: <201202172005.q1HK50PS010579@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164841: Update port deskutils/calibre to 0.8.38 and fix Python conflict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 20:05:01 -0000 Synopsis: Update port deskutils/calibre to 0.8.38 and fix Python conflict Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Feb 17 20:05:00 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164841 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 20:11:47 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08BAC1065672; Fri, 17 Feb 2012 20:11:47 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D03C98FC0A; Fri, 17 Feb 2012 20:11:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HKBkga018968; Fri, 17 Feb 2012 20:11:46 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HKBkiY018962; Fri, 17 Feb 2012 20:11:46 GMT (envelope-from scheidell) Date: Fri, 17 Feb 2012 20:11:46 GMT Message-Id: <201202172011.q1HKBkiY018962@freefall.freebsd.org> To: kevin.mcaleavey@knosproject.com, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/163948: Python incompatibility on ports: deskutils/calibre X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 20:11:47 -0000 Synopsis: Python incompatibility on ports: deskutils/calibre State-Changed-From-To: open->closed State-Changed-By: scheidell State-Changed-When: Fri Feb 17 20:11:46 UTC 2012 State-Changed-Why: Duplicate of 164841 http://www.freebsd.org/cgi/query-pr.cgi?pr=163948 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 20:30:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC2C8106564A; Fri, 17 Feb 2012 20:30:02 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1BF8FC0C; Fri, 17 Feb 2012 20:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HKU2HO029505; Fri, 17 Feb 2012 20:30:02 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HKU2pR029501; Fri, 17 Feb 2012 20:30:02 GMT (envelope-from scheidell) Date: Fri, 17 Feb 2012 20:30:02 GMT Message-Id: <201202172030.q1HKU2pR029501@freefall.freebsd.org> To: scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165160: math/coinmp needs to use libtool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 20:30:02 -0000 Synopsis: math/coinmp needs to use libtool Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Feb 17 20:30:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165160 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 21:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD422106566B for ; Fri, 17 Feb 2012 21:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 857398FC0C for ; Fri, 17 Feb 2012 21:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HL0PUS057340 for ; Fri, 17 Feb 2012 21:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HL0P3Q057336; Fri, 17 Feb 2012 21:00:25 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 21:00:25 GMT Resent-Message-Id: <201202172100.q1HL0P3Q057336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juergen Lock Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52A2B106564A for ; Fri, 17 Feb 2012 20:51:14 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0958FC0C; Fri, 17 Feb 2012 20:51:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HKpEV3056672; Fri, 17 Feb 2012 20:51:14 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HKpEd8056656; Fri, 17 Feb 2012 20:51:14 GMT (envelope-from nox) Message-Id: <201202172051.q1HKpEd8056656@freefall.freebsd.org> Date: Fri, 17 Feb 2012 20:51:14 GMT From: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glathe.helko@googlemail.com Subject: ports/165253: net/clamz: update to 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Lock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 21:00:25 -0000 >Number: 165253 >Category: ports >Synopsis: net/clamz: update to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 21:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 8.2-STABLE i386 >Organization: me? organized?? >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Update net/clamz to 0.5 . >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/clamz/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 16 Oct 2011 09:32:11 -0000 1.7 +++ Makefile 17 Feb 2012 20:36:44 -0000 @@ -6,8 +6,7 @@ # PORTNAME= clamz -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/clamz/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 20 Mar 2011 12:51:11 -0000 1.3 +++ distinfo 17 Feb 2012 20:36:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (clamz-0.4.tar.gz) = ecc09d09ad329f2e24c9381983a56de3c944e3a933183ca342d25d5917f34968 -SIZE (clamz-0.4.tar.gz) = 73830 +SHA256 (clamz-0.5.tar.gz) = 5a63f23f15dfa6c2af00ff9531ae9bfcca0facfe5b1aa82790964f050a09832b +SIZE (clamz-0.5.tar.gz) = 75001 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 21:00:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6BA1065674; Fri, 17 Feb 2012 21:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 42E138FC08; Fri, 17 Feb 2012 21:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HL0bqU057662; Fri, 17 Feb 2012 21:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HL0b9B057649; Fri, 17 Feb 2012 21:00:37 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 21:00:37 GMT Message-Id: <201202172100.q1HL0b9B057649@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nox@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165253: net/clamz: update to 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 21:00:37 -0000 Synopsis: net/clamz: update to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->nox Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 21:00:36 UTC 2012 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165253 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 21:20:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E1781065673 for ; Fri, 17 Feb 2012 21:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3CF8FC12 for ; Fri, 17 Feb 2012 21:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HLK9cX076404 for ; Fri, 17 Feb 2012 21:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HLK9hd076403; Fri, 17 Feb 2012 21:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2012 21:20:09 GMT Resent-Message-Id: <201202172120.q1HLK9hd076403@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84B711065672 for ; Fri, 17 Feb 2012 21:13:22 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 260208FC08 for ; Fri, 17 Feb 2012 21:13:22 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 70E6D40005 for ; Fri, 17 Feb 2012 22:13:21 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 65B1D4000F; Fri, 17 Feb 2012 22:13:21 +0100 (CET) Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id EC9BD40005 for ; Fri, 17 Feb 2012 22:13:19 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id BDAA6119C1B for ; Fri, 17 Feb 2012 22:13:19 +0100 (CET) Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id B6gz5fj24Hsw for ; Fri, 17 Feb 2012 22:13:17 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 4BEAD119C17 for ; Fri, 17 Feb 2012 22:13:17 +0100 (CET) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 3898912B20D for ; Fri, 17 Feb 2012 22:13:17 +0100 (CET) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.5/8.14.5/Submit) id q1HLDHYF014579; Fri, 17 Feb 2012 22:13:17 +0100 (CET) (envelope-from zeising) Message-Id: <201202172113.q1HLDHYF014579@vincent.daemonic.se> Date: Fri, 17 Feb 2012 22:13:17 +0100 (CET) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165254: [PATCH] fixes to x11-fonts/xorg-fonts makefile to handle dependencies better X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 21:20:09 -0000 >Number: 165254 >Category: ports >Synopsis: [PATCH] fixes to x11-fonts/xorg-fonts makefile to handle dependencies better >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 21:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225368: Sat Sep 3 22:13:26 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: x11-fonts/xorg-fonts is a meta port, which depends on other meta ports. But it does this by looking for a file the other meta ports install, instead of depending on the meta port explicitly. If this file is already there, xorg-fonts believes that this port it depends on is already installed. This has the effect that some fonts may not be installed at all, when installing xorg-fonts as part of the xorg distribution. >How-To-Repeat: >Fix: Attached patch changes xorg-fonts to depend on the other meta-ports themselves, instead of depending on files the ports the other meta ports dependencies install. This makes all fonts install properly. --- x11-fonts.xorg-fonts.Makefile.diff begins here --- Index: x11-fonts/xorg-fonts/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/xorg-fonts/Makefile,v retrieving revision 1.6 diff -u -d -r1.6 Makefile --- x11-fonts/xorg-fonts/Makefile 25 Feb 2011 16:52:47 -0000 1.6 +++ x11-fonts/xorg-fonts/Makefile 17 Feb 2012 21:07:38 -0000 @@ -18,12 +18,12 @@ USE_XORG= fontutil FONTSDIR= ${PREFIX}/lib/X11/fonts -RUN_DEPENDS= ${FONTSDIR}/100dpi/courB08-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ - ${FONTSDIR}/75dpi/courB08-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-75dpi \ - ${FONTSDIR}/cyrillic/koi12x24.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic \ - ${FONTSDIR}/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ - ${FONTSDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ - ${FONTSDIR}/Type1/cour.afm:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \ +RUN_DEPENDS= xorg-fonts-100dpi>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ + xorg-fonts-75dpi>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-75dpi \ + xorg-fonts-cyrillic>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic \ + xorg-fonts-miscbitmaps>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ + xorg-fonts-truetype>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ + xorg-fonts-type1>=0.0:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \ ${FONTSDIR}/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias NO_BUILD= yes --- x11-fonts.xorg-fonts.Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 21:20:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3CE9106564A; Fri, 17 Feb 2012 21:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B705B8FC15; Fri, 17 Feb 2012 21:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1HLKIZ2076600; Fri, 17 Feb 2012 21:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HLKIZS076595; Fri, 17 Feb 2012 21:20:18 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 21:20:18 GMT Message-Id: <201202172120.q1HLKIZS076595@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165254: [PATCH] fixes to x11-fonts/xorg-fonts makefile to handle dependencies better X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 21:20:19 -0000 Synopsis: [PATCH] fixes to x11-fonts/xorg-fonts makefile to handle dependencies better Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 21:20:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165254 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 00:44:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B73021065672; Sat, 18 Feb 2012 00:44:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAAE8FC12; Sat, 18 Feb 2012 00:44:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I0i0Xs075816; Sat, 18 Feb 2012 00:44:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I0i00U075812; Sat, 18 Feb 2012 00:44:00 GMT (envelope-from linimon) Date: Sat, 18 Feb 2012 00:44:00 GMT Message-Id: <201202180044.q1I0i00U075812@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164796: databases/postgresql-pltcl refuse to compile with PostgreSQL 9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 00:44:00 -0000 Synopsis: databases/postgresql-pltcl refuse to compile with PostgreSQL 9.1 Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 18 00:43:40 UTC 2012 Responsible-Changed-Why: Over to new maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=164796 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 00:45:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADC09106566B; Sat, 18 Feb 2012 00:45:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8538A8FC12; Sat, 18 Feb 2012 00:45:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I0jaMM075997; Sat, 18 Feb 2012 00:45:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I0ja8J075993; Sat, 18 Feb 2012 00:45:36 GMT (envelope-from linimon) Date: Sat, 18 Feb 2012 00:45:36 GMT Message-Id: <201202180045.q1I0ja8J075993@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164962: [PATCH] net/freeradius Importing FreeRadius mysql schema choke on SQL syntax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 00:45:36 -0000 Synopsis: [PATCH] net/freeradius Importing FreeRadius mysql schema choke on SQL syntax Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 18 00:45:12 UTC 2012 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=164962 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 00:46:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00A710657BA; Sat, 18 Feb 2012 00:46:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A711C8FC1F; Sat, 18 Feb 2012 00:46:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I0kcMb076174; Sat, 18 Feb 2012 00:46:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I0kcYn076170; Sat, 18 Feb 2012 00:46:38 GMT (envelope-from linimon) Date: Sat, 18 Feb 2012 00:46:38 GMT Message-Id: <201202180046.q1I0kcYn076170@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165199: www/linux-f10-flashplugin11: update to 11.1.r102.62 [patch] [redports] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 00:46:38 -0000 Old Synopsis: www/linux-f10-flashplugin: update to 11.1.r102.62 [patch] [redports] New Synopsis: www/linux-f10-flashplugin11: update to 11.1.r102.62 [patch] [redports] Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 18 00:46:25 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=165199 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 00:47:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CD2D106566C; Sat, 18 Feb 2012 00:47:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 73C8D8FC1B; Sat, 18 Feb 2012 00:47:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I0liHJ076341; Sat, 18 Feb 2012 00:47:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I0liUQ076337; Sat, 18 Feb 2012 00:47:44 GMT (envelope-from linimon) Date: Sat, 18 Feb 2012 00:47:44 GMT Message-Id: <201202180047.q1I0liUQ076337@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kwm@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164695: www/swfdec-plugin for firefox does not display the Flash correctly for the listed website X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 00:47:44 -0000 Synopsis: www/swfdec-plugin for firefox does not display the Flash correctly for the listed website Responsible-Changed-From-To: freebsd-ports-bugs->kwm Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 18 00:47:27 UTC 2012 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=164695 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 03:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B042106566C for ; Sat, 18 Feb 2012 03:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 006FB8FC18 for ; Sat, 18 Feb 2012 03:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I3o8XR041285 for ; Sat, 18 Feb 2012 03:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I3o8EA041284; Sat, 18 Feb 2012 03:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 03:50:08 GMT Resent-Message-Id: <201202180350.q1I3o8EA041284@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBC9106566B for ; Sat, 18 Feb 2012 03:45:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7B18FC08 for ; Sat, 18 Feb 2012 03:45:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1I3jW6h054500 for ; Sat, 18 Feb 2012 03:45:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1I3jWdk054499; Sat, 18 Feb 2012 03:45:32 GMT (envelope-from nobody) Message-Id: <201202180345.q1I3jWdk054499@red.freebsd.org> Date: Sat, 18 Feb 2012 03:45:32 GMT From: Gabor PALI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165256: [update] devel/hs-git-annex: Update to 3.20120123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 03:50:09 -0000 >Number: 165256 >Category: ports >Synopsis: [update] devel/hs-git-annex: Update to 3.20120123 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 03:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gabor PALI >Release: n/a >Organization: The FreeBSD Project >Environment: n/a >Description: - Update to 3.20120123 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/hs-git-annex/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 13 Feb 2012 03:49:24 -0000 1.7 +++ Makefile 18 Feb 2012 03:39:45 -0000 @@ -6,8 +6,7 @@ # PORTNAME= git-annex -PORTVERSION= 3.20110707 -PORTREVISION= 1 +PORTVERSION= 3.20120123 CATEGORIES= devel haskell MAINTAINER= frase@frase.id.au @@ -16,10 +15,12 @@ LICENSE= GPLv3 FILE_LICENSE= GPL -USE_CABAL= dataenc hS3 hslogger HTTP MissingH mtl network pcre-light \ - SHA utf8-string CABAL_SETUP= Setup.hs +USE_CABAL= dataenc hS3 hslogger HTTP json lifted-base MissingH \ + monad-control mtl network pcre-light QuickCheck>=2.1 \ + SHA transformers-base utf8-string + USE_GMAKE= yes USE_PERL5_BUILD= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/hs-git-annex/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 26 Sep 2011 20:49:55 -0000 1.4 +++ distinfo 18 Feb 2012 03:39:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (cabal/git-annex-3.20110707.tar.gz) = 174713eb7af035d10f90b8189ed1dc241ce379f70eba9ca416ac2c66089a0461 -SIZE (cabal/git-annex-3.20110707.tar.gz) = 374279 +SHA256 (cabal/git-annex-3.20120123.tar.gz) = 827d56d78d55523433735d413a10e0628cff7e98424fa7ac3dcd1d73362eb868 +SIZE (cabal/git-annex-3.20120123.tar.gz) = 590873 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 03:50:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A278106566B; Sat, 18 Feb 2012 03:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5F228FC14; Sat, 18 Feb 2012 03:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I3oJnZ041448; Sat, 18 Feb 2012 03:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I3oJmP041444; Sat, 18 Feb 2012 03:50:19 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 03:50:19 GMT Message-Id: <201202180350.q1I3oJmP041444@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, haskell@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165256: [update] devel/hs-git-annex: Update to 3.20120123 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 03:50:20 -0000 Synopsis: [update] devel/hs-git-annex: Update to 3.20120123 Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 03:50:19 UTC 2012 Responsible-Changed-Why: haskell@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165256 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 04:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF5B0106566C for ; Sat, 18 Feb 2012 04:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A23E28FC15 for ; Sat, 18 Feb 2012 04:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I40Ugv049907 for ; Sat, 18 Feb 2012 04:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I40Uuo049906; Sat, 18 Feb 2012 04:00:30 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 04:00:30 GMT Resent-Message-Id: <201202180400.q1I40Uuo049906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Svyatoslav Lempert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93ED9106564A for ; Sat, 18 Feb 2012 03:55:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8345E8FC0A for ; Sat, 18 Feb 2012 03:55:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1I3tjp5072035 for ; Sat, 18 Feb 2012 03:55:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1I3tjhw072034; Sat, 18 Feb 2012 03:55:45 GMT (envelope-from nobody) Message-Id: <201202180355.q1I3tjhw072034@red.freebsd.org> Date: Sat, 18 Feb 2012 03:55:45 GMT From: Svyatoslav Lempert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165257: [update] misc/mc 4.7.5.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 04:00:30 -0000 >Number: 165257 >Category: ports >Synopsis: [update] misc/mc 4.7.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 04:00:29 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Svyatoslav Lempert >Release: >Organization: >Environment: 8.2-STABLE >Description: - Update to 4.7.5.6 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nur mc.old/Makefile mc/Makefile --- mc.old/Makefile 2011-12-02 12:16:26.000000000 +0000 +++ mc/Makefile 2012-02-18 03:47:15.000000000 +0000 @@ -6,8 +6,7 @@ # PORTNAME= mc -PORTVERSION= 4.7.5.5 -PORTREVISION= 1 +PORTVERSION= 4.7.5.6 CATEGORIES= misc shells MASTER_SITES= http://www.midnight-commander.org/downloads/ \ ${MASTER_SITE_SUNSITE} diff -Nur mc.old/distinfo mc/distinfo --- mc.old/distinfo 2011-10-06 14:43:24.000000000 +0100 +++ mc/distinfo 2012-02-18 03:47:56.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (mc-4.7.5.5.tar.xz) = 1ec5e711e7de01d9317a444061ab0d3c91bb84d8898dbbc99c7c472d6afbe2ea -SIZE (mc-4.7.5.5.tar.xz) = 1991540 +SHA256 (mc-4.7.5.6.tar.xz) = 8fc20859eac824b062fb2862429579b75cdbfb8d9011f1a7793d516550af4ffd +SIZE (mc-4.7.5.6.tar.xz) = 1995148 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 04:00:40 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AADB4106566C; Sat, 18 Feb 2012 04:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82FE98FC0A; Sat, 18 Feb 2012 04:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I40e8p050029; Sat, 18 Feb 2012 04:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I40e8d050025; Sat, 18 Feb 2012 04:00:40 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 04:00:40 GMT Message-Id: <201202180400.q1I40e8d050025@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165257: [update] misc/mc 4.7.5.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 04:00:40 -0000 Synopsis: [update] misc/mc 4.7.5.6 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 04:00:40 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165257 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 04:20:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D271065674 for ; Sat, 18 Feb 2012 04:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F18A8FC0A for ; Sat, 18 Feb 2012 04:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I4K8Sv068517 for ; Sat, 18 Feb 2012 04:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I4K8wY068515; Sat, 18 Feb 2012 04:20:08 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 04:20:08 GMT Resent-Message-Id: <201202180420.q1I4K8wY068515@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hakisho Nukama Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69624106566B for ; Sat, 18 Feb 2012 04:13:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5958B8FC15 for ; Sat, 18 Feb 2012 04:13:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1I4DHF7092847 for ; Sat, 18 Feb 2012 04:13:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1I4DH4T092841; Sat, 18 Feb 2012 04:13:17 GMT (envelope-from nobody) Message-Id: <201202180413.q1I4DH4T092841@red.freebsd.org> Date: Sat, 18 Feb 2012 04:13:17 GMT From: Hakisho Nukama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165258: sysutils/flashrom: update to 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 04:20:08 -0000 >Number: 165258 >Category: ports >Synopsis: sysutils/flashrom: update to 0.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 04:20:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hakisho Nukama >Release: FreeBSD 9.0-RELEASE >Organization: n/a >Environment: >Description: - update to 0.9.5 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r -u sysutils/flashrom/Makefile /root/ports-devel/sysutils/flashrom/Makefile --- sysutils/flashrom/Makefile 2011-09-01 06:44:28.000000000 +0000 +++ /root/ports-devel/sysutils/flashrom/Makefile 2012-02-18 03:21:08.777100472 +0000 @@ -6,7 +6,7 @@ # PORTNAME= flashrom -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= sysutils MASTER_SITES= http://download.flashrom.org/releases/ diff -r -u sysutils/flashrom/distinfo /root/ports-devel/sysutils/flashrom/distinfo --- sysutils/flashrom/distinfo 2011-09-01 06:44:28.000000000 +0000 +++ /root/ports-devel/sysutils/flashrom/distinfo 2012-02-18 03:21:47.155101503 +0000 @@ -1,2 +1,2 @@ -SHA256 (flashrom-0.9.4.tar.bz2) = 30e5a61a09160f142fdeec4a6c83cca495d7f2a9fc2eef480646889c3e9f0b3a -SIZE (flashrom-0.9.4.tar.bz2) = 293396 +SHA256 (flashrom-0.9.5.tar.bz2) = fe13609fb4ce0fd7693ed43fd00f13dd53fdb824035cbd8d0f2170ac1abd271a +SIZE (flashrom-0.9.5.tar.bz2) = 345075 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 04:20:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67EC4106564A; Sat, 18 Feb 2012 04:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA3B8FC0C; Sat, 18 Feb 2012 04:20:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I4KICf068675; Sat, 18 Feb 2012 04:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I4KIIT068671; Sat, 18 Feb 2012 04:20:18 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 04:20:18 GMT Message-Id: <201202180420.q1I4KIIT068671@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, avl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165258: sysutils/flashrom: update to 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 04:20:18 -0000 Synopsis: sysutils/flashrom: update to 0.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->avl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 04:20:17 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165258 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 05:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D58C01065677 for ; Sat, 18 Feb 2012 05:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAAB58FC15 for ; Sat, 18 Feb 2012 05:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I5eCtm046482 for ; Sat, 18 Feb 2012 05:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I5eCmB046481; Sat, 18 Feb 2012 05:40:12 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 05:40:12 GMT Message-Id: <201202180540.q1I5eCmB046481@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Kojevnikov Cc: Subject: Re: ports/164364: New port: multimedia/banshee-devel Music management and playback for GNOME X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Kojevnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 05:40:12 -0000 The following reply was made to PR ports/164364; it has been noted by GNATS. From: Alexander Kojevnikov To: bug-followup@freebsd.org Cc: Subject: Re: ports/164364: New port: multimedia/banshee-devel Music management and playback for GNOME Date: Sat, 18 Feb 2012 13:35:55 +0800 Please re-assign this to mono@ From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 05:40:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA3831065672 for ; Sat, 18 Feb 2012 05:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFFD88FC08 for ; Sat, 18 Feb 2012 05:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I5eE6j046493 for ; Sat, 18 Feb 2012 05:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I5eEK6046492; Sat, 18 Feb 2012 05:40:14 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 05:40:14 GMT Message-Id: <201202180540.q1I5eEK6046492@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Kojevnikov Cc: Subject: Re: ports/164309: New port: graphics/pinta Simple drawing/painting program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Kojevnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 05:40:14 -0000 The following reply was made to PR ports/164309; it has been noted by GNATS. From: Alexander Kojevnikov To: bug-followup@freebsd.org Cc: Subject: Re: ports/164309: New port: graphics/pinta Simple drawing/painting program Date: Sat, 18 Feb 2012 13:36:50 +0800 Please reassign this to mono@ From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 09:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52AAE1065670 for ; Sat, 18 Feb 2012 09:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 136A88FC15 for ; Sat, 18 Feb 2012 09:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I90OCv061720 for ; Sat, 18 Feb 2012 09:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I90ORJ061719; Sat, 18 Feb 2012 09:00:24 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 09:00:24 GMT Resent-Message-Id: <201202180900.q1I90ORJ061719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B73F1065672 for ; Sat, 18 Feb 2012 08:55:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 296178FC0C for ; Sat, 18 Feb 2012 08:55:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1I8tOCx011688 for ; Sat, 18 Feb 2012 08:55:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1I8tOuQ011687; Sat, 18 Feb 2012 08:55:24 GMT (envelope-from nobody) Message-Id: <201202180855.q1I8tOuQ011687@red.freebsd.org> Date: Sat, 18 Feb 2012 08:55:24 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165259: www/chromium inspect doesn't work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 09:00:25 -0000 >Number: 165259 >Category: ports >Synopsis: www/chromium inspect doesn't work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 09:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: FreeBSD desktop.pc 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Feb 6 20:58:09 EET 2012 graudeejs@desktop.pc:/usr/obj/usr/src/sys/GENERIC amd64 >Description: www/chromium compiles find with clang and gcc, but inspector doesn't work. It opens dock that is all white and empty. Close button doesn't work either. I have this problem for quite some time, but I was hoping it was some small regression, that would be fixed soon. I had sane problem on FreeBSD-8-stable Options: CLANG: on CODECS: on DEBUG: off GCC46: off GCONF: on PULSEAUDIO: off My currently installed version (17.0.963.56) is build with these dependencies: ORBit2: {origin: devel/ORBit2, version: "2.14.19"} alsa-lib: {origin: audio/alsa-lib, version: "1.0.23"} alsa-plugins: {origin: audio/alsa-plugins, version: "1.0.23_2"} atk: {origin: accessibility/atk, version: "2.0.1"} bitstream-vera: {origin: x11-fonts/bitstream-vera, version: "1.10_5"} cairo: {origin: graphics/cairo, version: "1.10.2_3,1"} compositeproto: {origin: x11/compositeproto, version: "0.4.2"} cups-client: {origin: print/cups-client, version: "1.5.0"} damageproto: {origin: x11/damageproto, version: "1.2.1"} dbus-glib: {origin: devel/dbus-glib, version: "0.94"} dbus: {origin: devel/dbus, version: "1.4.14_2"} dconf: {origin: devel/dconf, version: "0.5.1_3"} dri2proto: {origin: x11/dri2proto, version: "2.3"} droid-fonts-ttf: {origin: x11-fonts/droid-fonts-ttf, version: "20110324"} eggdbus: {origin: devel/eggdbus, version: "0.6_1"} encodings: {origin: x11-fonts/encodings, version: "1.0.4,1"} expat: {origin: textproc/expat2, version: "2.0.1_2"} fixesproto: {origin: x11/fixesproto, version: "5.0"} font-bh-ttf: {origin: x11-fonts/font-bh-ttf, version: "1.0.3"} font-misc-ethiopic: {origin: x11-fonts/font-misc-ethiopic, version: "1.0.3"} font-misc-meltho: {origin: x11-fonts/font-misc-meltho, version: "1.0.3"} font-util: {origin: x11-fonts/font-util, version: "1.2.0"} fontconfig: {origin: x11-fonts/fontconfig, version: "2.8.0_1,1"} freetype2: {origin: print/freetype2, version: "2.4.7"} gamin: {origin: devel/gamin, version: "0.1.10_4"} gconf2: {origin: devel/gconf2, version: "2.32.0_2"} gdk-pixbuf: {origin: graphics/gdk-pixbuf2, version: "2.23.5_1"} gettext: {origin: devel/gettext, version: "0.18.1.1"} gio-fam-backend: {origin: devel/gio-fam-backend, version: "2.28.8"} glib: {origin: devel/glib20, version: "2.28.8_3"} gnome_subr: {origin: sysutils/gnome_subr, version: "1.0"} gnomehier: {origin: misc/gnomehier, version: "2.3_12"} gobject-introspection: {origin: devel/gobject-introspection, version: "0.10.8"} google-perftools: {origin: devel/google-perftools, version: "1.8.3"} gtk-update-icon-cache: {origin: graphics/gtk-update-icon-cache, version: "2.24.6"} gtk: {origin: x11-toolkits/gtk20, version: "2.24.6"} hicolor-icon-theme: {origin: misc/hicolor-icon-theme, version: "0.12"} inputproto: {origin: x11/inputproto, version: "2.0.2"} jasper: {origin: graphics/jasper, version: "1.900.1_10"} jbigkit: {origin: graphics/jbigkit, version: "1.6"} jpeg: {origin: graphics/jpeg, version: "8_3"} kbproto: {origin: x11/kbproto, version: "1.0.5"} libGL: {origin: graphics/libGL, version: "7.4.4"} libGLU: {origin: graphics/libGLU, version: "7.4.4"} libICE: {origin: x11/libICE, version: "1.0.7,1"} libIDL: {origin: devel/libIDL, version: "0.8.14_1"} libSM: {origin: x11/libSM, version: "1.2.0,1"} libX11: {origin: x11/libX11, version: "1.4.4,1"} libXScrnSaver: {origin: x11/libXScrnSaver, version: "1.2.1"} libXau: {origin: x11/libXau, version: "1.0.6"} libXcomposite: {origin: x11/libXcomposite, version: "0.4.3,1"} libXcursor: {origin: x11/libXcursor, version: "1.1.12"} libXdamage: {origin: x11/libXdamage, version: "1.1.3"} libXdmcp: {origin: x11/libXdmcp, version: "1.1.0"} libXext: {origin: x11/libXext, version: "1.3.0_1,1"} libXfixes: {origin: x11/libXfixes, version: "5.0"} libXft: {origin: x11-fonts/libXft, version: "2.1.14"} libXi: {origin: x11/libXi, version: "1.4.3,1"} libXinerama: {origin: x11/libXinerama, version: "1.1.1,1"} libXmu: {origin: x11-toolkits/libXmu, version: "1.1.0,1"} libXrandr: {origin: x11/libXrandr, version: "1.3.2"} libXrender: {origin: x11/libXrender, version: "0.9.6"} libXt: {origin: x11-toolkits/libXt, version: "1.0.9"} libXtst: {origin: x11/libXtst, version: "1.2.0"} libXxf86vm: {origin: x11/libXxf86vm, version: "1.1.1"} libdrm: {origin: graphics/libdrm, version: "2.4.12_1"} libevent: {origin: devel/libevent, version: "1.4.14b_2"} libexecinfo: {origin: devel/libexecinfo, version: "1.1_3"} libffi: {origin: devel/libffi, version: "3.0.9"} libfontenc: {origin: x11-fonts/libfontenc, version: "1.1.0"} libgcrypt: {origin: security/libgcrypt, version: "1.5.0"} libgee: {origin: devel/libgee, version: "0.6.2.1"} libglut: {origin: graphics/libglut, version: "7.4.4"} libgnome-keyring: {origin: security/libgnome-keyring, version: "2.32.0_1"} libgpg-error: {origin: security/libgpg-error, version: "1.10"} libiconv: {origin: converters/libiconv, version: "1.13.1_1"} libpthread-stubs: {origin: devel/libpthread-stubs, version: "0.3_3"} libtasn1: {origin: security/libtasn1, version: "2.11"} libxcb: {origin: x11/libxcb, version: "1.7"} libxml2: {origin: textproc/libxml2, version: "2.7.8_1"} libxslt: {origin: textproc/libxslt, version: "1.1.26_3"} mkfontdir: {origin: x11-fonts/mkfontdir, version: "1.0.6"} mkfontscale: {origin: x11-fonts/mkfontscale, version: "1.0.9"} nspr: {origin: devel/nspr, version: "4.8.9"} nss: {origin: security/nss, version: "3.13.1"} openldap-client: {origin: net/openldap24-client, version: "2.4.26"} pango: {origin: x11-toolkits/pango, version: "1.28.4"} pcre: {origin: devel/pcre, version: "8.21_1"} perl: {origin: lang/perl5.12, version: "5.12.4_3"} pixman: {origin: x11/pixman, version: "0.24.0"} pkg-config: {origin: devel/pkg-config, version: "0.25_1"} png: {origin: graphics/png, version: "1.4.8"} polkit: {origin: sysutils/polkit, version: "0.99"} python27: {origin: lang/python27, version: "2.7.2_3"} randrproto: {origin: x11/randrproto, version: "1.3.2"} recordproto: {origin: x11/recordproto, version: "1.14.1"} renderproto: {origin: x11/renderproto, version: "0.11.1"} scrnsaverproto: {origin: x11/scrnsaverproto, version: "1.2.1"} shared-mime-info: {origin: misc/shared-mime-info, version: "0.90"} sqlite3: {origin: databases/sqlite3, version: "3.7.9_1"} tiff: {origin: graphics/tiff, version: "4.0.0_3"} xcb-util-renderutil: {origin: x11/xcb-util-renderutil, version: "0.3.8"} xcb-util: {origin: x11/xcb-util, version: "0.3.8,1"} xextproto: {origin: x11/xextproto, version: "7.2.0"} xf86vidmodeproto: {origin: x11/xf86vidmodeproto, version: "2.3.1"} xineramaproto: {origin: x11/xineramaproto, version: "1.2.1"} xorg-fonts-truetype: {origin: x11-fonts/xorg-fonts-truetype, version: "7.5.1"} xproto: {origin: x11/xproto, version: "7.0.22"} >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 09:00:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21F2106564A; Sat, 18 Feb 2012 09:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79ED38FC12; Sat, 18 Feb 2012 09:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1I90bEG061939; Sat, 18 Feb 2012 09:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1I90bu7061935; Sat, 18 Feb 2012 09:00:37 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 09:00:37 GMT Message-Id: <201202180900.q1I90bu7061935@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-chromium@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165259: www/chromium inspect doesn't work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 09:00:37 -0000 Synopsis: www/chromium inspect doesn't work Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-chromium Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 09:00:36 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165259 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 11:40:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34FBC1065686 for ; Sat, 18 Feb 2012 11:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D98F8FC1A for ; Sat, 18 Feb 2012 11:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IBeA6S029267 for ; Sat, 18 Feb 2012 11:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IBeAtG029266; Sat, 18 Feb 2012 11:40:10 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 11:40:10 GMT Message-Id: <201202181140.q1IBeAtG029266@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Zander Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Zander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 11:40:11 -0000 The following reply was made to PR ports/165235; it has been noted by GNATS. From: Thomas Zander To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif Date: Sat, 18 Feb 2012 12:33:53 +0100 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Agreed, patch is good. Please go ahead, commit. Thank you for the patch and best regards Riggs --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk8/jKEACgkQjdSJKchZls1ZeQCeIIGkI7P7gdzrbgNTLEHY7uoM XT4AnivlU+r6bbo4mnuPOJjeB/B/cl6/ =tDmK -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:00:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D20F1065670 for ; Sat, 18 Feb 2012 13:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE9D88FC14 for ; Sat, 18 Feb 2012 13:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ID0KBb003727 for ; Sat, 18 Feb 2012 13:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ID0KBf003726; Sat, 18 Feb 2012 13:00:20 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:00:20 GMT Resent-Message-Id: <201202181300.q1ID0KBf003726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16BA106564A for ; Sat, 18 Feb 2012 12:52:47 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 8D66A8FC0A for ; Sat, 18 Feb 2012 12:52:47 +0000 (UTC) Received: by qadz30 with SMTP id z30so1957022qad.13 for ; Sat, 18 Feb 2012 04:52:46 -0800 (PST) Received: from mr.google.com ([10.229.135.85]) by 10.229.135.85 with SMTP id m21mr9216031qct.26.1329569566808 (num_hops = 1); Sat, 18 Feb 2012 04:52:46 -0800 (PST) Received: by 10.229.135.85 with SMTP id m21mr7797225qct.26.1329569566537; Sat, 18 Feb 2012 04:52:46 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id eb5sm33067581qab.10.2012.02.18.04.52.45 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Feb 2012 04:52:46 -0800 (PST) Message-Id: <4f3f9f1e.45c3e00a.2606.4037@mx.google.com> Date: Sat, 18 Feb 2012 04:52:46 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165260: [MAINTAINER] finance/libalkimia: Update to 4.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:00:21 -0000 >Number: 165260 >Category: ports >Synopsis: [MAINTAINER] finance/libalkimia: Update to 4.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Update finance/libalkimia to 4.3.2 - Update WWW >How-To-Repeat: - Use attached diff >Fix: --- 2012-02-16-libalkimia.diff begins here --- diff -ruN libalkimia.orig/Makefile libalkimia/Makefile --- libalkimia.orig/Makefile 2012-02-16 13:50:46.000000000 -0500 +++ libalkimia/Makefile 2012-02-16 14:14:12.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= libalkimia -PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTVERSION= 4.3.2 CATEGORIES= finance kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 137323-${PORTNAME}-${PORTVERSION} @@ -33,9 +32,8 @@ post-patch: @${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \ - -e 's|KDE4_DATA_DIR|DATA_INSTALL_DIR|g' \ - -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \ - ${WRKSRC}/CMakeLists.txt \ - ${WRKSRC}/libalkimia.pc.in + ${WRKSRC}/${PORTNAME}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \ + ${WRKSRC}/${PORTNAME}/libalkimia.pc.in .include diff -ruN libalkimia.orig/distinfo libalkimia/distinfo --- libalkimia.orig/distinfo 2012-02-16 13:50:46.000000000 -0500 +++ libalkimia/distinfo 2012-02-16 13:56:15.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (137323-libalkimia-4.3.1.tar.bz2) = 69a46d017350c2c5cc8d77d419cb4caf1d9d323a5bbc82c9d44113c6817bb2d0 -SIZE (137323-libalkimia-4.3.1.tar.bz2) = 30529 +SHA256 (137323-libalkimia-4.3.2.tar.bz2) = 64379af992d5548a6757495f47568ebf8cb859a868ced8b5d3d5975f4dfcebdc +SIZE (137323-libalkimia-4.3.2.tar.bz2) = 32687 diff -ruN libalkimia.orig/pkg-descr libalkimia/pkg-descr --- libalkimia.orig/pkg-descr 2012-02-16 13:50:46.000000000 -0500 +++ libalkimia/pkg-descr 2012-02-16 13:58:34.000000000 -0500 @@ -4,4 +4,5 @@ Currently, it supports a common class to represent monetary values with arbitrary precision. -WWW: http://techbase.kde.org/Projects/KdeFinance/Alkimia/libalkimia +WWW: http://community.kde.org/Alkimia/libalkimia +WWW: http://kde-apps.org/content/show.php/libalkimia?content=137323 diff -ruN libalkimia.orig/pkg-plist libalkimia/pkg-plist --- libalkimia.orig/pkg-plist 2012-02-16 13:50:46.000000000 -0500 +++ libalkimia/pkg-plist 2012-02-16 14:18:01.000000000 -0500 @@ -4,7 +4,7 @@ include/alkimia/alkvalue.h lib/libalkimia.so lib/libalkimia.so.4 -lib/libalkimia.so.4.3.1 +lib/libalkimia.so.4.3.2 libdata/pkgconfig/libalkimia.pc share/apps/cmake/modules/FindLibAlkimia.cmake @dirrm include/alkimia --- 2012-02-16-libalkimia.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:00:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7123E106566B for ; Sat, 18 Feb 2012 13:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 381B98FC16 for ; Sat, 18 Feb 2012 13:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ID0LuH003736 for ; Sat, 18 Feb 2012 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ID0KPN003735; Sat, 18 Feb 2012 13:00:20 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:00:20 GMT Resent-Message-Id: <201202181300.q1ID0KPN003735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD35106566B for ; Sat, 18 Feb 2012 12:52:48 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 436778FC0C for ; Sat, 18 Feb 2012 12:52:47 +0000 (UTC) Received: by qaea17 with SMTP id a17so5054115qae.13 for ; Sat, 18 Feb 2012 04:52:47 -0800 (PST) Received: from mr.google.com ([10.229.78.165]) by 10.229.78.165 with SMTP id l37mr9107952qck.142.1329569567568 (num_hops = 1); Sat, 18 Feb 2012 04:52:47 -0800 (PST) Received: by 10.229.78.165 with SMTP id l37mr7714163qck.142.1329569565570; Sat, 18 Feb 2012 04:52:45 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id eb5sm33067581qab.10.2012.02.18.04.52.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Feb 2012 04:52:44 -0800 (PST) Message-Id: <4f3f9f1c.45c3e00a.2606.4036@mx.google.com> Date: Sat, 18 Feb 2012 04:52:44 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165261: [MAINTAINER] finance/aqbanking: Update to 5.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:00:21 -0000 >Number: 165261 >Category: ports >Synopsis: [MAINTAINER] finance/aqbanking: Update to 5.0.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Update finance/aqbanking to 5.0.22 >How-To-Repeat: - Use attached diff >Fix: --- 2012-02-16-aqbanking.diff begins here --- diff -ruN aqbanking.orig/Makefile aqbanking/Makefile --- aqbanking.orig/Makefile 2012-02-16 12:56:12.000000000 -0500 +++ aqbanking/Makefile 2012-02-16 12:56:51.000000000 -0500 @@ -6,9 +6,9 @@ # PORTNAME= aqbanking -PORTVERSION= 5.0.21 +PORTVERSION= 5.0.22 CATEGORIES= finance -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=91&file=01&dummy=/ +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=92&file=01&dummy=/ MAINTAINER= bsdkaffee@gmail.com COMMENT= Online banking interface and financial data framework diff -ruN aqbanking.orig/distinfo aqbanking/distinfo --- aqbanking.orig/distinfo 2012-02-16 12:56:12.000000000 -0500 +++ aqbanking/distinfo 2012-02-16 12:57:08.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (aqbanking-5.0.21.tar.gz) = a2dcc73b07c4aff0b43ded6f6f2f9b47464b9304f2e33cb3cc936b0788797ff7 -SIZE (aqbanking-5.0.21.tar.gz) = 3634513 +SHA256 (aqbanking-5.0.22.tar.gz) = 571ef512fca07d9c52e48070ad15f5074bfe507f00933ac6ef99804719638d27 +SIZE (aqbanking-5.0.22.tar.gz) = 3635566 --- 2012-02-16-aqbanking.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:00:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEE851065674 for ; Sat, 18 Feb 2012 13:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 968288FC18 for ; Sat, 18 Feb 2012 13:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ID0Lnx003750 for ; Sat, 18 Feb 2012 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ID0L1n003746; Sat, 18 Feb 2012 13:00:21 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:00:21 GMT Resent-Message-Id: <201202181300.q1ID0L1n003746@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8FD1065670 for ; Sat, 18 Feb 2012 12:52:48 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 46DAF8FC12 for ; Sat, 18 Feb 2012 12:52:48 +0000 (UTC) Received: by qaea17 with SMTP id a17so5054116qae.13 for ; Sat, 18 Feb 2012 04:52:47 -0800 (PST) Received: from mr.google.com ([10.229.102.79]) by 10.229.102.79 with SMTP id f15mr9105612qco.94.1329569567788 (num_hops = 1); Sat, 18 Feb 2012 04:52:47 -0800 (PST) Received: by 10.229.102.79 with SMTP id f15mr7737143qco.94.1329569567303; Sat, 18 Feb 2012 04:52:47 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id eb5sm33067581qab.10.2012.02.18.04.52.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Feb 2012 04:52:46 -0800 (PST) Message-Id: <4f3f9f1e.45c3e00a.2606.4038@mx.google.com> Date: Sat, 18 Feb 2012 04:52:46 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165262: [MAINTAINER] finance/kmymoney-kde4: Update to 4.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:00:21 -0000 >Number: 165262 >Category: ports >Synopsis: [MAINTAINER] finance/kmymoney-kde4: Update to 4.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Update finance/kmymoney-kde4 to 4.6.2 >How-To-Repeat: - Use attached diff - Remove files/patch-kmymoney__converter__mymoneygncreader.cpp (patch applied upstream) >Fix: --- 2012-02-18-kmymoney-kde4.diff begins here --- diff -ruN kmymoney-kde4.orig/Makefile kmymoney-kde4/Makefile --- kmymoney-kde4.orig/Makefile 2012-02-16 14:20:59.000000000 -0500 +++ kmymoney-kde4/Makefile 2012-02-16 14:21:22.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= kmymoney -PORTVERSION= 4.6.1 -PORTREVISION= 2 +PORTVERSION= 4.6.2 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} diff -ruN kmymoney-kde4.orig/distinfo kmymoney-kde4/distinfo --- kmymoney-kde4.orig/distinfo 2012-02-16 14:20:59.000000000 -0500 +++ kmymoney-kde4/distinfo 2012-02-16 14:22:43.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (kmymoney-4.6.1.tar.bz2) = 5fcab9c4f1b5868aabb816a87c61cb025e69a191f6cb218cce3f29f0c1c1b77a -SIZE (kmymoney-4.6.1.tar.bz2) = 22758086 +SHA256 (kmymoney-4.6.2.tar.bz2) = add8acba2f0d4c212ac1c7fbbdad2fd43a24caceed586b13d90dcd2a20a12b75 +SIZE (kmymoney-4.6.2.tar.bz2) = 22762330 diff -ruN kmymoney-kde4.orig/files/patch-kmymoney__converter__mymoneygncreader.cpp kmymoney-kde4/files/patch-kmymoney__converter__mymoneygncreader.cpp --- kmymoney-kde4.orig/files/patch-kmymoney__converter__mymoneygncreader.cpp 2012-02-16 14:20:59.000000000 -0500 +++ kmymoney-kde4/files/patch-kmymoney__converter__mymoneygncreader.cpp 1969-12-31 19:00:00.000000000 -0500 @@ -1,32 +0,0 @@ ---- ./kmymoney/converter/mymoneygncreader.cpp.orig 2011-11-05 05:20:14.000000000 -0400 -+++ ./kmymoney/converter/mymoneygncreader.cpp 2012-01-17 04:21:49.000000000 -0500 -@@ -1256,7 +1256,6 @@ - #ifndef _GNCFILEANON - void MyMoneyGncReader::readFile(QIODevice* pDevice, IMyMoneySerialize* storage) - { -- - Q_CHECK_PTR(pDevice); - Q_CHECK_PTR(storage); - -@@ -1270,6 +1269,8 @@ - MyMoneyFile::instance()->attachStorage(m_storage); - MyMoneyFileTransaction ft; - m_xr = new XmlReader(this); -+ bool blocked = MyMoneyFile::instance()->signalsBlocked(); -+ MyMoneyFile::instance()->blockSignals(true); - try { - m_xr->processFile(pDevice); - terminate(); // do all the wind-up things -@@ -1278,11 +1279,11 @@ - KMessageBox::error(0, i18n("Import failed:\n\n%1", e->what()), PACKAGE); - qWarning("%s", qPrintable(e->what())); - } // end catch -+ MyMoneyFile::instance()->blockSignals(blocked); - MyMoneyFile::instance()->detachStorage(m_storage); - signalProgress(0, 1, i18n("Import complete")); // switch off progress bar - delete m_xr; - qDebug("Exiting gnucash importer"); -- return; - } - #else - // Control code for the file anonymizer \ No newline at end of file diff -ruN kmymoney-kde4.orig/pkg-plist kmymoney-kde4/pkg-plist --- kmymoney-kde4.orig/pkg-plist 2012-02-16 14:20:59.000000000 -0500 +++ kmymoney-kde4/pkg-plist 2012-02-16 16:17:06.000000000 -0500 @@ -415,8 +415,12 @@ share/apps/kmymoney/misc/financequote.pl share/apps/kmymoney/pics/l10n/de/startlogo.png share/apps/kmymoney/pics/l10n/es/startlogo.png +share/apps/kmymoney/pics/l10n/hu/startlogo.png +share/apps/kmymoney/pics/l10n/it/startlogo.png +share/apps/kmymoney/pics/l10n/pt_BR/startlogo.png share/apps/kmymoney/pics/l10n/ro/startlogo.png share/apps/kmymoney/pics/l10n/ru/startlogo.png +share/apps/kmymoney/pics/l10n/sv/startlogo.png share/apps/kmymoney/pics/l10n/uk/startlogo.png share/apps/kmymoney/pics/startlogo.png share/apps/kmymoney/pics/titlelabel_background.png @@ -811,11 +815,11 @@ share/doc/HTML/en/kmymoney/accwiz2.png share/doc/HTML/en/kmymoney/accwiz6.png share/doc/HTML/en/kmymoney/accwiz7.png -share/doc/HTML/en/kmymoney/accwiz8.1.png -share/doc/HTML/en/kmymoney/accwiz8.2.png -share/doc/HTML/en/kmymoney/accwiz8.3.png -share/doc/HTML/en/kmymoney/accwiz8.4.png -share/doc/HTML/en/kmymoney/accwiz8.5.png +share/doc/HTML/en/kmymoney/accwiz8_1.png +share/doc/HTML/en/kmymoney/accwiz8_2.png +share/doc/HTML/en/kmymoney/accwiz8_3.png +share/doc/HTML/en/kmymoney/accwiz8_4.png +share/doc/HTML/en/kmymoney/accwiz8_5.png share/doc/HTML/en/kmymoney/accwiz9.png share/doc/HTML/en/kmymoney/budgets_view.png share/doc/HTML/en/kmymoney/calendarview.png @@ -1341,8 +1345,12 @@ @dirrm share/apps/kmymoney/templates/C @dirrm share/apps/kmymoney/templates @dirrm share/apps/kmymoney/pics/l10n/uk +@dirrm share/apps/kmymoney/pics/l10n/sv @dirrm share/apps/kmymoney/pics/l10n/ru @dirrm share/apps/kmymoney/pics/l10n/ro +@dirrm share/apps/kmymoney/pics/l10n/pt_BR +@dirrm share/apps/kmymoney/pics/l10n/it +@dirrm share/apps/kmymoney/pics/l10n/hu @dirrm share/apps/kmymoney/pics/l10n/es @dirrm share/apps/kmymoney/pics/l10n/de @dirrm share/apps/kmymoney/pics/l10n --- 2012-02-18-kmymoney-kde4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6905F106564A for ; Sat, 18 Feb 2012 13:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 273938FC14 for ; Sat, 18 Feb 2012 13:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDKDkQ022830 for ; Sat, 18 Feb 2012 13:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDKD90022827; Sat, 18 Feb 2012 13:20:13 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:20:13 GMT Resent-Message-Id: <201202181320.q1IDKD90022827@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Hartmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 235C6106564A for ; Sat, 18 Feb 2012 13:12:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD698FC0C for ; Sat, 18 Feb 2012 13:12:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IDCtOw091953 for ; Sat, 18 Feb 2012 13:12:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IDCt4G091946; Sat, 18 Feb 2012 13:12:55 GMT (envelope-from nobody) Message-Id: <201202181312.q1IDCt4G091946@red.freebsd.org> Date: Sat, 18 Feb 2012 13:12:55 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165263: mail/thunderbird: core dumping most time when users are LDAP backed up. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:20:13 -0000 >Number: 165263 >Category: ports >Synopsis: mail/thunderbird: core dumping most time when users are LDAP backed up. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 9.0-STABLE/amd64, FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: mail/thunderbirs crashes since thunderbird 8 in most cases when trying to start and the user is kept in OpenLDAP DIT, it doesn't matter whether the LDAP server is local or remote. The error messega ebefore core dumping is (thunderbird-bin:10741): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (1089) 1089 is the ID of the user, but it doesn't matter what user and what host and what OpenLDAP backend is used (we have several), it is always the same - coredump. I can get rid of that situation starting firefox prior to the start of thunderbird. In most cases this works. This lead me to belief that eventually nscd(8) and the nsswitch cache could cause the problem, but even with no cache enabled/allowed I receive this error. Sometimes I need to stop firefox, close it and then restart to start also thunderbird. This is a boring procedure. >How-To-Repeat: Try starting mail/thunderbird on FreeBSD amd64 platforms when users are kept in OpenLDAP. >Fix: Prior to the start of thunderbird, start firefox. It seems then that the user missing and triggering coredump in thunderbird is then found on LDAP and thunderbirds starts as expected. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:20:24 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A004A106564A; Sat, 18 Feb 2012 13:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7242E8FC08; Sat, 18 Feb 2012 13:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDKONM023349; Sat, 18 Feb 2012 13:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDKOFm023339; Sat, 18 Feb 2012 13:20:24 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 13:20:24 GMT Message-Id: <201202181320.q1IDKOFm023339@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165263: mail/thunderbird: core dumping most time when users are LDAP backed up. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:20:24 -0000 Synopsis: mail/thunderbird: core dumping most time when users are LDAP backed up. Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 13:20:23 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165263 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03AF21065686 for ; Sat, 18 Feb 2012 13:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CCBCF8FC27 for ; Sat, 18 Feb 2012 13:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDe9K7041737 for ; Sat, 18 Feb 2012 13:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDe9aD041736; Sat, 18 Feb 2012 13:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:40:09 GMT Resent-Message-Id: <201202181340.q1IDe9aD041736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Goran Lowkrantz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 151F7106564A for ; Sat, 18 Feb 2012 13:33:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DB7978FC1B for ; Sat, 18 Feb 2012 13:33:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IDX4Qt042699 for ; Sat, 18 Feb 2012 13:33:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IDX455042670; Sat, 18 Feb 2012 13:33:04 GMT (envelope-from nobody) Message-Id: <201202181333.q1IDX455042670@red.freebsd.org> Date: Sat, 18 Feb 2012 13:33:04 GMT From: Goran Lowkrantz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165264: [patch] update www/piwigo to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:40:10 -0000 >Number: 165264 >Category: ports >Synopsis: [patch] update www/piwigo to 2.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Goran Lowkrantz >Release: >Organization: >Environment: >Description: Update piwigo from 2.3.2 to 2.3.3 This update add new language, bug fixes and minor features. For full description of features and bugfixes: http://piwigo.org/releases/2.3.3 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN piwigo.orig/Makefile piwigo/Makefile --- piwigo.orig/Makefile 2012-01-30 09:21:54.000000000 +0000 +++ piwigo/Makefile 2012-02-18 10:44:28.011471104 +0000 @@ -6,7 +6,7 @@ # PORTNAME= piwigo -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ \ SF/${PORTNAME}/Piwigo/${PORTVERSION} diff -ruN piwigo.orig/distinfo piwigo/distinfo --- piwigo.orig/distinfo 2012-01-29 15:25:35.464277000 +0000 +++ piwigo/distinfo 2012-02-18 10:46:15.947192710 +0000 @@ -1,2 +1,2 @@ -SHA256 (piwigo-2.3.2.zip) = ae93158c4e97b82a7e27ca10e1dbb152a2cbcfccfa98de3589b10b2b9d684bb5 -SIZE (piwigo-2.3.2.zip) = 4045507 +SHA256 (piwigo-2.3.3.zip) = 87756c753642d99f96fa3a08fb214959c63bae2fa1ee1fcf6a2d622ae70d7574 +SIZE (piwigo-2.3.3.zip) = 4088122 diff -ruN piwigo.orig/pkg-plist piwigo/pkg-plist --- piwigo.orig/pkg-plist 2012-01-29 21:45:42.495922000 +0000 +++ piwigo/pkg-plist 2012-02-18 12:05:26.572535002 +0000 @@ -714,6 +714,11 @@ %%WWWDIR%%/language/en_UK/install.lang.php %%WWWDIR%%/language/en_UK/iso.txt %%WWWDIR%%/language/en_UK/upgrade.lang.php +%%WWWDIR%%/language/eo_EO/about.html +%%WWWDIR%%/language/eo_EO/admin.lang.php +%%WWWDIR%%/language/eo_EO/common.lang.php +%%WWWDIR%%/language/eo_EO/eo_EO.jpg +%%WWWDIR%%/language/eo_EO/iso.txt %%WWWDIR%%/language/es_AR/about.html %%WWWDIR%%/language/es_AR/common.lang.php %%WWWDIR%%/language/es_AR/es_AR.jpg @@ -986,6 +991,7 @@ %%WWWDIR%%/language/ka_GE/ka_GE.jpg %%WWWDIR%%/language/ka_GE/upgrade.lang.php %%WWWDIR%%/language/km_KH/about.html +%%WWWDIR%%/language/km_KH/admin.lang.php %%WWWDIR%%/language/km_KH/common.lang.php %%WWWDIR%%/language/km_KH/index.php %%WWWDIR%%/language/km_KH/iso.txt @@ -2297,6 +2303,7 @@ @dirrm %%WWWDIR%%/language/es_ES/help @dirrm %%WWWDIR%%/language/es_ES @dirrm %%WWWDIR%%/language/es_AR +@dirrm %%WWWDIR%%/language/eo_EO @dirrm %%WWWDIR%%/language/en_UK/help @dirrm %%WWWDIR%%/language/en_UK @dirrm %%WWWDIR%%/language/el_GR >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:48:42 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F009A106566B; Sat, 18 Feb 2012 13:48:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C35248FC08; Sat, 18 Feb 2012 13:48:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDmgeo050335; Sat, 18 Feb 2012 13:48:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDmgVV050330; Sat, 18 Feb 2012 13:48:42 GMT (envelope-from linimon) Date: Sat, 18 Feb 2012 13:48:42 GMT Message-Id: <201202181348.q1IDmgVV050330@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, dirk.meyer@dinoex.sub.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:48:43 -0000 Synopsis: [PATCH] multimedia/mplayer to use libgif State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Feb 18 13:48:33 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=165235 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 780B6106566C for ; Sat, 18 Feb 2012 13:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F47A8FC13 for ; Sat, 18 Feb 2012 13:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDoB78050557 for ; Sat, 18 Feb 2012 13:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDoB2a050556; Sat, 18 Feb 2012 13:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 13:50:11 GMT Resent-Message-Id: <201202181350.q1IDoB2a050556@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ben Morrow Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D61106567B for ; Sat, 18 Feb 2012 13:41:04 +0000 (UTC) (envelope-from mauzo@morrow.me.uk) Received: from isis.morrow.me.uk (isis.morrow.me.uk [204.109.63.142]) by mx1.freebsd.org (Postfix) with ESMTP id DDAF38FC16 for ; Sat, 18 Feb 2012 13:41:03 +0000 (UTC) Received: from anubis.morrow.me.uk (host86-169-241-9.range86-169.btcentralplus.com [86.169.241.9]) (Authenticated sender: mauzo) by isis.morrow.me.uk (Postfix) with ESMTPSA id 94B7F451BD for ; Sat, 18 Feb 2012 13:24:51 +0000 (UTC) Received: by anubis.morrow.me.uk (Postfix, from userid 1001) id BF23526EC6; Sat, 18 Feb 2012 13:24:47 +0000 (GMT) Message-Id: <20120218132447.BF23526EC6@anubis.morrow.me.uk> Date: Sat, 18 Feb 2012 13:24:47 +0000 (GMT) From: Ben Morrow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165265: [patch] databases/postgresql-docs: build docs for Pg 9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ben Morrow List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:50:11 -0000 >Number: 165265 >Category: ports >Synopsis: [patch] databases/postgresql-docs: build docs for Pg 9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 13:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ben Morrow >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: morrow.me.uk >Environment: System: FreeBSD anubis.morrow.me.uk 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #1: Fri Dec 30 19:03:35 GMT 2011 mauzo@anubis:/usr/obj/usr/src/sys/ANUBIS amd64 >Description: Currently the postgresql-docs port is marken BROKEN when build against PostgreSQL 9.0 and 9.1 because the tarball no longer contains prebuilt docs. This patch updates the port to build the docs from source for those versions. >How-To-Repeat: >Fix: --- postgresql-docs-9.1 begins here --- diff -ur .zfs/snapshot/orig/databases/postgresql-docs/Makefile databases/postgresql-docs/Makefile --- .zfs/snapshot/orig/databases/postgresql-docs/Makefile 2012-02-18 12:44:44.989481551 +0000 +++ databases/postgresql-docs/Makefile 2012-02-18 13:05:43.134509362 +0000 @@ -30,15 +30,42 @@ PGSQL_VER= ${DEFAULT_PGSQL_VER} .endif -.if (${PGSQL_VER} == 90) || (${PGSQL_VER} == 91) -BROKEN= "not implemented yet" -.endif - -NO_BUILD= YES SLAVE_ONLY= YES -PATCHDIR= mustnotexist PGDOCSDIR?= ${DOCSDIR}/release-${PGSQL_VER} +PGDOCSREL?= ${PGDOCSDIR:S,^${PREFIX}/,,} + +.if ${PGSQL_VER} >= 90 + +_sgmldir= ${PREFIX}/share/sgml +_dbdir= ${_sgmldir}/docbook +_tp= ${PORTSDIR}/textproc + +BUILD_DEPENDS+= onsgmls:${_tp}/opensp \ + openjade:${_tp}/openjade \ + ${_sgmldir}/iso8879/catalog:${_tp}/iso8879 \ + ${_dbdir}/dsssl/modular/catalog:${_tp}/dsssl-docbook-modular \ + ${_dbdir}/4.2/docbook.dtd:${_tp}/docbook-420 + +do-build: + ${GMAKE} -C ${WRKSRC} html + +do-install: + ${MKDIR} ${PGDOCSDIR} + (cd ${WRKSRC}/doc/src/sgml/html && \ + ${COPYTREE_SHARE} \* ${PGDOCSDIR}) + +post-install: + @(cd ${PREFIX} && \ + ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST} + @${ECHO} "@dirrm ${PGDOCSREL}" >> ${TMPPLIST} + @${ECHO} "@unexec rmdir %D/${DOCSDIR_REL} 2>/dev/null || true" \ + >> ${TMPPLIST} + +.else + +NO_BUILD= YES +PATCHDIR= mustnotexist do-install: @ $(MKDIR) ${PGDOCSDIR}; \ @@ -53,4 +80,6 @@ ${ECHO} @dirrm ${PGDOCSDIR:S,^${PREFIX}/,,} >> ${TMPPLIST} ;\ ${ECHO} "@unexec rmdir %D/${DOCSDIR:S,^${PREFIX}/,,} 2> /dev/null || true" >> ${TMPPLIST} +.endif # 9 or greater + .include "${MASTERDIR}/Makefile" diff -ur .zfs/snapshot/orig/databases/postgresql91-server/Makefile databases/postgresql91-server/Makefile --- .zfs/snapshot/orig/databases/postgresql91-server/Makefile 2012-02-18 12:46:00.581039268 +0000 +++ databases/postgresql91-server/Makefile 2012-02-18 12:56:06.338275264 +0000 @@ -334,7 +334,7 @@ @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL .endif -.if !defined(NO_BUILD) +.if !defined(NO_BUILD) && !target(do-build) do-build: @ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks @@ -366,26 +366,29 @@ @${SED} -n s,pgsql,${PG_GROUP},gp ${PORTSDIR}/GIDs > ${WRKDIR}/pggid . endif +. if !target(do-install) do-install: @for dir in ${INSTALL_DIRS}; do \ cd ${WRKSRC}/$${dir} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET}; \ done -. if defined(SERVER_ONLY) +. if defined(SERVER_ONLY) @ ${MKDIR} ${PREFIX}/share/postgresql ;\ ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ ${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \ ${PREFIX}/etc/periodic/daily ${MKDIR} ${PREFIX}/${PG_USER} && ${CHOWN} ${PG_USER}:${PG_GROUP} ${PREFIX}/${PG_USER} -. endif # SERVER_ONLY -. if defined(CLIENT_ONLY) +. endif # SERVER_ONLY +. if defined(CLIENT_ONLY) @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} install-local -. endif +. endif @ if [ -r ${PKGMESSAGE} ]; then \ ${MKDIR} ${DOCSDIR} ;\ ${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README${PKGNAMESUFFIX} ;\ ${CAT} ${PKGMESSAGE} ;\ fi +. endif # !target(do-install) + .endif # !NO_BUILD .if defined(SERVER_ONLY) --- postgresql-docs-9.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 13:50:55 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43FA6106566C; Sat, 18 Feb 2012 13:50:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 173EC8FC1C; Sat, 18 Feb 2012 13:50:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IDos7K055194; Sat, 18 Feb 2012 13:50:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IDosGO055185; Sat, 18 Feb 2012 13:50:54 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 13:50:54 GMT Message-Id: <201202181350.q1IDosGO055185@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165265: [patch] databases/postgresql-docs: build docs for Pg 9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 13:50:55 -0000 Synopsis: [patch] databases/postgresql-docs: build docs for Pg 9 Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 13:50:54 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165265 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:09:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97CC5106566B; Sat, 18 Feb 2012 14:09:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B4DA8FC1D; Sat, 18 Feb 2012 14:09:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IE9ApB067774; Sat, 18 Feb 2012 14:09:10 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IE9AfT067770; Sat, 18 Feb 2012 14:09:10 GMT (envelope-from pawel) Date: Sat, 18 Feb 2012 14:09:10 GMT Message-Id: <201202181409.q1IE9AfT067770@freefall.freebsd.org> To: fernando.apesteguia@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Cc: Subject: Re: ports/164376: New port: graphics/opennurbs allows to transfer 3D geometry between applications. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:09:10 -0000 Synopsis: New port: graphics/opennurbs allows to transfer 3D geometry between applications. State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Sat Feb 18 14:09:10 UTC 2012 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=164376 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:10:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F07DF106566C for ; Sat, 18 Feb 2012 14:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB1898FC13 for ; Sat, 18 Feb 2012 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IEA5MJ067877 for ; Sat, 18 Feb 2012 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IEA5C9067876; Sat, 18 Feb 2012 14:10:05 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 14:10:05 GMT Message-Id: <201202181410.q1IEA5C9067876@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/164376: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:10:06 -0000 The following reply was made to PR ports/164376; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/164376: commit references a PR Date: Sat, 18 Feb 2012 14:03:59 +0000 (UTC) pawel 2012-02-18 14:03:47 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/opennurbs Makefile distinfo pkg-descr pkg-plist graphics/opennurbs/files patch-makefile patch-opennurbs-array-defs.h patch-opennurbs-system.h Log: The openNURBS Initiative provides CAD, CAM, CAE, and computer graphics software developers the tools to accurately transfer 3-D geometry between applications. openNURBS is an open source toolkit for reading and writing models in the 3DM format WWW: http://www.openNURBS.org PR: ports/164376 Submitted by: Fernando Apesteguia Revision Changes Path 1.1484 +1 -0 ports/graphics/Makefile 1.1 +36 -0 ports/graphics/opennurbs/Makefile (new) 1.1 +2 -0 ports/graphics/opennurbs/distinfo (new) 1.1 +27 -0 ports/graphics/opennurbs/files/patch-makefile (new) 1.1 +20 -0 ports/graphics/opennurbs/files/patch-opennurbs-array-defs.h (new) 1.1 +18 -0 ports/graphics/opennurbs/files/patch-opennurbs-system.h (new) 1.1 +7 -0 ports/graphics/opennurbs/pkg-descr (new) 1.1 +8 -0 ports/graphics/opennurbs/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:10:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21271065672 for ; Sat, 18 Feb 2012 14:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4EF8FC14 for ; Sat, 18 Feb 2012 14:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IEA76h067885 for ; Sat, 18 Feb 2012 14:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IEA7s4067884; Sat, 18 Feb 2012 14:10:07 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 14:10:07 GMT Message-Id: <201202181410.q1IEA7s4067884@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/164376: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:10:07 -0000 The following reply was made to PR ports/164376; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/164376: commit references a PR Date: Sat, 18 Feb 2012 14:08:45 +0000 (UTC) pawel 2012-02-18 14:08:37 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For graphics/opennurbs PR: ports/164376 Revision Changes Path 1.1062 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:30:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676C21065675 for ; Sat, 18 Feb 2012 14:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 349AC8FC23 for ; Sat, 18 Feb 2012 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IEU9g6086000 for ; Sat, 18 Feb 2012 14:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IEU9kX085996; Sat, 18 Feb 2012 14:30:09 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 14:30:09 GMT Resent-Message-Id: <201202181430.q1IEU9kX085996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30710106566B for ; Sat, 18 Feb 2012 14:25:13 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id DB6CA8FC0C for ; Sat, 18 Feb 2012 14:25:12 +0000 (UTC) Received: by qadz30 with SMTP id z30so2005785qad.13 for ; Sat, 18 Feb 2012 06:25:12 -0800 (PST) Received: from mr.google.com ([10.229.112.14]) by 10.229.112.14 with SMTP id u14mr9204794qcp.75.1329575112325 (num_hops = 1); Sat, 18 Feb 2012 06:25:12 -0800 (PST) Received: by 10.229.112.14 with SMTP id u14mr7829202qcp.75.1329575111892; Sat, 18 Feb 2012 06:25:11 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id eo4sm33567301qab.16.2012.02.18.06.25.10 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Feb 2012 06:25:11 -0800 (PST) Message-Id: <4f3fb4c7.84c6e00a.2c4e.43b2@mx.google.com> Date: Sat, 18 Feb 2012 06:25:11 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165266: [MAINTAINER] sysutils/duff: Update to 0.5.2, add LICENSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:30:09 -0000 >Number: 165266 >Category: ports >Synopsis: [MAINTAINER] sysutils/duff: Update to 0.5.2, add LICENSE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 14:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Update sysutils/duff to 0.5.2 - Add LICENSE (ZLIB license) >How-To-Repeat: - Use attached diff >Fix: --- 2012-02-18-duff.diff begins here --- diff -ruN duff.orig/Makefile duff/Makefile --- duff.orig/Makefile 2012-02-18 08:21:43.000000000 -0500 +++ duff/Makefile 2012-02-18 09:03:04.000000000 -0500 @@ -6,13 +6,19 @@ # PORTNAME= duff -PORTVERSION= 0.5 +PORTVERSION= 0.5.2 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= bsdkaffee@gmail.com COMMENT= Duplicate file finder +LICENSE= ZLIB +LICENSE_GROUPS= FSF OSI COPYFREE +LICENSE_NAME= ZLIB license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + USE_BZIP2= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff -ruN duff.orig/distinfo duff/distinfo --- duff.orig/distinfo 2012-02-18 08:21:43.000000000 -0500 +++ duff/distinfo 2012-02-18 08:25:03.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (duff-0.5.tar.bz2) = 9e30f84d3d02bdaceb2a901db538906e66c227f80e3651b08bfad8c0f452ee5d -SIZE (duff-0.5.tar.bz2) = 168991 +SHA256 (duff-0.5.2.tar.bz2) = 5615ce50f971d29f6a13bbf4d4ab2d5a7134aad157741515c51d3921aa1b755d +SIZE (duff-0.5.2.tar.bz2) = 174545 --- 2012-02-18-duff.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1986E106566C for ; Sat, 18 Feb 2012 14:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC1F38FC28 for ; Sat, 18 Feb 2012 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IEU9Qb086026 for ; Sat, 18 Feb 2012 14:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IEU9Rb086024; Sat, 18 Feb 2012 14:30:09 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 14:30:09 GMT Resent-Message-Id: <201202181430.q1IEU9Rb086024@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F25E106566C for ; Sat, 18 Feb 2012 14:25:13 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 553148FC12 for ; Sat, 18 Feb 2012 14:25:13 +0000 (UTC) Received: by qadz30 with SMTP id z30so2005792qad.13 for ; Sat, 18 Feb 2012 06:25:12 -0800 (PST) Received: from mr.google.com ([10.229.76.204]) by 10.229.76.204 with SMTP id d12mr9237212qck.156.1329575112864 (num_hops = 1); Sat, 18 Feb 2012 06:25:12 -0800 (PST) Received: by 10.229.76.204 with SMTP id d12mr7873809qck.156.1329575112769; Sat, 18 Feb 2012 06:25:12 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id eo4sm33567301qab.16.2012.02.18.06.25.12 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Feb 2012 06:25:12 -0800 (PST) Message-Id: <4f3fb4c8.84c6e00a.2c4e.43b4@mx.google.com> Date: Sat, 18 Feb 2012 06:25:12 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165267: [MAINTAINER] x11-clocks/plasma-applet-adjustableclock: Update to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:30:10 -0000 >Number: 165267 >Category: ports >Synopsis: [MAINTAINER] x11-clocks/plasma-applet-adjustableclock: Update to 3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 14:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 9.0-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - Update x11-clocks/plasma-applet-adjustableclock to 3.1 >How-To-Repeat: - Use attached diff >Fix: --- 2012-02-18-plasma-applet-adjustableclock.diff begins here --- diff -ruN plasma-applet-adjustableclock.orig/Makefile plasma-applet-adjustableclock/Makefile --- plasma-applet-adjustableclock.orig/Makefile 2012-02-18 09:15:00.000000000 -0500 +++ plasma-applet-adjustableclock/Makefile 2012-02-18 09:15:16.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= adjustableclock -PORTVERSION= 2.8 -PORTREVISION= 1 +PORTVERSION= 3.1 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff -ruN plasma-applet-adjustableclock.orig/distinfo plasma-applet-adjustableclock/distinfo --- plasma-applet-adjustableclock.orig/distinfo 2012-02-18 09:15:00.000000000 -0500 +++ plasma-applet-adjustableclock/distinfo 2012-02-18 09:15:34.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (92825-adjustableclock-2.8.tar.bz2) = 569c0a56b317acd4c607a7a9d46e602e47136c7feefbf83bc00ae5ac0d791e60 -SIZE (92825-adjustableclock-2.8.tar.bz2) = 27587 +SHA256 (92825-adjustableclock-3.1.tar.bz2) = c0a2f782cb2f4c3bf4a1ec2d8747ee8c2ee1aa8c699639c075c2d3d226e84bb7 +SIZE (92825-adjustableclock-3.1.tar.bz2) = 36632 diff -ruN plasma-applet-adjustableclock.orig/pkg-plist plasma-applet-adjustableclock/pkg-plist --- plasma-applet-adjustableclock.orig/pkg-plist 2012-02-18 09:15:00.000000000 -0500 +++ plasma-applet-adjustableclock/pkg-plist 2012-02-18 09:17:44.000000000 -0500 @@ -1,4 +1,5 @@ lib/kde4/plasma_applet_adjustableclock.so +share/apps/adjustableclock/themes.xml share/kde4/services/plasma-applet-adjustableclock.desktop share/locale/de/LC_MESSAGES/plasma_applet_adjustableclock.mo share/locale/et/LC_MESSAGES/plasma_applet_adjustableclock.mo @@ -8,3 +9,4 @@ share/locale/sv/LC_MESSAGES/plasma_applet_adjustableclock.mo share/locale/tr/LC_MESSAGES/plasma_applet_adjustableclock.mo share/locale/uk/LC_MESSAGES/plasma_applet_adjustableclock.mo +@dirrm share/apps/adjustableclock --- 2012-02-18-plasma-applet-adjustableclock.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 14:33:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F821065670; Sat, 18 Feb 2012 14:33:22 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 555978FC13; Sat, 18 Feb 2012 14:33:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IEXMOq096250; Sat, 18 Feb 2012 14:33:22 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IEXLvZ096245; Sat, 18 Feb 2012 14:33:21 GMT (envelope-from scheidell) Date: Sat, 18 Feb 2012 14:33:21 GMT Message-Id: <201202181433.q1IEXLvZ096245@freefall.freebsd.org> To: jarrod@downtools.com.au, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/164908: [PATCH] net-mgmt/nrpe2: Update to 2.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 14:33:22 -0000 Synopsis: [PATCH] net-mgmt/nrpe2: Update to 2.13 Responsible-Changed-From-To: freebsd-ports-bugs->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Sat Feb 18 14:33:21 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164908 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 15:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10BE31065672 for ; Sat, 18 Feb 2012 15:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9C18FC13 for ; Sat, 18 Feb 2012 15:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IFU7uD040816 for ; Sat, 18 Feb 2012 15:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IFU7Tv040815; Sat, 18 Feb 2012 15:30:07 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 15:30:07 GMT Resent-Message-Id: <201202181530.q1IFU7Tv040815@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A2B106566C; Sat, 18 Feb 2012 15:21:03 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C26AA8FC16; Sat, 18 Feb 2012 15:21:02 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1IFKwLr066878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 18 Feb 2012 10:20:58 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1IFKpqx071230; Sat, 18 Feb 2012 10:20:51 -0500 (EST) (envelope-from steve) Message-Id: <201202181520.q1IFKpqx071230@meatwad.mouf.net> Date: Sat, 18 Feb 2012 10:20:51 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/165268: [PATCH] devel/p5-MooseX-Declare: update to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 15:30:08 -0000 >Number: 165268 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Declare: update to 0.35 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 15:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.35 - Add TEST_DEPENDS to enable testing Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Declare-0.35.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Declare/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 21 Jan 2012 17:38:32 -0000 1.5 +++ Makefile 18 Feb 2012 15:20:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Declare -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +23,8 @@ p5-namespace-clean>=0.11:${PORTSDIR}/devel/p5-namespace-clean \ p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Declare/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 3 Jul 2011 14:57:36 -0000 1.5 +++ distinfo 18 Feb 2012 15:20:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (MooseX-Declare-0.34.tar.gz) = eefb968739843f532395953162b744684e7763005a69ecf61042e34a51989850 -SIZE (MooseX-Declare-0.34.tar.gz) = 39029 +SHA256 (MooseX-Declare-0.35.tar.gz) = c180b21b285d2f1b1554067dc277dadf4dc8d217d44cf2947381fafe5f71fdf7 +SIZE (MooseX-Declare-0.35.tar.gz) = 39041 --- p5-MooseX-Declare-0.35.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 15:30:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B77710656B3; Sat, 18 Feb 2012 15:30:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7508FC08; Sat, 18 Feb 2012 15:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IFUJOn041530; Sat, 18 Feb 2012 15:30:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IFUJO5041519; Sat, 18 Feb 2012 15:30:19 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 15:30:19 GMT Message-Id: <201202181530.q1IFUJO5041519@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165268: [PATCH] devel/p5-MooseX-Declare: update to 0.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 15:30:19 -0000 Synopsis: [PATCH] devel/p5-MooseX-Declare: update to 0.35 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 15:30:18 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165268 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 16:57:36 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB835106564A; Sat, 18 Feb 2012 16:57:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF0AE8FC14; Sat, 18 Feb 2012 16:57:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IGvaRP025198; Sat, 18 Feb 2012 16:57:36 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IGvaOM025194; Sat, 18 Feb 2012 16:57:36 GMT (envelope-from sunpoet) Date: Sat, 18 Feb 2012 16:57:36 GMT Message-Id: <201202181657.q1IGvaOM025194@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165264: [patch] update www/piwigo to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 16:57:36 -0000 Synopsis: [patch] update www/piwigo to 2.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Feb 18 16:57:36 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165264 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 17:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106C7106564A for ; Sat, 18 Feb 2012 17:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD4218FC0A for ; Sat, 18 Feb 2012 17:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IH0JP1025301 for ; Sat, 18 Feb 2012 17:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IH0Jww025299; Sat, 18 Feb 2012 17:00:19 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 17:00:19 GMT Resent-Message-Id: <201202181700.q1IH0Jww025299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Svyatoslav Lempert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D427C1065670 for ; Sat, 18 Feb 2012 16:54:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A65CC8FC17 for ; Sat, 18 Feb 2012 16:54:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IGsDw9031001 for ; Sat, 18 Feb 2012 16:54:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IGsD17030970; Sat, 18 Feb 2012 16:54:13 GMT (envelope-from nobody) Message-Id: <201202181654.q1IGsD17030970@red.freebsd.org> Date: Sat, 18 Feb 2012 16:54:13 GMT From: Svyatoslav Lempert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165269: [update] archivers/rar 4.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 17:00:20 -0000 >Number: 165269 >Category: ports >Synopsis: [update] archivers/rar 4.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 17:00:19 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Svyatoslav Lempert >Release: 8.2-STABLE >Organization: >Environment: >Description: - Update to 4.1.0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 17:00:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41C4106564A; Sat, 18 Feb 2012 17:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B78F78FC08; Sat, 18 Feb 2012 17:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IH0Vs7025527; Sat, 18 Feb 2012 17:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IH0VAr025518; Sat, 18 Feb 2012 17:00:31 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 17:00:31 GMT Message-Id: <201202181700.q1IH0VAr025518@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gabor@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165269: [update] archivers/rar 4.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 17:00:32 -0000 Synopsis: [update] archivers/rar 4.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->gabor Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 17:00:30 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165269 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 17:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91EF81065676 for ; Sat, 18 Feb 2012 17:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 629B68FC12 for ; Sat, 18 Feb 2012 17:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IHUBNR052648 for ; Sat, 18 Feb 2012 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IHUB0o052645; Sat, 18 Feb 2012 17:30:11 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 17:30:11 GMT Message-Id: <201202181730.q1IHUB0o052645@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aragon Gouveia Cc: Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aragon Gouveia List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 17:30:11 -0000 The following reply was made to PR ports/165247; it has been noted by GNATS. From: Aragon Gouveia To: bug-followup@FreeBSD.org, avg@icyb.net.ua Cc: Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch Date: Sat, 18 Feb 2012 21:20:27 +0200 Thanks for your submission! I presume this change will break the port on older releases, so it'd be good if I can make the port apply the old patch for those still. Do you know the nearest __FreeBSD_version before this was changed? From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 17:40:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDB61065675 for ; Sat, 18 Feb 2012 17:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4A578FC0A for ; Sat, 18 Feb 2012 17:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IHe7Wr063595 for ; Sat, 18 Feb 2012 17:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IHe7vY063594; Sat, 18 Feb 2012 17:40:07 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 17:40:07 GMT Resent-Message-Id: <201202181740.q1IHe7vY063594@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Simon L. B. Nielsen" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CC00106564A for ; Sat, 18 Feb 2012 17:34:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 873918FC1D for ; Sat, 18 Feb 2012 17:34:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IHYOOx009545 for ; Sat, 18 Feb 2012 17:34:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IHYOdq009544; Sat, 18 Feb 2012 17:34:24 GMT (envelope-from nobody) Message-Id: <201202181734.q1IHYOdq009544@red.freebsd.org> Date: Sat, 18 Feb 2012 17:34:24 GMT From: "Simon L. B. Nielsen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165270: Ports keeps displaying useless 'License check disabled, port has not defined LICENSE' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 17:40:08 -0000 >Number: 165270 >Category: ports >Synopsis: Ports keeps displaying useless 'License check disabled, port has not defined LICENSE' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 17:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Simon L. B. Nielsen >Release: NA >Organization: FreeBSD.org >Environment: FreeBSD blue.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #12 r230640: Sat Jan 28 04:16:08 UTC 2012 simon@blue.freebsd.org:/usr/obj/usr/src/sys/BLUE amd64 >Description: [root@blue:apache22] cd /usr/ports/www/apache22 [root@blue:apache22] make fetch-recursive |& grep 'License check disabled, port has not defined LICENSE' ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE ===> License check disabled, port has not defined LICENSE [root@blue:apache22] make fetch-recursive | & grep 'License check disabled, port has not defined LICENSE' | wc -l 15 I have not defined any license parameters in make.conf / ports.conf so it should be obvious that I don't care IMO about ports not knowing which license are present. Unless the user has requested specific licence checks etc (I'm not sure what's possible) the above messages should just be silenced. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 18:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F29E51065670 for ; Sat, 18 Feb 2012 18:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDA338FC14 for ; Sat, 18 Feb 2012 18:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IIUCFj008282 for ; Sat, 18 Feb 2012 18:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IIUCSq008279; Sat, 18 Feb 2012 18:30:12 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 18:30:12 GMT Message-Id: <201202181830.q1IIUCSq008279@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 18:30:13 -0000 The following reply was made to PR ports/165247; it has been noted by GNATS. From: Andriy Gapon To: Aragon Gouveia Cc: bug-followup@FreeBSD.org Subject: Re: ports/165247: [PATCH] audio/alsa-plugins: remove parts of FreeBSD-specific patch Date: Sat, 18 Feb 2012 20:19:30 +0200 on 18/02/2012 21:20 Aragon Gouveia said the following: > Thanks for your submission! > > I presume this change will break the port on older releases, so it'd be good if > I can make the port apply the old patch for those still. Do you know the > nearest __FreeBSD_version before this was changed? This has been committed as r221388 to then head on May 3 2011, MFC-ed to stable/8 as r221583 on May 7 2011, and to stable/7 as r221584 on the same day. The nearest __FreeBSD_version bumps I could find are: - for head and stable/9: 900038 - stable/8: 802504 - stable/7: there has not been a __FreeBSD_version bump yet As such, 8.2 and 7.4 releases do not have the change. -- Andriy Gapon From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 18:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09AAA106566C for ; Sat, 18 Feb 2012 18:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D879C8FC14 for ; Sat, 18 Feb 2012 18:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IIo8IK027681 for ; Sat, 18 Feb 2012 18:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IIo89G027680; Sat, 18 Feb 2012 18:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 18:50:08 GMT Resent-Message-Id: <201202181850.q1IIo89G027680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A55F4106564A for ; Sat, 18 Feb 2012 18:44:05 +0000 (UTC) (envelope-from murashin@gfd-dennou.org) Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159]) by mx1.freebsd.org (Postfix) with SMTP id 3AE2C8FC12 for ; Sat, 18 Feb 2012 18:44:05 +0000 (UTC) Received: (qmail 24688 invoked by uid 0); 19 Feb 2012 03:44:03 +0900 Received: from unknown (HELO localhost) (114.188.96.148) by studenno.kugi.kyoto-u.ac.jp with (RC4-SHA encrypted) SMTP; Sun, 19 Feb 2012 03:44:03 +0900 Message-Id: <20120219.034352.342634486.murashin@gfd-dennou.org> Date: Sun, 19 Feb 2012 03:43:52 +0900 (JST) From: Shin-ya Murakami To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/165272: [maintainer-update] math/ruby-narray_miss: update to 1.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 18:50:09 -0000 >Number: 165272 >Category: ports >Synopsis: [maintainer-update] math/ruby-narray_miss: update to 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 18:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shin-ya Murakami >Release: FreeBSD 10.0-CURRENT amd64 >Organization: GFD-Dennou Club >Environment: System: FreeBSD phase 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jan 29 22:06:28 JST 2012 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64 >Description: - update to 1.2.6 - add URLs of MASTER_SITES - add LICENSE related lines - update author's email address >How-To-Repeat: N/A >Fix: --- ruby-narray_miss.diff begins here --- diff -urN /usr/ports/math/ruby-narray_miss/Makefile ruby-narray_miss/Makefile --- /usr/ports/math/ruby-narray_miss/Makefile 2011-02-05 19:33:55.000000000 +0900 +++ ruby-narray_miss/Makefile 2012-02-19 00:52:27.044438403 +0900 @@ -6,23 +6,32 @@ # PORTNAME= narray_miss -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.6 CATEGORIES= math ruby -MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/narray_miss/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/narray_miss/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= murashin@gfd-dennou.org COMMENT= Additional class with processing of missing value to NArray +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray USE_RUBY= yes -USE_RUBY_SETUP= yes +USE_RAKE= yes + +NO_WRKSUBDIR= yes +NO_BUILD= yes -DOCS= ChangeLog README doc/narray_miss.html +DOCS= LICENSE.txt README.rdoc do-install: + cd ${WRKSRC} && ${RAKE_BIN} nongeminstall .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} diff -urN /usr/ports/math/ruby-narray_miss/distinfo ruby-narray_miss/distinfo --- /usr/ports/math/ruby-narray_miss/distinfo 2011-02-05 19:33:55.000000000 +0900 +++ ruby-narray_miss/distinfo 2012-02-19 00:53:18.960438411 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby/narray_miss-1.2.1.tar.gz) = 6191f690917426cb6fd69ae41de077d9fde69159c09b3fa45866cf5d1e2d3661 -SIZE (ruby/narray_miss-1.2.1.tar.gz) = 23230 +SHA256 (ruby/narray_miss-1.2.6.tar.gz) = bc6ecd15b63c891cc3dda137aeb501301422a395f11a3e0439a8bca02f9379b8 +SIZE (ruby/narray_miss-1.2.6.tar.gz) = 12855 diff -urN /usr/ports/math/ruby-narray_miss/pkg-descr ruby-narray_miss/pkg-descr --- /usr/ports/math/ruby-narray_miss/pkg-descr 2004-02-28 06:44:31.000000000 +0900 +++ ruby-narray_miss/pkg-descr 2012-02-19 00:53:00.519437460 +0900 @@ -1,5 +1,5 @@ This is an additional class of ruby with conduct processing of missing value to NArray which is a numeric multi-dimensional array class. -Author: Seiya Nishizawa +Author: Seiya Nishizawa WWW: http://ruby.gfd-dennou.org/products/narray_miss/ diff -urN /usr/ports/math/ruby-narray_miss/pkg-plist ruby-narray_miss/pkg-plist --- /usr/ports/math/ruby-narray_miss/pkg-plist 2004-02-28 06:44:31.000000000 +0900 +++ ruby-narray_miss/pkg-plist 2012-02-19 03:39:50.088434846 +0900 @@ -1,5 +1,7 @@ %%RUBY_SITELIBDIR%%/narray_miss.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/narray_miss.html +%%RUBY_SITELIBDIR%%/narray_miss/narray_miss.rb +%%RUBY_SITELIBDIR%%/narray_miss/version.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.rdoc +@dirrm %%RUBY_SITELIBDIR%%/narray_miss %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% --- ruby-narray_miss.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 18:50:19 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8ED0106566B; Sat, 18 Feb 2012 18:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7EF8FC15; Sat, 18 Feb 2012 18:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IIoJim027834; Sat, 18 Feb 2012 18:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IIoJjC027830; Sat, 18 Feb 2012 18:50:19 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 18:50:19 GMT Message-Id: <201202181850.q1IIoJjC027830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165272: [maintainer-update] math/ruby-narray_miss: update to 1.2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 18:50:19 -0000 Synopsis: [maintainer-update] math/ruby-narray_miss: update to 1.2.6 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 18:50:19 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165272 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8726E106567B for ; Sat, 18 Feb 2012 19:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68F838FC0A for ; Sat, 18 Feb 2012 19:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJ0Jmu036077 for ; Sat, 18 Feb 2012 19:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJ0JE4036075; Sat, 18 Feb 2012 19:00:19 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 19:00:19 GMT Resent-Message-Id: <201202181900.q1IJ0JE4036075@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E019F1065672; Sat, 18 Feb 2012 18:59:10 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB6C8FC14; Sat, 18 Feb 2012 18:59:10 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1IIx6SV068542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 18 Feb 2012 13:59:06 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1IIx61i019426; Sat, 18 Feb 2012 13:59:06 -0500 (EST) (envelope-from steve) Message-Id: <201202181859.q1IIx61i019426@meatwad.mouf.net> Date: Sat, 18 Feb 2012 13:59:06 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sunpoet@FreeBSD.org Subject: ports/165273: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:00:20 -0000 >Number: 165273 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 19:00:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Runnable-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Runnable/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 11 Jun 2011 14:56:32 -0000 1.1 +++ Makefile 18 Feb 2012 18:58:23 -0000 @@ -14,13 +14,17 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tag a class as a runnable application -RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-TableDriven>=0:${PORTSDIR}/devel/p5-Test-TableDriven \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes --- p5-MooseX-Runnable-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 515FC106564A; Sat, 18 Feb 2012 19:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 245558FC13; Sat, 18 Feb 2012 19:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJ0Wr2036361; Sat, 18 Feb 2012 19:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJ0VCl036352; Sat, 18 Feb 2012 19:00:32 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 19:00:32 GMT Message-Id: <201202181900.q1IJ0VCl036352@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165273: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:00:32 -0000 Synopsis: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 19:00:31 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165273 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:05:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98347106564A; Sat, 18 Feb 2012 19:05:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6941D8FC0C; Sat, 18 Feb 2012 19:05:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJ5mUQ044813; Sat, 18 Feb 2012 19:05:48 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJ5liQ044808; Sat, 18 Feb 2012 20:05:47 +0100 (CET) (envelope-from dinoex) Date: Sat, 18 Feb 2012 20:05:47 +0100 (CET) Message-Id: <201202181905.q1IJ5liQ044808@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, dirk.meyer@dinoex.sub.org, dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: dinoex@FreeBSD.org Cc: Subject: Re: ports/165235: [PATCH] multimedia/mplayer to use libgif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:05:48 -0000 Synopsis: [PATCH] multimedia/mplayer to use libgif State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sat Feb 18 20:05:37 CET 2012 State-Changed-Why: committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=165235 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 668FE106564A for ; Sat, 18 Feb 2012 19:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50E1A8FC0C for ; Sat, 18 Feb 2012 19:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJAAtR045262 for ; Sat, 18 Feb 2012 19:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJAAPU045261; Sat, 18 Feb 2012 19:10:10 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 19:10:10 GMT Message-Id: <201202181910.q1IJAAPU045261@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/165235: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:10:10 -0000 The following reply was made to PR ports/165235; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165235: commit references a PR Date: Sat, 18 Feb 2012 19:04:56 +0000 (UTC) dinoex 2012-02-18 19:04:47 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile.options Log: - move dependency to giflib PR: 165235 Revision Changes Path 1.28 +2 -2 ports/multimedia/mplayer/Makefile.options _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA2DA1065673 for ; Sat, 18 Feb 2012 19:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1F78FC13 for ; Sat, 18 Feb 2012 19:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJAANN045271 for ; Sat, 18 Feb 2012 19:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJAAm0045270; Sat, 18 Feb 2012 19:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 19:10:10 GMT Resent-Message-Id: <201202181910.q1IJAAm0045270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Donovan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D367106566B for ; Sat, 18 Feb 2012 19:08:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 184CB8FC22 for ; Sat, 18 Feb 2012 19:08:17 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IJ8GiU071698 for ; Sat, 18 Feb 2012 19:08:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IJ8GMJ071697; Sat, 18 Feb 2012 19:08:16 GMT (envelope-from nobody) Message-Id: <201202181908.q1IJ8GMJ071697@red.freebsd.org> Date: Sat, 18 Feb 2012 19:08:16 GMT From: Matthew Donovan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165274: Update sterm to 0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:10:10 -0000 >Number: 165274 >Category: ports >Synopsis: Update sterm to 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 19:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew Donovan >Release: FreeBSD 9.0-Release >Organization: >Environment: >Description: Patch that is attached is to update sterm to version 0.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN sterm.orig/Makefile sterm/Makefile --- sterm.orig/Makefile 2012-02-18 13:59:21.746397521 -0500 +++ sterm/Makefile 2012-02-18 13:55:52.244571215 -0500 @@ -6,19 +6,18 @@ # PORTNAME= sterm -PORTVERSION= 0.0.20110401 +PORTVERSION= 0.2 CATEGORIES= x11 -MASTER_SITES= http://kitchetech.com/port/distfile/ \ - LOCAL/martymac +MASTER_SITES= http://dl.suckless.org/st/ -MAINTAINER= kitchetech@gmail.com +MAINTAINER= kitche@kitchetech.com COMMENT= A simple X terminal RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE - +DISTNAME= st-${PORTVERSION} USE_XORG= x11 MAN1= st.1 diff -ruN sterm.orig/distinfo sterm/distinfo --- sterm.orig/distinfo 2012-02-18 13:59:21.746397521 -0500 +++ sterm/distinfo 2012-02-18 13:53:02.485399030 -0500 @@ -1,2 +1,2 @@ -SHA256 (sterm-0.0.20110401.tar.gz) = 966a9f30b5112b5f30a17ab2016947b2027f892aa19e486ca7d96ebab1cc8863 -SIZE (sterm-0.0.20110401.tar.gz) = 17303 +SHA256 (st-0.2.tar.gz) = 80e68ee5442188becaf02e2197fe93d0b53c78d770d87cef2e7496ee6ae7383f +SIZE (st-0.2.tar.gz) = 19421 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:11:46 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A594106566B; Sat, 18 Feb 2012 19:11:46 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4518FC08; Sat, 18 Feb 2012 19:11:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJBjaO053353; Sat, 18 Feb 2012 19:11:46 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJBj54053349; Sat, 18 Feb 2012 19:11:45 GMT (envelope-from makc) Date: Sat, 18 Feb 2012 19:11:45 GMT Message-Id: <201202181911.q1IJBj54053349@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/165260: [MAINTAINER] finance/libalkimia: Update to 4.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:11:46 -0000 Synopsis: [MAINTAINER] finance/libalkimia: Update to 4.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sat Feb 18 19:11:45 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165260 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:11:48 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D84EC1065670; Sat, 18 Feb 2012 19:11:48 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB92E8FC0A; Sat, 18 Feb 2012 19:11:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJBmWg053418; Sat, 18 Feb 2012 19:11:48 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJBm9X053414; Sat, 18 Feb 2012 19:11:48 GMT (envelope-from makc) Date: Sat, 18 Feb 2012 19:11:48 GMT Message-Id: <201202181911.q1IJBm9X053414@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/165261: [MAINTAINER] finance/aqbanking: Update to 5.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:11:48 -0000 Synopsis: [MAINTAINER] finance/aqbanking: Update to 5.0.22 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sat Feb 18 19:11:48 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165261 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:11:51 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67B75106566B; Sat, 18 Feb 2012 19:11:51 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4D78FC15; Sat, 18 Feb 2012 19:11:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJBp2R053483; Sat, 18 Feb 2012 19:11:51 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJBptm053479; Sat, 18 Feb 2012 19:11:51 GMT (envelope-from makc) Date: Sat, 18 Feb 2012 19:11:51 GMT Message-Id: <201202181911.q1IJBptm053479@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/165262: [MAINTAINER] finance/kmymoney-kde4: Update to 4.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:11:51 -0000 Synopsis: [MAINTAINER] finance/kmymoney-kde4: Update to 4.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sat Feb 18 19:11:50 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165262 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:11:53 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2796106566C; Sat, 18 Feb 2012 19:11:53 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C649D8FC16; Sat, 18 Feb 2012 19:11:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJBrGg053548; Sat, 18 Feb 2012 19:11:53 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJBrlw053544; Sat, 18 Feb 2012 19:11:53 GMT (envelope-from makc) Date: Sat, 18 Feb 2012 19:11:53 GMT Message-Id: <201202181911.q1IJBrlw053544@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/165267: [MAINTAINER] x11-clocks/plasma-applet-adjustableclock: Update to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:11:54 -0000 Synopsis: [MAINTAINER] x11-clocks/plasma-applet-adjustableclock: Update to 3.1 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sat Feb 18 19:11:53 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165267 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:13:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F4A106566B; Sat, 18 Feb 2012 19:13:57 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 370BF8FC08; Sat, 18 Feb 2012 19:13:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJDvlL054583; Sat, 18 Feb 2012 19:13:57 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJDvDH054579; Sat, 18 Feb 2012 19:13:57 GMT (envelope-from makc) Date: Sat, 18 Feb 2012 19:13:57 GMT Message-Id: <201202181913.q1IJDvDH054579@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Cc: Subject: Re: ports/165266: [MAINTAINER] sysutils/duff: Update to 0.5.2, add LICENSE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:13:57 -0000 Synopsis: [MAINTAINER] sysutils/duff: Update to 0.5.2, add LICENSE Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Sat Feb 18 19:13:56 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165266 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB0B1065672 for ; Sat, 18 Feb 2012 19:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53E208FC1D for ; Sat, 18 Feb 2012 19:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJUAEX064040 for ; Sat, 18 Feb 2012 19:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJUAVe064038; Sat, 18 Feb 2012 19:30:10 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 19:30:10 GMT Resent-Message-Id: <201202181930.q1IJUAVe064038@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 303DF1065677; Sat, 18 Feb 2012 19:21:45 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C5EDF8FC14; Sat, 18 Feb 2012 19:21:44 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id q1IJLfsk068761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 18 Feb 2012 14:21:41 -0500 (EST) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1IJLeiv073674; Sat, 18 Feb 2012 14:21:40 -0500 (EST) (envelope-from steve) Message-Id: <201202181921.q1IJLeiv073674@meatwad.mouf.net> Date: Sat, 18 Feb 2012 14:21:40 -0500 (EST) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sahil@FreeBSD.org Subject: ports/165275: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:30:10 -0000 >Number: 165275 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 19:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch. It might be a good idea to move the JSON-XS dep to BUILD/RUN, but that removes the flexibility of JSON-Any module Port maintainer (sahil@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Storage-0.30_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Storage/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 17 Sep 2011 06:49:00 -0000 1.18 +++ Makefile 18 Feb 2012 19:15:49 -0000 @@ -7,6 +7,7 @@ PORTNAME= MooseX-Storage PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +17,13 @@ BUILD_DEPENDS= p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \ p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \ + p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix -RUN_DEPENDS:= ${BUILD_DEPENDS} + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS PERL_CONFIGURE= yes --- p5-MooseX-Storage-0.30_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:30:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73A281065674; Sat, 18 Feb 2012 19:30:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4522E8FC1D; Sat, 18 Feb 2012 19:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJULoQ064677; Sat, 18 Feb 2012 19:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJUL3L064671; Sat, 18 Feb 2012 19:30:21 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 19:30:21 GMT Message-Id: <201202181930.q1IJUL3L064671@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sahil@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165275: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:30:21 -0000 Synopsis: [PATCH] devel/p5-MooseX-Storage: move some DEPENDS to TEST_DEPENDS, add a JSON module for testing Responsible-Changed-From-To: freebsd-ports-bugs->sahil Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 19:30:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165275 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7EC41065672 for ; Sat, 18 Feb 2012 19:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C0C348FC1A for ; Sat, 18 Feb 2012 19:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJo4Tf083681 for ; Sat, 18 Feb 2012 19:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJo4JX083680; Sat, 18 Feb 2012 19:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 19:50:04 GMT Resent-Message-Id: <201202181950.q1IJo4JX083680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaime Bozza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEC86106564A for ; Sat, 18 Feb 2012 19:43:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 917D08FC08 for ; Sat, 18 Feb 2012 19:43:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IJhOhf028760 for ; Sat, 18 Feb 2012 19:43:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IJhOKL028754; Sat, 18 Feb 2012 19:43:24 GMT (envelope-from nobody) Message-Id: <201202181943.q1IJhOKL028754@red.freebsd.org> Date: Sat, 18 Feb 2012 19:43:24 GMT From: Jaime Bozza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165276: [update] www/nginx add auth-digest module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:50:05 -0000 >Number: 165276 >Category: ports >Synopsis: [update] www/nginx add auth-digest module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 19:50:04 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jaime Bozza >Release: 9.0-STABLE >Organization: >Environment: FreeBSD hera.mindsites.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Feb 10 15:31:26 CST 2012 root@newtest:/usr/obj/usr/src/sys/HERA amd64 >Description: Add the 3rd party module auth-digest. >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -ur nginx.orig/Makefile nginx/Makefile --- nginx.orig/Makefile 2012-02-14 06:45:33.000000000 -0600 +++ nginx/Makefile 2012-02-18 13:06:17.000000000 -0600 @@ -54,6 +54,7 @@ HEADERS_MORE_MODULE "3rd party headers_more module" off \ HTTP_ACCEPT_LANGUAGE "3rd party accept_language module" off \ HTTP_ACCESSKEY_MODULE "3rd party http_accesskey module" off \ + HTTP_AUTH_DIGEST_MODULE "3rd party http_authdigest module" off \ HTTP_AUTH_PAM_MODULE "3rd party http_auth_pam module" off \ HTTP_AUTH_REQ_MODULE "3rd party http_auth_request module" off \ HTTP_EVAL_MODULE "3rd party eval module" off \ @@ -189,6 +190,14 @@ CONFIGURE_ARGS+=--with-http_addition_module .endif +.if defined(WITH_HTTP_AUTH_DIGEST_MODULE) +GIT_AUTH_DIGEST_MODULE_VERSION= bd1c86a +FETCH_ARGS= -pRr +MASTER_SITES+= https://github.com/samizdatco/nginx-http-auth-digest/tarball/master/:auth_digest +DISTFILES+= samizdatco-nginx-http-auth-digest-${GIT_AUTH_DIGEST_MODULE_VERSION}.tar.gz:auth_digest +CONFIGURE_ARGS+=--add-module=${WRKDIR}/samizdatco-nginx-http-auth-digest-${GIT_AUTH_DIGEST_MODULE_VERSION} +.endif + .if defined(WITH_HTTP_AUTH_PAM_MODULE) NGINX_AUTH_PAM_MODULE_VERSION= 1.2 MASTER_SITES+= http://web.iti.upv.es/~sto/nginx/:auth_pam diff -ur nginx.orig/distinfo nginx/distinfo --- nginx.orig/distinfo 2012-02-06 11:50:45.000000000 -0600 +++ nginx/distinfo 2012-02-13 15:18:08.000000000 -0600 @@ -4,6 +4,8 @@ SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 +SHA256 (samizdatco-nginx-http-auth-digest-bd1c86a.tar.gz) = e223f55fd97e56425e232d8698e024707d1b2ed3714eff7d91a4d1ca76b4cbee +SIZE (samizdatco-nginx-http-auth-digest-bd1c86a.tar.gz) = 14454 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_http_auth_request_module-0.2.tar.gz) = eea5d0ec02bba93d0b204a034230cc61462b60497cbac6f581d7e008a9262ba4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 19:50:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5F381065674; Sat, 18 Feb 2012 19:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89D9A8FC13; Sat, 18 Feb 2012 19:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IJoEsc083880; Sat, 18 Feb 2012 19:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IJoETj083876; Sat, 18 Feb 2012 19:50:14 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 19:50:14 GMT Message-Id: <201202181950.q1IJoETj083876@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, osa@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165276: [update] www/nginx add auth-digest module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 19:50:14 -0000 Synopsis: [update] www/nginx add auth-digest module Responsible-Changed-From-To: freebsd-ports-bugs->osa Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 19:50:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165276 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 21:00:17 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA68B106564A for ; Sat, 18 Feb 2012 21:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE3C88FC12 for ; Sat, 18 Feb 2012 21:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IL0HfQ049600 for ; Sat, 18 Feb 2012 21:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IL0Hn0049599; Sat, 18 Feb 2012 21:00:17 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 21:00:17 GMT Resent-Message-Id: <201202182100.q1IL0Hn0049599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicolas de Bari Embriz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E9B106566C for ; Sat, 18 Feb 2012 21:00:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C612E8FC16 for ; Sat, 18 Feb 2012 21:00:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1IL07gp068054 for ; Sat, 18 Feb 2012 21:00:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1IL07VN068053; Sat, 18 Feb 2012 21:00:07 GMT (envelope-from nobody) Message-Id: <201202182100.q1IL07VN068053@red.freebsd.org> Date: Sat, 18 Feb 2012 21:00:07 GMT From: Nicolas de Bari Embriz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165277: update port mail/qmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 21:00:17 -0000 >Number: 165277 >Category: ports >Synopsis: update port mail/qmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 21:00:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Nicolas de Bari Embriz >Release: 8 >Organization: >Environment: FreeBSD eu.route.mx 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Fri Dec 10 08:27:37 EST 2010 >Description: patch to qmail-ldap so it can allow EZMLM to user multiple servers on DIR/qmqpservers/0 qmail processes messages on a first-come-first-served basis. This means that when it receives a post to 100,000 subscribers, it will try all the recipients before processing the next message. Often, it is desirable to offload this work to an external host so that the main list host remains responsive to e.g. ‘subscribe’ and archive access commands, as well as to other mail is it is not a dedicated mail host. ezmlm-idx allows the main distribution work to be offloaded to an external server via the QMQP protocol.Configure qmail-qmqpc(1) on the list host, and qmail-qmqpd(1) on the mail host (see qmail docs for details), then create the file DIR/qmqpservers/0. The list housed in DIR will now use the QMQP server for posts. The local qmail is used for other messages in versions prior to 7.1. with this patch, you can specify the QMQP server IP addresses, one per line, in DIR/qmqpservers/0, just as you normally would in /var/qmail/control/qmqpservers. If the first server cannot be contacted, the installation will try the second, and so on. more details: http://www.ezmlm.org/faq/How-QMQP-support-works.html the 'small' patch only modifies qmail-qmqpc.c after as been patched with qmail-ldap patch. http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/qmail-qmqpc-servers_on_cmd_line.c >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN qmail.old/Makefile qmail/Makefile --- qmail.old/Makefile 2011-08-21 05:56:39.204328449 -0400 +++ qmail/Makefile 2012-02-18 14:43:36.963407957 -0500 @@ -2,7 +2,7 @@ # Date created: 25 May 1998 # Whom: Mario S F Ferreira et al. # -# $FreeBSD: ports/mail/qmail/Makefile,v 1.154 2011/07/26 22:13:55 garga Exp $ +# $FreeBSD: ports/mail/qmail/Makefile,v 1.156 2011/11/16 21:18:26 garga Exp $ # PORTNAME= qmail @@ -178,7 +178,10 @@ XF_QUITASAP "Close SMTP session ASAP (SMTPEXTFORK)" off \ SENDERCHECK4 "LOOSE checks exclusively for RELAY clients" off \ ENHACELOGS "Enhace qmail-smtpd logs (spamcontrol-like)" off \ - GRTDELAY "Add jms1's Greet Delay feature" off + GRTDELAY "Add jms1's Greet Delay feature" off \ + SMTPAUTHUSER "create env SMTPAUTHUSER containing authuser" off\ + SRS "Sender Rewriting Scheme support" off\ + EZMLM_QMQPC "Allow multiple servers on DIR/qmqpservers/0" off LDAP_PARAMS= ALTQUEUE BIGBROTHER BIGTODO BIND_8_COMPAT\ CLEARTEXTPASSWD DASH_EXT DATA_COMPRESS\ @@ -305,16 +308,16 @@ CONFIGUREPROGRAMS= install dnsfq hostname dnsip ipmeprint dnsptr CONFIGURESCRIPTS= config config-fast -.include "${.CURDIR}/../../Mk/bsd.mail.mk" +WANT_QMAIL= yes -.if (${PREFIX} != ${LOCALBASE}) +.include + +.if ${PREFIX} != ${LOCALBASE} DOCSDIR= ${PREFIX}/doc .endif NO_MTREE= yes -.include - .if ${OSVERSION} >= 900007 . if defined(SLAVE_LDAP) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx-ldap @@ -349,6 +352,13 @@ PLIST_SUB+= EXTERNAL_TODO="@comment " . endif +. if defined(WITH_SRS) +BUILD_DEPENDS= srs:${PORTSDIR}/mail/libsrs2 +MASTER_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:srs_ldap +SRS_LDAP_PATCH = qmail-ldap-1.03-20060201-SRS.patch +DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap +. endif + .endif .if defined(WITH_SMTP_AUTH_PATCH) && !defined(BARRIER_SMTP_AUTH_PATCH) @@ -515,6 +525,24 @@ PATCHFILES+= enhacelogging-ldap-${LDAP_PATCH_DATE}_4.patch:ldapenhacelog .endif +.if defined(SLAVE_LDAP) && defined(WITH_SMTPAUTHUSER) +PATCH_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:smtpauthuser \ + ${MASTER_SITE_LOCAL:S/$/:smtpauthuser/} +PATCH_SITE_SUBDIR+= garga/qmail/:smtpauthuser +. if defined(WITH_ENHACELOGS) +PATCHFILES+= qmail-1.03-enhaceloggingSMTPAUTHUSER:smtpauthuser +. else +PATCHFILES+= SMTPAUTHUSER.patch:smtpauthuser +. endif +.endif + +.if defined(SLAVE_LDAP) && defined(WITH_EZMLM_QMQPC) +PATCH_SITES+= http://qmail-ldap-smtpauthuser.googlecode.com/svn/trunk/:ezmlm_qmqpc \ + ${MASTER_SITE_LOCAL:S/$/:ezmlm_qmqpc/} +PATCH_SITE_SUBDIR+= garga/qmail/:ezmlm_qmqpc +PATCHFILES+= qmail-qmqpc-servers_on_cmd_line.c:ezmlm_qmqpc +.endif + .if defined(SLAVE_SPAMCONTROL) MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:ucspi_ssl/} \ http://www.superscript.com/ucspi-ssl/:ucspi_ssl \ @@ -708,6 +736,9 @@ @${REINPLACE_CMD} "s|^#LDAPFLAGS=.*$$|LDAPFLAGS=${LDAPFLAGS}|" \ ${WRKSRC}/Makefile . endif +. if defined(WITH_SRS) + @${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${SRS_LDAP_PATCH} +. endif .endif .if defined(EXT_BIG_TODO_PATCH) @${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${EXT_BIG_TODO_PATCH} @@ -733,6 +764,7 @@ do-configure: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-qmail .if defined(WITH_BIG_CONCURRENCY_PATCH) \ && !defined(BARRIER_BIG_CONCURRENCY_PATCH) \ diff -urN qmail.old/distinfo qmail/distinfo --- qmail.old/distinfo 2011-08-21 05:56:39.204328449 -0400 +++ qmail/distinfo 2012-02-18 14:58:07.402706659 -0500 @@ -1,80 +1,24 @@ SHA256 (qmail/qmail-1.03.tar.gz) = 21ed6c562cbb55092a66197c35c8222b84115d1acab0854fdb1ad1f301626f88 SIZE (qmail/qmail-1.03.tar.gz) = 220668 -SHA256 (qmail/qmail-103.patch) = 4cad53c7a6628a600c74c36bfee327db5052ca24c222d4013e4dfcd7f427653d -SIZE (qmail/qmail-103.patch) = 2104 -SHA256 (qmail/qmailqueue-patch) = 52e82aaa34e9f1308b063cc986a701f67e161662e9f789bb12af03a381530f94 -SIZE (qmail/qmailqueue-patch) = 2510 -SHA256 (qmail/big-todo.103.patch) = afa0a249e3271badd442f0bdae39997d9fe536157d8a0d62b6706f3dfcd11a72 -SIZE (qmail/big-todo.103.patch) = 5546 -SHA256 (qmail/big-concurrency.patch) = 0322991955878e86af495f7317c3a4bd2e60640f9a6dd70ad501fff27242ac2f -SIZE (qmail/big-concurrency.patch) = 9331 -SHA256 (qmail/sendmail-flagf.patch) = 9b3951c22b98c0e5a6ebfa793f052d91dfe01d68a0ad8dc83b8e0bd60c01802e -SIZE (qmail/sendmail-flagf.patch) = 863 -SHA256 (qmail/patch-qmail-1.03-rfc2821.diff) = c34b331e27882f0596529df14f0e9f24c4dff9f941d04e5df17cc158dddac426 -SIZE (qmail/patch-qmail-1.03-rfc2821.diff) = 2564 -SHA256 (qmail/qmail-date-localtime.patch) = 852aee7577edf8814c2429f82740da2a7e0b0b23516e10c4f3f7e845a47be2d5 -SIZE (qmail/qmail-date-localtime.patch) = 2603 -SHA256 (qmail/qmail-1.03-qmtpc.patch) = f704b6c0ca3515a4bb488d14f7c94910aba4daa87420db6cd5b7ea19f17f7449 -SIZE (qmail/qmail-1.03-qmtpc.patch) = 6197 -SHA256 (qmail/outgoingip.patch) = c117f5c41033f062cdc782a16403fc19725e98d92e73ab193dfd24f48c0ca5ac -SIZE (qmail/outgoingip.patch) = 6839 -SHA256 (qmail/outgoingip.patch-spamcontrol-25) = 17ef58193aad3ec834641a8e6c0b064965fa0f71ca432f52fe57ef1e48333ea3 -SIZE (qmail/outgoingip.patch-spamcontrol-25) = 6751 -SHA256 (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = a5b521d3f35aa0842ea3fe69f6e51fa3be5e9c0acfad8671de36fa62a5cb9539 -SIZE (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = 10364 -SHA256 (qmail/qmail-maildir++.patch) = 79e3f1f8f95b58b6d17e5469f125d873fe212d0a5a6d19b538ad57176fbafb52 -SIZE (qmail/qmail-maildir++.patch) = 38088 -SHA256 (qmail/qmail-block-executables.patch) = 97512624eb02db51e10ab6d0dd834a8797a238d0e006bd1c6c94a183d291b456 -SIZE (qmail/qmail-block-executables.patch) = 5070 -SHA256 (qmail/qmail-discard-double-bounces.patch) = 14489eefd9908f60af13fadd574d0e9bb936e5d1b706690ce52efef68529a8d8 -SIZE (qmail/qmail-discard-double-bounces.patch) = 1305 -SHA256 (qmail/qmail-spf-rc5.patch) = 8ad251d779125e11422ae9bcbf619b0ba002c0893dd8c8fe55a34a8b5fc42640 -SIZE (qmail/qmail-spf-rc5.patch) = 63582 -SHA256 (qmail/qmail-spf-rc5.patch-tls) = c884665ff0bc5a5272efe3e09aed71e648a79d0279bc708d5a9df25c5758804f -SIZE (qmail/qmail-spf-rc5.patch-tls) = 63617 -SHA256 (qmail/qmail-spf-rc5.patch-auth-tls) = 16fe99894938c30ed1928a61dabf0a598ef7e08a766a76cf084fe658d6d50092 -SIZE (qmail/qmail-spf-rc5.patch-auth-tls) = 63752 -SHA256 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 92ba895df1957109ad856cc1d1554ece4d25d59017e77127dd52d76afd05525a -SIZE (qmail/qmail-ldap-1.03-20060201.patch.gz) = 270788 -SHA256 (qmail/qmail-mysql-1.1.15.patch) = 3d2b6a08fb149d6c9fe6c8250e87edd6c4d4b2b0417f03adf5cf4202bbadc53f -SIZE (qmail/qmail-mysql-1.1.15.patch) = 67602 -SHA256 (qmail/spamcontrol-2624_tgz.bin) = ab9454c777218b0958ca005d4bf44ae922a2f6d20a52a71da6ebec74b2de2d01 -SIZE (qmail/spamcontrol-2624_tgz.bin) = 167802 -SHA256 (qmail/qmail-1.03-tls-20021228-renato.patch) = ab0de8f744241dcb7f5ee207fc7eab4f067bf42812deb85f9eb0050ac49e6e23 -SIZE (qmail/qmail-1.03-tls-20021228-renato.patch) = 42095 -SHA256 (qmail/qmail-smtpd-auth-0.31.tar.gz) = 1b439fa7e128de13fa80b86883f61a39d17b87b7e8916b6a0eab065bbe49b938 -SIZE (qmail/qmail-smtpd-auth-0.31.tar.gz) = 8798 -SHA256 (qmail/qmail-smtpd-auth-close3.patch) = d933e871261d6740cebe5c21cad81146525cfe06a464e277979f61c1242b5ad4 -SIZE (qmail/qmail-smtpd-auth-close3.patch) = 520 -SHA256 (qmail/tarpit.patch) = de94abbb71ef5d25e168725e435edd96ce3b14b7347440e0805dcb919b9d9604 -SIZE (qmail/tarpit.patch) = 3089 -SHA256 (qmail/ext_todo-20030105.patch) = d46d0225360c0477f93e2990637ebf912b2a86e494f424ef2952ee11ab533ac7 -SIZE (qmail/ext_todo-20030105.patch) = 33763 -SHA256 (qmail/ext_todo-20030105_spf.patch) = 544629c0003d01d27a5a45508e84332f247ed54ece57ff22c0c7c3a56ba086d6 -SIZE (qmail/ext_todo-20030105_spf.patch) = 33781 -SHA256 (qmail/ext_todo-20030105_mysql.patch) = 3fc65b91faaaae147dbf6264f9381664819ef2f236532764309d174f29919ff1 -SIZE (qmail/ext_todo-20030105_mysql.patch) = 33797 -SHA256 (qmail/qmail-spf-rc5.patch-spamcontrol-26) = cc3530c984a1866c8ee9a015cfa1074173e38623522461becd50e5c2ee7188e3 -SIZE (qmail/qmail-spf-rc5.patch-spamcontrol-26) = 64004 -SHA256 (qmail/auth.patch.diff) = 1d0f8e0ce139cd00b86f056bc31c1422d30b88cb8b125023d534cc3664f827b8 -SIZE (qmail/auth.patch.diff) = 4412 -SHA256 (qmail/auth.patch.diff-tls) = 467c5f68d5d332d2400f937c76311e5358b613923d64e68ae98d51d178c7de5e -SIZE (qmail/auth.patch.diff-tls) = 2993 -SHA256 (qmail/ext_todo-20030105+big-todo.103.patch) = 4e44ad403b21f5910b6af11295b82296bc8c0f18bc40dcfecfb95c11e5a296f7 -SIZE (qmail/ext_todo-20030105+big-todo.103.patch) = 2523 +SHA256 (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 2c54abef2af35e7e7a54b94e06cd002877db3ea96fa06f1b53e6d741a62a2154 +SIZE (qmail/qmail-ldap-1.03-20060201-SRS.patch) = 25883 SHA256 (qmail/smtpextfork-ldap-20060201_4.patch) = ff587d7169f404b4a0d0957f81a6849fd867defee5ac91a52ee958e58034b49f SIZE (qmail/smtpextfork-ldap-20060201_4.patch) = 6632 -SHA256 (qmail/smtpextfork-spamcontrol-2519.patch) = f45ecbb0949e4def25dc80b0b6c45d5e27df3afdb2ead1e5f0ac48d487af6bf2 -SIZE (qmail/smtpextfork-spamcontrol-2519.patch) = 7611 SHA256 (qmail/README.smtpextfork) = baf23f1cc5676c67041cdaf7c8a0ce5b27365351a4ef52d235d6d021776bb72a SIZE (qmail/README.smtpextfork) = 7690 +SHA256 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 92ba895df1957109ad856cc1d1554ece4d25d59017e77127dd52d76afd05525a +SIZE (qmail/qmail-ldap-1.03-20060201.patch.gz) = 270788 +SHA256 (qmail/qmail-date-localtime.patch) = 852aee7577edf8814c2429f82740da2a7e0b0b23516e10c4f3f7e845a47be2d5 +SIZE (qmail/qmail-date-localtime.patch) = 2603 SHA256 (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 7656aef1f30f3c6a684e319d2a309d162b2a559eb84b38d21a1e23e88c78995b SIZE (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 2182 SHA256 (qmail/qmail-ldap-20060201-grtdelay.patch) = db880469e3d1356252bc8d10251b88cf5cf75a69f18971ffa6e2b85db5a796bc SIZE (qmail/qmail-ldap-20060201-grtdelay.patch) = 6051 SHA256 (qmail/enhacelogging-ldap-20060201_4.patch) = 07973f05602a1689e7585a2572c2b523723930214623ef5b922aeeed0bcfc867 SIZE (qmail/enhacelogging-ldap-20060201_4.patch) = 1205 -SHA256 (qmail/ucspi-ssl-0.70.tar.gz) = 8834aaa83a6862457c853818ce829291285043a553d4466671c05663bc580cf5 -SIZE (qmail/ucspi-ssl-0.70.tar.gz) = 85111 -SHA256 (qmail/ucspi-ssl-0.70_ucspitls-0.6.patch_) = 35ae45bd17a9ecb9cd79c25a751af47af787189c8b833b26d464b47bed1472ac -SIZE (qmail/ucspi-ssl-0.70_ucspitls-0.6.patch_) = 12351 +SHA256 (qmail/qmail-1.03-enhaceloggingSMTPAUTHUSER) = 4e92498aaa2a6d08bf6535524e5220520f97ca9cf28ff464519f5f6f14ec3779 +SIZE (qmail/qmail-1.03-enhaceloggingSMTPAUTHUSER) = 552 +SHA256 (qmail/SMTPAUTHUSER.patch) = 25d55714df2fc61e2cb6ec7853476e2c15f14207fa2218b5d5b68200450beb9c +SIZE (qmail/SMTPAUTHUSER.patch) = 347 +SHA256 (qmail/qmail-qmqpc-servers_on_cmd_line.c) = 80edd1a9a52a8e3e41ec7abe445d125d233205d1f94f03d87b26ba19a09fdce3 +SIZE (qmail/qmail-qmqpc-servers_on_cmd_line.c) = 789 diff -urN qmail.old/files/pkg-install.in qmail/files/pkg-install.in --- qmail.old/files/pkg-install.in 2011-08-21 05:56:39.203327165 -0400 +++ qmail/files/pkg-install.in 2011-09-30 11:20:48.000000000 -0400 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: ports/mail/qmail/files/pkg-install.in,v 1.9 2011/07/18 20:55:29 garga Exp $ +# $FreeBSD: ports/mail/qmail/files/pkg-install.in,v 1.10 2011/09/30 15:20:48 adamw Exp $ # export PATH=/bin:/sbin:/usr/bin:/usr/sbin @@ -17,7 +17,7 @@ %%RCDLINK%%echo "" %%RCDLINK%%echo "A %%LOCALBASE%%/etc/rc.d/qmail.sh symlink was created. To enable qmail at boot" %%RCDLINK%%echo "time you need to copy a script to %%PREFIX%%/rc. There are some examples at" - %%RCDLINK%%echo "%%PREFIX/boot" + %%RCDLINK%%echo "%%PREFIX%%/boot" %%RCDLINK%%echo "" if ! touch ${PREFIX}/alias/.qmail-postmaster \ diff -urN qmail.old/files/qmail-smtpd.rcNG qmail/files/qmail-smtpd.rcNG --- qmail.old/files/qmail-smtpd.rcNG 2011-08-21 05:56:39.203327165 -0400 +++ qmail/files/qmail-smtpd.rcNG 2012-01-14 03:56:03.000000000 -0500 @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD: ports/mail/qmail/files/qmail-smtpd.rcNG,v 1.2 2011/05/15 02:49:08 dougb Exp $ +# $FreeBSD: ports/mail/qmail/files/qmail-smtpd.rcNG,v 1.3 2012/01/14 08:56:03 dougb Exp $ # # PROVIDE: qmailsmtpd # REQUIRE: LOGIN cleanvar @@ -16,7 +16,7 @@ . /etc/rc.subr name="qmailsmtpd" -rcvar=`set_rcvar` +rcvar=qmailsmtpd_enable load_rc_config $name : ${qmailsmtpd_tcpserver="/usr/local/bin/tcpserver"} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 21:00:30 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC62106564A; Sat, 18 Feb 2012 21:00:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 239D48FC15; Sat, 18 Feb 2012 21:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IL0U3c049841; Sat, 18 Feb 2012 21:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IL0TUV049833; Sat, 18 Feb 2012 21:00:29 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 21:00:29 GMT Message-Id: <201202182100.q1IL0TUV049833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165277: update port mail/qmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 21:00:30 -0000 Synopsis: update port mail/qmail Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 21:00:29 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165277 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 21:40:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FAA9106564A for ; Sat, 18 Feb 2012 21:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 145A18FC12 for ; Sat, 18 Feb 2012 21:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1ILe5Iv088226 for ; Sat, 18 Feb 2012 21:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ILe5qg088225; Sat, 18 Feb 2012 21:40:05 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 21:40:05 GMT Resent-Message-Id: <201202182140.q1ILe5qg088225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Dzham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9B41106564A for ; Sat, 18 Feb 2012 21:36:37 +0000 (UTC) (envelope-from i@levsha.me) Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78]) by mx1.freebsd.org (Postfix) with ESMTP id 794F08FC16 for ; Sat, 18 Feb 2012 21:36:37 +0000 (UTC) Received: from [178.94.94.70] (helo=laptop.levsha.me) by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Ryraf-000CpQ-IM for FreeBSD-gnats-submit@freebsd.org; Sat, 18 Feb 2012 23:13:12 +0200 Received: from levsha by laptop.levsha.me with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RyraX-000Ahj-8P for FreeBSD-gnats-submit@freebsd.org; Sat, 18 Feb 2012 23:13:01 +0200 Message-Id: Date: Sat, 18 Feb 2012 23:13:01 +0200 From: Mykola Dzham Sender: Mykola Dzham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165278: [MAINTAINER] textproc/apertium: fix build with new pcre X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 21:40:06 -0000 >Number: 165278 >Category: ports >Synopsis: [MAINTAINER] textproc/apertium: fix build with new pcre >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 21:40:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mykola Dzham >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #44 r231819M: Thu Feb 16 15:52:05 EET >Description: Fix building with new pcre. Added file(s): - files/patch-configure.ac Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- apertium-3.2.0.patch begins here --- ? .git Index: Makefile =================================================================== RCS file: /zdata/arch/csup/ports/textproc/apertium/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 23 Sep 2011 22:25:39 -0000 1.5 +++ Makefile 18 Feb 2012 21:11:44 -0000 @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes +USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: files/patch-configure.ac =================================================================== RCS file: files/patch-configure.ac diff -N files/patch-configure.ac --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure.ac 18 Feb 2012 21:11:44 -0000 @@ -0,0 +1,20 @@ +--- ./configure.ac.orig 2010-03-14 17:14:34.000000000 +0200 ++++ ./configure.ac 2012-02-18 19:09:23.000000000 +0200 +@@ -184,10 +184,13 @@ + if test x$(uname) != xDarwin; + then + AC_CHECK_HEADER(pcreposix.h, +- AC_CHECK_LIB(pcre, pcre_info,[ +- LIBS="$LIBS -lpcreposix -lpcre" +- no_comp_check=yes], +- AC_MSG_ERROR([*** unable to locate pcre library ***])), ++ AC_CHECK_LIB(pcre, pcre_fullinfo,[ ++ LIBS="$LIBS -lpcreposix -lpcre" ++ no_comp_check=yes], ++ AC_CHECK_LIB(pcre, pcre_info,[ dnl info is deprecated in favor of fullinfo, but leave it in case old versions don't have fullinfo ++ LIBS="$LIBS -lpcreposix -lpcre" ++ no_comp_check=yes], ++ AC_MSG_ERROR([*** unable to locate pcre library ***]))), + AC_MSG_ERROR([*** unable to locate pcreposix.h include file ***])) + + AC_CHECK_HEADER(pcrecpp.h, --- apertium-3.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 22:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D744E106564A for ; Sat, 18 Feb 2012 22:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE37E8FC25 for ; Sat, 18 Feb 2012 22:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IM0Kfh006083 for ; Sat, 18 Feb 2012 22:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IM0KVi006081; Sat, 18 Feb 2012 22:00:20 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 22:00:20 GMT Resent-Message-Id: <201202182200.q1IM0KVi006081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evan Sarmiento Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 585A7106566B for ; Sat, 18 Feb 2012 21:57:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0AD8FC0C for ; Sat, 18 Feb 2012 21:57:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1ILvBjH074964 for ; Sat, 18 Feb 2012 21:57:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1ILvBWK074963; Sat, 18 Feb 2012 21:57:11 GMT (envelope-from nobody) Message-Id: <201202182157.q1ILvBWK074963@red.freebsd.org> Date: Sat, 18 Feb 2012 21:57:11 GMT From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165279: New Port sysutils/ruby-statsd - Statsd implementation in Ruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 22:00:21 -0000 >Number: 165279 >Category: ports >Synopsis: New Port sysutils/ruby-statsd - Statsd implementation in Ruby >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 22:00:20 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 8.2-RELEASE-p2 >Organization: Wayfair, LLC. >Environment: FreeBSD devwebbsd05.csnzoo.com 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Wed Aug 31 15:24:02 EDT 2011 root@freebsd82template:/usr/obj/usr/src/sys/XENHVM amd64 >Description: Addition of New Port sysutils/ruby-statsd Statsd implementation in Ruby A network daemon for aggregating statistics (counters and timers), rolling them up, then sending them to graphite or mongodb. WWW: https://github.com/quasor/statsd >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ruby-statsd # ruby-statsd/Makefile # ruby-statsd/distinfo # ruby-statsd/pkg-descr # echo c - ruby-statsd mkdir -p ruby-statsd > /dev/null 2>&1 echo x - ruby-statsd/Makefile sed 's/^X//' >ruby-statsd/Makefile << '39e1685933d15d066af9263142df4de7' X# New ports collection makefile for: rubygem-statsd X# Date created: Feburary 18 2012 X# Whom: Evan Sarmiento X# X# $FreeBSD$ X# X XPORTNAME= statsd XPORTVERSION= 0.5.4 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Ruby port of the statsd python and node.js tools X XRUN_DEPENDS= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \ X rubygem-mongo>=1.2.4:${PORTSDIR}/databases/rubygem-mongo \ X rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis XBUILD_DEPENDS= ${RUN_DEPENDS} X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 39e1685933d15d066af9263142df4de7 echo x - ruby-statsd/distinfo sed 's/^X//' >ruby-statsd/distinfo << '2cf68b34e88e72ec13d009f7387c20a7' XSHA256 (rubygem/statsd-0.5.4.gem) = d183c6e41905541fa09f58bb833ac52366ded565c1e542d0fe7998948854bd11 XSIZE (rubygem/statsd-0.5.4.gem) = 10752 2cf68b34e88e72ec13d009f7387c20a7 echo x - ruby-statsd/pkg-descr sed 's/^X//' >ruby-statsd/pkg-descr << '261a4105d6815bd6676eae3d455cf34a' XStatsd implementation in Ruby X XA network daemon for aggregating statistics (counters and timers), Xrolling them up, then sending them to graphite or mongodb. X XWWW: https://github.com/quasor/statsd 261a4105d6815bd6676eae3d455cf34a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 22:00:32 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91AAC106566C; Sat, 18 Feb 2012 22:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 663898FC1E; Sat, 18 Feb 2012 22:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1IM0WYU006298; Sat, 18 Feb 2012 22:00:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1IM0WdH006294; Sat, 18 Feb 2012 22:00:32 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 22:00:32 GMT Message-Id: <201202182200.q1IM0WdH006294@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165279: New Port sysutils/ruby-statsd - Statsd implementation in Ruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 22:00:32 -0000 Synopsis: New Port sysutils/ruby-statsd - Statsd implementation in Ruby Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 22:00:31 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165279 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 605DA106567D for ; Sat, 18 Feb 2012 23:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 331928FC08 for ; Sat, 18 Feb 2012 23:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INUA2j089021 for ; Sat, 18 Feb 2012 23:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INUAR0089018; Sat, 18 Feb 2012 23:30:10 GMT (envelope-from gnats) Date: Sat, 18 Feb 2012 23:30:10 GMT Message-Id: <201202182330.q1INUAR0089018@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: rflynn@acsalaska.net Cc: Subject: Re: ports/165251: [New port] net-mgmt/observium X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rflynn@acsalaska.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:30:11 -0000 The following reply was made to PR ports/165251; it has been noted by GNATS. From: rflynn@acsalaska.net To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165251: [New port] net-mgmt/observium Date: Sat, 18 Feb 2012 13:48:45 -0900 (AKST) Noticed a few problems with respect to upgrading and COPYTREE_SHARE. Will make a new shar, as soon as possible. -- Mel From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93CB2106566B for ; Sat, 18 Feb 2012 23:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBD68FC12 for ; Sat, 18 Feb 2012 23:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INe7sW099597 for ; Sat, 18 Feb 2012 23:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INe7rq099596; Sat, 18 Feb 2012 23:40:07 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 23:40:07 GMT Resent-Message-Id: <201202182340.q1INe7rq099596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evan Sarmiento Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D40106564A for ; Sat, 18 Feb 2012 23:39:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4CBA38FC14 for ; Sat, 18 Feb 2012 23:39:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1INdacv051818 for ; Sat, 18 Feb 2012 23:39:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1INdatb051817; Sat, 18 Feb 2012 23:39:36 GMT (envelope-from nobody) Message-Id: <201202182339.q1INdatb051817@red.freebsd.org> Date: Sat, 18 Feb 2012 23:39:36 GMT From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165280: New port databases/rubygem-bson X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:40:07 -0000 >Number: 165280 >Category: ports >Synopsis: New port databases/rubygem-bson >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 23:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 8.2-RELEASE-p2 >Organization: Wayfair, LLC >Environment: FreeBSD devwebbsd05.csnzoo.com 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Wed Aug 31 15:24:02 EDT 2011 root@freebsd82template:/usr/obj/usr/src/sys/XENHVM amd64 >Description: Add databases/rubygem-bson A Ruby BSON Implementation for MongoDB WWW: http://www.mongodb.org/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-bson # rubygem-bson/pkg-descr # rubygem-bson/Makefile # rubygem-bson/distinfo # echo c - rubygem-bson mkdir -p rubygem-bson > /dev/null 2>&1 echo x - rubygem-bson/pkg-descr sed 's/^X//' >rubygem-bson/pkg-descr << '4d611de837c28478384d6258e25c8461' XA Ruby BSON Implementation for MongoDB X XWWW: http://www.mongodb.org/ 4d611de837c28478384d6258e25c8461 echo x - rubygem-bson/Makefile sed 's/^X//' >rubygem-bson/Makefile << 'ca0b46647b80ff926e87f70d84534c57' X# New ports collection makefile for: rubygem-bson X# Date created: 18 Feburary 2012 X# Whom: Evan Sarmiento X# X# $FreeBSD$ X# X XPORTNAME= bson XPORTVERSION= 1.5.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Ruby library for bson X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes XPLIST_FILES+= bin/b2json \ X bin/j2bson X X.include ca0b46647b80ff926e87f70d84534c57 echo x - rubygem-bson/distinfo sed 's/^X//' >rubygem-bson/distinfo << '6e6372958930edc28a10a2f5f7818ec9' XSHA256 (rubygem/bson-1.5.2.gem) = b63052e5b8a0a417db06ee857aedf3bfe7cee5361fe291b8d4f8463008f0270d XSIZE (rubygem/bson-1.5.2.gem) = 28672 6e6372958930edc28a10a2f5f7818ec9 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:40:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDBC0106566C; Sat, 18 Feb 2012 23:40:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C1E848FC08; Sat, 18 Feb 2012 23:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INeGWC099783; Sat, 18 Feb 2012 23:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INeGY7099779; Sat, 18 Feb 2012 23:40:16 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 23:40:16 GMT Message-Id: <201202182340.q1INeGY7099779@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165280: New port databases/rubygem-bson X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:40:17 -0000 Synopsis: New port databases/rubygem-bson Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 23:40:16 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165280 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:50:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67572106564A for ; Sat, 18 Feb 2012 23:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4198D8FC15 for ; Sat, 18 Feb 2012 23:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INo6W0008682 for ; Sat, 18 Feb 2012 23:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INo6Bq008681; Sat, 18 Feb 2012 23:50:06 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 23:50:06 GMT Resent-Message-Id: <201202182350.q1INo6Bq008681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evan Sarmiento Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15CEE106564A for ; Sat, 18 Feb 2012 23:43:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DC4B38FC0C for ; Sat, 18 Feb 2012 23:43:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1INh8hK054210 for ; Sat, 18 Feb 2012 23:43:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1INh8wu054206; Sat, 18 Feb 2012 23:43:08 GMT (envelope-from nobody) Message-Id: <201202182343.q1INh8wu054206@red.freebsd.org> Date: Sat, 18 Feb 2012 23:43:08 GMT From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165281: New port databases/rubygem-mongo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:50:06 -0000 >Number: 165281 >Category: ports >Synopsis: New port databases/rubygem-mongo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 23:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 8.2-RELEASE-p2 >Organization: Wayfair, LLC. >Environment: FreeBSD devwebbsd05.csnzoo.com 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Wed Aug 31 15:24:02 EDT 2011 root@freebsd82template:/usr/obj/usr/src/sys/XENHVM amd64 >Description: New port databases/rubygem-mongo A Ruby driver for MongoDB. WWW: https://github.com/mongodb/mongo-ruby-driver >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-bson # rubygem-bson/pkg-descr # rubygem-bson/Makefile # rubygem-bson/distinfo # echo c - rubygem-bson mkdir -p rubygem-bson > /dev/null 2>&1 echo x - rubygem-bson/pkg-descr sed 's/^X//' >rubygem-bson/pkg-descr << '4d611de837c28478384d6258e25c8461' XA Ruby BSON Implementation for MongoDB X XWWW: http://www.mongodb.org/ 4d611de837c28478384d6258e25c8461 echo x - rubygem-bson/Makefile sed 's/^X//' >rubygem-bson/Makefile << 'ca0b46647b80ff926e87f70d84534c57' X# New ports collection makefile for: rubygem-bson X# Date created: 18 Feburary 2012 X# Whom: Evan Sarmiento X# X# $FreeBSD$ X# X XPORTNAME= bson XPORTVERSION= 1.5.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Ruby library for bson X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes XPLIST_FILES+= bin/b2json \ X bin/j2bson X X.include ca0b46647b80ff926e87f70d84534c57 echo x - rubygem-bson/distinfo sed 's/^X//' >rubygem-bson/distinfo << '6e6372958930edc28a10a2f5f7818ec9' XSHA256 (rubygem/bson-1.5.2.gem) = b63052e5b8a0a417db06ee857aedf3bfe7cee5361fe291b8d4f8463008f0270d XSIZE (rubygem/bson-1.5.2.gem) = 28672 6e6372958930edc28a10a2f5f7818ec9 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:50:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE3C71065673 for ; Sat, 18 Feb 2012 23:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93FA48FC17 for ; Sat, 18 Feb 2012 23:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INo6oO008691 for ; Sat, 18 Feb 2012 23:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INo6av008690; Sat, 18 Feb 2012 23:50:06 GMT (envelope-from gnats) Resent-Date: Sat, 18 Feb 2012 23:50:06 GMT Resent-Message-Id: <201202182350.q1INo6av008690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Don Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEA1B106566C; Sat, 18 Feb 2012 23:44:30 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id 857058FC14; Sat, 18 Feb 2012 23:44:30 +0000 (UTC) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id q1IN7TkF016928; Sat, 18 Feb 2012 15:07:29 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (localhost.catspoiler.org [127.0.0.1]) by mousie.catspoiler.org (8.14.5/8.14.5) with ESMTP id q1IN7TP0067609; Sat, 18 Feb 2012 15:07:29 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: (from dl@localhost) by mousie.catspoiler.org (8.14.5/8.14.5/Submit) id q1IN7TG7067608; Sat, 18 Feb 2012 15:07:29 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201202182307.q1IN7TG7067608@mousie.catspoiler.org> Date: Sat, 18 Feb 2012 15:07:29 -0800 (PST) From: Don Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gnome@FreeBSD.org Subject: ports/165282: typo in x11-toolkits/gtk30 pkg-plist [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Don Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:50:06 -0000 >Number: 165282 >Category: ports >Synopsis: typo in x11-toolkits/gtk30 pkg-plist [patch] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 23:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Don Lewis >Release: FreeBSD 8.2-STABLE i386 >Organization: none >Environment: System: FreeBSD mousie.catspoiler.org 8.2-STABLE FreeBSD 8.2-STABLE #62: Thu Feb 16 20:54:49 PST 2012 root@mousie.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386 gtk-3.0.12 >Description: When installing x11-toolkits/gtk30 from a package, the following error occurs: cannot create /usr/local/lib/gkt-3.0/3.0.0/immodules.cache: No such file or dire ctory >How-To-Repeat: Installing x11-toolkits/gtk30 from a package, in my case by using portupgrade to upgrade the installed version, triggers the error. >Fix: Index: x11-toolkits/gtk30/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtk30/pkg-plist,v retrieving revision 1.115 diff -u -r1.115 pkg-plist --- x11-toolkits/gtk30/pkg-plist 30 Jul 2011 09:20:20 -0000 1.115 +++ x11-toolkits/gtk30/pkg-plist 18 Feb 2012 22:37:18 -0000 @@ -648,7 +648,7 @@ @dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/engines @dirrmtry lib/gtk-3.0/%%GTK3_VERSION%% @dirrmtry lib/gtk-3.0 -@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gkt-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true +@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/yi/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:50:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C8EF106566B; Sat, 18 Feb 2012 23:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50E6F8FC12; Sat, 18 Feb 2012 23:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INoGRm008884; Sat, 18 Feb 2012 23:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INoGaT008878; Sat, 18 Feb 2012 23:50:16 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 23:50:16 GMT Message-Id: <201202182350.q1INoGaT008878@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165281: New port databases/rubygem-mongo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:50:16 -0000 Synopsis: New port databases/rubygem-mongo Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 23:50:15 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165281 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 18 23:50:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 881B3106566B; Sat, 18 Feb 2012 23:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1A68FC18; Sat, 18 Feb 2012 23:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1INoMPj009491; Sat, 18 Feb 2012 23:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1INoM18009483; Sat, 18 Feb 2012 23:50:22 GMT (envelope-from edwin) Date: Sat, 18 Feb 2012 23:50:22 GMT Message-Id: <201202182350.q1INoM18009483@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165282: typo in x11-toolkits/gtk30 pkg-plist [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 23:50:22 -0000 Synopsis: typo in x11-toolkits/gtk30 pkg-plist [patch] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Feb 18 23:50:21 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165282