From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A0CD71F for ; Sun, 6 Oct 2013 00:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB732CE7 for ; Sun, 6 Oct 2013 00:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r960K0ku089129 for ; Sun, 6 Oct 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r960K07t089128; Sun, 6 Oct 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 00:20:00 GMT Resent-Message-Id: <201310060020.r960K07t089128@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, Kevin Oberman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C6D571A for ; Sun, 6 Oct 2013 00:18:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 687602CE3 for ; Sun, 6 Oct 2013 00:18:44 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r960Ihtw082231 for ; Sun, 6 Oct 2013 00:18:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r960IhtW082226; Sun, 6 Oct 2013 00:18:43 GMT (envelope-from nobody) Message-Id: <201310060018.r960IhtW082226@oldred.freebsd.org> Date: Sun, 6 Oct 2013 00:18:43 GMT From: Kevin Oberman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182723: dri fails to build on 9.2-Stable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 00:20:00 -0000 >Number: 182723 >Category: ports >Synopsis: dri fails to build on 9.2-Stable >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 Oct 06 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Oberman >Release: 9.2 Stable r255452 >Organization: ESnet >Environment: FreeBSD rogue.local 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255452M: Tue Sep 10 11:20:05 PDT 2013 root@rogue.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: graphics/dri fails to build. System attempt to use gcc, but it does not handle the binary declarations of ints. This is noted in the comments, but for OSVERION of 902503, clang is not used. It is only used for ${OSVERSION} < 902502. CC brw_eu_util.lo brw_eu_compact.c:44:4: error: invalid suffix "b00000000000000000" on integer constant brw_eu_compact.c:45:4: error: invalid suffix "b01000000000000000" on integer constant brw_eu_compact.c:46:4: error: invalid suffix "b00110000000000000" on integer constant I am not aware of any change made to compilers after 9.2 was branched that would justify this statement: . if ${OSVERSION} >= 901000 && ${OSVERSION} < 902502 \ && (${ARCH} == i386 || ${ARCH} == amd64) >How-To-Repeat: Build port with a version of 9-STABLE after 9.2 was branched >Fix: Change the statement to: . if ${OSVERSION} >= 901000 && (${ARCH} == i386 || ${ARCH} == amd64) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 00:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3E4478B3 for ; Sun, 6 Oct 2013 00:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 045AA2D43 for ; Sun, 6 Oct 2013 00:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r960U007091392 for ; Sun, 6 Oct 2013 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r960U05v091390; Sun, 6 Oct 2013 00:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 00:30:00 GMT Resent-Message-Id: <201310060030.r960U05v091390@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, Dewayne Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED62C8A6 for ; Sun, 6 Oct 2013 00:26:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBB0B2D39 for ; Sun, 6 Oct 2013 00:26:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r960QCND009737 for ; Sun, 6 Oct 2013 00:26:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r960QCop009733; Sun, 6 Oct 2013 00:26:12 GMT (envelope-from nobody) Message-Id: <201310060026.r960QCop009733@oldred.freebsd.org> Date: Sun, 6 Oct 2013 00:26:12 GMT From: Dewayne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182724: pkgsrc update request from 201001 to 201309 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 00:30:01 -0000 >Number: 182724 >Category: ports >Synopsis: pkgsrc update request from 201001 to 201309 >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 Oct 06 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dewayne >Release: 9.2 Stable >Organization: >Environment: FreeBSD b1.hs 9.2-STABLE FreeBSD 9.2-STABLE #0: Fri Oct 4 12:29:02 EST 2013 root@:/usr/obj/usr/src/sys/hqdev-amd64-padlock-smp-vga amd64 >Description: pkgsrc has upgraded to 2013Q3. The version in FreeBSD ports is dated February 2010. The FreeBSD ports system is undergoing frequent change resulting in unreliable package rebuilds. This may assist those where reliability, consistency and order is paramount. Refer to http://mail-index.netbsd.org/tech-pkg/2013/10/04/msg012093.html >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 00:56:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A5EB99B; Sun, 6 Oct 2013 00:56:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 311752E02; Sun, 6 Oct 2013 00:56:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r960u0Gn097751; Sun, 6 Oct 2013 00:56:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r960u0VC097750; Sun, 6 Oct 2013 00:56:00 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 00:56:00 GMT Message-Id: <201310060056.r960u0VC097750@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182721: net/mDNSResponder port lacks startup script for mDNSResponderPosix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 00:56:00 -0000 Synopsis: net/mDNSResponder port lacks startup script for mDNSResponderPosix Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 00:55:59 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182721 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 00:59:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6CE99E3; Sun, 6 Oct 2013 00:59:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A3362E13; Sun, 6 Oct 2013 00:59:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r960x9Zk097945; Sun, 6 Oct 2013 00:59:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r960x9W9097944; Sun, 6 Oct 2013 00:59:09 GMT (envelope-from linimon) Date: Sun, 6 Oct 2013 00:59:09 GMT Message-Id: <201310060059.r960x9W9097944@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182714: x11-fonts/*: some need NO_STAGE=yes removed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 00:59:09 -0000 Synopsis: x11-fonts/*: some need NO_STAGE=yes removed Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Sun Oct 6 00:58:58 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=182714 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 01:07:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBA5BBE2; Sun, 6 Oct 2013 01:07:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92A772E7F; Sun, 6 Oct 2013 01:07:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9617QlC001060; Sun, 6 Oct 2013 01:07:26 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9617QEJ001059; Sun, 6 Oct 2013 01:07:26 GMT (envelope-from linimon) Date: Sun, 6 Oct 2013 01:07:26 GMT Message-Id: <201310060107.r9617QEJ001059@freefall.freebsd.org> To: aryeh.friedman@gmail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182341: please remove commented out gcc line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 01:07:26 -0000 Synopsis: please remove commented out gcc line State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 6 01:05:44 UTC 2013 State-Changed-Why: Misfiled followup to ports/182340; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Oct 6 01:05:44 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=182341 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 01:12:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A091C42; Sun, 6 Oct 2013 01:12:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 503DC2EBC; Sun, 6 Oct 2013 01:12:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r961CkbJ002891; Sun, 6 Oct 2013 01:12:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r961CjmA002890; Sun, 6 Oct 2013 01:12:45 GMT (envelope-from linimon) Date: Sun, 6 Oct 2013 01:12:45 GMT Message-Id: <201310060112.r961CjmA002890@freefall.freebsd.org> To: dewayne.geraghty@heuristicsystems.com.au, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182724: pkgsrc update request from 201001 to 201309 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 01:12:46 -0000 Synopsis: pkgsrc update request from 201001 to 201309 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Oct 6 01:12:30 UTC 2013 State-Changed-Why: to which port does this PR apply? http://www.freebsd.org/cgi/query-pr.cgi?pr=182724 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 01:13:34 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1FA46C77; Sun, 6 Oct 2013 01:13:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E95D22EC1; Sun, 6 Oct 2013 01:13:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r961DXEi003843; Sun, 6 Oct 2013 01:13:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r961DW3f003842; Sun, 6 Oct 2013 01:13:32 GMT (envelope-from linimon) Date: Sun, 6 Oct 2013 01:13:32 GMT Message-Id: <201310060113.r961DW3f003842@freefall.freebsd.org> To: bra@fsn.hu, marko.cupac@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182584: mail/dovecot2 does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 01:13:34 -0000 Synopsis: mail/dovecot2 does not build State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Oct 6 01:13:07 UTC 2013 State-Changed-Why: See ports/182585. http://www.freebsd.org/cgi/query-pr.cgi?pr=182584 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2BF416F for ; Sun, 6 Oct 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D671F2BCE for ; Sun, 6 Oct 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967U0VB090951 for ; Sun, 6 Oct 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967U0qL090950; Sun, 6 Oct 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 07:30:00 GMT Resent-Message-Id: <201310060730.r967U0qL090950@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5624114E for ; Sun, 6 Oct 2013 07:27:50 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 23D6C2BC4 for ; Sun, 6 Oct 2013 07:27:49 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 588DC5E247; Sun, 6 Oct 2013 09:27:49 +0200 (CEST) Message-Id: <20131006072749.588DC5E247@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:27:49 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182726: new port devel/rubygem-redis-store X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:30:01 -0000 >Number: 182726 >Category: ports >Synopsis: new port devel/rubygem-redis-store >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 Oct 06 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem needed for future rubygem-redis-actionpack and rubygem-redis-actionsupport >How-To-Repeat: >Fix: --- rubygem-redis-store.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: # # rubygem-redis-store # rubygem-redis-store/Makefile # rubygem-redis-store/pkg-descr # rubygem-redis-store/distinfo # echo c - rubygem-redis-store mkdir -p rubygem-redis-store > /dev/null 2>&1 echo x - rubygem-redis-store/Makefile sed 's/^X//' >rubygem-redis-store/Makefile << 'e793e5491eb375feb328f2ce31b42c43' X# $FreeBSD: devel/rubygem-redis-store/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= redis-store XPORTVERSION= 1.1.4 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis X XNO_STAGE= yes X.include e793e5491eb375feb328f2ce31b42c43 echo x - rubygem-redis-store/pkg-descr sed 's/^X//' >rubygem-redis-store/pkg-descr << '96f0d1cb6c636e681b75662fb11aea48' XNamespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks. X XWWW: https://rubygems.org/gems/redis-store 96f0d1cb6c636e681b75662fb11aea48 echo x - rubygem-redis-store/distinfo sed 's/^X//' >rubygem-redis-store/distinfo << 'ec7649f9a368c850d27e6f5f7bbdd1cd' XSHA256 (rubygem/redis-store-1.1.4.gem) = 9fb47e5dbc6bce6ab4206899f49c6ee8d4a0c6d4830bb0f042ea49df72804249 XSIZE (rubygem/redis-store-1.1.4.gem) = 13312 ec7649f9a368c850d27e6f5f7bbdd1cd exit --- rubygem-redis-store.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C9691A2; Sun, 6 Oct 2013 07:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 530162BF6; Sun, 6 Oct 2013 07:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967U9P2091092; Sun, 6 Oct 2013 07:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967U9wf091091; Sun, 6 Oct 2013 07:30:09 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 07:30:09 GMT Message-Id: <201310060730.r967U9wf091091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182726: new port devel/rubygem-redis-store X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:30:09 -0000 Synopsis: new port devel/rubygem-redis-store Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 07:30:09 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182726 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49934171 for ; Sun, 6 Oct 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A8002BD0 for ; Sun, 6 Oct 2013 07:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967U1tu090969 for ; Sun, 6 Oct 2013 07:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967U1HN090968; Sun, 6 Oct 2013 07:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 07:30:01 GMT Resent-Message-Id: <201310060730.r967U1HN090968@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57B9C127 for ; Sun, 6 Oct 2013 07:21:04 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2456E2BB5 for ; Sun, 6 Oct 2013 07:21:03 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id B05DF5E247; Sun, 6 Oct 2013 09:21:02 +0200 (CEST) Message-Id: <20131006072102.B05DF5E247@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:21:02 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182727: new port www/rubygem-raphael-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:30:01 -0000 >Number: 182727 >Category: ports >Synopsis: new port www/rubygem-raphael-rails >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 Oct 06 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem JS asset used in gitlab >How-To-Repeat: >Fix: --- rubygem-raphael-rails.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: # # rubygem-raphael-rails # rubygem-raphael-rails/Makefile # rubygem-raphael-rails/pkg-descr # rubygem-raphael-rails/distinfo # echo c - rubygem-raphael-rails mkdir -p rubygem-raphael-rails > /dev/null 2>&1 echo x - rubygem-raphael-rails/Makefile sed 's/^X//' >rubygem-raphael-rails/Makefile << '8e94c749b3289689f67e9da2cdde903d' X# $FreeBSD: www/rubygem-www/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= raphael-rails XPORTVERSION= 2.1.2 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Raphael JS as a Rubygem for use in the Rails asset pipeline X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XNO_STAGE= yes X.include 8e94c749b3289689f67e9da2cdde903d echo x - rubygem-raphael-rails/pkg-descr sed 's/^X//' >rubygem-raphael-rails/pkg-descr << '9f27e3d2bf388ede4a407b48b789aa2c' XRaphael JS as a Rubygem for use in the Rails asset pipeline X XWWW: https://rubygems.org/gems/raphael-rails 9f27e3d2bf388ede4a407b48b789aa2c echo x - rubygem-raphael-rails/distinfo sed 's/^X//' >rubygem-raphael-rails/distinfo << '49610f38d423f7d014b18c89d58fb3b4' XSHA256 (rubygem/raphael-rails-2.1.2.gem) = 6c89daf65f82621f7ff59948db1db0ca2f41422ceadf905ba18a58b7ab57516a XSIZE (rubygem/raphael-rails-2.1.2.gem) = 193536 49610f38d423f7d014b18c89d58fb3b4 exit --- rubygem-raphael-rails.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:30:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85BC71D0; Sun, 6 Oct 2013 07:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF862BF7; Sun, 6 Oct 2013 07:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967UFSG091206; Sun, 6 Oct 2013 07:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967UFBf091205; Sun, 6 Oct 2013 07:30:15 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 07:30:15 GMT Message-Id: <201310060730.r967UFBf091205@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182727: new port www/rubygem-raphael-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:30:15 -0000 Synopsis: new port www/rubygem-raphael-rails Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 07:30:15 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182727 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9F5470D for ; Sun, 6 Oct 2013 07:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C8122C6F for ; Sun, 6 Oct 2013 07:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967e0FG096025 for ; Sun, 6 Oct 2013 07:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967e0Pu096024; Sun, 6 Oct 2013 07:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 07:40:00 GMT Resent-Message-Id: <201310060740.r967e0Pu096024@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4BCE6F4 for ; Sun, 6 Oct 2013 07:37:06 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id E94FC2C62 for ; Sun, 6 Oct 2013 07:37:05 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id CE9B35D3C9; Sun, 6 Oct 2013 09:37:04 +0200 (CEST) Message-Id: <20131006073704.CE9B35D3C9@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:37:04 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182728: new port devel/rubygem-redis-activesupport X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:40:00 -0000 >Number: 182728 >Category: ports >Synopsis: new port devel/rubygem-redis-activesupport >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 Oct 06 07:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new dependancy for future gitlab port. WARN: devel/rubygem-activesupport must be updated to 4+ >How-To-Repeat: >Fix: begin 644 rubygem-redis-activesupport.shar M(R!4:&ES(&ES(&$@2!Y;W4@86YD"B,@:&%V92!D969A=6QT('!E M6=E;2UR961I6=E;2UR961I6=E;2UR961I6=E;2UR961I6=E;2UR961I6=E;2UR961I M6=E;2UR961I6=E;2UR M961I6"\O)R`^6=E;2UR961I65S"EA54T5?4E5"64=%35,]"7EE6=E M;2UA8W1I=F5S=7!P;W)T/CTT.B1[4$]25%-$25)]+V1E=F5L+W)U8GEG96TM M86-T:79E6"\O)R`^6=E M;2UR961I6=E;2UR961I6"\O)R`^6=E;2UR961I6=E;2]R961I6=E;2UR961I6=E;2UR961I6"\O)R`^6=E;2UR961I6"\O)R`^6=E M;2UR961I2!P97)S;VX@;V)T86EN:6YG"EAA(&-O<'D@;V8@ M=&AI2P@;6]D:69Y+"!M97)G M92P@<'5B;&ES:"P*6&1IR`N+BX@ M;W!T:6]N86P@8V]N9FEG=7)A=&EO;B`N+BX@?0I8"E@C(R!2=6YN:6YG('1E M7)I9VAT"E@*6"AC*2`R,#`Y("T@,C`Q,2!,=6-A($=U:61I("T@ M6VAT='`Z+R]L=6-A9W5I9&DN8V]M72AH='1P.B\O;'5C86=U:61I+F-O;2DL M(')E;&5A6"\O)R`^6=E;2UR961I6=E;2UR961I6=E;2UR961I6=E;2UR961I&%M<&QE+F-O;2(*6"`@("`@(",@("`@(",@ M/3X@:&]S=#H@97AA;7!L92YC;VTL('!O&%M<&QE+F-O;3HR M,S8X,B(*6"`@("`@(",@("`@(",@/3X@:&]S=#H@97AA;7!L92YC;VTL('!O M&%M<&QE+F-O;3HR,S8X,B\Q(@I8("`@("`@(R`@("`@(R`] M/B!H;W-T.B!E>&%M<&QE+F-O;2P@<&]R=#H@,C,V.#(L(&1B.B`Q"E@@("`@ M("`C"E@@("`@("`C("`@4F5D:7-3=&]R92YN97<@(F5X86UP;&4N8V]M.C(S M-C@R+S$O=&AE<&QA>6QI6QI2P@;W!T:6]N7,@:6X@=&AE(&1A=&%B87-E+B!5&%M<&QE.@I8("`@("`@ M(R`@(&-A8VAE+F1E;%]M871C:&5D(")R86(J(@I8("`@("`@9&5F(&1E;&5T M95]M871C:&5D*&UA=&-H97(L(&]P=&EO;G,@/2!N:6PI"E@@("`@("`@(&]P M=&EO;G,@/2!M97)G961?;W!T:6]N7,@/2!` M9&%T82YK97ES*&UA=&-H97(I*2YE;7!T>3\@)B8@0&1A=&$N9&5L*"IK97ES M*0I8("`@("`@("`@(')E&%M<&QE.@I8("`@("`@(R`@(&-A8VAE+G)E861?;75L=&D@(G)A8F)I="(L M(")W:&ET92UR86)B:70B"E@@("`@("`C("`@8V%C:&4NR!\=GP@=BYI MFEP*'9A;'5ER!\:RQV?"!V M+FYI;#\@?0I8("`@("`@("!R97-U;'0*6"`@("`@(&5N9`I8"E@@("`@("`C M($EN8W)E;65N="!A(&ME>2!I;B!T:&4@2P@86UO=6YT(#T@,2D* M6"`@("`@("`@:6YS=')U;65N="@Z9&5C2!K97DL(&%M M;W5N=`I8("`@("`@("!E;F0*6"`@("`@(&5N9`I8"E@@("`@("!D968@97AP M:7)E*&ME>2P@='1L*0I8("`@("`@("!`9&%T82YE>'!I&5D M('!R;V)L96T@=VET:"!I;G9A;&ED(&5X:7-T2AK97DL(&5N=')Y+"!O<'1I;VYS*0I8("`@("`@("`@(&UE=&AO9"`](&]P M=&EO;G,@)B8@;W!T:6]N"`Z(#IS M970*6"`@("`@("`@("!`9&%T82YS96YD(&UE=&AO9"P@:V5Y+"!E;G1R>2P@ M;W!T:6]N2YI2AK97DL(&]P=&EO;G,I M"E@@("`@("`@("`@0&1A=&$N9&5L(&ME>0I8("`@("`@("!R97-C=64@17)R M;F\Z.D5#3TY.4D5&55-%1"`]/B!E"E@@("`@("`@("`@9F%L7,N"E@@("`@("`@(",*6"`@("`@("`@(R!4:&ES(&EM<&QE;65N M=&%T:6]N(&ES(%]?9&EF9F5R96YT7U\@=&AA;B!!8W1I=F53=7!P;W)T.@I8 M("`@("`@("`C(%]?:70@9&]E'!R97-S M:6]N2!F;W(@5]M871C:&5R*'!A='1E'!S(&%R96XG="!S=7!P;W)T960L('!L96%S92!U'`I M"E@@("`@("`@("`@("`B(WMP6"\O)R`^6=E;2UR961I6=E;2UR961I6=E M;2UR961I6"\O)R`^6=E;2UR961I6=E;2UR961I M69O M2`G8G5N9&QE6=E;2UR961I6=E;2UR961I"`M(')U8GEG M96TM6"\O)R`^6=E;2UR961I'!I'!I#!&3W!E;E-T#`V.EQT;F%M94E<(EQN8G5N;GE<>#`V.EQX,#9%1B(I"E@@("`@("!E;F0* M6"`@("!E;F0*6"`@96QS90I8("`@(&ET(")R96%D&ES=&5N8V4@;V8@ M86X@;V)J96-T(&EN('1H92!S=&]R92(@9&\*6"`@("!W:71H7W-T;W)E7VUA M;F%G96UE;G0@9&\@?'-T;W)E?`I8("`@("`@&ES=#\H(G)A M8BUA+61U8B(I+FUUR!S=&]R92YI;F-R96UE;G0@(F-O=6YT97(B('T*6"`@("`@(#(N=&EM M97,@>R!S=&]R92YD96-R96UE;G0@(F-O=6YT97(B('T*6"`@("`@('-T;W)E M+G)E860H(F-O=6YT97(B+"`ZR!S=&]R92YI;F-R96UE;G0@(F-O=6YT97(B('T*6"`@ M("`@('-T;W)E+F1E8W)E;65N="`B8V]U;G1E7,H(BHB*2YF;&%T=&5N+FUUR!`=VAI=&5?2(L(")*86UER`B2&]U2`]/B`GR`Z:V5Y(#T^ M("=R861I;VAE860G('TI"E@*6"`@("`@('=R:71E+FYA;64N;75S=%]E<75A M;"@G8V%C:&5?=W)I=&4N86-T:79E7W-U<'!O2`]/B`G2`]/B`G;65T86QL:6-A)RP@.FAI="`]/B!F86QS92!] M*0I8("`@(&5N9`I8"E@@("`@:70@(FYO=&EF:65S(&]N("-W2!4:&4@4VEL96YC92(*6"`@ M("`@(&5N9`I8"E@@("`@("!W2`]/B`G9&5P96-H92!M;V1E)R!]*0I8("`@(&5N9`I8"E@@("`@:70@(FYO M=&EF:65S(&]N("-D96QE=&4B(&1O"E@@("`@("!W:71H7VYO=&EF:6-A=&EO M;G,@9&\*6"`@("`@("`@0'-T;W)E+F1E;&5T92`B=&AE(&YE=R!C87)D:6=A M;G,B"E@@("`@("!E;F0*6`I8("`@("`@9&5L971E(#T@0&5V96YTR`Z:V5Y(#T^("=T:&4@;F5W(&-A&ES=#\@ M(G1H92!S;6ET:',B"E@@("`@("!E;F0*6`I8("`@("`@97AI&ES="YN86UE+FUU&ES="YP87EL;V%D M+FUUR`Z:V5Y(#T^("=T:&4@R`Z:V5Y(#T^("4H(F%F=&5R:&]U6QO860N;75S=%]E<75A;"A[(#IK M97D@/3X@)W!E87)L(&IA;26QO860N;75S=%]E<75A;"A[(#IK97D@/3X@)W!L86-E8F\G M+"`Z86UO=6YT(#T^(#$@?2D*6"`@("!E;F0*6`I8("`@(",@:70@(FYO=&EF M:65S(&]N(&-L96%N=7`B(",@5$]$3R!I;7!L96UE;G0@:6X@06-T:79E4W5P M<&]R=#HZ0V%C:&4Z.E)E9&ES4W1OR`Z:V5Y(#T^(&YI;"!]*0I8("`@(&5N M9`I8("!E;F0*6`I8("!P"`M(')U8GEG96TM M6=E;2UR961I2]O8FIE8W0Z1V5M.CI$97!E;F1E;F-Y"E@@(&YA;64Z(')E9&ES M+7-T;W)E"E@@(')E<75I2]O8FIE8W0Z1V5M.CI297%U M:7)E;65N=`I8("`@(')E<75I7!E.B`Z0I8 M("!N86UE.B!A8W1I=F5S=7!P;W)T"E@@(')E<75I2]O M8FIE8W0Z1V5M.CI297%U:7)E;65N=`I8("`@(')E<75I2]O8FIE8W0Z1V5M.CI697)S:6]N M"E@@("`@("`@('9E2]O8FIE8W0Z1V5M.CI$ M97!E;F1E;F-Y"E@@(&YA;64Z(')A:V4*6"`@2]O8FIE8W0Z1V5M.CI697)S:6]N M"E@@("`@("`@('9E2]O8FIE8W0Z1V5M.CI297%U:7)E;65N=`I8("`@(')E<75I2]O8FIE8W0Z1V5M.CI297%U:7)E;65N=`I8 M("`@(')E<75I2]O8FIE8W0Z1V5M.CI$97!E;F1E;F-Y"E@@(&YA;64Z(&UO8VAA M"E@@(')E<75I2]O8FIE8W0Z1V5M.CI297%U:7)E;65N M=`I8("`@(')E<75I2]O8FIE8W0Z1V5M.CI2 M97%U:7)E;65N=`I8("`@(')E<75I0I8 M("!N86UE.B!M:6YI=&5S=`I8("!R97%U:7)E;65N=#H@(7)U8GDO;V)J96-T M.D=E;3HZ4F5Q=6ER96UE;G0*6"`@("!R97%U:7)E;65N=',Z"E@@("`@+2`M M('X^"E@@("`@("`M("%R=6)Y+V]B:F5C=#I'96TZ.E9E2]O8FIE8W0Z1V5M.CI297%U:7)E;65N=`I8("`@(')E<75I5]V97)S:6]N.B`A2]O8FIE8W0Z M1V5M.CI297%U:7)E;65N=`I8("!R97%U:7)E;65N=',Z"E@@("T@+2`G/CTG M"E@@("`@+2`A2]O8FIE8W0Z1V5M.CI697)S:6]N"E@@("`@("!V97)S M:6]N.B`G,"<*6')E<75I69O3H@"EAS<&5C:69I8V%T:6]N7W9E6"\O)R`^6=E;2UR961I@`````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````````,#`P,#8T-``P,#`P,#`P`#`P,#`P,#``,#`P,#`P,3,Q M-S$`,#`P,#`P,#`P,#``,#$S,S(R`"`P```````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````````````````````````'5S=&%R`#`P=VAE M96P```````````````````````````````````!W:&5E;``````````````` M`````````````````````#`P,#`P,#``,#`P,#`P,``````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````!^+"`!1$E%2``/L/6MWVSBN^UF_@J/LK.T< M1WXD33H^TVG=Q&E]-TUZ['1F>]I>599H6U-9TNJ1-)OV_O8%2$JB9/F1Y]S= M,4]/;(L@`((@`9"@JDWLR)ZX7D#_\F"E"65_;X]]0BE^-IM[!]EW?-[:;3]I M_H4T'XZEK,1A9`1`_G)*J;,$;E5]L7/_(65;F]"9HHUBUW*H\HK.QK9#-<7<&*$&I>,*DH^,VGIH)?2"6@EAWNA!$8BTJ=5/[O%]+26EH3 MOOM&-.V0BJ8U9!C>RFX]=2N*0*T3]OEG7]G>],]W3OJ'O=-A[\%H MK)C_[29,]L+\/VCM;>;_8Y1#S[\*6.S)-")5LT;:S>9/9`<^6BUR$IL&>17; MEJTH;VDPLT,V?^V03&E`1U=D$AAN1*TZ&0>4$F],S*D13&B=1!XQW"OBP^R# M!MXH,FS7=B>*04R@AI#1%-"$WCBZ-`(*6,`6,<+0,VT#\!'+,^,9=2,C0GIH MG4)2C:9448>BA5IC1"QJ.,1V`1LE216YA)7!BR,2T#`*6&P3<=0!R'1B"WE( MJAU[9@L*6-BIB*^A'PPM(2!T',=C`-^MKQAV#`2J*CP*-A(@8W!]1A0L,Z()X#:D[`9*'&>-&-LC>]P)&K]A-#>B_[I'AV?'Y M;]U!C_2'Y.W@[-?^4>^(J-TA_(;E][?^^>NS=^<$(`;=T_/WY.R8=$_?D[_W M3X_J2N\?;P>]X9"<#4C_S=N3?N^H3OJGAR?OCOJGK\A+:'=Z=DY.^K!^`=+S M,X($!:I^#]H=*V]Z@\/7\+/[LG_2/W]?)\?]\U/$>0Q(N^1M=W#>/WQWTAV0 MM^\&;\^&/2!_I)R>G?9/CP=`I?>F=WJN`54@17J_P@\R?-T].6&DNN^`^P'C M[_#L[?M!_]7K<_+Z[.0(+!IYV5-.^MV7)SU."E@Z=7C2[;^IDZ/NF^ZK'FMU M!E@&!,$$=[^][K%'0*\+_P[/P3`J()/#L]/S`?RL0R\'YVG3W_K#7IUT!_TA M"ECD>'`&Z%&2#%"&`D3:L&?U43:(/[M9KIC=K_.Y9'I@C.:"H,0(3ZM(`C,\$7!/J MV"X-P=QL;9&^"R/I.,RF*Q`"$+)%1'3+?DDA3*XG%6R]1=Z%QH0J2G],KKR8 MH/V-0[2J,KOH/)`!A@WH(K@A,!`(,.R?Z!H/88#"ZR!LQV>"]SXNYT#G$D-,?SOL2^SMGN,)SBQQ:Y)IJF M$<]'01EHVMVQ/8D#[@QAU72M7F7E6##8Q[QP2(AXSKX,;=<<(0^Y4#IG# M\3-AGZP2?3+FI^'^0<2]0JYB274*6-;[:LQ\!YR*;AX-5J-U2VJMVU%KP$C[CG'EV&%T6\IUXAHS&OJ&23M$PK<&1ZE. M='"0&DVUGG_VM`G/YMFR)56%&,>)T4,78&#*H-[&?3#[7[2Z;5@6!%`A#6L" M@)`7EA$9Y!GI=!@_G0[CJ-,YA@77"ZXT$\*?B%9+6L)23(.L0J-?HP`:Z=QI M#W]((-FA1L;/90!VM(I2JI,+PXGA0[0`+ES;R0ADC]GFII5@KHK/#!)E$+#] MV&J'X>?#D&*NX;[D-Q^&`JS_M[09\A8%5T!`P'WH!,;E)\V''D'-<_*<`.$[5/,\U"1FCK#.4U50++/T+O:KFN:ESNB5(4%9S4MLB1^!_P_!Z;%.5 M!\`S(S)QSQ6PA_,+TUL:`-#,<$V*VZ9,%R&`]F#$>`AE&BX946(9[H0&7LQQ M.K@UCA&S%;,]Z10=ZL@(`@`(*8V00"`5PW>V,/+`7/U[[_U0A2AM!B2M.KF< MVA"I0,59];1&O`L>,Z3H(@^").+&LQ%4>&/6AV2//"&E0;!+`[9KR]GBE)C= M#TDX]6+'2A$:%YXM]HMG-)IZUEI+-<.E07RN)\)4`V.TK4K*:C'!)_55_AG< ML\;FB=3%T`8:P/@PWJB\DI:)6J`!8A.-@CG.9+T%&[J!W_&[8.\)% MB>;(C0U^X#FOY0LU?D`-"P83_'`;1HUKR#@0IP]\(X?O:1@$/QQ\"`$_1,ZR MHH$&X?$J4VZL9I.%G(E1$G/`!U^`'R(@;O`,(HC0)VQL;J!&N$ND,WZ9%HWL M"-=OF`@1W1&_;].F3G!)0I&"NE!),[.VU6VVV&2#PU:H;'1G$QHM@-%FAO\# MN2;?+KZ1"PU<:>-YM6RK!@88%ZP:+HA:LB1>X!Y,@@]';(8G.2C#9!I,C7`* M6!(>HX<%E'P<+S:2,$R<@;0]8V_.A&3X0=U83$9>`\X/'/I?ML]7X[#VJ0`( MHL6E\@?HVIIE;7FK48Q:VDS1`8YMK_"*KD6KF4:^AL5^TJ7 M7FI#;)NG%+K@/W+-H[^;JN$8*6*]CZ^JU%ZMI"9TZ:=^>U)*I)Y&ZAZFWLV3N293N.O=V M6GFG\D:3+P6_T>3#5C>9?,@8_>K;`>5<19%3"!(U7DV2ZK()?.A0@[M:B2^? M>6TY"XKD3`0N[3*KJ:-OS?Z4=G`,D>[4&JU:4L;V5YBO$-.,'#KCAV.V"UX# MQ`MLWH?/1=4%\8QC(PH+`R> M[8Z],OD<>YA::3HV*GI`3<]UJ4A(@B!O'#ODG6N;7N`"9M_QKD"8X,F%\CBF MK0I8)(O/);HP'A%4T"P.2+<&1`#-M&Q1F$S$F&61.T8K:1`?NPX-0YW)^Q/X MK)V01NY7<%GQRYPB0:AO"7QBAN7)RH)?,^3)!SQ2OR7?7>IF2?^2C0G.(GCP M1(:4`.TQA\T%7.S)>OX\)]0I/:$58&S;@\'E.;1N(1E0]G*Y;&UE7TD?S2A; M>G'A*&-M2P3-^;[G<$25$"7M.%?$I13SQ#"I+)8&9BLW*C+&A>.21L0X'O>C M&1+/7Z+IEC\Z#I0@,LY+74*AZ^"*)!Z789K4CR#XF\0.K/Q@(G`W M$'G4]3IX3:8!`I=VBI+="_B:L"VA]EP8K#%+(P@@6`SY>@T.F&4:@25U"<=+ MWOX0HB@=,N`(C("\R9>*]Y.8(V\#S\3)4`;!]A4Z957Y6CO<\JZJF-&[:2$/Z@S^B*7JBO`IMZ,^L:$"EC^1%*OG-WL!9,RCYJS'<:S MF1%<"2H__O-:RKZ?3[X7`?EWUA1B.C.P6:ATDZ:L+=[J!9`)U?W`8[?'%LF6 M@?,[=]DP?,8$;R?<8<\_:Z'OV%%5_>BJ-0:..9QZVJ8`3G9VR#5"U'%-J8^I M$<40QWYO;,\CPH3K.#)&'%,)HI'M%MKA,>LU^3;^QO44TQM0A:KC&N%B$YK) M5#=D(XNZ^XEWU+`L/8C=R)Y1W:(^6#.8"5?%F\Y$NNN\M%G^7@&_(KU7R4A9 M]((ZGH_;`WERF%M;9\)FE"0RBYHDZ;KUA+G=U6UFGCDU.!ULT]1:>]H:I&9X M.@,#F'1(:U?^V)AU4^ZOX,"N3`#6$>KVHRXR-V,L+N"^#B\H+;)%AL5[5.\WA?6+S- M>DV$[0+#VVH?8#BBM7@29PN3?$KK6DG&ZPMQX/N,G,$2-XR"V(P83K;[R(X4 M86UUKP0TRQC2%[8Q/0#CY,LB2YO\!. M9J233L%@#H;OG\^=-.-)*\O[2@X/U>3@[T;,(HYJ MPBL87Y@].FB0X50%V[5RVJR3=R4^)REY<-9E4VZS'K-\XYB=T(H7!H#=?X`> MU$F''P.'NNVB3K6T$(_YK-MW#1HYE/IIOL!B%".J)^=')8K#DB7#H@SPY(1S M&/Z_&M"DD3A4S_`G`@T?23C@.<6@2?\IPA'LYH2SW[J3=/`LJQ+QTV<^F>PQ MR1TBB],?/+7"W(Z'F5/?R??(2(XV?#S9:'[6?&@PZ6W0Q M>26W[JW=/RD]LX33?%Y,K="&=T.\RJ.J+CF&5E9R9OFOXN=_Y&*'! M['^$,(P93/X0_O2.5?E^@B2WY*3LOT@PS=:!+)AF*IA%,I@S,W,BN%?-G\]P M7BTM6?U_K&[]G'60,'_GV4?N[7Q4?ZDM,*'<)PGOT+'4J\GEA]UR%1+<)'<1 M[LI5[E)#=JOA=LQ=T,`>X\MUV.I$\5J)-R:&*W(:5+F_R])B# M%NYDK@'+LE@PZFDN:\B33&_*[JZ&EC,DUX*5DK3C-,]<%G9Y*F)-BSS=EGG? M7:BMC\=WNP!;DM]YISZVUAD;Q'"+?N)MCB"25QY4D\N=C+=6^<);$$NQ5;M6 M.H-DD'L8V`?K].ZR3F<9J??=Z;5&&I.P\5UM8.!8BW?D M_N9+RM*$Z_N^ M"!\7[)YDO!>#@H*IQ^`;&<3"V_"N452K1=@Y0X6VY8RESMJ8)18G"EB'F=@\ MTYC=W<-7^MV@^<)=!^Q2?OLKZ=#6&@)>=R^B%,?R>'ON]F*J'B]R/K$=V.$4 M[\N&7ZYP7_!_,+L0CR$1-`T>7F13>OZ^8`Z%U.Y#A<-4/BW4J@101I$'3QFJ MK>PA2Z\-:!0'^+)%S.3D[]/B7JCGTCD9"/>LZG;A+_Y-'+'<_'28FX MI)ZF.\PJOGLR.0[.^H&2X#7XWDF7;#%-*<:)N;;R5887!?6R;&\*6!WE$_6U MAVFA9V.8;`'N726*+65-HU3JXEUC>.>=ZQ0(C5Z@;9+!V)FU/+`5-A%U5E=( MH*O)[<2E>;GI->F@S6/OQTEXKL`49;<6].R..0!T6-_(]UK"2\+L(G[2^@4\ MI?7K\B719N)91)A7+J#**V]",C=2AAU4.F=LU](,OC#>53+(;P6X0T$N"*>3VQ(#U:EX4`K9< M%KQRD3!$[0)IB-KEXICC<`V9\)#_IC+AK;A,PAFT*!.&V'(ME06K6R0*6(Y] MD2AXT]62X'RMK1;)QL[MU"/;%C+&$!A,O3@(MQ%>Y_KLH)R(3.7U[#7F<^ODKP!C<5NAQ32V)FCQ>( MF-4M$B^O7"!:7KE4K!`,R2),F?(#^P(<-H6/T%A^7Q6/DK-72.4OPZZ39"&] MEVKYED)^:-EET[(P79"^LBD,$!=T_I&5/9O'EALRT4Z,`R;UD4_K]BR["PWM MI&.10L-3F9Z&+[UGT4JU\;]\2*O:=NUC84C_VN`OP]HV@DF8G5,E;/[\\U(B MG4[O@DU1$#W#4#Q`$H*Z54>SNY&%&VN;#Y+XW] MO5[\%&7E_&_M%^Y_/&DU-^]_?90R]T)GEL8I7>%,LK\;1@QF)99O=[)\\KD& M"Z^,KKP,NLDHWY1-V91->;SR;P```/__`P`U6H_2`'@````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M``````````````````````````!M971A9&%T82YG>@`````````````````` M```````````````````````````````````````````````````````````` M````````````````````````````````````````,#`P,#8T-``P,#`P,#`P M`#`P,#`P,#``,#`P,#`P,#$S-C,`,#`P,#`P,#`P,#``,#$S-#`T`"`P```` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````'5S=&%R`#`P=VAE96P````````````````````````````````` M``!W:&5E;````````````````````````````````````#`P,#`P,#``,#`P M,#`P,``````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````````````````````````````!^+"`!1$E%2 M``/<5\ENVS`0O?,KF)-/6NRX0""@08/$"`(D/21%#RT*6(&BQA(;451)*H@O M_?8.*7E18J3*I4XC&S:7I^',O"'X&`0!/=)MMHI4]A.X32Y!)LE=`UPL!6=6 MJ)K43$)"->3"!(Q;\0"F;1JE+7D`;1"1[#'QM9LBE&Y`\S`.8QPP4$BHK4DH M=DIF2FPT%;-+I26N@Y8(:VVIM$E(0*];SNAE*W+A1I6&7ZW0Z`_)1)T+G5#\ M)QRT37G)!"[S_0?)F47$+)X>!_%),(MI'"?^&\;KAWXC.310YU!S`7ZEYT%< MK!$K]'0W#<8Y@F.]-RZ`#'%=U(@)_?I[[I.B_EL7LVV9R&4Y_- M[AGDM'OZS%)J5PTZGNBVMD(ZKQL-&BI@!H>7K#*P92D=N/A&0QI)U;!6#TK6 M9#YY7U2-"VCLGF+W!]Y,DVG\*H)R>(!*-;TO;Y:D<5&-9"EKZ[P"?6BBPN-W MR=2XL$92)16>A8=3_\'4Z/C&DN5J(4%<_#S*9R]QVTU,JP<#->B ML?ZE6Z?PJ%=X%"4I/?,RXJZ3$4ERSG@)!"03E1.-$CY5J%`+)U!#KB2!1^"M M95F%HM)I47BT4#MW-EW-4ITKGB[%&M.UT%I8""N*VHG+@&)L;@);-U=?@NNK M\\7GNP7V;A=G%S>+4.:NC4=G#ZI$%G62)^TU3\2=KY&7K*D/*-19C]PCYY], M1H/)J$]J!]KW=@'2X+T!9UT]_]65U*$Z:Q[_PII/H>XG+:%J0+O14DEH6(&U M5UK;)%&TH]%#I8M]L9)*<*2ESW^CT*"HC655E4HPQELCGB7ERZ+#];69-LR6 MGB],UGHP3UU=IB]P0O-F]U:[QC5RZ_OJV^S8?USK?P```/__`P"2"EAVUK`/```````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````*-&5E.6(V83@T,C6=E;2UR961I"`M(')U8GEG M96TM"`M(')U8GEG96TM6=E;2UR961I6"\O)R`^ M6=E;2UR961I6=E;2UR961I6"\O)R`^6=E;2UR M961IRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:40:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE2B173A; Sun, 6 Oct 2013 07:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A549B2C94; Sun, 6 Oct 2013 07:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967eBhY097664; Sun, 6 Oct 2013 07:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967eB3v097663; Sun, 6 Oct 2013 07:40:11 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 07:40:11 GMT Message-Id: <201310060740.r967eB3v097663@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182728: new port devel/rubygem-redis-activesupport X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:40:11 -0000 Synopsis: new port devel/rubygem-redis-activesupport Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 07:40:11 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182728 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC8C18C5 for ; Sun, 6 Oct 2013 07:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A00B02CDE for ; Sun, 6 Oct 2013 07:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967o0KE097900 for ; Sun, 6 Oct 2013 07:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967o0AZ097896; Sun, 6 Oct 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 07:50:00 GMT Resent-Message-Id: <201310060750.r967o0AZ097896@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6419C83D for ; Sun, 6 Oct 2013 07:45:13 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8052CBC for ; Sun, 6 Oct 2013 07:45:12 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 53CC15D523; Sun, 6 Oct 2013 09:45:12 +0200 (CEST) Message-Id: <20131006074512.53CC15D523@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:45:12 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182729: new port www/rubygem-redis-rack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:50:00 -0000 >Number: 182729 >Category: ports >Synopsis: new port www/rubygem-redis-rack >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 Oct 06 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new dep for future gitlab port. WARN: www/rubygem-rack must be updated to v1.5 or greater ! >How-To-Repeat: >Fix: --- rubygem-redis-rack.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: # # rubygem-redis-rack # rubygem-redis-rack/Makefile # rubygem-redis-rack/pkg-descr # rubygem-redis-rack/distinfo # echo c - rubygem-redis-rack mkdir -p rubygem-redis-rack > /dev/null 2>&1 echo x - rubygem-redis-rack/Makefile sed 's/^X//' >rubygem-redis-rack/Makefile << 'c38370ae77911c78f6f855f9a4266000' X# $FreeBSD: www/rubygem-redis-rack/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= redis-rack XPORTVERSION= 1.5.0 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Redis Store for Rack X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-rack>=1.5:${PORTSDIR}/www/rubygem-rack \ X rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store X XNO_STAGE= yes X.include c38370ae77911c78f6f855f9a4266000 echo x - rubygem-redis-rack/pkg-descr sed 's/^X//' >rubygem-redis-rack/pkg-descr << 'f04aa0b1e0415abaa2ed4d0e2a7a2db0' XRedis Store for Rack X XWWW: https://rubygems.org/gems/redis-rack f04aa0b1e0415abaa2ed4d0e2a7a2db0 echo x - rubygem-redis-rack/distinfo sed 's/^X//' >rubygem-redis-rack/distinfo << '31679aad19db0cc0863c0a3a2676848a' XSHA256 (rubygem/redis-rack-1.5.0.gem) = 68be24901183f1973059e837b1acc421cebd34766753ca6f6e7902fb50ef35f8 XSIZE (rubygem/redis-rack-1.5.0.gem) = 8704 31679aad19db0cc0863c0a3a2676848a exit --- rubygem-redis-rack.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 07:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64B818F2; Sun, 6 Oct 2013 07:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9E92D03; Sun, 6 Oct 2013 07:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r967o7Mc098049; Sun, 6 Oct 2013 07:50:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r967o7Ya098048; Sun, 6 Oct 2013 07:50:07 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 07:50:07 GMT Message-Id: <201310060750.r967o7Ya098048@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182729: new port www/rubygem-redis-rack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:50:08 -0000 Synopsis: new port www/rubygem-redis-rack Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 07:50:07 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182729 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3CEF97F for ; Sun, 6 Oct 2013 08:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C80812D32 for ; Sun, 6 Oct 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96800I4000817 for ; Sun, 6 Oct 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96800Yq000816; Sun, 6 Oct 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:00:00 GMT Resent-Message-Id: <201310060800.r96800Yq000816@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EE5C1948 for ; Sun, 6 Oct 2013 07:54:57 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id B9DDC2D11 for ; Sun, 6 Oct 2013 07:54:57 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id C64265CCC2; Sun, 6 Oct 2013 09:54:56 +0200 (CEST) Message-Id: <20131006075456.C64265CCC2@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:54:56 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182731: new port www/rubygem-turbolinks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:00:01 -0000 >Number: 182731 >Category: ports >Synopsis: new port www/rubygem-turbolinks >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 Oct 06 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem dep for future gitlab port >How-To-Repeat: >Fix: --- rubygem-turbolinks.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: # # rubygem-turbolinks # rubygem-turbolinks/Makefile # rubygem-turbolinks/pkg-descr # rubygem-turbolinks/distinfo # echo c - rubygem-turbolinks mkdir -p rubygem-turbolinks > /dev/null 2>&1 echo x - rubygem-turbolinks/Makefile sed 's/^X//' >rubygem-turbolinks/Makefile << 'b5dcc5ea5eabde62ff8d8cef4ab9d362' X# $FreeBSD: www/rubygem-turbolinks/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= turbolinks XPORTVERSION= 1.3.0 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Turbolinks makes following links in your web application faster X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails X XNO_STAGE= yes X.include b5dcc5ea5eabde62ff8d8cef4ab9d362 echo x - rubygem-turbolinks/pkg-descr sed 's/^X//' >rubygem-turbolinks/pkg-descr << 'c3595171a9d141be8d117ede1df23d1f' XTurbolinks makes following links in your web application faster (use with Rails Asset Pipeline) X XWWW: https://rubygems.org/gems/turbolinks c3595171a9d141be8d117ede1df23d1f echo x - rubygem-turbolinks/distinfo sed 's/^X//' >rubygem-turbolinks/distinfo << '57c69ed3212f75a8f67e802c95f1e25e' XSHA256 (rubygem/turbolinks-1.3.0.gem) = 40760fc5dad7662bca5c0d3abf44610dcb2b6ff29c5d49ac3d47e57357b85e24 XSIZE (rubygem/turbolinks-1.3.0.gem) = 15360 57c69ed3212f75a8f67e802c95f1e25e exit --- rubygem-turbolinks.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D78597B for ; Sun, 6 Oct 2013 08:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 817862D2F for ; Sun, 6 Oct 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96800E6000752 for ; Sun, 6 Oct 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96800pv000751; Sun, 6 Oct 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:00:00 GMT Resent-Message-Id: <201310060800.r96800pv000751@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F4428C3 for ; Sun, 6 Oct 2013 07:49:56 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id DD6C32CDB for ; Sun, 6 Oct 2013 07:49:55 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 0D3F75E264; Sun, 6 Oct 2013 09:49:55 +0200 (CEST) Message-Id: <20131006074955.0D3F75E264@www.unix-experience.fr> Date: Sun, 6 Oct 2013 09:49:55 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182730: new port databases/rubygem-redis-actionpack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:00:00 -0000 >Number: 182730 >Category: ports >Synopsis: new port databases/rubygem-redis-actionpack >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 Oct 06 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new dependancy for future gitlab port >How-To-Repeat: >Fix: --- rubygem-redis-actionpack.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: # # rubygem-redis-actionpack # rubygem-redis-actionpack/Makefile # rubygem-redis-actionpack/pkg-descr # rubygem-redis-actionpack/distinfo # echo c - rubygem-redis-actionpack mkdir -p rubygem-redis-actionpack > /dev/null 2>&1 echo x - rubygem-redis-actionpack/Makefile sed 's/^X//' >rubygem-redis-actionpack/Makefile << '0bf45031a8fc170f715e6c9a451efd52' X# $FreeBSD: databases/rubygem-redis-actionpack/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= redis-actionpack XPORTVERSION= 4.0.0 XCATEGORIES= databases rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Redis session store for ActionPack X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-actionpack>=4:${PORTSDIR}/databases/rubygem-actionpack \ X rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \ X rubygem-redis-rack>=1.5.0:${PORTSDIR}/devel/rubygem-redis-rack X XNO_STAGE= yes X.include 0bf45031a8fc170f715e6c9a451efd52 echo x - rubygem-redis-actionpack/pkg-descr sed 's/^X//' >rubygem-redis-actionpack/pkg-descr << 'cb7fd44396bfce30e219538b7ac864d0' XRedis session store for ActionPack X XWWW: https://rubygems.org/gems/redis-actionpack cb7fd44396bfce30e219538b7ac864d0 echo x - rubygem-redis-actionpack/distinfo sed 's/^X//' >rubygem-redis-actionpack/distinfo << '10fb9bcaeed826b956354a14f369a81d' XSHA256 (rubygem/redis-actionpack-4.0.0.gem) = e49029df46b15434591962cc004a1f0b07ab11276e00fd53ec835b85c7064d55 XSIZE (rubygem/redis-actionpack-4.0.0.gem) = 9216 10fb9bcaeed826b956354a14f369a81d exit --- rubygem-redis-actionpack.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 171E79B7; Sun, 6 Oct 2013 08:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E24992D34; Sun, 6 Oct 2013 08:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96808QP000917; Sun, 6 Oct 2013 08:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96808up000916; Sun, 6 Oct 2013 08:00:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:00:08 GMT Message-Id: <201310060800.r96808up000916@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182731: new port www/rubygem-turbolinks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:00:09 -0000 Synopsis: new port www/rubygem-turbolinks Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:00:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182731 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:00:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8A099EB; Sun, 6 Oct 2013 08:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 807342D5B; Sun, 6 Oct 2013 08:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9680F4O001011; Sun, 6 Oct 2013 08:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9680FRI001010; Sun, 6 Oct 2013 08:00:15 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:00:15 GMT Message-Id: <201310060800.r9680FRI001010@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182730: new port databases/rubygem-redis-actionpack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:00:15 -0000 Synopsis: new port databases/rubygem-redis-actionpack Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:00:15 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182730 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8590AAD9 for ; Sun, 6 Oct 2013 08:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 696B52D95 for ; Sun, 6 Oct 2013 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968A0ar004690 for ; Sun, 6 Oct 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968A0vg004689; Sun, 6 Oct 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:10:00 GMT Resent-Message-Id: <201310060810.r968A0vg004689@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCE9BA83 for ; Sun, 6 Oct 2013 08:01:02 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAA82D72 for ; Sun, 6 Oct 2013 08:01:02 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id CF3BC5CCC2; Sun, 6 Oct 2013 10:01:01 +0200 (CEST) Message-Id: <20131006080101.CF3BC5CCC2@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:01:01 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182732: new port rubygem-jquery-turbolinks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:10:00 -0000 >Number: 182732 >Category: ports >Synopsis: new port rubygem-jquery-turbolinks >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 Oct 06 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a jquery plugin for rubygem-turbolinks, which is needed for future gitlab port >How-To-Repeat: >Fix: --- rubygem-jquery-turbolinks.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: # # rubygem-jquery-turbolinks # rubygem-jquery-turbolinks/Makefile # rubygem-jquery-turbolinks/pkg-descr # rubygem-jquery-turbolinks/distinfo # echo c - rubygem-jquery-turbolinks mkdir -p rubygem-jquery-turbolinks > /dev/null 2>&1 echo x - rubygem-jquery-turbolinks/Makefile sed 's/^X//' >rubygem-jquery-turbolinks/Makefile << 'f5f942cf52449a42022c67242fabed4e' X# $FreeBSD: www/rubygem-jquery-turbolinks/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= jquery-turbolinks XPORTVERSION= 2.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolinks X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties \ X rubygem-turbolinks>=0:${PORTSDIR}/www/rubygem-turbolinks X XNO_STAGE= yes X.include f5f942cf52449a42022c67242fabed4e echo x - rubygem-jquery-turbolinks/pkg-descr sed 's/^X//' >rubygem-jquery-turbolinks/pkg-descr << 'be55e72661449a7a8944d890eca3cdeb' XA jQuery plugin for drop-in fix binded events problem caused by Turbolinks X XWWW: https://rubygems.org/gems/jquery-turbolinks be55e72661449a7a8944d890eca3cdeb echo x - rubygem-jquery-turbolinks/distinfo sed 's/^X//' >rubygem-jquery-turbolinks/distinfo << 'b1715f7fcb2232ee803641a9b93fde72' XSHA256 (rubygem/jquery-turbolinks-2.0.1.gem) = 6d9a82a44ddf652f74b6181e5892860cdbda3f000eb1497fa91e3dc098d9ca34 XSIZE (rubygem/jquery-turbolinks-2.0.1.gem) = 10752 b1715f7fcb2232ee803641a9b93fde72 exit --- rubygem-jquery-turbolinks.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0526CB7B for ; Sun, 6 Oct 2013 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD55B2DE5 for ; Sun, 6 Oct 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968K0q2008417 for ; Sun, 6 Oct 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968K0ba008406; Sun, 6 Oct 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:20:00 GMT Resent-Message-Id: <201310060820.r968K0ba008406@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75E92B3A for ; Sun, 6 Oct 2013 08:13:34 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 42B4F2DD4 for ; Sun, 6 Oct 2013 08:13:33 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 5472B5C854; Sun, 6 Oct 2013 10:13:33 +0200 (CEST) Message-Id: <20131006081333.5472B5C854@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:13:33 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182734: new port www/rubygem-redis-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:20:01 -0000 >Number: 182734 >Category: ports >Synopsis: new port www/rubygem-redis-rails >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 Oct 06 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new port required for gitlab. >How-To-Repeat: >Fix: --- rubygem-redis-rails.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: # # rubygem-redis-rails # rubygem-redis-rails/Makefile # rubygem-redis-rails/pkg-descr # rubygem-redis-rails/distinfo # echo c - rubygem-redis-rails mkdir -p rubygem-redis-rails > /dev/null 2>&1 echo x - rubygem-redis-rails/Makefile sed 's/^X//' >rubygem-redis-rails/Makefile << 'b3e698c65204c14e290a1bd0e0be0392' X# $FreeBSD: www/rubygem-redis-rails/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= redis-rails XPORTVERSION= 4.0.0 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= https://rubygems.org/gems/redis-rails X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-redis-actionpack>=4:${PORTSDIR}/databases/rubygem-redis-actionpack \ X rubygem-redis-activesupport>=4:${PORTSDIR}/devel/rubygem-redis-activesupport \ X rubygem-redis-store>=1.1.4:${PORTSDIR}/devel/rubygem-redis-store X XNO_STAGE= yes X.include b3e698c65204c14e290a1bd0e0be0392 echo x - rubygem-redis-rails/pkg-descr sed 's/^X//' >rubygem-redis-rails/pkg-descr << 'fd97ea7074cb4e51e77f04f40039ba81' XRedis for Ruby on Rails X XWWW: https://rubygems.org/gems/redis-rails fd97ea7074cb4e51e77f04f40039ba81 echo x - rubygem-redis-rails/distinfo sed 's/^X//' >rubygem-redis-rails/distinfo << '22ccd52a0518474519d8748c8d3bba78' XSHA256 (rubygem/redis-rails-4.0.0.gem) = a7224c9a7c9bfc9d6080a0418b3c290b9d27ff88b481022b3958a1b2e0e1fc45 XSIZE (rubygem/redis-rails-4.0.0.gem) = 7168 22ccd52a0518474519d8748c8d3bba78 exit --- rubygem-redis-rails.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B100FB79 for ; Sun, 6 Oct 2013 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92EB42DE3 for ; Sun, 6 Oct 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968K0QR008367 for ; Sun, 6 Oct 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968K0wx008366; Sun, 6 Oct 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:20:00 GMT Resent-Message-Id: <201310060820.r968K0wx008366@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAE25B5B for ; Sun, 6 Oct 2013 08:16:13 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 875A82DDB for ; Sun, 6 Oct 2013 08:16:13 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 9741F5C854; Sun, 6 Oct 2013 10:16:12 +0200 (CEST) Message-Id: <20131006081612.9741F5C854@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:16:12 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182733: fix for previous sent port databases/rubygem-redis-actionpack (ports/182730) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:20:00 -0000 >Number: 182733 >Category: ports >Synopsis: fix for previous sent port databases/rubygem-redis-actionpack (ports/182730) >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 Oct 06 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a dependancy error on ports/182730. Please use this PR instead. >How-To-Repeat: >Fix: --- rubygem-redis-actionpack.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: # # rubygem-redis-actionpack # rubygem-redis-actionpack/Makefile # rubygem-redis-actionpack/pkg-descr # rubygem-redis-actionpack/distinfo # echo c - rubygem-redis-actionpack mkdir -p rubygem-redis-actionpack > /dev/null 2>&1 echo x - rubygem-redis-actionpack/Makefile sed 's/^X//' >rubygem-redis-actionpack/Makefile << '0bf45031a8fc170f715e6c9a451efd52' X# $FreeBSD: databases/rubygem-redis-actionpack/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= redis-actionpack XPORTVERSION= 4.0.0 XCATEGORIES= databases rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Redis session store for ActionPack X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-actionpack>=4:${PORTSDIR}/www/rubygem-actionpack \ X rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \ X rubygem-redis-rack>=1.5.0:${PORTSDIR}/www/rubygem-redis-rack X XNO_STAGE= yes X.include 0bf45031a8fc170f715e6c9a451efd52 echo x - rubygem-redis-actionpack/pkg-descr sed 's/^X//' >rubygem-redis-actionpack/pkg-descr << 'cb7fd44396bfce30e219538b7ac864d0' XRedis session store for ActionPack X XWWW: https://rubygems.org/gems/redis-actionpack cb7fd44396bfce30e219538b7ac864d0 echo x - rubygem-redis-actionpack/distinfo sed 's/^X//' >rubygem-redis-actionpack/distinfo << '10fb9bcaeed826b956354a14f369a81d' XSHA256 (rubygem/redis-actionpack-4.0.0.gem) = e49029df46b15434591962cc004a1f0b07ab11276e00fd53ec835b85c7064d55 XSIZE (rubygem/redis-actionpack-4.0.0.gem) = 9216 10fb9bcaeed826b956354a14f369a81d exit --- rubygem-redis-actionpack.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47D3CBD5; Sun, 6 Oct 2013 08:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7252DE7; Sun, 6 Oct 2013 08:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968KDUm008696; Sun, 6 Oct 2013 08:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968KDW8008695; Sun, 6 Oct 2013 08:20:13 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:20:13 GMT Message-Id: <201310060820.r968KDW8008695@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182734: new port www/rubygem-redis-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:20:14 -0000 Synopsis: new port www/rubygem-redis-rails Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:20:13 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182734 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B728D4F for ; Sun, 6 Oct 2013 08:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E39152E42 for ; Sun, 6 Oct 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968U0pf011386 for ; Sun, 6 Oct 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968U01A011385; Sun, 6 Oct 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:30:00 GMT Resent-Message-Id: <201310060830.r968U01A011385@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD47CC1A for ; Sun, 6 Oct 2013 08:20:38 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8956E2E17 for ; Sun, 6 Oct 2013 08:20:38 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id C6E625C8ED; Sun, 6 Oct 2013 10:20:37 +0200 (CEST) Message-Id: <20131006082037.C6E625C8ED@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:20:37 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182736: new port www/rubygem-select2-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:30:01 -0000 >Number: 182736 >Category: ports >Synopsis: new port www/rubygem-select2-rails >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 Oct 06 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem for gitlab port using jQuery select2 >How-To-Repeat: >Fix: --- rubygem-select2-rails.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: # # rubygem-select2-rails # rubygem-select2-rails/Makefile # rubygem-select2-rails/pkg-descr # rubygem-select2-rails/distinfo # echo c - rubygem-select2-rails mkdir -p rubygem-select2-rails > /dev/null 2>&1 echo x - rubygem-select2-rails/Makefile sed 's/^X//' >rubygem-select2-rails/Makefile << 'a93946a44ef290e11411aacc40b1c7a2' X# $FreeBSD: www/rubygem-select2-rails/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= select2-rails XPORTVERSION= 3.5.0 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Implement select2 jQuery library into Rails X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor X XNO_STAGE= yes X.include a93946a44ef290e11411aacc40b1c7a2 echo x - rubygem-select2-rails/pkg-descr sed 's/^X//' >rubygem-select2-rails/pkg-descr << '7e91c6f1bae1cf49c68319b6612ea9dc' XSelect2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use. X XWWW: https://rubygems.org/gems/select2-rails 7e91c6f1bae1cf49c68319b6612ea9dc echo x - rubygem-select2-rails/distinfo sed 's/^X//' >rubygem-select2-rails/distinfo << '9fb3ed5b472c36750445e1370c02a8d1' XSHA256 (rubygem/select2-rails-3.5.0.gem) = bc89f7d91db12d6dd2f827d95449f7895d69c9a0ff0ab6f2ffbf367195f8ddfe XSIZE (rubygem/select2-rails-3.5.0.gem) = 50688 9fb3ed5b472c36750445e1370c02a8d1 exit --- rubygem-select2-rails.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0130D4D for ; Sun, 6 Oct 2013 08:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9437A2E40 for ; Sun, 6 Oct 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968U0ZL011321 for ; Sun, 6 Oct 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968U0MN011320; Sun, 6 Oct 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:30:00 GMT Resent-Message-Id: <201310060830.r968U0MN011320@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A372CD48 for ; Sun, 6 Oct 2013 08:29:06 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF8B2E3C for ; Sun, 6 Oct 2013 08:29:06 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 542225EF5E; Sun, 6 Oct 2013 10:29:05 +0200 (CEST) Message-Id: <20131006082905.542225EF5E@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:29:05 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182735: new port textproc/github-linguist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:30:00 -0000 >Number: 182735 >Category: ports >Synopsis: new port textproc/github-linguist >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 Oct 06 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a rubygem for github-linguist and future gitlab port. WARN: pygments.rb must be updated to 0.5.2 >How-To-Repeat: >Fix: --- rubygem-github-linguist.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: # # rubygem-github-linguist # rubygem-github-linguist/Makefile # rubygem-github-linguist/pkg-descr # rubygem-github-linguist/distinfo # echo c - rubygem-github-linguist mkdir -p rubygem-github-linguist > /dev/null 2>&1 echo x - rubygem-github-linguist/Makefile sed 's/^X//' >rubygem-github-linguist/Makefile << 'bed4747298dc2aad1a6e6accc6637d59' X# $FreeBSD: textproc/rubygem-github-linguist/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= github-linguist XPORTVERSION= 2.9.4 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= GitHub Language detection X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ X rubygem-escape_utils>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils \ X rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ X rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb X XNO_STAGE= yes X.include bed4747298dc2aad1a6e6accc6637d59 echo x - rubygem-github-linguist/pkg-descr sed 's/^X//' >rubygem-github-linguist/pkg-descr << '334914f13e1312ca83c60b291207e74a' XGitHub Language detection X XWWW: https://rubygems.org/gems/github-linguist 334914f13e1312ca83c60b291207e74a echo x - rubygem-github-linguist/distinfo sed 's/^X//' >rubygem-github-linguist/distinfo << 'df024a65194adf1d98c15bc236021f6b' XSHA256 (rubygem/github-linguist-2.9.4.gem) = bcd5a296f4cf08520f9025e4370a48471ff2965ee3fe12f2fb16b49980112d6f XSIZE (rubygem/github-linguist-2.9.4.gem) = 240640 df024a65194adf1d98c15bc236021f6b exit --- rubygem-github-linguist.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:30:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77912DAE; Sun, 6 Oct 2013 08:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FD752E46; Sun, 6 Oct 2013 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968UDol011475; Sun, 6 Oct 2013 08:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968UDaR011474; Sun, 6 Oct 2013 08:30:13 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:30:13 GMT Message-Id: <201310060830.r968UDaR011474@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182736: new port www/rubygem-select2-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:30:13 -0000 Synopsis: new port www/rubygem-select2-rails Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:30:12 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182736 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF866E3B for ; Sun, 6 Oct 2013 08:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C36C62E9F for ; Sun, 6 Oct 2013 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968e0qM013270 for ; Sun, 6 Oct 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968e0Ar013260; Sun, 6 Oct 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:40:00 GMT Resent-Message-Id: <201310060840.r968e0Ar013260@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAEC0E32 for ; Sun, 6 Oct 2013 08:39:20 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7649F2E98 for ; Sun, 6 Oct 2013 08:39:20 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 8830F5D525; Sun, 6 Oct 2013 10:39:19 +0200 (CEST) Message-Id: <20131006083919.8830F5D525@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:39:19 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182738: new port textproc/rubygem-github-markup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:40:01 -0000 >Number: 182738 >Category: ports >Synopsis: new port textproc/rubygem-github-markup >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 Oct 06 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem link to github required by gitlab >How-To-Repeat: >Fix: --- rubygem-github-markup.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: # # rubygem-github-markup # rubygem-github-markup/Makefile # rubygem-github-markup/pkg-descr # rubygem-github-markup/distinfo # echo c - rubygem-github-markup mkdir -p rubygem-github-markup > /dev/null 2>&1 echo x - rubygem-github-markup/Makefile sed 's/^X//' >rubygem-github-markup/Makefile << 'ab87d525b3c1dd98afae12fea945b981' X# $FreeBSD: textproc/rubygem-github-markup/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= github-markup XPORTVERSION= 0.7.5 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= A gem to render any fancy markup X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XNO_STAGE= yes X.include ab87d525b3c1dd98afae12fea945b981 echo x - rubygem-github-markup/pkg-descr sed 's/^X//' >rubygem-github-markup/pkg-descr << '2461b8b5ec53907295d753148a807873' XThis gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own! X XWWW: https://rubygems.org/gems/github-markup 2461b8b5ec53907295d753148a807873 echo x - rubygem-github-markup/distinfo sed 's/^X//' >rubygem-github-markup/distinfo << '2c9ebc70e831f99fbf18279300605f60' XSHA256 (rubygem/github-markup-0.7.5.gem) = a5d74d5a67e723bc4014f5db8682f88d65b5eb66b0ab1b58b04fb023426759f3 XSIZE (rubygem/github-markup-0.7.5.gem) = 18944 2c9ebc70e831f99fbf18279300605f60 exit --- rubygem-github-markup.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B326E39 for ; Sun, 6 Oct 2013 08:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DCC12E9D for ; Sun, 6 Oct 2013 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968e0YS013205 for ; Sun, 6 Oct 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968e0vO013204; Sun, 6 Oct 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 08:40:00 GMT Resent-Message-Id: <201310060840.r968e0vO013204@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D23C3E23 for ; Sun, 6 Oct 2013 08:35:50 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9282E91 for ; Sun, 6 Oct 2013 08:35:50 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id CA9F85D525; Sun, 6 Oct 2013 10:35:49 +0200 (CEST) Message-Id: <20131006083549.CA9F85D525@www.unix-experience.fr> Date: Sun, 6 Oct 2013 10:35:49 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182737: new port textproc/rubygem-github-markdown X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:40:00 -0000 >Number: 182737 >Category: ports >Synopsis: new port textproc/rubygem-github-markdown >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 Oct 06 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem dep for future gitlab port. It implements github markdown >How-To-Repeat: >Fix: --- rubygem-github-markdown.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: # # rubygem-github-markdown # rubygem-github-markdown/Makefile # rubygem-github-markdown/pkg-descr # rubygem-github-markdown/distinfo # echo c - rubygem-github-markdown mkdir -p rubygem-github-markdown > /dev/null 2>&1 echo x - rubygem-github-markdown/Makefile sed 's/^X//' >rubygem-github-markdown/Makefile << '78aa97f41395e7d0e9f600ebe0b65597' X# $FreeBSD: textproc/rubygem-github-markdown/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= github-markdown XPORTVERSION= 0.5.5 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Self-contained Markdown parser for GitHub X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XNO_STAGE= yes X.include 78aa97f41395e7d0e9f600ebe0b65597 echo x - rubygem-github-markdown/pkg-descr sed 's/^X//' >rubygem-github-markdown/pkg-descr << 'e36bf147eac5e2dbde394d15935fe5b1' XSelf-contained Markdown parser for GitHub, with all our custom extensions X XWWW: https://rubygems.org/gems/github-markdown e36bf147eac5e2dbde394d15935fe5b1 echo x - rubygem-github-markdown/distinfo sed 's/^X//' >rubygem-github-markdown/distinfo << 'aae8aedfa04e4c1837867be189f028db' XSHA256 (rubygem/github-markdown-0.5.5.gem) = 1434bd8f67c79bad87d27efda7679219a2f207e3e85e2ccc33749201adc43281 XSIZE (rubygem/github-markdown-0.5.5.gem) = 35840 aae8aedfa04e4c1837867be189f028db exit --- rubygem-github-markdown.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B757E68; Sun, 6 Oct 2013 08:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5443F2EC3; Sun, 6 Oct 2013 08:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968e8Gh013356; Sun, 6 Oct 2013 08:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968e8fR013355; Sun, 6 Oct 2013 08:40:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:40:08 GMT Message-Id: <201310060840.r968e8fR013355@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182738: new port textproc/rubygem-github-markup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:40:08 -0000 Synopsis: new port textproc/rubygem-github-markup Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:40:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182738 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 08:40:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA5D1E98; Sun, 6 Oct 2013 08:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0DE02EC5; Sun, 6 Oct 2013 08:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r968eD3c014943; Sun, 6 Oct 2013 08:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r968eDe2014942; Sun, 6 Oct 2013 08:40:13 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 08:40:13 GMT Message-Id: <201310060840.r968eDe2014942@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182737: new port textproc/rubygem-github-markdown X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 08:40:13 -0000 Synopsis: new port textproc/rubygem-github-markdown Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 08:40:13 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182737 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 09:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0959B227 for ; Sun, 6 Oct 2013 09:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCAFE2F42 for ; Sun, 6 Oct 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96901rk017042 for ; Sun, 6 Oct 2013 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96901Hr017041; Sun, 6 Oct 2013 09:00:01 GMT (envelope-from gnats) Date: Sun, 6 Oct 2013 09:00:01 GMT Message-Id: <201310060900.r96901Hr017041@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nicolas Raspail Subject: Re: ports/180832: New version of news/nzbget (11.0) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nicolas Raspail List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:00:02 -0000 The following reply was made to PR ports/180832; it has been noted by GNATS. From: Nicolas Raspail To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180832: New version of news/nzbget (11.0) Date: Sun, 06 Oct 2013 10:56:09 +0200 This is a multi-part message in MIME format. --------------090600060104050808080808 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi here is a new version version of the patch, with support for staging Regards Nicolas --------------090600060104050808080808 Content-Type: text/plain; name="nzbget-11.0.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nzbget-11.0.diff" ZGlmZiAtcnVOIG56YmdldC5vcmlnL01ha2VmaWxlIG56YmdldC9NYWtlZmlsZQotLS0gbnpi Z2V0Lm9yaWcvTWFrZWZpbGUJMjAxMy0wOS0yMSAwMDozMToxNS4wMDAwMDAwMDAgKzAyMDAK KysrIG56YmdldC9NYWtlZmlsZQkyMDEzLTEwLTA1IDE3OjQ3OjU3Ljk2NzA0OTcxNyArMDIw MApAQCAtMSw4ICsxLDggQEAKICMgQ3JlYXRlZCBieTogTGV3aXMgVGhvbXBzb24gPHB1cnBs ZUBsZXdpei5uZXQ+Ci0jICRGcmVlQlNEOiBuZXdzL256YmdldC9NYWtlZmlsZSAzMjc3NTkg MjAxMy0wOS0yMCAyMjozMToxNVogYmFwdCAkCisjICRGcmVlQlNEOiBuZXdzL256YmdldC9N YWtlZmlsZSAzMjYzNzMgMjAxMy0wOS0wNSAwOToxNTo0OVogYmFwdCAkCiAKIFBPUlROQU1F PQluemJnZXQKLVBPUlRWRVJTSU9OPQkxMC4yCitQT1JUVkVSU0lPTj0JMTEuMAogQ0FURUdP UklFUz0JbmV3cwogTUFTVEVSX1NJVEVTPQlTRi8ke1BPUlROQU1FfS8ke1BPUlROQU1FfS1z dGFibGUvJHtQT1JUVkVSU0lPTn0KIApAQCAtMTUsNiArMTUsNyBAQAogCQlzaWdjLTI6JHtQ T1JUU0RJUn0vZGV2ZWwvbGlic2lnYysrMjAKIAogVVNFUz0JCWdtYWtlIHBrZ2NvbmZpZwor VVNFX1BZVEhPTj0JMi41KwogVVNFX1JDX1NVQlI9CW56YmdldAogR05VX0NPTkZJR1VSRT0J eWVzCiBDT05GSUdVUkVfRU5WPQlMT0NBTEJBU0U9IiR7TE9DQUxCQVNFfSIKQEAgLTI5LDcg KzMwLDYgQEAKIE9QVElPTlNfU0lOR0xFX1RMU0xJQj0JR05VVExTIE9QRU5TU0wKIE9QVElP TlNfREVGQVVMVD0JUEFSIEdOVVRMUwogCi1OT19TVEFHRT0JeWVzCiAuaW5jbHVkZSA8YnNk LnBvcnQub3B0aW9ucy5taz4KIAogLmlmICR7UE9SVF9PUFRJT05TOk1QQVJ9CkBAIC01Myw4 ICs1Myw5IEBACiAuZW5kaWYKIAogcG9zdC1pbnN0YWxsOgotCSR7SU5TVEFMTF9EQVRBfSAk e1dSS1NSQ30vbnpiZ2V0LmNvbmYgJHtQUkVGSVh9L2V0Yy9uemJnZXQuY29uZi5zYW1wbGUK LQlAWyAtZiAke1BSRUZJWH0vZXRjL256YmdldC5jb25mIF0gfHwgJHtDUH0gJHtQUkVGSVh9 L2V0Yy9uemJnZXQuY29uZi5zYW1wbGUgXAotCSR7UFJFRklYfS9ldGMvbnpiZ2V0LmNvbmYK Kwkke0lOU1RBTExfREFUQX0gJHtTVEFHRURJUn0ke1BSRUZJWH0vc2hhcmUvbnpiZ2V0L256 YmdldC5jb25mICR7U1RBR0VESVJ9JHtQUkVGSVh9L2V0Yy9uemJnZXQuY29uZi5zYW1wbGUK Kwkke0lOU1RBTExfREFUQX0gJHtTVEFHRURJUn0ke1BSRUZJWH0vc2hhcmUvbnpiZ2V0L256 YmdldC5jb25mICR7U1RBR0VESVJ9JHtQUkVGSVh9L3NoYXJlL256YmdldC93ZWJ1aS9uemJn ZXQuY29uZgorCUBbIC1mICR7U1RBR0VESVJ9JHtQUkVGSVh9L2V0Yy9uemJnZXQuY29uZiBd IHx8ICR7Q1B9ICR7U1RBR0VESVJ9JHtQUkVGSVh9L2V0Yy9uemJnZXQuY29uZi5zYW1wbGUg XAorCSR7U1RBR0VESVJ9JHtQUkVGSVh9L2V0Yy9uemJnZXQuY29uZgogCiAuaW5jbHVkZSA8 YnNkLnBvcnQubWs+CmRpZmYgLXJ1TiBuemJnZXQub3JpZy9kaXN0aW5mbyBuemJnZXQvZGlz dGluZm8KLS0tIG56YmdldC5vcmlnL2Rpc3RpbmZvCTIwMTMtMDUtMjYgMjI6MTU6MzAuMDAw MDAwMDAwICswMjAwCisrKyBuemJnZXQvZGlzdGluZm8JMjAxMy0wOS0wNyAyMzoyMzowOC4z Mjg3NTkxMTggKzAyMDAKQEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKG56YmdldC0xMC4yLnRh ci5neikgPSBjOWI4Nzg3NDRjMTYyZTc3MjFmZmM4YjA0OGEyZTQ1NTBhOGVkOGRhNmU3MDZl ZTRjYmQwMjZlZDJkNjEyZWMyCi1TSVpFIChuemJnZXQtMTAuMi50YXIuZ3opID0gNjcxODA4 CitTSEEyNTYgKG56YmdldC0xMS4wLnRhci5neikgPSAyN2FiYWNmNmM2MDQ5NjlkYzk4N2I3 ZTUwNjg5Y2FlZjIyYTY1ZGJiMTY5MGIwMjBiMGM2ZDE0N2FlMTIzYjNkCitTSVpFIChuemJn ZXQtMTEuMC50YXIuZ3opID0gNjk0MTk3CmRpZmYgLXJ1TiBuemJnZXQub3JpZy9wa2ctcGxp c3QgbnpiZ2V0L3BrZy1wbGlzdAotLS0gbnpiZ2V0Lm9yaWcvcGtnLXBsaXN0CTIwMTMtMDUt MjYgMjI6MTU6MzAuMDAwMDAwMDAwICswMjAwCisrKyBuemJnZXQvcGtnLXBsaXN0CTIwMTMt MTAtMDUgMTc6NDQ6NDEuMzIyNDA1MDg3ICswMjAwCkBAIC0xLDggKzEsMTIgQEAKIGJpbi9u emJnZXQKLWJpbi9uemJnZXQtcG9zdHByb2Nlc3Muc2gKIHNiaW4vbnpiZ2V0ZAorZXRjL256 YmdldC5jb25mCislJVBPUlRET0NTJSUlJURPQ1NESVIlJS9DT1BZSU5HCislJVBPUlRET0NT JSUlJURPQ1NESVIlJS9DaGFuZ2VMb2cKKyUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL1JFQURN RQogJSVEQVRBRElSJSUvbnpiZ2V0LmNvbmYKLSUlREFUQURJUiUlL256YmdldC1wb3N0cHJv Y2Vzcy5jb25mCislJURBVEFESVIlJS9wcHNjcmlwdHMvRU1haWwucHkKKyUlREFUQURJUiUl L3Bwc2NyaXB0cy9Mb2dnZXIucHkKICUlREFUQURJUiUlL3dlYnVpL2NvbmZpZy5qcwogJSVE QVRBRElSJSUvd2VidWkvZG93bmxvYWRzLmpzCiAlJURBVEFESVIlJS93ZWJ1aS9lZGl0Lmpz CkBAIC0yNCwxOCArMjgsMTUgQEAKICUlREFUQURJUiUlL3dlYnVpL2xpYi9qcXVlcnkuanMK ICUlREFUQURJUiUlL3dlYnVpL2xpYi9qcXVlcnkubWluLmpzCiAlJURBVEFESVIlJS93ZWJ1 aS9tZXNzYWdlcy5qcwotJSVEQVRBRElSJSUvd2VidWkvbnpiZ2V0LXBvc3Rwcm9jZXNzLmNv bmYKICUlREFUQURJUiUlL3dlYnVpL256YmdldC5jb25mCiAlJURBVEFESVIlJS93ZWJ1aS9z dGF0dXMuanMKICUlREFUQURJUiUlL3dlYnVpL3N0eWxlLmNzcwogJSVEQVRBRElSJSUvd2Vi dWkvdXBsb2FkLmpzCiAlJURBVEFESVIlJS93ZWJ1aS91dGlsLmpzCi0lJVBPUlRET0NTJSUl JURPQ1NESVIlJS9DT1BZSU5HCi0lJVBPUlRET0NTJSUlJURPQ1NESVIlJS9DaGFuZ2VMb2cK LSUlUE9SVERPQ1MlJSUlRE9DU0RJUiUlL1JFQURNRQotQGRpcnJtICUlREFUQURJUiUlL3dl YnVpL2ltZwogQGRpcnJtICUlREFUQURJUiUlL3dlYnVpL2xpYgorQGRpcnJtICUlREFUQURJ UiUlL3dlYnVpL2ltZwogQGRpcnJtICUlREFUQURJUiUlL3dlYnVpCitAZGlycm0gJSVEQVRB RElSJSUvcHBzY3JpcHRzCiBAZGlycm0gJSVEQVRBRElSJSUKICUlUE9SVERPQ1MlJUBkaXJy bSAlJURPQ1NESVIlJQogQHVuZXhlYyBpZiBjbXAgLXMgJUQvZXRjL256YmdldC5jb25mICVE L2V0Yy9uemJnZXQuY29uZi5zYW1wbGU7IHRoZW4gcm0gLWYgJUQvZXRjL256YmdldC5jb25m OyBmaQo= --------------090600060104050808080808-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 09:03:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E345F2E3; Sun, 6 Oct 2013 09:03:59 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B962D2F83; Sun, 6 Oct 2013 09:03:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9693x2f018713; Sun, 6 Oct 2013 09:03:59 GMT (envelope-from lme@freefall.freebsd.org) Received: (from lme@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9693xmC018712; Sun, 6 Oct 2013 09:03:59 GMT (envelope-from lme) Date: Sun, 6 Oct 2013 09:03:59 GMT Message-Id: <201310060903.r9693xmC018712@freefall.freebsd.org> To: lme@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lme@FreeBSD.org From: lme@FreeBSD.org Subject: Re: ports/182533: [maintainer update] x11/slim: enable PAM by default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:04:00 -0000 Synopsis: [maintainer update] x11/slim: enable PAM by default Responsible-Changed-From-To: freebsd-ports-bugs->lme Responsible-Changed-By: lme Responsible-Changed-When: Sun Oct 6 09:03:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182533 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 09:25:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F03488F5; Sun, 6 Oct 2013 09:25:01 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6E832069; Sun, 6 Oct 2013 09:25:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r969P1EL023720; Sun, 6 Oct 2013 09:25:01 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r969P1q0023719; Sun, 6 Oct 2013 09:25:01 GMT (envelope-from ohauer) Date: Sun, 6 Oct 2013 09:25:01 GMT Message-Id: <201310060925.r969P1q0023719@freefall.freebsd.org> To: jarrod@downtools.com.au, ohauer@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/171539: [patch] net-mgmt/nrpe2 small fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:25:02 -0000 Synopsis: [patch] net-mgmt/nrpe2 small fixes State-Changed-From-To: feedback->closed State-Changed-By: ohauer State-Changed-When: Sun Oct 6 09:22:53 UTC 2013 State-Changed-Why: Close PR, patch is included in r329368 Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Sun Oct 6 09:22:53 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171539 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 09:34:34 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6138B00; Sun, 6 Oct 2013 09:34:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA9BB20D0; Sun, 6 Oct 2013 09:34:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r969YYJj025833; Sun, 6 Oct 2013 09:34:34 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r969Khhc022073; Sun, 6 Oct 2013 09:20:43 GMT (envelope-from ohauer) Date: Sun, 6 Oct 2013 09:20:43 GMT Message-Id: <201310060920.r969Khhc022073@freefall.freebsd.org> To: jarrod@downtools.com.au.bdrewery@FreeBSD.org, ohauer@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/176438: net-mgmt/nrpe2 consuming cpu when handling new connections X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 09:34:35 -0000 Synopsis: net-mgmt/nrpe2 consuming cpu when handling new connections Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Sun Oct 6 09:14:18 UTC 2013 Responsible-Changed-Why: I'll take it. Kajetan thanks for the PR, I can verify the high CPU load. Please test the following patch: http://people.freebsd.org/~ohauer/diffs/nrpe_PR_176438.diff The patch resets the SSL connection after ~60s in case the SSL handshake is not finished. Additional I included a polling patch from OpenBSD's nrpe http://www.freebsd.org/cgi/query-pr.cgi?pr=176438 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 10:50:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F0BCCE0; Sun, 6 Oct 2013 10:50:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0503F240F; Sun, 6 Oct 2013 10:50:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96AolL1042170; Sun, 6 Oct 2013 10:50:47 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Aolfm042169; Sun, 6 Oct 2013 10:50:47 GMT (envelope-from madpilot) Date: Sun, 6 Oct 2013 10:50:47 GMT Message-Id: <201310061050.r96Aolfm042169@freefall.freebsd.org> To: madpilot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, madpilot@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/182078: [maintainer] graphics/mapnik: fix Clang 3.3 build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 10:50:48 -0000 Synopsis: [maintainer] graphics/mapnik: fix Clang 3.3 build Responsible-Changed-From-To: freebsd-ports-bugs->madpilot Responsible-Changed-By: madpilot Responsible-Changed-When: Sun Oct 6 10:50:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182078 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 12:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2967540 for ; Sun, 6 Oct 2013 12:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EAB1286A for ; Sun, 6 Oct 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Co0RF067980 for ; Sun, 6 Oct 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Co0Fc067979; Sun, 6 Oct 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 12:50:00 GMT Resent-Message-Id: <201310061250.r96Co0Fc067979@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-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3AB4840B for ; Sun, 6 Oct 2013 12:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 277FB284B for ; Sun, 6 Oct 2013 12:42:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96CgZNI001509 for ; Sun, 6 Oct 2013 12:42:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96CgZkY001498; Sun, 6 Oct 2013 12:42:35 GMT (envelope-from nobody) Message-Id: <201310061242.r96CgZkY001498@oldred.freebsd.org> Date: Sun, 6 Oct 2013 12:42:35 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182741: [PATCH] graphics/enblend: Build with clang on 10-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 12:50:00 -0000 >Number: 182741 >Category: ports >Synopsis: [PATCH] graphics/enblend: Build with clang on 10-CURRENT >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 Oct 06 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-ALPHA4 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 f67645e-dirty: Mon Sep 30 20:35:14 CEST 2013 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/src/GIT/sys/GENERIC amd64 >Description: It builds fine with base Clang, but not with GCC, I guess because dependencies were built with Clang and libc++. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/enblend/Makefile =================================================================== --- graphics/enblend/Makefile (revision 329543) +++ graphics/enblend/Makefile (working copy) @@ -28,9 +28,14 @@ # Remove this line when we remove texinfo from the base system. CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" +.include + +.if ${OSVERSION} < 1000054 # GCC 4.2 has some problems, see # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a USE_GCC= yes +.endif + USE_GL= glew glut GNU_CONFIGURE= yes CONFIGURE_ENV+= "LIBS=-lboost_system" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 12:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 953BC56D; Sun, 6 Oct 2013 12:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69F85286B; Sun, 6 Oct 2013 12:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Co8RE068119; Sun, 6 Oct 2013 12:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Co8Hi068118; Sun, 6 Oct 2013 12:50:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 12:50:08 GMT Message-Id: <201310061250.r96Co8Hi068118@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, grog@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182741: [PATCH] graphics/enblend: Build with clang on 10-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 12:50:08 -0000 Synopsis: [PATCH] graphics/enblend: Build with clang on 10-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->grog Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 12:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182741 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 13:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7EFD874 for ; Sun, 6 Oct 2013 13:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DA7228DD for ; Sun, 6 Oct 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96D00c4069853 for ; Sun, 6 Oct 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96D00cp069852; Sun, 6 Oct 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 13:00:00 GMT Resent-Message-Id: <201310061300.r96D00cp069852@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-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF3925A2 for ; Sun, 6 Oct 2013 12:50:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD0752874 for ; Sun, 6 Oct 2013 12:50:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96CoOVb036835 for ; Sun, 6 Oct 2013 12:50:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96CoO0c036822; Sun, 6 Oct 2013 12:50:24 GMT (envelope-from nobody) Message-Id: <201310061250.r96CoO0c036822@oldred.freebsd.org> Date: Sun, 6 Oct 2013 12:50:24 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182742: [PATCH] graphics/hugin: Fix build with Clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 13:00:00 -0000 >Number: 182742 >Category: ports >Synopsis: [PATCH] graphics/hugin: Fix build with Clang >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 Oct 06 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-ALPHA4 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 f67645e-dirty: Mon Sep 30 20:35:14 CEST 2013 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/src/GIT/sys/GENERIC amd64 >Description: Hugin doesn't build with Clang on 10-CURRENT. >How-To-Repeat: >Fix: The attached patch should be copied to graphics/hugin/files/, and probably renamed to remove the "ports-hugin-" prefix and ".txt" suffix. Note that I didn't tested this patch with GCC, because it doesn't build with this compiler on 10-CURRENT due to dependencies linked to libc++ (not libstdc++), and I don't have access to a FreeBSD 8/9 box right now. Patch attached with submission follows: --- src/hugin1/icpfind/AutoCtrlPointCreator.cpp.orig 2013-10-06 13:37:06.384336868 +0200 +++ src/hugin1/icpfind/AutoCtrlPointCreator.cpp 2013-10-06 13:38:01.092331533 +0200 @@ -28,7 +28,7 @@ #include "panoinc.h" #include -#ifdef __GNUC__ +#if defined(__GNUC__) && !defined(__clang__) #include #endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 13:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92DC78A5; Sun, 6 Oct 2013 13:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 673C728E0; Sun, 6 Oct 2013 13:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96D08pK071500; Sun, 6 Oct 2013 13:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96D083E071499; Sun, 6 Oct 2013 13:00:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 13:00:08 GMT Message-Id: <201310061300.r96D083E071499@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182742: [PATCH] graphics/hugin: Fix build with Clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 13:00:08 -0000 Synopsis: [PATCH] graphics/hugin: Fix build with Clang Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 13:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182742 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AA894BC for ; Sun, 6 Oct 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 796F72AD7 for ; Sun, 6 Oct 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Do0GX079943 for ; Sun, 6 Oct 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Do0Qb079942; Sun, 6 Oct 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 13:50:00 GMT Resent-Message-Id: <201310061350.r96Do0Qb079942@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 Kelley Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07CDE16D for ; Sun, 6 Oct 2013 13:42:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE5B72A90 for ; Sun, 6 Oct 2013 13:42:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96Dg9dI093410 for ; Sun, 6 Oct 2013 13:42:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96Dg9Ig093407; Sun, 6 Oct 2013 13:42:09 GMT (envelope-from nobody) Message-Id: <201310061342.r96Dg9Ig093407@oldred.freebsd.org> Date: Sun, 6 Oct 2013 13:42:09 GMT From: Jimmy Kelley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182743: eclipse-devel fails to build on 10-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 13:50:00 -0000 >Number: 182743 >Category: ports >Synopsis: eclipse-devel fails to build on 10-CURRENT >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 Oct 06 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Kelley >Release: 10-CURRENT >Organization: >Environment: FreeBSD jmobile.jimmy.localnet 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255987: Wed Oct 2 13:42:58 CDT 2013 root@jmobile.jimmy.localnet:/usr/obj/usr/src/sys/TOSHIBA i386 >Description: eclipse-devel build fails due to hardcoded references to "gcc" on a machine where GCC has been totally removed from base system. >How-To-Repeat: Attempt to build eclipse-devel port on a 10-CURRENT system where GCC has been totally removed from the base system. >Fix: The attached patch changes the offending hardcoded GCC references to use the port build system CC variable. Patch attached with submission follows: Index: files/freebsd-support.patch =================================================================== --- files/freebsd-support.patch (revision 329044) +++ files/freebsd-support.patch (working copy) @@ -56,7 +56,7 @@ case x$CC in - x*gcc*) make -f $makefile all PICFLAG=-fpic ;; - *) make -f $makefile all ;; -+ x*gcc*) ${MAKE} -f $makefile all PICFLAG=-fpic ;; ++ x*cc*) ${MAKE} -f $makefile all PICFLAG=-fpic ;; + *) ${MAKE} -f $makefile all ;; esac fi @@ -100,7 +100,7 @@ +endif + +# Define the object modules to be compiled and flags. -+CC=gcc ++CC?=gcc +MAIN_OBJS = eclipseMain.o +COMMON_OBJS = eclipseConfig.o eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o +DLL_OBJS = eclipse.o eclipseGtk.o eclipseUtil.o eclipseJNI.o eclipseMozilla.o eclipseShm.o eclipseNix.o @@ -326,8 +326,8 @@ +OPT_FLAGS=-O2 -g -s -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + +core : -+ gcc $(OPT_FLAGS) -fPIC -c $(JDK_INCLUDE) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C) -+ gcc $(OPT_FLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc ++ $(CC) $(OPT_FLAGS) -fPIC -c $(JDK_INCLUDE) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C) ++ $(CC) $(OPT_FLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc + +clean : + rm *.o @@ -676,7 +676,7 @@ +compile: + @echo "Building file: $(GNOMEPROXY.O)" + @echo "Invoking: GCC C Compiler" -+ gcc $(INCLUDE) $(COMPILER_FLAGS) -o $(GNOMEPROXY.O) $(GNOMEPROXY.C) ++ $(CC) $(INCLUDE) $(COMPILER_FLAGS) -o $(GNOMEPROXY.O) $(GNOMEPROXY.C) + @echo "Finished building: $(GNOMEPROXY.O)" + @echo " " + @@ -683,7 +683,7 @@ +link: compile + @echo "Building target: $(LIB_NAME_FULL)" + @echo "Invoking: GCC C Linker" -+ gcc $(LINKER_FLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(LIBS) $(GNOMEPROXY.O) -lc ++ $(CC) $(LINKER_FLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(LIBS) $(GNOMEPROXY.O) -lc + @echo "Finished building target: $(LIB_NAME_FULL)" + @echo " " + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 14:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E7B4EE0 for ; Sun, 6 Oct 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E18BC2C8E for ; Sun, 6 Oct 2013 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96EU0uX088867 for ; Sun, 6 Oct 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96EU0kM088866; Sun, 6 Oct 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 14:30:00 GMT Resent-Message-Id: <201310061430.r96EU0kM088866@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 Bröder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99763ED4 for ; Sun, 6 Oct 2013 14:29:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 767732C84 for ; Sun, 6 Oct 2013 14:29:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96ETDfa078012 for ; Sun, 6 Oct 2013 14:29:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96ETD1X078009; Sun, 6 Oct 2013 14:29:13 GMT (envelope-from nobody) Message-Id: <201310061429.r96ETD1X078009@oldred.freebsd.org> Date: Sun, 6 Oct 2013 14:29:13 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182745: [maintainer-update] [patch] devel/diffuse: Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 14:30:01 -0000 >Number: 182745 >Category: ports >Synopsis: [maintainer-update] [patch] devel/diffuse: Add stage support. >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 Oct 06 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: >Organization: >Environment: >Description: Support staging. Simplify options handling by using OPTIONS_SUB and ${OPT}_USES. Add patch to use ${PYTHON_CMD} instead of '/usr/bin/env python' to actually run the script with the same python version the package was built for. Since it is now possible to use the python meta-ports as direct dependencies, just depend on the python 2 meta-port, because a specific minor version is not relevant. Minor fixes / safety belt additions. Tested (amd64) on head, stable/9, releng/9.2, releng/8.4. Thanks! >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index 1c22c97..ec10471 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -15,41 +15,30 @@ LICENSE_COMB= dual NO_BUILD= yes USE_BZIP2= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_GNOME= pygtk2 CONFLICTS= tinker-[0-9]* -MAN1= diffuse.1 PORTDOCS= AUTHORS ChangeLog ChangeLog_ru README README_ru OPTIONS_DEFINE= DATA DOCS MENU NLS DATA_DESC= Enable syntax highlighting support MENU_DESC= Enable a desktop program menu entry +OPTIONS_DEFAULT=DATA DOCS MENU NLS +OPTIONS_SUB= yes +MENU_USES= desktop-file-utils +NLS_USES= gettext -OPTIONS_DEFAULT=DATA MENU - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDATA} PORTDATA= syntax .endif -.if ${PORT_OPTIONS:MMENU} -USES+= desktop-file-utils -PLIST_SUB+= MENU="" -.else -PLIST_SUB+= MENU="@comment " -.endif - .if ${PORT_OPTIONS:MNLS} -USES+= gettext TRANSLATIONS= cs de es it ja ko pl ru zh_CN -MANLANG= "" cs it ru -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " +MANUALS= cs it ru .endif post-patch: @@ -61,32 +50,35 @@ post-patch: import ${PREFIX}|g; s|/etc|${PREFIX}/etc|g' \ ${WRKSRC}/src/etc/${PORTNAME}rc .endif - ${REINPLACE_CMD} -e 's|../../etc|${PREFIX}/etc|g' \ - ${WRKSRC}/src/usr/bin/${PORTNAME} + ${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|g; \ + s|../../etc|${PREFIX}/etc|g' ${WRKSRC}/src/usr/bin/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/src/usr/bin/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/src/etc/${PORTNAME}rc ${PREFIX}/etc/ + ${INSTALL_SCRIPT} ${WRKSRC}/src/usr/bin/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/src/etc/${PORTNAME}rc \ + ${STAGEDIR}${PREFIX}/etc/ ${INSTALL_MAN} ${WRKSRC}/src/usr/share/man/man1/*.1 \ - ${MANPREFIX}/man/man1/ + ${STAGEDIR}${MANPREFIX}/man/man1/ post-install: .if ${PORT_OPTIONS:MDATA} - ${MKDIR} ${DATADIR}/${PORTDATA} + ${MKDIR} ${STAGEDIR}${DATADIR}/${PORTDATA} (cd ${WRKSRC}/src/usr/share/${PORTNAME} && \ - ${COPYTREE_SHARE} \* ${DATADIR}) + ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/) .endif .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/) .endif .if ${PORT_OPTIONS:MMENU} ${INSTALL_DATA} ${WRKSRC}/src/usr/share/pixmaps/${PORTNAME}.png \ - ${PREFIX}/share/pixmaps/ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/src/usr/share/applications/*.desktop \ - ${DESKTOPDIR} + ${STAGEDIR}${DESKTOPDIR}/ .endif .if ${PORT_OPTIONS:MNLS} @@ -95,12 +87,12 @@ post-install: ${LOCALBASE}/bin/msgfmt -c ${WRKSRC}/translations/${x}.po \ -o ${WRKSRC}/translations/${x}/${PORTNAME}.mo ${INSTALL_DATA} ${WRKSRC}/translations/${x}/*.mo \ - ${PREFIX}/share/locale/${x}/LC_MESSAGES/ + ${STAGEDIR}${PREFIX}/share/locale/${x}/LC_MESSAGES/ .endfor -.for y in ${MANLANG} - ${MKDIR} ${MANPREFIX}/man/${y}/man1 +.for y in ${MANUALS} + ${MKDIR} ${STAGEDIR}${MANPREFIX}/man/${y}/man1 ${INSTALL_MAN} ${WRKSRC}/src/usr/share/man/${y}/man1/*.1 \ - ${MANPREFIX}/man/${y}/man1/ + ${STAGEDIR}${MANPREFIX}/man/${y}/man1/ .endfor .endif diff --git a/devel/diffuse/pkg-plist b/devel/diffuse/pkg-plist index 49807de..f7057a3 100644 --- a/devel/diffuse/pkg-plist +++ b/devel/diffuse/pkg-plist @@ -1,7 +1,11 @@ bin/diffuse etc/diffuserc +man/man1/diffuse.1.gz %%MENU%%share/applications/diffuse.desktop %%MENU%%share/pixmaps/diffuse.png +%%NLS%%man/cs/man1/diffuse.1.gz +%%NLS%%man/it/man1/diffuse.1.gz +%%NLS%%man/ru/man1/diffuse.1.gz %%NLS%%share/locale/cs/LC_MESSAGES/diffuse.mo %%NLS%%share/locale/de/LC_MESSAGES/diffuse.mo %%NLS%%share/locale/es/LC_MESSAGES/diffuse.mo @@ -11,9 +15,10 @@ etc/diffuserc %%NLS%%share/locale/pl/LC_MESSAGES/diffuse.mo %%NLS%%share/locale/ru/LC_MESSAGES/diffuse.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/diffuse.mo -@dirrmtry man/cs/man1 -@dirrmtry man/cs -@dirrmtry man/it/man1 -@dirrmtry man/it -@dirrmtry man/ru/man1 -@dirrmtry man/ru +%%MENU%%@dirrmtry share/applications +%%NLS%%@dirrmtry man/cs/man1 +%%NLS%%@dirrmtry man/cs +%%NLS%%@dirrmtry man/it/man1 +%%NLS%%@dirrmtry man/it +%%NLS%%@dirrmtry man/ru/man1 +%%NLS%%@dirrmtry man/ru >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 14:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAF35EDE for ; Sun, 6 Oct 2013 14:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1C32C8C for ; Sun, 6 Oct 2013 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96EU0Je088803 for ; Sun, 6 Oct 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96EU0Qb088802; Sun, 6 Oct 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 14:30:00 GMT Resent-Message-Id: <201310061430.r96EU0Qb088802@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDEB9C4F for ; Sun, 6 Oct 2013 14:20:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 923C02C0B for ; Sun, 6 Oct 2013 14:20:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96EKPex042982 for ; Sun, 6 Oct 2013 14:20:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96EKPFW042886; Sun, 6 Oct 2013 14:20:25 GMT (envelope-from nobody) Message-Id: <201310061420.r96EKPFW042886@oldred.freebsd.org> Date: Sun, 6 Oct 2013 14:20:25 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182744: [MAINTAINER-UPDATE] from sysutils/zogftw 2013-03-31 to 2013-10-06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 14:30:00 -0000 >Number: 182744 >Category: ports >Synopsis: [MAINTAINER-UPDATE] from sysutils/zogftw 2013-03-31 to 2013-10-06 >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 Oct 06 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #603 r255964+87e8ab6a: Wed Oct 2 22:35:10 CEST 2013 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: The attached patch updates sysutils/zogftw to 2013-10-06 and adds stage support. >How-To-Repeat: >Fix: Patch attached with submission follows: >From 7015469cd1c356969600284d3ee302c52a70f105 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 6 Oct 2013 12:57:20 +0200 Subject: [PATCH] sysutils/zogftw: Update to 2013-10-06-4760e2c --- sysutils/zogftw/Makefile | 14 ++++++-------- sysutils/zogftw/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile index 3a55264..0df1283 100644 --- a/sysutils/zogftw/Makefile +++ b/sysutils/zogftw/Makefile @@ -3,8 +3,8 @@ PORTNAME= zogftw -PORTVERSION= 0.0.2013.03.31 +PORTVERSION= 0.0.2013.10.06 CATEGORIES= sysutils MASTER_SITES= http://www.fabiankeil.de/sourcecode/zogftw/ -DISTNAME= ${PORTNAME}-2013-03-31-80ef6e9 +DISTNAME= ${PORTNAME}-2013-10-06-4760e2c MAINTAINER= fk@fabiankeil.de @@ -17,11 +17,9 @@ OPTIONS_DEFINE= GNUPG OPTIONS_DEFAULT= GNUPG -PLIST_FILES= sbin/zogftw - -MAN8= zogftw.8 +PLIST_FILES= sbin/zogftw \ + ${MAN8PREFIX}/man/man8/zogftw.8.gz PORTSCOUT= ignore:1 -NO_STAGE= yes .include @@ -33,6 +31,6 @@ RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 \ do-build: do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${PREFIX}/sbin/zogftw - ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${MAN8PREFIX}/man/man8 + ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw + ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include diff --git a/sysutils/zogftw/distinfo b/sysutils/zogftw/distinfo index c1d3b62..414dd04 100644 --- a/sysutils/zogftw/distinfo +++ b/sysutils/zogftw/distinfo @@ -1,2 +1,2 @@ -SHA256 (zogftw-2013-03-31-80ef6e9.tar.gz) = e8dcdb01916c4f0c89deb23bb3044701fe6a209e9428885f4a9a5f9a22dda49e -SIZE (zogftw-2013-03-31-80ef6e9.tar.gz) = 15957 +SHA256 (zogftw-2013-10-06-4760e2c.tar.gz) = 9ebcfe168ed3e8e333982ede3c7a0b6f8769162e7a6590499c412aef32e42c34 +SIZE (zogftw-2013-10-06-4760e2c.tar.gz) = 14651 -- 1.8.4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B45DA22B for ; Sun, 6 Oct 2013 14:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 922F22D4B for ; Sun, 6 Oct 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ee0Rn090628 for ; Sun, 6 Oct 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ee03K090627; Sun, 6 Oct 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 14:40:00 GMT Resent-Message-Id: <201310061440.r96Ee03K090627@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 Bröder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 902CCF5B for ; Sun, 6 Oct 2013 14:31:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AABE2CC9 for ; Sun, 6 Oct 2013 14:31:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96EVSac032177 for ; Sun, 6 Oct 2013 14:31:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96EVSJw032176; Sun, 6 Oct 2013 14:31:28 GMT (envelope-from nobody) Message-Id: <201310061431.r96EVSJw032176@oldred.freebsd.org> Date: Sun, 6 Oct 2013 14:31:28 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182746: [maintainer-update] [patch] devel/dulwich: Update to 0.9.1. Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 14:40:00 -0000 >Number: 182746 >Category: ports >Synopsis: [maintainer-update] [patch] devel/dulwich: Update to 0.9.1. Add stage support. >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 Oct 06 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: >Organization: >Environment: >Description: Update to 0.9.1 release. Add PORTEXAMPLES. Support staging. Remove options file workaround. Use the new PYDISTUTILS_AUTOPLIST knob and remove pkg-plist. Since it is now possible to use the python meta-ports as direct dependencies, just depend on the python 2 meta-port, because a specific minor version is not relevant. Minor fixes / safety belt additions. Tested (amd64) on head, stable/9, releng/9.2, releng/8.4. Thanks! >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index 3e7befe..0abca30 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/dulwich/Makefile 327722 2013-09-20 17:03:26Z bapt $ PORTNAME= dulwich -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= devel python MASTER_SITES= http://www.samba.org/~jelmer/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,31 +13,37 @@ COMMENT= Pure-Python implementation of the Git file formats and protocols LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +PORTDOCS= NEWS README introduction.txt object-store.txt protocol.txt \ + remote.txt repo.txt tag.txt +PORTEXAMPLES= clone.py diff.py -PORTDOCS= AUTHORS HACKING NEWS README introduction.txt \ - object-store.txt protocol.txt remote.txt repo.txt tag.txt - -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options -OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFAULT=DOCS EXAMPLES -NO_STAGE= yes .include post-patch: ${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_CMD}|g' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ - ${WRKSRC}/setup.py + ${WRKSRC}/setup.py ${WRKSRC}/examples/*.py post-install: .if ${PORT_OPTIONS:MDOCS} - ${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + ${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/) +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + ${CP} ${WRKSRC}/examples/*.py ${WRKSRC}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTEXAMPLES} \ + ${STAGEDIR}${EXAMPLESDIR}/) .endif .include diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo index 191a928..b48a048 100644 --- a/devel/dulwich/distinfo +++ b/devel/dulwich/distinfo @@ -1,2 +1,2 @@ -SHA256 (dulwich-0.9.0.tar.gz) = bc6df3634216d01064d86c0bad8b39f26802dbfe37d34f1b0edf8a60c4ca8f25 -SIZE (dulwich-0.9.0.tar.gz) = 221697 +SHA256 (dulwich-0.9.1.tar.gz) = 3396b821e6119b33ab0d6554f193d3d51e1debf5bcd7206ac155b808f426a1e8 +SIZE (dulwich-0.9.1.tar.gz) = 223606 diff --git a/devel/dulwich/pkg-plist b/devel/dulwich/pkg-plist deleted file mode 100644 index 7c74bd0..0000000 --- a/devel/dulwich/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/dul-daemon -bin/dul-web -bin/dulwich -%%PYTHON_SITELIBDIR%%/dulwich/__init__.py -%%PYTHON_SITELIBDIR%%/dulwich/__init__.pyc -%%PYTHON_SITELIBDIR%%/dulwich/__init__.pyo -%%PYTHON_SITELIBDIR%%/dulwich/_compat.py -%%PYTHON_SITELIBDIR%%/dulwich/_compat.pyc -%%PYTHON_SITELIBDIR%%/dulwich/_compat.pyo -%%PYTHON_SITELIBDIR%%/dulwich/_diff_tree.so -%%PYTHON_SITELIBDIR%%/dulwich/_objects.so -%%PYTHON_SITELIBDIR%%/dulwich/_pack.so -%%PYTHON_SITELIBDIR%%/dulwich/client.py -%%PYTHON_SITELIBDIR%%/dulwich/client.pyc -%%PYTHON_SITELIBDIR%%/dulwich/client.pyo -%%PYTHON_SITELIBDIR%%/dulwich/config.py -%%PYTHON_SITELIBDIR%%/dulwich/config.pyc -%%PYTHON_SITELIBDIR%%/dulwich/config.pyo -%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.py -%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.pyc -%%PYTHON_SITELIBDIR%%/dulwich/diff_tree.pyo -%%PYTHON_SITELIBDIR%%/dulwich/errors.py -%%PYTHON_SITELIBDIR%%/dulwich/errors.pyc -%%PYTHON_SITELIBDIR%%/dulwich/errors.pyo -%%PYTHON_SITELIBDIR%%/dulwich/fastexport.py -%%PYTHON_SITELIBDIR%%/dulwich/fastexport.pyc -%%PYTHON_SITELIBDIR%%/dulwich/fastexport.pyo -%%PYTHON_SITELIBDIR%%/dulwich/file.py -%%PYTHON_SITELIBDIR%%/dulwich/file.pyc -%%PYTHON_SITELIBDIR%%/dulwich/file.pyo -%%PYTHON_SITELIBDIR%%/dulwich/hooks.py -%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyc -%%PYTHON_SITELIBDIR%%/dulwich/hooks.pyo -%%PYTHON_SITELIBDIR%%/dulwich/index.py -%%PYTHON_SITELIBDIR%%/dulwich/index.pyc -%%PYTHON_SITELIBDIR%%/dulwich/index.pyo -%%PYTHON_SITELIBDIR%%/dulwich/log_utils.py -%%PYTHON_SITELIBDIR%%/dulwich/log_utils.pyc -%%PYTHON_SITELIBDIR%%/dulwich/log_utils.pyo -%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.py -%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyc -%%PYTHON_SITELIBDIR%%/dulwich/lru_cache.pyo -%%PYTHON_SITELIBDIR%%/dulwich/object_store.py -%%PYTHON_SITELIBDIR%%/dulwich/object_store.pyc -%%PYTHON_SITELIBDIR%%/dulwich/object_store.pyo -%%PYTHON_SITELIBDIR%%/dulwich/objects.py -%%PYTHON_SITELIBDIR%%/dulwich/objects.pyc -%%PYTHON_SITELIBDIR%%/dulwich/objects.pyo -%%PYTHON_SITELIBDIR%%/dulwich/pack.py -%%PYTHON_SITELIBDIR%%/dulwich/pack.pyc -%%PYTHON_SITELIBDIR%%/dulwich/pack.pyo -%%PYTHON_SITELIBDIR%%/dulwich/patch.py -%%PYTHON_SITELIBDIR%%/dulwich/patch.pyc -%%PYTHON_SITELIBDIR%%/dulwich/patch.pyo -%%PYTHON_SITELIBDIR%%/dulwich/protocol.py -%%PYTHON_SITELIBDIR%%/dulwich/protocol.pyc -%%PYTHON_SITELIBDIR%%/dulwich/protocol.pyo -%%PYTHON_SITELIBDIR%%/dulwich/repo.py -%%PYTHON_SITELIBDIR%%/dulwich/repo.pyc -%%PYTHON_SITELIBDIR%%/dulwich/repo.pyo -%%PYTHON_SITELIBDIR%%/dulwich/server.py -%%PYTHON_SITELIBDIR%%/dulwich/server.pyc -%%PYTHON_SITELIBDIR%%/dulwich/server.pyo -%%PYTHON_SITELIBDIR%%/dulwich/walk.py -%%PYTHON_SITELIBDIR%%/dulwich/walk.pyc -%%PYTHON_SITELIBDIR%%/dulwich/walk.pyo -%%PYTHON_SITELIBDIR%%/dulwich/web.py -%%PYTHON_SITELIBDIR%%/dulwich/web.pyc -%%PYTHON_SITELIBDIR%%/dulwich/web.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_blackbox.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_client.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_config.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_config.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_config.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_diff_tree.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_fastexport.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_file.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_hooks.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_index.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_lru_cache.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_missing_obj_finder.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_object_store.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_objects.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_objects.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_objects.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_pack.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_pack.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_pack.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_patch.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_patch.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_patch.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_protocol.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_protocol.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_protocol.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_repository.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_server.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_walk.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_web.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/test_utils.pyo -%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.py -%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.pyc -%%PYTHON_SITELIBDIR%%/dulwich/tests/utils.pyo -@dirrm %%PYTHON_SITELIBDIR%%/dulwich/tests -@dirrm %%PYTHON_SITELIBDIR%%/dulwich >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 14:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B803231 for ; Sun, 6 Oct 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29FE92D4F for ; Sun, 6 Oct 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ee1KF090705 for ; Sun, 6 Oct 2013 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ee1d5090702; Sun, 6 Oct 2013 14:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 14:40:01 GMT Resent-Message-Id: <201310061440.r96Ee1d5090702@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 Bröder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 505741C1 for ; Sun, 6 Oct 2013 14:36:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9012D11 for ; Sun, 6 Oct 2013 14:36:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96Ea7t8070887 for ; Sun, 6 Oct 2013 14:36:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96Ea7ZW070885; Sun, 6 Oct 2013 14:36:07 GMT (envelope-from nobody) Message-Id: <201310061436.r96Ea7ZW070885@oldred.freebsd.org> Date: Sun, 6 Oct 2013 14:36:07 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182748: [maintainer-update] [patch] mail/trojita: Update to 0.3.96. Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 14:40:01 -0000 >Number: 182748 >Category: ports >Synopsis: [maintainer-update] [patch] mail/trojita: Update to 0.3.96. Add stage support. >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 Oct 06 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: >Organization: >Environment: >Description: Update to 0.3.96 release. Support staging. Use cmake. Tell cmake to use '/usr/bin/make' instead of an problably installed gmake (because of errors). Add desktop-file-utils dependency. Add c++11 support check. We need either clang >= 3.3 and libc++ (from base), or gcc >= 4.8.1 (from ports). The 'devel/libc++' port does not work. So it is not useful to check for clang from ports. Include and instead of . This is necessary, because ${MAKE} would complain about a malformed conditional in the ${OSVERSION} check (syntax is correct). If using options (and so using and ) this error does not occur. Tested (amd64) on head, stable/9, releng/9.2, releng/8.4. Thanks! >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index 1706456..3b58626 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/trojita/Makefile 327742 2013-09-20 19:59:12Z bapt $ PORTNAME= trojita -PORTVERSION= 0.3.93 +PORTVERSION= 0.3.96 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/src/ @@ -12,19 +12,33 @@ COMMENT= Fast cross-platform Qt IMAP e-mail client LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual - USE_BZIP2= yes +USE_LDCONFIG= yes + +USES= cmake desktop-file-utils +CMAKE_ARGS+= -DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make \ + -DWITH_QT5:STRING=OFF -DWITH_TESTS:STRING=OFF -USE_QT4= linguist_build moc_build qmake_build rcc_build \ - uic_build sql-sqlite3 webkit +USE_QT4= linguist_build moc_build qmake_build rcc_build uic_build \ + sql-sqlite3 webkit HAS_CONFIGURE= yes INSTALLS_ICONS= yes -NO_INSTALL_MANPAGES= yes -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} \ - CONFIG+="release disable_tests" ${PORTNAME}.pro +.include + +# We need full c++11 support. So use either clang >= 3.3 and libc++ from base, +# or use gcc >= 4.8.1 from ports. The devel/libc++ port does not work. +.if (${OSVERSION} > 901505 && exists(/usr/bin/clang) && \ +exists(/usr/include/c++/v1/__config)) +CC= /usr/bin/clang +CPP= /usr/bin/clang-cpp +CXX= /usr/bin/clang++ +CXXFLAGS+= -stdlib=libc++ +.else +USE_GCC= 4.8+ +.endif + +post-install: -.include +.include diff --git a/mail/trojita/distinfo b/mail/trojita/distinfo index 40ab09d..1450e68 100644 --- a/mail/trojita/distinfo +++ b/mail/trojita/distinfo @@ -1,2 +1,2 @@ -SHA256 (trojita-0.3.93.tar.bz2) = 625bf7fded3f00a45f6f4eafe504fa3e20e237632072f7e47949d0a1339274e4 -SIZE (trojita-0.3.93.tar.bz2) = 966396 +SHA256 (trojita-0.3.96.tar.bz2) = f085dba2a33eed61282bdde05b0151138fbc820a7bfe4655758e1d63f31af7f1 +SIZE (trojita-0.3.96.tar.bz2) = 1068542 diff --git a/mail/trojita/pkg-plist b/mail/trojita/pkg-plist index f372a99..45939f1 100644 --- a/mail/trojita/pkg-plist +++ b/mail/trojita/pkg-plist @@ -1,4 +1,6 @@ +bin/be.contacts bin/trojita +lib/libtrojita_plugins.so share/applications/trojita.desktop share/icons/hicolor/32x32/apps/trojita.png share/icons/hicolor/scalable/apps/trojita.svg @@ -20,12 +22,15 @@ share/icons/hicolor/scalable/apps/trojita.svg %%DATADIR%%/locale/trojita_common_pl.qm %%DATADIR%%/locale/trojita_common_pt.qm %%DATADIR%%/locale/trojita_common_pt_BR.qm +%%DATADIR%%/locale/trojita_common_ro.qm %%DATADIR%%/locale/trojita_common_sk.qm %%DATADIR%%/locale/trojita_common_sv.qm %%DATADIR%%/locale/trojita_common_tr.qm +%%DATADIR%%/locale/trojita_common_ug.qm %%DATADIR%%/locale/trojita_common_uk.qm -%%DATADIR%%/locale/trojita_common_x-test.qm +%%DATADIR%%/locale/trojita_common_x_test.qm %%DATADIR%%/locale/trojita_common_zh_CN.qm %%DATADIR%%/locale/trojita_common_zh_TW.qm @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%% +@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 14:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06FF822D for ; Sun, 6 Oct 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8D742D4D for ; Sun, 6 Oct 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ee0Q0090692 for ; Sun, 6 Oct 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ee0T6090688; Sun, 6 Oct 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 14:40:00 GMT Resent-Message-Id: <201310061440.r96Ee0T6090688@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 Bröder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 844A9F88 for ; Sun, 6 Oct 2013 14:33:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70CD02CE6 for ; Sun, 6 Oct 2013 14:33:43 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96EXhQS041379 for ; Sun, 6 Oct 2013 14:33:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96EXhA2041375; Sun, 6 Oct 2013 14:33:43 GMT (envelope-from nobody) Message-Id: <201310061433.r96EXhA2041375@oldred.freebsd.org> Date: Sun, 6 Oct 2013 14:33:43 GMT From: Marco Bröder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182747: [maintainer-update] [patch] devel/hg-git: Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 14:40:01 -0000 >Number: 182747 >Category: ports >Synopsis: [maintainer-update] [patch] devel/hg-git: Add stage support. >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 Oct 06 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: >Organization: >Environment: >Description: Support staging. Use the new PYDISTUTILS_AUTOPLIST knob and remove pkg-plist. Strip and reword pkg-message. Add patch to fix incompatible dulwich API changes. Do not depend on specific versions for devel/dulwich and devel/mercurial. It is neither necessary nor useful, because the latest versions of these ports always pass, most of the time surpass, the minimum requirements. This avoids all the version bumps with every update. Since it is now possible to use the python meta-ports as direct dependencies, just depend on the python 2 meta-port, because a specific minor version is not relevant. Tested (amd64) on head, stable/9, releng/9.2, releng/8.4. Thanks! >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 98b378c..6b65b48 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -12,17 +12,15 @@ COMMENT= Mercurial extension to pull from or push to a Git repository LICENSE= GPLv2 -RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.8.7:${PORTSDIR}/devel/dulwich \ - mercurial>=2.5.2:${PORTSDIR}/devel/mercurial \ +RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:${PORTSDIR}/devel/dulwich \ + mercurial>=*:${PORTSDIR}/devel/mercurial \ ${PKGNAMEPREFIX}ordereddict>=1.1:${PORTSDIR}/devel/py-ordereddict - -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/} -NO_STAGE= yes post-install: - @${CAT} ${PKGMESSAGE} .include diff --git a/devel/hg-git/files/patch-hggit__git_handler.py b/devel/hg-git/files/patch-hggit__git_handler.py new file mode 100644 index 0000000..9901ae9 --- /dev/null +++ b/devel/hg-git/files/patch-hggit__git_handler.py @@ -0,0 +1,11 @@ +--- ./hggit/git_handler.py.orig 2013-03-24 22:35:51.000000000 +0100 ++++ ./hggit/git_handler.py 2013-10-05 10:40:01.222598222 +0200 +@@ -1034,7 +1034,7 @@ + and ( ref.startswith('refs/heads/') or ref.startswith('refs/tags/') ) ] + want = [x for x in want if x not in self.git] + return want +- f, commit = self.git.object_store.add_pack() ++ f, commit = self.git.object_store.add_pack()[:2] + try: + try: + progress = GitProgress(self.ui) diff --git a/devel/hg-git/pkg-message b/devel/hg-git/pkg-message index 4939963..8b74b54 100644 --- a/devel/hg-git/pkg-message +++ b/devel/hg-git/pkg-message @@ -1,15 +1,14 @@ ==== -*** WARNING: Do not use this software in data critical production environments, -only in safe test environments! This software is still BETA! *** +To enable the Hg-Git extension it has to be added in either -To enable the Hg-Git extension make sure you have the following lines in your -Mercurial global configuration file '~/.hgrc': +'$PREFIX/etc/mercurial/hgrc' (per-system), +'$HOME/.hgrc' (per-user) or +'/.hg/hgrc' (per-repository) + +Mercurial configuration file: [extensions] hggit = -Note: As of Mercurial 1.8 the required bookmarks extension became a core -functionality and can be removed from the extensions list. - ==== diff --git a/devel/hg-git/pkg-plist b/devel/hg-git/pkg-plist deleted file mode 100644 index 279e14b..0000000 --- a/devel/hg-git/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -%%PYTHON_SITELIBDIR%%/hggit/__init__.py -%%PYTHON_SITELIBDIR%%/hggit/__init__.pyc -%%PYTHON_SITELIBDIR%%/hggit/__init__.pyo -%%PYTHON_SITELIBDIR%%/hggit/_ssh.py -%%PYTHON_SITELIBDIR%%/hggit/_ssh.pyc -%%PYTHON_SITELIBDIR%%/hggit/_ssh.pyo -%%PYTHON_SITELIBDIR%%/hggit/git_handler.py -%%PYTHON_SITELIBDIR%%/hggit/git_handler.pyc -%%PYTHON_SITELIBDIR%%/hggit/git_handler.pyo -%%PYTHON_SITELIBDIR%%/hggit/gitrepo.py -%%PYTHON_SITELIBDIR%%/hggit/gitrepo.pyc -%%PYTHON_SITELIBDIR%%/hggit/gitrepo.pyo -%%PYTHON_SITELIBDIR%%/hggit/hgrepo.py -%%PYTHON_SITELIBDIR%%/hggit/hgrepo.pyc -%%PYTHON_SITELIBDIR%%/hggit/hgrepo.pyo -%%PYTHON_SITELIBDIR%%/hggit/overlay.py -%%PYTHON_SITELIBDIR%%/hggit/overlay.pyc -%%PYTHON_SITELIBDIR%%/hggit/overlay.pyo -%%PYTHON_SITELIBDIR%%/hggit/util.py -%%PYTHON_SITELIBDIR%%/hggit/util.pyc -%%PYTHON_SITELIBDIR%%/hggit/util.pyo -%%PYTHON_SITELIBDIR%%/hggit/help/git.rst -@dirrm %%PYTHON_SITELIBDIR%%/hggit/help -@dirrm %%PYTHON_SITELIBDIR%%/hggit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8FCCA1F for ; Sun, 6 Oct 2013 16:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 976F1215D for ; Sun, 6 Oct 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96G00Rb006299 for ; Sun, 6 Oct 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96G00iG006298; Sun, 6 Oct 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:00:00 GMT Resent-Message-Id: <201310061600.r96G00iG006298@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, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F8738D8 for ; Sun, 6 Oct 2013 15:58:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBFB214E for ; Sun, 6 Oct 2013 15:58:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96Fw4AX014098 for ; Sun, 6 Oct 2013 15:58:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96Fw3rw014041; Sun, 6 Oct 2013 15:58:03 GMT (envelope-from nobody) Message-Id: <201310061558.r96Fw3rw014041@oldred.freebsd.org> Date: Sun, 6 Oct 2013 15:58:03 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182749: [patch] Enable options by default for editors/vim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:00:00 -0000 >Number: 182749 >Category: ports >Synopsis: [patch] Enable options by default for editors/vim >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 Oct 06 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The maintainer for this port prefers that the `make config` dialog is hidden by default. However, (in my opinion) this behavior is confusing and counter-intuitive. Users who do not wish to set options don't have to do anything differently; the options dialog is only shown when the user types `make config`. Users who do wish to set options, on the other hand, must type `make showconfig` to see the message warning users to set the correct property in make.conf. Most (including me) assume that a port doesn't have options after a `make config`. Please seriously consider changing the default behavior (the attached patch does this). If you don't like this change, you can cherry-pick the other changes with this patch which include cleaning up variables and petting portlint. >How-To-Repeat: Attempt to set port options without "WITH_OPTIONS" set. >Fix: Apply the attached patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 329592) +++ Makefile (working copy) @@ -12,15 +12,14 @@ # ! PATCHLEVEL to that level. PATCHLEVEL= 1314 PORTVERSION= 7.3.${PATCHLEVEL} -RELEASE= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} -DISTFILES= ${RELEASE}${EXTRACT_SUFX} +DISTNAME= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|}\ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/obrien/:local -PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ +PATCHFILES!= jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove BADPATCHES= 527 780 796 873 890 1104 1111 @@ -35,7 +34,6 @@ NO_STAGE= yes .if !defined(LITE) -.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) .include "${.CURDIR}/../vim/options" OPTIONS_DEFAULT+= CSCOPE EXUBERANT_CTAGS PERL PYTHON RUBY \ TCL LUA X11 GTK2 @@ -45,7 +43,6 @@ ${VIM_PORT_SCRIPT_LANGS} PORT_OPTIONS?= ${VIM_PORT_OPTIONS} .endif -.endif .include @@ -66,7 +63,7 @@ REINPLACE_ARGS= -i "" MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}" ALL_TARGET= # -_DATADIR= ${RELEASE:S/-//g:S/.//g} +_DATADIR= ${DISTNAME:S/-//g:S/.//g} DATADIR= ${PREFIX}/share/vim/${_DATADIR} PLIST_SUB= VIM_VER=${_DATADIR} MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 @@ -168,12 +165,10 @@ .endif MAKE_ARGS+= CONF_OPT_GUI=${CONF_OPT_GUI} ${I18N} - .if exists(${LOCALBASE}/lib/libiconv.so) USES+= iconv .endif - post-patch: @(${FIND} ${WRKSRC}/../runtime/ -name menu\*.vim -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's,ctags -R \.,${CTAGS_CMD},g') @@ -233,12 +228,6 @@ ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-share-vim cd ${WRKDIR} ; ex < ex.script -show-options: - @${MAKE} -DWITH_OPTIONS showconfig - @${ECHO_CMD} "" - @${ECHO_CMD} "Put \"WITH_OPTIONS=yes\" -or- \"WITH_VIM_OPTIONS=yes\"" - @${ECHO_CMD} "in your /etc/make.conf or /etc/ports.conf file to enable OPTIONS processing. - .if defined(ONT_CHECKSUM) checksum: .endif @@ -248,19 +237,19 @@ @${MAKE} -V PATCHLEVEL -(${SED} -i '' "s/^PATCHLEVEL=.*$$/PATCHLEVEL= `ncftpls \ ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ - | grep "^${PORTVERSION:C/\.[0-9a-z]*$//}" \ + | ${GREP} "^${PORTVERSION:C/\.[0-9a-z]*$//}" \ | ${SED} -n -E -e 's/${PORTVERSION:C/[0-9]*$//}([0-9]+)$$/\1/p' \ - | sort -n | ${TAIL} -1`/" Makefile) + | ${SORT} -n | ${TAIL} -1`/" Makefile) @${ECHO} -n "Now at: " @${MAKE} -V PATCHLEVEL find-bad-patches: - @cd ${DISTDIR} ; egrep -l \ + @cd ${DISTDIR} ; ${EGREP} -l \ '(src/if_(ole|mzsch)|src/gui_(w32|w48|mac)|src/os_(riscos|cyg|os2|vms|amiga|win32|mswin))|src(/testdir)?/Make_(dos|cyg|vms|mvc|ming|os2|amiga|mms)'\ vim/${PORTVERSION:C/\.[0-9a-z]*$//}* ckp: - /usr/bin/time -h ${MAKE} -DPATCH_DEBUG -DONT_CHECKSUM clean patch + time -h ${MAKE} -DPATCH_DEBUG -DONT_CHECKSUM clean patch ckmtree: ${MTREE_CMD} -f ${MTREE_FILE} -p ${PREFIX} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA860A51; Sun, 6 Oct 2013 16:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A16362160; Sun, 6 Oct 2013 16:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96G084p006439; Sun, 6 Oct 2013 16:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96G08nT006438; Sun, 6 Oct 2013 16:00:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 16:00:08 GMT Message-Id: <201310061600.r96G08nT006438@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182749: [patch] Enable options by default for editors/vim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:00:08 -0000 Synopsis: [patch] Enable options by default for editors/vim Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 16:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182749 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0FBDBF4 for ; Sun, 6 Oct 2013 16:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0C9F21C9 for ; Sun, 6 Oct 2013 16:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GA0gY008462 for ; Sun, 6 Oct 2013 16:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GA0h6008447; Sun, 6 Oct 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:10:00 GMT Resent-Message-Id: <201310061610.r96GA0h6008447@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, Johan van Selst Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E950AD6 for ; Sun, 6 Oct 2013 16:04:37 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (unknown [IPv6:2001:610:1108:5012::107]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81C0121AA for ; Sun, 6 Oct 2013 16:04:36 +0000 (UTC) Received: by mx1.stack.nl (Postfix, from userid 65534) id D6E9C1203EA; Sun, 6 Oct 2013 18:04:18 +0200 (CEST) Received: from mud.stack.nl (mud.stack.nl [131.155.141.70]) by mx1.stack.nl (Postfix) with ESMTP id A3B771203C9 for ; Sun, 6 Oct 2013 18:04:14 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 88FC43C6023; Sun, 6 Oct 2013 18:04:14 +0200 (CEST) Message-Id: <20131006160414.88FC43C6023@mud.stack.nl> Date: Sun, 6 Oct 2013 18:04:14 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182751: [patch] devel/bison: update to 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:10:00 -0000 >Number: 182751 >Category: ports >Synopsis: [patch] devel/bison: update to 3.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: Sun Oct 06 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD mud.stack.nl 9.1-STABLE FreeBSD 9.1-STABLE #2 r252020: Thu Jun 20 21:03:57 CEST 2013 root@mud.stack.nl:/usr/obj/usr/src/sys/mud amd64 >Description: Update bison to new major release, 3.0. Attached patch also enables stage support. Considering the track record and number of dependencies, an exp-run is desired. >How-To-Repeat: >Fix: diff -u bison.orig/Makefile bison/Makefile --- bison.orig/Makefile 2013-09-20 19:03:26.000000000 +0200 +++ bison/Makefile 2013-10-06 18:00:00.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: devel/bison/Makefile 327722 2013-09-20 17:03:26Z bapt $ PORTNAME= bison -PORTVERSION= 2.7.1 +PORTVERSION= 3.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -14,18 +14,16 @@ RUN_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 USES= charsetfix perl5 -USE_XZ= yes USE_PERL5= build +USE_XZ= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--disable-yacc -MAN1= bison.1 INFO= bison -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -38,18 +36,15 @@ post-extract: @${RM} -f ${WRKSRC}/doc/bison.info* - @${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} 's/ install-exec-local//' ${WRKSRC}/lib/Makefile.in -.endif + @${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/local.mk .if ${PORT_OPTIONS:MEXAMPLES} PORTEXAMPLES= calc++ post-install: - ${MKDIR} ${EXAMPLESDIR}/calc++ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/calc++ ${INSTALL_DATA} ${WRKSRC}/examples/calc++/*.[chly]* \ - ${EXAMPLESDIR}/calc++ + ${STAGEDIR}${EXAMPLESDIR}/calc++ .endif .include diff -u bison.orig/distinfo bison/distinfo --- bison.orig/distinfo 2013-04-29 22:33:11.000000000 +0200 +++ bison/distinfo 2013-07-30 17:15:52.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (bison-2.7.1.tar.xz) = b409adcbf245baadb68d2f66accf6fdca5e282cafec1b865f4b5e963ba8ea7fb -SIZE (bison-2.7.1.tar.xz) = 1781068 +SHA256 (bison-3.0.tar.xz) = e9ac5585002b71208aee8a20bbe1ced96c48766e6c4247bc7ef8f3141f7624c8 +SIZE (bison-3.0.tar.xz) = 1913532 diff -u bison.orig/pkg-plist bison/pkg-plist --- bison.orig/pkg-plist 2013-02-24 18:46:08.000000000 +0100 +++ bison/pkg-plist 2013-10-06 17:37:31.000000000 +0200 @@ -1,5 +1,7 @@ bin/bison share/aclocal/bison-i18n.m4 +man/man1/bison.1.gz +man/man1/yacc.1.gz %%DATADIR%%/README %%DATADIR%%/bison.m4 %%DATADIR%%/c++-skel.m4 @@ -17,6 +19,7 @@ %%DATADIR%%/m4sugar/foreach.m4 %%DATADIR%%/m4sugar/m4sugar.m4 %%DATADIR%%/stack.hh +%%DATADIR%%/variant.hh %%DATADIR%%/xslt/bison.xsl %%DATADIR%%/xslt/xml2dot.xsl %%DATADIR%%/xslt/xml2text.xsl @@ -45,6 +48,7 @@ %%NLS%%share/locale/hr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison.mo %%NLS%%share/locale/hu/LC_MESSAGES/bison-runtime.mo +%%NLS%%share/locale/ia/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/id/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/id/LC_MESSAGES/bison.mo %%NLS%%share/locale/it/LC_MESSAGES/bison-runtime.mo @@ -89,6 +93,8 @@ %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ast +%%NLS%%@dirrmtry share/locale/ia/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ia %%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ky @dirrm %%DATADIR%%/m4sugar >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:10:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2A38C6F; Sun, 6 Oct 2013 16:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A984E21D0; Sun, 6 Oct 2013 16:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GADSr008576; Sun, 6 Oct 2013 16:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GADPH008575; Sun, 6 Oct 2013 16:10:13 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 16:10:13 GMT Message-Id: <201310061610.r96GADPH008575@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182751: [patch] devel/bison: update to 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:10:13 -0000 Synopsis: [patch] devel/bison: update to 3.0 Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 16:10:13 UTC 2013 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=182751 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:10:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50BA5CAF; Sun, 6 Oct 2013 16:10:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 261FF2207; Sun, 6 Oct 2013 16:10:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GAmsk010226; Sun, 6 Oct 2013 16:10:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GAlXV010225; Sun, 6 Oct 2013 16:10:47 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 16:10:47 GMT Message-Id: <201310061610.r96GAlXV010225@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182743: java/eclipse-devel fails to build on 10-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:10:48 -0000 Synopsis: java/eclipse-devel fails to build on 10-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 16:10:47 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182743 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EDED998 for ; Sun, 6 Oct 2013 16:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B64742259 for ; Sun, 6 Oct 2013 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GK2S6011507 for ; Sun, 6 Oct 2013 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GK2tb011506; Sun, 6 Oct 2013 16:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:20:02 GMT Resent-Message-Id: <201310061620.r96GK2tb011506@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67CFCE48 for ; Sun, 6 Oct 2013 16:13:06 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 243252221 for ; Sun, 6 Oct 2013 16:13:05 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VSqvc-000CKR-MN; Sun, 06 Oct 2013 18:11:32 +0200 Message-Id: Date: Sun, 06 Oct 2013 18:11:32 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Cc: m.tsatsenko@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:20:03 -0000 >Number: 182752 >Category: ports >Synopsis: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support >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 Oct 06 16:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: On fbsd 10 alpha 4, ndisc6 fails to compile >How-To-Repeat: - >Fix: diff -r -u -N net/ndisc6/Makefile /usr/home/pi/myp/net/ndisc6/Makefile --- net/ndisc6/Makefile 2013-10-01 21:13:24.000000000 +0200 +++ /usr/home/pi/myp/net/ndisc6/Makefile 2013-10-06 18:08:42.000000000 +0200 @@ -16,6 +16,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-suid-install +USE_GCC= any +LDFLAGS+= -lintl NO_STAGE= yes .include @@ -24,11 +26,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rdnssd-rdnssd.h .endif -.if ${PORT_OPTIONS:MNLS} USES+= gettext -.else -CONFIGURE_ARGS+=--disable-nls -.endif MAN1= addr2name.1 dnssort.1 tcpspray.1 MAN8= ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8 @@ -43,9 +41,9 @@ post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}/${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}/${DOCSDIR} .endfor .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:20:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27876E3; Sun, 6 Oct 2013 16:20:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2994225F; Sun, 6 Oct 2013 16:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GKAX9011590; Sun, 6 Oct 2013 16:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GKAh1011589; Sun, 6 Oct 2013 16:20:10 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 16:20:10 GMT Message-Id: <201310061620.r96GKAh1011589@freefall.freebsd.org> To: fbsd-ports@opsec.eu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:20:11 -0000 Synopsis: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Oct 6 16:20:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182752 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2F789B for ; Sun, 6 Oct 2013 16:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9602D225C for ; Sun, 6 Oct 2013 16:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GK3vM011518 for ; Sun, 6 Oct 2013 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GK3aZ011517; Sun, 6 Oct 2013 16:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:20:03 GMT Resent-Message-Id: <201310061620.r96GK3aZ011517@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD245CF6 for ; Sun, 6 Oct 2013 16:11:29 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6A78A2210 for ; Sun, 6 Oct 2013 16:11:29 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 7B7325C819; Sun, 6 Oct 2013 18:11:22 +0200 (CEST) Message-Id: <20131006161122.7B7325C819@www.unix-experience.fr> Date: Sun, 6 Oct 2013 18:11:22 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182753: new port security/rubygem-pyu-ruby-sasl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:20:03 -0000 >Number: 182753 >Category: ports >Synopsis: new port security/rubygem-pyu-ruby-sasl >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 Oct 06 16:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new dependancy for future gitlab port >How-To-Repeat: >Fix: --- rubygem-pyu-ruby-sasl.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: # # rubygem-pyu-ruby-sasl # rubygem-pyu-ruby-sasl/Makefile # rubygem-pyu-ruby-sasl/pkg-descr # rubygem-pyu-ruby-sasl/distinfo # echo c - rubygem-pyu-ruby-sasl mkdir -p rubygem-pyu-ruby-sasl > /dev/null 2>&1 echo x - rubygem-pyu-ruby-sasl/Makefile sed 's/^X//' >rubygem-pyu-ruby-sasl/Makefile << '9ec4e064a74a5454432055209ae0dd9a' X# $FreeBSD: securty/rubygem-pyu-ruby-sasl/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= pyu-ruby-sasl XPORTVERSION= 0.0.3.3 XCATEGORIES= security rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Simple Authentication and Security Layer X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X#NO_STAGE= yes X.include 9ec4e064a74a5454432055209ae0dd9a echo x - rubygem-pyu-ruby-sasl/pkg-descr sed 's/^X//' >rubygem-pyu-ruby-sasl/pkg-descr << 'f330f82d260b048e1bba12b18ac196ad' XSimple Authentication and Security Layer (RFC 4422) X XWWW: https://rubygems.org/gems/pyu-ruby-sasl f330f82d260b048e1bba12b18ac196ad echo x - rubygem-pyu-ruby-sasl/distinfo sed 's/^X//' >rubygem-pyu-ruby-sasl/distinfo << '5533f3a57832b8fdf234ba3a55c4b249' XSHA256 (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5 XSIZE (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 8192 5533f3a57832b8fdf234ba3a55c4b249 exit --- rubygem-pyu-ruby-sasl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:20:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09D58112; Sun, 6 Oct 2013 16:20:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D50622263; Sun, 6 Oct 2013 16:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GKH89013226; Sun, 6 Oct 2013 16:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GKHBp013225; Sun, 6 Oct 2013 16:20:17 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 16:20:17 GMT Message-Id: <201310061620.r96GKHBp013225@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182753: new port security/rubygem-pyu-ruby-sasl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:20:18 -0000 Synopsis: new port security/rubygem-pyu-ruby-sasl Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 16:20:17 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182753 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 939CA1EF for ; Sun, 6 Oct 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8115522D7 for ; Sun, 6 Oct 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GU1lT013541 for ; Sun, 6 Oct 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96GU1A6013540; Sun, 6 Oct 2013 16:30:01 GMT (envelope-from gnats) Date: Sun, 6 Oct 2013 16:30:01 GMT Message-Id: <201310061630.r96GU1A6013540@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Oct 2013 16:30:01 -0000 The following reply was made to PR ports/182752; it has been noted by GNATS. From: Edwin Groothuis To: m.tsatsenko@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Date: Sun, 6 Oct 2013 16:20:09 UT Maintainer of net/ndisc6, Please note that PR ports/182752 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/182752 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:30:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1ABA9228; Sun, 6 Oct 2013 16:30:41 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9CA422E1; Sun, 6 Oct 2013 16:30:40 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VSrE3-000JT9-BX; Sun, 06 Oct 2013 18:30:35 +0200 Date: Sun, 6 Oct 2013 18:30:35 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Message-ID: <20131006163035.GB58294@home.opsec.eu> References: <201310061620.r96GK1o9011499@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310061620.r96GK1o9011499@freefall.freebsd.org> Cc: Kurt Jaeger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:30:41 -0000 Hi! The patch was not complete, below follows a more complete patch: ------------ diff -r -u -N net/ndisc6/Makefile /usr/home/pi/myp/net/ndisc6/Makefile --- net/ndisc6/Makefile 2013-10-01 21:13:24.000000000 +0200 +++ /usr/home/pi/myp/net/ndisc6/Makefile 2013-10-06 18:26:20.000000000 +0200 @@ -16,26 +16,16 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-suid-install +USE_GCC= any +LDFLAGS+= -lintl -NO_STAGE= yes .include .if ${OSVERSION} >= 803000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rdnssd-rdnssd.h .endif -.if ${PORT_OPTIONS:MNLS} USES+= gettext -.else -CONFIGURE_ARGS+=--disable-nls -.endif - -MAN1= addr2name.1 dnssort.1 tcpspray.1 -MAN8= ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8 -MLINKS= rltraceroute6.8 tcptraceroute6.8 \ - rltraceroute6.8 tracert6.8 \ - addr2name.1 name2addr.1 \ - tcpspray.1 tcpspray6.1 USE_RC_SUBR= rdnssd @@ -43,9 +33,9 @@ post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}/${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}/${DOCSDIR} .endfor .endif diff -r -u -N net/ndisc6/pkg-plist /usr/home/pi/myp/net/ndisc6/pkg-plist --- net/ndisc6/pkg-plist 2013-10-01 21:13:24.000000000 +0200 +++ /usr/home/pi/myp/net/ndisc6/pkg-plist 2013-10-06 18:27:18.000000000 +0200 @@ -10,4 +10,22 @@ sbin/tcptraceroute6 sbin/rltraceroute6 sbin/tracert6 +man/man1/addr2name.1.gz +man/man1/dnssort.1.gz +man/man1/name2addr.1.gz +man/man1/tcpspray.1.gz +man/man1/tcpspray6.1.gz +man/man8/ndisc6.8.gz +man/man8/rdisc6.8.gz +man/man8/rdnssd.8.gz +man/man8/rltraceroute6.8.gz +man/man8/tcptraceroute6.8.gz +man/man8/tracert6.8.gz +share/locale/cs/LC_MESSAGES/ndisc6.mo +share/locale/de/LC_MESSAGES/ndisc6.mo +share/locale/en/LC_MESSAGES/ndisc6.mo +share/locale/fr/LC_MESSAGES/ndisc6.mo @dirrm etc/rdnssd +@dirrmtry var/run/rdnssd +@dirrmtry var/run +@dirrmtry var -------------- -- pi@opsec.eu +49 171 3101372 7 years to go ! From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 107003DC for ; Sun, 6 Oct 2013 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB9CF2356 for ; Sun, 6 Oct 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ge0gT015261 for ; Sun, 6 Oct 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ge0fk015260; Sun, 6 Oct 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:40:00 GMT Resent-Message-Id: <201310061640.r96Ge0fk015260@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, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88FAA3C2 for ; Sun, 6 Oct 2013 16:38:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 771122345 for ; Sun, 6 Oct 2013 16:38:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96Gc3eZ005844 for ; Sun, 6 Oct 2013 16:38:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96Gc34T005841; Sun, 6 Oct 2013 16:38:03 GMT (envelope-from nobody) Message-Id: <201310061638.r96Gc34T005841@oldred.freebsd.org> Date: Sun, 6 Oct 2013 16:38:03 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182754: [maintainer-update] games/urbanterror-data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:40:01 -0000 >Number: 182754 >Category: ports >Synopsis: [maintainer-update] games/urbanterror-data >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 Oct 06 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: stable/9 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013 root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9 amd64 >Description: pkg-fallout is annoying me endlessly because it doesn't manage to build the games/iourbanterror* stuff. This patch shuts it up by allowing packaging the urbanterror-data dependency. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: games/urbanterror-data/Makefile =================================================================== --- games/urbanterror-data/Makefile (revision 328016) +++ games/urbanterror-data/Makefile (working copy) @@ -16,7 +16,6 @@ COMMENT= Standalone realism based mod originally for Quake III Arena NO_BUILD= yes -NO_PACKAGE= Package will be 1GB; set FORCE_PACKAGE if you really want it DATADIR= ${PREFIX}/share/quake3 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 639453DD for ; Sun, 6 Oct 2013 16:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37A882357 for ; Sun, 6 Oct 2013 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ge1Yd015326 for ; Sun, 6 Oct 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ge1sX015323; Sun, 6 Oct 2013 16:40:01 GMT (envelope-from gnats) Date: Sun, 6 Oct 2013 16:40:01 GMT Message-Id: <201310061640.r96Ge1sX015323@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kurt Jaeger Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:40:02 -0000 The following reply was made to PR ports/182752; it has been noted by GNATS. From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Kurt Jaeger Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Date: Sun, 6 Oct 2013 18:30:35 +0200 Hi! The patch was not complete, below follows a more complete patch: ------------ diff -r -u -N net/ndisc6/Makefile /usr/home/pi/myp/net/ndisc6/Makefile --- net/ndisc6/Makefile 2013-10-01 21:13:24.000000000 +0200 +++ /usr/home/pi/myp/net/ndisc6/Makefile 2013-10-06 18:26:20.000000000 +0200 @@ -16,26 +16,16 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-suid-install +USE_GCC= any +LDFLAGS+= -lintl -NO_STAGE= yes .include .if ${OSVERSION} >= 803000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rdnssd-rdnssd.h .endif -.if ${PORT_OPTIONS:MNLS} USES+= gettext -.else -CONFIGURE_ARGS+=--disable-nls -.endif - -MAN1= addr2name.1 dnssort.1 tcpspray.1 -MAN8= ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8 -MLINKS= rltraceroute6.8 tcptraceroute6.8 \ - rltraceroute6.8 tracert6.8 \ - addr2name.1 name2addr.1 \ - tcpspray.1 tcpspray6.1 USE_RC_SUBR= rdnssd @@ -43,9 +33,9 @@ post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}/${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}/${DOCSDIR} .endfor .endif diff -r -u -N net/ndisc6/pkg-plist /usr/home/pi/myp/net/ndisc6/pkg-plist --- net/ndisc6/pkg-plist 2013-10-01 21:13:24.000000000 +0200 +++ /usr/home/pi/myp/net/ndisc6/pkg-plist 2013-10-06 18:27:18.000000000 +0200 @@ -10,4 +10,22 @@ sbin/tcptraceroute6 sbin/rltraceroute6 sbin/tracert6 +man/man1/addr2name.1.gz +man/man1/dnssort.1.gz +man/man1/name2addr.1.gz +man/man1/tcpspray.1.gz +man/man1/tcpspray6.1.gz +man/man8/ndisc6.8.gz +man/man8/rdisc6.8.gz +man/man8/rdnssd.8.gz +man/man8/rltraceroute6.8.gz +man/man8/tcptraceroute6.8.gz +man/man8/tracert6.8.gz +share/locale/cs/LC_MESSAGES/ndisc6.mo +share/locale/de/LC_MESSAGES/ndisc6.mo +share/locale/en/LC_MESSAGES/ndisc6.mo +share/locale/fr/LC_MESSAGES/ndisc6.mo @dirrm etc/rdnssd +@dirrmtry var/run/rdnssd +@dirrmtry var/run +@dirrmtry var -------------- -- pi@opsec.eu +49 171 3101372 7 years to go ! From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 16:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6DD067C for ; Sun, 6 Oct 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF5E23BA for ; Sun, 6 Oct 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Go0W6017462 for ; Sun, 6 Oct 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Go0ES017461; Sun, 6 Oct 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 16:50:00 GMT Resent-Message-Id: <201310061650.r96Go0ES017461@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, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6E12A674 for ; Sun, 6 Oct 2013 16:49:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B71523B4 for ; Sun, 6 Oct 2013 16:49:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96GnLfc056894 for ; Sun, 6 Oct 2013 16:49:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96GnLdN056890; Sun, 6 Oct 2013 16:49:21 GMT (envelope-from nobody) Message-Id: <201310061649.r96GnLdN056890@oldred.freebsd.org> Date: Sun, 6 Oct 2013 16:49:21 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182755: [maintainer-update] games/ioquake3 and related X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:50:00 -0000 >Number: 182755 >Category: ports >Synopsis: [maintainer-update] games/ioquake3 and related >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 Oct 06 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: stable/9 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013 root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9 amd64 >Description: The removal of gcc from the head default install has revealed a bug in the build process the C-compiler defaults to gcc instead of ${CC}. >How-To-Repeat: >Fix: The attached patch was tested on stable/9 with /usr/bin/gcc removed. Patch attached with submission follows: Index: games/ioquake3/Makefile =================================================================== --- games/ioquake3/Makefile (revision 328016) +++ games/ioquake3/Makefile (working copy) @@ -57,6 +57,7 @@ HOMEPATH="${HOMEPATH}" \ VERSION="${Q3ENGINEVER}" \ ARCH="${IOQ3ARCH}" \ + TOOLS_CC="${CC}" \ USE_LOCAL_HEADERS=0 ALL_TARGET= release >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09CD08A9 for ; Sun, 6 Oct 2013 17:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E17AD2437 for ; Sun, 6 Oct 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96H00lx019920 for ; Sun, 6 Oct 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96H00RW019908; Sun, 6 Oct 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:00:00 GMT Resent-Message-Id: <201310061700.r96H00RW019908@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98B16885 for ; Sun, 6 Oct 2013 16:59:14 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC502428 for ; Sun, 6 Oct 2013 16:59:13 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 25FD05C814; Sun, 6 Oct 2013 18:59:13 +0200 (CEST) Message-Id: <20131006165913.25FD05C814@www.unix-experience.fr> Date: Sun, 6 Oct 2013 18:59:13 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182757: new port devel/rubygem-simplecov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:00:01 -0000 >Number: 182757 >Category: ports >Synopsis: new port devel/rubygem-simplecov >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 Oct 06 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new port needed for future port rubyntml >How-To-Repeat: >Fix: --- rubygem-simplecov.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: # # rubygem-simplecov # rubygem-simplecov/Makefile # rubygem-simplecov/pkg-descr # rubygem-simplecov/distinfo # echo c - rubygem-simplecov mkdir -p rubygem-simplecov > /dev/null 2>&1 echo x - rubygem-simplecov/Makefile sed 's/^X//' >rubygem-simplecov/Makefile << 'ea6d3a5b094696042a135ca6bac33af3' X# $FreeBSD: devel/rubygem-simplecov/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= simplecov XPORTVERSION= 0.7.1 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= a powerful configuration library and automatic merging of coverage across test suites X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ X rubygem-simplecov-html>=0.7.1:${PORTSDIR}/textproc/rubygem-simplecov-html X X.include ea6d3a5b094696042a135ca6bac33af3 echo x - rubygem-simplecov/pkg-descr sed 's/^X//' >rubygem-simplecov/pkg-descr << '8f452cc7251ee131685a53bfa36ca890' XCode coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites X XWWW: https://rubygems.org/gems/simplecov 8f452cc7251ee131685a53bfa36ca890 echo x - rubygem-simplecov/distinfo sed 's/^X//' >rubygem-simplecov/distinfo << 'e8810e0fd4685143df7af113d08edc12' XSHA256 (rubygem/simplecov-0.7.1.gem) = f0b974cb466bfd9174e16a7f74bde1edc651548d6c221fd112fa07d9c56f1b25 XSIZE (rubygem/simplecov-0.7.1.gem) = 44032 e8810e0fd4685143df7af113d08edc12 exit --- rubygem-simplecov.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB2CD8A7 for ; Sun, 6 Oct 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E6FB2435 for ; Sun, 6 Oct 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96H00KD019867 for ; Sun, 6 Oct 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96H00kx019866; Sun, 6 Oct 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:00:00 GMT Resent-Message-Id: <201310061700.r96H00kx019866@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1AC27DF for ; Sun, 6 Oct 2013 16:54:17 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9ED2409 for ; Sun, 6 Oct 2013 16:54:17 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 8FC6C5C814; Sun, 6 Oct 2013 18:54:16 +0200 (CEST) Message-Id: <20131006165416.8FC6C5C814@www.unix-experience.fr> Date: Sun, 6 Oct 2013 18:54:16 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182756: new port textproc/rubygem-simplecov-html X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:00:00 -0000 >Number: 182756 >Category: ports >Synopsis: new port textproc/rubygem-simplecov-html >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 Oct 06 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem simplecov-html required by future port rubygem-simplecov. >How-To-Repeat: >Fix: --- rubygem-simplecov-html.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: # # rubygem-simplecov-html # rubygem-simplecov-html/Makefile # rubygem-simplecov-html/pkg-descr # rubygem-simplecov-html/distinfo # echo c - rubygem-simplecov-html mkdir -p rubygem-simplecov-html > /dev/null 2>&1 echo x - rubygem-simplecov-html/Makefile sed 's/^X//' >rubygem-simplecov-html/Makefile << '28390ca1b2161c8441c2325dec931268' X# $FreeBSD: textproc/rubygem-simplecov-html/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= simplecov-html XPORTVERSION= 0.7.1 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= https://rubygems.org/gems/simplecov-html X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \ X rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ X rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets X X.include 28390ca1b2161c8441c2325dec931268 echo x - rubygem-simplecov-html/pkg-descr sed 's/^X//' >rubygem-simplecov-html/pkg-descr << '41bf8689652a4b4fe342bb1213c9df3f' XDefault HTML formatter for SimpleCov code coverage tool for ruby 1.9+ X XWWW: https://rubygems.org/gems/simplecov-html 41bf8689652a4b4fe342bb1213c9df3f echo x - rubygem-simplecov-html/distinfo sed 's/^X//' >rubygem-simplecov-html/distinfo << '70764437b2a449b70795d3cf74a30684' XSHA256 (rubygem/simplecov-html-0.7.1.gem) = 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 XSIZE (rubygem/simplecov-html-0.7.1.gem) = 197632 70764437b2a449b70795d3cf74a30684 exit --- rubygem-simplecov-html.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF69A907; Sun, 6 Oct 2013 17:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A768E245F; Sun, 6 Oct 2013 17:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96H0EPg021319; Sun, 6 Oct 2013 17:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96H0Enc021244; Sun, 6 Oct 2013 17:00:14 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:00:14 GMT Message-Id: <201310061700.r96H0Enc021244@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182757: new port devel/rubygem-simplecov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:00:14 -0000 Synopsis: new port devel/rubygem-simplecov Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:00:14 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182757 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C73288D9; Sun, 6 Oct 2013 17:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D73F243A; Sun, 6 Oct 2013 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96H08mU020018; Sun, 6 Oct 2013 17:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96H082l020017; Sun, 6 Oct 2013 17:00:08 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:00:08 GMT Message-Id: <201310061700.r96H082l020017@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182756: new port textproc/rubygem-simplecov-html X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:00:08 -0000 Synopsis: new port textproc/rubygem-simplecov-html Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:00:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182756 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2FF8A04 for ; Sun, 6 Oct 2013 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7094249D for ; Sun, 6 Oct 2013 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HA11B022149 for ; Sun, 6 Oct 2013 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HA1ig022148; Sun, 6 Oct 2013 17:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:10:01 GMT Resent-Message-Id: <201310061710.r96HA1ig022148@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 022D89B8 for ; Sun, 6 Oct 2013 17:03:03 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id BC315247A for ; Sun, 6 Oct 2013 17:03:02 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 002605C825; Sun, 6 Oct 2013 19:03:01 +0200 (CEST) Message-Id: <20131006170302.002605C825@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:03:01 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182759: new port net/rubygem-rubyntlm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:10:02 -0000 >Number: 182759 >Category: ports >Synopsis: new port net/rubygem-rubyntlm >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 Oct 06 17:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new port required for future gitlab port >How-To-Repeat: >Fix: --- rubygem-rubyntlm.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: # # rubygem-rubyntlm # rubygem-rubyntlm/Makefile # rubygem-rubyntlm/pkg-descr # rubygem-rubyntlm/distinfo # echo c - rubygem-rubyntlm mkdir -p rubygem-rubyntlm > /dev/null 2>&1 echo x - rubygem-rubyntlm/Makefile sed 's/^X//' >rubygem-rubyntlm/Makefile << '5ae15d1acca00fa9671cca34e4dd2de2' X# $FreeBSD: net/rubygem-rubyntlm/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= rubyntlm XPORTVERSION= 0.4.0 XCATEGORIES= net rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= A message creator and parser for the NTLM authentication. X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-rspec>=0:${PORTSDIR}/devel/rubygem-tilt \ X rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ X rubygem-simplecov>=0:${PORTSDIR}/devel/rubygem-bacon X X.include 5ae15d1acca00fa9671cca34e4dd2de2 echo x - rubygem-rubyntlm/pkg-descr sed 's/^X//' >rubygem-rubyntlm/pkg-descr << 'bc869d8329453ff4bb4ac7296eb3e1fe' XRuby/NTLM provides message creator and parser for the NTLM authentication. X XWWW: https://rubygems.org/gems/rubyntlm bc869d8329453ff4bb4ac7296eb3e1fe echo x - rubygem-rubyntlm/distinfo sed 's/^X//' >rubygem-rubyntlm/distinfo << '7e6a0bd8fdc6067951e85857e80a1d71' XSHA256 (rubygem/rubyntlm-0.4.0.gem) = bd10dcab5f1166e10049f0649a28f49bcc56c0592683d094a2852dd62b8ab50f XSIZE (rubygem/rubyntlm-0.4.0.gem) = 21504 7e6a0bd8fdc6067951e85857e80a1d71 exit --- rubygem-rubyntlm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91E40A00 for ; Sun, 6 Oct 2013 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EA74249A for ; Sun, 6 Oct 2013 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HA0q5022080 for ; Sun, 6 Oct 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HA0AY022079; Sun, 6 Oct 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:10:00 GMT Resent-Message-Id: <201310061710.r96HA0AY022079@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 862EF9E9 for ; Sun, 6 Oct 2013 17:08:41 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40CA9248E for ; Sun, 6 Oct 2013 17:08:41 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VSrnR-000O9t-BK; Sun, 06 Oct 2013 19:07:09 +0200 Message-Id: Date: Sun, 06 Oct 2013 19:07:09 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182758: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support Cc: vanhu@netasq.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:10:01 -0000 >Number: 182758 >Category: ports >Synopsis: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support >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 Oct 06 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: fix build on 10a4, upgrade to 0.8.1 and add stagedir support >How-To-Repeat: - >Fix: diff -r -u -N security/ipsec-tools/Makefile /usr/home/pi/myp/security/ipsec-tools/Makefile --- security/ipsec-tools/Makefile 2013-10-01 21:10:01.000000000 +0200 +++ /usr/home/pi/myp/security/ipsec-tools/Makefile 2013-10-06 19:03:14.000000000 +0200 @@ -7,7 +7,7 @@ # - $LOCALBASE/sbin/setkey Vs /usr/sbin/setkey PORTNAME= ipsec-tools -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF @@ -20,6 +20,7 @@ USE_RC_SUBR= racoon USE_OPENSSL= yes USE_BZIP2= yes +USE_GCC= any USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -50,13 +51,8 @@ RADIUS_DESC= Radius authentication (Xauth server) LDAP_DESC= LDAP authentication (Xauth server) -MAN3= ipsec_set_policy.3 ipsec_strerror.3 -MAN5= racoon.conf.5 -MAN8= racoon.8 racoonctl.8 setkey.8 plainrsa-gen.8 - PORTDOCS= * -NO_STAGE= yes .include .if ${OSVERSION} < 900007 @@ -175,17 +171,17 @@ .endif post-install: - @${MKDIR} ${PREFIX}/etc/racoon + @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/racoon @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && ${ECHO_CMD} ipsec` ]; then \ ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \ ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \ fi ; - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} @${RM} -f ${WRKSRC}/src/racoon/samples/*.in - @${CP} -r ${WRKSRC}/src/racoon/samples/* ${EXAMPLESDIR} + @${CP} -r ${WRKSRC}/src/racoon/samples/* ${STAGEDIR}/${EXAMPLESDIR} .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${DOCSDIR} + @${MKDIR} ${STAGEDIR}/${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${STAGEDIR}/${DOCSDIR} .endif .include diff -r -u -N security/ipsec-tools/distinfo /usr/home/pi/myp/security/ipsec-tools/distinfo --- security/ipsec-tools/distinfo 2013-10-01 21:10:01.000000000 +0200 +++ /usr/home/pi/myp/security/ipsec-tools/distinfo 2013-10-06 18:50:46.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (ipsec-tools-0.8.0.tar.bz2) = 2359a24aa8eda9ca7043fc47950c8e6b7f58a07c5d5ad316aa7de2bc5e3a8717 -SIZE (ipsec-tools-0.8.0.tar.bz2) = 809297 +SHA256 (ipsec-tools-0.8.1.tar.bz2) = fa4a95bb36842f001b84c4e7a1bb727e3ee06147edbc830a881d63abe8153dd4 +SIZE (ipsec-tools-0.8.1.tar.bz2) = 860717 diff -r -u -N security/ipsec-tools/pkg-plist /usr/home/pi/myp/security/ipsec-tools/pkg-plist --- security/ipsec-tools/pkg-plist 2013-10-01 21:10:01.000000000 +0200 +++ /usr/home/pi/myp/security/ipsec-tools/pkg-plist 2013-10-06 19:04:47.000000000 +0200 @@ -26,6 +26,13 @@ lib/libracoon.la lib/libracoon.so lib/libracoon.so.0 +man/man3/ipsec_set_policy.3.gz +man/man3/ipsec_strerror.3.gz +man/man5/racoon.conf.5.gz +man/man8/plainrsa-gen.8.gz +man/man8/racoon.8.gz +man/man8/racoonctl.8.gz +man/man8/setkey.8.gz %%EXAMPLESDIR%%/psk.txt %%EXAMPLESDIR%%/psk.txt.sample %%EXAMPLESDIR%%/racoon.conf @@ -51,3 +58,5 @@ @cwd / @exec mkdir -p %%STATEDIR%% @dirrmtry %%STATEDIR%% +@dirrmtry /var/db +@dirrmtry /var >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:10:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C25BA6E; Sun, 6 Oct 2013 17:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73F4224A1; Sun, 6 Oct 2013 17:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HAG3t022306; Sun, 6 Oct 2013 17:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HAG6A022305; Sun, 6 Oct 2013 17:10:16 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:10:16 GMT Message-Id: <201310061710.r96HAG6A022305@freefall.freebsd.org> To: fbsd-ports@opsec.eu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182758: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:10:16 -0000 Synopsis: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Oct 6 17:10:16 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182758 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4A4CA32; Sun, 6 Oct 2013 17:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5A124A0; Sun, 6 Oct 2013 17:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HA957022231; Sun, 6 Oct 2013 17:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HA9gF022230; Sun, 6 Oct 2013 17:10:09 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:10:09 GMT Message-Id: <201310061710.r96HA9gF022230@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182759: new port net/rubygem-rubyntlm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:10:09 -0000 Synopsis: new port net/rubygem-rubyntlm Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:10:09 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182759 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90841C64 for ; Sun, 6 Oct 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73FDE252D for ; Sun, 6 Oct 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HK1M4025235 for ; Sun, 6 Oct 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HK1Je025234; Sun, 6 Oct 2013 17:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:20:01 GMT Resent-Message-Id: <201310061720.r96HK1Je025234@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 274B4BF6 for ; Sun, 6 Oct 2013 17:14:55 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id E704324FF for ; Sun, 6 Oct 2013 17:14:54 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id D8BDD5DEF5; Sun, 6 Oct 2013 19:14:53 +0200 (CEST) Message-Id: <20131006171453.D8BDD5DEF5@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:14:53 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182760: new port www/rubygem-haml-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:20:01 -0000 >Number: 182760 >Category: ports >Synopsis: new port www/rubygem-haml-rails >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 Oct 06 17:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a rubygem for HAML bindings for Rails3. It's needed for future gitlab port >How-To-Repeat: >Fix: begin 644 rubygem-haml-rails.shar ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93B7CC93; Sun, 6 Oct 2013 17:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4A62530; Sun, 6 Oct 2013 17:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HK9Vc025321; Sun, 6 Oct 2013 17:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HK9BQ025320; Sun, 6 Oct 2013 17:20:09 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:20:09 GMT Message-Id: <201310061720.r96HK9BQ025320@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182760: new port www/rubygem-haml-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:20:09 -0000 Synopsis: new port www/rubygem-haml-rails Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:20:09 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182760 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A6C0C62 for ; Sun, 6 Oct 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2819D252B for ; Sun, 6 Oct 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HK0Qn025220 for ; Sun, 6 Oct 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HK0wL025219; Sun, 6 Oct 2013 17:20:00 GMT (envelope-from gnats) Date: Sun, 6 Oct 2013 17:20:00 GMT Message-Id: <201310061720.r96HK0wL025219@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182758: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Oct 2013 17:20:01 -0000 The following reply was made to PR ports/182758; it has been noted by GNATS. From: Edwin Groothuis To: vanhu@netasq.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182758: [patch update] security/ipsec-tools: fix build on 10a4, upgrade to 0.8.1 and add stagedir support Date: Sun, 6 Oct 2013 17:10:15 UT Maintainer of security/ipsec-tools, Please note that PR ports/182758 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/182758 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E70F415B for ; Sun, 6 Oct 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB18425BC for ; Sun, 6 Oct 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HU0Ul027464 for ; Sun, 6 Oct 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HU0Tn027453; Sun, 6 Oct 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:30:00 GMT Resent-Message-Id: <201310061730.r96HU0Tn027453@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49E92119 for ; Sun, 6 Oct 2013 17:24:49 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id E3F322598 for ; Sun, 6 Oct 2013 17:24:48 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id C22815D2D1; Sun, 6 Oct 2013 19:24:47 +0200 (CEST) Message-Id: <20131006172447.C22815D2D1@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:24:47 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182762: new port www/jquery-atwho-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:30:01 -0000 >Number: 182762 >Category: ports >Synopsis: new port www/jquery-atwho-rails >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 Oct 06 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new jQuery library needed by future gitlab port >How-To-Repeat: >Fix: --- rubygem-jquery-atwho-rails.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: # # rubygem-jquery-atwho-rails # rubygem-jquery-atwho-rails/Makefile # rubygem-jquery-atwho-rails/pkg-descr # rubygem-jquery-atwho-rails/distinfo # echo c - rubygem-jquery-atwho-rails mkdir -p rubygem-jquery-atwho-rails > /dev/null 2>&1 echo x - rubygem-jquery-atwho-rails/Makefile sed 's/^X//' >rubygem-jquery-atwho-rails/Makefile << '259ad34384b8726a9e535c9e3820b1a5' X# $FreeBSD: www/rubygem-atwho-rails/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= jquery-atwho-rails XPORTVERSION= 0.4.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= jQuery plugin that implement Github-like mentions X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-generator_spec>=0:${PORTSDIR}/devel/rubygem-generator_spec \ X rubygem-rspec>=0:${PORTSDIR}/devel/rubygem-rspec X X.include 259ad34384b8726a9e535c9e3820b1a5 echo x - rubygem-jquery-atwho-rails/pkg-descr sed 's/^X//' >rubygem-jquery-atwho-rails/pkg-descr << 'dabd6a4c6acac67f5841de0f4591515e' XThis is a jQuery plugin that implement Github-like mentions. X XWWW: https://rubygems.org/gems/jquery-atwho-rails dabd6a4c6acac67f5841de0f4591515e echo x - rubygem-jquery-atwho-rails/distinfo sed 's/^X//' >rubygem-jquery-atwho-rails/distinfo << 'c26880a79236d0ddd661e2eda478572c' XSHA256 (rubygem/jquery-atwho-rails-0.4.1.gem) = 7f7f3fab7f7cd53ced8e0b2ed51c92f508f72430383f4e1d151be8846edc181b XSIZE (rubygem/jquery-atwho-rails-0.4.1.gem) = 15872 c26880a79236d0ddd661e2eda478572c exit --- rubygem-jquery-atwho-rails.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3016159 for ; Sun, 6 Oct 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8640325BA for ; Sun, 6 Oct 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HU0pt027427 for ; Sun, 6 Oct 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HU0Iw027426; Sun, 6 Oct 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:30:00 GMT Resent-Message-Id: <201310061730.r96HU0Iw027426@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 139F0D0A for ; Sun, 6 Oct 2013 17:21:08 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id D30642562 for ; Sun, 6 Oct 2013 17:21:07 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 1E1B25C812; Sun, 6 Oct 2013 19:21:07 +0200 (CEST) Message-Id: <20131006172107.1E1B25C812@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:21:07 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182761: new port devel/rubygem-generator_spec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:30:00 -0000 >Number: 182761 >Category: ports >Synopsis: new port devel/rubygem-generator_spec >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 Oct 06 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new rubygem needed by future port www/jquery-atwho-rails >How-To-Repeat: >Fix: --- rubygem-generator_spec.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: # # rubygem-generator_spec # rubygem-generator_spec/Makefile # rubygem-generator_spec/pkg-descr # rubygem-generator_spec/distinfo # echo c - rubygem-generator_spec mkdir -p rubygem-generator_spec > /dev/null 2>&1 echo x - rubygem-generator_spec/Makefile sed 's/^X//' >rubygem-generator_spec/Makefile << 'd242f9e2ac6b63e868dcd488e792badb' X# $FreeBSD: devel/rubygem-generator_spec/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= generator_spec XPORTVERSION= 0.9.0 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Test Rails generators with RSpec X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord \ X rubygem-railties>=0:${PORTSDIR}/www/rubygem-railties X XNO_STAGE= yes X.include d242f9e2ac6b63e868dcd488e792badb echo x - rubygem-generator_spec/pkg-descr sed 's/^X//' >rubygem-generator_spec/pkg-descr << 'd78e4422b527fdd0f32c1d81f6fb5a11' XTest Rails generators with RSpec X XWWW: https://rubygems.org/gems/generator_spec d78e4422b527fdd0f32c1d81f6fb5a11 echo x - rubygem-generator_spec/distinfo sed 's/^X//' >rubygem-generator_spec/distinfo << 'a4fadd7ff0b4d3e30a6788a39c270040' XSHA256 (rubygem/generator_spec-0.9.0.gem) = a511d10294cb93f17fc5d90bef6dd0bdc13363106222d66bd418dfdf48cca62a XSIZE (rubygem/generator_spec-0.9.0.gem) = 8704 a4fadd7ff0b4d3e30a6788a39c270040 exit --- rubygem-generator_spec.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:30:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6E6E1C2; Sun, 6 Oct 2013 17:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADC9725E7; Sun, 6 Oct 2013 17:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HUFIi029092; Sun, 6 Oct 2013 17:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HUFlW029091; Sun, 6 Oct 2013 17:30:15 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:30:15 GMT Message-Id: <201310061730.r96HUFlW029091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182761: new port devel/rubygem-generator_spec X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:30:15 -0000 Synopsis: new port devel/rubygem-generator_spec Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:30:15 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182761 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4295F600 for ; Sun, 6 Oct 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21AD62649 for ; Sun, 6 Oct 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96He0N3029375 for ; Sun, 6 Oct 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96He0RX029364; Sun, 6 Oct 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:40:00 GMT Resent-Message-Id: <201310061740.r96He0RX029364@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21F665E9 for ; Sun, 6 Oct 2013 17:38:18 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id DF11C263A for ; Sun, 6 Oct 2013 17:38:17 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 300755D337; Sun, 6 Oct 2013 19:38:17 +0200 (CEST) Message-Id: <20131006173817.300755D337@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:38:17 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182764: new port devel/rubygem-gitlab_meta X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:40:01 -0000 >Number: 182764 >Category: ports >Synopsis: new port devel/rubygem-gitlab_meta >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 Oct 06 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a meta rubygem for gitlab and future gitlab port >How-To-Repeat: >Fix: --- rubygem-gitlab_meta.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: # # rubygem-gitlab_meta # rubygem-gitlab_meta/Makefile # rubygem-gitlab_meta/pkg-descr # rubygem-gitlab_meta/distinfo # echo c - rubygem-gitlab_meta mkdir -p rubygem-gitlab_meta > /dev/null 2>&1 echo x - rubygem-gitlab_meta/Makefile sed 's/^X//' >rubygem-gitlab_meta/Makefile << '0b7cc057939987edc6d489d128e2adfb' X# $FreeBSD: devel/rubygem-gitlab_meta/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab_meta XPORTVERSION= 6.0 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= GITLAB meta gem X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 0b7cc057939987edc6d489d128e2adfb echo x - rubygem-gitlab_meta/pkg-descr sed 's/^X//' >rubygem-gitlab_meta/pkg-descr << 'ef6977fd3bfac0c3b7cbb0187a122dba' XGITLAB meta gem X XWWW: gitlab_meta ef6977fd3bfac0c3b7cbb0187a122dba echo x - rubygem-gitlab_meta/distinfo sed 's/^X//' >rubygem-gitlab_meta/distinfo << 'a186247db9329d5bb9750b4b5bd383cf' XSHA256 (rubygem/gitlab_meta-6.0.gem) = f4fd2539e6ac63aa86e9bbeec7bc4abc6cbb2fbe6d2e5e8085e3adc982d67045 XSIZE (rubygem/gitlab_meta-6.0.gem) = 4096 a186247db9329d5bb9750b4b5bd383cf exit --- rubygem-gitlab_meta.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC40C5FE for ; Sun, 6 Oct 2013 17:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEBD52647 for ; Sun, 6 Oct 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96He0DK029319 for ; Sun, 6 Oct 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96He0KC029318; Sun, 6 Oct 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:40:00 GMT Resent-Message-Id: <201310061740.r96He0KC029318@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1188020F for ; Sun, 6 Oct 2013 17:30:40 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id D13D625F3 for ; Sun, 6 Oct 2013 17:30:39 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 3DF6C5D775; Sun, 6 Oct 2013 19:30:39 +0200 (CEST) Message-Id: <20131006173039.3DF6C5D775@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:30:39 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182763: new port devel/font-awesome-rails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:40:01 -0000 >Number: 182763 >Category: ports >Synopsis: new port devel/font-awesome-rails >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 Oct 06 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new port for awesome font on rails, needed by gitlab >How-To-Repeat: >Fix: --- rubygem-font-awesome-rails.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: # # rubygem-font-awesome-rails # rubygem-font-awesome-rails/Makefile # rubygem-font-awesome-rails/pkg-descr # rubygem-font-awesome-rails/distinfo # echo c - rubygem-font-awesome-rails mkdir -p rubygem-font-awesome-rails > /dev/null 2>&1 echo x - rubygem-font-awesome-rails/Makefile sed 's/^X//' >rubygem-font-awesome-rails/Makefile << '74e41b5bdcd41fc9e65731831f6bca57' X# $FreeBSD: devel/rubygem-font-awesome-rails/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= font-awesome-rails XPORTVERSION= 3.2.1.3 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= blank X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties X.include 74e41b5bdcd41fc9e65731831f6bca57 echo x - rubygem-font-awesome-rails/pkg-descr sed 's/^X//' >rubygem-font-awesome-rails/pkg-descr << 'df16d55bb3449e7356eff805f132ff31' XI like font-awesome. I like the asset pipeline. I like semantic versioning. If you do too, you're welcome. X XWWW: https://rubygems.org/gems/font-awesome-rails df16d55bb3449e7356eff805f132ff31 echo x - rubygem-font-awesome-rails/distinfo sed 's/^X//' >rubygem-font-awesome-rails/distinfo << '2d77a4ff29a539f3ddef9fbc6efd9736' XSHA256 (rubygem/font-awesome-rails-3.2.1.3.gem) = d6993a8630fb19292a71109e1071c9777fdb0ba27c93d6dc78340c6e022b87c9 XSIZE (rubygem/font-awesome-rails-3.2.1.3.gem) = 274944 2d77a4ff29a539f3ddef9fbc6efd9736 exit --- rubygem-font-awesome-rails.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:40:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63BA8659; Sun, 6 Oct 2013 17:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6CB264A; Sun, 6 Oct 2013 17:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HeEFT029471; Sun, 6 Oct 2013 17:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HeELZ029470; Sun, 6 Oct 2013 17:40:14 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:40:14 GMT Message-Id: <201310061740.r96HeELZ029470@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182764: new port devel/rubygem-gitlab_meta X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:40:14 -0000 Synopsis: new port devel/rubygem-gitlab_meta Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:40:13 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182764 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F04E58E8 for ; Sun, 6 Oct 2013 17:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D431026CF for ; Sun, 6 Oct 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ho0K7031209 for ; Sun, 6 Oct 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ho0DA031208; Sun, 6 Oct 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:50:00 GMT Resent-Message-Id: <201310061750.r96Ho0DA031208@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A8287BF for ; Sun, 6 Oct 2013 17:44:35 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id E62D32695 for ; Sun, 6 Oct 2013 17:44:34 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 04ED55D337; Sun, 6 Oct 2013 19:44:34 +0200 (CEST) Message-Id: <20131006174434.04ED55D337@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:44:34 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182766: new port net/gitlab_omniauth-ldap X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:50:01 -0000 >Number: 182766 >Category: ports >Synopsis: new port net/gitlab_omniauth-ldap >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 Oct 06 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new port required by gitlab (one of its library) WARN: it depends on ports which are in previous PR's >How-To-Repeat: >Fix: --- rubygem-gitlab_omniauth-ldap.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: # # rubygem-gitlab_omniauth-ldap # rubygem-gitlab_omniauth-ldap/Makefile # rubygem-gitlab_omniauth-ldap/pkg-descr # rubygem-gitlab_omniauth-ldap/distinfo # echo c - rubygem-gitlab_omniauth-ldap mkdir -p rubygem-gitlab_omniauth-ldap > /dev/null 2>&1 echo x - rubygem-gitlab_omniauth-ldap/Makefile sed 's/^X//' >rubygem-gitlab_omniauth-ldap/Makefile << 'bdda1f1318c2c5c6b96e3eeb7e75d202' X# $FreeBSD: net/rubygem-gitlab_omniauth-ldap/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab_omniauth-ldap XPORTVERSION= 1.0.3 XCATEGORIES= net rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= A LDAP strategy for OmniAuth. X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \ X rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ X rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \ X rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm X.include bdda1f1318c2c5c6b96e3eeb7e75d202 echo x - rubygem-gitlab_omniauth-ldap/pkg-descr sed 's/^X//' >rubygem-gitlab_omniauth-ldap/pkg-descr << '9a1179cc6fdad270d0b30de0fe041935' XA LDAP strategy for OmniAuth. X XWWW: gitlab_omniauth-ldap 9a1179cc6fdad270d0b30de0fe041935 echo x - rubygem-gitlab_omniauth-ldap/distinfo sed 's/^X//' >rubygem-gitlab_omniauth-ldap/distinfo << '8aea7b5de90755fad7d4552802baf0b1' XSHA256 (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = aaab9d9c192ae690a53972998af4ed29a6e08b467282f7aac88aa5e806983545 XSIZE (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = 12288 8aea7b5de90755fad7d4552802baf0b1 exit --- rubygem-gitlab_omniauth-ldap.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4E668E6 for ; Sun, 6 Oct 2013 17:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C62826CD for ; Sun, 6 Oct 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Ho0IN031195 for ; Sun, 6 Oct 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Ho0gL031194; Sun, 6 Oct 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 17:50:00 GMT Resent-Message-Id: <201310061750.r96Ho0gL031194@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09A0C8E1; Sun, 6 Oct 2013 17:49:41 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA39D26C9; Sun, 6 Oct 2013 17:49:40 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VSsR7-000BOc-44; Sun, 06 Oct 2013 19:48:09 +0200 Message-Id: Date: Sun, 06 Oct 2013 19:48:09 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182765: [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33 Cc: jase@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:50:00 -0000 >Number: 182765 >Category: ports >Synopsis: [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33 >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 Oct 06 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: small fix for setup.py to run under py33 >How-To-Repeat: - >Fix: diff -r -u -N sysutils/duplicity/files/patch-setup.py /usr/home/pi/myp/sysutils/duplicity/files/patch-setup.py --- sysutils/duplicity/files/patch-setup.py 2013-10-01 21:07:07.000000000 +0200 +++ /usr/home/pi/myp/sysutils/duplicity/files/patch-setup.py 2013-10-06 19:44:07.000000000 +0200 @@ -1,6 +1,12 @@ ---- setup.py.orig 2011-11-25 23:58:57.147597966 +0000 -+++ setup.py 2011-11-26 00:00:43.169721395 +0000 -@@ -31,6 +31,10 @@ +--- setup.py.orig 2013-08-22 15:30:09.000000000 +0200 ++++ setup.py 2013-10-06 19:43:39.000000000 +0200 +@@ -26,11 +26,15 @@ + version_string = "0.6.22" + + if sys.version_info[:2] < (2,4): +- print "Sorry, duplicity requires version 2.4 or later of python" ++ print("Sorry, duplicity requires version 2.4 or later of python") + sys.exit(1) incdir_list = libdir_list = None >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 17:50:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FE31943; Sun, 6 Oct 2013 17:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D986C26D2; Sun, 6 Oct 2013 17:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96HoFbU031348; Sun, 6 Oct 2013 17:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96HoFLL031347; Sun, 6 Oct 2013 17:50:15 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 17:50:15 GMT Message-Id: <201310061750.r96HoFLL031347@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jase@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182765: [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 17:50:16 -0000 Synopsis: [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33 Responsible-Changed-From-To: freebsd-ports-bugs->jase Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 17:50:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182765 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADF15D37 for ; Sun, 6 Oct 2013 18:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91A57275A for ; Sun, 6 Oct 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96I00wa033085 for ; Sun, 6 Oct 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96I00ki033084; Sun, 6 Oct 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:00:00 GMT Resent-Message-Id: <201310061800.r96I00ki033084@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36AC5BBF for ; Sun, 6 Oct 2013 17:58:43 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id EB4D5273B for ; Sun, 6 Oct 2013 17:58:42 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id EEED05D2D0; Sun, 6 Oct 2013 19:58:41 +0200 (CEST) Message-Id: <20131006175841.EEED05D2D0@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:58:41 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182767: new port www/gitlab-grack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:00:00 -0000 >Number: 182767 >Category: ports >Synopsis: new port www/gitlab-grack >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 Oct 06 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a gitlab port for rack, needed by future main gitlab port >How-To-Repeat: >Fix: --- rubygem-gitlab-grack.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: # # rubygem-gitlab-grack # rubygem-gitlab-grack/Makefile # rubygem-gitlab-grack/pkg-descr # rubygem-gitlab-grack/distinfo # echo c - rubygem-gitlab-grack mkdir -p rubygem-gitlab-grack > /dev/null 2>&1 echo x - rubygem-gitlab-grack/Makefile sed 's/^X//' >rubygem-gitlab-grack/Makefile << '247cb28f6d50256ccd58a1417b866a3b' X# $FreeBSD: www/rubygem-gitlab-grack/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab-grack XPORTVERSION= 1.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Ruby/Rack Git Smart-HTTP Server Handler X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-rack>=1.4.1:${PORTSDIR}/www/rubygem-rack X.include 247cb28f6d50256ccd58a1417b866a3b echo x - rubygem-gitlab-grack/pkg-descr sed 's/^X//' >rubygem-gitlab-grack/pkg-descr << '6d5569091fce54cb2c357cd0104960c4' XRuby/Rack Git Smart-HTTP Server Handler X XWWW: https://rubygems.org/gems/gitlab-grack 6d5569091fce54cb2c357cd0104960c4 echo x - rubygem-gitlab-grack/distinfo sed 's/^X//' >rubygem-gitlab-grack/distinfo << '443604251980ddb129436c4e3742949d' XSHA256 (rubygem/gitlab-grack-1.0.1.gem) = 0be59b483bc03fa2b3faab66d7de9ea3e39a99345958abdd3e15dce27a326972 XSIZE (rubygem/gitlab-grack-1.0.1.gem) = 12288 443604251980ddb129436c4e3742949d exit --- rubygem-gitlab-grack.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51EC5D40 for ; Sun, 6 Oct 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 332B92760 for ; Sun, 6 Oct 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96I017h033161 for ; Sun, 6 Oct 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96I01pH033160; Sun, 6 Oct 2013 18:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:00:01 GMT Resent-Message-Id: <201310061800.r96I01pH033160@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, Gautam Mani Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9EBCA42 for ; Sun, 6 Oct 2013 17:53:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9C5270B for ; Sun, 6 Oct 2013 17:53:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96HrtIk040227 for ; Sun, 6 Oct 2013 17:53:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96HrsAZ040137; Sun, 6 Oct 2013 17:53:54 GMT (envelope-from nobody) Message-Id: <201310061753.r96HrsAZ040137@oldred.freebsd.org> Date: Sun, 6 Oct 2013 17:53:54 GMT From: Gautam Mani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182769: [maintenance] [patch] Update games/stockfish to version 4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:00:01 -0000 >Number: 182769 >Category: ports >Synopsis: [maintenance] [patch] Update games/stockfish to version 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 Oct 06 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gautam Mani >Release: 9-STABLE >Organization: NA >Environment: FreeBSD mellon 9.2-STABLE FreeBSD 9.2-STABLE #12 bed3aba: Thu Oct 3 21:01:07 IST 2013 root@mellon:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: Here is the maintenance patch update to update games/stockfish to version 4. Patch is included. Book-2.3.1 version is compatible with version4, so no update required there. >How-To-Repeat: NA >Fix: Patch is attached. Patch attached with submission follows: diff --git a/ports/stockfish/Makefile b/ports/stockfish/Makefile index 8d71945..1a87055 100644 --- a/ports/stockfish/Makefile +++ b/ports/stockfish/Makefile @@ -2,14 +2,14 @@ # $FreeBSD: games/stockfish/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= stockfish -PORTVERSION= 3 +PORTVERSION= 4 CATEGORIES= games -MASTER_SITES= http://cl.ly/2n1O3h2d3u2W/download/:src \ +MASTER_SITES= https://s3.amazonaws.com/stockfish/:src \ http://www.execve.net/sf/:src \ http://cl.ly/3x333m0G173F/download/:book \ http://www.execve.net/sf/:book -DISTNAME= stockfish-${PORTVERSION:S/.//g}-linux -DISTFILES= stockfish-${PORTVERSION:S/.//g}-linux.zip:src \ +DISTNAME= stockfish-${PORTVERSION:S/.//g}-win +DISTFILES= stockfish-${PORTVERSION:S/.//g}-win.zip:src \ stockfish-231-book.zip:book MAINTAINER= execve@gmail.com @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USES= gmake MYARCH= ${ARCH} BOOKDIR= . -PORTDOCS= Readme.txt polyglot.ini +PORTDOCS= Readme.md polyglot.ini PORTDATA= Book.bin FETCH_ARGS= -Fpr @@ -83,7 +83,7 @@ do-install: post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Readme.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/Readme.md ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/polyglot.ini ${DOCSDIR} .endif .if !defined(NOPORTDATA) diff --git a/ports/stockfish/distinfo b/ports/stockfish/distinfo index 14e6922..3d8d45f 100644 --- a/ports/stockfish/distinfo +++ b/ports/stockfish/distinfo @@ -1,4 +1,4 @@ -SHA256 (stockfish-3-linux.zip) = ccae1ae491eba86f02e10891f4b110007bd97f5e2a71871ca895f309d5031019 -SIZE (stockfish-3-linux.zip) = 807403 +SHA256 (stockfish-4-win.zip) = dcd66a81c21380f18623d54f966fc69476a86c8d5ab667e2b138aa2e4ebb3487 +SIZE (stockfish-4-win.zip) = 1839577 SHA256 (stockfish-231-book.zip) = 07ee06bcd3fe1c5e0d90a2d0aede8bac2dd31d52fb4e1c9bc477bb5a8939e414 SIZE (stockfish-231-book.zip) = 3479786 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F08EED3D for ; Sun, 6 Oct 2013 18:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D44A1275D for ; Sun, 6 Oct 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96I00PT033115 for ; Sun, 6 Oct 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96I00XO033104; Sun, 6 Oct 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:00:00 GMT Resent-Message-Id: <201310061800.r96I00XO033104@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E89BF916 for ; Sun, 6 Oct 2013 17:50:12 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id B175226D1 for ; Sun, 6 Oct 2013 17:50:12 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 1A2ED5C91D; Sun, 6 Oct 2013 19:50:12 +0200 (CEST) Message-Id: <20131006175012.1A2ED5C91D@www.unix-experience.fr> Date: Sun, 6 Oct 2013 19:50:12 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182768: new port devel/rubygem-gitlab-pygments.rb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:00:01 -0000 >Number: 182768 >Category: ports >Synopsis: new port devel/rubygem-gitlab-pygments.rb >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 Oct 06 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new gitlab gem, needed for main gitlab port >How-To-Repeat: >Fix: --- rubygem-gitlab-pygments.rb 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: # # rubygem-gitlab-pygments.rb # rubygem-gitlab-pygments.rb/Makefile # rubygem-gitlab-pygments.rb/pkg-descr # rubygem-gitlab-pygments.rb/distinfo # echo c - rubygem-gitlab-pygments.rb mkdir -p rubygem-gitlab-pygments.rb > /dev/null 2>&1 echo x - rubygem-gitlab-pygments.rb/Makefile sed 's/^X//' >rubygem-gitlab-pygments.rb/Makefile << '55cdc854fbca88eeaee67f07e8c471e3' X# $FreeBSD: devel/rubygem-gitlab-pygments.rb/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab-pygments.rb XPORTVERSION= 0.3.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= pygments.rb exposes the pygments syntax highlighter to Ruby X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ X rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby X X.include 55cdc854fbca88eeaee67f07e8c471e3 echo x - rubygem-gitlab-pygments.rb/pkg-descr sed 's/^X//' >rubygem-gitlab-pygments.rb/pkg-descr << '69aee84110546fa6cf6fed705bda199d' Xpygments.rb exposes the pygments syntax highlighter to Ruby X XWWW: https://rubygems.org/gems/gitlab-pygments.rb 69aee84110546fa6cf6fed705bda199d echo x - rubygem-gitlab-pygments.rb/distinfo sed 's/^X//' >rubygem-gitlab-pygments.rb/distinfo << '11011c4abcff2d122aba794f8f220ee1' XSHA256 (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1ec65598763bbdafa9d98520d074bf8d4f1fc7d175284b1678fdf7df3818fa8a XSIZE (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1320960 11011c4abcff2d122aba794f8f220ee1 exit --- rubygem-gitlab-pygments.rb ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D0A5DA1; Sun, 6 Oct 2013 18:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49DF22765; Sun, 6 Oct 2013 18:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96I0EWl033248; Sun, 6 Oct 2013 18:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96I0EVL033247; Sun, 6 Oct 2013 18:00:14 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 18:00:14 GMT Message-Id: <201310061800.r96I0EVL033247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182768: new port devel/rubygem-gitlab-pygments.rb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:00:14 -0000 Synopsis: new port devel/rubygem-gitlab-pygments.rb Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 18:00:13 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182768 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B6A3F4E for ; Sun, 6 Oct 2013 18:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F08F27C8 for ; Sun, 6 Oct 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IA0hT038405 for ; Sun, 6 Oct 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96IA0xj038394; Sun, 6 Oct 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:10:00 GMT Resent-Message-Id: <201310061810.r96IA0xj038394@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAFA9E38 for ; Sun, 6 Oct 2013 18:04:12 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8380427A7 for ; Sun, 6 Oct 2013 18:04:12 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id A9D275D2D0; Sun, 6 Oct 2013 20:04:11 +0200 (CEST) Message-Id: <20131006180411.A9D275D2D0@www.unix-experience.fr> Date: Sun, 6 Oct 2013 20:04:11 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182770: new port textproc/gitlab-grit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:10:00 -0000 >Number: 182770 >Category: ports >Synopsis: new port textproc/gitlab-grit >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 Oct 06 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a gitlab fork from rubygem-grit, needed by future gitlab port >How-To-Repeat: >Fix: --- rubygem-gitlab-grit.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: # # rubygem-gitlab-grit # rubygem-gitlab-grit/Makefile # rubygem-gitlab-grit/pkg-descr # rubygem-gitlab-grit/distinfo # echo c - rubygem-gitlab-grit mkdir -p rubygem-gitlab-grit > /dev/null 2>&1 echo x - rubygem-gitlab-grit/Makefile sed 's/^X//' >rubygem-gitlab-grit/Makefile << '9c1bb8cb495a5545d5cbaf2113d59a8d' X# $FreeBSD: textproc/rubygem-gitlab-grit/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab-grit XPORTVERSION= 2.6.0 XCATEGORIES= textproc rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= Gitlab fork from rubygem-grit X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-charlock_holmes>=0.6.9:${PORTSDIR}/textproc/rubygem-charlock_holmes \ X rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \ X rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ X rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn X X.include 9c1bb8cb495a5545d5cbaf2113d59a8d echo x - rubygem-gitlab-grit/pkg-descr sed 's/^X//' >rubygem-gitlab-grit/pkg-descr << '8732bfe9b8764426a9263f28e7707d45' XGrit is a Ruby library for extracting information from a git repository in an object oriented manner. GitLab fork X XWWW: https://rubygems.org/gems/gitlab-grit 8732bfe9b8764426a9263f28e7707d45 echo x - rubygem-gitlab-grit/distinfo sed 's/^X//' >rubygem-gitlab-grit/distinfo << '53807d3dd5289e0d5097e1e5f667e0d8' XSHA256 (rubygem/gitlab-grit-2.6.0.gem) = b2900956c11e46c76f4b6dee9f04180be69e3090fde626e29e4f0f466ce09257 XSIZE (rubygem/gitlab-grit-2.6.0.gem) = 46080 53807d3dd5289e0d5097e1e5f667e0d8 exit --- rubygem-gitlab-grit.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACEDB160 for ; Sun, 6 Oct 2013 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DC21284C for ; Sun, 6 Oct 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IK0OW041361 for ; Sun, 6 Oct 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96IK0o8041360; Sun, 6 Oct 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:20:00 GMT Resent-Message-Id: <201310061820.r96IK0o8041360@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95642FD9 for ; Sun, 6 Oct 2013 18:14:28 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5F79E281E for ; Sun, 6 Oct 2013 18:14:28 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 8C2F85D2D0; Sun, 6 Oct 2013 20:14:27 +0200 (CEST) Message-Id: <20131006181427.8C2F85D2D0@www.unix-experience.fr> Date: Sun, 6 Oct 2013 20:14:27 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182771: new port devel/gitlab_git X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:20:00 -0000 >Number: 182771 >Category: ports >Synopsis: new port devel/gitlab_git >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 Oct 06 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is a new wrapper for future gitlab port. >How-To-Repeat: >Fix: --- rubygem-gitlab-git.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: # # rubygem-gitlab_git # rubygem-gitlab_git/Makefile # rubygem-gitlab_git/pkg-descr # rubygem-gitlab_git/distinfo # echo c - rubygem-gitlab_git mkdir -p rubygem-gitlab_git > /dev/null 2>&1 echo x - rubygem-gitlab_git/Makefile sed 's/^X//' >rubygem-gitlab_git/Makefile << '6b4cf6362f8c2ef48ef8da947f46e329' X# $FreeBSD: devel/rubygem-gitlab_git/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab_git XPORTVERSION= 2.3.1 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= GitLab wrapper around git objects X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-activesupport>=3.2.13:${PORTSDIR}/devel/rubygem-activesupport \ X rubygem-github-linguist>=2.3.4:${PORTSDIR}/textproc/rubygem-github-linguist \ X rubygem-gitlab-grit>=2.6.0:${PORTSDIR}/textproc/rubygem-gitlab-grit X XNO_STAGE= yes X.include 6b4cf6362f8c2ef48ef8da947f46e329 echo x - rubygem-gitlab_git/pkg-descr sed 's/^X//' >rubygem-gitlab_git/pkg-descr << '302721dad99bca7c9b4fb9b36ed9482b' XGitLab wrapper around git objects X XWWW: https://rubygems.org/gems/gitlab_git 302721dad99bca7c9b4fb9b36ed9482b echo x - rubygem-gitlab_git/distinfo sed 's/^X//' >rubygem-gitlab_git/distinfo << '0ffa66294da1e3942339cf230320db1f' XSHA256 (rubygem/gitlab_git-2.3.1.gem) = 6cd141adef019cfaaeb3fbb249c0346ed243a4f72fb23a8d81cdf295e54f7079 XSIZE (rubygem/gitlab_git-2.3.1.gem) = 11264 0ffa66294da1e3942339cf230320db1f exit --- rubygem-gitlab-git.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3DB3341 for ; Sun, 6 Oct 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B29A428B4 for ; Sun, 6 Oct 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IU0Il043152 for ; Sun, 6 Oct 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96IU0LD043151; Sun, 6 Oct 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:30:00 GMT Resent-Message-Id: <201310061830.r96IU0LD043151@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, Andras Horvath Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80DA81C5 for ; Sun, 6 Oct 2013 18:20:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F5792881 for ; Sun, 6 Oct 2013 18:20:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r96IKSZK073688 for ; Sun, 6 Oct 2013 18:20:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r96IKSSK073625; Sun, 6 Oct 2013 18:20:28 GMT (envelope-from nobody) Message-Id: <201310061820.r96IKSSK073625@oldred.freebsd.org> Date: Sun, 6 Oct 2013 18:20:28 GMT From: Andras Horvath To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182772: graphics/aaphoto cannot be built because of the default clang compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:30:00 -0000 >Number: 182772 >Category: ports >Synopsis: graphics/aaphoto cannot be built because of the default clang compiler >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 Oct 06 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andras Horvath >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255342: Sat Sep 7 07:34:47 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Note: this is a modified PR request within a couple of days, because I changed my patch for the port. Since the other PR hasn't been accepted yet. Please consider this as correct one. The difference between the two is in the checking of what is the default compiler. Link to the other PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=182649 The aaphoto software has the ability to scale on more processor cores by using the libgomp library. This is achieved by using the OpenMP pragma feature of the GCC (the Gnu Compiler Collection). Since the default C compiler has been replaced with Clang in the base system which doesn't know of OpenMP, the compiler cannot build this port. >How-To-Repeat: cd /usr/ports/graphics/aaphoto make >Fix: Removing the "-fopenmp -D__OPENMP__" C flags fixes the problem because the software will be built without this feature. Also, the active source code maintenance has been moved from the original site to its Github repo. The Makefile is updated according to this as well. This update brings a new version too which is a minor update with only tiny fixes and documentation update. Patch attached with submission follows: diff -ru aaphoto.orig/Makefile aaphoto/Makefile --- aaphoto.orig/Makefile 2013-09-20 18:35:44.000000000 +0000 +++ aaphoto/Makefile 2013-10-05 17:54:28.000000000 +0000 @@ -1,14 +1,16 @@ -# Created by: Andras Horvath +# Created by: Andras Horvath # $FreeBSD: graphics/aaphoto/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= aaphoto -PORTVERSION= 0.41 -PORTREVISION= 1 +PORTVERSION= 0.43.1 +# PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://log69.com/downloads/ -DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} +USE_GITHUB= yes +MASTER_SITES= https://github.com/log69/aaphoto/archive/ +DISTNAME= v${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} -MAINTAINER= han@log69.com +MAINTAINER= mail@log69.com COMMENT= Auto Adjust Photo, automatic color correction of photos LIB_DEPENDS= jasper:${PORTSDIR}/graphics/jasper \ @@ -31,7 +33,8 @@ NO_STAGE= yes .include -.if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 +CCISCLANG!= ${CC} --version +.if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 && empty(CCISCLANG:M*clang*) CFLAGS+= -fopenmp -D__OPENMP__ .endif diff -ru aaphoto.orig/distinfo aaphoto/distinfo --- aaphoto.orig/distinfo 2012-07-14 13:54:48.000000000 +0000 +++ aaphoto/distinfo 2013-10-04 23:41:30.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (aaphoto_sources_v0.41.tar.gz) = f101ff954bcca194550f35acdcaac8e4b36df072a1c5406e73f2d3bab30d38cb -SIZE (aaphoto_sources_v0.41.tar.gz) = 138407 +SHA256 (aaphoto/v0.43.1.tar.gz) = 35a21d075d297872e35f52c9e92ab8e7ee403f5ecf4927634f22b56bb401b5ca +SIZE (aaphoto/v0.43.1.tar.gz) = 135261 diff -ru aaphoto.orig/files/patch-Makefile.in aaphoto/files/patch-Makefile.in --- aaphoto.orig/files/patch-Makefile.in 2012-07-14 13:54:48.000000000 +0000 +++ aaphoto/files/patch-Makefile.in 2013-10-04 21:10:53.000000000 +0000 @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2010-09-14 12:09:45.000000000 +0200 -+++ Makefile.in 2010-09-14 12:10:23.000000000 +0200 +--- Makefile.in.orig 2013-10-01 06:48:31.000000000 +0000 ++++ Makefile.in 2013-10-04 21:09:17.000000000 +0000 @@ -162,8 +162,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ Only in aaphoto.orig/files: patch-aaphoto.c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2231E343 for ; Sun, 6 Oct 2013 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05C7828B6 for ; Sun, 6 Oct 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IU0JD043217 for ; Sun, 6 Oct 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96IU0Kx043216; Sun, 6 Oct 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 18:30:00 GMT Resent-Message-Id: <201310061830.r96IU0Kx043216@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, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC0CF22A for ; Sun, 6 Oct 2013 18:22:40 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id A33902894 for ; Sun, 6 Oct 2013 18:22:40 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id A48795DB75; Sun, 6 Oct 2013 20:22:39 +0200 (CEST) Message-Id: <20131006182239.A48795DB75@www.unix-experience.fr> Date: Sun, 6 Oct 2013 20:22:39 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182773: new port www/rubygem-gitlab-gollum-lib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:30:01 -0000 >Number: 182773 >Category: ports >Synopsis: new port www/rubygem-gitlab-gollum-lib >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 Oct 06 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: IOGS >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Here is the lab gitlab gem. Only two other deps are to add and we can begin to create gitlab port >How-To-Repeat: >Fix: --- rubygem-gitlab-gollum-lib.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: # # rubygem-gitlab-gollum-lib # rubygem-gitlab-gollum-lib/Makefile # rubygem-gitlab-gollum-lib/pkg-descr # rubygem-gitlab-gollum-lib/distinfo # echo c - rubygem-gitlab-gollum-lib mkdir -p rubygem-gitlab-gollum-lib > /dev/null 2>&1 echo x - rubygem-gitlab-gollum-lib/Makefile sed 's/^X//' >rubygem-gitlab-gollum-lib/Makefile << '63f007d7beeaf949bd4cc038487d9966' X# $FreeBSD: www/rubygem-gitlab-gollum-lib/Makefile 327773 2013-09-20 23:17:30Z bapt $ X XPORTNAME= gitlab-gollum-lib XPORTVERSION= 1.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= A simple, Git-powered wiki with a sweet API and local frontend. X XGEM_ENV= LC_CTYPE=UTF-8 X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XRUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \ X rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \ X rubygem-gitlab-grit>=2.5.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ X rubygem-nokogiri>=1.5.9:${PORTSDIR}/textproc/rubygem-nokogiri \ X rubygem-pygments.rb>=0.4.2:${PORTSDIR}/devel/rubygem-pygments.rb \ X rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \ X rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex X X.include 63f007d7beeaf949bd4cc038487d9966 echo x - rubygem-gitlab-gollum-lib/pkg-descr sed 's/^X//' >rubygem-gitlab-gollum-lib/pkg-descr << '4068ca3a4850c176e303aa63d4c01259' XA simple, Git-powered wiki with a sweet API and local frontend. X XWWW: https://rubygems.org/gems/gitlab-gollum-lib 4068ca3a4850c176e303aa63d4c01259 echo x - rubygem-gitlab-gollum-lib/distinfo sed 's/^X//' >rubygem-gitlab-gollum-lib/distinfo << 'e658b248d072cb09cd882e5f1822335d' XSHA256 (rubygem/gitlab-gollum-lib-1.0.1.gem) = bfd7aa157169be8f644885cb2ed6142b63c77eb362fba36c8fba81a183286528 XSIZE (rubygem/gitlab-gollum-lib-1.0.1.gem) = 41984 e658b248d072cb09cd882e5f1822335d exit --- rubygem-gitlab-gollum-lib.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 18:30:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E3EA3A5; Sun, 6 Oct 2013 18:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3615A28DE; Sun, 6 Oct 2013 18:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96IUFoC043303; Sun, 6 Oct 2013 18:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96IUF1D043302; Sun, 6 Oct 2013 18:30:15 GMT (envelope-from edwin) Date: Sun, 6 Oct 2013 18:30:15 GMT Message-Id: <201310061830.r96IUF1D043302@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182773: new port www/rubygem-gitlab-gollum-lib X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 18:30:15 -0000 Synopsis: new port www/rubygem-gitlab-gollum-lib Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 6 18:30:14 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182773 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 19:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13B4AD52 for ; Sun, 6 Oct 2013 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB2B72B8F for ; Sun, 6 Oct 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96JU09s055712 for ; Sun, 6 Oct 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96JU0Fx055701; Sun, 6 Oct 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 19:30:00 GMT Resent-Message-Id: <201310061930.r96JU0Fx055701@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, Maxim Samsonov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7736800 for ; Sun, 6 Oct 2013 19:20:24 +0000 (UTC) (envelope-from xors@mailup.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAD12AF7 for ; Sun, 6 Oct 2013 19:20:24 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4079622718; Sun, 6 Oct 2013 15:20:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Sun, 06 Oct 2013 15:20:16 -0400 Received: from oak.spinney.org (unknown [37.110.157.84]) by mail.messagingengine.com (Postfix) with ESMTPA id E5B2B68016D for ; Sun, 6 Oct 2013 15:20:15 -0400 (EDT) Received: by oak.spinney.org (Postfix, from userid 1001) id BFEF62028; Sun, 6 Oct 2013 23:20:13 +0400 (MSK) Message-Id: <20131006192013.BFEF62028@oak.spinney.org> Date: Sun, 6 Oct 2013 23:20:13 +0400 (MSK) From: Maxim Samsonov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182774: [MAINTAINER-UPDATE]: graphics/apvlv Link to pthread directly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Maxim Samsonov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 19:30:01 -0000 >Number: 182774 >Category: ports >Synopsis: [MAINTAINER-UPDATE]: graphics/apvlv Link to pthread directly >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: Sun Oct 06 19:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Maxim Samsonov >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: >Description: Eliminates indirect dependency on pthread library after glib update. Linking without pthread library makes apvlv segfaults on startup. >How-To-Repeat: >Fix: --- graphics_apvlv.patch begins here --- diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile --- a/graphics/apvlv/Makefile +++ b/graphics/apvlv/Makefile @@ -3,6 +3,7 @@ PORTNAME= apvlv PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source @@ -21,6 +22,8 @@ -DDOCDIR=${DOCSDIR} \ -DAPVLV_WITH_UMD=OFF \ -DAPVLV_WITH_TXT=ON +CFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} OPTIONS_DEFINE= DJVU WEBKIT --- graphics_apvlv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 21:01:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D125F58; Sun, 6 Oct 2013 21:01:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42FF92F6D; Sun, 6 Oct 2013 21:01:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96L15Wu075192; Sun, 6 Oct 2013 21:01:05 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96L15L3075191; Sun, 6 Oct 2013 21:01:05 GMT (envelope-from danilo) Date: Sun, 6 Oct 2013 21:01:05 GMT Message-Id: <201310062101.r96L15L3075191@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/181069: textproc/tralics: Update to version 2.15.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 21:01:05 -0000 Synopsis: textproc/tralics: Update to version 2.15.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Sun Oct 6 21:01:04 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181069 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 21:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D9CA6DD for ; Sun, 6 Oct 2013 21:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED61120F0 for ; Sun, 6 Oct 2013 21:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96Le23u082131 for ; Sun, 6 Oct 2013 21:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96Le29x082130; Sun, 6 Oct 2013 21:40:02 GMT (envelope-from gnats) Date: Sun, 6 Oct 2013 21:40:02 GMT Message-Id: <201310062140.r96Le29x082130@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Sender Ghost Subject: Re: ports/182534: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sender Ghost List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 21:40:03 -0000 The following reply was made to PR ports/182534; it has been noted by GNATS. From: Sender Ghost To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182534: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) Date: Mon, 07 Oct 2013 01:33:48 +0400 This is a multi-part message in MIME format. --------------060707050503010404060704 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Also added STAGEDIR support. --------------060707050503010404060704 Content-Type: text/plain; charset=UTF-8; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" diff -ruN assaultcube.orig/Makefile assaultcube/Makefile --- assaultcube.orig/Makefile 2013-09-20 21:36:33.000000000 +0400 +++ assaultcube/Makefile 2013-10-07 01:08:53.000000000 +0400 @@ -3,7 +3,7 @@ PORTNAME= assaultcube PORTVERSION= 1.1.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/actiongame/AssaultCube%20Version%20${PORTVERSION} DISTFILES= AssaultCube_v${PORTVERSION}_source${EXTRACT_SUFX} \ @@ -45,7 +45,6 @@ DEDICATED_DESC= Build dedicated server MASTER_DESC= Build master server -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLIENT} @@ -75,16 +74,16 @@ do-install: .for f in ${ACUBE_BIN} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}_${f} ${PREFIX}/bin - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ac_${f} ${PREFIX}/libexec/${PORTNAME}_${f} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}_${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ac_${f} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}_${f} .endfor .if !defined(NOPORTDATA) - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} .endif .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif post-install: diff -ruN assaultcube.orig/files/assaultcube_client.in assaultcube/files/assaultcube_client.in --- assaultcube.orig/files/assaultcube_client.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_client.in 2013-10-01 06:50:01.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" -CUBE_OPTIONS="--home=${HOME}/.${APPNAME} --init" - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_client ${CUBE_OPTIONS} "$@" +CUBE_OPTIONS="--home=${HOME}/.assaultcube --init" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_client ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/assaultcube_master.in assaultcube/files/assaultcube_master.in --- assaultcube.orig/files/assaultcube_master.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_master.in 2013-10-01 06:40:30.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" CUBE_OPTIONS= - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_master ${CUBE_OPTIONS} "$@" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_master ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/assaultcube_server.in assaultcube/files/assaultcube_server.in --- assaultcube.orig/files/assaultcube_server.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_server.in 2013-10-01 06:40:29.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" CUBE_OPTIONS= - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_server ${CUBE_OPTIONS} "$@" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_server ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/patch-source_src_Makefile assaultcube/files/patch-source_src_Makefile --- assaultcube.orig/files/patch-source_src_Makefile 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/patch-source_src_Makefile 2013-10-01 06:15:34.000000000 +0400 @@ -16,10 +16,10 @@ USRLIB=$(shell if [ -e /usr/lib64 ]; then echo "/usr/lib64"; else echo "/usr/lib"; fi) override CXXFLAGS+= -rdynamic -CLIENT_INCLUDES= $(INCLUDES) -I/usr/include `sdl-config --cflags` -idirafter ../include -+CLIENT_INCLUDES= $(INCLUDES) `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -idirafter ../include ++CLIENT_INCLUDES= $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -idirafter ../include # -lSDL_ttf -CLIENT_LIBS= -L../enet/.libs -lenet -L$(USRLIB) `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -+CLIENT_LIBS= -L../enet/.libs -lenet `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lSDL_image -lz -lGL -lopenal -lvorbisfile -lintl ++CLIENT_LIBS= -L../enet/.libs -lenet -L${LOCALBASE}/lib -lX11 `${SDL_CONFIG} --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -lintl endif CLIENT_OBJS= \ diff -ruN assaultcube.orig/files/patch-source_src_console.h assaultcube/files/patch-source_src_console.h --- assaultcube.orig/files/patch-source_src_console.h 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_console.h 2013-10-01 08:15:54.000000000 +0400 @@ -0,0 +1,17 @@ +--- source/src/console.h.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/console.h 2013-10-01 08:15:27.000000000 +0400 +@@ -127,7 +127,7 @@ + } + }; + +-/** WIP ALERT */ ++/** WIP ALERT *//* + struct textinputbuffer_wip + { + string buf; +@@ -257,4 +257,4 @@ + return false; + } + }; +- ++*/ diff -ruN assaultcube.orig/files/patch-source_src_master.cpp assaultcube/files/patch-source_src_master.cpp --- assaultcube.orig/files/patch-source_src_master.cpp 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_master.cpp 2013-10-01 08:05:05.000000000 +0400 @@ -0,0 +1,11 @@ +--- source/src/master.cpp.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/master.cpp 2013-10-01 08:04:23.000000000 +0400 +@@ -509,7 +509,7 @@ + authreq &a = c.authreqs.add(); + a.reqtime = servtime; + a.id = id; +- uint seed[3] = { starttime, servtime, randomMT() }; ++ uint seed[3] = { (uint)starttime, servtime, randomMT() }; + static vector buf; + buf.setsize(0); + a.answer = genchallenge(u->pubkey, seed, sizeof(seed), buf); diff -ruN assaultcube.orig/files/patch-source_src_modelcache.h assaultcube/files/patch-source_src_modelcache.h --- assaultcube.orig/files/patch-source_src_modelcache.h 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_modelcache.h 2013-10-01 07:09:46.000000000 +0400 @@ -0,0 +1,13 @@ +--- source/src/modelcache.h.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/modelcache.h 2013-10-01 07:08:22.000000000 +0400 +@@ -31,8 +31,8 @@ + + void unlink() + { +- prev->entry::next = next; +- next->entry::prev = prev; ++ prev->modelcacheentry::next = next; ++ next->modelcacheentry::prev = prev; + prev = next = (T *)this; + } + diff -ruN assaultcube.orig/files/patch-source_src_server.cpp assaultcube/files/patch-source_src_server.cpp --- assaultcube.orig/files/patch-source_src_server.cpp 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_server.cpp 2013-10-01 07:52:17.000000000 +0400 @@ -0,0 +1,11 @@ +--- source/src/server.cpp.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/server.cpp 2013-10-01 07:51:55.000000000 +0400 +@@ -3928,7 +3928,7 @@ + + if((isdedicated = dedicated)) + { +- ENetAddress address = { ENET_HOST_ANY, scl.serverport }; ++ ENetAddress address = { ENET_HOST_ANY, (enet_uint16)scl.serverport }; + if(scl.ip[0] && enet_address_set_host(&address, scl.ip)<0) logline(ACLOG_WARNING, "server ip not resolved!"); + serverhost = enet_host_create(&address, scl.maxclients+1, 3, 0, scl.uprate); + if(!serverhost) fatal("could not create server host"); diff -ruN assaultcube.orig/files/patch-source_src_serverms.cpp assaultcube/files/patch-source_src_serverms.cpp --- assaultcube.orig/files/patch-source_src_serverms.cpp 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_serverms.cpp 2013-10-01 07:23:41.000000000 +0400 @@ -0,0 +1,11 @@ +--- source/src/serverms.cpp.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/serverms.cpp 2013-10-01 07:22:14.000000000 +0400 +@@ -334,7 +334,7 @@ + + if(listen) + { +- ENetAddress address = { ENET_HOST_ANY, infoport }; ++ ENetAddress address = { ENET_HOST_ANY, (enet_uint16)infoport }; + if(*ip) + { + if(enet_address_set_host(&address, ip)<0) logline(ACLOG_WARNING, "server ip not resolved"); diff -ruN assaultcube.orig/files/patch-source_src_stream.cpp assaultcube/files/patch-source_src_stream.cpp --- assaultcube.orig/files/patch-source_src_stream.cpp 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_stream.cpp 2013-10-01 07:56:40.000000000 +0400 @@ -0,0 +1,13 @@ +--- source/src/stream.cpp.orig 2010-11-14 21:46:24.000000000 +0300 ++++ source/src/stream.cpp 2013-10-01 07:56:16.000000000 +0400 +@@ -593,8 +593,8 @@ + } + uchar trailer[8] = + { +- crc&0xFF, (crc>>8)&0xFF, (crc>>16)&0xFF, (crc>>24)&0xFF, +- zfile.total_in&0xFF, (zfile.total_in>>8)&0xFF, (zfile.total_in>>16)&0xFF, (zfile.total_in>>24)&0xFF ++ uchar(crc&0xFF), uchar((crc>>8)&0xFF), uchar((crc>>16)&0xFF), uchar((crc>>24)&0xFF), ++ uchar(zfile.total_in&0xFF), uchar((zfile.total_in>>8)&0xFF), uchar((zfile.total_in>>16)&0xFF), uchar((zfile.total_in>>24)&0xFF) + }; + file->write(trailer, sizeof(trailer)); + } --------------060707050503010404060704-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 6 23:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CB84A45 for ; Sun, 6 Oct 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A5592478 for ; Sun, 6 Oct 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r96NK0rR002621 for ; Sun, 6 Oct 2013 23:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r96NK061002620; Sun, 6 Oct 2013 23:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Oct 2013 23:20:00 GMT Resent-Message-Id: <201310062320.r96NK061002620@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 Wolfskill Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81AA7A12; Sun, 6 Oct 2013 23:19:26 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15FF72471; Sun, 6 Oct 2013 23:19:25 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.7/8.14.7) with ESMTP id r96NJOTB002057; Sun, 6 Oct 2013 16:19:24 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.7/8.14.7/Submit) id r96NJO8t002056; Sun, 6 Oct 2013 16:19:24 -0700 (PDT) (envelope-from david) Message-Id: <201310062319.r96NJO8t002056@albert.catwhisker.org> Date: Sun, 6 Oct 2013 16:19:24 -0700 (PDT) From: David Wolfskill To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182775: [PATCH] astro/gpsman: update to 6.4.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David Wolfskill List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 23:20:01 -0000 >Number: 182775 >Category: ports >Synopsis: [PATCH] astro/gpsman: update to 6.4.4.2 >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 Oct 06 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Wolfskill >Release: FreeBSD 9.2-STABLE i386 >Organization: Wolfskill & Dowling Residence >Environment: System: FreeBSD g1-227.catwhisker.org 9.2-STABLE FreeBSD 9.2-STABLE #566 r256078M/256082:902503: Sun Oct 6 04:53:08 PDT 2013 root@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY i386 >Description: - Update from 6.4.4 to 6.4.4.2 - Some port cleanup while I was here. + In particular, switch the port to "USES+= tk:wrapper,run" NOTE: This PR supercedes ports/180642 (upgrade from 6.4.4 to 6.4.4.1). A great deal of the real work in the attached patch was done by Pietro Cerutti, for whose help I am very thankful. >How-To-Repeat: n/a >Fix: Index: gpsman/Makefile =================================================================== --- gpsman/Makefile (revision 329549) +++ gpsman/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpsman -PORTVERSION= 6.4.4 +PORTVERSION= 6.4.4.2 CATEGORIES= astro tk geography MASTER_SITES= SF/${PORTNAME}/distrib EXTRACT_SUFX= .tgz @@ -10,21 +10,20 @@ MAINTAINER= david@catwhisker.org COMMENT= A Tcl/Tk-based GPS management utility -USE_TK_RUN= 84+ +OPTIONS_DEFINE= DOCS +USES+= tk:wrapper,run + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -SUB_FILES= pkg-message +GPSMANDIR= ${PREFIX}/lib/${PORTNAME} +PLIST_SUB+= GPSMANDIR=${GPSMANDIR:S/${PREFIX}\///} NO_STAGE= yes NO_BUILD= yes PORTDOCS= * -PORTDATA= * -PLIST_FILES= bin/gpsman +MAN1= gpsman.1 -# MAN1= gpsman.1 -# MANCOMPRESSED= yes +.include -.include - .if ${OSVERSION} < 800045 GPSMAN_DEFAULT_PORT?= /dev/cuad0 .else @@ -31,34 +30,34 @@ GPSMAN_DEFAULT_PORT?= /dev/cuau0 .endif +.if ${PORT_OPTIONS:MDOCS} +SUB_FILES= pkg-message +.endif + post-patch: - @(cd ${WRKSRC} && ${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" \ - util/exerciser.tcl manual/html/info/l_realtime.doc.txt gpsman.tcl) + @${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" \ + ${WRKSRC}/util/exerciser.tcl \ + ${WRKSRC}/manual/html/info/l_realtime.doc.txt \ + ${WRKSRC}/gpsman.tcl + @${REINPLACE_CMD} -e "s:%%WISH%%:${WISH}:; s:%%GPSMANDIR%%:${GPSMANDIR}:g" ${WRKSRC}/gpsman.tcl -pre-install: - @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/gpsman.tcl - do-install: - @${MKDIR} ${PREFIX}/share/gpsman/gmsrc/gmicons - @${MKDIR} ${PREFIX}/share/gpsman/util - ${INSTALL_DATA} ${WRKSRC}/gmsrc/*.tcl ${PREFIX}/share/gpsman/gmsrc - ${INSTALL_DATA} ${WRKSRC}/gmsrc/gmicons/* ${PREFIX}/share/gpsman/gmsrc/gmicons - ${INSTALL_DATA} ${WRKSRC}/util/*.sh ${PREFIX}/share/gpsman/util - ${INSTALL_DATA} ${WRKSRC}/util/*.tcl ${PREFIX}/share/gpsman/util - ${INSTALL_SCRIPT} ${WRKSRC}/gpsman.tcl ${PREFIX}/share/gpsman - ${LN} -fs ${PREFIX}/share/gpsman/gpsman.tcl ${PREFIX}/bin/gpsman -# ${INSTALL_MAN} ${WRKSRC}/gpsman.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gpsman/html/info - ${INSTALL_DATA} ${WRKSRC}/manual/*.pdf ${PREFIX}/share/doc/gpsman - ${INSTALL_DATA} ${WRKSRC}/manual/html/*.html ${PREFIX}/share/doc/gpsman/html - ${RM} ${PREFIX}/share/doc/gpsman/html/index.html - ${LN} ${PREFIX}/share/doc/gpsman/html/GPSMandoc.html ${PREFIX}/share/doc/gpsman/html/index.html - ${INSTALL_DATA} ${WRKSRC}/manual/html/*.gif ${PREFIX}/share/doc/gpsman/html + ${INSTALL_SCRIPT} ${WRKSRC}/gpsman.tcl ${PREFIX}/bin/gpsman + ${INSTALL_MAN} ${WRKSRC}/man/man1/gpsman.1 ${MAN1PREFIX}/man/man1 + @${MKDIR} ${GPSMANDIR}/gmsrc/gmicons ${GPSMANDIR}/util + ${INSTALL_DATA} ${WRKSRC}/gmsrc/*.tcl ${GPSMANDIR}/gmsrc + ${INSTALL_DATA} ${WRKSRC}/gmsrc/gmicons/* ${GPSMANDIR}/gmsrc/gmicons + ${INSTALL_DATA} ${WRKSRC}/util/*.sh ${GPSMANDIR}/util + ${INSTALL_DATA} ${WRKSRC}/util/*.tcl ${GPSMANDIR}/util +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR}/html/info + ${INSTALL_DATA} ${WRKSRC}/manual/*.pdf ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/manual/html/*.html ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/manual/html/*.gif ${DOCSDIR}/html .for i in gif txt ps - ${INSTALL_DATA} ${WRKSRC}/manual/html/info/*.${i} ${PREFIX}/share/doc/gpsman/html/info + ${INSTALL_DATA} ${WRKSRC}/manual/html/info/*.${i} ${DOCSDIR}/html/info .endfor @${CAT} ${PKGMESSAGE} .endif -.include +.include Index: gpsman/distinfo =================================================================== --- gpsman/distinfo (revision 329549) +++ gpsman/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gpsman-6.4.4.tgz) = b7a6f94d24dfd47507240fd0f1e3db94305ca8485c31db3a9fbf9637656027fe -SIZE (gpsman-6.4.4.tgz) = 1418214 +SHA256 (gpsman-6.4.4.2.tgz) = 7a82215bd9550eb7fe88cc7e81f518687adb60ac9a2193b790278d0c469d3b93 +SIZE (gpsman-6.4.4.2.tgz) = 1430332 Index: gpsman/files/patch-gpsman.tcl =================================================================== --- gpsman/files/patch-gpsman.tcl (revision 329549) +++ gpsman/files/patch-gpsman.tcl (working copy) @@ -7,7 +7,7 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ -exec wish "$0" -- "$@" -+exec wish8.4 "$0" -- "$@" ++exec %%WISH%% "$0" -- "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data @@ -16,7 +16,7 @@ # path to directory containing program files -set SRCDIR gmsrc -+set SRCDIR %%PREFIX%%/share/gpsman/gmsrc ++set SRCDIR %%GPSMANDIR%%/gmsrc # all other defaults configuration is now done in file $SRCDIR/config.tcl Index: gpsman/pkg-descr =================================================================== --- gpsman/pkg-descr (revision 329549) +++ gpsman/pkg-descr (working copy) @@ -5,4 +5,4 @@ logging information in NMEA from any GPS receiver. Author: Miguel Filgueiras -WWW: http://gpsman.sourceforge.net/ +WWW: http://gpsman.sourceforge.net/ Index: gpsman/pkg-plist =================================================================== --- gpsman/pkg-plist (revision 0) +++ gpsman/pkg-plist (working copy) @@ -0,0 +1,344 @@ +bin/gpsman +%%GPSMANDIR%%/gmsrc/acccomp.tcl +%%GPSMANDIR%%/gmsrc/check.tcl +%%GPSMANDIR%%/gmsrc/cluster.tcl +%%GPSMANDIR%%/gmsrc/command.tcl +%%GPSMANDIR%%/gmsrc/command_parse.tcl +%%GPSMANDIR%%/gmsrc/compute.tcl +%%GPSMANDIR%%/gmsrc/config.tcl +%%GPSMANDIR%%/gmsrc/datumell.tcl +%%GPSMANDIR%%/gmsrc/elevation.tcl +%%GPSMANDIR%%/gmsrc/files.tcl +%%GPSMANDIR%%/gmsrc/files_foreign.tcl +%%GPSMANDIR%%/gmsrc/garmin.tcl +%%GPSMANDIR%%/gmsrc/garmin_nmea.tcl +%%GPSMANDIR%%/gmsrc/garmin_protocols.tcl +%%GPSMANDIR%%/gmsrc/garmin_symbols.tcl +%%GPSMANDIR%%/gmsrc/gdata.tcl +%%GPSMANDIR%%/gmsrc/gendials.tcl +%%GPSMANDIR%%/gmsrc/geod.tcl +%%GPSMANDIR%%/gmsrc/gmicons/1st_aid15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/MOB15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/RV_park15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/WP_buoy_white15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/WP_dot15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/airport15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/amusement_park15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/anchor15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/anchor_prohib15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_danger15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_faf15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_lom15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_map15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_ndb15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_tacan15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_vor15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_vordme15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/avn_vortac15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ball15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/beach15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/beacon15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/bell15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/biker15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/boat15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/boat_ramp15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/border15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/bowling15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/box_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/box_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/box_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/bridge15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/brokenline.bmp +%%GPSMANDIR%%/gmsrc/gmicons/building15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_amber15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_black15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_green_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_green_white15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_orange15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_red_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_red_white15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_violet15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_white15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_white_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/buoy_white_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/camping15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/capitol_city15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/car15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/car_rental15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/car_repair15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/casino15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/castle15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cemetery15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/chapel15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/church15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/circle_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/circle_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/circle_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/circle_x15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/civil15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_afro15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_alien15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_ball_cap15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_big_ears15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_biker15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_bug15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_cat15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_dog15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_dreads15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_female115x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_female215x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_female315x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_goatee15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_kung_fu15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_pig15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_pirate15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_ranger15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_smiley15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_spike15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cntct_sumo15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/coast_guard15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/controlled15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cross15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/cross_3p15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/crossing15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/dam15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/danger15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/danger_avn15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/deer15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/diamond_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/diamond_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/diamond_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/diver_down_115x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/dock15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/dollar15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/dot15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/drinking_water15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/dropoff15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/duck15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/elevation15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/exit15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/exit_no_serv15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/factory15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fastfood15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fhs_facility15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fish15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fitness15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/flag15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/flag_pin_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/flag_pin_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/flag_pin_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/freeway15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fuel15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/fuel_store15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/geo_name_land15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/geo_name_man15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/geo_name_water15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/geocache15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/geocache_fnd15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/glider15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/golf15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/gpsman-logo-small.gif +%%GPSMANDIR%%/gmsrc/gmicons/gpsman-logo.gif +%%GPSMANDIR%%/gmsrc/gmicons/heliport15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/horn15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/house15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/house_215x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/hydrant15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ice_skating15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/info15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/interr15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/intersection15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/is_highway15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/knife_fork15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ladder15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/landing15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/large_city15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/large_exit_ns15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/large_ramp_int15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_a_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_a_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_a_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_b_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_b_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_b_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_c_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_c_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_c_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_d_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_d_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/letter_d_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/levee15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/light15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/linestipple.bmp +%%GPSMANDIR%%/gmsrc/gmicons/lodging15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/many_fish15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/many_tracks15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/marina15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/mark_x15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/medium_city15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/mile_marker15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/military15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/mine15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/monument15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/mountains15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/movie15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/mug15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/museum15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ntl_highway15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/null15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/null_215x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_0_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_0_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_0_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_1_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_1_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_1_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_2_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_2_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_2_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_3_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_3_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_3_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_4_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_4_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_4_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_5_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_5_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_5_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_6_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_6_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_6_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_7_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_7_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_7_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_8_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_8_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_8_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_9_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_9_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/number_9_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/oil_field15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/open_24hr15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/oval_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/oval_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/oval_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/parachute15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/park15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/parking15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/pharmacy15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/phone15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/picnic15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/pin_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/pin_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/pin_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/pizza15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/police15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/post_office15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/private15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/radio_beacon15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ramp_int15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/rect_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/rect_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/rect_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/redframe17x17.gif +%%GPSMANDIR%%/gmsrc/gmicons/reef15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/restricted15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/restrooms15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/scenic15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/school15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/seaplane15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/shopping_cart15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/short_tower15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/showers15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/skiing15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/skull15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/small_city15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/snow_skiing15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/soft_field15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/square_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/square_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/square_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/st_highway15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/stadium15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/store15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/street_int15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/stump15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/summit15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/swimming15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/take_off15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tall_tower15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/theater15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tide_pred_stn15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/toll15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tow_truck15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/traceback15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tracks15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/trail_head15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tree15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/triangle_blue15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/triangle_green15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/triangle_red15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/truck_stop15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/tunnel15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/ultralight15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/us_highway15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/weedbed15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/weight_station15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/wreck15x15.gif +%%GPSMANDIR%%/gmsrc/gmicons/zoo15x15.gif +%%GPSMANDIR%%/gmsrc/gpsinfo.tcl +%%GPSMANDIR%%/gmsrc/i18n-utf8.tcl +%%GPSMANDIR%%/gmsrc/isolatin1.tcl +%%GPSMANDIR%%/gmsrc/know.tcl +%%GPSMANDIR%%/gmsrc/langdeutsch.tcl +%%GPSMANDIR%%/gmsrc/langengl.tcl +%%GPSMANDIR%%/gmsrc/langes.tcl +%%GPSMANDIR%%/gmsrc/langfr.tcl +%%GPSMANDIR%%/gmsrc/langid.tcl +%%GPSMANDIR%%/gmsrc/langit.tcl +%%GPSMANDIR%%/gmsrc/langnl.tcl +%%GPSMANDIR%%/gmsrc/langport.tcl +%%GPSMANDIR%%/gmsrc/langru.tcl +%%GPSMANDIR%%/gmsrc/lists.tcl +%%GPSMANDIR%%/gmsrc/lowrance.tcl +%%GPSMANDIR%%/gmsrc/lowrance_nmea.tcl +%%GPSMANDIR%%/gmsrc/lowrance_patches.tcl +%%GPSMANDIR%%/gmsrc/lowrance_symbols.tcl +%%GPSMANDIR%%/gmsrc/magellan.tcl +%%GPSMANDIR%%/gmsrc/main.tcl +%%GPSMANDIR%%/gmsrc/map.tcl +%%GPSMANDIR%%/gmsrc/mapanim.tcl +%%GPSMANDIR%%/gmsrc/maptransf.tcl +%%GPSMANDIR%%/gmsrc/metadata.tcl +%%GPSMANDIR%%/gmsrc/navigate.tcl +%%GPSMANDIR%%/gmsrc/options.tcl +%%GPSMANDIR%%/gmsrc/plugins.tcl +%%GPSMANDIR%%/gmsrc/posncomp.tcl +%%GPSMANDIR%%/gmsrc/projections.tcl +%%GPSMANDIR%%/gmsrc/projs_main.tcl +%%GPSMANDIR%%/gmsrc/realtime.tcl +%%GPSMANDIR%%/gmsrc/recdefs.tcl +%%GPSMANDIR%%/gmsrc/recmodels.tcl +%%GPSMANDIR%%/gmsrc/rgb.tcl +%%GPSMANDIR%%/gmsrc/search.tcl +%%GPSMANDIR%%/gmsrc/serial.tcl +%%GPSMANDIR%%/gmsrc/setup.tcl +%%GPSMANDIR%%/gmsrc/symbols.tcl +%%GPSMANDIR%%/gmsrc/trtort.tcl +%%GPSMANDIR%%/gmsrc/util.tcl +%%GPSMANDIR%%/gmsrc/wrtdials.tcl +%%GPSMANDIR%%/util/dos2gpsman.tcl +%%GPSMANDIR%%/util/exerciser.tcl +%%GPSMANDIR%%/util/gf2gmn.tcl +%%GPSMANDIR%%/util/gpsman.sh +%%GPSMANDIR%%/util/mb2gmn.tcl +%%GPSMANDIR%%/util/mou2gmn.tcl +%%GPSMANDIR%%/util/shape2quadr.tcl +%%GPSMANDIR%%/util/wpsinfull.tcl +@dirrm %%GPSMANDIR%%/util +@dirrm %%GPSMANDIR%%/gmsrc/gmicons +@dirrm %%GPSMANDIR%%/gmsrc +@dirrm %%GPSMANDIR%% Property changes on: gpsman/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 00:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F3F75C0 for ; Mon, 7 Oct 2013 00:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FE9E2648 for ; Mon, 7 Oct 2013 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r970A0VU018842 for ; Mon, 7 Oct 2013 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r970A0Ua018841; Mon, 7 Oct 2013 00:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 00:10:00 GMT Resent-Message-Id: <201310070010.r970A0Ua018841@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 Frederick Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C17358F for ; Mon, 7 Oct 2013 00:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33452634 for ; Mon, 7 Oct 2013 00:05:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9705AUe052174 for ; Mon, 7 Oct 2013 00:05:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9705AmB052153; Mon, 7 Oct 2013 00:05:10 GMT (envelope-from nobody) Message-Id: <201310070005.r9705AmB052153@oldred.freebsd.org> Date: Mon, 7 Oct 2013 00:05:10 GMT From: Ryan Frederick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182776: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 00:10:00 -0000 >Number: 182776 >Category: ports >Synopsis: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) >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 Oct 07 00:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ryan Frederick >Release: 9.1-RELEASE-p7 >Organization: >Environment: FreeBSD your.host.here 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:23:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The build of net-mgmt/nrpe fails to build due to hanging after fetching the distfile. This appears to be due to lack of inclusion of bsd.port.pre.mk prior to the configure arguments. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-10-04 14:44:10.000000000 -0500 +++ Makefile 2013-10-06 18:56:34.619174382 -0500 @@ -45,6 +45,8 @@ NAGIOSGID= ${NAGIOSUID} NRPE_PIDDIR?= /var/run/nrpe2 +.include + CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ --sysconfdir=${PREFIX}/etc \ @@ -71,4 +73,4 @@ ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${STAGEDIR}${PREFIX}/libexec/nagios/check_nrpe2 ${INSTALL_DATA} ${WRKSRC}/sample-config/nrpe.cfg ${STAGEDIR}${PREFIX}/etc/nrpe.cfg.sample -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 00:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B601C8EC for ; Mon, 7 Oct 2013 00:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95D7227AB for ; Mon, 7 Oct 2013 00:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r970U0EF027126 for ; Mon, 7 Oct 2013 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r970U0p2027124; Mon, 7 Oct 2013 00:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 00:30:00 GMT Resent-Message-Id: <201310070030.r970U0p2027124@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 149AB8B8 for ; Mon, 7 Oct 2013 00:25:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5D1E2796 for ; Mon, 7 Oct 2013 00:25:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r970PvRR067416 for ; Mon, 7 Oct 2013 00:25:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r970PvuJ067413; Mon, 7 Oct 2013 00:25:57 GMT (envelope-from nobody) Message-Id: <201310070025.r970PvuJ067413@oldred.freebsd.org> Date: Mon, 7 Oct 2013 00:25:57 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182777: update math/cgal to version 4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 00:30:00 -0000 >Number: 182777 >Category: ports >Synopsis: update math/cgal to version 4.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 Oct 07 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.2-STABLE >Organization: >Environment: FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #2: Tue Oct 1 17:10:44 COT 2013 pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL amd64 >Description: Update to new version: http://www.cgal.org/releases.html#release4.2 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: cgal/Makefile =================================================================== --- cgal/Makefile (revisione 329632) +++ cgal/Makefile (copia locale) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= cgal -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= math -MASTER_SITES= http://gforge.inria.fr/frs/download.php/31640/:source1 \ - http://gforge.inria.fr/frs/download.php/31645/:source2 \ - http://gforge.inria.fr/frs/download.php/31644/:source3 +MASTER_SITES= http://gforge.inria.fr/frs/download.php/32360/:source1 \ + http://gforge.inria.fr/frs/download.php/32366/:source2 \ + http://gforge.inria.fr/frs/download.php/32357/:source3 DISTNAME= CGAL-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source1 \ ${DISTNAME}-doc_html${EXTRACT_SUFX}:source2 \ @@ -26,7 +26,7 @@ FETCH_ARGS= -pRr -USE_BZIP2= yes +USE_BZIP2= yes USE_LDCONFIG= yes USES= cmake USE_QT4= corelib opengl qmake_build gui moc_build rcc_build uic_build Index: cgal/distinfo =================================================================== --- cgal/distinfo (revisione 329632) +++ cgal/distinfo (copia locale) @@ -1,6 +1,6 @@ -SHA256 (CGAL-4.1.tar.bz2) = 878d4c3e579d886c2de05e04e8dc2cc9ebf094c5700ca4187521ef0fb673658e -SIZE (CGAL-4.1.tar.bz2) = 13062195 -SHA256 (CGAL-4.1-doc_html.tar.bz2) = d1115c4da9bc46ac4d1eff1636f8e96733a0834f6fda28a72f004415ec0ad2ea -SIZE (CGAL-4.1-doc_html.tar.bz2) = 19805362 -SHA256 (cgal_manual.pdf) = 0d3180334e3e451eea005e89804e7ed2b41190f4df2c2d7e556c29a58d6c3e57 -SIZE (cgal_manual.pdf) = 34642925 +SHA256 (CGAL-4.2.tar.bz2) = f7ed8ee25dfd63c0837eb2e6e7ce3b104e55bc03326ab059b3c4c82685993ba5 +SIZE (CGAL-4.2.tar.bz2) = 13107968 +SHA256 (CGAL-4.2-doc_html.tar.bz2) = dee498a9696c6777dbc273f5ed8ca6dec4fb9b194daf8c36e90ce15c664aca69 +SIZE (CGAL-4.2-doc_html.tar.bz2) = 20171646 +SHA256 (cgal_manual.pdf) = 648a394544c4aaf059651a985dd3a2ef61550d8b079960391b7ca6e686de293a +SIZE (cgal_manual.pdf) = 35276489 Index: cgal/pkg-plist =================================================================== --- cgal/pkg-plist (revisione 329632) +++ cgal/pkg-plist (copia locale) @@ -464,6 +464,9 @@ include/CGAL/Circular_arc_point_2.h include/CGAL/Circular_arc_point_3.h include/CGAL/Circular_border_parameterizer_3.h +include/CGAL/Circulator/Circulator_adapters.h +include/CGAL/Circulator/Circulator_concepts.h +include/CGAL/Circulator/Safe_circulator_from_iterator.h include/CGAL/Circular_kernel_2/Circular_arc_2.h include/CGAL/Circular_kernel_2/Circular_arc_point_2.h include/CGAL/Circular_kernel_2/Line_arc_2.h @@ -496,6 +499,7 @@ include/CGAL/Circular_kernel_converter.h include/CGAL/Circular_kernel_intersections.h include/CGAL/Circular_kernel_type_equality_wrapper.h +include/CGAL/Combination_enumerator.h include/CGAL/Circulator_identity.h include/CGAL/Circulator_on_node.h include/CGAL/Circulator_project.h @@ -503,6 +507,8 @@ include/CGAL/Combinatorial_map.h include/CGAL/Combinatorial_map_basic_operations.h include/CGAL/Combinatorial_map_constructors.h +include/CGAL/Combinatorial_map_functors.h +include/CGAL/Combinatorial_map_insertions.h include/CGAL/Combinatorial_map_iterators_base.h include/CGAL/Combinatorial_map_min_items.h include/CGAL/Combinatorial_map_operations.h @@ -779,6 +785,7 @@ include/CGAL/IO/File_medit.h include/CGAL/IO/File_poly.h include/CGAL/IO/File_scanner_OFF.h +include/CGAL/IO/File_tetgen.h include/CGAL/IO/File_writer_OFF.h include/CGAL/IO/File_writer_VRML_2.h include/CGAL/IO/File_writer_inventor.h @@ -1475,6 +1482,7 @@ include/CGAL/Point_with_psc_localisation.h include/CGAL/Point_with_surface_index_geom_traits.h include/CGAL/Point_with_surface_index.h +include/CGAL/Poisson_implicit_surface_3.h include/CGAL/Poisson_mesh_cell_criteria_3.h include/CGAL/Poisson_reconstruction_function.h include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h @@ -1699,6 +1707,7 @@ include/CGAL/Qt/GraphicsViewIsoRectangleInput.h include/CGAL/Qt/GraphicsViewLineInput.h include/CGAL/Qt/GraphicsViewNavigation.h +include/CGAL/Qt/GraphicsViewPointInput.h include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h include/CGAL/Qt/GraphicsViewPolylineInput.h include/CGAL/Qt/LineGraphicsItem.h @@ -1807,7 +1816,6 @@ include/CGAL/Root_of_traits.h include/CGAL/Root_of_traits_specializations.h include/CGAL/Runge_kutta_integrator_2.h -include/CGAL/Safe_circulator_from_iterator.h include/CGAL/Scalar_factor_traits.h include/CGAL/Search_traits_adapter.h include/CGAL/Search_traits_2.h @@ -1909,6 +1917,7 @@ include/CGAL/Sqrt_extension/Algebraic_structure_traits.h include/CGAL/Sqrt_extension/Chinese_remainder_traits.h include/CGAL/Sqrt_extension/Coercion_traits.h +include/CGAL/Sqrt_extension/Eigen_NumTraits.h include/CGAL/Sqrt_extension/Fraction_traits.h include/CGAL/Sqrt_extension/Get_arithmetic_kernel.h include/CGAL/Sqrt_extension/Modular_traits.h @@ -1953,6 +1962,7 @@ include/CGAL/Surface_mesher/Intersection_data_structure_3.h include/CGAL/Surface_mesher/Null_oracle_visitor.h include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h +include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h include/CGAL/Surface_mesher/Polyhedral_oracle.h include/CGAL/Surface_mesher/Profile_counter.h include/CGAL/Surface_mesher/Profile_timer.h @@ -2203,7 +2213,6 @@ include/CGAL/ch_selected_extreme_points_2.h include/CGAL/circulator_bases.h include/CGAL/circulator.h -include/CGAL/circulator_impl.h include/CGAL/compare_vertices.h include/CGAL/compiler_config.h include/CGAL/compute_average_spacing.h @@ -2286,7 +2295,9 @@ include/CGAL/internal/AABB_tree/nearest_point_segment_3.h include/CGAL/internal/AABB_tree/nearest_point_triangle_3.h include/CGAL/internal/Classification_type.h -include/CGAL/internal/Combinatorial_map_functors.h +include/CGAL/internal/Combinatorial_map_group_functors.h +include/CGAL/internal/Combinatorial_map_sewable.h +include/CGAL/internal/Combinatorial_map_internal_functors.h include/CGAL/internal/Combinatorial_map_utility.h include/CGAL/internal/Combinatorial_map_utility_novariadic.h include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h @@ -2364,10 +2375,10 @@ include/CGAL/jet_estimate_normals.h include/CGAL/jet_smooth_point_set.h include/CGAL/kdtree_d.h +include/CGAL/kernel_config.h include/CGAL/kernel_assertions.h include/CGAL/kernel_basic.h include/CGAL/kernel_to_kernel.h -include/CGAL/k_nearest_neighbor.h include/CGAL/known_bit_size_integers.h include/CGAL/leda_bigfloat.h include/CGAL/leda_bigfloat_interval.h @@ -2418,6 +2429,7 @@ include/CGAL/nearest_neighbor_delaunay_2.h include/CGAL/normal_vector_newell_3.h include/CGAL/number_type_basic.h +include/CGAL/number_type_config.h include/CGAL/number_utils_classes.h include/CGAL/number_utils.h include/CGAL/odt_optimize_mesh_3.h @@ -2470,6 +2482,7 @@ include/CGAL/regular_neighbor_coordinates_2.h include/CGAL/remove_outliers.h include/CGAL/representation_tags.h +include/CGAL/result_of.h include/CGAL/segment_intersection_points_2.h include/CGAL/sibson_gradient_fitting.h include/CGAL/simplest_rational_in_interval.h @@ -2527,6 +2540,7 @@ lib/CGAL/CGAL_GeneratorSpecificSettings.cmake lib/CGAL/CGAL_Locate_CGAL_TAUCS.cmake lib/CGAL/CGAL_Macros.cmake +lib/CGAL/CGAL_SCM.cmake lib/CGAL/CGAL_SetupBoost.cmake lib/CGAL/CGAL_SetupDependencies.cmake lib/CGAL/CGAL_SetupFlags.cmake @@ -2569,16 +2583,16 @@ lib/CGAL/test_MPFI.cpp lib/libCGAL_Core.so lib/libCGAL_Core.so.10 -lib/libCGAL_Core.so.10.0.0 +lib/libCGAL_Core.so.10.0.1 lib/libCGAL_ImageIO.so lib/libCGAL_ImageIO.so.10 -lib/libCGAL_ImageIO.so.10.0.0 +lib/libCGAL_ImageIO.so.10.0.1 lib/libCGAL.so lib/libCGAL.so.10 -lib/libCGAL.so.10.0.0 +lib/libCGAL.so.10.0.1 lib/libCGAL_Qt4.so lib/libCGAL_Qt4.so.10 -lib/libCGAL_Qt4.so.10.0.0 +lib/libCGAL_Qt4.so.10.0.1 @dirrm lib/CGAL/2.6.2-to-2.8.1 @dirrm lib/CGAL @dirrm include/CGAL/predicates @@ -2658,6 +2672,7 @@ @dirrm include/CGAL/Convex_decomposition_3 @dirrm include/CGAL/Circular_kernel_3 @dirrm include/CGAL/Circular_kernel_2 +@dirrm include/CGAL/Circulator @dirrm include/CGAL/Cartesian @dirrm include/CGAL/CORE/poly @dirrm include/CGAL/CORE/geom3d >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 00:30:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D085692C; Mon, 7 Oct 2013 00:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7B8A27B6; Mon, 7 Oct 2013 00:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r970UFEB027267; Mon, 7 Oct 2013 00:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r970UFhG027266; Mon, 7 Oct 2013 00:30:15 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 00:30:15 GMT Message-Id: <201310070030.r970UFhG027266@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182777: update math/cgal to version 4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 00:30:15 -0000 Synopsis: update math/cgal to version 4.2 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 00:30:15 UTC 2013 Responsible-Changed-Why: wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182777 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 02:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD36C7C7 for ; Mon, 7 Oct 2013 02:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C7542CEA for ; Mon, 7 Oct 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r972K0K7051814 for ; Mon, 7 Oct 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r972K0TW051813; Mon, 7 Oct 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 02:20:00 GMT Resent-Message-Id: <201310070220.r972K0TW051813@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, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1483F572 for ; Mon, 7 Oct 2013 02:16:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00BB62CC8 for ; Mon, 7 Oct 2013 02:16:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r972GaRF068166 for ; Mon, 7 Oct 2013 02:16:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r972GaJM068147; Mon, 7 Oct 2013 02:16:36 GMT (envelope-from nobody) Message-Id: <201310070216.r972GaJM068147@oldred.freebsd.org> Date: Mon, 7 Oct 2013 02:16:36 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182778: Build failure for net/freerdp using non-default options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 02:20:00 -0000 >Number: 182778 >Category: ports >Synopsis: Build failure for net/freerdp using non-default options >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 Oct 07 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD poppy.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Thu Oct 3 18:50:19 CDT 2013 kevinz@poppy.local:/usr/obj/usr/src/sys/QUASAR-PAE i386 >Description: Several non-default options cause build failures for net/freerdp. ALSA (off by default) causes a configuration failure: CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) Build Log: http://quasarp.dyndns.org:8080/logs/bulk/9-i386-default/2013-10-05_20h45m05s/logs/errors/freerdp-1.0.2.log SSE (off by default) causes a build failure: /wrkdirs/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c: In function 'rfx_quantization_encode_sse2': /wrkdirs/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate Build Log: http://quasarp.dyndns.org:8080/logs/bulk/9-i386-default/latest/logs/errors/freerdp-1.0.2.log Note that the machine with the build logs may not be accessible all the time. >How-To-Repeat: Build net/freerdp using one or more of the problematic options listed above. >Fix: The temporary fix is to mark the problematic options with BROKEN or disable them altogether. I have no idea what the long-term fix is. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 02:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F7B57F4; Mon, 7 Oct 2013 02:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54BEE2CEB; Mon, 7 Oct 2013 02:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r972K9g0051949; Mon, 7 Oct 2013 02:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r972K989051948; Mon, 7 Oct 2013 02:20:09 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 02:20:09 GMT Message-Id: <201310070220.r972K989051948@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fluffy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182778: Build failure for net/freerdp using non-default options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 02:20:09 -0000 Synopsis: Build failure for net/freerdp using non-default options Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 02:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182778 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 04:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5A59C44 for ; Mon, 7 Oct 2013 04:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8424822EB for ; Mon, 7 Oct 2013 04:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r974U0SM078054 for ; Mon, 7 Oct 2013 04:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r974U0XR078053; Mon, 7 Oct 2013 04:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 04:30:00 GMT Resent-Message-Id: <201310070430.r974U0XR078053@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, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32774BF6 for ; Mon, 7 Oct 2013 04:22:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 034FA22C6 for ; Mon, 7 Oct 2013 04:22:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r974MuL3017076 for ; Mon, 7 Oct 2013 04:22:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r974Mub6017071; Mon, 7 Oct 2013 04:22:56 GMT (envelope-from nobody) Message-Id: <201310070422.r974Mub6017071@oldred.freebsd.org> Date: Mon, 7 Oct 2013 04:22:56 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182780: Port sysutils/ddrescue version 1.17 upgrade [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 04:30:00 -0000 >Number: 182780 >Category: ports >Synopsis: Port sysutils/ddrescue version 1.17 upgrade [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: Mon Oct 07 04:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: FreeBSD horia.lan 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ddrescue version 1.17 upgrade >How-To-Repeat: >Fix: - Change PORTVERSION to 1.17 - Add EXTRACT_SUFX=.tar.lz with corresponding do-extract: - New distinfo Build log: https://redports.org/buildarchive/20131007040007-00567/ Patch attached with submission follows: diff -ruN ddrescue-orig/Makefile ddrescue/Makefile --- ddrescue-orig/Makefile 2013-09-20 19:05:58.000000000 -0400 +++ ddrescue/Makefile 2013-10-06 20:13:39.000000000 -0400 @@ -2,10 +2,10 @@ # $FreeBSD: sysutils/ddrescue/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= ddrescue -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.17 CATEGORIES= sysutils MASTER_SITES= GNU +EXTRACT_SUFX= .tar.lz MAINTAINER= jharris@widomaker.com COMMENT= Data recovery tool @@ -13,6 +13,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +EXTRACT_DEPENDS=lzip:${PORTSDIR}/archivers/lzip + OPTIONS_DEFINE= DOCS HAS_CONFIGURE= yes @@ -27,6 +29,11 @@ NO_STAGE= yes .include +do-extract: + @${MKDIR} ${WRKDIR} + @${LOCALBASE}/bin/lzip -dc ${DISTDIR}/${DISTFILES} | \ + ${TAR} -x -f - -C ${WRKDIR} --no-same-owner --no-same-permissions + do-install: .for i in ddrescue ddrescuelog ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin diff -ruN ddrescue-orig/distinfo ddrescue/distinfo --- ddrescue-orig/distinfo 2013-04-18 22:59:09.000000000 -0400 +++ ddrescue/distinfo 2013-10-06 20:14:11.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (ddrescue-1.16.tar.gz) = 76b3f2e5fb0306d24f2632c3e168cccb73dc0a348e3a7089cd9230748ff23de6 -SIZE (ddrescue-1.16.tar.gz) = 104691 +SHA256 (ddrescue-1.17.tar.lz) = bef96c181b031cc7de9d02c0aec2e8dbf860d149fa2f35f967448a48ffd2752f +SIZE (ddrescue-1.17.tar.lz) = 64065 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 04:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39A55C75; Mon, 7 Oct 2013 04:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F43E22ED; Mon, 7 Oct 2013 04:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r974U7IG078187; Mon, 7 Oct 2013 04:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r974U7Br078186; Mon, 7 Oct 2013 04:30:07 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 04:30:07 GMT Message-Id: <201310070430.r974U7Br078186@freefall.freebsd.org> To: horia@racoviceanu.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182780: Port sysutils/ddrescue version 1.17 upgrade [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 04:30:08 -0000 Synopsis: Port sysutils/ddrescue version 1.17 upgrade [patch] State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Oct 7 04:30:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182780 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 04:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B374BD1A for ; Mon, 7 Oct 2013 04:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F52A234B for ; Mon, 7 Oct 2013 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r974e1pc080006 for ; Mon, 7 Oct 2013 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r974e1Vm080005; Mon, 7 Oct 2013 04:40:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 04:40:01 GMT Message-Id: <201310070440.r974e1Vm080005@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182780: Port sysutils/ddrescue version 1.17 upgrade [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 04:40:01 -0000 The following reply was made to PR ports/182780; it has been noted by GNATS. From: Edwin Groothuis To: jharris@widomaker.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182780: Port sysutils/ddrescue version 1.17 upgrade [patch] Date: Mon, 7 Oct 2013 04:30:07 UT Maintainer of sysutils/ddrescue, Please note that PR ports/182780 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/182780 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 04:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7989CD1C for ; Mon, 7 Oct 2013 04:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F381234D for ; Mon, 7 Oct 2013 04:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r974e235080017 for ; Mon, 7 Oct 2013 04:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r974e2HF080016; Mon, 7 Oct 2013 04:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 04:40:02 GMT Resent-Message-Id: <201310070440.r974e2HF080016@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, Dewayne Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1215CD10 for ; Mon, 7 Oct 2013 04:39:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2A442346 for ; Mon, 7 Oct 2013 04:39:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r974daQ9035125 for ; Mon, 7 Oct 2013 04:39:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r974daLR035120; Mon, 7 Oct 2013 04:39:36 GMT (envelope-from nobody) Message-Id: <201310070439.r974daLR035120@oldred.freebsd.org> Date: Mon, 7 Oct 2013 04:39:36 GMT From: Dewayne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182781: egroupware remote access vulnerability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 04:40:02 -0000 >Number: 182781 >Category: ports >Synopsis: egroupware remote access vulnerability >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 Oct 07 04:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dewayne >Release: FreeBSD 9.2S >Organization: >Environment: >Description: egroupware has a remote access security vulnerability. Mitigated in version 1.8.05, identified at http://sourceforge.net/projects/egroupware/files/eGroupware-1.8/eGroupware-1.8.005.20131001/ Its difficult to ascertain what the actual problem is. The egroupware team have rated 9 CVE vulnerabilities since 2007 as low. It would be prudent to update the application. Ref: http://www.cvedetails.com/product/4141/Egroupware-Egroupware.html?vendor_id=2373 >How-To-Repeat: >Fix: In Makefile -PORTVERSION= 1.8.004.20130831 +PORTVERSION= 1.8.005.20131001 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 05:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 964D8210 for ; Mon, 7 Oct 2013 05:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFB0249A for ; Mon, 7 Oct 2013 05:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r975K1R3088275 for ; Mon, 7 Oct 2013 05:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r975K1id088274; Mon, 7 Oct 2013 05:20:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 05:20:01 GMT Message-Id: <201310070520.r975K1id088274@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Attila Nagy Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Attila Nagy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 05:20:02 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: Attila Nagy To: bug-followup@FreeBSD.org, wg@FreeBSD.org Cc: Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Mon, 07 Oct 2013 07:07:34 +0200 Hi, Please fix this. r329007 | wg | 2013-10-02 01:23:07 +0200 (Wed, 02 Oct 2013) | 10 lines mail/dovecot2: update to 2.2.6 - Update to 2.2.6 [1] - Convert lib depends to new format - Allow staging - Bump antispam plugin (pigenhole update comming next) PR: ports/182543 [1] Submitted by: Attila Nagy (maintainer) [1] From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 06:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B24BED1A for ; Mon, 7 Oct 2013 06:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 925F3281D for ; Mon, 7 Oct 2013 06:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r976o0ui013071 for ; Mon, 7 Oct 2013 06:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r976o04l013070; Mon, 7 Oct 2013 06:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 06:50:00 GMT Resent-Message-Id: <201310070650.r976o04l013070@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, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 679DCBE3 for ; Mon, 7 Oct 2013 06:40:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD5827C9 for ; Mon, 7 Oct 2013 06:40:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r976ewUu022599 for ; Mon, 7 Oct 2013 06:40:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r976ew4N022579; Mon, 7 Oct 2013 06:40:58 GMT (envelope-from nobody) Message-Id: <201310070640.r976ew4N022579@oldred.freebsd.org> Date: Mon, 7 Oct 2013 06:40:58 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182783: Port sysutils/qpxtool version 0.7.2 update [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 06:50:00 -0000 >Number: 182783 >Category: ports >Synopsis: Port sysutils/qpxtool version 0.7.2 update [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: Mon Oct 07 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: FreeBSD horia.lan 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: qpxtool version 0.7.2 update >How-To-Repeat: >Fix: - Change DISTVERSION to 0.7.2 - Add USE_QT4=sql - Update distinfo - Update pkg-plist Build log: https://redports.org/buildarchive/20131007050331-13719/ Patch attached with submission follows: diff -ruN qpxtool-orig/Makefile qpxtool/Makefile --- qpxtool-orig/Makefile 2013-09-20 19:05:58.000000000 -0400 +++ qpxtool/Makefile 2013-10-07 00:35:22.000000000 -0400 @@ -2,8 +2,7 @@ # $FreeBSD: sysutils/qpxtool/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= qpxtool -DISTVERSION= 0.7.1_002 -PORTREVISION= 1 +DISTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} @@ -14,7 +13,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network +USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network sql QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= PREFIX=${PREFIX} diff -ruN qpxtool-orig/distinfo qpxtool/distinfo --- qpxtool-orig/distinfo 2012-07-14 10:29:18.000000000 -0400 +++ qpxtool/distinfo 2013-10-07 00:36:01.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (qpxtool-0.7.1_002.tar.bz2) = f77e41c494fbd046d609aec30f21dc8752f00853f8607d3825289ca332d0a2e0 -SIZE (qpxtool-0.7.1_002.tar.bz2) = 494438 +SHA256 (qpxtool-0.7.2.tar.bz2) = ac18e4a1b4cb616c0218d04ab5a7b02f53c84449d1d0f63aa3f712656992c526 +SIZE (qpxtool-0.7.2.tar.bz2) = 587694 diff -ruN qpxtool-orig/pkg-plist qpxtool/pkg-plist --- qpxtool-orig/pkg-plist 2012-07-14 10:29:18.000000000 -0400 +++ qpxtool/pkg-plist 2013-10-07 00:37:39.000000000 -0400 @@ -4,10 +4,14 @@ bin/qscan bin/qscand bin/readdvd +include/qpxtool/colors.h include/qpxtool/common_functions.h +include/qpxtool/csstables.h include/qpxtool/pioneer_spdctl.h include/qpxtool/plextor_features.h include/qpxtool/qpx_mmc.h +include/qpxtool/qpx_mmc_defs.h +include/qpxtool/qpx_opcodes.h include/qpxtool/qpx_scan.h include/qpxtool/qpx_scan_plugin_api.h include/qpxtool/qpx_transport.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 06:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D802CE76; Mon, 7 Oct 2013 06:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF5782846; Mon, 7 Oct 2013 06:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r976o8Vi013207; Mon, 7 Oct 2013 06:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r976o8TK013206; Mon, 7 Oct 2013 06:50:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 06:50:08 GMT Message-Id: <201310070650.r976o8TK013206@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182783: Port sysutils/qpxtool version 0.7.2 update [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 06:50:08 -0000 Synopsis: Port sysutils/qpxtool version 0.7.2 update [patch] Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 06:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182783 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 07:19:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67C8715E; Mon, 7 Oct 2013 07:19:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6DF2972; Mon, 7 Oct 2013 07:19:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r977JMVb020945; Mon, 7 Oct 2013 07:19:22 GMT (envelope-from gahr@freefall.freebsd.org) Received: (from gahr@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r977JMfT020944; Mon, 7 Oct 2013 07:19:22 GMT (envelope-from gahr) Date: Mon, 7 Oct 2013 07:19:22 GMT Message-Id: <201310070719.r977JMfT020944@freefall.freebsd.org> To: gahr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: gahr@FreeBSD.org Subject: Re: ports/182775: [PATCH] astro/gpsman: update to 6.4.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 07:19:22 -0000 Synopsis: [PATCH] astro/gpsman: update to 6.4.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: gahr Responsible-Changed-When: Mon Oct 7 07:19:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182775 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 07:20:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1A0E1A2; Mon, 7 Oct 2013 07:20:26 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B779F297E; Mon, 7 Oct 2013 07:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r977KQ9R022648; Mon, 7 Oct 2013 07:20:26 GMT (envelope-from gahr@freefall.freebsd.org) Received: (from gahr@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r977KQ9a022647; Mon, 7 Oct 2013 07:20:26 GMT (envelope-from gahr) Date: Mon, 7 Oct 2013 07:20:26 GMT Message-Id: <201310070720.r977KQ9a022647@freefall.freebsd.org> To: david@catwhisker.org, gahr@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: gahr@FreeBSD.org Subject: Re: ports/180642: [PATCH] astro/gpsman: update to 6.4.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 07:20:27 -0000 Synopsis: [PATCH] astro/gpsman: update to 6.4.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: gahr Responsible-Changed-When: Mon Oct 7 07:20:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=180642 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2E23437 for ; Mon, 7 Oct 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 792FF29E6 for ; Mon, 7 Oct 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r977U0bF024967 for ; Mon, 7 Oct 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r977U0kS024965; Mon, 7 Oct 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 07:30:00 GMT Resent-Message-Id: <201310070730.r977U0kS024965@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, Katsuyoshi Ohara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB841428 for ; Mon, 7 Oct 2013 07:28:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFDB329DD for ; Mon, 7 Oct 2013 07:28:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r977SPEJ059812 for ; Mon, 7 Oct 2013 07:28:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r977SPs4059808; Mon, 7 Oct 2013 07:28:25 GMT (envelope-from nobody) Message-Id: <201310070728.r977SPs4059808@oldred.freebsd.org> Date: Mon, 7 Oct 2013 07:28:25 GMT From: Katsuyoshi Ohara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182784: ports-mgmt/pkg_replace is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 07:30:00 -0000 >Number: 182784 >Category: ports >Synopsis: ports-mgmt/pkg_replace is broken >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 Oct 07 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Katsuyoshi Ohara >Release: 9.2-RELEASE/amd64 >Organization: Kanazawa University >Environment: FreeBSD air.s.kanazawa-u.ac.jp 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized. >How-To-Repeat: # pkg_replace -Fa ** No such installed package: * # pkg_replace -R cur* ** No such installed package: cur* >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 07:30:34 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FB28471; Mon, 7 Oct 2013 07:30:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 773412A13; Mon, 7 Oct 2013 07:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r977UYc1026792; Mon, 7 Oct 2013 07:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r977UYS8026791; Mon, 7 Oct 2013 07:30:34 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 07:30:34 GMT Message-Id: <201310070730.r977UYS8026791@freefall.freebsd.org> To: ohara@air.s.kanazawa-u.ac.jp, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182784: ports-mgmt/pkg_replace is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 07:30:34 -0000 Synopsis: ports-mgmt/pkg_replace is broken State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Oct 7 07:30:34 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182784 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 07:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D3B99F8 for ; Mon, 7 Oct 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7D62A7D for ; Mon, 7 Oct 2013 07:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r977e18O030306 for ; Mon, 7 Oct 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r977e08E030305; Mon, 7 Oct 2013 07:40:00 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 07:40:00 GMT Message-Id: <201310070740.r977e08E030305@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182784: ports-mgmt/pkg_replace is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 07:40:01 -0000 The following reply was made to PR ports/182784; it has been noted by GNATS. From: Edwin Groothuis To: kdeguchi@sz.tokoha-u.ac.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/182784: ports-mgmt/pkg_replace is broken Date: Mon, 7 Oct 2013 07:30:33 UT Maintainer of ports-mgmt/pkg_replace, Please note that PR ports/182784 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/182784 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 08:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD49FECC for ; Mon, 7 Oct 2013 08:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D2502DFD for ; Mon, 7 Oct 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r978U0qt044996 for ; Mon, 7 Oct 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r978U0T2044995; Mon, 7 Oct 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 08:30:00 GMT Resent-Message-Id: <201310070830.r978U0T2044995@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, Ken DEGUCHI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A12647D1 for ; Mon, 7 Oct 2013 08:23:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E43F2CEF for ; Mon, 7 Oct 2013 08:23:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r978NYHe090013 for ; Mon, 7 Oct 2013 08:23:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r978NYr0089980; Mon, 7 Oct 2013 08:23:34 GMT (envelope-from nobody) Message-Id: <201310070823.r978NYr0089980@oldred.freebsd.org> Date: Mon, 7 Oct 2013 08:23:34 GMT From: Ken DEGUCHI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182785: [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:30:00 -0000 >Number: 182785 >Category: ports >Synopsis: [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784 >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 Oct 07 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ken DEGUCHI >Release: FreeBSD 9.2-STABLE >Organization: TOKOHA University >Environment: FreeBSD lagrange.tokoha-u.ac.jp 9.2-STABLE FreeBSD 9.2-STABLE #104 r255904M: Fri Sep 27 13:22:15 JST 2013 root@lagrange.tokoha-u.ac.jp:/usr/obj/usr/src/sys/LAGRANGE amd64 >Description: In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182784 I made a patch to correct these issues. >How-To-Repeat: In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182784 >Fix: I made a patch to correct these issues. Patch attached with submission follows: diff -Nur pkg_replace.orig/Makefile pkg_replace/Makefile --- pkg_replace.orig/Makefile 2013-10-01 05:34:40.460508390 +0900 +++ pkg_replace/Makefile 2013-10-07 17:04:57.731509377 +0900 @@ -3,7 +3,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= portutil/22116 diff -Nur pkg_replace.orig/distinfo pkg_replace/distinfo --- pkg_replace.orig/distinfo 2013-09-27 04:05:34.759883087 +0900 +++ pkg_replace/distinfo 2013-10-07 17:02:52.001508111 +0900 @@ -1,4 +1,4 @@ SHA256 (pkg_replace-0.8.0.tar.bz2) = 3092f5fc0d18529eb5d38776941c0ee4d0073ecb524ab17671c81ca69c29e214 SIZE (pkg_replace-0.8.0.tar.bz2) = 17296 -SHA256 (pkg_replace-0.8.0_3.patch) = cfa2adb3643a8684281143e4c241b8597510251730657816d68926701615ae98 -SIZE (pkg_replace-0.8.0_3.patch) = 11125 +SHA256 (pkg_replace-0.8.0_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c +SIZE (pkg_replace-0.8.0_4.patch) = 11135 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 08:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D876A394 for ; Mon, 7 Oct 2013 08:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B64B12EBA for ; Mon, 7 Oct 2013 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r978e0Ln046799 for ; Mon, 7 Oct 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r978e0Vw046798; Mon, 7 Oct 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 08:40:00 GMT Resent-Message-Id: <201310070840.r978e0Vw046798@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, Christian Marg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA8FED9 for ; Mon, 7 Oct 2013 08:33:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF44C2E6E for ; Mon, 7 Oct 2013 08:33:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r978XtLG032610 for ; Mon, 7 Oct 2013 08:33:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r978XtaF032606; Mon, 7 Oct 2013 08:33:55 GMT (envelope-from nobody) Message-Id: <201310070833.r978XtaF032606@oldred.freebsd.org> Date: Mon, 7 Oct 2013 08:33:55 GMT From: Christian Marg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182786: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:40:01 -0000 >Number: 182786 >Category: ports >Synopsis: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" >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 Oct 07 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christian Marg >Release: 8.3-RELEASE-p11 >Organization: Technische Universität Clausthal >Environment: FreeBSD torwaechter-vm.rz.tu-clausthal.de 8.3-RELEASE-p11 FreeBSD 8.3-RELEASE-p11 #0: Mon Sep 9 23:48:29 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Trying to portupgrade nrpe-2.13 to nrpe-2.15 failed: ====8<====8<====8<====8<==== # portupgrade nrpe ** Port deleted on 2009-05-04: net-mgmt/nrpe Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - net-mgmt/nrpe (port deleted) ====8<====8<====8<====8<==== So I checked by searching the ports ====8<====8<====8<====8<==== [root@torwaechter-vm:/usr/ports] # make search name=nrpe Port: nrpe-2.15 Path: /usr/ports/net-mgmt/nrpe Info: Nagios Remote Plugin Executor Maint: ports@FreeBSD.org B-deps: perl-5.14.4_1 R-deps: gettext-0.18.3 libiconv-1.14_1 nagios-plugins-1.4.16_3,1 perl-5.14.4_1 WWW: http://www.nagios.org/ Port: net-mgmt/nrpe Moved: Date: 2009-05-04 Reason: Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 [...] Port: net-mgmt/nrpe2 Moved: net-mgmt/nrpe Date: 2013-10-04 Reason: Reflect the real portname ====8<====8<====8<====8<==== As you can see, the current port has been moved to the name of the previous port, which was deleted in 2009 - I don't know if that's a common issue, but I had to remove the following two lines from ports/MOVED to upgrade it to the current version... ====8<====8<====8<====8<==== net-mgmt/nrpe||2009-05-04|Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 net-mgmt/nrpe2|net-mgmt/nrpe|2013-10-04|Reflect the real portname ====8<====8<====8<====8<==== >How-To-Repeat: Perhaps by trying to "portupgrade nrpe". >Fix: Just a workaround - delete lines from MOVED - see full description. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 08:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF3F15F1 for ; Mon, 7 Oct 2013 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC522F51 for ; Mon, 7 Oct 2013 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r978o03T048667 for ; Mon, 7 Oct 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r978o0Ls048665; Mon, 7 Oct 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 08:50:00 GMT Resent-Message-Id: <201310070850.r978o0Ls048665@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED341512 for ; Mon, 7 Oct 2013 08:46:06 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id AD87B2F1F for ; Mon, 7 Oct 2013 08:46:06 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id 1FE281744BD; Mon, 7 Oct 2013 10:45:59 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id EE4E0174495 for ; Mon, 7 Oct 2013 10:45:56 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.7/8.14.7) with ESMTP id r978juhW042198 for ; Mon, 7 Oct 2013 10:45:56 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.7/8.14.7/Submit) id r978jukK042197; Mon, 7 Oct 2013 10:45:56 +0200 (CEST) (envelope-from olgeni) Message-Id: <201310070845.r978jukK042197@olgeni.olgeni> Date: Mon, 7 Oct 2013 10:45:56 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182787: emulators/virtualbox-ose-additions: fix VBoxClient path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jimmy Olgeni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:50:00 -0000 >Number: 182787 >Category: ports >Synopsis: emulators/virtualbox-ose-additions: fix VBoxClient path >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: Mon Oct 07 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD olgeni 9.1-STABLE FreeBSD 9.1-STABLE #1 r249688: Sat Apr 20 13:28:27 CEST 2013 root@olgeni:/usr/obj/usr/src/sys/RELENG_9.amd64 amd64 >Description: - Fix path in call to "VBoxClient --draganddrop" (currently /usr/bin) - Add directories to pkg-plist: etc/xdg, etc/xdg/autostart >How-To-Repeat: >Fix: Index: files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient =================================================================== --- files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient (revision 329268) +++ files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient (working copy) @@ -1,6 +1,9 @@ ---- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2010-09-10 14:24:55.000000000 +0200 -+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient 2010-12-29 20:42:00.000000000 +0100 -@@ -28,8 +28,8 @@ + +$FreeBSD$ + +--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig ++++ src/VBox/Additions/x11/Installer/98vboxadd-xclient +@@ -30,8 +30,8 @@ xorgbin=Xorg found=`which Xorg | grep "no Xorg"` if test ! -z "$found"; then @@ -11,7 +14,7 @@ else exit 1 fi -@@ -40,9 +40,9 @@ +@@ -42,11 +42,11 @@ no_display=1 fi @@ -25,3 +28,6 @@ test -z "$no_display" && - /usr/bin/VBoxClient --seamless + /usr/local/bin/VBoxClient --seamless + test -z "$no_display" && +- /usr/bin/VBoxClient --draganddrop ++ /usr/local/bin/VBoxClient --draganddrop Index: pkg-plist =================================================================== --- pkg-plist (revision 329268) +++ pkg-plist (working copy) @@ -22,6 +22,8 @@ %%X11%%@dirrmtry lib/xorg %%OPENGL%%@dirrmtry lib/dri %%X11%%@dirrmtry lib +%%X11%%@dirrm etc/xdg/autostart +%%X11%%@dirrm etc/xdg @cwd / %%KMODDIR%%/vboxguest.ko %%WITH_DEBUG%%%%KMODDIR%%/vboxguest.ko.symbols >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 08:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9448622; Mon, 7 Oct 2013 08:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F2B92F52; Mon, 7 Oct 2013 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r978o8LL048805; Mon, 7 Oct 2013 08:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r978o8qk048804; Mon, 7 Oct 2013 08:50:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 08:50:08 GMT Message-Id: <201310070850.r978o8qk048804@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182787: emulators/virtualbox-ose-additions: fix VBoxClient path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:50:08 -0000 Synopsis: emulators/virtualbox-ose-additions: fix VBoxClient path Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 08:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182787 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 10:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79C646DC for ; Mon, 7 Oct 2013 10:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66D312352 for ; Mon, 7 Oct 2013 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97A01iH062637 for ; Mon, 7 Oct 2013 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97A019m062636; Mon, 7 Oct 2013 10:00:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 10:00:01 GMT Message-Id: <201310071000.r97A019m062636@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Krzysztof Stryjek Subject: Re: ports/182589: net-mgmt/collectd5 dependencies on libnotify, libupsclient broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 10:00:02 -0000 The following reply was made to PR ports/182589; it has been noted by GNATS. From: Krzysztof Stryjek To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182589: net-mgmt/collectd5 dependencies on libnotify, libupsclient broken Date: Mon, 7 Oct 2013 11:51:36 +0200 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, On Thu, Oct 03, 2013 at 02:56:18AM +0000, Edwin Groothuis wrote: > Maintainer of net-mgmt/collectd5, >=20 > Please note that PR ports/182589 has just been submitted. >=20 > 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. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/182589 >=20 I wrote to author of PR with suggesting of update ports tree. There is new version of collectd5 which is free of this problem. So I suggest to close this PR as out of date :-))) Greetings, --=20 Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlJShCgACgkQEpKJWdxhDnbSBgCgonaYscJtVtxobbt+raajZhzV uVkAoKhedEq2OmBEop4JOHGzUPcMB/R6 =M2j7 -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8D573477 for ; Mon, 7 Oct 2013 11:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 615D92764 for ; Mon, 7 Oct 2013 11:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97B01dJ074818 for ; Mon, 7 Oct 2013 11:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97B01Bj074817; Mon, 7 Oct 2013 11:00:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 11:00:01 GMT Message-Id: <201310071100.r97B01Bj074817@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ken DEGUCHI Subject: Re: ports/182784: =?ISO-2022-JP?B?cG9ydHMtbWdtdC9wa2dfcmVwbGFj?= =?ISO-2022-JP?B?ZSBpcyBicm9rZW4=?= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ken DEGUCHI List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:00:02 -0000 The following reply was made to PR ports/182784; it has been noted by GNATS. From: Ken DEGUCHI To: , Cc: Subject: Re: ports/182784: =?ISO-2022-JP?B?cG9ydHMtbWdtdC9wa2dfcmVwbGFj?= =?ISO-2022-JP?B?ZSBpcyBicm9rZW4=?= Date: Mon, 07 Oct 2013 19:51:24 +0900 Thanks for your report. I made a patch to correct these issues. Please see, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182785 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80E26478 for ; Mon, 7 Oct 2013 11:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F3462765 for ; Mon, 7 Oct 2013 11:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97B03fw074824 for ; Mon, 7 Oct 2013 11:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97B03AZ074823; Mon, 7 Oct 2013 11:00:03 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 11:00:03 GMT Message-Id: <201310071100.r97B03AZ074823@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:00:03 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: William Grzybowski To: Attila Nagy Cc: bug-followup@freebsd.org, William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Mon, 7 Oct 2013 07:56:45 -0300 What is there to fix? Where is the patch? On Mon, Oct 7, 2013 at 2:07 AM, Attila Nagy wrote: > Hi, > > Please fix this. > > r329007 | wg | 2013-10-02 01:23:07 +0200 (Wed, 02 Oct 2013) | 10 lines > > mail/dovecot2: update to 2.2.6 > > - Update to 2.2.6 [1] > - Convert lib depends to new format > - Allow staging > - Bump antispam plugin (pigenhole update comming next) > > PR: ports/182543 [1] > Submitted by: Attila Nagy (maintainer) [1] > -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:04:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94BBB624; Mon, 7 Oct 2013 11:04:49 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AFAA27B1; Mon, 7 Oct 2013 11:04:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97B4nkd076494; Mon, 7 Oct 2013 11:04:49 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97B4lGJ076493; Mon, 7 Oct 2013 11:04:47 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:04:47 GMT Message-Id: <201310071104.r97B4lGJ076493@freefall.freebsd.org> To: ports@bsdserwis.com, jgreco@ns.sol.net, wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182589: net-mgmt/collectd5 dependencies on libnotify, libupsclient broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:04:49 -0000 Synopsis: net-mgmt/collectd5 dependencies on libnotify, libupsclient broken State-Changed-From-To: feedback->closed State-Changed-By: wg State-Changed-When: Mon Oct 7 11:04:47 UTC 2013 State-Changed-Why: Closing as requested. http://www.freebsd.org/cgi/query-pr.cgi?pr=182589 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:11:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5393B3CB; Mon, 7 Oct 2013 11:11:16 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25D7B2A11; Mon, 7 Oct 2013 11:11:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97BBGGj082101; Mon, 7 Oct 2013 11:11:16 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97BBFjj082100; Mon, 7 Oct 2013 11:11:15 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:11:15 GMT Message-Id: <201310071111.r97BBFjj082100@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182755: [maintainer-update] games/ioquake3 and related X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:11:16 -0000 Synopsis: [maintainer-update] games/ioquake3 and related Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Oct 7 11:11:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182755 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:11:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D074404; Mon, 7 Oct 2013 11:11:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72F5D2A18; Mon, 7 Oct 2013 11:11:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97BBmWx082317; Mon, 7 Oct 2013 11:11:48 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97BBm2c082316; Mon, 7 Oct 2013 11:11:48 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:11:48 GMT Message-Id: <201310071111.r97BBm2c082316@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182745: [maintainer-update] [patch] devel/diffuse: Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:11:48 -0000 Synopsis: [maintainer-update] [patch] devel/diffuse: Add stage support. Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Oct 7 11:11:48 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182745 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:11:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA701433; Mon, 7 Oct 2013 11:11:58 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6D82A1A; Mon, 7 Oct 2013 11:11:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97BBwnL082449; Mon, 7 Oct 2013 11:11:58 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97BBwoF082448; Mon, 7 Oct 2013 11:11:58 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:11:58 GMT Message-Id: <201310071111.r97BBwoF082448@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182746: [maintainer-update] [patch] devel/dulwich: Update to 0.9.1. Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:11:59 -0000 Synopsis: [maintainer-update] [patch] devel/dulwich: Update to 0.9.1. Add stage support. Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Oct 7 11:11:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182746 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:12:50 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BF62490; Mon, 7 Oct 2013 11:12:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D72DC2A29; Mon, 7 Oct 2013 11:12:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97BCnPJ082672; Mon, 7 Oct 2013 11:12:49 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97BCnwM082671; Mon, 7 Oct 2013 11:12:49 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:12:49 GMT Message-Id: <201310071112.r97BCnwM082671@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182747: [maintainer-update] [patch] devel/hg-git: Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:12:50 -0000 Synopsis: [maintainer-update] [patch] devel/hg-git: Add stage support. Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Oct 7 11:12:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182747 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 11:12:57 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1260500; Mon, 7 Oct 2013 11:12:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8C762A2E; Mon, 7 Oct 2013 11:12:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97BCv3P082772; Mon, 7 Oct 2013 11:12:57 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97BCvJL082771; Mon, 7 Oct 2013 11:12:57 GMT (envelope-from wg) Date: Mon, 7 Oct 2013 11:12:57 GMT Message-Id: <201310071112.r97BCvJL082771@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/182748: [maintainer-update] [patch] mail/trojita: Update to 0.3.96. Add stage support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 11:12:58 -0000 Synopsis: [maintainer-update] [patch] mail/trojita: Update to 0.3.96. Add stage support. Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Mon Oct 7 11:12:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182748 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 12:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C217DBB9 for ; Mon, 7 Oct 2013 12:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A4E22EA5 for ; Mon, 7 Oct 2013 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97CA0hE093597 for ; Mon, 7 Oct 2013 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97CA09b093596; Mon, 7 Oct 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 12:10:00 GMT Resent-Message-Id: <201310071210.r97CA09b093596@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 Hausner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B1E79F1 for ; Mon, 7 Oct 2013 12:05:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79BB92E68 for ; Mon, 7 Oct 2013 12:05:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97C5uE8015687 for ; Mon, 7 Oct 2013 12:05:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97C5uKp015682; Mon, 7 Oct 2013 12:05:56 GMT (envelope-from nobody) Message-Id: <201310071205.r97C5uKp015682@oldred.freebsd.org> Date: Mon, 7 Oct 2013 12:05:56 GMT From: Alexander Hausner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182788: [maintainer-update][patch] net/tcpproxy needs gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:10:00 -0000 >Number: 182788 >Category: ports >Synopsis: [maintainer-update][patch] net/tcpproxy needs gcc >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 Oct 07 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Hausner >Release: FreeBSD 10.0-ALPHA4 >Organization: BMG >Environment: FreeBSD fbsd1.bmg.gv.at 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #2: Fri Oct 4 15:26:56 CEST 2013 root@fbsd1.bmg.gv.at:/usr/obj/usr/src/sys/FBSD1 amd64 >Description: net/tcpproxy won't compile with clang, therefore I added USE_GCC to the Makefile. >How-To-Repeat: >Fix: diff -ur tcpproxy.orig/Makefile tcpproxy/Makefile --- tcpproxy.orig/Makefile 2013-09-21 00:10:23.000000000 +0200 +++ tcpproxy/Makefile 2013-10-07 15:10:05.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= tcpproxy PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \ http://alex.bmg.gv.at/programs/ @@ -13,6 +13,7 @@ BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel +USE_GCC= yes USE_GMAKE= yes HAS_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 12:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EE01FBBC for ; Mon, 7 Oct 2013 12:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDF252EA8 for ; Mon, 7 Oct 2013 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97CA0mr093662 for ; Mon, 7 Oct 2013 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97CA0TH093661; Mon, 7 Oct 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 12:10:00 GMT Resent-Message-Id: <201310071210.r97CA0TH093661@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, Jim Pirzyk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FB0BA2B for ; Mon, 7 Oct 2013 12:07:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F348C2E81 for ; Mon, 7 Oct 2013 12:07:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97C7OxU052973 for ; Mon, 7 Oct 2013 12:07:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97C7Ord052960; Mon, 7 Oct 2013 12:07:24 GMT (envelope-from nobody) Message-Id: <201310071207.r97C7Ord052960@oldred.freebsd.org> Date: Mon, 7 Oct 2013 12:07:24 GMT From: Jim Pirzyk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182789: rkhunter port config change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:10:01 -0000 >Number: 182789 >Category: ports >Synopsis: rkhunter port config change >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 Oct 07 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD amigo.home.pirzyk.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When using the rkhunter port as usual, one updates the mirror.dat to get new signatures. Once this update has been done, the 'pkg_info -g' report the checksum mismatch: pkg_info -g rkhunter-1.4.0 Information for rkhunter-1.4.0: Mismatched Checksums: /usr/local/var/lib/rkhunter/db/mirrors.dat fails the original MD5 checksum >How-To-Repeat: See above >Fix: --- ../../security/rkhunter/Makefile 2013-09-20 18:55:24.000000000 -0400 +++ Makefile 2013-10-07 08:00:13.196343361 -0400 @@ -3,6 +3,7 @@ PORTNAME= rkhunter PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -57,6 +58,14 @@ @if [ ! -f ${PREFIX}/etc/${PORTNAME}.conf ]; then \ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc; \ fi + ${INSTALL_DATA} -m 640 ${WRKSRC}/files/programs_bad.dat ${PREFIX}/var/lib/${PORTNAME}/db/programs_bad.dat.sample + ${INSTALL_DATA} -m 640 ${WRKSRC}/files/mirrors.dat ${PREFIX}/var/lib/${PORTNAME}/db/mirrors.dat.sample + @if [ ! -f ${PREFIX}/var/lib/${PORTNAME}/db/mirrors.dat ]; then \ + ${INSTALL_DATA} -m 640 ${WRKSRC}/files/mirrors.dat ${PREFIX}/var/lib/${PORTNAME}/db/mirrors.dat; \ + fi + @if [ ! -f ${PREFIX}/var/lib/${PORTNAME}/db/programs_bad.dat ]; then \ + ${INSTALL_DATA} -m 640 ${WRKSRC}/files/programs_bad.dat ${PREFIX}/var/lib/${PORTNAME}/db/programs_bad.dat; \ + fi @${CAT} ${PKGMESSAGE} .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 12:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D866C522 for ; Mon, 7 Oct 2013 12:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B793420E5 for ; Mon, 7 Oct 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Co0KD005536 for ; Mon, 7 Oct 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Co0Ni005535; Mon, 7 Oct 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 12:50:00 GMT Resent-Message-Id: <201310071250.r97Co0Ni005535@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, Dewayne Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7D1B43C for ; Mon, 7 Oct 2013 12:46:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96E2620B7 for ; Mon, 7 Oct 2013 12:46:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97Ck6NM046564 for ; Mon, 7 Oct 2013 12:46:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97Ck6K9046562; Mon, 7 Oct 2013 12:46:06 GMT (envelope-from nobody) Message-Id: <201310071246.r97Ck6K9046562@oldred.freebsd.org> Date: Mon, 7 Oct 2013 12:46:06 GMT From: Dewayne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182790: Perl 5.16.3 & 5.18.1_1 package build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:50:01 -0000 >Number: 182790 >Category: ports >Synopsis: Perl 5.16.3 & 5.18.1_1 package build failure >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 Oct 07 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dewayne >Release: FreeBSD 9.2S >Organization: >Environment: FreeBSD 9.2-STABLE FreeBSD 9.2-STABLE #0: Fri Oct 4 12:29:02 EST 2013 root@:/usr/obj/prod/902/D/CORE2/usr/src/sys/hqdev-amd64-padlock-smp-vga amd64 >Description: Perl 5.16.3 and perl 5.8.1 builds and installs correctly. However during package creation/deletion, the plist is expecting to use gz files. unfortunately they don't exist (e.g. +%%MAN3%%/vmsish.3.gz). cd /usr/ports/lang/perl5.16 && make -DBATCH package .. tar: lib/perl5/5.16/perl/man/man3/vmsish.3.gz: Cannot stat: No such file or directory tar: lib/perl5/5.16/perl/man/man3/warnings.3.gz: Cannot stat: No such file or directory tar: lib/perl5/5.16/perl/man/man3/warnings::register.3.gz: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 ===>>> Package creation of perl-5.16.3_1 failed ===>>> Aborting update The differences can be seen from cd /usr/ports/lang/perl5.16 && svn diff -r {20131003}:{20131004} .. +%%MAN3%%/vmsish.3.gz +%%MAN3%%/warnings.3.gz +%%MAN3%%/warnings::register.3.gz +%%GDBM%%%%MAN3%%/GDBM_File.3.gz .. >How-To-Repeat: Update your ports tree as of Mon Oct 7 12:33:49 UTC 2013 cd /usr/ports/lang/perl5.16 && make package Similarly for perl5.18 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21E69523 for ; Mon, 7 Oct 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 013C120E7 for ; Mon, 7 Oct 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Co0Yt005548 for ; Mon, 7 Oct 2013 12:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Co0ZM005547; Mon, 7 Oct 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 12:50:00 GMT Resent-Message-Id: <201310071250.r97Co0ZM005547@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, Jan Henrik Sylvester Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3DD2434 for ; Mon, 7 Oct 2013 12:45:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF44420B3 for ; Mon, 7 Oct 2013 12:45:45 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97CjjUL043672 for ; Mon, 7 Oct 2013 12:45:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97Cjjva043662; Mon, 7 Oct 2013 12:45:45 GMT (envelope-from nobody) Message-Id: <201310071245.r97Cjjva043662@oldred.freebsd.org> Date: Mon, 7 Oct 2013 12:45:45 GMT From: Jan Henrik Sylvester To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182791: New port: multimedia/livestreamer pipe video streams into a video player X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 12:50:01 -0000 >Number: 182791 >Category: ports >Synopsis: New port: multimedia/livestreamer pipe video streams into a video player >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 Oct 07 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Henrik Sylvester >Release: 9.2-RELEASE amd64 >Organization: >Environment: >Description: The port was tested with porttools and manually installing to a chroot environment with only build/runtime dependencies installed, building a package (pkgng), installing and removing it, and checking for leftover files in each step. (No tinderbox testing, yet.) The port still has NO_STAGE=yes, since I am not familiar with staging and USE_PYDISTUTILS=easy_install seems not to work without NO_STAGE=yes, yet. The port is partially based on www/py-requests and on the OpenBSD port multimedia/livestreamer. >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: # # multimedia/livestreamer # multimedia/livestreamer/Makefile # multimedia/livestreamer/distinfo # multimedia/livestreamer/pkg-descr # multimedia/livestreamer/pkg-plist # echo c - multimedia/livestreamer mkdir -p multimedia/livestreamer > /dev/null 2>&1 echo x - multimedia/livestreamer/Makefile sed 's/^X//' >multimedia/livestreamer/Makefile << '2dc087a9e4dc3d629a6f15c071c70d5d' X# Created by: Jan Henrik Sylvester X# $FreeBSD$ X XPORTNAME= livestreamer XPORTVERSION= 1.6.0 XCATEGORIES= multimedia python XMASTER_SITES= CHEESESHOP X XMAINTAINER= me@janh.de XCOMMENT= pipe video streams into a video player X XLICENSE= BSD MIT AL2 XLICENSE_COMB= multi X XRUN_DEPENDS+= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ X ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ X ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install X XNO_STAGE= yes X.include 2dc087a9e4dc3d629a6f15c071c70d5d echo x - multimedia/livestreamer/distinfo sed 's/^X//' >multimedia/livestreamer/distinfo << 'fc05819e4cf23662f6d4e4c043fb75d1' XSHA256 (livestreamer-1.6.0.tar.gz) = d3e9ae97c57f8465712c6cc094bea5a18c1efaddea011929e477fdd265a0ed99 XSIZE (livestreamer-1.6.0.tar.gz) = 80631 fc05819e4cf23662f6d4e4c043fb75d1 echo x - multimedia/livestreamer/pkg-descr sed 's/^X//' >multimedia/livestreamer/pkg-descr << 'f326bdacabb1ce422cb1ff20d9721be8' XLivestreamer is a Command Line Interface that pipes video streams from Xvarious services into a video player, such as VLC. The main purpose of XLivestreamer is to allow the user to avoid buggy and CPU heavy flash Xplugins but still be able to enjoy various streamed content. X XWWW: http://livestreamer.tanuki.se/ f326bdacabb1ce422cb1ff20d9721be8 echo x - multimedia/livestreamer/pkg-plist sed 's/^X//' >multimedia/livestreamer/pkg-plist << '447ecf882aa753804fc76de75e4f9891' Xbin/livestreamer X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/buffers.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/buffers.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/buffers.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/cache.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/cache.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/cache.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/compat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/compat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/compat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/exceptions.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/exceptions.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/exceptions.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/logger.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/logger.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/logger.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/options.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/options.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/options.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/amf.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/amf.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/amf.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/box.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/box.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/box.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/compat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/compat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/compat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/error.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/error.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/error.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/f4v.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/f4v.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/f4v.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/flv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/flv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/flv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/ordereddict.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/ordereddict.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/ordereddict.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/packet.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/packet.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/packet.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/tag.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/tag.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/tag.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/types.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/types.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/types.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/util.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/util.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia/util.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/pbs.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/pbs.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/pbs.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/api/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/api/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/api/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/plugin.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/plugin.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/plugin.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/alieztv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/alieztv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/alieztv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/azubutv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/azubutv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/azubutv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/cast3d.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/cast3d.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/cast3d.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/dailymotion.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/dailymotion.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/dailymotion.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/euronews.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/euronews.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/euronews.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/filmon.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/filmon.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/filmon.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/freedocast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/freedocast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/freedocast.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/gomtv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/gomtv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/gomtv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/hashd.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/hashd.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/hashd.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ilive.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ilive.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ilive.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv_common.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv_common.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/justintv_common.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestation.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestation.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestation.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestream.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestream.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/livestream.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/mips.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/mips.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/mips.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/oldlivestream.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/oldlivestream.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/oldlivestream.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ongamenet.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ongamenet.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ongamenet.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/owncast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/owncast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/owncast.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/stream.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/stream.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/stream.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/streamingvideoprovider.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/streamingvideoprovider.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/streamingvideoprovider.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/svtplay.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/svtplay.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/svtplay.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/twitch.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/twitch.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/twitch.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ustreamtv.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ustreamtv.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/ustreamtv.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/veetle.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/veetle.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/veetle.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/weeb.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/weeb.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/weeb.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/youtube.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/youtube.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/youtube.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/yycast.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/yycast.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins/yycast.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/session.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/session.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/session.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/akamaihd.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/akamaihd.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/akamaihd.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/flvconcat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/flvconcat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/flvconcat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hds.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hds.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hds.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hls.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hls.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/hls.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/http.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/http.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/http.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/playlist.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/playlist.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/playlist.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/rtmpdump.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/rtmpdump.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/rtmpdump.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/stream.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/stream.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/stream.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/streamprocess.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/streamprocess.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/streamprocess.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/wrappers.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/wrappers.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream/wrappers.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/utils.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/utils.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/utils.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/argparser.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/argparser.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/argparser.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/compat.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/compat.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/compat.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/console.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/console.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/console.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/constants.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/constants.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/constants.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/main.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/main.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/main.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/output.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/output.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/output.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/utils.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/utils.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli/utils.pyo X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer_cli X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/stream X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugins X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin/api X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/plugin X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages/flashmedia X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer/packages X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/livestreamer X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 447ecf882aa753804fc76de75e4f9891 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38C939B0 for ; Mon, 7 Oct 2013 13:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 277352189 for ; Mon, 7 Oct 2013 13:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97D02bS007464 for ; Mon, 7 Oct 2013 13:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97D023u007463; Mon, 7 Oct 2013 13:00:02 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 13:00:02 GMT Message-Id: <201310071300.r97D023u007463@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:00:03 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: William Grzybowski To: Attila Nagy Cc: bug-followup@freebsd.org, William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Mon, 7 Oct 2013 09:57:20 -0300 Thats not a fix, ports should support staging. It builds just fine in my machine and on redports. Update your ports-mgmt/pkg. On Mon, Oct 7, 2013 at 9:56 AM, Attila Nagy wrote: > Hi, > > According to this bug report, the fix is undoing the removal of this line: > --- Makefile (revision 329006) > +++ Makefile (revision 329007) > [...] > -NO_STAGE= yes > > > > On 10/07/13 12:56, William Grzybowski wrote: >> >> What is there to fix? >> >> Where is the patch? >> >> On Mon, Oct 7, 2013 at 2:07 AM, Attila Nagy wrote: >>> >>> Hi, >>> >>> Please fix this. >>> >>> r329007 | wg | 2013-10-02 01:23:07 +0200 (Wed, 02 Oct 2013) | 10 lines >>> >>> mail/dovecot2: update to 2.2.6 >>> >>> - Update to 2.2.6 [1] >>> - Convert lib depends to new format >>> - Allow staging >>> - Bump antispam plugin (pigenhole update comming next) >>> >>> PR: ports/182543 [1] >>> Submitted by: Attila Nagy (maintainer) [1] >>> >> >> > -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E3519AF for ; Mon, 7 Oct 2013 13:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16F262188 for ; Mon, 7 Oct 2013 13:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97D01q7007458 for ; Mon, 7 Oct 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97D01eE007457; Mon, 7 Oct 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 13:00:01 GMT Resent-Message-Id: <201310071300.r97D01eE007457@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, Kristof Provost Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8525E7B1 for ; Mon, 7 Oct 2013 12:52:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 745B82139 for ; Mon, 7 Oct 2013 12:52:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97CqtKP096848 for ; Mon, 7 Oct 2013 12:52:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97Cqtli096844; Mon, 7 Oct 2013 12:52:55 GMT (envelope-from nobody) Message-Id: <201310071252.r97Cqtli096844@oldred.freebsd.org> Date: Mon, 7 Oct 2013 12:52:55 GMT From: Kristof Provost To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182792: knotd startup script no longer works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:00:02 -0000 >Number: 182792 >Category: ports >Synopsis: knotd startup script no longer works >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 Oct 07 13:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kristof Provost >Release: stable/9 >Organization: >Environment: FreeBSD venus.codepro.be 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #5 r255875: Thu Sep 26 11:15:47 CEST 2013 kp@venushost.codepro.be:/usr/obj/usr/src/sys/VENUS amd64 >Description: The knot startup script (/usr/local/etc/rc.d/knotd) attempts to use knotc to start the daemon. This feature appears to have been removed in 1.3.2, and as a result the existing rc.d script is no longer able to start knotd. % sudo /usr/local/etc/rc.d/knotd start [14:50] Starting knot. knotc: invalid option -- w Usage: knotc [parameters] >How-To-Repeat: Update to the current package version (which packages knot 1.3.2: $FreeBSD: dns/knot/Makefile 328959 2013-10-01 16:02:12Z wg) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:00:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E54B29B1 for ; Mon, 7 Oct 2013 13:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8070218A for ; Mon, 7 Oct 2013 13:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97D04O4007472 for ; Mon, 7 Oct 2013 13:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97D03PX007471; Mon, 7 Oct 2013 13:00:03 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 13:00:03 GMT Message-Id: <201310071300.r97D03PX007471@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Attila Nagy Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Attila Nagy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:00:05 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: Attila Nagy To: William Grzybowski Cc: bug-followup@freebsd.org, William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Mon, 07 Oct 2013 14:56:08 +0200 Hi, According to this bug report, the fix is undoing the removal of this line: --- Makefile (revision 329006) +++ Makefile (revision 329007) [...] -NO_STAGE= yes On 10/07/13 12:56, William Grzybowski wrote: > What is there to fix? > > Where is the patch? > > On Mon, Oct 7, 2013 at 2:07 AM, Attila Nagy wrote: >> Hi, >> >> Please fix this. >> >> r329007 | wg | 2013-10-02 01:23:07 +0200 (Wed, 02 Oct 2013) | 10 lines >> >> mail/dovecot2: update to 2.2.6 >> >> - Update to 2.2.6 [1] >> - Convert lib depends to new format >> - Allow staging >> - Bump antispam plugin (pigenhole update comming next) >> >> PR: ports/182543 [1] >> Submitted by: Attila Nagy (maintainer) [1] >> > > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3C7FCB7 for ; Mon, 7 Oct 2013 13:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 834D32227 for ; Mon, 7 Oct 2013 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DA12o009610 for ; Mon, 7 Oct 2013 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DA184009609; Mon, 7 Oct 2013 13:10:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 13:10:01 GMT Message-Id: <201310071310.r97DA184009609@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Attila Nagy Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Attila Nagy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:10:01 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: Attila Nagy To: William Grzybowski Cc: bug-followup@freebsd.org, William Grzybowski Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Mon, 07 Oct 2013 15:03:44 +0200 I don't use pkg myself. If you say upgrading pkg solves this, I'm fine with it (previous commenter Ralf doesn't seem to agree though). On 10/07/13 14:57, William Grzybowski wrote: > Thats not a fix, ports should support staging. It builds just fine in > my machine and on redports. > > Update your ports-mgmt/pkg. > > On Mon, Oct 7, 2013 at 9:56 AM, Attila Nagy wrote: >> Hi, >> >> According to this bug report, the fix is undoing the removal of this line: >> --- Makefile (revision 329006) >> +++ Makefile (revision 329007) >> [...] >> -NO_STAGE= yes >> >> >> >> On 10/07/13 12:56, William Grzybowski wrote: >>> What is there to fix? >>> >>> Where is the patch? >>> >>> On Mon, Oct 7, 2013 at 2:07 AM, Attila Nagy wrote: >>>> Hi, >>>> >>>> Please fix this. >>>> >>>> r329007 | wg | 2013-10-02 01:23:07 +0200 (Wed, 02 Oct 2013) | 10 lines >>>> >>>> mail/dovecot2: update to 2.2.6 >>>> >>>> - Update to 2.2.6 [1] >>>> - Convert lib depends to new format >>>> - Allow staging >>>> - Bump antispam plugin (pigenhole update comming next) >>>> >>>> PR: ports/182543 [1] >>>> Submitted by: Attila Nagy (maintainer) [1] >>>> >>> > > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 337C0CBC; Mon, 7 Oct 2013 13:10:03 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A436222A; Mon, 7 Oct 2013 13:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DA24K009690; Mon, 7 Oct 2013 13:10:02 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DA1SL009684; Mon, 7 Oct 2013 13:10:01 GMT (envelope-from ak) Date: Mon, 7 Oct 2013 13:10:01 GMT Message-Id: <201310071310.r97DA1SL009684@freefall.freebsd.org> To: kdeguchi@sz.tokoha-u.ac.jp, ohara@air.s.kanazawa-u.ac.jp, ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182784: ports-mgmt/pkg_replace is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:10:03 -0000 Synopsis: ports-mgmt/pkg_replace is broken State-Changed-From-To: feedback->closed State-Changed-By: ak State-Changed-When: Mon Oct 7 13:10:01 UTC 2013 State-Changed-Why: Superseded by ports/182784. http://www.freebsd.org/cgi/query-pr.cgi?pr=182784 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:10:30 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 723C4D24; Mon, 7 Oct 2013 13:10:30 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 480E92233; Mon, 7 Oct 2013 13:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DAUc1009785; Mon, 7 Oct 2013 13:10:30 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DAUU7009784; Mon, 7 Oct 2013 13:10:30 GMT (envelope-from ak) Date: Mon, 7 Oct 2013 13:10:30 GMT Message-Id: <201310071310.r97DAUU7009784@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182785: [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:10:30 -0000 Synopsis: [maintainer update][patch] ports-mgmt/pkg_replace: patch to correct these issues in ports/182784 Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Mon Oct 7 13:10:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182785 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0FF2230 for ; Mon, 7 Oct 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A244422ED for ; Mon, 7 Oct 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DK0Lb012467 for ; Mon, 7 Oct 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DK0sx012466; Mon, 7 Oct 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 13:20:00 GMT Resent-Message-Id: <201310071320.r97DK0sx012466@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, Fabiano Sidler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 176DBF44 for ; Mon, 7 Oct 2013 13:11:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB277227F for ; Mon, 7 Oct 2013 13:11:51 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97DBplC044291 for ; Mon, 7 Oct 2013 13:11:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97DBpS9044288; Mon, 7 Oct 2013 13:11:51 GMT (envelope-from nobody) Message-Id: <201310071311.r97DBpS9044288@oldred.freebsd.org> Date: Mon, 7 Oct 2013 13:11:51 GMT From: Fabiano Sidler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:20:00 -0000 >Number: 182793 >Category: ports >Synopsis: Updating graphics/ImageMagick >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 Oct 07 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fabiano Sidler >Release: 9.1 >Organization: webstyle GmbH >Environment: >Description: We'd need a new version of the port since ImageMagick has already released 6.8.7 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77305261; Mon, 7 Oct 2013 13:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F31022EF; Mon, 7 Oct 2013 13:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DK8eD012596; Mon, 7 Oct 2013 13:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DK8NZ012595; Mon, 7 Oct 2013 13:20:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 13:20:08 GMT Message-Id: <201310071320.r97DK8NZ012595@freefall.freebsd.org> To: free.bsd@webstyle.ch, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:20:08 -0000 Synopsis: Updating graphics/ImageMagick State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Oct 7 13:20:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182793 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8090D581 for ; Mon, 7 Oct 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE6F2399 for ; Mon, 7 Oct 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97DU1j0014773 for ; Mon, 7 Oct 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97DU1PN014772; Mon, 7 Oct 2013 13:30:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 13:30:01 GMT Message-Id: <201310071330.r97DU1PN014772@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 13:30:01 -0000 The following reply was made to PR ports/182793; it has been noted by GNATS. From: Edwin Groothuis To: c.petrik.sosa@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182793: Updating graphics/ImageMagick Date: Mon, 7 Oct 2013 13:20:07 UT Maintainer of graphics/ImageMagick, Please note that PR ports/182793 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/182793 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:40:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56B9AAB0 for ; Mon, 7 Oct 2013 13:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AB9E244F for ; Mon, 7 Oct 2013 13:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97De4vm016545 for ; Mon, 7 Oct 2013 13:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97De4AQ016544; Mon, 7 Oct 2013 13:40:04 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 13:40:04 GMT Message-Id: <201310071340.r97De4AQ016544@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182784: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 13:40:04 -0000 The following reply was made to PR ports/182784; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182784: commit references a PR Date: Mon, 7 Oct 2013 13:37:24 +0000 (UTC) Author: ak Date: Mon Oct 7 13:37:16 2013 New Revision: 329704 URL: http://svnweb.freebsd.org/changeset/ports/329704 Log: - Fix option '-a' usage [1] PR: ports/182784 PR: ports/182785 [1] Submitted by: Ken DEGUCHI (maintainer) [1], Katsuyoshi Ohara Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/distinfo Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/Makefile Mon Oct 7 13:37:16 2013 (r329704) @@ -3,7 +3,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= portutil/22116 Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:37:16 2013 (r329704) @@ -1,4 +1,4 @@ SHA256 (pkg_replace-0.8.0.tar.bz2) = 3092f5fc0d18529eb5d38776941c0ee4d0073ecb524ab17671c81ca69c29e214 SIZE (pkg_replace-0.8.0.tar.bz2) = 17296 -SHA256 (pkg_replace-0.8.0_3.patch) = cfa2adb3643a8684281143e4c241b8597510251730657816d68926701615ae98 -SIZE (pkg_replace-0.8.0_3.patch) = 11125 +SHA256 (pkg_replace-0.8.0_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c +SIZE (pkg_replace-0.8.0_4.patch) = 11135 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6764D15 for ; Mon, 7 Oct 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A606A24F6 for ; Mon, 7 Oct 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Do07u018375 for ; Mon, 7 Oct 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Do0Ve018374; Mon, 7 Oct 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 13:50:00 GMT Resent-Message-Id: <201310071350.r97Do0Ve018374@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, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A335EC3B for ; Mon, 7 Oct 2013 13:46:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8363124C8 for ; Mon, 7 Oct 2013 13:46:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97DkFke014386 for ; Mon, 7 Oct 2013 13:46:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97DkFXN014385; Mon, 7 Oct 2013 13:46:15 GMT (envelope-from nobody) Message-Id: <201310071346.r97DkFXN014385@oldred.freebsd.org> Date: Mon, 7 Oct 2013 13:46:15 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182794: deskutils/mirall compilation fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:50:00 -0000 >Number: 182794 >Category: ports >Synopsis: deskutils/mirall compilation fail >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 Oct 07 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD vb_work 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #0: Mon Sep 23 16:26:45 UTC 2013 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Actually FreeBSd 9.2-RELEASE from PC-BSD >Description: Part of build log from deskutils/mirall (ukrainian locale): [ 13%] [ 14%] [ 14%] [ 15%] Building CXX object src/CMakeFiles/owncloudsync.dir/mirall/folderman.cpp.o Building CXX object src/CMakeFiles/owncloudsync.dir/mirall/folder.cpp.o Building CXX object src/CMakeFiles/owncloudsync.dir/mirall/folderwatcher.cpp.o Building CXX object src/CMakeFiles/owncloudsync.dir/mirall/syncresult.cpp.o In file included from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.h:22:0, from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folderwatcher.h:20, from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folderwatcher.cpp:16: /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/csyncthread.h:67:30: error: 'CSYNC_PROGRESS' has not been declared In file included from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.h:22:0, from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.cpp:18: /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/csyncthread.h:67:30: error: 'CSYNC_PROGRESS' has not been declared In file included from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.h:22:0, from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folderman.h:23, from /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folderman.cpp:15: /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/csyncthread.h:67:30: error: 'CSYNC_PROGRESS' has not been declared gmake[2]: *** [src/CMakeFiles/owncloudsync.dir/mirall/folderwatcher.cpp.o] Помилка 1 gmake[2]: *** Очікування завершення завдань... /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.cpp: In member function 'void Mirall::Folder::setIgnoredFiles()': /usr/ports/deskutils/mirall/work/mirall-1.4.0/src/mirall/folder.cpp:466:42: error: 'csync_clear_exclude_list' was not declared in this scope gmake[2]: *** [src/CMakeFiles/owncloudsync.dir/mirall/folderman.cpp.o] Помилка 1 gmake[2]: *** [src/CMakeFiles/owncloudsync.dir/mirall/folder.cpp.o] Помилка 1 gmake[1]: *** [src/CMakeFiles/owncloudsync.dir/all] Помилка 2 gmake: *** [all] Помилка 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 >How-To-Repeat: cd /usr/ports/deskutils/mirall sudo make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 13:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9D15D42; Mon, 7 Oct 2013 13:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0B0724F7; Mon, 7 Oct 2013 13:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Do8kI018513; Mon, 7 Oct 2013 13:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Do8t6018512; Mon, 7 Oct 2013 13:50:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 13:50:08 GMT Message-Id: <201310071350.r97Do8t6018512@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182794: deskutils/mirall compilation fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:50:09 -0000 Synopsis: deskutils/mirall compilation fail Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 13:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182794 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 14:19:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69945630; Mon, 7 Oct 2013 14:19:32 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CC8126EC; Mon, 7 Oct 2013 14:19:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97EJWWx025250; Mon, 7 Oct 2013 14:19:32 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97EJWvo025249; Mon, 7 Oct 2013 14:19:32 GMT (envelope-from danilo) Date: Mon, 7 Oct 2013 14:19:32 GMT Message-Id: <201310071419.r97EJWvo025249@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182781: egroupware remote access vulnerability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 14:19:32 -0000 Synopsis: egroupware remote access vulnerability Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Oct 7 14:19:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182781 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 14:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42732B0B for ; Mon, 7 Oct 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F500277A for ; Mon, 7 Oct 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97EU0KJ027194 for ; Mon, 7 Oct 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97EU0U8027193; Mon, 7 Oct 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 14:30:00 GMT Resent-Message-Id: <201310071430.r97EU0U8027193@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, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7703CAF2 for ; Mon, 7 Oct 2013 14:27:42 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm18-vm9.access.bullet.mail.gq1.yahoo.com (nm18-vm9.access.bullet.mail.gq1.yahoo.com [216.39.62.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E27C276D for ; Mon, 7 Oct 2013 14:27:41 +0000 (UTC) Received: from [216.39.60.171] by nm18.access.bullet.mail.gq1.yahoo.com with NNFMP; 07 Oct 2013 14:25:37 -0000 Received: from [67.195.22.116] by tm7.access.bullet.mail.gq1.yahoo.com with NNFMP; 07 Oct 2013 14:25:37 -0000 Received: from [127.0.0.1] by smtp111.sbc.mail.gq1.yahoo.com with NNFMP; 07 Oct 2013 14:25:37 -0000 Received: by localhost (sSMTP sendmail emulation); Mon, 07 Oct 2013 10:25:35 -0400 Message-Id: <731598.46159.bm@smtp111.sbc.mail.gq1.yahoo.com> Date: Mon, 07 Oct 2013 10:25:35 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182795: Update Port: lang/munger => 5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 14:30:01 -0000 >Number: 182795 >Category: ports >Synopsis: Update Port: lang/munger => 5.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: Mon Oct 07 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD localhost 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- munger.diff begins here --- diff -ruN /usr/ports/lang/munger/Makefile ./munger/Makefile --- /usr/ports/lang/munger/Makefile 2013-09-20 15:53:09.000000000 -0400 +++ ./munger/Makefile 2013-10-07 00:18:55.000000000 -0400 @@ -2,7 +2,7 @@ # $FreeBSD: lang/munger/Makefile 327741 2013-09-20 19:53:09Z bapt $ PORTNAME= munger -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo --- /usr/ports/lang/munger/distinfo 2013-09-10 00:32:41.000000000 -0400 +++ ./munger/distinfo 2013-10-07 00:18:58.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (munger-5.1.tar.gz) = fb044e6eaa29dc2d574ea164920698beafcff13c191f2b0bd3b4b5cd9d769845 -SIZE (munger-5.1.tar.gz) = 215563 +SHA256 (munger-5.2.tar.gz) = d3a10b0d6590e292a06917f9c9bfdb4cb2b6f4d1f9acaa1f8a36370cad538b38 +SIZE (munger-5.2.tar.gz) = 215580 --- munger.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 14:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EC73B3C; Mon, 7 Oct 2013 14:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74B83277D; Mon, 7 Oct 2013 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97EU8ke028788; Mon, 7 Oct 2013 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97EU8e1028787; Mon, 7 Oct 2013 14:30:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 14:30:08 GMT Message-Id: <201310071430.r97EU8e1028787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182795: Update Port: lang/munger => 5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 14:30:08 -0000 Synopsis: Update Port: lang/munger => 5.2 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 14:30:08 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182795 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 14:38:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 525C8CDA; Mon, 7 Oct 2013 14:38:00 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2514427EB; Mon, 7 Oct 2013 14:38:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ec0JE029004; Mon, 7 Oct 2013 14:38:00 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97EbxBK029003; Mon, 7 Oct 2013 14:37:59 GMT (envelope-from danilo) Date: Mon, 7 Oct 2013 14:37:59 GMT Message-Id: <201310071437.r97EbxBK029003@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182788: [maintainer-update][patch] net/tcpproxy needs gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 14:38:00 -0000 Synopsis: [maintainer-update][patch] net/tcpproxy needs gcc Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Oct 7 14:37:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182788 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 16:02:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DA5A5EA; Mon, 7 Oct 2013 16:02:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 008652D83; Mon, 7 Oct 2013 16:02:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97G2ZUp062741; Mon, 7 Oct 2013 16:02:35 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97G2Zbs062729; Mon, 7 Oct 2013 16:02:35 GMT (envelope-from mat) Date: Mon, 7 Oct 2013 16:02:35 GMT Message-Id: <201310071602.r97G2Zbs062729@freefall.freebsd.org> To: dewayne.geraghty@heuristicsystems.com.au, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/182790: Perl 5.16.3 & 5.18.1_1 package build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 16:02:36 -0000 Synopsis: Perl 5.16.3 & 5.18.1_1 package build failure State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Oct 7 16:01:39 UTC 2013 State-Changed-Why: Could you provide us with the full build log so that we can see where something went wrong ? Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: mat Responsible-Changed-When: Mon Oct 7 16:01:39 UTC 2013 Responsible-Changed-Why: Could you provide us with the full build log so that we can see where something went wrong ? http://www.freebsd.org/cgi/query-pr.cgi?pr=182790 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 16:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A096F7A1 for ; Mon, 7 Oct 2013 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73D772056 for ; Mon, 7 Oct 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ge0pW043016 for ; Mon, 7 Oct 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Ge0xb043015; Mon, 7 Oct 2013 16:40:00 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 16:40:00 GMT Message-Id: <201310071640.r97Ge0xb043015@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ryan Frederick Subject: Re: ports/182776: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ryan Frederick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 16:40:01 -0000 The following reply was made to PR ports/182776; it has been noted by GNATS. From: Ryan Frederick To: bug-followup@FreeBSD.org, ryanrfrederick@gmail.com Cc: Subject: Re: ports/182776: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) Date: Mon, 07 Oct 2013 11:30:36 -0500 I've found that the patch above is inconsistent in resolving the issue. The original Makefile works without issue if an uninstall of the older version of NRPE (2.14) is performed prior to installing the current version. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D28AF42 for ; Mon, 7 Oct 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A77F2326 for ; Mon, 7 Oct 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97HK1fP045050 for ; Mon, 7 Oct 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97HK1oZ045048; Mon, 7 Oct 2013 17:20:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 17:20:01 GMT Message-Id: <201310071720.r97HK1oZ045048@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chris Petrik Subject: Re: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Petrik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 17:20:01 -0000 The following reply was made to PR ports/182793; it has been noted by GNATS. From: Chris Petrik To: bug-followup@FreeBSD.org, free.bsd@webstyle.ch Cc: Subject: Re: ports/182793: Updating graphics/ImageMagick Date: Mon, 7 Oct 2013 12:12:54 -0500 --001a11c37be451562a04e829c38c Content-Type: text/plain; charset=UTF-8 And I need 3 hookers a bag of chips and 3 6 packs of beer. And yes I know IM is at 6.8.7, the problem is time $$ comes first then bitches then my bitch then possibly updating IM to 6.8.7. So I don't need PR's saying to update x to y as it's ready being done you just have to be patient. As ports are volunteer work not paid so it's at the super bottom of my "shits to give" Saying that please close this ticket as IM will get updated when I get off like mentioned on IRC. --001a11c37be451562a04e829c38c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
And I need 3 hookers a bag of chips and 3 6 packs of = beer. And yes I know IM is at 6.8.7, the problem is time $$ comes first the= n bitches then my bitch then possibly updating IM to 6.8.7. So I don't = need PR's saying to update x to y as it's ready being done you just= have to be patient. As ports are volunteer work not paid so it's at th= e super bottom of my "shits to give"

Saying that please close this ticket as IM will get updated when = I get off like mentioned on IRC.
--001a11c37be451562a04e829c38c-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7AA1AF9 for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C83B26B3 for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA2Es058048 for ; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA2cK058047; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:02 GMT Resent-Message-Id: <201310071810.r97IA2cK058047@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FB7ED8F for ; Mon, 7 Oct 2013 18:00:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC4B2623 for ; Mon, 7 Oct 2013 18:00:47 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta02.auone-net.jp (au one net mail) with ESMTP id ADC821560095 for ; Tue, 8 Oct 2013 03:00:42 +0900 (JST) Message-Id: <20131008025103.c7d4171a9b488256327b4721@yahoo.com> Date: Tue, 8 Oct 2013 02:51:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182802: science/gwyddion: Update to version 2.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:02 -0000 >Number: 182802 >Category: ports >Synopsis: science/gwyddion: Update to version 2.32 >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 Oct 07 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 2.32 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gwyddion/Makefile science/gwyddion/Makefile --- /usr/ports/science/gwyddion/Makefile 2013-09-22 01:14:55.000000000 +0900 +++ science/gwyddion/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/science/gwyddion/Makefile 327767 2013-09-20 22:48:30Z bapt $ PORTNAME= gwyddion -PORTVERSION= 2.31 +PORTVERSION= 2.32 CATEGORIES= science graphics MASTER_SITES= SF @@ -13,17 +13,18 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ fftw3:${PORTSDIR}/math/fftw3 \ - gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext + gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE OPTIONS_DEFAULT=PERL PYTHON UNIQUE +OPTIONS_SUB= yes UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= desktop-file-utils gettext pathfix shared-mime-info pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc \ --disable-pygwy --without-gtksourceview \ @@ -36,34 +37,24 @@ GCONF_SCHEMAS= gwyddion-thumbnailer.schemas -MAN1= gwyddion.1 gwyddion-thumbnailer.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPERL} -USES+= perl5 MAN3+= Gwyddion::dump.3pm -PLIST_SUB+= PERL="" .else CONFIGURE_ARGS+=--without-perl -PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes -PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+=--without-python -PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MRUBY} USE_RUBY= yes -PLIST_SUB+= RUBY="" .else CONFIGURE_ARGS+=--without-ruby -PLIST_SUB+= RUBY="@comment " .endif .if ${PORT_OPTIONS:MUNIQUE} diff -urN /usr/ports/science/gwyddion/distinfo science/gwyddion/distinfo --- /usr/ports/science/gwyddion/distinfo 2013-06-21 03:54:00.000000000 +0900 +++ science/gwyddion/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gwyddion-2.31.tar.xz) = 31d8aa15142a8e28d8a0cc0d2bc35903b112b1efc3da08452f89f6cac5f45276 -SIZE (gwyddion-2.31.tar.xz) = 2823012 +SHA256 (gwyddion-2.32.tar.xz) = 2f854fb7b34dc9e0cd3cd10e6ba5c7acef5285d997848554c6629442af7d779b +SIZE (gwyddion-2.32.tar.xz) = 2892212 diff -urN /usr/ports/science/gwyddion/pkg-descr science/gwyddion/pkg-descr --- /usr/ports/science/gwyddion/pkg-descr 2013-06-21 03:53:59.000000000 +0900 +++ science/gwyddion/pkg-descr 2013-10-08 00:00:00.000000000 +0900 @@ -1,12 +1,12 @@ -Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and -analysis tool written with Gtk+. +Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization +and analysis tool written with Gtk+. It can be used for all most frequently used data processing operations -including: leveling, false color plotting, shading, filtering, denoising, data -editing, integral transforms, grain analysis, profile extraction, fractal -analysis, and many more. The program is primarily focused on SPM data analysis -(e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it -can also be used for analysis of SEM (Scanning Electron Microscopy) data or any -other 2D data. +including: leveling, false color plotting, shading, filtering, +denoising, data editing, integral transforms, grain analysis, profile +extraction, fractal analysis, and many more. The program is primarily +focused on SPM data analysis (e.g. data obtained from AFM, STM, NSOM, +and similar microscopes). However, it can also be used for analysis of +SEM (Scanning Electron Microscopy) data or any other 2D data. WWW: http://gwyddion.net/ diff -urN /usr/ports/science/gwyddion/pkg-plist science/gwyddion/pkg-plist --- /usr/ports/science/gwyddion/pkg-plist 2013-07-01 19:05:04.000000000 +0900 +++ science/gwyddion/pkg-plist 2013-10-08 00:00:00.000000000 +0900 @@ -15,6 +15,7 @@ include/gwyddion/app/gwyplaintool.h include/gwyddion/app/gwytool.h include/gwyddion/app/menu.h +include/gwyddion/app/meta.h include/gwyddion/app/resource-editor.h include/gwyddion/app/settings.h include/gwyddion/app/undo.h @@ -105,6 +106,7 @@ include/gwyddion/libgwymodule/gwymodule-layer.h include/gwyddion/libgwymodule/gwymodule-process.h include/gwyddion/libgwymodule/gwymodule-tool.h +include/gwyddion/libgwymodule/gwymodule-volume.h include/gwyddion/libgwymodule/gwymodule.h include/gwyddion/libgwymodule/gwymodulebrowser.h include/gwyddion/libgwymodule/gwymoduleenums.h @@ -283,6 +285,8 @@ lib/gwyddion/modules/file/rhk-spm32.so lib/gwyddion/modules/file/robotics.la lib/gwyddion/modules/file/robotics.so +lib/gwyddion/modules/file/s94file.la +lib/gwyddion/modules/file/s94file.so lib/gwyddion/modules/file/sdfile.la lib/gwyddion/modules/file/sdfile.so lib/gwyddion/modules/file/seiko.la @@ -311,6 +315,8 @@ lib/gwyddion/modules/file/stpfile.so lib/gwyddion/modules/file/surffile.la lib/gwyddion/modules/file/surffile.so +lib/gwyddion/modules/file/tescan.la +lib/gwyddion/modules/file/tescan.so lib/gwyddion/modules/file/tiaser.la lib/gwyddion/modules/file/tiaser.so lib/gwyddion/modules/file/unisoku.la @@ -371,8 +377,6 @@ lib/gwyddion/modules/process/averaging.so lib/gwyddion/modules/process/basicops.la lib/gwyddion/modules/process/basicops.so -lib/gwyddion/modules/process/brickshow.la -lib/gwyddion/modules/process/brickshow.so lib/gwyddion/modules/process/calcoefs_load.la lib/gwyddion/modules/process/calcoefs_load.so lib/gwyddion/modules/process/calcoefs_new.la @@ -511,9 +515,12 @@ lib/gwyddion/modules/process/tipops.so lib/gwyddion/modules/process/unrotate.la lib/gwyddion/modules/process/unrotate.so +lib/gwyddion/modules/process/volumize.la +lib/gwyddion/modules/process/volumize.so +lib/gwyddion/modules/process/volumize_layers.la +lib/gwyddion/modules/process/volumize_layers.so lib/gwyddion/modules/process/xydenoise.la lib/gwyddion/modules/process/xydenoise.so -%%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb lib/gwyddion/modules/tool/crop.la lib/gwyddion/modules/tool/crop.so lib/gwyddion/modules/tool/distance.la @@ -552,6 +559,14 @@ lib/gwyddion/modules/tool/spotremove.so lib/gwyddion/modules/tool/stats.la lib/gwyddion/modules/tool/stats.so +lib/gwyddion/modules/volume/volume_calibrate.la +lib/gwyddion/modules/volume/volume_calibrate.so +lib/gwyddion/modules/volume/volume_extract.la +lib/gwyddion/modules/volume/volume_extract.so +lib/gwyddion/modules/volume/volume_fdfit.la +lib/gwyddion/modules/volume/volume_fdfit.so +lib/gwyddion/modules/volume/volume_invert.la +lib/gwyddion/modules/volume/volume_invert.so %%PERL%%lib/gwyddion/perl/Gwyddion/dump.pm %%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.py %%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyc @@ -559,35 +574,39 @@ %%PYTHON%%lib/gwyddion/python/Gwyddion/dump.py %%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyc %%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyo +%%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb lib/libgwyapp2.la lib/libgwyapp2.so -lib/libgwyapp2.so.7 +lib/libgwyapp2.so.8 lib/libgwyddion2.la lib/libgwyddion2.so lib/libgwyddion2.so.10 lib/libgwydgets2.la lib/libgwydgets2.so -lib/libgwydgets2.so.12 +lib/libgwydgets2.so.13 lib/libgwydraw2.la lib/libgwydraw2.so -lib/libgwydraw2.so.1 +lib/libgwydraw2.so.2 lib/libgwymodule2.la lib/libgwymodule2.so -lib/libgwymodule2.so.5 +lib/libgwymodule2.so.6 lib/libgwyprocess2.la lib/libgwyprocess2.so -lib/libgwyprocess2.so.16 +lib/libgwyprocess2.so.17 libdata/pkgconfig/gwyddion.pc libexec/gwyddion/plugins/file/dump +%%RUBY%%libexec/gwyddion/plugins/process/invert_narray.rb %%PERL%%libexec/gwyddion/plugins/process/invert_perl.pl %%PERL%%libexec/gwyddion/plugins/process/invert_perl.pl.rgi %%PYTHON%%libexec/gwyddion/plugins/process/invert_python.py %%PYTHON%%libexec/gwyddion/plugins/process/invert_python.py.rgi -%%RUBY%%libexec/gwyddion/plugins/process/invert_narray.rb %%RUBY%%libexec/gwyddion/plugins/process/invert_ruby.rb %%RUBY%%libexec/gwyddion/plugins/process/invert_ruby.rb.rgi libexec/gwyddion/plugins/process/yellow.sh libexec/gwyddion/plugins/process/yellow.sh.rgi +man/man1/gwyddion.1.gz +man/man1/gwyddion-thumbnailer.1.gz +man/man3/Gwyddion::dump.3pm.gz share/applications/gwyddion.desktop %%DATADIR%%/glmaterials/Alien-Alloy %%DATADIR%%/glmaterials/Black-Plastic @@ -814,6 +833,7 @@ %%PYTHON%%@dirrm lib/gwyddion/python %%PERL%%@dirrm lib/gwyddion/perl/Gwyddion %%PERL%%@dirrm lib/gwyddion/perl +@dirrm lib/gwyddion/modules/volume @dirrm lib/gwyddion/modules/tool @dirrm lib/gwyddion/modules/process @dirrm lib/gwyddion/modules/layer >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EDEB8EB for ; Mon, 7 Oct 2013 18:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D13B926A7 for ; Mon, 7 Oct 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA0Ha057805 for ; Mon, 7 Oct 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA06m057799; Mon, 7 Oct 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:00 GMT Resent-Message-Id: <201310071810.r97IA06m057799@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57521D7C for ; Mon, 7 Oct 2013 18:00:25 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2AEC92616 for ; Mon, 7 Oct 2013 18:00:25 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta02.auone-net.jp (au one net mail) with ESMTP id 6F9F615600BF for ; Tue, 8 Oct 2013 03:00:23 +0900 (JST) Message-Id: <20131008025041.77c9c6818374c3e80ccac142@yahoo.com> Date: Tue, 8 Oct 2013 02:50:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182797: games/xdeblock: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:01 -0000 >Number: 182797 >Category: ports >Synopsis: games/xdeblock: Fix build with 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: Mon Oct 07 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xdeblock/Makefile games/xdeblock/Makefile --- /usr/ports/games/xdeblock/Makefile 2013-09-22 04:10:17.000000000 +0900 +++ games/xdeblock/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -17,14 +17,14 @@ USE_XORG= xpm NO_INSTALL_MANPAGES= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/main.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xdeblo ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/X11/xdeblock/mapf - ${CHMOD} 777 ${PREFIX}/lib/X11/xdeblock/mapf - ${INSTALL_DATA} ${WRKSRC}/mapf/*.txt ${PREFIX}/lib/X11/xdeblock/mapf + (cd ${WRKSRC} && ${INSTALL_PROGRAM} xdeblo ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf + ${CHMOD} 777 ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf + (cd ${WRKSRC}/mapf && ${INSTALL_DATA} *.txt \ + ${STAGEDIR}${PREFIX}/lib/X11/xdeblock/mapf) .include diff -urN /usr/ports/games/xdeblock/files/patch-ab games/xdeblock/files/patch-ab --- /usr/ports/games/xdeblock/files/patch-ab 2013-06-21 03:49:04.000000000 +0900 +++ games/xdeblock/files/patch-ab 2013-10-08 00:00:00.000000000 +0900 @@ -1,5 +1,5 @@ -*** main.c.orig Sat Nov 16 14:37:16 1996 ---- main.c Thu Jan 15 00:00:00 2000 +*** main.c.orig +--- main.c *************** *** 66,72 **** /*** set s_map ***/ @@ -17,3 +17,37 @@ for(i =1; i < argc; i++) { +*************** +*** 584,590 **** + break; + case 1: /**** game continue ****/ + if(nowDataRec.nowMap.continueCount < 0) +! return; + gameMainFlg.demoFlg = False; + gameMainFlg.useContinue = True; + nowDataRec.nowMap.continueCount --; +--- 584,590 ---- + break; + case 1: /**** game continue ****/ + if(nowDataRec.nowMap.continueCount < 0) +! return(True); + gameMainFlg.demoFlg = False; + gameMainFlg.useContinue = True; + nowDataRec.nowMap.continueCount --; +*************** +*** 855,861 **** + } + + +! void main(argc,argv) + int argc; + char *argv[]; + { +--- 855,861 ---- + } + + +! int main(argc,argv) + int argc; + char *argv[]; + { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 192F8FE for ; Mon, 7 Oct 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E00CF26B7 for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA2d2058070 for ; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA2uI058069; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:02 GMT Resent-Message-Id: <201310071810.r97IA2uI058069@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 509CECED for ; Mon, 7 Oct 2013 18:00:18 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1051B260E for ; Mon, 7 Oct 2013 18:00:17 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta02.auone-net.jp (au one net mail) with ESMTP id 1B0F11560095 for ; Tue, 8 Oct 2013 03:00:03 +0900 (JST) Message-Id: <20131008025033.277c477589440d916622b7e8@yahoo.com> Date: Tue, 8 Oct 2013 02:50:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182804: devel/zmq-devel: Update to version 3.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:03 -0000 >Number: 182804 >Category: ports >Synopsis: devel/zmq-devel: Update to version 3.2.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 Oct 07 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 3.2.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/zmq-devel/Makefile devel/zmq-devel/Makefile --- /usr/ports/devel/zmq-devel/Makefile 2013-09-22 00:56:08.000000000 +0900 +++ devel/zmq-devel/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/zmq-devel/Makefile 327726 2013-09-20 17:17:44Z bapt $ PORTNAME= zmq -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel net MASTER_SITES= http://download.zeromq.org/ PKGNAMESUFFIX= -devel @@ -10,67 +10,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source message queue optimised for performance +USES= pathfix GNU_CONFIGURE= yes -USES= pathfix +CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes CONFLICTS= zmq-[0-9]* -MAN7= \ - zmq_pgm.7 \ - zmq_ipc.7 \ - zmq_epgm.7 \ - zmq_tcp.7 \ - zmq.7 \ - zmq_inproc.7 - -MAN3= \ - zmq_bind.3 \ - zmq_close.3 \ - zmq_connect.3 \ - zmq_ctx_destroy.3 \ - zmq_ctx_get.3 \ - zmq_ctx_new.3 \ - zmq_ctx_set.3 \ - zmq_disconnect.3 \ - zmq_errno.3 \ - zmq_getsockopt.3 \ - zmq_init.3 \ - zmq_msg_close.3 \ - zmq_msg_copy.3 \ - zmq_msg_data.3 \ - zmq_msg_get.3 \ - zmq_msg_init.3 \ - zmq_msg_init_data.3 \ - zmq_msg_init_size.3 \ - zmq_msg_more.3 \ - zmq_msg_move.3 \ - zmq_msg_recv.3 \ - zmq_msg_send.3 \ - zmq_msg_set.3 \ - zmq_msg_size.3 \ - zmq_poll.3 \ - zmq_proxy.3 \ - zmq_recv.3 \ - zmq_recvmsg.3 \ - zmq_send.3 \ - zmq_sendmsg.3 \ - zmq_setsockopt.3 \ - zmq_socket.3 \ - zmq_socket_monitor.3 \ - zmq_strerror.3 \ - zmq_term.3 \ - zmq_unbind.3 \ - zmq_version.3 - -NO_STAGE= yes -regression-test: - cd ${WRKSRC} && ${MAKE} check - .include .if defined(CC) && ${CC:T:M*clang*} == "clang" || ${OSVERSION} >= 1000024 CXXFLAGS+= -Wno-mismatched-tags .endif +regression-test: + cd ${WRKSRC} && ${MAKE} check + .include diff -urN /usr/ports/devel/zmq-devel/distinfo devel/zmq-devel/distinfo --- /usr/ports/devel/zmq-devel/distinfo 2013-07-19 19:45:07.000000000 +0900 +++ devel/zmq-devel/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (zeromq-3.2.3.tar.gz) = e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238 -SIZE (zeromq-3.2.3.tar.gz) = 2072758 +SHA256 (zeromq-3.2.4.tar.gz) = df96a141c85b65c2cb6c0db22223126623a09eecbfccb7f74400f3f938742f59 +SIZE (zeromq-3.2.4.tar.gz) = 2083123 diff -urN /usr/ports/devel/zmq-devel/files/patch-tests__test_connect_delay.cpp devel/zmq-devel/files/patch-tests__test_connect_delay.cpp --- /usr/ports/devel/zmq-devel/files/patch-tests__test_connect_delay.cpp 2013-07-19 19:45:07.000000000 +0900 +++ devel/zmq-devel/files/patch-tests__test_connect_delay.cpp 2013-10-08 00:00:00.000000000 +0900 @@ -1,9 +1,10 @@ --- ./tests/test_connect_delay.cpp.orig 2013-07-19 13:30:55.436108722 +0400 +++ ./tests/test_connect_delay.cpp 2013-07-19 13:30:59.430156726 +0400 -@@ -257,4 +257,4 @@ - - rc = zmq_ctx_destroy(context2); - assert (rc == 0); --} -\ No newline at end of file -+} +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + + #undef NDEBUG diff -urN /usr/ports/devel/zmq-devel/pkg-plist devel/zmq-devel/pkg-plist --- /usr/ports/devel/zmq-devel/pkg-plist 2013-06-21 04:00:21.000000000 +0900 +++ devel/zmq-devel/pkg-plist 2013-10-08 00:00:00.000000000 +0900 @@ -5,3 +5,46 @@ lib/libzmq.so lib/libzmq.so.3 libdata/pkgconfig/libzmq.pc +man/man3/zmq_bind.3.gz +man/man3/zmq_close.3.gz +man/man3/zmq_connect.3.gz +man/man3/zmq_ctx_destroy.3.gz +man/man3/zmq_ctx_get.3.gz +man/man3/zmq_ctx_new.3.gz +man/man3/zmq_ctx_set.3.gz +man/man3/zmq_disconnect.3.gz +man/man3/zmq_errno.3.gz +man/man3/zmq_getsockopt.3.gz +man/man3/zmq_init.3.gz +man/man3/zmq_msg_close.3.gz +man/man3/zmq_msg_copy.3.gz +man/man3/zmq_msg_data.3.gz +man/man3/zmq_msg_get.3.gz +man/man3/zmq_msg_init.3.gz +man/man3/zmq_msg_init_data.3.gz +man/man3/zmq_msg_init_size.3.gz +man/man3/zmq_msg_more.3.gz +man/man3/zmq_msg_move.3.gz +man/man3/zmq_msg_recv.3.gz +man/man3/zmq_msg_send.3.gz +man/man3/zmq_msg_set.3.gz +man/man3/zmq_msg_size.3.gz +man/man3/zmq_poll.3.gz +man/man3/zmq_proxy.3.gz +man/man3/zmq_recv.3.gz +man/man3/zmq_recvmsg.3.gz +man/man3/zmq_send.3.gz +man/man3/zmq_sendmsg.3.gz +man/man3/zmq_setsockopt.3.gz +man/man3/zmq_socket.3.gz +man/man3/zmq_socket_monitor.3.gz +man/man3/zmq_strerror.3.gz +man/man3/zmq_term.3.gz +man/man3/zmq_unbind.3.gz +man/man3/zmq_version.3.gz +man/man7/zmq.7.gz +man/man7/zmq_epgm.7.gz +man/man7/zmq_inproc.7.gz +man/man7/zmq_ipc.7.gz +man/man7/zmq_pgm.7.gz +man/man7/zmq_tcp.7.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85FDBF1 for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68F7F26AC for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA1Iv058010 for ; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA1Pl058006; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:01 GMT Resent-Message-Id: <201310071810.r97IA1Pl058006@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 323E5D89 for ; Mon, 7 Oct 2013 18:00:44 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id E01CA2621 for ; Mon, 7 Oct 2013 18:00:43 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta03.auone-net.jp (au one net mail) with ESMTP id 646DD1880007 for ; Tue, 8 Oct 2013 03:00:34 +0900 (JST) Message-Id: <20131008025056.782c9ec03223d4b7a006d3ec@yahoo.com> Date: Tue, 8 Oct 2013 02:50:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182799: net/nxproxy: Fix build on 10-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:01 -0000 >Number: 182799 >Category: ports >Synopsis: net/nxproxy: Fix build on 10-current >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 Oct 07 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Fix build on 10-current >How-To-Repeat: >Fix: diff -urN /usr/ports/net/nxproxy/Makefile net/nxproxy/Makefile --- /usr/ports/net/nxproxy/Makefile 2013-09-22 00:27:05.000000000 +0900 +++ net/nxproxy/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -11,22 +11,24 @@ nxproxy-${DISTVERSION}.tar.gz:nxproxy MAINTAINER= ports@FreeBSD.org -COMMENT= An x2go helper program +COMMENT= Helper program for x2go + +LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= nxserver-[0-9]* -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf + USE_XORG= ice x11 sm -CXXFLAGS+= -I${LOCALBASE}/include/libpng15 -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" +USE_GCC= any +USE_AUTOTOOLS= autoconf + +CPPFLAGS+= $$(libpng-config --I_opts) +LDFLAGS+= $$(libpng-config --L_opts) + PLIST_FILES= bin/nxproxy bin/setsid -NO_STAGE= yes .include .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 @@ -37,24 +39,28 @@ ${LN} -sf ${WRKDIR}/nxcomp-${DISTVERSION:S/2/1/} ${WRKDIR}/nxcomp post-patch: - ${REINPLACE_CMD} -e "s,-O3,${CFLAGS}," ${WRKSRC}/configure.in \ - ${WRKDIR}/nxcomp/configure.in - ${REINPLACE_CMD} -e "s,-lXcomp, -L${PREFIX}/lib -lpng -ljpeg ../nxcomp/libXcomp.a," \ - ${WRKSRC}/configure.in -.if ${OSVERSION} < 700000 - ${REINPLACE_CMD} -e "s,result = unsetenv,unsetenv," ${WRKDIR}/nxcomp/Children.cpp -.endif + @${REINPLACE_CMD} -e \ + '/-O3/s|^|#|' ${WRKSRC}/configure.in + @${REINPLACE_CMD} -e \ + '/-O3/s|^|#|' ${WRKDIR}/nxcomp/configure.in + @${REINPLACE_CMD} -e \ + 's|-Wpointer-arith|@CPPFLAGS@|' ${WRKDIR}/nxcomp/Makefile.in pre-configure: cd ${WRKDIR}/nxcomp; ${AUTOCONF} - cd ${WRKDIR}/nxcomp; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; + cd ${WRKDIR}/nxcomp; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \ + ${CONFIGURE_ARGS} --without-symbols \ + CC="${CC}" CFLAGS="${CFLAGS}" \ + CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ + CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" pre-build: cd ${WRKDIR}/nxcomp; ${MAKE_ENV} ${MAKE} cd ${WRKSRC}; ${CC} ${CFLAGS} ${FILESDIR}/setsid.c -o setsid do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nxproxy ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/setsid ${PREFIX}/bin +.for i in nxproxy setsid + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) +.endfor .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C261FFB for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9963D26B5 for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA2tB058059 for ; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA2n6058058; Mon, 7 Oct 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:02 GMT Resent-Message-Id: <201310071810.r97IA2n6058058@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 96E88D8E for ; Mon, 7 Oct 2013 18:00:46 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5012622 for ; Mon, 7 Oct 2013 18:00:46 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta03.auone-net.jp (au one net mail) with ESMTP id 3684D1880039 for ; Tue, 8 Oct 2013 03:00:37 +0900 (JST) Message-Id: <20131008025059.e57d543f19c882af7728c182@yahoo.com> Date: Tue, 8 Oct 2013 02:50:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182803: net/x2goclient: Update to version 4.0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:02 -0000 >Number: 182803 >Category: ports >Synopsis: net/x2goclient: Update to version 4.0.1.1 >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 Oct 07 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 4.0.1.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/x2goclient/Makefile net/x2goclient/Makefile --- /usr/ports/net/x2goclient/Makefile 2013-09-22 00:27:06.000000000 +0900 +++ net/x2goclient/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/x2goclient/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= x2goclient -PORTVERSION= 4.0.1.0 +PORTVERSION= 4.0.1.1 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ @@ -25,9 +25,6 @@ QMAKEFLAGS= QMAKE_LRELEASE="${QT_PREFIX}/bin/lrelease-qt4" INSTALLS_ICONS= yes -MAN1= x2goclient.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MLDAP} @@ -46,30 +43,33 @@ /#define USELDAP/s|^|//|' do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} + @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}) pre-build: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} compiler_TSQM_make_all + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ + ${MAKEFILE} compiler_TSQM_make_all) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x2goclient ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/man1/x2goclient.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/desktop/x2goclient.desktop \ - ${DESKTOPDIR} -.for dir in 16x16 32x32 48x48 64x64 128x128 - @${MKDIR} ${PREFIX}/share/icons/hicolor/${dir}/apps - ${INSTALL_DATA} ${WRKSRC}/icons/${dir}/x2goclient.png \ - ${PREFIX}/share/icons/hicolor/${dir}/apps + (cd ${WRKSRC} && ${INSTALL_PROGRAM} x2goclient \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} x2goclient.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + @${MKDIR} ${STAGEDIR}${DESKTOPDIR} + (cd ${WRKSRC}/desktop && ${INSTALL_DATA} x2goclient.desktop \ + ${STAGEDIR}${DESKTOPDIR}) +.for i in 16x16 32x32 48x48 64x64 128x128 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}/apps + (cd ${WRKSRC}/icons/${i} && ${INSTALL_DATA} x2goclient.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}/apps) .endfor - @${MKDIR} ${DATADIR}/icons - ${INSTALL_DATA} ${WRKSRC}/icons/x2goclient.xpm ${DATADIR}/icons - ${INSTALL_DATA} ${WRKSRC}/icons/128x128/x2goclient.png ${DATADIR}/icons - ${INSTALL_DATA} ${WRKSRC}/icons/128x128/x2gosession.png ${DATADIR}/icons -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/HOWTO.GPGCARD ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DATADIR}/icons + (cd ${WRKSRC}/icons && ${INSTALL_DATA} x2goclient.xpm \ + ${STAGEDIR}${DATADIR}/icons) +.for i in x2goclient.png x2gosession.png + (cd ${WRKSRC}/icons/128x128 && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DATADIR}/icons) +.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} HOWTO.GPGCARD ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/net/x2goclient/distinfo net/x2goclient/distinfo --- /usr/ports/net/x2goclient/distinfo 2013-06-21 03:41:55.000000000 +0900 +++ net/x2goclient/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (x2goclient-4.0.1.0.tar.gz) = 3c72760f901ef6801529b9b5d8c3333002a53c65bdaeb9832f80d65f44665ed6 -SIZE (x2goclient-4.0.1.0.tar.gz) = 1323833 +SHA256 (x2goclient-4.0.1.1.tar.gz) = dd3877f8830d6085241c60becbd79608a8b2155f941bac258cc5e2079f818be9 +SIZE (x2goclient-4.0.1.1.tar.gz) = 1345719 diff -urN /usr/ports/net/x2goclient/pkg-plist net/x2goclient/pkg-plist --- /usr/ports/net/x2goclient/pkg-plist 2013-06-21 03:41:55.000000000 +0900 +++ net/x2goclient/pkg-plist 2013-10-08 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/x2goclient +man/man1/x2goclient.1.gz share/applications/x2goclient.desktop %%PORTDOCS%%%%DOCSDIR%%/HOWTO.GPGCARD share/icons/hicolor/128x128/apps/x2goclient.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9818E9 for ; Mon, 7 Oct 2013 18:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C0AE26A5 for ; Mon, 7 Oct 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA0u5057641 for ; Mon, 7 Oct 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA0o7057628; Mon, 7 Oct 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:00 GMT Resent-Message-Id: <201310071810.r97IA0o7057628@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29E58D91 for ; Mon, 7 Oct 2013 18:00:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id DF27D2625 for ; Mon, 7 Oct 2013 18:00:58 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta02.auone-net.jp (au one net mail) with ESMTP id 4119A1560095 for ; Tue, 8 Oct 2013 03:00:55 +0900 (JST) Message-Id: <20131008025129.9c60db162a93d5bad59e4dbc@yahoo.com> Date: Tue, 8 Oct 2013 02:51:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182796: x11-wm/jwm: Update to version 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:00 -0000 >Number: 182796 >Category: ports >Synopsis: x11-wm/jwm: Update to version 2.1.0 >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 Oct 07 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 2.1.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/jwm/Makefile x11-wm/jwm/Makefile --- /usr/ports/x11-wm/jwm/Makefile 2013-09-22 01:11:29.000000000 +0900 +++ x11-wm/jwm/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,45 +2,98 @@ # $FreeBSD: head/x11-wm/jwm/Makefile 327786 2013-09-21 00:01:16Z bapt $ PORTNAME= jwm -PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTVERSION= 2.1.0 CATEGORIES= x11-wm -MASTER_SITES= SF http://joewing.net/programs/jwm/releases/ +MASTER_SITES= SF \ + http://joewing.net/programs/jwm/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Joe's Window Manager LICENSE= GPLv2 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +OPTIONS_DEFINE= FRIBIDI XEXT XFT XINERAMA XMU XPM XRENDER JPEG PNG DEBUG +OPTIONS_DEFAULT=FRIBIDI XEXT XFT XINERAMA XMU XPM XRENDER JPEG PNG +FRIBIDI_DESC= Unicode Bidirectional Algorithm support +XEXT_DESC= X11 Shape Extension support +XMU_DESC= X11 Miscellaneous Utilities support +XRENDER_DESC= X11 Render Extension support +USE_BZIP2= yes USES= pkgconfig -USE_XORG= xpm +USE_XORG= x11 GNU_CONFIGURE= yes -USE_BZIP2= yes -CFLAGS+= -I${LOCALBASE}/include + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= jwm.1 - -OPTIONS_DEFINE= FRIBIDI XFT XINERAMA JPEG DEBUG -OPTIONS_DEFAULT= FRIBIDI XFT XINERAMA JPEG -DEBUG_DESC= Enable debugging +.include -FRIBIDI_BUILD_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi -JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg -DEBUG_CONFIGURE_ON= --enable-debug +.if ${PORT_OPTIONS:MFRIBIDI} +LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi +.else +CONFIGURE_ARGS+= --disable-fribidi +.endif -NO_STAGE= yes -.include +.if ${PORT_OPTIONS:MXEXT} +USE_XORG+= xext +.else +CONFIGURE_ARGS+= --disable-shape +.endif .if ${PORT_OPTIONS:MXFT} +.if empty(PORT_OPTIONS:MXRENDER) +IGNORE= XFT support requires XRENDER +.endif USE_XORG+= xft +.else +CONFIGURE_ARGS+= --disable-xft .endif .if ${PORT_OPTIONS:MXINERAMA} USE_XORG+= xinerama +.else +CONFIGURE_ARGS+= --disable-xinerama +.endif + +.if ${PORT_OPTIONS:MXMU} +.if empty(PORT_OPTIONS:MXEXT) +IGNORE= XMU support requires XEXT +.endif +USE_XORG+= xmu +.else +CONFIGURE_ARGS+= --disable-xmu +.endif + +.if ${PORT_OPTIONS:MXPM} +.if empty(PORT_OPTIONS:MXEXT) +IGNORE= XPM support requires XEXT +.endif +USE_XORG+= xpm +.else +CONFIGURE_ARGS+= --disable-xpm +.endif + +.if ${PORT_OPTIONS:MXRENDER} +USE_XORG+= xrender +.else +CONFIGURE_ARGS+= --disable-xrender +.endif + +.if ${PORT_OPTIONS:MJPEG} +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg +.else +CONFIGURE_ARGS+= --disable-jpeg +.endif + +.if ${PORT_OPTIONS:MPNG} +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png +.else +CONFIGURE_ARGS+= --disable-png +.endif + +.if ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-debug .endif post-patch: @@ -49,11 +102,11 @@ @${REINPLACE_CMD} -e 's|fribidi_char_sets_utf8.h|fribidi-char-sets.h|' ${WRKSRC}/src/jwm.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/jwm ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/example.jwmrc ${PREFIX}/etc/system.jwmrc.sample - if ! [ -f ${PREFIX}/etc/system.jwmrc ]; then \ - ${INSTALL_DATA} ${WRKSRC}/example.jwmrc ${PREFIX}/etc/system.jwmrc; \ - fi - ${INSTALL_MAN} ${WRKSRC}/jwm.1 ${MANPREFIX}/man/man1 + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} jwm \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} jwm.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_DATA} example.jwmrc \ + ${STAGEDIR}${PREFIX}/etc/system.jwmrc.sample) .include diff -urN /usr/ports/x11-wm/jwm/distinfo x11-wm/jwm/distinfo --- /usr/ports/x11-wm/jwm/distinfo 2013-06-21 03:47:52.000000000 +0900 +++ x11-wm/jwm/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (jwm-2.0.1.tar.bz2) = dcd6a6bd519578dfc2f3cfde269cea1f9090c87ebf2940bff26cbcca00f0a5c7 -SIZE (jwm-2.0.1.tar.bz2) = 248607 +SHA256 (jwm-2.1.0.tar.bz2) = 5c99f9023dc8c2597effdaacc240ff4c2e07e77c8244f3bf1de5cc483bcf08ab +SIZE (jwm-2.1.0.tar.bz2) = 163590 diff -urN /usr/ports/x11-wm/jwm/files/patch-example.jwmrc x11-wm/jwm/files/patch-example.jwmrc --- /usr/ports/x11-wm/jwm/files/patch-example.jwmrc 2013-06-21 03:47:52.000000000 +0900 +++ x11-wm/jwm/files/patch-example.jwmrc 2013-10-08 00:00:00.000000000 +0900 @@ -6,17 +6,19 @@ @@ -5,7 +5,8 @@ - -- rxvt + +- xterm + rxvt + xterm - audacious -@@ -136,6 +137,9 @@ + dia +@@ -150,7 +151,10 @@ + - $HOME/.icons +- /usr/share/icons/wm-icons/32x32-gant ++ $HOME/.icons + %%PREFIX%%/share/icons + %%PREFIX%%/share/pixmaps + %%PREFIX%%/lib/X11/icons diff -urN /usr/ports/x11-wm/jwm/pkg-plist x11-wm/jwm/pkg-plist --- /usr/ports/x11-wm/jwm/pkg-plist 2013-06-21 03:47:52.000000000 +0900 +++ x11-wm/jwm/pkg-plist 2013-10-08 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/jwm +man/man1/jwm.1.gz @unexec if cmp -s %D/etc/system.jwmrc %D/etc/system.jwmrc.sample; then rm -f %D/etc/system.jwmrc; fi etc/system.jwmrc.sample @exec if [ ! -f %D/etc/system.jwmrc ]; then cp -p %D/etc/system.jwmrc.sample %D/etc/system.jwmrc; fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44504EF for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 262D426A9 for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA1GA057904 for ; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA0hu057897; Mon, 7 Oct 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:00 GMT Resent-Message-Id: <201310071810.r97IA0hu057897@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF60CD88 for ; Mon, 7 Oct 2013 18:00:38 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta01.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id A270A261F for ; Mon, 7 Oct 2013 18:00:38 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta01.auone-net.jp (au one net mail) with ESMTP id A5317980059 for ; Tue, 8 Oct 2013 03:00:30 +0900 (JST) Message-Id: <20131008025052.ed903f93debc42dbab95d2a3@yahoo.com> Date: Tue, 8 Oct 2013 02:50:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182798: misc/ondir: Update to version 0.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:01 -0000 >Number: 182798 >Category: ports >Synopsis: misc/ondir: Update to version 0.2.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 Oct 07 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.2.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/ondir/Makefile misc/ondir/Makefile --- /usr/ports/misc/ondir/Makefile 2013-09-22 00:30:55.000000000 +0900 +++ misc/ondir/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,23 +2,33 @@ # $FreeBSD: head/misc/ondir/Makefile 327745 2013-09-20 20:50:57Z bapt $ PORTNAME= ondir -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= misc MASTER_SITES= http://swapoff.org/files/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Automatically executes scripts as you traverse directories +LICENSE= GPLv2 + ALL_TARGET= ${PORTNAME} -MAKE_ARGS= PREFIX=${PREFIX} CONF=${PREFIX}/etc/ondirrc -MAN1= ${PORTNAME}.1 -MANCOMPRESSED= no -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^PREFIX=|PREFIX?=| ; \ + s|^CONF=/etc|CONF=$${PREFIX}/etc| ; \ + s|^CC=|CC?=| ; \ + s|^CFLAGS=-O3|CFLAGS+=-c| ; \ + s|^CFLAGS=-Wall|#CFLAGS=-Wall| ; \ + s|^LD=cc|LD=$${CC}| ; \ + s|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile -NO_STAGE= yes do-install: - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include diff -urN /usr/ports/misc/ondir/distinfo misc/ondir/distinfo --- /usr/ports/misc/ondir/distinfo 2013-09-20 19:48:10.000000000 +0900 +++ misc/ondir/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ondir-0.2.3.tar.gz) = 504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3 -SIZE (ondir-0.2.3.tar.gz) = 17820 +SHA256 (ondir-0.2.4.tar.gz) = 52921cdcf02273e0d47cc6172df6a0d2c56980d724568276acb0591e0bda343a +SIZE (ondir-0.2.4.tar.gz) = 52860 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D62BDF5 for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B48D526AF for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA1DR058026 for ; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA1b3058025; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:01 GMT Resent-Message-Id: <201310071810.r97IA1b3058025@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AE6DD90 for ; Mon, 7 Oct 2013 18:00:53 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABBB2624 for ; Mon, 7 Oct 2013 18:00:53 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta02.auone-net.jp (au one net mail) with ESMTP id 29EC41560095 for ; Tue, 8 Oct 2013 03:00:48 +0900 (JST) Message-Id: <20131008025106.450f37bea44e6fd1cdb9fed1@yahoo.com> Date: Tue, 8 Oct 2013 02:51:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182800: science/qcl: Update to version 0.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:01 -0000 >Number: 182800 >Category: ports >Synopsis: science/qcl: Update to version 0.6.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 Oct 07 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.6.3 New file: files/patch-options.cc Remove file: files/patch-aa files/patch-qc-Makefile pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/science/qcl/Makefile science/qcl/Makefile --- /usr/ports/science/qcl/Makefile 2013-09-22 01:15:06.000000000 +0900 +++ science/qcl/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,17 +2,57 @@ # $FreeBSD: head/science/qcl/Makefile 327767 2013-09-20 22:48:30Z bapt $ PORTNAME= qcl -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= science math MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A quantum computer simulator +COMMENT= Quantum computer simulator + +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= PLOTUTILS +PLOTUTILS_DESC= Plotting support via plotutils NO_STAGE= yes -do-configure: - echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile - cd ${WRKSRC} && make dep + +USES= bison gmake readline +USE_GCC= any + +PLIST_FILES= bin/qcl \ + %%DATADIR%%/default.qcl %%DATADIR%%/deutsch.qcl \ + %%DATADIR%%/dft.qcl %%DATADIR%%/examples.qcl \ + %%DATADIR%%/grover.qcl %%DATADIR%%/linalg.qcl \ + %%DATADIR%%/modarith.qcl %%DATADIR%%/primes.qcl \ + %%DATADIR%%/shor.qcl %%DATADIR%%/test.qcl +PLIST_DIRS= %%DATADIR%% + +.include + +.if ${PORT_OPTIONS:MPLOTUTILS} +LIB_DEPENDS+= plotter:${PORTSDIR}/graphics/plotutils +CXXFLAGS+= -I${LOCALBASE}/include -DQCL_PLOT +LDFLAGS+= -L${LOCALBASE}/lib -lplotter +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|/usr/local|${PREFIX}| ; \ + s|lib/qcl|share/qcl| ; \ + s|-O2 -g|| ; \ + s|^PLOPT|#PLOPT| ; \ + s|^PLLIB|#PLLIB| ; \ + /^CXXFLAGS/s| =| +=| ; \ + /^LDFLAGS/s| =| +=|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|-g -O2|| ; \ + /^CXXFLAGS/s| =| +=| ; \ + /^LDFLAGS/s| =| +=|' ${WRKSRC}/qc/Makefile + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} qcl ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.qcl ${STAGEDIR}${DATADIR}) .include diff -urN /usr/ports/science/qcl/distinfo science/qcl/distinfo --- /usr/ports/science/qcl/distinfo 2013-06-21 03:53:59.000000000 +0900 +++ science/qcl/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (qcl-0.6.1.tgz) = 3e7195fd0a2a65aed5868d40d4dfeccbc0151674682a68d4214332f65ee4338c -SIZE (qcl-0.6.1.tgz) = 130922 +SHA256 (qcl-0.6.3.tgz) = c9f459b265ca181fdd4023cfb0d41a93a245eb5d47948a4002263384658d7cbb +SIZE (qcl-0.6.3.tgz) = 133786 diff -urN /usr/ports/science/qcl/files/patch-aa science/qcl/files/patch-aa --- /usr/ports/science/qcl/files/patch-aa 2013-06-21 03:53:59.000000000 +0900 +++ science/qcl/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,136 +0,0 @@ ---- Makefile.orig Mon Mar 29 15:24:31 2004 -+++ Makefile Tue Feb 1 01:37:09 2005 -@@ -14,25 +14,25 @@ - - # Directory for Standard .qcl files - --QCLDIR = /usr/local/lib/qcl -+QCLDIR = ${PREFIX}/share/qcl - - # Path for qcl binaries - --QCLBIN = /usr/local/bin -+QCLBIN = ${PREFIX}/bin - - # Debugging options - - #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG - #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG --DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG -+DEBUG = -DQCL_DEBUG -DQC_DEBUG - #DEBUG = -O2 - - # Plotting support - # - # Comment out if you don't have GNU libplotter and X - --PLOPT = -DQCL_PLOT --PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 -+#PLOPT = -DQCL_PLOT -+#PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lXpm -lSM -lICE -lX11 - #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -lXt -lXext -lX11 - #PLLIB = -L/usr/X11/lib -lplotter -lXaw -lXmu -Xt -lSM -ICE -lXext -lX11 - -@@ -42,8 +42,8 @@ - # explicit linking against libtermcap or libncurses may be required - - RLOPT = -DQCL_USE_READLINE --#RLLIB = -lreadline --RLLIB = -lreadline -lncurses -+RLLIB = -lreadline -+#RLLIB = -lreadline -lncurses - - # Interrupt support - # -@@ -51,12 +51,6 @@ - - IRQOPT = -DQCL_IRQ - --# Replace with lex and yacc on non-GNU systems (untested) -- --LEX = flex --YACC = bison --INSTALL = install -- - ##### You shouldn't have to edit the stuff below ##### - - DATE = `date +"%y.%m.%d-%H%M"` -@@ -65,13 +59,11 @@ - QCLIB = $(QCDIR)/libqc.a - QCLINC = lib - --CC = g++ --CPP = $(CC) -E --CFLAGS = -c -Wall $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" --LFLAGS = -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) -+CXXFLAGS += $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" -+LDFLAGS += -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB) - --FILESCC = $(wildcard *.cc) --FILESH = $(wildcard *.h) -+FILESCC = *.cc -+FILESH = *.h - - SOURCE = $(FILESCC) $(FILESH) qcl.lex qcl.y Makefile - -@@ -79,23 +71,11 @@ - lex.o yacc.o print.o quheap.o extern.o eval.o exec.o \ - parse.o options.o debug.o cond.o dump.o plot.o format.o - --all: do-it-all -+all: build - --ifeq (.depend,$(wildcard .depend)) --include .depend --do-it-all: build --else --do-it-all: dep -- make --endif -- --#### Rules for depend -- --dep: lex.cc yacc.cc yacc.h $(QCLIB) -- for i in *.cc; do \ -- $(CPP) -I$(QCDIR) -MM $$i; \ -- echo -e '\t$(CC) $(CFLAGS)' $$i '\n'; \ -- done > .depend -+ -+dep: -+ mkdep ${CXXFLAGS} ${FILESCC} - - lex.cc: qcl.lex - $(LEX) -olex.cc qcl.lex -@@ -107,26 +87,26 @@ - mv yacc.*?h yacc.h - - $(QCLIB): -- cd $(QCDIR) && make libqc.a -+ +cd ${QCDIR} && ${MAKE} ${MAKEFLAGS} libqc.a - - #### Rules for build - - build: qcl $(QCLINC)/default.qcl - - qcl: $(OBJECTS) qcl.o $(QCLIB) -- $(CC) $(OBJECTS) qcl.o $(LFLAGS) -o qcl -+ $(CXX) $(OBJECTS) qcl.o $(LDFLAGS) -o qcl - - qcl-static: $(OBJECTS) qcl.o $(QCLIB) -- $(CC) -static $(OBJECTS) qcl.o $(LFLAGS) -o qcl-static -+ $(CXX) -static $(OBJECTS) qcl.o $(LDFLAGS) -o qcl-static - strip qcl-static - - $(QCLINC)/default.qcl: extern.cc - grep "^//!" extern.cc | cut -c5- > $(QCLINC)/default.qcl - - install: build -- $(INSTALL) -m 0755 -d $(QCLBIN) $(QCLDIR) -- $(INSTALL) -m 0755 ./qcl $(QCLBIN) -- $(INSTALL) -m 0644 ./lib/*.qcl $(QCLDIR) -+ umask 022; mkdir -p $(QCLDIR); chmod 0755 $(QCLDIR) -+ ${INSTALL} -m 0755 ./qcl $(QCLBIN) -+ ${INSTALL} -m 0644 ./lib/*.qcl $(QCLDIR) - - uninstall: - rm -f $(QCLBIN) diff -urN /usr/ports/science/qcl/files/patch-options.cc science/qcl/files/patch-options.cc --- /usr/ports/science/qcl/files/patch-options.cc 1970-01-01 09:00:00.000000000 +0900 +++ science/qcl/files/patch-options.cc 2013-10-08 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- options.cc.orig ++++ options.cc +@@ -13,8 +13,9 @@ + ************************************************************************/ + + +-#include +-#include ++#include ++#include ++#include + + #include "options.h" + #include "error.h" diff -urN /usr/ports/science/qcl/files/patch-qc-Makefile science/qcl/files/patch-qc-Makefile --- /usr/ports/science/qcl/files/patch-qc-Makefile 2013-06-21 03:53:59.000000000 +0900 +++ science/qcl/files/patch-qc-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,49 +0,0 @@ ---- qc/Makefile.orig Mon Mar 29 15:24:31 2004 -+++ qc/Makefile Tue Feb 1 01:27:33 2005 -@@ -12,7 +12,7 @@ - - # Debugging options - --DEBUG = -g -O2 -DQC_DEBUG -+DEBUG = -DQC_DEBUG - #DEBUG = -g -pg -DQC_DEBUG - #DEBUG = -O2 - -@@ -21,10 +21,8 @@ - - #PRGOPT = -DQC_USE_RAND48 - --CC = g++ --CFLAGS = -c -pedantic -Wall $(DEBUG) $(PRGOPT) -- --LNKOPT = -L. -lm -lqc -+CXXFLAGS += $(DEBUG) $(PRGOPT) -+LDFLAGS += -L. -lm -lqc - - FILESCC = bitvec.cc terms.cc qustates.cc operator.cc - FILESH = bitvec.h terms.h qustates.h operator.h qc.h -@@ -36,23 +34,9 @@ - ar rc libqc.a bitvec.o terms.o qustates.o operator.o - ranlib libqc.a - --bitvec.o: bitvec.cc bitvec.h -- $(CC) bitvec.cc -o bitvec.o $(CFLAGS) -- --terms.o: terms.cc terms.h bitvec.h -- $(CC) terms.cc -o terms.o $(CFLAGS) -- --qustates.o: qustates.cc qustates.h terms.h bitvec.h -- $(CC) qustates.cc -o qustates.o $(CFLAGS) -- --operator.o: operator.cc operator.h qustates.h terms.h bitvec.h -- $(CC) operator.cc -o operator.o $(CFLAGS) -- --shor.o: shor.cc qustates.h terms.h bitvec.h -- $(CC) shor.cc -o shor.o $(CFLAGS) - - shor: shor.o libqc.a -- $(CC) shor.o -o shor $(LNKOPT) -+ $(CXX) shor.o -o shor $(LDFLAGS) - - # Other Functions - diff -urN /usr/ports/science/qcl/pkg-plist science/qcl/pkg-plist --- /usr/ports/science/qcl/pkg-plist 2013-06-21 03:53:59.000000000 +0900 +++ science/qcl/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,12 +0,0 @@ -bin/qcl -share/qcl/default.qcl -share/qcl/deutsch.qcl -share/qcl/dft.qcl -share/qcl/examples.qcl -share/qcl/grover.qcl -share/qcl/linalg.qcl -share/qcl/modarith.qcl -share/qcl/primes.qcl -share/qcl/shor.qcl -share/qcl/test.qcl -@dirrm share/qcl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FA89F6 for ; Mon, 7 Oct 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5EDD26B1 for ; Mon, 7 Oct 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA1kW058037 for ; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA1pc058036; Mon, 7 Oct 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:01 GMT Resent-Message-Id: <201310071810.r97IA1pc058036@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02C1DCEE for ; Mon, 7 Oct 2013 18:00:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0CC2614 for ; Mon, 7 Oct 2013 18:00:21 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta01.auone-net.jp (au one net mail) with ESMTP id 74833980059 for ; Tue, 8 Oct 2013 03:00:11 +0900 (JST) Message-Id: <20131008025037.67b2043a3a95c4130bf8e8bd@yahoo.com> Date: Tue, 8 Oct 2013 02:50:37 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182801: emulators/mame: Update to version 0.150 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:02 -0000 >Number: 182801 >Category: ports >Synopsis: emulators/mame: Update to version 0.150 >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 Oct 07 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update emulators/mame to version 0.150 - Update emulators/mess to version 0.150 [emulators/mame] New file: files/patch-src__osd__sdl__input.c files/patch-src__osd__sdl__testkeys.c Remove file: files/patch-src__emu__cpu__m6502__m6502make.py files/patch-src__emu__cpu__m6809__m6809make.py files/patch-src__emu__cpu__mcs96__mcs96make.py files/patch-src__emu__cpu__tms57002__tmsmake.py [emulators/mess] New file: files/patch-src__osd__sdl__input.c files/patch-src__osd__sdl__testkeys.c Remove file: files/patch-src__emu__cpu__m6502__m6502make.py files/patch-src__emu__cpu__m6809__m6809make.py files/patch-src__emu__cpu__mcs96__mcs96make.py files/patch-src__emu__cpu__tms57002__tmsmake.py >How-To-Repeat: >Fix: # 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: # # emulators_mame.diff # emulators_mess.diff # echo x - emulators_mame.diff sed 's/^X//' >emulators_mame.diff << '8b92337adc5b7b7ad6d1db78e8717c3e' Xdiff -urN /usr/ports/emulators/mame/Makefile emulators/mame/Makefile X--- /usr/ports/emulators/mame/Makefile 2013-09-22 00:40:27.000000000 +0900 X+++ emulators/mame/Makefile 2013-10-08 00:00:00.000000000 +0900 X@@ -2,7 +2,7 @@ X # $FreeBSD: head/emulators/mame/Makefile 327721 2013-09-20 16:43:52Z bapt $ X X PORTNAME= mame X-PORTVERSION= 0.149${PATCHSUFFIX} X+PORTVERSION= 0.150${PATCHSUFFIX} X CATEGORIES= emulators X MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ X http://mame.mirrors.zippykid.com/releases/ \ X@@ -22,28 +22,28 @@ X fontconfig:${PORTSDIR}/x11-fonts/fontconfig X RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf X X-OPTIONS_DEFINE= DEBUG DOCS EXAMPLES X+OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES X OPTIONS_RADIO= BUILTIN_DEBUGGER X OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 X+SDL2_DESC= SDL2 libraries support X BUILTIN_DEBUGGER_DESC= Builtin debugger support X X NO_WRKSUBDIR= yes X X USE_ZIP= yes X-USES= pkgconfig shebangfix X+USES= gmake pkgconfig shebangfix X SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \ X src/emu/cpu/m6809/m6809make.py \ X src/emu/cpu/mcs96/mcs96make.py \ X src/emu/cpu/tms57002/tmsmake.py X-USE_DOS2UNIX= ${SHEBANG_FILES} X+USE_DOS2UNIX= src/osd/sdl/input.c \ X+ src/osd/sdl/testkeys.c X USE_XORG= xext xi xinerama xrender X USE_GL= gl X-USE_SDL= sdl ttf X USE_PYTHON_BUILD=yes X-USE_GMAKE= yes X-MAKE_ENV= NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \ X+MAKE_ENV= NOWERROR=1 USE_NETWORK=1 \ X OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \ X- TARGET="${PORTNAME}" X+ TARGET="${PORTNAME}" FULLNAME="${PORTNAME}" X MAKEFILE= makefile X X SUB_FILES= pkg-message X@@ -57,9 +57,15 @@ X ${PATCHLEVEL} 1 ${PATCHLEVEL} X .endif X X-NO_STAGE= yes X .include X X+.if ${PORT_OPTIONS:MSDL2} X+USE_SDL= sdl2 ttf2 X+MAKE_ENV+= SDL_LIBVER="sdl2" X+.else X+USE_SDL= sdl ttf X+.endif X+ X .if ${PORT_OPTIONS:MDEBUG} X MAKE_ENV+= DEBUG=1 X .endif X@@ -119,12 +125,14 @@ X s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \ X s| = @gcc| := $$(CC)| ; \ X s| = @g++| := $$(CXX)| ; \ X- s|^FULLNAME =.*|FULLNAME = $$(NAME)| ; \ X+ s|-O$$(OPTIMIZE)|| ; \ X /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ X /LDFLAGS/s|-s|| ; \ X /LIBS/s|-lstdc++|| ; \ X /LIBS/s|-lpthread|-pthread|' ${WRKSRC}/makefile X @${REINPLACE_CMD} -e \ X+ '/realloc/s|^|// |' ${WRKSRC}/src/emu/emualloc.h X+ @${REINPLACE_CMD} -e \ X '/LIBS/s|-lpthread|-pthread| ; \ X /-system/s|/usr/local/|${LOCALBASE}/| ; \ X /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \ X@@ -133,23 +141,21 @@ X /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak X X do-install: X- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X- @${MKDIR} ${PREFIX}/libexec/${PORTNAME} X+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ X+ ${STAGEDIR}${PREFIX}/bin) X+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} X .for F in chdman jedutil ldresample ldverify romcmp testkeys unidasm X- ${INSTALL_PROGRAM} ${WRKSRC}/${F} ${PREFIX}/libexec/${PORTNAME} X+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${F} \ X+ ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}) X .endfor X- @${MKDIR} ${DATADIR} X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${DATADIR}) X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${DATADIR}) X- @(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps ${DATADIR}) X-.if ${PORT_OPTIONS:MDOCS} X- @${MKDIR} ${DOCSDIR} X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR}) X-.endif X-.if ${PORT_OPTIONS:MEXAMPLES} X- @${MKDIR} ${EXAMPLESDIR} X- ${INSTALL_DATA} ${FILESDIR}/mame.ini ${EXAMPLESDIR} X-.endif X- @${CAT} ${PKGMESSAGE} X+ @${MKDIR} ${STAGEDIR}${DATADIR} X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${STAGEDIR}${DATADIR}) X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${STAGEDIR}${DATADIR}) X+ @(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps \ X+ ${STAGEDIR}${DATADIR}) X+ @${MKDIR} ${STAGEDIR}${DOCSDIR} X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}) X+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} X+ (cd ${FILESDIR} && ${INSTALL_DATA} mame.ini ${STAGEDIR}${EXAMPLESDIR}) X X .include Xdiff -urN /usr/ports/emulators/mame/distinfo emulators/mame/distinfo X--- /usr/ports/emulators/mame/distinfo 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/distinfo 2013-10-08 00:00:00.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b X-SIZE (mame/mame0149s.zip) = 35160585 X+SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 X+SIZE (mame/mame0150s.zip) = 35999158 Xdiff -urN /usr/ports/emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py X--- /usr/ports/emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/files/patch-src__emu__cpu__m6502__m6502make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,20 +0,0 @@ X---- src/emu/cpu/m6502/m6502make.py.orig X-+++ src/emu/cpu/m6502/m6502make.py X-@@ -14,7 +14,7 @@ X- opcodes = [] X- logging.info("load_opcodes: %s", fname) X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- logging.error("cannot read opcodes file %s [%s]", fname, err) X- sys.exit(1) X-@@ -36,7 +36,7 @@ X- logging.info("load_disp: %s", fname) X- states = [] X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- logging.error("cannot read display file %s [%s]", fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py X--- /usr/ports/emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/files/patch-src__emu__cpu__m6809__m6809make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/m6809/m6809make.py.orig X-+++ src/emu/cpu/m6809/m6809make.py X-@@ -16,7 +16,7 @@ X- if path != "": X- path = path + '/' X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- print "Cannot read opcodes file %s [%s]" % (fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py X--- /usr/ports/emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/files/patch-src__emu__cpu__mcs96__mcs96make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/mcs96/mcs96make.py.orig X-+++ src/emu/cpu/mcs96/mcs96make.py X-@@ -69,7 +69,7 @@ X- self.ea = {} X- self.macros = {} X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- print "Cannot read opcodes file %s [%s]" % (fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py X--- /usr/ports/emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/files/patch-src__emu__cpu__tms57002__tmsmake.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/tms57002/tmsmake.py.orig X-+++ src/emu/cpu/tms57002/tmsmake.py X-@@ -328,7 +328,7 @@ X- def LoadLst(filename): X- instructions = [] X- ins = None X-- for n, line in enumerate(open(filename)): X-+ for n, line in enumerate(open(filename, "rU")): X- line = line.rstrip() X- if not line and ins: X- # new lines separate intructions Xdiff -urN /usr/ports/emulators/mame/files/patch-src__osd__sdl__input.c emulators/mame/files/patch-src__osd__sdl__input.c X--- /usr/ports/emulators/mame/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 X+++ emulators/mame/files/patch-src__osd__sdl__input.c 2013-10-08 00:00:00.000000000 +0900 X@@ -0,0 +1,14 @@ X+--- src/osd/sdl/input.c.orig X++++ src/osd/sdl/input.c X+@@ -720,7 +720,11 @@ X+ mame_printf_verbose("Joystick: Start initialization\n"); X+ for (physical_stick = 0; physical_stick < SDL_NumJoysticks(); physical_stick++) X+ { X++#if (SDLMAME_SDL2) X++ char *joy_name = remove_spaces(machine, SDL_JoystickNameForIndex(physical_stick)); X++#else X+ char *joy_name = remove_spaces(machine, SDL_JoystickName(physical_stick)); X++#endif X+ X+ devmap_register(&joy_map, physical_stick, joy_name); X+ } Xdiff -urN /usr/ports/emulators/mame/files/patch-src__osd__sdl__testkeys.c emulators/mame/files/patch-src__osd__sdl__testkeys.c X--- /usr/ports/emulators/mame/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 X+++ emulators/mame/files/patch-src__osd__sdl__testkeys.c 2013-10-08 00:00:00.000000000 +0900 X@@ -0,0 +1,18 @@ X+--- src/osd/sdl/testkeys.c.orig X++++ src/osd/sdl/testkeys.c X+@@ -146,7 +146,6 @@ X+ printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", X+ lookup_key_name(sdl_lookup, event.key.keysym.scancode), X+ (int) event.key.keysym.scancode, X+- (int) event.key.keysym.unicode, X+ ""); X+ lasttext[0] = 0; X+ #else X+@@ -165,7 +164,6 @@ X+ printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", X+ lookup_key_name(sdl_lookup, event.key.keysym.scancode), X+ (int) event.key.keysym.scancode, X+- (int) event.key.keysym.unicode, X+ lasttext); X+ #else X+ memset(buf, 0, 19); Xdiff -urN /usr/ports/emulators/mame/pkg-plist emulators/mame/pkg-plist X--- /usr/ports/emulators/mame/pkg-plist 2013-07-12 02:21:30.000000000 +0900 X+++ emulators/mame/pkg-plist 2013-10-08 00:00:00.000000000 +0900 X@@ -27,6 +27,7 @@ X %%DATADIR%%/hash/a5200.xml X %%DATADIR%%/hash/a7800.xml X %%DATADIR%%/hash/a800.xml X+%%DATADIR%%/hash/a800_flop.xml X %%DATADIR%%/hash/abc1600.xml X %%DATADIR%%/hash/abc80.xml X %%DATADIR%%/hash/abc800.xml X@@ -39,6 +40,7 @@ X %%DATADIR%%/hash/aim65_cart.xml X %%DATADIR%%/hash/alice32.xml X %%DATADIR%%/hash/alice90.xml X+%%DATADIR%%/hash/alphatro_flop.xml X %%DATADIR%%/hash/amiga1000_flop.xml X %%DATADIR%%/hash/amiga1200_flop.xml X %%DATADIR%%/hash/amiga3000_flop.xml X@@ -49,6 +51,7 @@ X %%DATADIR%%/hash/amigaaga_flop.xml X %%DATADIR%%/hash/amigaecs_flop.xml X %%DATADIR%%/hash/amigaocs_flop.xml X+%%DATADIR%%/hash/ampro.xml X %%DATADIR%%/hash/apc.xml X %%DATADIR%%/hash/apfm1000.xml X %%DATADIR%%/hash/apogee.xml X@@ -67,6 +70,7 @@ X %%DATADIR%%/hash/bbcm_cart.xml X %%DATADIR%%/hash/bbcm_cass.xml X %%DATADIR%%/hash/bk0010.xml X+%%DATADIR%%/hash/bml3_flop.xml X %%DATADIR%%/hash/bw12.xml X %%DATADIR%%/hash/bw2.xml X %%DATADIR%%/hash/bx256hp_flop.xml X@@ -89,16 +93,19 @@ X %%DATADIR%%/hash/coleco.xml X %%DATADIR%%/hash/compis.xml X %%DATADIR%%/hash/comx35_flop.xml X+%%DATADIR%%/hash/copera.xml X %%DATADIR%%/hash/cpc_cass.xml X %%DATADIR%%/hash/cpc_flop.xml X %%DATADIR%%/hash/crvision.xml X %%DATADIR%%/hash/dim68k.xml X+%%DATADIR%%/hash/dps1.xml X %%DATADIR%%/hash/ec1841.xml X %%DATADIR%%/hash/einstein.xml X %%DATADIR%%/hash/electron_cart.xml X %%DATADIR%%/hash/ep64_cart.xml X %%DATADIR%%/hash/ep64_cass.xml X %%DATADIR%%/hash/ep64_flop.xml X+%%DATADIR%%/hash/famicom_cass.xml X %%DATADIR%%/hash/famicom_flop.xml X %%DATADIR%%/hash/fm77av.xml X %%DATADIR%%/hash/fm7_cass.xml X@@ -246,6 +253,7 @@ X %%DATADIR%%/hash/snes.xml X %%DATADIR%%/hash/snes_bspack.xml X %%DATADIR%%/hash/snes_strom.xml X+%%DATADIR%%/hash/snes_vkun.xml X %%DATADIR%%/hash/socrates.xml X %%DATADIR%%/hash/softbox.xml X %%DATADIR%%/hash/softwarelist.dtd X@@ -294,13 +302,16 @@ X %%DATADIR%%/hash/vic1001_cart.xml X %%DATADIR%%/hash/vic1001_cass.xml X %%DATADIR%%/hash/vic1001_flop.xml X+%%DATADIR%%/hash/victor9k_flop.xml X %%DATADIR%%/hash/vidbrain.xml X %%DATADIR%%/hash/vii.xml X %%DATADIR%%/hash/vip.xml X+%%DATADIR%%/hash/visicom.xml X %%DATADIR%%/hash/vixen.xml X %%DATADIR%%/hash/vsmile_cart.xml X %%DATADIR%%/hash/vsmile_cd.xml X %%DATADIR%%/hash/wangpc.xml X+%%DATADIR%%/hash/wicat.xml X %%DATADIR%%/hash/wmbullet.xml X %%DATADIR%%/hash/wscolor.xml X %%DATADIR%%/hash/wswan.xml 8b92337adc5b7b7ad6d1db78e8717c3e echo x - emulators_mess.diff sed 's/^X//' >emulators_mess.diff << '13f7e11912cff6c9343e13b09ba021e1' Xdiff -urN /usr/ports/emulators/mess/Makefile emulators/mess/Makefile X--- /usr/ports/emulators/mess/Makefile 2013-09-22 00:40:22.000000000 +0900 X+++ emulators/mess/Makefile 2013-10-08 00:00:00.000000000 +0900 X@@ -2,7 +2,7 @@ X # $FreeBSD: head/emulators/mess/Makefile 327721 2013-09-20 16:43:52Z bapt $ X X PORTNAME= mess X-PORTVERSION= 0.149${PATCHSUFFIX} X+PORTVERSION= 0.150${PATCHSUFFIX} X CATEGORIES= emulators X MASTER_SITES= SF/mame.mirror/MAME%20${PORTVERSION} \ X http://mame.mirrors.zippykid.com/releases/ \ X@@ -22,28 +22,28 @@ X fontconfig:${PORTSDIR}/x11-fonts/fontconfig X RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf X X-OPTIONS_DEFINE= DEBUG DOCS EXAMPLES X+OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES X OPTIONS_RADIO= BUILTIN_DEBUGGER X OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 X+SDL2_DESC= SDL2 libraries support X BUILTIN_DEBUGGER_DESC= Builtin debugger support X X NO_WRKSUBDIR= yes X X USE_ZIP= yes X-USES= pkgconfig shebangfix X+USES= gmake pkgconfig shebangfix X SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \ X src/emu/cpu/m6809/m6809make.py \ X src/emu/cpu/mcs96/mcs96make.py \ X src/emu/cpu/tms57002/tmsmake.py X-USE_DOS2UNIX= ${SHEBANG_FILES} X+USE_DOS2UNIX= src/osd/sdl/input.c \ X+ src/osd/sdl/testkeys.c X USE_XORG= xext xi xinerama xrender X USE_GL= gl X-USE_SDL= sdl ttf X USE_PYTHON_BUILD=yes X-USE_GMAKE= yes X-MAKE_ENV= NOWERROR=1 OPTIMIZE=0 USE_NETWORK=1 \ X+MAKE_ENV= NOWERROR=1 USE_NETWORK=1 \ X OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \ X- TARGET="${PORTNAME}" X+ TARGET="${PORTNAME}" FULLNAME="${PORTNAME}" X MAKEFILE= makefile X X SUB_FILES= pkg-message X@@ -57,9 +57,15 @@ X ${PATCHLEVEL} 1 ${PATCHLEVEL} X .endif X X-NO_STAGE= yes X .include X X+.if ${PORT_OPTIONS:MSDL2} X+USE_SDL= sdl2 ttf2 X+MAKE_ENV+= SDL_LIBVER="sdl2" X+.else X+USE_SDL= sdl ttf X+.endif X+ X .if ${PORT_OPTIONS:MDEBUG} X MAKE_ENV+= DEBUG=1 X .endif X@@ -119,12 +125,14 @@ X s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \ X s| = @gcc| := $$(CC)| ; \ X s| = @g++| := $$(CXX)| ; \ X- s|^FULLNAME =.*|FULLNAME = $$(NAME)| ; \ X+ s|-O$$(OPTIMIZE)|| ; \ X /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ X /LDFLAGS/s|-s|| ; \ X /LIBS/s|-lstdc++|| ; \ X /LIBS/s|-lpthread|-pthread|' ${WRKSRC}/makefile X @${REINPLACE_CMD} -e \ X+ '/realloc/s|^|// |' ${WRKSRC}/src/emu/emualloc.h X+ @${REINPLACE_CMD} -e \ X '/LIBS/s|-lpthread|-pthread| ; \ X /-system/s|/usr/local/|${LOCALBASE}/| ; \ X /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \ X@@ -133,24 +141,22 @@ X /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak X X do-install: X- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X- @${MKDIR} ${PREFIX}/libexec/${PORTNAME} X+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ X+ ${STAGEDIR}/${PREFIX}/bin) X+ @${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME} X .for F in castool chdman imgtool jedutil ldresample ldverify romcmp \ X testkeys unidasm X- ${INSTALL_PROGRAM} ${WRKSRC}/${F} ${PREFIX}/libexec/${PORTNAME} X+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${F} \ X+ ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}) X .endfor X- @${MKDIR} ${DATADIR} X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${DATADIR}) X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${DATADIR}) X- @(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps ${DATADIR}) X-.if ${PORT_OPTIONS:MDOCS} X- @${MKDIR} ${DOCSDIR} X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR}) X-.endif X-.if ${PORT_OPTIONS:MEXAMPLES} X- @${MKDIR} ${EXAMPLESDIR} X- ${INSTALL_DATA} ${FILESDIR}/mess.ini ${EXAMPLESDIR} X-.endif X- @${CAT} ${PKGMESSAGE} X+ @${MKDIR} ${STAGEDIR}/${DATADIR} X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${STAGEDIR}/${DATADIR}) X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${STAGEDIR}/${DATADIR}) X+ @(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps \ X+ ${STAGEDIR}/${DATADIR}) X+ @${MKDIR} ${STAGEDIR}/${DOCSDIR} X+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}/${DOCSDIR}) X+ @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} X+ (cd ${FILESDIR} && ${INSTALL_DATA} mess.ini ${STAGEDIR}/${EXAMPLESDIR}) X X .include Xdiff -urN /usr/ports/emulators/mess/distinfo emulators/mess/distinfo X--- /usr/ports/emulators/mess/distinfo 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/distinfo 2013-10-08 00:00:00.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (mame/mame0149s.zip) = 0e41b5773bea217d3ca04002903ac5ef569e6f5b67c05c72496d2cd7993b0a6b X-SIZE (mame/mame0149s.zip) = 35160585 X+SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 X+SIZE (mame/mame0150s.zip) = 35999158 Xdiff -urN /usr/ports/emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py X--- /usr/ports/emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/files/patch-src__emu__cpu__m6502__m6502make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,20 +0,0 @@ X---- src/emu/cpu/m6502/m6502make.py.orig X-+++ src/emu/cpu/m6502/m6502make.py X-@@ -14,7 +14,7 @@ X- opcodes = [] X- logging.info("load_opcodes: %s", fname) X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- logging.error("cannot read opcodes file %s [%s]", fname, err) X- sys.exit(1) X-@@ -36,7 +36,7 @@ X- logging.info("load_disp: %s", fname) X- states = [] X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- logging.error("cannot read display file %s [%s]", fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py X--- /usr/ports/emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/files/patch-src__emu__cpu__m6809__m6809make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/m6809/m6809make.py.orig X-+++ src/emu/cpu/m6809/m6809make.py X-@@ -16,7 +16,7 @@ X- if path != "": X- path = path + '/' X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- print "Cannot read opcodes file %s [%s]" % (fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py X--- /usr/ports/emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/files/patch-src__emu__cpu__mcs96__mcs96make.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/mcs96/mcs96make.py.orig X-+++ src/emu/cpu/mcs96/mcs96make.py X-@@ -69,7 +69,7 @@ X- self.ea = {} X- self.macros = {} X- try: X-- f = open(fname, "r") X-+ f = open(fname, "rU") X- except Exception, err: X- print "Cannot read opcodes file %s [%s]" % (fname, err) X- sys.exit(1) Xdiff -urN /usr/ports/emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py X--- /usr/ports/emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/files/patch-src__emu__cpu__tms57002__tmsmake.py 1970-01-01 09:00:00.000000000 +0900 X@@ -1,11 +0,0 @@ X---- src/emu/cpu/tms57002/tmsmake.py.orig X-+++ src/emu/cpu/tms57002/tmsmake.py X-@@ -328,7 +328,7 @@ X- def LoadLst(filename): X- instructions = [] X- ins = None X-- for n, line in enumerate(open(filename)): X-+ for n, line in enumerate(open(filename, "rU")): X- line = line.rstrip() X- if not line and ins: X- # new lines separate intructions Xdiff -urN /usr/ports/emulators/mess/files/patch-src__osd__sdl__input.c emulators/mess/files/patch-src__osd__sdl__input.c X--- /usr/ports/emulators/mess/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 X+++ emulators/mess/files/patch-src__osd__sdl__input.c 2013-10-08 00:00:00.000000000 +0900 X@@ -0,0 +1,14 @@ X+--- src/osd/sdl/input.c.orig X++++ src/osd/sdl/input.c X+@@ -720,7 +720,11 @@ X+ mame_printf_verbose("Joystick: Start initialization\n"); X+ for (physical_stick = 0; physical_stick < SDL_NumJoysticks(); physical_stick++) X+ { X++#if (SDLMAME_SDL2) X++ char *joy_name = remove_spaces(machine, SDL_JoystickNameForIndex(physical_stick)); X++#else X+ char *joy_name = remove_spaces(machine, SDL_JoystickName(physical_stick)); X++#endif X+ X+ devmap_register(&joy_map, physical_stick, joy_name); X+ } Xdiff -urN /usr/ports/emulators/mess/files/patch-src__osd__sdl__testkeys.c emulators/mess/files/patch-src__osd__sdl__testkeys.c X--- /usr/ports/emulators/mess/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 X+++ emulators/mess/files/patch-src__osd__sdl__testkeys.c 2013-10-08 00:00:00.000000000 +0900 X@@ -0,0 +1,20 @@ X+--- src/osd/sdl/testkeys.c.orig X++++ src/osd/sdl/testkeys.c X+@@ -146,7 +146,7 @@ X+ printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", X+ lookup_key_name(sdl_lookup, event.key.keysym.scancode), X+ (int) event.key.keysym.scancode, X+- (int) event.key.keysym.unicode, X++ (int) event.key.keysym.mod, X+ ""); X+ lasttext[0] = 0; X+ #else X+@@ -155,7 +155,7 @@ X+ printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", X+ lookup_key_name(sdl_lookup, event.key.keysym.sym), X+ (int) event.key.keysym.scancode, X+- (int) event.key.keysym.unicode, X++ (int) event.key.keysym.mod, X+ buf); X+ #endif X+ } Xdiff -urN /usr/ports/emulators/mess/pkg-plist emulators/mess/pkg-plist X--- /usr/ports/emulators/mess/pkg-plist 2013-07-12 02:21:33.000000000 +0900 X+++ emulators/mess/pkg-plist 2013-10-08 00:00:00.000000000 +0900 X@@ -29,6 +29,7 @@ X %%DATADIR%%/hash/a5200.xml X %%DATADIR%%/hash/a7800.xml X %%DATADIR%%/hash/a800.xml X+%%DATADIR%%/hash/a800_flop.xml X %%DATADIR%%/hash/abc1600.xml X %%DATADIR%%/hash/abc80.xml X %%DATADIR%%/hash/abc800.xml X@@ -41,6 +42,7 @@ X %%DATADIR%%/hash/aim65_cart.xml X %%DATADIR%%/hash/alice32.xml X %%DATADIR%%/hash/alice90.xml X+%%DATADIR%%/hash/alphatro_flop.xml X %%DATADIR%%/hash/amiga1000_flop.xml X %%DATADIR%%/hash/amiga1200_flop.xml X %%DATADIR%%/hash/amiga3000_flop.xml X@@ -51,6 +53,7 @@ X %%DATADIR%%/hash/amigaaga_flop.xml X %%DATADIR%%/hash/amigaecs_flop.xml X %%DATADIR%%/hash/amigaocs_flop.xml X+%%DATADIR%%/hash/ampro.xml X %%DATADIR%%/hash/apc.xml X %%DATADIR%%/hash/apfm1000.xml X %%DATADIR%%/hash/apogee.xml X@@ -69,6 +72,7 @@ X %%DATADIR%%/hash/bbcm_cart.xml X %%DATADIR%%/hash/bbcm_cass.xml X %%DATADIR%%/hash/bk0010.xml X+%%DATADIR%%/hash/bml3_flop.xml X %%DATADIR%%/hash/bw12.xml X %%DATADIR%%/hash/bw2.xml X %%DATADIR%%/hash/bx256hp_flop.xml X@@ -91,16 +95,19 @@ X %%DATADIR%%/hash/coleco.xml X %%DATADIR%%/hash/compis.xml X %%DATADIR%%/hash/comx35_flop.xml X+%%DATADIR%%/hash/copera.xml X %%DATADIR%%/hash/cpc_cass.xml X %%DATADIR%%/hash/cpc_flop.xml X %%DATADIR%%/hash/crvision.xml X %%DATADIR%%/hash/dim68k.xml X+%%DATADIR%%/hash/dps1.xml X %%DATADIR%%/hash/ec1841.xml X %%DATADIR%%/hash/einstein.xml X %%DATADIR%%/hash/electron_cart.xml X %%DATADIR%%/hash/ep64_cart.xml X %%DATADIR%%/hash/ep64_cass.xml X %%DATADIR%%/hash/ep64_flop.xml X+%%DATADIR%%/hash/famicom_cass.xml X %%DATADIR%%/hash/famicom_flop.xml X %%DATADIR%%/hash/fm77av.xml X %%DATADIR%%/hash/fm7_cass.xml X@@ -248,6 +255,7 @@ X %%DATADIR%%/hash/snes.xml X %%DATADIR%%/hash/snes_bspack.xml X %%DATADIR%%/hash/snes_strom.xml X+%%DATADIR%%/hash/snes_vkun.xml X %%DATADIR%%/hash/socrates.xml X %%DATADIR%%/hash/softbox.xml X %%DATADIR%%/hash/softwarelist.dtd X@@ -296,13 +304,16 @@ X %%DATADIR%%/hash/vic1001_cart.xml X %%DATADIR%%/hash/vic1001_cass.xml X %%DATADIR%%/hash/vic1001_flop.xml X+%%DATADIR%%/hash/victor9k_flop.xml X %%DATADIR%%/hash/vidbrain.xml X %%DATADIR%%/hash/vii.xml X %%DATADIR%%/hash/vip.xml X+%%DATADIR%%/hash/visicom.xml X %%DATADIR%%/hash/vixen.xml X %%DATADIR%%/hash/vsmile_cart.xml X %%DATADIR%%/hash/vsmile_cd.xml X %%DATADIR%%/hash/wangpc.xml X+%%DATADIR%%/hash/wicat.xml X %%DATADIR%%/hash/wmbullet.xml X %%DATADIR%%/hash/wscolor.xml X %%DATADIR%%/hash/wswan.xml 13f7e11912cff6c9343e13b09ba021e1 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A044101 for ; Mon, 7 Oct 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34C3626B9 for ; Mon, 7 Oct 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IA31g058081 for ; Mon, 7 Oct 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IA3ds058080; Mon, 7 Oct 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:10:03 GMT Resent-Message-Id: <201310071810.r97IA3ds058080@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27731D80 for ; Mon, 7 Oct 2013 18:00:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta03.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id EE9AC2618 for ; Mon, 7 Oct 2013 18:00:28 +0000 (UTC) Received: from coppermine.my.domain (ZT029202.ppp.dion.ne.jp [59.128.29.202]) by omta03.auone-net.jp (au one net mail) with ESMTP id 0DB101880007 for ; Tue, 8 Oct 2013 03:00:26 +0900 (JST) Message-Id: <20131008025046.0fa225aa67c4651e53964e7f@yahoo.com> Date: Tue, 8 Oct 2013 02:50:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/182805: graphics/sam2p: Update to version 0.49.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:10:03 -0000 >Number: 182805 >Category: ports >Synopsis: graphics/sam2p: Update to version 0.49.2 >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 Oct 07 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.49.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sam2p/Makefile graphics/sam2p/Makefile --- /usr/ports/graphics/sam2p/Makefile 2013-09-22 00:34:58.000000000 +0900 +++ graphics/sam2p/Makefile 2013-10-08 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/graphics/sam2p/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= sam2p -PORTVERSION= 0.49.1 -PORTREVISION= 1 +PORTVERSION= 0.49.2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -17,31 +16,31 @@ cjpeg:${PORTSDIR}/graphics/jpeg \ tif22pnm:${PORTSDIR}/graphics/tif22pnm -USES= perl5 +OPTIONS_DEFINE= DOCS EXAMPLES + +USES= gmake perl5 USE_PERL5= build +USE_GCC= any USE_GHOSTSCRIPT_RUN= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_pts_bash="${SH}" +CONFIGURE_ARGS= --enable-gif MAKE_ARGS= CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}" ALL_TARGET= ${PORTNAME} -PORTDOCS= README +PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes .include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR}) .include diff -urN /usr/ports/graphics/sam2p/distinfo graphics/sam2p/distinfo --- /usr/ports/graphics/sam2p/distinfo 2013-06-21 03:49:57.000000000 +0900 +++ graphics/sam2p/distinfo 2013-10-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (sam2p-0.49.1.tar.gz) = d97a270e3ad4ad138378b5fcb10e489e9af48a8150f308458771808dfceb069a -SIZE (sam2p-0.49.1.tar.gz) = 562304 +SHA256 (sam2p-0.49.2.tar.gz) = 0e75d94bed380f8d8bd629f7797a0ca533b5d0b40eba2dab339146dedc1f79bf +SIZE (sam2p-0.49.2.tar.gz) = 562733 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B37B3792 for ; Mon, 7 Oct 2013 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79B632769 for ; Mon, 7 Oct 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IK0UX060758 for ; Mon, 7 Oct 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IK075060757; Mon, 7 Oct 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:20:00 GMT Resent-Message-Id: <201310071820.r97IK075060757@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8F4B3BA for ; Mon, 7 Oct 2013 18:11:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83E4C2726 for ; Mon, 7 Oct 2013 18:11:47 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 2677E3171; Tue, 8 Oct 2013 02:11:40 +0800 (CST) Message-Id: <20131007181140.2677E3171@sunpoet.net> Date: Tue, 8 Oct 2013 02:11:40 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182806: [exp-run] Staging support for USE_PERL5=modbuild* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:20:00 -0000 >Number: 182806 >Category: ports >Synopsis: [exp-run] Staging support for USE_PERL5=modbuild* >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 Oct 07 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255451: Wed Sep 11 02:56:55 CST 2013 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: Changes: - Staging support for USE_PERL5=modbuild* - Remove STAGEDIR prefixed from .packlist All patch files are available at http://people.freebsd.org/~sunpoet/perl5-staging/ - perl5.mk.v1.patch: staging support for USE_PERL5=modbuild* - perl5.mk.v2.patch: staging support for USE_PERL5=modbuild* and .packlist creation for USE_PERL5=modbuild - modbuild.patch: staging patch for 452 ports using USE_PERL5=modbuild - modbuildtiny.patch: staging patch for 19 ports using USE_PERL5=modbuildtiny Exp run #1: Apply 2 patches: perl5.mk.v1.patch and modbuildtiny.patch Exp run #2: Apply 3 patches: perl5.mk.v2.patch, modbuild.patch and modbuildtiny.patch >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:25:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80E58A11; Mon, 7 Oct 2013 18:25:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 537F027CE; Mon, 7 Oct 2013 18:25:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97IPtfd062515; Mon, 7 Oct 2013 18:25:55 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97IPtQZ062514; Mon, 7 Oct 2013 18:25:55 GMT (envelope-from sunpoet) Date: Mon, 7 Oct 2013 18:25:55 GMT Message-Id: <201310071825.r97IPtQZ062514@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182806: [exp-run] Staging support for USE_PERL5=modbuild* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:25:55 -0000 Synopsis: [exp-run] Staging support for USE_PERL5=modbuild* Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: sunpoet Responsible-Changed-When: Mon Oct 7 18:25:55 UTC 2013 Responsible-Changed-Why: Request for exp run. http://www.freebsd.org/cgi/query-pr.cgi?pr=182806 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF515B7 for ; Mon, 7 Oct 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD92F28AD for ; Mon, 7 Oct 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ie0aO064436 for ; Mon, 7 Oct 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Ie0e9064435; Mon, 7 Oct 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 18:40:00 GMT Resent-Message-Id: <201310071840.r97Ie0e9064435@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF302CF1 for ; Mon, 7 Oct 2013 18:33:47 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 838512854 for ; Mon, 7 Oct 2013 18:33:47 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VTFci-000MYR-6I; Mon, 07 Oct 2013 20:33:40 +0200 Message-Id: Date: Mon, 07 Oct 2013 20:33:40 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182807: [patch update] net/ngrep fix build on 10a4 Cc: edwin@mavetju.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:40:02 -0000 >Number: 182807 >Category: ports >Synopsis: [patch update] net/ngrep fix build on 10a4 >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 Oct 07 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: net/ngrep fails to build on 10a4, see http://opsec.eu/backup/20131007-ngrep-fail >How-To-Repeat: cd /usr/ports/net/ngrep make >Fix: diff -r -u -N net/ngrep/Makefile /usr/home/pi/myp/net/ngrep/Makefile --- net/ngrep/Makefile 2013-10-01 21:13:45.000000000 +0200 +++ /usr/home/pi/myp/net/ngrep/Makefile 2013-10-07 20:22:20.000000000 +0200 @@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake ALL_TARGET= ngrep GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pcap-restart diff -r -u -N net/ngrep/files/patch-Makefile.in /usr/home/pi/myp/net/ngrep/files/patch-Makefile.in --- net/ngrep/files/patch-Makefile.in 2013-10-01 21:13:45.000000000 +0200 +++ /usr/home/pi/myp/net/ngrep/files/patch-Makefile.in 2013-10-07 20:30:36.000000000 +0200 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Feb 24 17:24:22 2005 -+++ Makefile.in Thu Feb 24 17:24:27 2005 +--- Makefile.in.orig 2013-10-07 20:30:11.000000000 +0200 ++++ Makefile.in 2013-10-07 20:30:23.000000000 +0200 @@ -25,7 +25,7 @@ bindir = $(prefix)/bin @@ -9,3 +9,12 @@ BINDIR_INSTALL = $(prefix)/bin MANDIR_INSTALL = $(mandir)/man8 +@@ -63,7 +63,7 @@ + rm -f config.status config.cache config.log config.h Makefile + + $(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h +- $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS)) ++ $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS)) + + $(OBJS): Makefile ngrep.c ngrep.h + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 18:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEE92E6; Mon, 7 Oct 2013 18:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8578E28AF; Mon, 7 Oct 2013 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ie90B064574; Mon, 7 Oct 2013 18:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Ie994064573; Mon, 7 Oct 2013 18:40:09 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 18:40:09 GMT Message-Id: <201310071840.r97Ie994064573@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182807: [patch update] net/ngrep fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 18:40:09 -0000 Synopsis: [patch update] net/ngrep fix build on 10a4 Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 18:40:09 UTC 2013 Responsible-Changed-Why: edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182807 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 19:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1764C3E for ; Mon, 7 Oct 2013 19:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FBF02C74 for ; Mon, 7 Oct 2013 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Je0hY076607 for ; Mon, 7 Oct 2013 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Je0g6076606; Mon, 7 Oct 2013 19:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 19:40:00 GMT Resent-Message-Id: <201310071940.r97Je0g6076606@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4EE56B0B for ; Mon, 7 Oct 2013 19:31:17 +0000 (UTC) (envelope-from pi@fa9.opsec.eu) Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A70B2C35 for ; Mon, 7 Oct 2013 19:31:16 +0000 (UTC) Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VTGWQ-0009PN-A3 for FreeBSD-gnats-submit@freebsd.org; Mon, 07 Oct 2013 21:31:14 +0200 Message-Id: Date: Mon, 07 Oct 2013 21:31:14 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182808: [patch update] math/p5-Math-Int128 0.12 -> 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:40:00 -0000 >Number: 182808 >Category: ports >Synopsis: [patch update] math/p5-Math-Int128 0.12 -> 0.13 >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 Oct 07 19:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: update math/p5-Math-Int128 0.12 -> 0.13 >How-To-Repeat: - >Fix: diff -r -u -N math/p5-Math-Int128/Makefile /usr/home/pi/myp/math/p5-Math-Int128/Makefile --- math/p5-Math-Int128/Makefile 2013-09-21 23:26:29.000000000 +0200 +++ /usr/home/pi/myp/math/p5-Math-Int128/Makefile 2013-10-07 21:29:44.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/math/p5-Math-Int128/Makefile 327746 2013-09-20 20:55:04Z bapt $ PORTNAME= Math-Int128 -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -r -u -N math/p5-Math-Int128/distinfo /usr/home/pi/myp/math/p5-Math-Int128/distinfo --- math/p5-Math-Int128/distinfo 2013-08-25 23:24:06.000000000 +0200 +++ /usr/home/pi/myp/math/p5-Math-Int128/distinfo 2013-10-07 21:29:49.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Math-Int128-0.12.tar.gz) = 09075e44aba51722d8f464e3e15ecbab291e3fb58d3bfc3d124a53b29f7dd876 -SIZE (Math-Int128-0.12.tar.gz) = 61847 +SHA256 (Math-Int128-0.13.tar.gz) = c960482f5b2d27547c9f6e08df43ba9531b3305328a8912004011280be443afe +SIZE (Math-Int128-0.13.tar.gz) = 62147 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 19:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0222C71; Mon, 7 Oct 2013 19:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95A782C77; Mon, 7 Oct 2013 19:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Je81A078243; Mon, 7 Oct 2013 19:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Je8qt078242; Mon, 7 Oct 2013 19:40:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 19:40:08 GMT Message-Id: <201310071940.r97Je8qt078242@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182808: [patch update] math/p5-Math-Int128 0.12 -> 0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:40:08 -0000 Synopsis: [patch update] math/p5-Math-Int128 0.12 -> 0.13 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 19:40:08 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182808 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 19:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD0EE13A for ; Mon, 7 Oct 2013 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 734E12D39 for ; Mon, 7 Oct 2013 19:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Jo32e078632 for ; Mon, 7 Oct 2013 19:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Jo3LU078631; Mon, 7 Oct 2013 19:50:03 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 19:50:03 GMT Resent-Message-Id: <201310071950.r97Jo3LU078631@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, Eugene Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCF83EDD for ; Mon, 7 Oct 2013 19:46:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA5062D08 for ; Mon, 7 Oct 2013 19:46:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97Jk5QU079232 for ; Mon, 7 Oct 2013 19:46:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97Jk4Nd079231; Mon, 7 Oct 2013 19:46:05 GMT (envelope-from nobody) Message-Id: <201310071946.r97Jk4Nd079231@oldred.freebsd.org> Date: Mon, 7 Oct 2013 19:46:05 GMT From: Eugene To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182810: roundcube port install overwrites htaccess file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:50:03 -0000 >Number: 182810 >Category: ports >Synopsis: roundcube port install overwrites htaccess file >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 Oct 07 19:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugene >Release: 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD qsar.chem.msu.ru 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Thu May 16 18:44:25 MSK 2013 root@qsar.chem.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Upgrade of the roundcube port (in last case, roundcube-0.9.2,1 to roundcube-0.9.4,1) overwrites the .htaccess file back to the default, killing local customizations. I thought that it should keep the file if locally modified. >How-To-Repeat: Modify the .htaccess file (e.g. fix some limits) and then upgrade/reinstall port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 19:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15820138 for ; Mon, 7 Oct 2013 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E71A52D37 for ; Mon, 7 Oct 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Jo2Ee078618 for ; Mon, 7 Oct 2013 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Jo28W078617; Mon, 7 Oct 2013 19:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 19:50:02 GMT Resent-Message-Id: <201310071950.r97Jo28W078617@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A24A2CD0 for ; Mon, 7 Oct 2013 19:40:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9049B2C84 for ; Mon, 7 Oct 2013 19:40:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97JeYq2093454 for ; Mon, 7 Oct 2013 19:40:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97JeYYb093439; Mon, 7 Oct 2013 19:40:34 GMT (envelope-from nobody) Message-Id: <201310071940.r97JeYYb093439@oldred.freebsd.org> Date: Mon, 7 Oct 2013 19:40:34 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182809: Update devel/rcs to version 5.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:50:03 -0000 >Number: 182809 >Category: ports >Synopsis: Update devel/rcs to version 5.9.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: Mon Oct 07 19:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.2-STABLE >Organization: >Environment: FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #2: Tue Oct 1 17:10:44 COT 2013 pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL amd64 >Description: Update to version 5.9.1. http://www.gnu.org/software/rcs/NEWS-excerpt We also have version 5.7 (last GPLv2) on the ports tree now so we can now be more aggressive tracking the upstream release. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: rcs/Makefile =================================================================== --- rcs/Makefile (revisione 329725) +++ rcs/Makefile (copia locale) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rcs -PORTVERSION= 5.8.2 +PORTVERSION= 5.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -11,6 +11,7 @@ LICENSE= GPLv3 +USE_XZ= yes GNU_CONFIGURE= yes MAN1= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 Index: rcs/distinfo =================================================================== --- rcs/distinfo (revisione 329725) +++ rcs/distinfo (copia locale) @@ -1,2 +1,2 @@ -SHA256 (rcs-5.8.2.tar.gz) = ea00bd5e0d0317d3388dd78c9b3a9381d7d1cce59d686aec60f41eb633c693dc -SIZE (rcs-5.8.2.tar.gz) = 1209822 +SHA256 (rcs-5.9.1.tar.xz) = 606a798ca3c2092826e6863011c8b143b907016bb485d84756a61fa97e55e68c +SIZE (rcs-5.9.1.tar.xz) = 793340 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 19:50:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEE13184; Mon, 7 Oct 2013 19:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 856892D3A; Mon, 7 Oct 2013 19:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97JoBSi078713; Mon, 7 Oct 2013 19:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97JoBQ7078712; Mon, 7 Oct 2013 19:50:11 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 19:50:11 GMT Message-Id: <201310071950.r97JoBQ7078712@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182809: Update devel/rcs to version 5.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:50:11 -0000 Synopsis: Update devel/rcs to version 5.9.1 Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 19:50:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182809 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3B879A7A for ; Mon, 7 Oct 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BBE52DFD for ; Mon, 7 Oct 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97K00HZ080553 for ; Mon, 7 Oct 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97K00KJ080552; Mon, 7 Oct 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 20:00:00 GMT Resent-Message-Id: <201310072000.r97K00KJ080552@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBE6849A for ; Mon, 7 Oct 2013 19:54:20 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59FE12D88 for ; Mon, 7 Oct 2013 19:54:20 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VTGsg-000O0G-3x; Mon, 07 Oct 2013 21:54:14 +0200 Message-Id: Date: Mon, 07 Oct 2013 21:54:14 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 Cc: jmohacsi@bsd.hu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:00:01 -0000 >Number: 182811 >Category: ports >Synopsis: [patch update] net/findmtu add stage support, fix build on 10a4 >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 Oct 07 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: add stage support, fix build on 10a4 >How-To-Repeat: - >Fix: diff -r -u -N net/findmtu/Makefile /usr/home/pi/myp/net/findmtu/Makefile --- net/findmtu/Makefile 2013-10-07 21:48:04.000000000 +0200 +++ /usr/home/pi/myp/net/findmtu/Makefile 2013-10-07 21:48:26.000000000 +0200 @@ -11,18 +11,16 @@ SUB_FILES= findmtu -NO_STAGE= yes - do-configure: ${LN} -s ${WRKSRC}/Makefile.rawsocket ${WRKSRC}/Makefile do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/findmtu ${PREFIX}/bin/findmtu - ${INSTALL_PROGRAM} ${WRKSRC}/findmtu ${PREFIX}/bin/findmtu.real + ${INSTALL_SCRIPT} ${WRKDIR}/findmtu ${STAGEDIR}/${PREFIX}/bin/findmtu + ${INSTALL_PROGRAM} ${WRKSRC}/findmtu ${STAGEDIR}/${PREFIX}/bin/findmtu.real .ifndef(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.freebsd ${DOCSDIR} + ${MKDIR} ${STAGEDIR}/${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.freebsd ${STAGEDIR}/${DOCSDIR} .endif .include diff -r -u -N net/findmtu/files/patch-Makefile.rawsocket /usr/home/pi/myp/net/findmtu/files/patch-Makefile.rawsocket --- net/findmtu/files/patch-Makefile.rawsocket 1970-01-01 01:00:00.000000000 +0100 +++ /usr/home/pi/myp/net/findmtu/files/patch-Makefile.rawsocket 2013-10-07 21:53:24.000000000 +0200 @@ -0,0 +1,22 @@ +--- Makefile.rawsocket.orig 2003-10-29 18:54:07.000000000 +0100 ++++ Makefile.rawsocket 2013-10-07 21:52:54.000000000 +0200 +@@ -1,14 +1,15 @@ +-all: findmtu + ++all: findmtu + + findmtu: findmtu.o findmtu-rawsocket.o Makefile +- gcc -g -Wall -o findmtu findmtu.o findmtu-rawsocket.o ++ ${CC} -g -Wall -o findmtu findmtu.o findmtu-rawsocket.o + + findmtu.o: findmtu.c findmtu.h Makefile +- gcc -DRAWSOCKET -Wall -c findmtu.c ++ ${CC} -DRAWSOCKET -Wall -c findmtu.c + + findmtu-rawsocket.o: findmtu-rawsocket.c findmtu.h Makefile +- gcc -DRAWSOCKET -Wall -c findmtu-rawsocket.c ++ ${CC} -DRAWSOCKET -Wall -c findmtu-rawsocket.c + + clean: + rm -f findmtu *.o ++ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:00:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BAC52AAF; Mon, 7 Oct 2013 20:00:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CF832E01; Mon, 7 Oct 2013 20:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97K0CHj080686; Mon, 7 Oct 2013 20:00:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97K0C2L080685; Mon, 7 Oct 2013 20:00:12 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 20:00:12 GMT Message-Id: <201310072000.r97K0C2L080685@freefall.freebsd.org> To: fbsd-ports@opsec.eu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:00:12 -0000 Synopsis: [patch update] net/findmtu add stage support, fix build on 10a4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Oct 7 20:00:12 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182811 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C662186 for ; Mon, 7 Oct 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 798B62ECB for ; Mon, 7 Oct 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97KA1nm082845 for ; Mon, 7 Oct 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97KA1tr082844; Mon, 7 Oct 2013 20:10:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 20:10:01 GMT Message-Id: <201310072010.r97KA1tr082844@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 20:10:01 -0000 The following reply was made to PR ports/182811; it has been noted by GNATS. From: Edwin Groothuis To: jmohacsi@bsd.hu Cc: bug-followup@FreeBSD.org Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 Date: Mon, 7 Oct 2013 20:00:11 UT Maintainer of net/findmtu, Please note that PR ports/182811 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/182811 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:22:34 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B2F572; Mon, 7 Oct 2013 20:22:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1B7D201A; Mon, 7 Oct 2013 20:22:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97KMXwV087319; Mon, 7 Oct 2013 20:22:33 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97KMXkx087318; Mon, 7 Oct 2013 20:22:33 GMT (envelope-from antoine) Date: Mon, 7 Oct 2013 20:22:33 GMT Message-Id: <201310072022.r97KMXkx087318@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/182744: [MAINTAINER-UPDATE] from sysutils/zogftw 2013-03-31 to 2013-10-06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:22:34 -0000 Synopsis: [MAINTAINER-UPDATE] from sysutils/zogftw 2013-03-31 to 2013-10-06 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Mon Oct 7 20:22:19 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182744 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B04614AB for ; Mon, 7 Oct 2013 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 901DC2229 for ; Mon, 7 Oct 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ko0Pf091442 for ; Mon, 7 Oct 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Ko0Fc091441; Mon, 7 Oct 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 20:50:00 GMT Resent-Message-Id: <201310072050.r97Ko0Fc091441@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, Alexey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00ABBF3B for ; Mon, 7 Oct 2013 20:42:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7C3D21AD for ; Mon, 7 Oct 2013 20:42:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97KgLRe082566 for ; Mon, 7 Oct 2013 20:42:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97KgLF2082563; Mon, 7 Oct 2013 20:42:21 GMT (envelope-from nobody) Message-Id: <201310072042.r97KgLF2082563@oldred.freebsd.org> Date: Mon, 7 Oct 2013 20:42:21 GMT From: Alexey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182812: Could not portupgrade net-mgmt/nrpe2 after port renamed to net-mgmt/nrpe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:50:00 -0000 >Number: 182812 >Category: ports >Synopsis: Could not portupgrade net-mgmt/nrpe2 after port renamed to net-mgmt/nrpe >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 Oct 07 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey >Release: 8.4 9.2 >Organization: >Environment: FreeBSD xxx.ru 9.2-STABLE FreeBSD 9.2-STABLE #0 r256066: Sun Oct 6 06:11:13 MSK 2013 root@xxx.ru:/usr/obj/usr/src/sys/XXX20131006 amd >Description: After rename net-mgmt/nrpe2 to net-mgmt/nrpe old entrie abdout deleted old net-mgmt/nrpe in MOVED was not cleared out and portupgrade do not want to update the port anymore: ***--- [/usr/ports (1)$] sudo portupgrade -f -c nrpe-2.14 [Reading data from pkg(8) ... - 392 packages found - done] ** Port deleted on 2009-05-04: net-mgmt/nrpe Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - net-mgmt/nrpe (port deleted) [/usr/ports (1)$] sudo portupgrade -f -c -o net-mgmt/nrpe nrpe-2.14 [Reading data from pkg(8) ... - 392 packages found - done] ** Port deleted on 2009-05-04: net-mgmt/nrpe Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - net-mgmt/nrpe (port deleted) [/usr/ports (1)$] fgrep 'Obsolete version, consider migration to net-mgmt/nrpe2' * MOVED:net-mgmt/nrpe||2009-05-04|Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 ***--- and UPDATING: # portupgrade -fo net-mgmt/nrpe net-mgmt/nrpe2 do not works >How-To-Repeat: update ports tree and do steps described in MOVED. UPDATING: # portupgrade -fo net-mgmt/nrpe net-mgmt/nrpe2 [/usr/ports (1)$] sudo portupgrade -fo net-mgmt/nrpe net-mgmt/nrpe2 [Reading data from pkg(8) ... - 392 packages found - done] ** Port deleted on 2009-05-04: net-mgmt/nrpe Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - net-mgmt/nrpe (port deleted) >Fix: remove net-mgmt/nrpe||2009-05-04|Has expired: Obsolete version, consider migration to net-mgmt/nrpe2 string from MOVED >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 20:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64DBC4E2; Mon, 7 Oct 2013 20:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3958A2253; Mon, 7 Oct 2013 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Ko8Eb091583; Mon, 7 Oct 2013 20:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Ko8Wh091582; Mon, 7 Oct 2013 20:50:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 20:50:08 GMT Message-Id: <201310072050.r97Ko8Wh091582@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182812: Could not portupgrade net-mgmt/nrpe2 after port renamed to net-mgmt/nrpe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:50:08 -0000 Synopsis: Could not portupgrade net-mgmt/nrpe2 after port renamed to net-mgmt/nrpe Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 20:50:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182812 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 21:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BD3F30D for ; Mon, 7 Oct 2013 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 131F62590 for ; Mon, 7 Oct 2013 21:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97LU0Yx000606 for ; Mon, 7 Oct 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97LU09C000605; Mon, 7 Oct 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 21:30:00 GMT Resent-Message-Id: <201310072130.r97LU09C000605@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, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9112C303 for ; Mon, 7 Oct 2013 21:29:51 +0000 (UTC) (envelope-from sevan@z29.zvq.me) Received: from z29.zvq.me (z29.zvq.me [178.251.98.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D1C22587 for ; Mon, 7 Oct 2013 21:29:50 +0000 (UTC) Received: from z29.zvq.me (localhost [127.0.0.1]) by z29.zvq.me (8.14.7/8.14.7) with ESMTP id r97LEwpI003885 for ; Tue, 8 Oct 2013 01:14:58 +0400 (MSK) (envelope-from sevan@z29.zvq.me) Received: (from sevan@localhost) by z29.zvq.me (8.14.7/8.14.7/Submit) id r97LEwp9003884; Tue, 8 Oct 2013 01:14:58 +0400 (MSK) (envelope-from sevan) Message-Id: <201310072114.r97LEwp9003884@z29.zvq.me> Date: Tue, 8 Oct 2013 01:14:58 +0400 (MSK) From: Sevan Janiyan To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182813: [MAINTAINER] databases/iplike: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 21:30:01 -0000 >Number: 182813 >Category: ports >Synopsis: [MAINTAINER] databases/iplike: update to 2.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: Mon Oct 07 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: Dream Industries >Environment: System: FreeBSD 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #15 r255967: Tue Oct 1 18:51:00 >Description: - Update to 2.0.3 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- iplike-2.0.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 329739) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iplike -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= databases MASTER_SITES= SF/opennms/IPLIKE/stable-2.0/ Index: distinfo =================================================================== --- distinfo (revision 329739) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (iplike-2.0.2.tar.gz) = dd5fa1b5de0342d83e1685f77315be1c5ef1b269da5c4fb4e72a2d4ab3c94687 -SIZE (iplike-2.0.2.tar.gz) = 329063 +SHA256 (iplike-2.0.3.tar.gz) = 2018dffbccec17d0cb8acec0344f7ea42a26f23e8013eeeaf1fab18d45a089bc +SIZE (iplike-2.0.3.tar.gz) = 319192 --- iplike-2.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 805C3449 for ; Mon, 7 Oct 2013 22:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5442781 for ; Mon, 7 Oct 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97M01DM017659 for ; Mon, 7 Oct 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97M01S4017658; Mon, 7 Oct 2013 22:00:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 22:00:01 GMT Message-Id: <201310072200.r97M01S4017658@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/180899: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 22:00:01 -0000 The following reply was made to PR ports/180899; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180899: commit references a PR Date: Mon, 7 Oct 2013 21:55:32 +0000 (UTC) Author: nox (ports committer) Date: Mon Oct 7 21:55:25 2013 New Revision: 42882 URL: http://svnweb.freebsd.org/changeset/doc/42882 Log: Add Horia Racoviceanu for math/ent. PR: ports/180899 Submitted by: Horia Racoviceanu Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Mon Oct 7 21:47:42 2013 (r42881) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Mon Oct 7 21:55:25 2013 (r42882) @@ -3960,6 +3960,11 @@ + Horia Racoviceanu + horia@racoviceanu.com + + + Horihiro Kumagai kuma@jp.FreeBSD.org _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:08:25 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B62E495B; Mon, 7 Oct 2013 22:08:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B43C2812; Mon, 7 Oct 2013 22:08:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97M8POo025239; Mon, 7 Oct 2013 22:08:25 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97M8OCu025238; Mon, 7 Oct 2013 22:08:24 GMT (envelope-from zeising) Date: Mon, 7 Oct 2013 22:08:24 GMT Message-Id: <201310072208.r97M8OCu025238@freefall.freebsd.org> To: marg@rz.tu-clausthal.de, zeising@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/182786: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:08:25 -0000 Synopsis: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" State-Changed-From-To: open->closed State-Changed-By: zeising State-Changed-When: Mon Oct 7 22:08:24 UTC 2013 State-Changed-Why: Fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=182786 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:08:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A15A98F; Mon, 7 Oct 2013 22:08:38 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F8412817; Mon, 7 Oct 2013 22:08:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97M8ct5025327; Mon, 7 Oct 2013 22:08:38 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97M8b3d025326; Mon, 7 Oct 2013 22:08:37 GMT (envelope-from zeising) Date: Mon, 7 Oct 2013 22:08:37 GMT Message-Id: <201310072208.r97M8b3d025326@freefall.freebsd.org> To: zeising@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/182786: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:08:38 -0000 Synopsis: net-mgmt/nrpe: Conflict in MOVED. Portinstall stops with "port deleted 2009" Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: zeising Responsible-Changed-When: Mon Oct 7 22:08:37 UTC 2013 Responsible-Changed-Why: Grab it since I closed it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182786 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:16:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 456DFE15; Mon, 7 Oct 2013 22:16:58 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B0C328BD; Mon, 7 Oct 2013 22:16:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97MGviE030389; Mon, 7 Oct 2013 22:16:57 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97MGvor030388; Mon, 7 Oct 2013 22:16:57 GMT (envelope-from mandree) Date: Mon, 7 Oct 2013 22:16:57 GMT Message-Id: <201310072216.r97MGvor030388@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, free.bsd@webstyle.ch, mandree@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: mandree@FreeBSD.org Subject: Re: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:16:58 -0000 Synopsis: Updating graphics/ImageMagick State-Changed-From-To: feedback->analyzed State-Changed-By: mandree State-Changed-When: Mon Oct 7 22:16:39 UTC 2013 State-Changed-Why: Feedback received, maintainer is working on it. We can close the PR after the port has been upgraded. http://www.freebsd.org/cgi/query-pr.cgi?pr=182793 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86BCA6F0 for ; Mon, 7 Oct 2013 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B464299D for ; Mon, 7 Oct 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97MU1ZW036182 for ; Mon, 7 Oct 2013 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97MU1eZ036180; Mon, 7 Oct 2013 22:30:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 22:30:01 GMT Message-Id: <201310072230.r97MU1eZ036180@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/182793: Updating graphics/ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:30:01 -0000 The following reply was made to PR ports/182793; it has been noted by GNATS. From: Matthias Andree To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182793: Updating graphics/ImageMagick Date: Tue, 08 Oct 2013 00:28:41 +0200 feedback was received on #bsdports in IRC; note though that the maintainer's tone is inadequate; a proper response would have been to just state "thanks, working on it, may take a while though". From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 22:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6A97255 for ; Mon, 7 Oct 2013 22:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C48C92B78 for ; Mon, 7 Oct 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Mo0C8047683 for ; Mon, 7 Oct 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Mo02R047681; Mon, 7 Oct 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 22:50:00 GMT Resent-Message-Id: <201310072250.r97Mo02R047681@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, Byron Young Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71B83F42 for ; Mon, 7 Oct 2013 22:40:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD952ADB for ; Mon, 7 Oct 2013 22:40:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97MeRXc073516 for ; Mon, 7 Oct 2013 22:40:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97MeR6D073505; Mon, 7 Oct 2013 22:40:27 GMT (envelope-from nobody) Message-Id: <201310072240.r97MeR6D073505@oldred.freebsd.org> Date: Mon, 7 Oct 2013 22:40:27 GMT From: Byron Young To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182814: gnat-2010 linker issues X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:50:01 -0000 >Number: 182814 >Category: ports >Synopsis: gnat-2010 linker issues >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 Oct 07 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Byron Young >Release: 9.2-RELEASE >Organization: >Environment: i386 >Description: A few issues with /usr/ports/lang/gnat which creates packages-9.2-release/lang/gnat-2010.tbz -DWANT_SHAREDLIBS builds libgnala.a, not libgnala.so gnatmake adds linker options -Wl,rpath and -L /usr/local/lib/gcc-nat/gcc/i386-portbld-freebsd9.2/4.3.6/adalib/ The trailing / must be removed from command line -L to find -lgnat-2010. Body unit source file gcc-4_3-branch-src/gcc/ada/i-forbla.adb pragma add undefined dependency to -lgnalasup. Changing to -pragma Linker_Options ("-lgnalasup"); +pragma Linker_Options ("-lblas"); +pragma Linker_Options ("-llapack"); appears to resolve the dependency issue (attached patch). LIB_DEPENDS+= blas:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack >How-To-Repeat: >Fix: correct linker dependency cd /usr/ports/lang/gnat/work patch < patch-i-forbla_adb.txt Patch attached with submission follows: diff --git gcc-4_3-branch-src/gcc/ada/i-forbla.adb gcc-4_3-branch-src/gcc/ada/i-forbla.adb index b5e1e3f..217b194 100644 --- gcc-4_3-branch-src/gcc/ada/i-forbla.adb +++ gcc-4_3-branch-src/gcc/ada/i-forbla.adb @@ -39,6 +39,8 @@ package body Interfaces.Fortran.BLAS is pragma Linker_Options ("-lgnala"); - pragma Linker_Options ("-lgnalasup"); +-- pragma Linker_Options ("-lgnalasup"); + pragma Linker_Options ("-lblas"); + pragma Linker_Options ("-llapack"); pragma Linker_Options ("-lm"); end Interfaces.Fortran.BLAS; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 23:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A20268DD for ; Mon, 7 Oct 2013 23:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 804482EC4 for ; Mon, 7 Oct 2013 23:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97No0ZE087007 for ; Mon, 7 Oct 2013 23:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97No0f4087006; Mon, 7 Oct 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 23:50:00 GMT Resent-Message-Id: <201310072350.r97No0f4087006@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 McDougall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FD4E549 for ; Mon, 7 Oct 2013 23:44:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D7EB2E70 for ; Mon, 7 Oct 2013 23:44:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r97Nibe0043875 for ; Mon, 7 Oct 2013 23:44:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r97Nib3X043871; Mon, 7 Oct 2013 23:44:37 GMT (envelope-from nobody) Message-Id: <201310072344.r97Nib3X043871@oldred.freebsd.org> Date: Mon, 7 Oct 2013 23:44:37 GMT From: Adam McDougall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182816: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 23:50:00 -0000 >Number: 182816 >Category: ports >Synopsis: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 >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 Oct 07 23:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: 9.2-BETA1 >Organization: >Environment: FreeBSD hostname 9.2-BETA1 FreeBSD 9.2-BETA1 #0 r253631: Thu Jul 25 21:44:11 EDT 2013 root@build9:/usr/obj/usr/src/sys/AMD64-9 amd64 >Description: Sometime a while back (months), either print/pdftk effectively lost a runtime dep on gcc46, or something else I had installed lost one, and within the last two months, pkg autoremove allowed me to remove gcc46 and a handful of other packages. The pdftk port uses gcj and the pdftk binary links against libgcj.so.12 so my impression is it needs a runtime dep on gcc46. pdftk is apparently not used very often on our systems but very recently the broken binary was discovered (possibly today). I use poudriere to build my packages. # ldd `which pdftk` /usr/local/bin/pdftk: libgcj.so.12 => not found (0) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800a9f000) libz.so.6 => /lib/libz.so.6 (0x800d9b000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800faf000) libm.so.5 => /lib/libm.so.5 (0x8012c5000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8014e6000) libthr.so.3 => /lib/libthr.so.3 (0x8016f4000) libc.so.7 => /lib/libc.so.7 (0x801917000) >How-To-Repeat: Presumably install print/pdftk, remove gcc46 assuming it was installed as a compile time dep for pdftk, and execute the pdftk binary to see a missing library error. >Fix: Add gcc46 as a runtime dep? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 23:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 479C5912; Mon, 7 Oct 2013 23:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1DECB2EED; Mon, 7 Oct 2013 23:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97No8To087141; Mon, 7 Oct 2013 23:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97No80I087140; Mon, 7 Oct 2013 23:50:08 GMT (envelope-from edwin) Date: Mon, 7 Oct 2013 23:50:08 GMT Message-Id: <201310072350.r97No80I087140@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182816: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 23:50:09 -0000 Synopsis: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 7 23:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182816 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:12:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3109D3A; Tue, 8 Oct 2013 02:12:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95D9627DC; Tue, 8 Oct 2013 02:12:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982CA2W029710; Tue, 8 Oct 2013 02:12:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982CAqi029709; Tue, 8 Oct 2013 02:12:10 GMT (envelope-from linimon) Date: Tue, 8 Oct 2013 02:12:10 GMT Message-Id: <201310080212.r982CAqi029709@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182815: Core dump in net/mDNSResponder-379.38.1 using IPv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:12:10 -0000 Synopsis: Core dump in net/mDNSResponder-379.38.1 using IPv6 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Oct 8 02:12:02 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=182815 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:12:42 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D38FDBF; Tue, 8 Oct 2013 02:12:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 022D327E8; Tue, 8 Oct 2013 02:12:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982CfdU029782; Tue, 8 Oct 2013 02:12:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982Cf6D029781; Tue, 8 Oct 2013 02:12:41 GMT (envelope-from linimon) Date: Tue, 8 Oct 2013 02:12:41 GMT Message-Id: <201310080212.r982Cf6D029781@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182817: print/pdftk always rebuilds in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:12:42 -0000 Synopsis: print/pdftk always rebuilds in poudriere Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Oct 8 02:12:27 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=182817 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:12:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4B70DC2; Tue, 8 Oct 2013 02:12:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA30D27EA; Tue, 8 Oct 2013 02:12:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982Ck2L029884; Tue, 8 Oct 2013 02:12:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982Ck3i029883; Tue, 8 Oct 2013 02:12:46 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:12:46 GMT Message-Id: <201310080212.r982Ck3i029883@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182817: print/pdftk always rebuilds in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:12:47 -0000 Synopsis: print/pdftk always rebuilds in poudriere Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 02:12:46 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182817 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:14:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26E97E7B; Tue, 8 Oct 2013 02:14:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F130827FC; Tue, 8 Oct 2013 02:14:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982EGeZ030957; Tue, 8 Oct 2013 02:14:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982EGA5030956; Tue, 8 Oct 2013 02:14:16 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:14:16 GMT Message-Id: <201310080214.r982EGA5030956@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, deischen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182814: lang/gnat: gnat-2010 linker issues X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:14:17 -0000 Synopsis: lang/gnat: gnat-2010 linker issues Responsible-Changed-From-To: freebsd-ports-bugs->deischen Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 02:14:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182814 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:14:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2CACBEB0; Tue, 8 Oct 2013 02:14:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01CDA2801; Tue, 8 Oct 2013 02:14:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982Evm1031100; Tue, 8 Oct 2013 02:14:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982EvPf031099; Tue, 8 Oct 2013 02:14:57 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:14:57 GMT Message-Id: <201310080214.r982EvPf031099@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182810: mail/roundcube install overwrites htaccess file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:14:58 -0000 Synopsis: mail/roundcube install overwrites htaccess file Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 02:14:57 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182810 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:15:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16D04EF2; Tue, 8 Oct 2013 02:15:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E176B280D; Tue, 8 Oct 2013 02:15:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982Fb8r031291; Tue, 8 Oct 2013 02:15:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982Fbu5031290; Tue, 8 Oct 2013 02:15:37 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:15:37 GMT Message-Id: <201310080215.r982Fbu5031290@freefall.freebsd.org> To: kristof@sigsegv.be, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182792: dns/knot: knotd startup script no longer works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:15:38 -0000 Synopsis: dns/knot: knotd startup script no longer works State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Oct 8 02:15:37 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182792 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:16:29 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94410F32; Tue, 8 Oct 2013 02:16:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69FAC2819; Tue, 8 Oct 2013 02:16:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982GTZa031544; Tue, 8 Oct 2013 02:16:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982GTqO031543; Tue, 8 Oct 2013 02:16:29 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:16:29 GMT Message-Id: <201310080216.r982GTqO031543@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sbz@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182789: security/rkhunter config change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:16:29 -0000 Synopsis: security/rkhunter config change Responsible-Changed-From-To: freebsd-ports-bugs->sbz Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 02:16:29 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182789 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:19:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5976F9C; Tue, 8 Oct 2013 02:19:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2102837; Tue, 8 Oct 2013 02:19:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982JcZ2031716; Tue, 8 Oct 2013 02:19:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982JcVS031715; Tue, 8 Oct 2013 02:19:38 GMT (envelope-from linimon) Date: Tue, 8 Oct 2013 02:19:38 GMT Message-Id: <201310080219.r982JcVS031715@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182733: [new port] databases/rubygem-redis-actionpack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:19:38 -0000 Old Synopsis: fix for previous sent port databases/rubygem-redis-actionpack (ports/182730) New Synopsis: [new port] databases/rubygem-redis-actionpack Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: linimon Responsible-Changed-When: Tue Oct 8 02:18:58 UTC 2013 Responsible-Changed-Why: reclassify and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=182733 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4456AFE0 for ; Tue, 8 Oct 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3218F283E for ; Tue, 8 Oct 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982K1s3031857 for ; Tue, 8 Oct 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982K08x031855; Tue, 8 Oct 2013 02:20:00 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 02:20:00 GMT Message-Id: <201310080220.r982K08x031855@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182792: dns/knot: knotd startup script no longer works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Oct 2013 02:20:01 -0000 The following reply was made to PR ports/182792; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@dns-lab.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182792: dns/knot: knotd startup script no longer works Date: Tue, 8 Oct 2013 02:15:36 UT Maintainer of dns/knot, Please note that PR ports/182792 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/182792 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:22:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F29DDCF; Tue, 8 Oct 2013 02:22:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C69122877; Tue, 8 Oct 2013 02:22:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982Mt37033462; Tue, 8 Oct 2013 02:22:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982MslI033461; Tue, 8 Oct 2013 02:22:54 GMT (envelope-from linimon) Date: Tue, 8 Oct 2013 02:22:54 GMT Message-Id: <201310080222.r982MslI033461@freefall.freebsd.org> To: han@log69.com, mail@log69.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182649: graphics/aaphoto cannot be built because of the default clang compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:22:56 -0000 Synopsis: graphics/aaphoto cannot be built because of the default clang compiler State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Tue Oct 8 02:22:33 UTC 2013 State-Changed-Why: Superseded by ports/182772. http://www.freebsd.org/cgi/query-pr.cgi?pr=182649 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B11AE791 for ; Tue, 8 Oct 2013 02:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91337293F for ; Tue, 8 Oct 2013 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982e0q7035847 for ; Tue, 8 Oct 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982e0VI035846; Tue, 8 Oct 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 02:40:00 GMT Resent-Message-Id: <201310080240.r982e0VI035846@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C27175C for ; Tue, 8 Oct 2013 02:35:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 706182929 for ; Tue, 8 Oct 2013 02:35:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r982ZPfC088584 for ; Tue, 8 Oct 2013 02:35:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r982ZP6q088577; Tue, 8 Oct 2013 02:35:25 GMT (envelope-from nobody) Message-Id: <201310080235.r982ZP6q088577@oldred.freebsd.org> Date: Tue, 8 Oct 2013 02:35:25 GMT From: Edwin Groothuis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182821: gmake strangeness on 10.0 Alpha 4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:40:00 -0000 >Number: 182821 >Category: ports >Synopsis: gmake strangeness on 10.0 Alpha 4 >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 Oct 08 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: 10.0-ALPHA4 >Organization: - >Environment: FreeBSD f10 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: While trying to fix this: http://pb2.nyi.freebsd.org/bulk/exp-bdrewery-default/2013-08-23_16h05m22s/logs/errors/ngrep-1.45.log The ports Makefile is attached below, the Makefile in the tar-ball shows: all: echo all/MAKEFLAGS: ${MAKEFLAGS} That's all. No magic there. This is how it works on 9.1: ===> Building for test-1.45 gmake: Warning: File `Makefile' has modification time 39188 s in the future echo all/MAKEFLAGS: --jobserver-fds=3,4 -j -- DESTDIR=/usr/home/edwin/port/work/stage SYSTEMVERSION= OSVERSION=901000 OSREL=9.1 OPSYS=FreeBSD ARCH=amd64 all/MAKEFLAGS: --jobserver-fds=3,4 -j -- DESTDIR=/usr/home/edwin/port/work/stage SYSTEMVERSION= OSVERSION=901000 OSREL=9.1 OPSYS=FreeBSD ARCH=amd64 All arguments are sane. On 10.0 ALPHA 4, it shows: ===> Building for test-1.45 gmake[1]: Entering directory `/usr/home/edwin/ports/net/test/work/test-1.45' echo all/MAKEFLAGS: w -- DESTDIR=/usr/home/edwin/ports/net/test/work/stage SYSTEMVERSION= OSVERSION=1000055 OSREL=10.0 OPSYS=FreeBSD ARCH=amd64 .MAKE.LEVEL.ENV=MAKELEVEL all/MAKEFLAGS: w -- DESTDIR=/usr/home/edwin/ports/net/test/work/stage SYSTEMVERSION= OSVERSION=1000055 OSREL=10.0 OPSYS=FreeBSD ARCH=amd64 .MAKE.LEVEL.ENV=MAKELEVEL gmake[1]: Leaving directory `/usr/home/edwin/ports/net/test/work/test-1.45' Now there is a "w" there. And I don't know why.... >How-To-Repeat: Use this ports Makefile: # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD: head/net/ngrep/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= test PORTVERSION= 1.45 CATEGORIES= net security MASTER_SITES= http://www.mavetju.org/~edwin/ MAINTAINER= edwin@mavetju.org COMMENT= Network grep USES= gmake .include run make. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2539395A for ; Tue, 8 Oct 2013 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF10029AB for ; Tue, 8 Oct 2013 02:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982o0Md037672 for ; Tue, 8 Oct 2013 02:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982o0V3037670; Tue, 8 Oct 2013 02:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 02:50:00 GMT Resent-Message-Id: <201310080250.r982o0V3037670@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, Dewayne Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80C9F810 for ; Tue, 8 Oct 2013 02:42:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5266D2975 for ; Tue, 8 Oct 2013 02:42:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r982g0W0010629 for ; Tue, 8 Oct 2013 02:42:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r982g0qh010614; Tue, 8 Oct 2013 02:42:00 GMT (envelope-from nobody) Message-Id: <201310080242.r982g0qh010614@oldred.freebsd.org> Date: Tue, 8 Oct 2013 02:42:00 GMT From: Dewayne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182822: net/freeradius2 update to 3.0 availble X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:50:01 -0000 >Number: 182822 >Category: ports >Synopsis: net/freeradius2 update to 3.0 availble >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 Oct 08 02:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dewayne >Release: FreeBSD 9.2S >Organization: >Environment: FreeBSD b1.hs 9.2-STABLE FreeBSD 9.2-STABLE #0: Tue Oct 8 03:58:20 EST 2013 root@:/usr/obj/usr/src/sys/hqdev-amd64-padlock-smp-vga amd64 >Description: FreeRadius has been updated to V3.0. Significant improvements to security and poerformance are: use of TCP transport, TLS and caching of LDAP groups. Please refer to http://freeradius.org/ for further details. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 02:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B68FE987; Tue, 8 Oct 2013 02:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D1CB29D1; Tue, 8 Oct 2013 02:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r982o86x037754; Tue, 8 Oct 2013 02:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r982o8Jr037753; Tue, 8 Oct 2013 02:50:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 02:50:08 GMT Message-Id: <201310080250.r982o8Jr037753@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182822: net/freeradius2 update to 3.0 availble X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 02:50:08 -0000 Synopsis: net/freeradius2 update to 3.0 availble Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 02:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182822 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 03:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E49865A4 for ; Tue, 8 Oct 2013 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B73452D6C for ; Tue, 8 Oct 2013 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r983e1Bl048755 for ; Tue, 8 Oct 2013 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r983e16d048754; Tue, 8 Oct 2013 03:40:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 03:40:01 GMT Message-Id: <201310080340.r983e16d048754@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Dewayne" Subject: Re: ports/182724: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dewayne List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 03:40:02 -0000 The following reply was made to PR ports/182724; it has been noted by GNATS. From: "Dewayne" To: , Cc: Subject: Re: ports/182724: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 Date: Tue, 8 Oct 2013 14:34:14 +1100 Apologies Mark, the PR relates to devel/netbsd-pkgsrc-mk-files Regards, Dewayne. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 03:49:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17D3C657; Tue, 8 Oct 2013 03:49:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEE582DAB; Tue, 8 Oct 2013 03:49:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r983nhiA050487; Tue, 8 Oct 2013 03:49:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r983nhvj050486; Tue, 8 Oct 2013 03:49:43 GMT (envelope-from linimon) Date: Tue, 8 Oct 2013 03:49:43 GMT Message-Id: <201310080349.r983nhvj050486@freefall.freebsd.org> To: dewayne.geraghty@heuristicsystems.com.au, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182724: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 03:49:44 -0000 Synopsis: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Oct 8 03:49:21 UTC 2013 State-Changed-Why: feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=182724 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 05:15:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6530CC45; Tue, 8 Oct 2013 05:15:07 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A29A2364; Tue, 8 Oct 2013 05:15:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r985F7H1069475; Tue, 8 Oct 2013 05:15:07 GMT (envelope-from tabthorpe@freefall.freebsd.org) Received: (from tabthorpe@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r985F7ND069474; Tue, 8 Oct 2013 05:15:07 GMT (envelope-from tabthorpe) Date: Tue, 8 Oct 2013 05:15:07 GMT Message-Id: <201310080515.r985F7ND069474@freefall.freebsd.org> To: tabthorpe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: tabthorpe@FreeBSD.org Subject: Re: ports/182475: [PATCH] security/bro: Split broccoli library into seperate port, other fixes and improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 05:15:07 -0000 Synopsis: [PATCH] security/bro: Split broccoli library into seperate port, other fixes and improvements Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: tabthorpe Responsible-Changed-When: Tue Oct 8 05:15:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182475 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 05:15:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42F7FC72; Tue, 8 Oct 2013 05:15:15 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1930D2365; Tue, 8 Oct 2013 05:15:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r985FEYM069562; Tue, 8 Oct 2013 05:15:14 GMT (envelope-from tabthorpe@freefall.freebsd.org) Received: (from tabthorpe@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r985FEMs069561; Tue, 8 Oct 2013 05:15:14 GMT (envelope-from tabthorpe) Date: Tue, 8 Oct 2013 05:15:14 GMT Message-Id: <201310080515.r985FEMs069561@freefall.freebsd.org> To: tabthorpe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: tabthorpe@FreeBSD.org Subject: Re: ports/182476: New port: security/broccoli: Bro client communications library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 05:15:15 -0000 Synopsis: New port: security/broccoli: Bro client communications library Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: tabthorpe Responsible-Changed-When: Tue Oct 8 05:15:14 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182476 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 05:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0CA026C for ; Tue, 8 Oct 2013 05:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD31247D for ; Tue, 8 Oct 2013 05:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r985e1Tg074156 for ; Tue, 8 Oct 2013 05:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r985e1fH074155; Tue, 8 Oct 2013 05:40:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 05:40:01 GMT Message-Id: <201310080540.r985e1fH074155@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Attila Nagy Subject: Re: ports/182594: Build mail/dovecot2 wihtout kqueue is impossible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Attila Nagy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 05:40:02 -0000 The following reply was made to PR ports/182594; it has been noted by GNATS. From: Attila Nagy To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182594: Build mail/dovecot2 wihtout kqueue is impossible Date: Tue, 08 Oct 2013 07:39:20 +0200 Couldn't test, but looks good. On 10/03/13 11:30, Edwin Groothuis wrote: > Maintainer of mail/dovecot2, > > Please note that PR ports/182594 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/182594 > From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 06:02:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8FDFC6F7 for ; Tue, 8 Oct 2013 06:02:55 +0000 (UTC) (envelope-from mail@log69.com) Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26DBD2581 for ; Tue, 8 Oct 2013 06:02:54 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id n15so3741101ead.30 for ; Mon, 07 Oct 2013 23:02:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=0CNMEZCv1UzQZ1WN3ke6mQny+WMV3kJd8ryCZL/h55s=; b=EBVvJCAMhTlxioCa7oRPOPF2fbNdEckqUAHha5mMeCZbxD1Pe9r2RqiGPLSMCS5ElL AqatVXgOiKfESjpg2d86BPVsLhfwwMMQOPTysybYsc2n2NN2mAtRJOpaqDKeOc1aslk5 ii/gm5HXC3v6fMKRZlZoShWNW5YemchXnD10I/S2FgNDtkH2i5kB4zlttrrFfauCOqsn zdTqMKL9BfCceQsRQXX4ng0j3ED5O2SQ8cZmUUdcpRDvVTlHC9503KQkXsratXOhBGdu yCunkDmoWzD3PtXIZancyBAqfQSRARhiVSdkS7Q2OCG906XxiGr8GYdqhYWkLFWePyLw NPgQ== X-Gm-Message-State: ALoCoQmSfaQ/zkL9vcNteP2Z4GhLJ0M9A3MzEIdoSNx5G3Q9PCswr9nM6dUPcrlfbWmZyXYLS5uS X-Received: by 10.15.77.132 with SMTP id p4mr2381eey.95.1381212167156; Mon, 07 Oct 2013 23:02:47 -0700 (PDT) Received: from notebook.dell (host-109-110-143-193.kabelszat2002.hu. [109.110.143.193]) by mx.google.com with ESMTPSA id i1sm71695342eeg.0.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 07 Oct 2013 23:02:45 -0700 (PDT) Date: Tue, 8 Oct 2013 08:02:44 +0200 From: Andras Horvath To: Mark Linimon , freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/182649: graphics/aaphoto cannot be built because of the default clang compiler Message-ID: <20131008080244.5b52d586@notebook.dell> In-Reply-To: <20131008022457.GB3242@lonesome.com> References: <201310051400.r95E0EGW047794@freefall.freebsd.org> <20131005175821.598fd779@notebook.dell> <20131008022457.GB3242@lonesome.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.17; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 06:02:55 -0000 Thanks. Would you please take a look at this PR? I've sent this (no. 182772) right after the other, because I've come to know of a better solution to handle the Clang issue. Should I create a patch between the 2 PRs, or this one can be applied as well? Unfortunately I didn't know better but send another PR when I realized I need to change something in my former patch. On Mon, 7 Oct 2013 21:24:57 -0500 Mark Linimon wrote: > On Sat, Oct 05, 2013 at 05:58:21PM +0200, Andras Horvath wrote: > > Could my maintainer email address be changed from han@ to mail@? > > done. > > mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 08:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC2CD2D8 for ; Tue, 8 Oct 2013 08:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81DC02E23 for ; Tue, 8 Oct 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r988U0sJ027600 for ; Tue, 8 Oct 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r988U0PK027599; Tue, 8 Oct 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 08:30:00 GMT Resent-Message-Id: <201310080830.r988U0PK027599@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22F74254; Tue, 8 Oct 2013 08:23:17 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.114.159]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D11392DEB; Tue, 8 Oct 2013 08:23:16 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VTSIe-0007TH-Fw; Tue, 08 Oct 2013 12:05:48 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 1110AF8; Tue, 8 Oct 2013 12:05:48 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id BE441245; Tue, 8 Oct 2013 12:05:47 +0400 (MSK) Message-Id: <20131008080547.BE441245@hades.panopticon> Date: Tue, 8 Oct 2013 12:05:47 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182824: [PATCH] sysutils/polkit: remove duplicate plist entry Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 08:30:00 -0000 >Number: 182824 >Category: ports >Synopsis: [PATCH] sysutils/polkit: remove duplicate plist entry >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 Oct 08 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK >Description: Remove duplicate plist entry Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- polkit-0.105_1.patch begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 329765) +++ pkg-plist (working copy) @@ -95,6 +95,5 @@ @dirrmtry var/lib/polkit-1/localauthority/20-org.d @dirrmtry var/lib/polkit-1/localauthority/10-vendor.d @dirrmtry var/lib/polkit-1/localauthority -@dirrmtry var/lib/polkit-1/localauthority @dirrmtry var/lib/polkit-1 @dirrmtry var/lib --- polkit-0.105_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 08:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DFDB30D; Tue, 8 Oct 2013 08:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1506F2E28; Tue, 8 Oct 2013 08:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r988U8IS027740; Tue, 8 Oct 2013 08:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r988U853027739; Tue, 8 Oct 2013 08:30:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 08:30:08 GMT Message-Id: <201310080830.r988U853027739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182824: [PATCH] sysutils/polkit: remove duplicate plist entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 08:30:09 -0000 Synopsis: [PATCH] sysutils/polkit: remove duplicate plist entry Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 08:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182824 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E02C212E for ; Tue, 8 Oct 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7502270F for ; Tue, 8 Oct 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Ae0X1053704 for ; Tue, 8 Oct 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Ae05L053703; Tue, 8 Oct 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 10:40:00 GMT Resent-Message-Id: <201310081040.r98Ae05L053703@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, Anton Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61927FFF for ; Tue, 8 Oct 2013 10:32:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EB6226CB for ; Tue, 8 Oct 2013 10:32:58 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98AWvBr003440 for ; Tue, 8 Oct 2013 10:32:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98AWvFw003439; Tue, 8 Oct 2013 10:32:57 GMT (envelope-from nobody) Message-Id: <201310081032.r98AWvFw003439@oldred.freebsd.org> Date: Tue, 8 Oct 2013 10:32:57 GMT From: Anton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182825: port error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 10:40:00 -0000 >Number: 182825 >Category: ports >Synopsis: port error >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 Oct 08 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton >Release: 9.1 >Organization: msu >Environment: FreeBSD cat 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: root@cat:/usr/ports/databases/pear-DB # make install clean ===> pear-DB-1.7.14,1 depends on file: /usr/local/share/pear/PEAR.php - not found ===> Verifying install for /usr/local/share/pear/PEAR.php in /usr/ports/devel/pear => pear-1.9.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://bsdcrew.de/distfiles/pear-1.9.4.tar.bz2 fetch: http://bsdcrew.de/distfiles/pear-1.9.4.tar.bz2: Moved Permanently => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/pear-1.9.4.tar.bz2 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/pear-1.9.4.tar.bz2: size mismatch: expected 328672, actual 322695 => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** [do-fetch] Error code 1 Stop in /usr/ports/devel/pear. *** [build-depends] Error code 1 Stop in /usr/ports/databases/pear-DB. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 10:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA4D225D for ; Tue, 8 Oct 2013 10:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 993C727A3 for ; Tue, 8 Oct 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Ao0AT055494 for ; Tue, 8 Oct 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Ao00i055493; Tue, 8 Oct 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 10:50:00 GMT Resent-Message-Id: <201310081050.r98Ao00i055493@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, Zsolt Udvari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02583204 for ; Tue, 8 Oct 2013 10:45:06 +0000 (UTC) (envelope-from udvzsolt@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91C4A2779 for ; Tue, 8 Oct 2013 10:45:05 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so3892805eaj.14 for ; Tue, 08 Oct 2013 03:45:03 -0700 (PDT) Received: from bsd-zsolt ([77.111.103.149]) by mx.google.com with ESMTPSA id a43sm74357162eep.9.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 08 Oct 2013 03:45:02 -0700 (PDT) Received: by bsd-zsolt (sSMTP sendmail emulation); Tue, 08 Oct 2013 12:44:18 +0200 Message-Id: <5253e22e.c3d50e0a.74b5.3076@mx.google.com> Date: Tue, 08 Oct 2013 12:44:18 +0200 From: Zsolt Udvari To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182826: deskutils/fet update to 5.20.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zsolt Udvari List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 10:50:00 -0000 >Number: 182826 >Category: ports >Synopsis: deskutils/fet update to 5.20.1 >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 Oct 08 10:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zsolt Udvari >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD bsd-zsolt 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: deskutils/fet update to 5.20.1 >How-To-Repeat: >Fix: --- fet-5.20.1.diff begins here --- diff -u /usr/ports/deskutils/fet/Makefile fet/Makefile --- /usr/ports/deskutils/fet/Makefile 2013-09-20 18:21:37.000000000 +0200 +++ fet/Makefile 2013-10-08 09:43:46.000000000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: deskutils/fet/Makefile 327718 2013-09-20 16:21:37Z bapt $ PORTNAME= fet -PORTVERSION= 5.19.3 +PORTVERSION= 5.20.1 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ diff -u /usr/ports/deskutils/fet/distinfo fet/distinfo --- /usr/ports/deskutils/fet/distinfo 2013-09-17 21:04:58.000000000 +0200 +++ fet/distinfo 2013-10-08 09:44:17.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (fet-5.19.3.tar.bz2) = 3f9b470e0f729bedb1ab73552f577e796e33885a2e46e8a914624e928dca4d00 -SIZE (fet-5.19.3.tar.bz2) = 7870089 +SHA256 (fet-5.20.1.tar.bz2) = 4c34b05ff6fd87326f736c7d7598e82759fcfd09701568703d9687e50c407fd2 +SIZE (fet-5.20.1.tar.bz2) = 7981564 --- fet-5.20.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 10:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C719128C; Tue, 8 Oct 2013 10:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F69027C9; Tue, 8 Oct 2013 10:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Ao8Pn055625; Tue, 8 Oct 2013 10:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Ao8dO055624; Tue, 8 Oct 2013 10:50:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 10:50:08 GMT Message-Id: <201310081050.r98Ao8dO055624@freefall.freebsd.org> To: udvzsolt@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182826: deskutils/fet update to 5.20.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 10:50:08 -0000 Synopsis: deskutils/fet update to 5.20.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Oct 8 10:50:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182826 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 11:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D07A1723 for ; Tue, 8 Oct 2013 11:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE893283B for ; Tue, 8 Oct 2013 11:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98B01Uh057493 for ; Tue, 8 Oct 2013 11:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98B01Id057492; Tue, 8 Oct 2013 11:00:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 11:00:01 GMT Message-Id: <201310081100.r98B01Id057492@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182826: deskutils/fet update to 5.20.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Oct 2013 11:00:01 -0000 The following reply was made to PR ports/182826; it has been noted by GNATS. From: Edwin Groothuis To: salfrancl@yahoo.es Cc: bug-followup@FreeBSD.org Subject: Re: ports/182826: deskutils/fet update to 5.20.1 Date: Tue, 8 Oct 2013 10:50:07 UT Maintainer of deskutils/fet, Please note that PR ports/182826 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/182826 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 11:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 428F3725 for ; Tue, 8 Oct 2013 11:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26A40283D for ; Tue, 8 Oct 2013 11:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98B02YP057504 for ; Tue, 8 Oct 2013 11:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98B01NJ057503; Tue, 8 Oct 2013 11:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 11:00:01 GMT Resent-Message-Id: <201310081100.r98B01NJ057503@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, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA85864C for ; Tue, 8 Oct 2013 10:58:20 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 99C802813 for ; Tue, 8 Oct 2013 10:58:19 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 357025C14; Tue, 8 Oct 2013 18:58:13 +0800 (CST) Message-Id: <20131008105813.357025C14@deep.tw> Date: Tue, 8 Oct 2013 18:58:13 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182827: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.38 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 11:00:02 -0000 >Number: 182827 >Category: ports >Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.38 >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 Oct 08 11:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r253131: Thu Jul 11 16:55:44 CST >Description: - Update to 9.38 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- p5-Image-ExifTool-devel-9.38.patch begins here --- diff -ruN ../p5-Image-ExifTool-devel.orig/Makefile ./Makefile --- ../p5-Image-ExifTool-devel.orig/Makefile 2013-09-23 14:07:38.000000000 +0800 +++ ./Makefile 2013-10-08 18:52:54.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/p5-Image-ExifTool-devel/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= Image-ExifTool -PORTVERSION= 9.37 +PORTVERSION= 9.38 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- @@ -27,7 +27,7 @@ LANGTAGS= cs de en_ca en_gb es fi fr it ja ko nl pl ru sv tr zh_cn zh_tw MANTAGS= AES AFCP AIFF APE APP12 ASF Apple BMP BZZ BigTIFF BuildTagLookup \ Canon CanonCustom CanonRaw CanonVRD CaptureOne Casio Charset \ - DICOM DNG DV DarwinCore DjVu EXE Exif FLAC FLIR Fixup Flash FlashPix Font \ + DICOM DNG DPX DV DarwinCore DjVu EXE Exif FLAC FLIR Fixup Flash FlashPix Font \ FotoStation FujiFilm GE GIF GIMP GPS GeoTiff Geotag H264 HP \ HTML HtmlDump ICC_Profile ID3 IPTC ITC Import InDesign JPEG \ JPEGDigest JVC Jpeg2000 Kodak KyoceraRaw LNK Leaf M2TS MIE \ diff -ruN ../p5-Image-ExifTool-devel.orig/distinfo ./distinfo --- ../p5-Image-ExifTool-devel.orig/distinfo 2013-09-15 20:48:07.000000000 +0800 +++ ./distinfo 2013-10-08 18:41:16.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.37.tar.gz) = 394e801d5d6201a9fbf1242807fdffcd33a0b80ac7bd04c8a386f7450461b848 -SIZE (Image-ExifTool-9.37.tar.gz) = 3679091 +SHA256 (Image-ExifTool-9.38.tar.gz) = c8f5b9f688093820000f2e20b97b5a7615cd98283ebb33806e7243645b6dabde +SIZE (Image-ExifTool-9.38.tar.gz) = 3682085 diff -ruN ../p5-Image-ExifTool-devel.orig/pkg-plist ./pkg-plist --- ../p5-Image-ExifTool-devel.orig/pkg-plist 2013-09-15 21:19:07.000000000 +0800 +++ ./pkg-plist 2013-10-08 18:52:06.000000000 +0800 @@ -53,6 +53,7 @@ %%SITE_PERL%%/Image/ExifTool/Charset/Vietnam.pm %%SITE_PERL%%/Image/ExifTool/DICOM.pm %%SITE_PERL%%/Image/ExifTool/DNG.pm +%%SITE_PERL%%/Image/ExifTool/DPX.pm %%SITE_PERL%%/Image/ExifTool/DV.pm %%SITE_PERL%%/Image/ExifTool/DarwinCore.pm %%SITE_PERL%%/Image/ExifTool/DjVu.pm @@ -206,6 +207,7 @@ %%PORTDOCS%%%%DOCSDIR%%/TagNames/Composite.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/DICOM.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/DNG.html +%%PORTDOCS%%%%DOCSDIR%%/TagNames/DPX.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/DV.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/DarwinCore.html %%PORTDOCS%%%%DOCSDIR%%/TagNames/DjVu.html --- p5-Image-ExifTool-devel-9.38.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 11:00:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E36DD79B; Tue, 8 Oct 2013 11:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B94912847; Tue, 8 Oct 2013 11:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98B0IXT059094; Tue, 8 Oct 2013 11:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98B0Ixb059093; Tue, 8 Oct 2013 11:00:18 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 11:00:18 GMT Message-Id: <201310081100.r98B0Ixb059093@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182827: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.38 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 11:00:19 -0000 Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.38 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 11:00:18 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182827 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 12:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38EEFEA6 for ; Tue, 8 Oct 2013 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA7B2DEB for ; Tue, 8 Oct 2013 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98CA1p2071904 for ; Tue, 8 Oct 2013 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98CA0gf071903; Tue, 8 Oct 2013 12:10:00 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 12:10:00 GMT Message-Id: <201310081210.r98CA0gf071903@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?koi8-r?B?6cfP0tgg8M/UwdDP1w==?= Subject: Re: ports/182585: mail/dovecot2 won' t install on FreeBSD 9.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?koi8-r?B?6cfP0tgg8M/UwdDP1w==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 12:10:02 -0000 The following reply was made to PR ports/182585; it has been noted by GNATS. From: =?koi8-r?B?6cfP0tgg8M/UwdDP1w==?= To: bug-followup@freebsd.org, freebsd.xendon@safersignup.com Cc: Subject: Re: ports/182585: mail/dovecot2 won't install on FreeBSD 9.2-RELEASE Date: Tue, 08 Oct 2013 16:04:02 +0400 According the forum post here: http://forums.freebsd.org/showpost.php?p=235050&postcount=8, the directory can be created manually for the workaround. " mkdir /usr/ports/mail/dovecot2/work/stage/usr/local/etc/dovecot/ " From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B92939ED for ; Tue, 8 Oct 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE4724D6 for ; Tue, 8 Oct 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Do0dQ096549 for ; Tue, 8 Oct 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Do0Kt096548; Tue, 8 Oct 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 13:50:00 GMT Resent-Message-Id: <201310081350.r98Do0Kt096548@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, "K.C. Smith" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 220C79E6 for ; Tue, 8 Oct 2013 13:49:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1B324D0 for ; Tue, 8 Oct 2013 13:49:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98DnVjJ044169 for ; Tue, 8 Oct 2013 13:49:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98DnVO4044163; Tue, 8 Oct 2013 13:49:31 GMT (envelope-from nobody) Message-Id: <201310081349.r98DnVO4044163@oldred.freebsd.org> Date: Tue, 8 Oct 2013 13:49:31 GMT From: "K.C. Smith" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182829: sysutils/linux-afaapps: missing dependency (devel/linux-f10-ncurses-base) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 13:50:00 -0000 >Number: 182829 >Category: ports >Synopsis: sysutils/linux-afaapps: missing dependency (devel/linux-f10-ncurses-base) >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 Oct 08 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: K.C. Smith >Release: 8.4 >Organization: >Environment: FreeBSD elbrus.nvo 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Mon Sep 9 23:16:13 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After installation of the subject port, only one executable is installed and that is located (by default) at "/compat/linux/usr/sbin/afacli". But, when one attempts to run it it exits with an error like this: Error opening terminal: xterm. And, that will continue to be the case regardless of whether you use a different terminal. >How-To-Repeat: Install subject port (and, if necessary uninstall linux-f10-curses-base) and attempt to run "/compat/linux/usr/sbin/afacli". >Fix: After some digging, I've found that the installation of the port "devel/linux-f10-ncurses-base" resolves this problem and allows the program to run. I believe that it should be made a required dependency of this port. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 14:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 500DAB28 for ; Tue, 8 Oct 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E10827B0 for ; Tue, 8 Oct 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Ee18S008930 for ; Tue, 8 Oct 2013 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Ee1Ae008929; Tue, 8 Oct 2013 14:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 14:40:01 GMT Resent-Message-Id: <201310081440.r98Ee1Ae008929@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 Fromme Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01FDF902 for ; Tue, 8 Oct 2013 14:34:20 +0000 (UTC) (envelope-from olli@grabthar.secnetix.de) Received: from grabthar.secnetix.de (grabthar.secnetix.de [IPv6:2a01:170:102f::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50636277E for ; Tue, 8 Oct 2013 14:34:18 +0000 (UTC) Received: from grabthar.secnetix.de (localhost [127.0.0.1]) by grabthar.secnetix.de (8.14.7/8.14.7) with ESMTP id r98EYFJS075650; Tue, 8 Oct 2013 16:34:15 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by grabthar.secnetix.de (8.14.7/8.14.7/Submit) id r98EYFJM075649; Tue, 8 Oct 2013 16:34:15 +0200 (CEST) (envelope-from olli) Message-Id: <201310081434.r98EYFJM075649@grabthar.secnetix.de> Date: Tue, 8 Oct 2013 16:34:15 +0200 (CEST) From: Oliver Fromme To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182830: [maintainer update] devel/cssc: major update + stage support Cc: Oliver Fromme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Oliver Fromme List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 14:40:01 -0000 >Number: 182830 >Category: ports >Synopsis: [maintainer update] devel/cssc: major update + stage support >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 Oct 08 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: n/a >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: >Description: The patch included with this PR does the following: - Update devel/cssc to version 1.3.0. - Add stage support to the port. - Add option for Solaris interoperability. - Add LICENSE=GPLv3. - Fix MASTER_SITES (the version on SF is outdated). - Complete rewrite of pkg-descr to make it more useful. Tested with portlint. "make package" as user works. (Not tested with poudriere, though, because my small test machine doesn't have enough resources to run poudriere reasonably.) Note that the following files are REMOVED: - files/patch-sf-delta.cc - files/patch-sf-prs.cc >How-To-Repeat: >Fix: Note that the following files are REMOVED: - files/patch-sf-delta.cc - files/patch-sf-prs.cc Index: Makefile =================================================================== --- Makefile (revision 329785) +++ Makefile (working copy) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= cssc -PORTVERSION= 0.15a.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.15alpha.pl0 -DISTNAME= CSSC-0.15alpha.pl0 +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= CSSC-${PORTVERSION} -MAINTAINER= olli@fromme.com +MAINTAINER= oliver@fromme.com COMMENT= A workalike for the source code control system SCCS +LICENSE= GPLv3 + GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-binary -MAN1= sccs.1 INFO= cssc -WRKSRC= ${WRKDIR}/CSSC-0.15alpha.pl0 +OPTIONS_DEFINE= BINARY +OPTIONS_DEFAULT= BINARY +BINARY_DESC= Support binary SCCS files (Solaris interoperability) +BINARY_CONFIGURE_ENABLE= binary -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 329785) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (CSSC-0.15alpha.pl0.tar.gz) = 475464be84352b41bb423a2956e74ef616b541eb7737c8bef22b8c8a0bbb6074 -SIZE (CSSC-0.15alpha.pl0.tar.gz) = 625766 +SHA256 (CSSC-1.3.0.tar.gz) = 95053aab534c111648ea5b096037673b541a0c2960574d8addf70201a5337c2e +SIZE (CSSC-1.3.0.tar.gz) = 1608481 Index: files/patch-aa =================================================================== --- files/patch-aa (revision 329785) +++ files/patch-aa (working copy) @@ -1,19 +1,11 @@ -*** docs/cssc.texi.orig Sun Mar 21 11:11:21 1999 ---- docs/cssc.texi Wed Mar 31 01:05:22 1999 -*************** -*** 5,11 **** - - @dircategory Miscellaneous - @direntry -! * cssc: (cssc). The GNU work-alike replacement for SCCS. - @end direntry - - @finalout ---- 5,11 ---- - - @dircategory Miscellaneous - @direntry -! * cssc: (cssc). The GNU work-alike replacement for SCCS. - @end direntry - - @finalout +--- docs/cssc.texi.orig 2010-05-16 19:52:32.000000000 +0200 ++++ docs/cssc.texi 2013-10-08 13:03:28.000000000 +0200 +@@ -5,7 +5,7 @@ + + @dircategory Miscellaneous + @direntry +-* cssc: (cssc). The GNU work-alike replacement for SCCS. ++* cssc: (cssc). The GNU work-alike replacement for SCCS. + @end direntry + + @copying Index: files/patch-sf-delta.cc =================================================================== --- files/patch-sf-delta.cc (revision 329785) +++ files/patch-sf-delta.cc (working copy) @@ -1,14 +0,0 @@ ---- sf-delta.cc.orig Fri Oct 1 18:10:43 2004 -+++ sf-delta.cc Fri Oct 1 18:31:01 2004 -@@ -533,8 +533,10 @@ - return false; - } - FileDeleter another_cleaner(dname, false); -+ -+ delta d; - -- struct subst_parms parms(get_out, NULL, delta(), -+ struct subst_parms parms(get_out, NULL, d, - 0, sccs_date()); // XXX: was sccs_date(NULL) (bad!) - seq_state gsstate(sstate); - Index: files/patch-sf-prs.cc =================================================================== --- files/patch-sf-prs.cc (revision 329785) +++ files/patch-sf-prs.cc (working copy) @@ -1,14 +0,0 @@ ---- sf-prs.cc.orig Fri Oct 1 18:32:28 2004 -+++ sf-prs.cc Fri Oct 1 18:32:50 2004 -@@ -43,8 +43,10 @@ - { - sid_list no_includes, no_excludes; - sccs_date no_cutoff; -+ -+ delta d; - -- struct subst_parms parms(out, NULL, delta(), 0, -+ struct subst_parms parms(out, NULL, d, 0, - sccs_date()); // XXX: was sccs_date(NULL) (bad!) - class seq_state state(highest_delta_seqno()); - Index: pkg-descr =================================================================== --- pkg-descr (revision 329785) +++ pkg-descr (working copy) @@ -1,15 +1,18 @@ -This is GNU CSSC, a workalike for the source code control system SCCS. -It is based on the MySC package by Ross Ridge. +CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite +of tools which is provided with most commercial versions of Unix. The purpose +behind CSSC is to provide a work-alike for SCCS which can be used on the +various Free versions of Unix. -SCCS commands implemented this package are: admin, cdc, delta, get, -prs, prt, sccsdiff, rmdel, sact, unget and what. Not all options and -capabilities of the commands have been implemented yet, and the comb, -val and vc commands are not provided at all. +SCCS was the only major form of source code control on Unix platforms for many +years, until RCS came along. SCCS was an effective method for small projects, +but these days it is less popular, particularly for projects involving large +numbers of files. A certain amount of old software is still in SCCS form, and +CSSC is designed to retrieve that software. Once retrieved, it is recommended +to bring the source under the control of a more modern source code control +system, such as git or Apache Subversion. -Unimplemented features include consistency checking (admin -h), -ignored deltas (delta -g), printing the differences after a delta -(delta -p), l-files (get -l), and getting a delta by sequence number -(get -a). Some features like including and excluding deltas (get -i --x) have been implemented but not extensively tested. +However, SCCS (and CSSC) is still perfectly adequate for small projects. For +example, if you are familiar with SCCS, it is not unreasonable to control the +files in /etc and /usr/local/etc on your private FreeBSD machine with CSSC. -FreeBSD port made by Oliver Fromme +WWW: http://www.gnu.org/software/cssc/ Index: pkg-plist =================================================================== --- pkg-plist (revision 329785) +++ pkg-plist (working copy) @@ -11,4 +11,5 @@ libexec/cssc/unget libexec/cssc/val libexec/cssc/what -@dirrm libexec/cssc +man/man1/sccs.1.gz +@dirrmtry libexec/cssc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 14:40:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B184B5C; Tue, 8 Oct 2013 14:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5026927D9; Tue, 8 Oct 2013 14:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98EeBYW009088; Tue, 8 Oct 2013 14:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98EeBDF009087; Tue, 8 Oct 2013 14:40:11 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 14:40:11 GMT Message-Id: <201310081440.r98EeBDF009087@freefall.freebsd.org> To: oliver.fromme@secnetix.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 14:40:11 -0000 Synopsis: [maintainer update] devel/cssc: major update + stage support State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Oct 8 14:40:11 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182830 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 14:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDDA9B57; Tue, 8 Oct 2013 14:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9387A27D7; Tue, 8 Oct 2013 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Ee9vi009013; Tue, 8 Oct 2013 14:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Ee9kN009012; Tue, 8 Oct 2013 14:40:09 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 14:40:09 GMT Message-Id: <201310081440.r98Ee9kN009012@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 14:40:09 -0000 Synopsis: [maintainer update] devel/cssc: major update + stage support Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Oct 8 14:40:09 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182830 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 846D1CF5 for ; Tue, 8 Oct 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7073B2843 for ; Tue, 8 Oct 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Eo1en011273 for ; Tue, 8 Oct 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Eo1Yw011270; Tue, 8 Oct 2013 14:50:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 14:50:01 GMT Message-Id: <201310081450.r98Eo1Yw011270@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Oct 2013 14:50:01 -0000 The following reply was made to PR ports/182830; it has been noted by GNATS. From: Edwin Groothuis To: olli@fromme.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support Date: Tue, 8 Oct 2013 14:40:10 UT Maintainer of devel/cssc, Please note that PR ports/182830 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/182830 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 15:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D16C7B23 for ; Tue, 8 Oct 2013 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A684929EC for ; Tue, 8 Oct 2013 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98FK2oK018999 for ; Tue, 8 Oct 2013 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98FK2uJ018998; Tue, 8 Oct 2013 15:20:02 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 15:20:02 GMT Message-Id: <201310081520.r98FK2uJ018998@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Oliver Fromme Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Oliver Fromme List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:20:02 -0000 The following reply was made to PR ports/182830; it has been noted by GNATS. From: Oliver Fromme To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support Date: Tue, 8 Oct 2013 17:04:20 +0200 (CEST) Yes, I approve this patch. It's a great patch. Interestingly I was just about to submit a very similar patch ... ;-) From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 15:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1174724 for ; Tue, 8 Oct 2013 15:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81E092B74 for ; Tue, 8 Oct 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Fe0vc023254 for ; Tue, 8 Oct 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Fe01H023253; Tue, 8 Oct 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 15:40:00 GMT Resent-Message-Id: <201310081540.r98Fe01H023253@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, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 675D1156 for ; Tue, 8 Oct 2013 15:32:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AC962AF8 for ; Tue, 8 Oct 2013 15:32:14 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98FWEIm053683 for ; Tue, 8 Oct 2013 15:32:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98FWEIa053682; Tue, 8 Oct 2013 15:32:14 GMT (envelope-from nobody) Message-Id: <201310081532.r98FWEIa053682@oldred.freebsd.org> Date: Tue, 8 Oct 2013 15:32:14 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182832: [MAINTAINER] update security/chntpw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:40:00 -0000 >Number: 182832 >Category: ports >Synopsis: [MAINTAINER] update security/chntpw >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 Oct 08 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: Sixnology Inc. >Environment: >Description: * Add LICENSE * New option framework * Enable for amd64 * Stagify * Fix build without GCC https://redports.org/buildarchive/20131008151000-10238/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/security/chntpw/Makefile chntpw/Makefile --- /usr/ports/security/chntpw/Makefile 2013-09-21 06:55:24.000000000 +0800 +++ chntpw/Makefile 2013-10-08 23:08:49.740624727 +0800 @@ -10,27 +10,39 @@ MAINTAINER= buganini@gmail.com COMMENT= Utility to set the password and edit registry on Microsoft NT system +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL.txt + +OPTIONS_DEFINE= DOCS + USE_ZIP= yes USE_GMAKE= yes USE_OPENSSL= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/chntpw PORTDOCS= README.txt WinReg.txt regedit.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes +.include + +.if ${ARCH} == "i386" +MAKE_ARGS= FLAG32=-m32 +.endif + post-patch: @${REINPLACE_CMD} -e '10 s,/usr,$$\(OPENSSLBASE\),' \ ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${STAGEDIR}${PREFIX}/bin + +.if ${PORT_OPTIONS:MDOCS} +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include diff -ruN /usr/ports/security/chntpw/files/patch-Makefile chntpw/files/patch-Makefile --- /usr/ports/security/chntpw/files/patch-Makefile 1970-01-01 08:00:00.000000000 +0800 +++ chntpw/files/patch-Makefile 2013-10-05 19:25:21.842034658 +0800 @@ -0,0 +1,21 @@ +--- Makefile.orig 2011-05-12 03:33:56.000000000 +0800 ++++ Makefile 2013-10-05 14:00:39.093625732 +0800 +@@ -10,17 +10,9 @@ + OSSLPATH=/usr + OSSLINC=$(OSSLPATH)/include + +-CC=gcc +- +-# Force 32 bit +-CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall -m32 ++CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall ${FLAG32} + OSSLLIB=$(OSSLPATH)/lib + +-# 64 bit if default for compiler setup +-#CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall +-#OSSLLIB=$(OSSLPATH)/lib64 +- +- + # This is to link with whatever we have, SSL crypto lib we put in static + LIBS=-L$(OSSLLIB) $(OSSLLIB)/libcrypto.a + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 15:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C2BB763; Tue, 8 Oct 2013 15:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6F192B7D; Tue, 8 Oct 2013 15:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Fe8Gs023401; Tue, 8 Oct 2013 15:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Fe89a023400; Tue, 8 Oct 2013 15:40:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 15:40:08 GMT Message-Id: <201310081540.r98Fe89a023400@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182832: [MAINTAINER] update security/chntpw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:40:09 -0000 Synopsis: [MAINTAINER] update security/chntpw Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 15:40:08 UTC 2013 Responsible-Changed-Why: sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182832 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 15:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B039F1 for ; Tue, 8 Oct 2013 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44F762C38 for ; Tue, 8 Oct 2013 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Fo1vO025244 for ; Tue, 8 Oct 2013 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Fo1m3025243; Tue, 8 Oct 2013 15:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 15:50:01 GMT Resent-Message-Id: <201310081550.r98Fo1m3025243@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, "Julian H. Stacey" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3D56915 for ; Tue, 8 Oct 2013 15:42:36 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329E62BCB for ; Tue, 8 Oct 2013 15:42:35 +0000 (UTC) Received: from mart.js.berklix.net (pD9FBE0EC.dip0.t-ipconnect.de [217.251.224.236]) (authenticated bits=128) by land.berklix.org (8.14.5/8.14.5) with ESMTP id r98FfGgG050564; Tue, 8 Oct 2013 15:41:18 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r98Ff97H059001; Tue, 8 Oct 2013 17:41:09 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost.js.berklix.net [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r98Fej7q068609; Tue, 8 Oct 2013 17:40:57 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Received: (from jhs@localhost) by fire.js.berklix.net (8.14.4/8.14.3/Submit) id r98Fe6HZ058617; Tue, 8 Oct 2013 17:40:06 +0200 (CEST) (envelope-from jhs) Message-Id: <201310081540.r98Fe6HZ058617@fire.js.berklix.net> Date: Tue, 8 Oct 2013 17:40:06 +0200 (CEST) From: "Julian H. Stacey" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182834: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc Cc: "Julian H. Stacey" , Daniel O'Connor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Julian H. Stacey" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:50:02 -0000 >Number: 182834 >Category: ports >Synopsis: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 08 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Julian H. Stacey >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen. >Environment: System: FreeBSD fire.js.berklix.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Aug 20 18:20:09 CEST 2012 jhs@fire.js.berklix.net:/usr/src/sys/amd64/compile/FIRE64.small amd64 >Description: add BUILD_DEPENDS= gcc:${PORTSDIR}/lang/gcc as files/patch-aa has CC= gcc & as build breaks on FreeBSD 10.0-ALPHA4 that has clang not gcc >How-To-Repeat: >Fix: apply patch appended http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/www/dummyflash/Makefile.REL=ALL.diff *** current-2013-10-08-ctm-10069/ports/www/dummyflash/Makefile Tue Oct 8 17:27:31 2013 --- new/ports/www/dummyflash/Makefile Tue Oct 8 17:28:01 2013 *************** *** 13,18 **** --- 13,19 ---- COMMENT= Silently consume flash MIME types USE_XORG= x11 + BUILD_DEPENDS= gcc:${PORTSDIR}/lang/gcc BUILD_WRKSRC= ${WRKSRC}/PluginSDK30b5/examples/UnixTemplate/Unix NO_WRKSUBDIR= yes MAKEFILE= makefile.freebsd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 15:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D872C154; Tue, 8 Oct 2013 15:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE7292C6A; Tue, 8 Oct 2013 15:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Fo9RL026820; Tue, 8 Oct 2013 15:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Fo9qn026819; Tue, 8 Oct 2013 15:50:09 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 15:50:09 GMT Message-Id: <201310081550.r98Fo9qn026819@freefall.freebsd.org> To: jhs@berklix.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182834: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:50:09 -0000 Synopsis: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Oct 8 15:50:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182834 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 16:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BEE558D for ; Tue, 8 Oct 2013 16:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 498262CF1 for ; Tue, 8 Oct 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98G01PP027247 for ; Tue, 8 Oct 2013 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98G01sf027246; Tue, 8 Oct 2013 16:00:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 16:00:01 GMT Message-Id: <201310081600.r98G01sf027246@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182834: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Oct 2013 16:00:01 -0000 The following reply was made to PR ports/182834; it has been noted by GNATS. From: Edwin Groothuis To: darius@dons.net.au Cc: bug-followup@FreeBSD.org Subject: Re: ports/182834: ports/www/dummyflash/Makefile add BUILD_DEPENDS= gcc:ports/lang/gcc Date: Tue, 8 Oct 2013 15:50:08 UT Maintainer of www/dummyflash, Please note that PR ports/182834 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/182834 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 16:12:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C89E2DB; Tue, 8 Oct 2013 16:12:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D38B32E0C; Tue, 8 Oct 2013 16:12:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98GC8QV031139; Tue, 8 Oct 2013 16:12:08 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98GC8us031138; Tue, 8 Oct 2013 16:12:08 GMT (envelope-from wg) Date: Tue, 8 Oct 2013 16:12:08 GMT Message-Id: <201310081612.r98GC8us031138@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/177793: [maintainer update] multimedia/qmmp, multimedia/qmmp-plugin-pack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 16:12:09 -0000 Synopsis: [maintainer update] multimedia/qmmp, multimedia/qmmp-plugin-pack Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Oct 8 16:12:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177793 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 16:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFA8A48E for ; Tue, 8 Oct 2013 16:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8357D2E5D for ; Tue, 8 Oct 2013 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98GK21u032475 for ; Tue, 8 Oct 2013 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98GK2Pq032474; Tue, 8 Oct 2013 16:20:02 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 16:20:02 GMT Message-Id: <201310081620.r98GK2Pq032474@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Oliver Fromme Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Oliver Fromme List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 16:20:02 -0000 The following reply was made to PR ports/182830; it has been noted by GNATS. From: Oliver Fromme To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support Date: Tue, 8 Oct 2013 18:12:40 +0200 (CEST) *sigh* Still the wrong sender address. I hope it works this time. YES, I approve the stupid thing! :-) From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 16:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4F8782D0 for ; Tue, 8 Oct 2013 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 329802090 for ; Tue, 8 Oct 2013 16:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Go3rV038528 for ; Tue, 8 Oct 2013 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Go3b8038527; Tue, 8 Oct 2013 16:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 16:50:03 GMT Resent-Message-Id: <201310081650.r98Go3b8038527@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C214ED6B; Tue, 8 Oct 2013 16:40:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 900962FD5; Tue, 8 Oct 2013 16:40:52 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 6BF853709; Wed, 9 Oct 2013 00:40:52 +0800 (CST) Message-Id: <20131008164052.6BF853709@sunpoet.net> Date: Wed, 9 Oct 2013 00:40:52 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182835: [PATCH] devel/p5-Tree-Simple: update to 1.22 Cc: demon@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 16:50:03 -0000 >Number: 182835 >Category: ports >Synopsis: [PATCH] devel/p5-Tree-Simple: update to 1.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: Tue Oct 08 16:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r256094: Mon Oct 7 14:00:36 >Description: - Update to 1.22 - Remove leading indefinite article from COMMENT - Add LICENSE - Support STAGEDIR Changes: http://search.cpan.org/dist/Tree-Simple/Changes Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Tree-Simple-1.22.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 329809) +++ Makefile (working copy) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= Tree-Simple -PORTVERSION= 1.18 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org -COMMENT= A simple tree object +COMMENT= Simple tree object -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception + USES= perl5 USE_PERL5= configure -MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 - -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 329809) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Tree-Simple-1.18.tar.gz) = cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d -SIZE (Tree-Simple-1.18.tar.gz) = 32851 +SHA256 (Tree-Simple-1.22.tgz) = 9a9cdfc4131401346fff9a933fc525b7292ca8661940db2f452c637038e359e1 +SIZE (Tree-Simple-1.22.tgz) = 44597 Index: pkg-plist =================================================================== --- pkg-plist (revision 329809) +++ pkg-plist (working copy) @@ -1,6 +1,8 @@ %%SITE_PERL%%/Tree/Simple.pm %%SITE_PERL%%/Tree/Simple/Visitor.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/.packlist +%%PERL5_MAN3%%/Tree::Simple.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor.3.gz @dirrm %%SITE_PERL%%/Tree/Simple @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple @dirrmtry %%SITE_PERL%%/Tree --- p5-Tree-Simple-1.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 16:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B31A1301; Tue, 8 Oct 2013 16:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 884082093; Tue, 8 Oct 2013 16:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98GoAUv038606; Tue, 8 Oct 2013 16:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98GoA2I038605; Tue, 8 Oct 2013 16:50:10 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 16:50:10 GMT Message-Id: <201310081650.r98GoA2I038605@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182835: [PATCH] devel/p5-Tree-Simple: update to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 16:50:10 -0000 Synopsis: [PATCH] devel/p5-Tree-Simple: update to 1.22 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 16:50:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182835 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB9421BF for ; Tue, 8 Oct 2013 17:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C98B423A0 for ; Tue, 8 Oct 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98He0eb049261 for ; Tue, 8 Oct 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98He0FV049247; Tue, 8 Oct 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 17:40:00 GMT Resent-Message-Id: <201310081740.r98He0FV049247@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, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C206EE2E for ; Tue, 8 Oct 2013 17:30:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFEAD233D for ; Tue, 8 Oct 2013 17:30:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98HUdBT072158 for ; Tue, 8 Oct 2013 17:30:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98HUdP4072142; Tue, 8 Oct 2013 17:30:39 GMT (envelope-from nobody) Message-Id: <201310081730.r98HUdP4072142@oldred.freebsd.org> Date: Tue, 8 Oct 2013 17:30:39 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182837: [PATCH] graphics/openv fails build on CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 17:40:01 -0000 >Number: 182837 >Category: ports >Synopsis: [PATCH] graphics/openv fails build on CURRENT >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 Oct 08 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0 r256150M: Tue Oct 8 17:10:26 CEST 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Build fails on latest CURRENT, attached patch fixes issue for me. [ 55%] Building CXX object modules/python/CMakeFiles/opencv_python.dir/src2/cv2.o cd /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python && /usr/bin/c++ -DHAVE_CVCONFIG_H -Dopencv_python_EXPORTS -O2 -pipe -fno-strict-aliasing -Wno-error -Wno-c++11-narrowing -std=gnu++11 -O2 -pipe -fno-strict-aliasing -Wno-error -Wno-c++11-narrowing -std=gnu++11 -fPIC -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include/eigen2 -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/. -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1 -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/include/opencv -I/usr/local/include/python2.7 -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2 -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/core/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/flann/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/imgproc/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/video/include -I/usr/ports/graphics/opencv/work/Ope nCV-2.3.1/modules/highgui/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/ml/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/features2d/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/calib3d/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/objdetect/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/legacy/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/contrib/include -I/usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python -D PYTHON_USE_NUMPY=1 -o CMakeFiles/opencv_python.dir/src2/cv2.o -c /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp In file included from /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:9: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API ... ^ In file included from /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cpp:900: /usr/ports/graphics/opencv/work/OpenCV-2.3.1/modules/python/src2/cv2.cv.hpp:2172:12: error: C-style cast from 'nullptr_t' to 'CvNextEdgeType' is not allowed *dst = (CvNextEdgeType)NULL; ^~~~~~~~~~~~~~~~~~~~ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/graphics/opencv/files/patch-modules-python-src2-cv2.cv.hpp graphics/opencv/files/patch-modules-python-src2-cv2.cv.hpp --- /usr/ports/graphics/opencv/files/patch-modules-python-src2-cv2.cv.hpp 1970-01-01 01:00:00.000000000 +0100 +++ graphics/opencv/files/patch-modules-python-src2-cv2.cv.hpp 2013-10-08 00:20:06.000000000 +0200 @@ -0,0 +1,11 @@ +--- modules/python/src2/cv2.cv.hpp.orig 2013-10-07 23:38:46.000000000 +0200 ++++ modules/python/src2/cv2.cv.hpp 2013-10-08 00:09:20.000000000 +0200 +@@ -2169,7 +2169,7 @@ + static int convert_to_CvNextEdgeType(PyObject *o, CvNextEdgeType *dst, const char *name = "no_name") + { + if (!PyInt_Check(o)) { +- *dst = (CvNextEdgeType)NULL; ++ *dst = (CvNextEdgeType)0; + return failmsg("Expected number for CvNextEdgeType argument '%s'", name); + } else { + *dst = (CvNextEdgeType)PyInt_AsLong(o); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 18:33:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BE4A481; Tue, 8 Oct 2013 18:33:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 628D6271A; Tue, 8 Oct 2013 18:33:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98IXVRq064878; Tue, 8 Oct 2013 18:33:31 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98IXSuE064875; Tue, 8 Oct 2013 18:33:28 GMT (envelope-from antoine) Date: Tue, 8 Oct 2013 18:33:28 GMT Message-Id: <201310081833.r98IXSuE064875@freefall.freebsd.org> To: alexey@renatasystems.org, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/182299: [maintainer-update] devel/awscli - update to 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 18:33:31 -0000 Synopsis: [maintainer-update] devel/awscli - update to 1.1.0 State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Tue Oct 8 18:32:53 UTC 2013 State-Changed-Why: Port has been updated, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182299 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 18:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE911CEE for ; Tue, 8 Oct 2013 18:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7342B2803 for ; Tue, 8 Oct 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Io03N066951 for ; Tue, 8 Oct 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Io0tU066950; Tue, 8 Oct 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 18:50:00 GMT Resent-Message-Id: <201310081850.r98Io0tU066950@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, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5107B50 for ; Tue, 8 Oct 2013 18:49:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2EB727EB for ; Tue, 8 Oct 2013 18:49:30 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98InUB8086666 for ; Tue, 8 Oct 2013 18:49:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98InUc2086656; Tue, 8 Oct 2013 18:49:30 GMT (envelope-from nobody) Message-Id: <201310081849.r98InUc2086656@oldred.freebsd.org> Date: Tue, 8 Oct 2013 18:49:30 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182838: audio/sox missing dependency on audio/pulseaudio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 18:50:00 -0000 >Number: 182838 >Category: ports >Synopsis: audio/sox missing dependency on audio/pulseaudio >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 Oct 08 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0 r256150M: Tue Oct 8 17:10:26 CEST 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: configure script looks for pulseaudio on the system: checking pulse/simple.h usability... yes checking pulse/simple.h presence... yes checking for pulse/simple.h... yes checking for pa_simple_new in -lpulse... yes and sox links to it: [corn:ports/audio/sox]> ldd /usr/local/bin/sox | grep pulse libpulse-simple.so.0 => /usr/local/lib/libpulse-simple.so.0 (0x803410000) libpulse.so.0 => /usr/local/lib/libpulse.so.0 (0x803614000) libpulsecommon-0.9.23.so => /usr/local/lib/libpulsecommon-0.9.23.so (0x803857000) this is not recorded in package's deps: [corn:ports/audio/sox]> pkg info -d sox | grep pulse [corn:ports/audio/sox]> >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 18:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFDE6D30; Tue, 8 Oct 2013 18:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9553B2812; Tue, 8 Oct 2013 18:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98Io8CX067106; Tue, 8 Oct 2013 18:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98Io84E067105; Tue, 8 Oct 2013 18:50:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 18:50:08 GMT Message-Id: <201310081850.r98Io84E067105@freefall.freebsd.org> To: pawel@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182838: audio/sox missing dependency on audio/pulseaudio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 18:50:08 -0000 Synopsis: audio/sox missing dependency on audio/pulseaudio State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Oct 8 18:50:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182838 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 18:51:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA31CE19; Tue, 8 Oct 2013 18:51:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 809C02855; Tue, 8 Oct 2013 18:51:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98IpMWu068720; Tue, 8 Oct 2013 18:51:22 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98IpMfs068719; Tue, 8 Oct 2013 18:51:22 GMT (envelope-from antoine) Date: Tue, 8 Oct 2013 18:51:22 GMT Message-Id: <201310081851.r98IpMfs068719@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/182352: x11-wm/wmconfig port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 18:51:22 -0000 Synopsis: x11-wm/wmconfig port update Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Tue Oct 8 18:51:07 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182352 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C39CC4FD for ; Tue, 8 Oct 2013 19:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1C3328BA for ; Tue, 8 Oct 2013 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98J01ob069000 for ; Tue, 8 Oct 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98J01Ta068999; Tue, 8 Oct 2013 19:00:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 19:00:01 GMT Message-Id: <201310081900.r98J01Ta068999@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182838: audio/sox missing dependency on audio/pulseaudio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Oct 2013 19:00:01 -0000 The following reply was made to PR ports/182838; it has been noted by GNATS. From: Edwin Groothuis To: dnelson@allantgroup.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/182838: audio/sox missing dependency on audio/pulseaudio Date: Tue, 8 Oct 2013 18:50:07 UT Maintainer of audio/sox, Please note that PR ports/182838 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/182838 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:05:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8119A64E; Tue, 8 Oct 2013 19:05:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53A5A2968; Tue, 8 Oct 2013 19:05:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98J5QMx070897; Tue, 8 Oct 2013 19:05:26 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98J5Q4X070896; Tue, 8 Oct 2013 19:05:26 GMT (envelope-from pawel) Date: Tue, 8 Oct 2013 19:05:26 GMT Message-Id: <201310081905.r98J5Q4X070896@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/182837: [PATCH] graphics/openv fails build on CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:05:26 -0000 Synopsis: [PATCH] graphics/openv fails build on CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: pawel Responsible-Changed-When: Tue Oct 8 19:04:25 UTC 2013 Responsible-Changed-Why: Misspelled portname. Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=182837 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A889A8A2 for ; Tue, 8 Oct 2013 19:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86E3029A1 for ; Tue, 8 Oct 2013 19:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98JA0R6071162 for ; Tue, 8 Oct 2013 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98JA0Xb071161; Tue, 8 Oct 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 19:10:00 GMT Resent-Message-Id: <201310081910.r98JA0Xb071161@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, Xin LI Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44F5588D; Tue, 8 Oct 2013 19:09:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18DCB2997; Tue, 8 Oct 2013 19:09:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98J9G4O071103; Tue, 8 Oct 2013 19:09:16 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98J9Gwe071102; Tue, 8 Oct 2013 19:09:16 GMT (envelope-from delphij) Message-Id: <201310081909.r98J9Gwe071102@freefall.freebsd.org> Date: Tue, 8 Oct 2013 19:09:16 GMT From: Xin LI To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182839: [PATCH] Fix build for multimedia/ffmpeg Cc: wg@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Xin LI List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:10:00 -0000 >Number: 182839 >Category: ports >Synopsis: [PATCH] Fix build for multimedia/ffmpeg >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 Oct 08 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 10.0-CURRENT amd64 >Organization: iXsystems, Inc. >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255453: Mon Sep 16 12:43:32 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: The current multimedia ffmpeg have multiple build issues. >How-To-Repeat: >Fix: - Don't depend on specific version of x264 library; - Fix an invalid sequence in protocols.texi. --- ffmpeg.diff begins here --- Index: multimedia/ffmpeg/Makefile =================================================================== --- multimedia/ffmpeg/Makefile (revision 328876) +++ multimedia/ffmpeg/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.15 PORTEPOCH= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -363,7 +363,7 @@ CONFIGURE_ARGS+= --disable-libvpx # x264 .if ${PORT_OPTIONS:MX264} -LIB_DEPENDS+= x264.125:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-libx264 .else CONFIGURE_ARGS+= --disable-libx264 Index: multimedia/ffmpeg/files/patch-doc-protocols.texi =================================================================== --- multimedia/ffmpeg/files/patch-doc-protocols.texi (revision 0) +++ multimedia/ffmpeg/files/patch-doc-protocols.texi (working copy) @@ -0,0 +1,13 @@ +--- doc/protocols.texi.orig 2013-02-17 14:46:23.000000000 -0800 ++++ doc/protocols.texi 2013-10-08 12:00:38.375693236 -0700 +@@ -155,8 +155,8 @@ + + Real-Time Messaging Protocol. + +-The Real-Time Messaging Protocol (RTMP) is used for streaming multime‐ +-dia content across a TCP/IP network. ++The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia ++content across a TCP/IP network. + + The required syntax is: + @example Property changes on: multimedia/ffmpeg/files/patch-doc-protocols.texi ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property --- ffmpeg.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:10:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9B488D9; Tue, 8 Oct 2013 19:10:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFDDC29A7; Tue, 8 Oct 2013 19:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98JA7gE071304; Tue, 8 Oct 2013 19:10:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98JA7rV071303; Tue, 8 Oct 2013 19:10:07 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 19:10:07 GMT Message-Id: <201310081910.r98JA7rV071303@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182839: [PATCH] Fix build for multimedia/ffmpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:10:08 -0000 Synopsis: [PATCH] Fix build for multimedia/ffmpeg Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 19:10:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182839 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:11:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B15629B0; Tue, 8 Oct 2013 19:11:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8731F29E4; Tue, 8 Oct 2013 19:11:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98JB2YK073044; Tue, 8 Oct 2013 19:11:02 GMT (envelope-from feld@freefall.freebsd.org) Received: (from feld@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98JB1cW073043; Tue, 8 Oct 2013 19:11:01 GMT (envelope-from feld) Date: Tue, 8 Oct 2013 19:11:01 GMT Message-Id: <201310081911.r98JB1cW073043@freefall.freebsd.org> To: marius@nuenneri.ch, feld@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, feld@FreeBSD.org From: feld@FreeBSD.org Subject: Re: ports/181102: [PATCH] audio/mumble cannot find bundled libcelt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:11:02 -0000 Synopsis: [PATCH] audio/mumble cannot find bundled libcelt Responsible-Changed-From-To: freebsd-ports-bugs->feld Responsible-Changed-By: feld Responsible-Changed-When: Tue Oct 8 19:11:01 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181102 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:11:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0898A84; Tue, 8 Oct 2013 19:11:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96BC429FF; Tue, 8 Oct 2013 19:11:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98JBrjl073150; Tue, 8 Oct 2013 19:11:53 GMT (envelope-from feld@freefall.freebsd.org) Received: (from feld@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98JBrMf073149; Tue, 8 Oct 2013 19:11:53 GMT (envelope-from feld) Date: Tue, 8 Oct 2013 19:11:53 GMT Message-Id: <201310081911.r98JBrMf073149@freefall.freebsd.org> To: marius@nuenneri.ch, demelier.david@gmail.com, feld@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: feld@FreeBSD.org Subject: Re: ports/182215: audio/mumble: no sound, failed to load CELT plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:11:53 -0000 Synopsis: audio/mumble: no sound, failed to load CELT plugins State-Changed-From-To: feedback->closed State-Changed-By: feld State-Changed-When: Tue Oct 8 19:11:53 UTC 2013 State-Changed-Why: Duplicate of ports/181102 http://www.freebsd.org/cgi/query-pr.cgi?pr=182215 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 19:35:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EC4236D; Tue, 8 Oct 2013 19:35:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E9582B68; Tue, 8 Oct 2013 19:35:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98JZx2n078206; Tue, 8 Oct 2013 19:35:59 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98JZwLk078205; Tue, 8 Oct 2013 19:35:58 GMT (envelope-from pawel) Date: Tue, 8 Oct 2013 19:35:58 GMT Message-Id: <201310081935.r98JZwLk078205@freefall.freebsd.org> To: dnelson@allantgroup.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/182838: audio/sox missing dependency on audio/pulseaudio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:35:59 -0000 Synopsis: audio/sox missing dependency on audio/pulseaudio Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Tue Oct 8 19:35:58 UTC 2013 Responsible-Changed-Why: Mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=182838 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 20:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2FE7E8A1 for ; Tue, 8 Oct 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D57A2E83 for ; Tue, 8 Oct 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98KU0Gt088900 for ; Tue, 8 Oct 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98KU07G088864; Tue, 8 Oct 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Oct 2013 20:30:00 GMT Resent-Message-Id: <201310082030.r98KU07G088864@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, Alexey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 596F5746 for ; Tue, 8 Oct 2013 20:26:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 364A32E57 for ; Tue, 8 Oct 2013 20:26:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r98KQ0gP073227 for ; Tue, 8 Oct 2013 20:26:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r98KQ0Aw073218; Tue, 8 Oct 2013 20:26:00 GMT (envelope-from nobody) Message-Id: <201310082026.r98KQ0Aw073218@oldred.freebsd.org> Date: Tue, 8 Oct 2013 20:26:00 GMT From: Alexey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182840: smokeping build with perl 5.18 installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 20:30:01 -0000 >Number: 182840 >Category: ports >Synopsis: smokeping build with perl 5.18 installed >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 Oct 08 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey >Release: 8.4, 10-APLHA5 >Organization: >Environment: >Description: # cd /usr/ports/net-mgmt/smokeping # make all ===> Found saved configuration for smokeping-2.6.7_3 ===> smokeping-2.6.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smokeping-2.6.9 for building ===> Extracting for smokeping-2.6.9 => SHA256 Checksum OK for smokeping-2.6.9.tar.gz. cd /usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/lib ; /bin/rm BER.pm SNMP_util.pm SNMP_Session.pm ===> Patching for smokeping-2.6.9 ===> Applying FreeBSD patches for smokeping-2.6.9 /usr/bin/sed -i.bak -e s!%%USERS%%!smokeping!g -e s!%%GROUPS%%!smokeping!g -e s!%%PREFIX%%!/usr/local!g -e s!%%LOCALBASE%%!/usr/local!g -e s!%%DATADIR%%!/usr/local/share/smokeping!g -e s!%%DOCSDIR%%!/usr/local/share/doc/smokeping!g -e s!%%EXAMPLESDIR%%!/usr/local/share/examples/smokeping!g -e s!%%WWWDIR%%!/usr/local/www/smokeping!g -e s!%%ETCDIR%%!/usr/local/etc/smokeping!g /usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/doc/Makefile.in /usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/bin/smokeping /usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/bin/smokeping_cgi /usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/bin/tSmoke ===> smokeping-2.6.9 depends on package: p5-CGI-Session>=0 - found ===> smokeping-2.6.9 depends on package: p5-Digest-HMAC>=0 - found ===> smokeping-2.6.9 depends on package: p5-SNMP_Session>=0 - found ===> smokeping-2.6.9 depends on package: p5-libwww>=0 - found ===> smokeping-2.6.9 depends on package: p5-CGI.pm>=0 - found ===> smokeping-2.6.9 depends on package: p5-FCGI>=0 - found ===> smokeping-2.6.9 depends on package: p5-Config-Grammar>=0 - found ===> smokeping-2.6.9 depends on package: p5-Socket6>=0 - found ===> smokeping-2.6.9 depends on executable: gmake - found ===> smokeping-2.6.9 depends on file: /usr/local/bin/perl5.18.1 - found ===> smokeping-2.6.9 depends on shared library: rrd - found ===> Configuring for smokeping-2.6.9 configure: loading site script /usr/ports/Templates/config.site checking build system type... i386-portbld-freebsd8.4 ....Snip.... GEN Smokeping_sorters_Loss.3 GEN Smokeping_sorters_Max.3 GEN Smokeping_sorters_Median.3 GEN Smokeping_sorters_base.3 GEN smokeping_config.pod GEN smokeping_config.5 smokeping_config.pod around line 81: alternative text 'the master/slave mode' contains non-escaped | or / POD document had syntax errors at /usr/local/bin/pod2man line 71. gmake[1]: *** [smokeping_config.5] Ошибка 255 rm Smokeping_probes_IOSPing.pod Smokeping_probes_EchoPing.pod Smokeping_probes_SipSak.pod Smokeping_probes_EchoPingPlugin.pod Smokeping_probes_SSH.pod Smokeping_probes_FPing6.pod Smokeping_probes_Radius.pod Smokeping_probes_EchoPingIcp.pod Smokeping_probes_Curl.pod Smokeping_probes_CiscoRTTMonDNS.pod Smokeping_probes_EchoPingDNS.pod Smokeping_probes_DismanPing.pod Smokeping_probes_WebProxyFilter.pod Smokeping_probes_RemoteFPing.pod Smokeping_probes_OpenSSHJunOSPing.pod Smokeping_probes_EchoPingLDAP.pod Smokeping_probes_LDAP.pod Smokeping_probes_TacacsPlus.pod Smokeping_probes_TelnetIOSPing.pod Smokeping_probes_NFSping.pod Smokeping_probes_passwordchecker.pod Smokeping_probes_basefork.pod Smokeping_probes_EchoPingChargen.pod Smokeping_probes_basevars.pod Smokeping_probes_EchoPingSmtp.pod Smokeping_probes_FPing.pod Smokeping_probes_FTPtransfer.pod Smokeping_probes_EchoPingHttps.pod Smokeping_probes_EchoPingDiscard.pod Smokeping_probes_AnotherSSH.pod Smokeping_probes_CiscoRTTMonEchoICMP .pod Smokeping_probes_base.pod Smokeping_probes_TelnetJunOSPing.pod Smokeping_probes_SendEmail.pod Smokeping_probes_EchoPingHttp.pod Smokeping_probes_AnotherDNS.pod Smokeping_probes_TCPPing.pod Smokeping_probes_EchoPingWhois.pod Smokeping_probes_skel.pod Smokeping_probes_DNS.pod Smokeping_probes_CiscoRTTMonTcpConnect.pod gmake[1]: Выход из каталога `/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/doc' gmake: *** [all-recursive] Ошибка 1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop in /usr/ports/net-mgmt/smokeping. *** Error code 1 Stop in /usr/ports/net-mgmt/smokeping. >How-To-Repeat: Install perl 5.18 from ports then start compile the net-mgmt/smokeping. Looks like perl 5.18 have more strict checking in pod2man utility then previous versions. >Fix: Escape "/" in pod as E This path does: --- #cat /usr/ports/net-mgmt/smokeping/files/patch-escape-sol --- lib/Smokeping.pm.orig 2013-03-04 17:16:57.000000000 +0400 +++ lib/Smokeping.pm 2013-10-09 00:11:15.000000000 +0400 @@ -2631,7 +2631,7 @@ The base directory where SmokePing keeps the files related to the DYNAMIC function. This directory must be writeable by the WWW server. It is also used for temporary storage of slave polling results by the master in -L. +Lslave mode|smokeping_master_slave>. If this variable is not specified, the value of C will be used instead. DOC -- as far as I can see this also works for perl 5.16 and have to work with 5.1[24] also Patch attached with submission follows: --- lib/Smokeping.pm.orig 2013-03-04 17:16:57.000000000 +0400 +++ lib/Smokeping.pm 2013-10-09 00:19:27.000000000 +0400 @@ -2631,7 +2631,7 @@ The base directory where SmokePing keeps the files related to the DYNAMIC function. This directory must be writeable by the WWW server. It is also used for temporary storage of slave polling results by the master in -L. +Lslave mode|smokeping_master_slave>. If this variable is not specified, the value of C will be used instead. DOC >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD1A93B1 for ; Tue, 8 Oct 2013 21:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99734225B for ; Tue, 8 Oct 2013 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98LA1b8096262 for ; Tue, 8 Oct 2013 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98LA1Tr096261; Tue, 8 Oct 2013 21:10:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 21:10:01 GMT Message-Id: <201310082110.r98LA1Tr096261@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= Subject: Re: ports/177193: audio/moc: please include FLAC support by default in package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 21:10:01 -0000 The following reply was made to PR ports/177193; it has been noted by GNATS. From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= To: bug-followup@FreeBSD.org, lukek@rogers.com Cc: Subject: Re: ports/177193: audio/moc: please include FLAC support by default in package Date: Tue, 08 Oct 2013 23:02:20 +0200 This is a multi-part message in MIME format. --------------000203060509020901070709 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hello, Here's a patch to help progress on this PR and make the pkgng binary package immediatly useful. -- Jean-Sébastien Pédron --------------000203060509020901070709 Content-Type: text/plain; charset=UTF-8; name="ports-audio-moc-enable-FLAC-by-default.1.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports-audio-moc-enable-FLAC-by-default.1.txt" Index: audio/moc/Makefile =================================================================== --- audio/moc/Makefile (revision 329543) +++ audio/moc/Makefile (working copy) @@ -22,7 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= JACK MP3 FFMPEG MUSEPACK VORBIS FLAC SNDFILE SPEEX SAMPLERATE CURL RCC -OPTIONS_DEFAULT= MP3 VORBIS CURL +OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL CURL_DESC= curl support (Internet streams) RCC_DESC= RCC support --------------000203060509020901070709-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 8 22:17:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5102F8A; Tue, 8 Oct 2013 22:17:35 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 295422698; Tue, 8 Oct 2013 22:17:34 +0000 (UTC) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id r98Lu4GQ035447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Oct 2013 23:56:04 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id r98Lu3VP028315; Tue, 8 Oct 2013 23:56:03 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.7/8.14.7/Submit) id r98Lu3nn028314; Tue, 8 Oct 2013 23:56:03 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyxys.ka.sub.org: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Tue, 8 Oct 2013 23:56:03 +0200 From: Wolfgang Zenker To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/182307: icewm doesn't run on current Message-ID: <20131008215603.GA25187@lyxys.ka.sub.org> References: <201309222252.r8MMqMLc053873@oldred.freebsd.org> <201309222300.r8MN00r2093379@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309222300.r8MN00r2093379@freefall.freebsd.org> Organization: private site User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Tue, 08 Oct 2013 23:56:04 +0200 (CEST) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 22:17:35 -0000 * FreeBSD-gnats-submit@FreeBSD.org [130923 01:00]: > http://www.freebsd.org/cgi/query-pr.cgi?pr=182307 The error message comes from line 102 in ylocale.cc The problem appears to be an incompatibility between the old libiconv implementation and the new iconv in libc. icewm checks for existence of valid conversions between the locale charset and some predefined Unicode charsets. During that test it creates somewhat nonsensical calls like iconv_t cd = iconv_open("UTF-8", "UCS-4//TRANSLIT"); which work on the libiconv implementation but fail on the libc version. Looks to me like a bug in icewm, because appending "//TRANSLIT" to the character encoding string is only defined for the first parameter of iconv_open(). From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:25:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44F97507; Wed, 9 Oct 2013 01:25:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B94B2FB7; Wed, 9 Oct 2013 01:25:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991PUJX063208; Wed, 9 Oct 2013 01:25:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991PUjQ063207; Wed, 9 Oct 2013 01:25:30 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 01:25:30 GMT Message-Id: <201310090125.r991PUjQ063207@freefall.freebsd.org> To: alexey@kouznetsov.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182840: net-mgmt/smokeping build with perl 5.18 installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:25:31 -0000 Synopsis: net-mgmt/smokeping build with perl 5.18 installed State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Oct 9 01:25:30 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182840 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:25:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2884054D; Wed, 9 Oct 2013 01:25:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F15552FBE; Wed, 9 Oct 2013 01:25:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991PsF0063331; Wed, 9 Oct 2013 01:25:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991PsND063330; Wed, 9 Oct 2013 01:25:54 GMT (envelope-from linimon) Date: Wed, 9 Oct 2013 01:25:54 GMT Message-Id: <201310090125.r991PsND063330@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182836: [PATCH] net/freeradius2: always build against ports openssl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:25:55 -0000 Synopsis: [PATCH] net/freeradius2: always build against ports openssl Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Oct 9 01:25:42 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=182836 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:25:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A33FC550; Wed, 9 Oct 2013 01:25:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 787DD2FC0; Wed, 9 Oct 2013 01:25:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991PxLv063437; Wed, 9 Oct 2013 01:25:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991PxJX063436; Wed, 9 Oct 2013 01:25:59 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 01:25:59 GMT Message-Id: <201310090125.r991PxJX063436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182836: [PATCH] net/freeradius2: always build against ports openssl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:25:59 -0000 Synopsis: [PATCH] net/freeradius2: always build against ports openssl Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 01:25:59 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182836 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:26:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A82FA603; Wed, 9 Oct 2013 01:26:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB3D2FC6; Wed, 9 Oct 2013 01:26:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991QCGO063496; Wed, 9 Oct 2013 01:26:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991QBIL063493; Wed, 9 Oct 2013 01:26:11 GMT (envelope-from linimon) Date: Wed, 9 Oct 2013 01:26:11 GMT Message-Id: <201310090126.r991QBIL063493@freefall.freebsd.org> To: olli@fromme.com, oliver.fromme@secnetix.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:26:12 -0000 Synopsis: [maintainer update] devel/cssc: major update + stage support State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Oct 9 01:26:05 UTC 2013 State-Changed-Why: Submitter is maintainer from another address. http://www.freebsd.org/cgi/query-pr.cgi?pr=182830 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:27:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A604664A; Wed, 9 Oct 2013 01:27:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4A72FD8; Wed, 9 Oct 2013 01:27:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991RInY063693; Wed, 9 Oct 2013 01:27:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991RIhw063692; Wed, 9 Oct 2013 01:27:18 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 01:27:18 GMT Message-Id: <201310090127.r991RIhw063692@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182825: databases/pear-DB does not install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:27:18 -0000 Synopsis: databases/pear-DB does not install Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 01:27:18 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182825 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:29:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78D526AB; Wed, 9 Oct 2013 01:29:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4952FF8; Wed, 9 Oct 2013 01:29:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991Ta1B063883; Wed, 9 Oct 2013 01:29:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991TZ5Q063877; Wed, 9 Oct 2013 01:29:35 GMT (envelope-from linimon) Date: Wed, 9 Oct 2013 01:29:35 GMT Message-Id: <201310090129.r991TZ5Q063877@freefall.freebsd.org> To: bra@fsn.hu, fax@nohik.ee, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182594: Build mail/dovecot2 wihtout kqueue is impossible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 01:29:37 -0000 Synopsis: Build mail/dovecot2 wihtout kqueue is impossible State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Oct 9 01:29:28 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=182594 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 01:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61D9E715 for ; Wed, 9 Oct 2013 01:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7212003 for ; Wed, 9 Oct 2013 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r991U1t5064029 for ; Wed, 9 Oct 2013 01:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r991U1t3064028; Wed, 9 Oct 2013 01:30:01 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 01:30:01 GMT Message-Id: <201310090130.r991U1t3064028@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182840: net-mgmt/smokeping build with perl 5.18 installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Oct 2013 01:30:01 -0000 The following reply was made to PR ports/182840; it has been noted by GNATS. From: Edwin Groothuis To: rodrigo@bebik.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/182840: net-mgmt/smokeping build with perl 5.18 installed Date: Wed, 9 Oct 2013 01:25:30 UT Maintainer of net-mgmt/smokeping, Please note that PR ports/182840 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/182840 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 02:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0F22BB for ; Wed, 9 Oct 2013 02:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 886EC22DD for ; Wed, 9 Oct 2013 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r992e04K081970 for ; Wed, 9 Oct 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r992e0wf081968; Wed, 9 Oct 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 02:40:00 GMT Resent-Message-Id: <201310090240.r992e0wf081968@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, Christopher Hall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0D50ED1 for ; Wed, 9 Oct 2013 02:31:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF922228C for ; Wed, 9 Oct 2013 02:31:49 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r992VnnY015581 for ; Wed, 9 Oct 2013 02:31:49 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r992VnqW015578; Wed, 9 Oct 2013 02:31:49 GMT (envelope-from nobody) Message-Id: <201310090231.r992VnqW015578@oldred.freebsd.org> Date: Wed, 9 Oct 2013 02:31:49 GMT From: Christopher Hall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182846: patch misc/ossp-uuid to prevent postgresql crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 02:40:00 -0000 >Number: 182846 >Category: ports >Synopsis: patch misc/ossp-uuid to prevent postgresql crash >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 Oct 09 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christopher Hall >Release: 9.1-RELEASE-p20 >Organization: >Environment: 9.1-RELEASE-p20 amd64 from PCBSD 9.1 install >Description: The misc/ossp-uuid library contains two functions that have the same name as functions in FreeBSD libc. These are uuid_create and uuid_compare. When postgresql-contrib (any version) is loaded attempting a select uuid_generate_v4(); will crash the postgresql server with a bus error (signal 10). The reason is that the ossp-uuid module is accessing the uuid_create from libc and the uuid_make from ossp-uuid so the uuid struct do not match. >How-To-Repeat: in psql command line: select uuid_generate_v4(); connected server will crash >Fix: The attached patch solves this by: 1. adding #defines to header to rename the two fuctions 2. adding aliases to library for the renamed functions After reinstalling misc/ossp-uuid with the changes the postgresqlXX-contrib can be recompiled and reinstalled and the the uuid module will fuction correctly, allowing postgresql server to generate uuids. Patch attached with submission follows: diff -urN ossp-uuid.ORIG/files/patch-uuid.c ossp-uuid/files/patch-uuid.c --- ossp-uuid.ORIG/files/patch-uuid.c 1970-01-01 08:00:00.000000000 +0800 +++ ossp-uuid/files/patch-uuid.c 2013-10-09 09:46:24.117554804 +0800 @@ -0,0 +1,28 @@ +--- uuid.c.orig 2008-03-07 18:49:59.000000000 +0800 ++++ uuid.c 2013-10-05 12:36:27.550965193 +0800 +@@ -28,6 +28,7 @@ + */ + + /* own headers (part 1/2) */ ++#define __OSSP__COMPILING_UUID_C 1 + #include "uuid.h" + #include "uuid_ac.h" + +@@ -93,6 +94,17 @@ + unsigned long time_seq; /* last timestamp sequence counter */ + }; + ++/* create aliases to access the functions hidden by FreeBSD libc */ ++#if defined(__FreeBSD__) ++ ++uuid_rc_t __ossp__uuid_create(uuid_t **uuid) ++ __attribute__ ((alias ("uuid_create"))); ++ ++uuid_rc_t __ossp__uuid_compare(const uuid_t *uuid1, const uuid_t *uuid2, int *result) ++ __attribute__ ((alias ("uuid_compare"))); ++ ++#endif ++ + /* create UUID object */ + uuid_rc_t uuid_create(uuid_t **uuid) + { diff -urN ossp-uuid.ORIG/files/patch-uuid.h.in ossp-uuid/files/patch-uuid.h.in --- ossp-uuid.ORIG/files/patch-uuid.h.in 1970-01-01 08:00:00.000000000 +0800 +++ ossp-uuid/files/patch-uuid.h.in 2013-10-09 09:46:17.407539642 +0800 @@ -0,0 +1,15 @@ +--- uuid.h.in.orig 2008-03-07 18:49:59.000000000 +0800 ++++ uuid.h.in 2013-10-05 12:36:27.550965193 +0800 +@@ -93,6 +93,12 @@ + struct uuid_st; + typedef struct uuid_st uuid_t; + ++/* resolve conflicts with uuid_create/uuid_compare in FreeBSD libc */ ++#if defined(__FreeBSD__) && !defined(__OSSP__COMPILING_UUID_C) ++#define uuid_create __ossp__uuid_create ++#define uuid_compare __ossp__uuid_compare ++#endif ++ + /* UUID object handling */ + extern uuid_rc_t uuid_create ( uuid_t **_uuid); + extern uuid_rc_t uuid_destroy ( uuid_t *_uuid); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 02:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6580DEC; Wed, 9 Oct 2013 02:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAA822E0; Wed, 9 Oct 2013 02:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r992e8Vm083635; Wed, 9 Oct 2013 02:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r992e86t083634; Wed, 9 Oct 2013 02:40:08 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 02:40:08 GMT Message-Id: <201310090240.r992e86t083634@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182846: patch misc/ossp-uuid to prevent postgresql crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 02:40:08 -0000 Synopsis: patch misc/ossp-uuid to prevent postgresql crash Responsible-Changed-From-To: freebsd-ports-bugs->vd Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 02:40:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182846 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BEDAB16 for ; Wed, 9 Oct 2013 03:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9E7253C for ; Wed, 9 Oct 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993K0Ct091313 for ; Wed, 9 Oct 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993K0nV091312; Wed, 9 Oct 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 03:20:00 GMT Resent-Message-Id: <201310090320.r993K0nV091312@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, clutton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6432B10 for ; Wed, 9 Oct 2013 03:19:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB2D92537 for ; Wed, 9 Oct 2013 03:19:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r993JdEA053204 for ; Wed, 9 Oct 2013 03:19:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r993Jdtx053114; Wed, 9 Oct 2013 03:19:39 GMT (envelope-from nobody) Message-Id: <201310090319.r993Jdtx053114@oldred.freebsd.org> Date: Wed, 9 Oct 2013 03:19:39 GMT From: clutton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 03:20:00 -0000 >Number: 182848 >Category: ports >Synopsis: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer >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 Oct 09 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: clutton >Release: current >Organization: >Environment: FreeBSD host02 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 716c203(master): Sun Oct 6 11:46:04 EEST 2013 user@host02:/tmp/usr/src/sys/HOST02 amd64 >Description: I want to update my maintainer email (the old one is broken). And I have a question: I've deleted the line - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA was it correct? >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index ebc9e6e..defd2ff 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE -MAINTAINER= mbsd@isgroup.com.ua +MAINTAINER= clutton@zoho.com COMMENT= Lightweight video thumbnailer that can be used by file managers LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ @@ -25,24 +25,19 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GNOME -MAN1= ffmpegthumbnailer.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNOME} -PKGNAMESUFFIX+= -gnome USE_GNOME+= gconf2 GCONF_SCHEMAS= ffmpegthumbnailer.schemas .endif post-install: - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA .if ${PORT_OPTIONS:MGNOME} - ${MKDIR} ${PREFIX}/etc/gconf/schemas - ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${PREFIX}/etc/gconf/schemas - @${SETENV} GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY} \ - gconftool-2 --makefile-install-rule ${PREFIX}/etc/gconf/schemas/${GCONF_SCHEMAS} \ + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/schemas + ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${STAGEDIR}${PREFIX}/etc/gconf/schemas + @${SETENV} GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:${STAGEDIR}${PREFIX}/${GCONF_CONFIG_DIRECTORY} \ + gconftool-2 --makefile-install-rule ${STAGEDIR}${PREFIX}/etc/gconf/schemas/${GCONF_SCHEMAS} \ > /dev/null || ${TRUE} .endif diff --git a/multimedia/ffmpegthumbnailer/pkg-plist b/multimedia/ffmpegthumbnailer/pkg-plist index 7f8e8fb..24769d6 100644 --- a/multimedia/ffmpegthumbnailer/pkg-plist +++ b/multimedia/ffmpegthumbnailer/pkg-plist @@ -10,4 +10,6 @@ lib/libffmpegthumbnailer.la lib/libffmpegthumbnailer.so lib/libffmpegthumbnailer.so.4 libdata/pkgconfig/libffmpegthumbnailer.pc +man/man1/ffmpegthumbnailer.1.gz + @dirrm include/libffmpegthumbnailer >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8229B46; Wed, 9 Oct 2013 03:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEF8253E; Wed, 9 Oct 2013 03:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993K80B091450; Wed, 9 Oct 2013 03:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993K8BE091449; Wed, 9 Oct 2013 03:20:08 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 03:20:08 GMT Message-Id: <201310090320.r993K8BE091449@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 03:20:08 -0000 Synopsis: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Oct 9 03:20:08 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182848 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 69FCAB4A; Wed, 9 Oct 2013 03:20:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 415762540; Wed, 9 Oct 2013 03:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993KAPi091525; Wed, 9 Oct 2013 03:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993KAkI091524; Wed, 9 Oct 2013 03:20:10 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 03:20:10 GMT Message-Id: <201310090320.r993KAkI091524@freefall.freebsd.org> To: clutton@zoho.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 03:20:10 -0000 Synopsis: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Oct 9 03:20:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182848 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93C62CFD for ; Wed, 9 Oct 2013 03:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81AE425BF for ; Wed, 9 Oct 2013 03:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993U1QG093722 for ; Wed, 9 Oct 2013 03:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993U1uR093721; Wed, 9 Oct 2013 03:30:01 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 03:30:01 GMT Message-Id: <201310090330.r993U1uR093721@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Oct 2013 03:30:01 -0000 The following reply was made to PR ports/182848; it has been noted by GNATS. From: Edwin Groothuis To: mbsd@isgroup.com.ua Cc: bug-followup@FreeBSD.org Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer Date: Wed, 9 Oct 2013 03:20:09 UT Maintainer of multimedia/ffmpegthumbnailer, Please note that PR ports/182848 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/182848 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00455F30 for ; Wed, 9 Oct 2013 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D60602645 for ; Wed, 9 Oct 2013 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993e16E095561 for ; Wed, 9 Oct 2013 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993e1FR095558; Wed, 9 Oct 2013 03:40:01 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 03:40:01 GMT Message-Id: <201310090340.r993e1FR095558@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: clutton Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: clutton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 03:40:02 -0000 The following reply was made to PR ports/182848; it has been noted by GNATS. From: clutton To: bug-followup@FreeBSD.org, clutton@zoho.com Cc: Subject: Re: ports/182848: [maintainer update] [stagedir] multimedia/ffmpegthumbnailer Date: Wed, 09 Oct 2013 06:37:41 +0300 --=-Q1WugxCHnWQ8kNUQp7a0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The mentioned email is unavailable. Because the domain is dead. It was my email... --=-Q1WugxCHnWQ8kNUQp7a0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJSVM+FAAoJECNkWbjnbjuiB6cP+gPKhsfxdodVqh8/AKY6Lpxu nuZ53LqCe/yJ2DIhdN7OXDDlGje2Gyw9yfR80K/EaKaK6mWhxii0+zsNJfosR1VM CqrLBFyFxKr7zvPQwk0XHmSJBWPRdvNnMmOxBAmxQTMjEiZxatHPbT4jMgGTcD0Q epAOo28NOSN2ZPJRxvfVOnihXyOw5AS/UwKJ94YeSn7zLeapqRuOtn+C/dzxo0ny NUvZj6VPzYFlolQ4xPmYQZud2A1NsuycOKBHcIaG0JhpZm0HcIbH0YxAMRgzCLSL r1ilvYyiBS9wVbrfX3aZvFZvRMPOe2xswD9VHmfou91MyFvVvCnfqa/QdXDIeY0Z LsfiHfaBg9+Gn1l8FqdJDHVvBNm7F5VnFTU31pNgDyqbOXMRLG4uIRS2B19AZ4mG Pin9AI+quR6ZkY2RS2GNaND/bxIrHunv6e+Gzfp7L1s7fJj0CR2BENr2cxdiCu6D nUk9ro9pgSXfWVTSot4lmvUKuD3twyhaOkdHAiyrDlUEkwHPwJ30Ar0125zBxMYi d5TjZyuR5QaqJ6Lyxs2YVmiEiN6rS/SVSYn2Gs08P1u1GBj74aw5J7LhTmxay5cU 5bWF/7Ce1au2Jjo3K+T61md4yp2PfvtTlRDyIyoxbndJAQUpwddPR6uKwsnjk9mB R+vjUm8mVXTG0f5mRaJk =W53r -----END PGP SIGNATURE----- --=-Q1WugxCHnWQ8kNUQp7a0-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 03:59:52 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36A49684; Wed, 9 Oct 2013 03:59:52 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09DF1272A; Wed, 9 Oct 2013 03:59:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r993xpWS099247; Wed, 9 Oct 2013 03:59:51 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r993xpSi099246; Wed, 9 Oct 2013 03:59:51 GMT (envelope-from danilo) Date: Wed, 9 Oct 2013 03:59:51 GMT Message-Id: <201310090359.r993xpSi099246@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182813: [MAINTAINER] databases/iplike: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 03:59:52 -0000 Synopsis: [MAINTAINER] databases/iplike: update to 2.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Oct 9 03:59:51 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182813 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 06:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CFEA8EC8 for ; Wed, 9 Oct 2013 06:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF6312DEB for ; Wed, 9 Oct 2013 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r996U0X8033338 for ; Wed, 9 Oct 2013 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r996U04D033337; Wed, 9 Oct 2013 06:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 06:30:00 GMT Resent-Message-Id: <201310090630.r996U04D033337@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, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CC8FD61 for ; Wed, 9 Oct 2013 06:24:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B9EA2DC6 for ; Wed, 9 Oct 2013 06:24:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r996OH4c081641 for ; Wed, 9 Oct 2013 06:24:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r996OHl9081622; Wed, 9 Oct 2013 06:24:17 GMT (envelope-from nobody) Message-Id: <201310090624.r996OHl9081622@oldred.freebsd.org> Date: Wed, 9 Oct 2013 06:24:17 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182850: net-mgmt/nrpe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 06:30:01 -0000 >Number: 182850 >Category: ports >Synopsis: net-mgmt/nrpe >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 Oct 09 06:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-ALPHA5 #2 r256166: Tue Oct 8 22:16:29 CEST 2013 amd64 >Description: Port net-mgmt/nrpe fails to compile and/or update due to the following compilation error: ===> Building for nrpe-2.15 cd ./src/; /usr/bin/make ; cd .. cc -O2 -pipe -O3 -march=native -I/usr/include -fstack-protector -fno-strict-aliasing -I/usr/include/include/openssl -I/usr/include/include -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector -L/usr/lib -lssl -lcrypto -lwrap ./nrpe.c:271:6: warning: implicit declaration of function 'get_dh512' is invalid in C99 [-Wimplicit-function-declaration] dh=get_dh512(); ^ ./nrpe.c:271:5: warning: incompatible integer to pointer conversion assigning to 'DH *' (aka 'struct dh_st *') from 'int' [-Wint-conversion] dh=get_dh512(); ^~~~~~~~~~~~ 2 warnings generated. ./utils.c:151:10: warning: implicit declaration of function 'my_create_socket' is invalid in C99 [-Wimplicit-function-declaration] sock = my_create_socket(ai, bind_address); ^ 1 warning generated. /tmp/nrpe-PZZKQb.o: In function `main': ./nrpe.c:(.text+0x4cd): undefined reference to `get_dh512' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 >How-To-Repeat: Install port or if installed, update and/or follow UPDATING 20131004 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 06:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90866EFF; Wed, 9 Oct 2013 06:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 691052DF1; Wed, 9 Oct 2013 06:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r996U8ra033498; Wed, 9 Oct 2013 06:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r996U87J033497; Wed, 9 Oct 2013 06:30:08 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 06:30:08 GMT Message-Id: <201310090630.r996U87J033497@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182850: net-mgmt/nrpe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 06:30:08 -0000 Synopsis: net-mgmt/nrpe Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 06:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182850 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 08:07:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81A96B77; Wed, 9 Oct 2013 08:07:39 +0000 (UTC) (envelope-from christopherhall.hsw@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41188235C; Wed, 9 Oct 2013 08:07:39 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so542053pbb.19 for ; Wed, 09 Oct 2013 01:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=o6MMzeZdKEUYYTaubPGaw5T2VyvLMwkTGstNve2OhhE=; b=LfCU6DMCA+qGnYaSA/BhlYSAWx41m0STzi3ou7zKk30uYLh/vqmKga9BtEk513GRmb pdUfl44I92dadw05x27H7aRcSAZdzlNe1Gf4o50Vok1xlRbtOT2rcr5esZqJBZRLwg7x imNxCnLjjpDHjH6xUMeMU/DbnF73Zj8lz0A6bjCcw6/GYUEZlFAiNWhp2dTm9NCiEjBj ZVAINwLzwMI3NG4tZMKYkYxAvkkhjJB4Avexh4DoIJNVepH4ah2Luihfy3+oLvs+Q7mr rMTmD9TPjTrjNyZyJpf2bYbuubX0wvWQ4crL4sJjQ/saXitSYyRtZ5aPOjydrNW1+5tI PN3g== X-Received: by 10.67.14.67 with SMTP id fe3mr8175834pad.134.1381306058913; Wed, 09 Oct 2013 01:07:38 -0700 (PDT) Received: from hsw-tp (118-163-120-175.HINET-IP.hinet.net. [118.163.120.175]) by mx.google.com with ESMTPSA id fi4sm44906143pbc.28.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 09 Oct 2013 01:07:38 -0700 (PDT) Date: Wed, 9 Oct 2013 16:07:29 +0800 From: Christopher Hall To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/182846: patch misc/ossp-uuid to prevent postgresql crash Message-ID: <20131009160729.12b2ea9e@hsw-tp> In-Reply-To: <201310090240.r992e0mp081958@freefall.freebsd.org> References: <201310090231.r992VnqW015578@oldred.freebsd.org> <201310090240.r992e0mp081958@freefall.freebsd.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 08:07:39 -0000 On Wed, 9 Oct 2013 02:40:00 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/182846'. > 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=182846 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: patch misc/ossp-uuid to prevent postgresql crash > >Arrival-Date: Wed Oct 09 02:40:00 UTC 2013 Note: there is an older outstanding PR on this: 2008/03/16 ports/121745 vd misc/ossp-uuid - PostgreSQL contrib ossp-uuid crashes backend From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 09:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02390EF0 for ; Wed, 9 Oct 2013 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D71FF27BC for ; Wed, 9 Oct 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r999U1Jl084534 for ; Wed, 9 Oct 2013 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r999U1qX084533; Wed, 9 Oct 2013 09:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 09:30:01 GMT Resent-Message-Id: <201310090930.r999U1qX084533@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, Daniel Nebdal Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B947AEE0 for ; Wed, 9 Oct 2013 09:29:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CADB27B2 for ; Wed, 9 Oct 2013 09:29:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r999TAqx043493 for ; Wed, 9 Oct 2013 09:29:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r999TAtp043463; Wed, 9 Oct 2013 09:29:10 GMT (envelope-from nobody) Message-Id: <201310090929.r999TAtp043463@oldred.freebsd.org> Date: Wed, 9 Oct 2013 09:29:10 GMT From: Daniel Nebdal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182852: science/step fails to build (c++ syntax complaints) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 09:30:02 -0000 >Number: 182852 >Category: ports >Synopsis: science/step fails to build (c++ syntax complaints) >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 Oct 09 09:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Nebdal >Release: 10.0-ALPHA4 >Organization: University of Oslo >Environment: FreeBSD 10-amd64-default 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #5 r256043: Fri Oct 4 12:38:13 CEST 2013 root@mr16613.ad.medicalresearch.no:/usr/obj/usr/src/sys/GENERIC amd64 >Description: In a poudriere jail (updated on october 4th), with ports updated october 8th, building science/step fails with an assortment of C++ syntax errors, including but not limited to the following: In file included from /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:19: /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.h:298:14: error: too few template arguments for class template 'vector' typedef std::vector ItemList; ^ /usr/include/c++/v1/iterator:1205:53: note: template is declared here template friend class vector; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ (...) In file included from /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:21: /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:153:7: warning: 'StepCore::GJKCollisionSolver' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor] class GJKCollisionSolver : public CollisionSolver ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:162:11: error: no matching constructor for initialization of 'StepCore::CollisionSolver' : CollisionSolver(solver), _contactsIsValid(false) {} ^ ~~~~~~ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:84:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const StepCore::GJKCollisionSolver' to 'const StepCore::CollisionSolver' for 1st argument class CollisionSolver : public Object ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/collisionsolver.h:89:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided CollisionSolver(): _toleranceAbs(0.001), _localError(0) {} ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:81:5: error: expected a class or namespace ItemList::const_iterator end = _items.end(); ^ /wrkdirs/usr/ports/science/step/work/step-4.10.5/stepcore/world.cc:81:30: error: use of undeclared identifier 'end'; did you mean 'std::end'? ItemList::const_iterator end = _items.end(); >How-To-Repeat: With a (10-) current system and updated ports, build science/test . >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 09:30:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B9D4FF7; Wed, 9 Oct 2013 09:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 021A127C0; Wed, 9 Oct 2013 09:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r999U9oo084617; Wed, 9 Oct 2013 09:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r999U9qF084616; Wed, 9 Oct 2013 09:30:09 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 09:30:09 GMT Message-Id: <201310090930.r999U9qF084616@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182852: science/step fails to build (c++ syntax complaints) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 09:30:10 -0000 Synopsis: science/step fails to build (c++ syntax complaints) Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 09:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182852 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 12:28:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA5BFB19; Wed, 9 Oct 2013 12:28:31 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B31F22DD; Wed, 9 Oct 2013 12:28:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99CSV75025061; Wed, 9 Oct 2013 12:28:31 GMT (envelope-from trociny@freefall.freebsd.org) Received: (from trociny@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99CSVVI025060; Wed, 9 Oct 2013 12:28:31 GMT (envelope-from trociny) Date: Wed, 9 Oct 2013 12:28:31 GMT Message-Id: <201310091228.r99CSVVI025060@freefall.freebsd.org> To: trociny@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trociny@FreeBSD.org From: trociny@FreeBSD.org Subject: Re: ports/182724: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 12:28:31 -0000 Synopsis: devel/netbsd-pkgsrc-mk-files: pkgsrc update request from 201001 to 201309 Responsible-Changed-From-To: freebsd-ports-bugs->trociny Responsible-Changed-By: trociny Responsible-Changed-When: Wed Oct 9 12:27:16 UTC 2013 Responsible-Changed-Why: Assigning to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=182724 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 13:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB234CDF for ; Wed, 9 Oct 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A75E25D2 for ; Wed, 9 Oct 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99DK0GD035424 for ; Wed, 9 Oct 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99DK0Do035423; Wed, 9 Oct 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 13:20:00 GMT Resent-Message-Id: <201310091320.r99DK0Do035423@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, "George L. Yermulnik" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 95318C42 for ; Wed, 9 Oct 2013 13:12:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68F3C259B for ; Wed, 9 Oct 2013 13:12:16 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r99DCFbB085379 for ; Wed, 9 Oct 2013 13:12:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r99DCFGk085371; Wed, 9 Oct 2013 13:12:15 GMT (envelope-from nobody) Message-Id: <201310091312.r99DCFGk085371@oldred.freebsd.org> Date: Wed, 9 Oct 2013 13:12:15 GMT From: "George L. Yermulnik" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182853: ports/textproc/urlview: regex -> pcreregex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 13:20:00 -0000 >Number: 182853 >Category: ports >Synopsis: ports/textproc/urlview: regex -> pcreregex >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 Oct 09 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: George L. Yermulnik >Release: 8.3-STABLE >Organization: >Environment: FreeBSD yz.iptelecom.net.ua 8.3-STABLE FreeBSD 8.3-STABLE #10: Thu May 3 19:49:11 EEST 2012 root@yz.iptelecom.net.ua:/usr/obj/usr/src/sys/YZ i386 >Description: I've managed to make ports/textproc/urlview work not just with extended regular expressions, but with PCRE. Please, take a look at attached port directory patch (it adds CFLAGS/LDFLAGS to Makefile and a string to files/patch-urlview.c). If patch is Ok, please, commit this changes. Thanx in advance. >How-To-Repeat: >Fix: See the patch attached. Patch attached with submission follows: diff -ru urlview.orig/Makefile urlview/Makefile --- urlview.orig/Makefile 2013-10-09 14:26:51.000000000 +0300 +++ urlview/Makefile 2013-10-09 14:38:01.000000000 +0300 @@ -20,6 +20,9 @@ PLIST_FILES= bin/urlview \ etc/urlview.conf.sample +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lpcreposix -lpcre + NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ diff -ru urlview.orig/files/patch-urlview.c urlview/files/patch-urlview.c --- urlview.orig/files/patch-urlview.c 2013-10-09 14:26:51.000000000 +0300 +++ urlview/files/patch-urlview.c 2013-10-09 14:31:35.000000000 +0300 @@ -1,11 +1,17 @@ ---- urlview.c.orig Wed Nov 9 15:34:39 2005 -+++ urlview.c Wed Nov 9 15:35:06 2005 -@@ -46,6 +46,8 @@ +--- urlview.c.orig 2013-10-09 14:30:43.000000000 +0300 ++++ urlview.c 2013-10-09 14:30:43.000000000 +0300 +@@ -41,11 +41,13 @@ + #include + + #ifdef HAVE_REGEX_H +-#include ++#include + #else #include #endif +#include "quote.h" + #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]" - #define DEFAULT_COMMAND "url_handler.sh %s" + #define DEFAULT_COMMAND "firefox %s" #define SYSTEM_INITFILE "/usr/local/etc/urlview.conf" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 13:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20F0BD12; Wed, 9 Oct 2013 13:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB62C25D7; Wed, 9 Oct 2013 13:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99DK8Hu035562; Wed, 9 Oct 2013 13:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99DK8xw035561; Wed, 9 Oct 2013 13:20:08 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 13:20:08 GMT Message-Id: <201310091320.r99DK8xw035561@freefall.freebsd.org> To: yz@yz.kiev.ua, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182853: ports/textproc/urlview: regex -> pcreregex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 13:20:09 -0000 Synopsis: ports/textproc/urlview: regex -> pcreregex State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Oct 9 13:20:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182853 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2424CE1 for ; Wed, 9 Oct 2013 13:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFB1C25D4 for ; Wed, 9 Oct 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99DK0mb035475 for ; Wed, 9 Oct 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99DK0c3035466; Wed, 9 Oct 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 13:20:00 GMT Resent-Message-Id: <201310091320.r99DK0c3035466@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 Fromme Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DF25CB6 for ; Wed, 9 Oct 2013 13:18:26 +0000 (UTC) (envelope-from olli@grabthar.secnetix.de) Received: from grabthar.secnetix.de (grabthar.secnetix.de [IPv6:2a01:170:102f::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3F8D25C4 for ; Wed, 9 Oct 2013 13:18:25 +0000 (UTC) Received: from grabthar.secnetix.de (localhost [127.0.0.1]) by grabthar.secnetix.de (8.14.7/8.14.7) with ESMTP id r99DIMPp064432; Wed, 9 Oct 2013 15:18:22 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by grabthar.secnetix.de (8.14.7/8.14.7/Submit) id r99DIMCd064431; Wed, 9 Oct 2013 15:18:22 +0200 (CEST) (envelope-from olli) Message-Id: <201310091318.r99DIMCd064431@grabthar.secnetix.de> Date: Wed, 9 Oct 2013 15:18:22 +0200 (CEST) From: Oliver Fromme To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182854: [patch] devel/p5-Log-Dispatch-DBI: add staging support Cc: Oliver Fromme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Oliver Fromme List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 13:20:01 -0000 >Number: 182854 >Category: ports >Synopsis: [patch] devel/p5-Log-Dispatch-DBI: add staging support >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 Oct 09 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: n/a >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: >Description: This patch adds staging support to devel/p5-Log-Dispatch-DBI, according to: http://docs.freebsd.org/cgi/mid.cgi?20131003084905.GC99713 Tested: portlint, make check-orphans, make package as non-root. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 329887) +++ Makefile (working copy) @@ -13,13 +13,9 @@ BUILD_DEPENDS= p5-Log-Dispatch>=2.0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-DBD-CSV>0:${PORTSDIR}/databases/p5-DBD-CSV USES= perl5 USE_PERL5= configure -MAN3= Log::Dispatch::DBI.3 - -NO_STAGE= yes .include Index: pkg-plist =================================================================== --- pkg-plist (revision 329887) +++ pkg-plist (working copy) @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Log::Dispatch::DBI.3.gz %%SITE_PERL%%/Log/Dispatch/DBI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/DBI/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/DBI >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 13:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA316D41; Wed, 9 Oct 2013 13:20:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFD6A25D9; Wed, 9 Oct 2013 13:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99DKEQa035698; Wed, 9 Oct 2013 13:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99DKEY1035697; Wed, 9 Oct 2013 13:20:14 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 13:20:14 GMT Message-Id: <201310091320.r99DKEY1035697@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182854: [patch] devel/p5-Log-Dispatch-DBI: add staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 13:20:14 -0000 Synopsis: [patch] devel/p5-Log-Dispatch-DBI: add staging support Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 13:20:14 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182854 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 13:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6128363 for ; Wed, 9 Oct 2013 13:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3754268C for ; Wed, 9 Oct 2013 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99DU2t9038060 for ; Wed, 9 Oct 2013 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99DU2Ns038059; Wed, 9 Oct 2013 13:30:02 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 13:30:02 GMT Message-Id: <201310091330.r99DU2Ns038059@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182853: ports/textproc/urlview: regex -> pcreregex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Oct 2013 13:30:03 -0000 The following reply was made to PR ports/182853; it has been noted by GNATS. From: Edwin Groothuis To: mexas@bris.ac.uk Cc: bug-followup@FreeBSD.org Subject: Re: ports/182853: ports/textproc/urlview: regex -> pcreregex Date: Wed, 9 Oct 2013 13:20:07 UT Maintainer of textproc/urlview, Please note that PR ports/182853 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/182853 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 14:16:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE0549BD; Wed, 9 Oct 2013 14:16:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82FE729EC; Wed, 9 Oct 2013 14:16:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99EGV2r048289; Wed, 9 Oct 2013 14:16:31 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99EGVnc048288; Wed, 9 Oct 2013 14:16:31 GMT (envelope-from danilo) Date: Wed, 9 Oct 2013 14:16:31 GMT Message-Id: <201310091416.r99EGVnc048288@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182805: graphics/sam2p: Update to version 0.49.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 14:16:31 -0000 Synopsis: graphics/sam2p: Update to version 0.49.2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Oct 9 14:16:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182805 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 14:17:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21C8DC04; Wed, 9 Oct 2013 14:17:08 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EADAA2A6F; Wed, 9 Oct 2013 14:17:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99EH7sC048383; Wed, 9 Oct 2013 14:17:07 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99EH7st048382; Wed, 9 Oct 2013 14:17:07 GMT (envelope-from danilo) Date: Wed, 9 Oct 2013 14:17:07 GMT Message-Id: <201310091417.r99EH7st048382@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182804: devel/zmq-devel: Update to version 3.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 14:17:08 -0000 Synopsis: devel/zmq-devel: Update to version 3.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Oct 9 14:17:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182804 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 14:17:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E03A0DB6; Wed, 9 Oct 2013 14:17:49 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5AB02A8D; Wed, 9 Oct 2013 14:17:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99EHnOF048478; Wed, 9 Oct 2013 14:17:49 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99EHnlO048477; Wed, 9 Oct 2013 14:17:49 GMT (envelope-from danilo) Date: Wed, 9 Oct 2013 14:17:49 GMT Message-Id: <201310091417.r99EHnlO048477@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182803: net/x2goclient: Update to version 4.0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 14:17:49 -0000 Synopsis: net/x2goclient: Update to version 4.0.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Oct 9 14:17:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182803 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 14:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89035E09 for ; Wed, 9 Oct 2013 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1822A9D for ; Wed, 9 Oct 2013 14:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99EK2g8048630 for ; Wed, 9 Oct 2013 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99EK2vT048629; Wed, 9 Oct 2013 14:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 14:20:02 GMT Resent-Message-Id: <201310091420.r99EK2vT048629@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, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23D0C9BC for ; Wed, 9 Oct 2013 14:16:28 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog122.obsmtp.com (eu1sys200aog122.obsmtp.com [207.126.144.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B8CC29E9 for ; Wed, 9 Oct 2013 14:16:26 +0000 (UTC) Received: from mail-wg0-f43.google.com ([74.125.82.43]) (using TLSv1) by eu1sys200aob122.postini.com ([207.126.147.11]) with SMTP ID DSNKUlVlOfRAG4yeBk6E2T5Z5GcF9Us+2PH+@postini.com; Wed, 09 Oct 2013 14:16:27 UTC Received: by mail-wg0-f43.google.com with SMTP id y10so955506wgg.34 for ; Wed, 09 Oct 2013 07:16:25 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ma3sm15726495wic.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 07:09:59 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r99E9tCn013937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 9 Oct 2013 15:09:55 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r99E9tmh013936; Wed, 9 Oct 2013 15:09:55 +0100 (BST) (envelope-from mexas) Message-Id: <201310091409.r99E9tmh013936@mech-cluster241.men.bris.ac.uk> Date: Wed, 9 Oct 2013 15:09:55 +0100 (BST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182855: net/rdesktop: patch USES=gmake X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 14:20:03 -0000 >Number: 182855 >Category: ports >Synopsis: net/rdesktop: patch USES=gmake >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 09 14:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 10.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r254648: Thu Aug 22 13:19:48 BST 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: Updating Makefile to the new syntax # svn diff net/rdesktop/ Index: net/rdesktop/Makefile =================================================================== --- net/rdesktop/Makefile (revision 329855) +++ net/rdesktop/Makefile (working copy) @@ -12,7 +12,8 @@ LICENSE= GPLv3 USE_XORG= x11 -USE_GMAKE= yes +#USE_GMAKE= yes +USES=gmake USE_OPENSSL= yes GNU_CONFIGURE= yes DOCS= doc/AUTHORS doc/TODO doc/*.txt # >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 14:20:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A581E36; Wed, 9 Oct 2013 14:20:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E56EB2A9E; Wed, 9 Oct 2013 14:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99EKAi1048709; Wed, 9 Oct 2013 14:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99EKAjd048707; Wed, 9 Oct 2013 14:20:10 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 14:20:10 GMT Message-Id: <201310091420.r99EKAjd048707@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182855: net/rdesktop: patch USES=gmake X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 14:20:11 -0000 Synopsis: net/rdesktop: patch USES=gmake Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 14:20:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182855 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 15:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EDD61B0D for ; Wed, 9 Oct 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBDF62D37 for ; Wed, 9 Oct 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99F00km055940 for ; Wed, 9 Oct 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99F00uO055928; Wed, 9 Oct 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 15:00:00 GMT Resent-Message-Id: <201310091500.r99F00uO055928@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, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64A7D9C0 for ; Wed, 9 Oct 2013 14:57:32 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm5-vm2.access.bullet.mail.bf1.yahoo.com (nm5-vm2.access.bullet.mail.bf1.yahoo.com [216.109.114.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E50BE2D11 for ; Wed, 9 Oct 2013 14:57:31 +0000 (UTC) Received: from [66.196.81.166] by nm5.access.bullet.mail.bf1.yahoo.com with NNFMP; 09 Oct 2013 14:55:09 -0000 Received: from [98.139.221.250] by tm12.access.bullet.mail.bf1.yahoo.com with NNFMP; 09 Oct 2013 14:55:09 -0000 Received: from [127.0.0.1] by smtp120.sbc.mail.bf1.yahoo.com with NNFMP; 09 Oct 2013 14:55:09 -0000 Received: by localhost (sSMTP sendmail emulation); Wed, 09 Oct 2013 10:55:08 -0400 Message-Id: <691420.30593.bm@smtp120.sbc.mail.bf1.yahoo.com> Date: Wed, 09 Oct 2013 10:55:08 -0400 From: James Bailie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182856: Update Port: www/drood => 3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 15:00:01 -0000 >Number: 182856 >Category: ports >Synopsis: Update Port: www/drood => 3.9 >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 Oct 09 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD localhost 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2013-10-08 12:12:18.000000000 -0400 +++ ./drood/Makefile 2013-10-06 17:26:42.000000000 -0400 @@ -1,8 +1,8 @@ # Created by: James Bailie -# $FreeBSD: www/drood/Makefile 329806 2013-10-08 16:12:18Z tabthorpe $ +# $FreeBSD: www/drood/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= drood -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2013-10-08 12:12:18.000000000 -0400 +++ ./drood/distinfo 2013-10-06 22:46:41.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (drood-3.8.tar.gz) = d6e999c1b32bada840818fa5482818f9680770ed583cac659d3583ffe1e61b46 -SIZE (drood-3.8.tar.gz) = 50015 +SHA256 (drood-3.9.tar.gz) = b57980278fbfdef0d1ecfe060ce3b68f52cc57792aee6fe28cbb49165669e829 +SIZE (drood-3.9.tar.gz) = 50231 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 15:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63A06B3D; Wed, 9 Oct 2013 15:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA662D39; Wed, 9 Oct 2013 15:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99F09KU056041; Wed, 9 Oct 2013 15:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99F09xQ056040; Wed, 9 Oct 2013 15:00:09 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 15:00:09 GMT Message-Id: <201310091500.r99F09xQ056040@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182856: Update Port: www/drood => 3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 15:00:09 -0000 Synopsis: Update Port: www/drood => 3.9 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 15:00:08 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182856 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 16:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8926500 for ; Wed, 9 Oct 2013 16:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DBBB21F3 for ; Wed, 9 Oct 2013 16:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99GA08D070643 for ; Wed, 9 Oct 2013 16:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99GA0lZ070642; Wed, 9 Oct 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 16:10:00 GMT Resent-Message-Id: <201310091610.r99GA0lZ070642@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, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BFDAE9 for ; Wed, 9 Oct 2013 16:05:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE13E21B0 for ; Wed, 9 Oct 2013 16:05:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r99G5dCT065583 for ; Wed, 9 Oct 2013 16:05:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r99G5dLr065579; Wed, 9 Oct 2013 16:05:39 GMT (envelope-from nobody) Message-Id: <201310091605.r99G5dLr065579@oldred.freebsd.org> Date: Wed, 9 Oct 2013 16:05:39 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182857: devel/qmake: request for removal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 16:10:00 -0000 >Number: 182857 >Category: ports >Synopsis: devel/qmake: request for removal >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 Oct 09 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: >Description: Qt3 ports were removed from portstree, qmake is no longer needed. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 329902) +++ Makefile (working copy) @@ -13,6 +13,9 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= The build utility of the Qt project +DEPRECATED= Qt 3 ports have been removed +EXPIRATION_DATE= 2013-11-09 + REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${DISTNAME}/qmake MAKEFILE= ${FILESDIR}/Makefile.bsd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 16:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C429052F; Wed, 9 Oct 2013 16:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B87A21F5; Wed, 9 Oct 2013 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99GA8oG072058; Wed, 9 Oct 2013 16:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99GA8X0071932; Wed, 9 Oct 2013 16:10:08 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 16:10:08 GMT Message-Id: <201310091610.r99GA8X0071932@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182857: devel/qmake: request for removal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 16:10:08 -0000 Synopsis: devel/qmake: request for removal Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 16:10:08 UTC 2013 Responsible-Changed-Why: mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182857 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 16:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03B3AE2A for ; Wed, 9 Oct 2013 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D82B82382 for ; Wed, 9 Oct 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99GU11E075983 for ; Wed, 9 Oct 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99GU1QT075982; Wed, 9 Oct 2013 16:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 16:30:01 GMT Resent-Message-Id: <201310091630.r99GU1QT075982@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1045AB73; Wed, 9 Oct 2013 16:23:10 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.114.159]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE81D2318; Wed, 9 Oct 2013 16:23:09 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VTwXM-0000z0-G4; Wed, 09 Oct 2013 20:23:00 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 164796A4; Wed, 9 Oct 2013 20:23:00 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 073F360E; Wed, 9 Oct 2013 20:23:00 +0400 (MSK) Message-Id: <20131009162300.073F360E@hades.panopticon> Date: Wed, 9 Oct 2013 20:23:00 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182858: [PATCH] devel/git: fix plist Cc: wxs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 16:30:02 -0000 >Number: 182858 >Category: ports >Synopsis: [PATCH] devel/git: fix plist >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 Oct 09 16:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK >Description: - Remove duplicate plist entry (share/git-core/contrib/hooks/multimail/git_multimail.py) - Remove 3 directories which are not installed from plist Port maintainer (wxs@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- git-1.8.4.patch begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 329909) +++ pkg-plist (working copy) @@ -1098,7 +1098,6 @@ %%CONTRIB%%share/git-core/contrib/hooks/multimail/git_multimail.py %%CONTRIB%%share/git-core/contrib/hooks/multimail/migrate-mailhook-config %%CONTRIB%%share/git-core/contrib/hooks/multimail/post-receive -%%CONTRIB%%share/git-core/contrib/hooks/multimail/git_multimail.py %%CONTRIB%%share/git-core/contrib/hooks/post-receive-email %%CONTRIB%%share/git-core/contrib/hooks/pre-auto-gc-battery %%CONTRIB%%share/git-core/contrib/hooks/setgitperms.perl @@ -1196,13 +1195,11 @@ @dirrmtry share/git-core/templates/hooks @dirrm share/git-core/templates/info @dirrmtry share/git-core/templates -%%CONTRIB%%@dirrm share/git-core/contrib/blameview %%CONTRIB%%@dirrm share/git-core/contrib/buildsystems/Generators %%CONTRIB%%@dirrm share/git-core/contrib/buildsystems %%CONTRIB%%@dirrm share/git-core/contrib/ciabot %%CONTRIB%%@dirrm share/git-core/contrib/completion %%CONTRIB%%@dirrm share/git-core/contrib/contacts -%%CONTRIB%%@dirrm share/git-core/contrib/continuous %%CONTRIB%%@dirrm share/git-core/contrib/convert-objects %%CONTRIB%%@dirrm share/git-core/contrib/credential/gnome-keyring %%CONTRIB%%@dirrm share/git-core/contrib/credential/osxkeychain @@ -1226,7 +1223,6 @@ %%CONTRIB%%@dirrm share/git-core/contrib/mw-to-git/t/ %%CONTRIB%%@dirrm share/git-core/contrib/mw-to-git/ %%CONTRIB%%@dirrm share/git-core/contrib/p4import -%%CONTRIB%%@dirrm share/git-core/contrib/patches %%CONTRIB%%@dirrm share/git-core/contrib/persistent-https %%CONTRIB%%@dirrm share/git-core/contrib/remote-helpers %%CONTRIB%%@dirrm share/git-core/contrib/subtree/t --- git-1.8.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 16:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 896FFE63; Wed, 9 Oct 2013 16:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 602DF2388; Wed, 9 Oct 2013 16:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99GU9gF076066; Wed, 9 Oct 2013 16:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99GU9B0076065; Wed, 9 Oct 2013 16:30:09 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 16:30:09 GMT Message-Id: <201310091630.r99GU9B0076065@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182858: [PATCH] devel/git: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 16:30:09 -0000 Synopsis: [PATCH] devel/git: fix plist Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 16:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182858 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 17:31:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82445D76; Wed, 9 Oct 2013 17:31:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58D2327E1; Wed, 9 Oct 2013 17:31:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99HVVFG089809; Wed, 9 Oct 2013 17:31:31 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99HVVUM089808; Wed, 9 Oct 2013 17:31:31 GMT (envelope-from antoine) Date: Wed, 9 Oct 2013 17:31:31 GMT Message-Id: <201310091731.r99HVVUM089808@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/182798: misc/ondir: Update to version 0.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 17:31:31 -0000 Synopsis: misc/ondir: Update to version 0.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Wed Oct 9 17:31:14 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182798 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E506C5C for ; Wed, 9 Oct 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AADF2A65 for ; Wed, 9 Oct 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IA1Ku098454 for ; Wed, 9 Oct 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IA17M098453; Wed, 9 Oct 2013 18:10:01 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 18:10:01 GMT Message-Id: <201310091810.r99IA17M098453@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/181877: audio/pd: Update to version 0.45.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:10:01 -0000 The following reply was made to PR ports/181877; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181877: audio/pd: Update to version 0.45.2 Date: Thu, 10 Oct 2013 02:55:09 +0900 This is a multi-part message in MIME format. --Multipart=_Thu__10_Oct_2013_02_55_09_+0900_c9llEkScA/pRriV9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 0.45.3 has been released. --Multipart=_Thu__10_Oct_2013_02_55_09_+0900_c9llEkScA/pRriV9 Content-Type: text/x-diff; name="audio_pd.diff" Content-Disposition: attachment; filename="audio_pd.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/audio/pd/Makefile audio/pd/Makefile --- /usr/ports/audio/pd/Makefile 2013-09-24 00:19:40.000000000 +0900 +++ audio/pd/Makefile 2013-10-10 00:00:00.000000000 +0900 @@ -2,11 +2,10 @@ # $FreeBSD: head/audio/pd/Makefile 327961 2013-09-23 10:07:35Z gahr $ PORTNAME= pd -DISTVERSION= 0.44-3 +DISTVERSION= 0.45-3 DISTVERSIONSUFFIX= .src CATEGORIES= audio -#MASTER_SITES= SF/pure-data/pure-data/${PORTVERSION} -MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/ +MASTER_SITES= http://msp.ucsd.edu/Software/ MAINTAINER= ports@FreeBSD.org COMMENT= MIDI-capable real-time audio processor/synthesizer @@ -22,17 +21,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} USES= gettext gmake pkgconfig tk:wrapper -NO_STAGE= yes USE_AUTOTOOLS= aclocal libtoolize autoconf automake ACLOCAL_ARGS= -I m4/generated -I m4 LIBTOOLIZE_ARGS=--install --force AUTOMAKE_ARGS= --add-missing --copy --force-missing +CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no -MAN1= pd.1 pdreceive.1 pdsend.1 -PORTDOCS= * - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -pthread .include @@ -61,15 +57,15 @@ post-patch: @${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|__FreeBSD_kernel__|__FreeBSD__|g ; \ + s|__x86_64__|__amd64__|g ; \ s|||g' @${REINPLACE_CMD} -e \ - 's|kFreeBSD)|kFreeBSD\|*freebsd*)| ; \ + 's|\*kfreebsd\*gnu\*)|*freebsd*)| ; \ s|portaudio=yes|portaudio=no| ; \ - s|-O6|| ; \ + s|-O3|| ; \ s|fftw,|fftw3f,| ; \ s|fftw_one,|fftwf_execute,| ; \ - s|fftw"|fftw3f"| ; \ - s|-lpthread ||' ${WRKSRC}/configure.ac + s|fftw"|fftw3f"|' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e \ '/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig| ; \ /^libpddir/s|=.*|= $$(pkglibdir)| ; \ @@ -87,6 +83,8 @@ 's|-O2 |$$(CFLAGS) | ; \ s|-g ||g ; \ s|-lc ||g' ${WRKSRC}/extra/expr~/makefile + @${REINPLACE_CMD} -e \ + '/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in pre-configure: @(cd ${WRKSRC}/portaudio \ @@ -96,21 +94,22 @@ do-install: .for i in src man tcl po extra - @(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + @(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor - (cd ${WRKSRC} && ${INSTALL_DATA} pd.pc ${PREFIX}/libdata/pkgconfig) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} pd.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig) + @${MKDIR} ${STAGEDIR}${DOCSDIR} @(${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \ - -cf - . | ${TAR} -C ${DOCSDIR} --unlink -xf -) - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} - @${FIND} ${DOCSDIR} -type d -exec ${CHMOD} 755 {} \; - @${FIND} ${DOCSDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; + -cf - . | ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -) + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} + @${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${XARGS} ${CHMOD} 755 + @${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .for i in LICENSE.txt README.txt - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor - @${LN} -sf ${DOCSDIR} ${PREFIX}/lib/pd/doc +.if ${PORT_OPTIONS:MDOCS} + @${LN} -sf ${DOCSDIR} ${STAGEDIR}${PREFIX}/lib/pd/doc .endif .include diff -urN /usr/ports/audio/pd/distinfo audio/pd/distinfo --- /usr/ports/audio/pd/distinfo 2013-09-05 01:46:43.000000000 +0900 +++ audio/pd/distinfo 2013-10-10 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pd-0.44-3.src.tar.gz) = 242745f16bf27838150120022a8f5b63ea5c69441c305dcf637242686f615317 -SIZE (pd-0.44-3.src.tar.gz) = 2200542 +SHA256 (pd-0.45-3.src.tar.gz) = 49bab85f0968eef72dfcd4352df0318666e11c33a38e4bc9ec052004fbc4aada +SIZE (pd-0.45-3.src.tar.gz) = 2252601 diff -urN /usr/ports/audio/pd/files/patch-extra_pd_pd.c audio/pd/files/patch-extra_pd_pd.c --- /usr/ports/audio/pd/files/patch-extra_pd_pd.c 2013-09-05 01:46:44.000000000 +0900 +++ audio/pd/files/patch-extra_pd_pd.c 2013-10-10 00:00:00.000000000 +0900 @@ -1,10 +1,10 @@ --- extra/pd~/pd~.c.orig 2010-07-29 05:55:17.000000000 +0900 +++ extra/pd~/pd~.c 2011-04-06 19:18:20.000000000 +0900 -@@ -11,6 +11,7 @@ +@@ -19,6 +19,7 @@ #include #include #include +#include - #include - #include #include + #include + #endif diff -urN /usr/ports/audio/pd/pkg-descr audio/pd/pkg-descr --- /usr/ports/audio/pd/pkg-descr 2013-09-05 01:46:43.000000000 +0900 +++ audio/pd/pkg-descr 2013-10-10 00:00:00.000000000 +0900 @@ -7,4 +7,4 @@ Unofficial web site: http://puredata.org/ -WWW: http://www-crca.ucsd.edu/~msp/software.html +WWW: http://msp.ucsd.edu/software.html diff -urN /usr/ports/audio/pd/pkg-plist audio/pd/pkg-plist --- /usr/ports/audio/pd/pkg-plist 2013-09-24 00:19:40.000000000 +0900 +++ audio/pd/pkg-plist 2013-10-10 00:00:00.000000000 +0900 @@ -121,6 +121,437 @@ lib/pd/tcl/scrollboxwindow.tcl lib/pd/tcl/wheredoesthisgo.tcl libdata/pkgconfig/pd.pc +man/man1/pd.1.gz +man/man1/pdreceive.1.gz +man/man1/pdsend.1.gz +%%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.3.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.4.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.5.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.1.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.2.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.3.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig11.4.png +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.1.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.10.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.2.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.3.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.4.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.5.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.6.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.7.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.8.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig3.9.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.1.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.2.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.3.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.4.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.5.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig7.6.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.1.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.2.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.3.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.4.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.5.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig8.6.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.1.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.2.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig9.3.jpg +%%PORTDOCS%%%%DOCSDIR%%/1.manual/index.htm +%%PORTDOCS%%%%DOCSDIR%%/1.manual/pdmanual.css +%%PORTDOCS%%%%DOCSDIR%%/1.manual/x1.htm +%%PORTDOCS%%%%DOCSDIR%%/1.manual/x2.htm +%%PORTDOCS%%%%DOCSDIR%%/1.manual/x3.htm +%%PORTDOCS%%%%DOCSDIR%%/1.manual/x4.htm +%%PORTDOCS%%%%DOCSDIR%%/1.manual/x5.htm +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/00.INTRO.txt +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/01.PART1.hello.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/02.editing.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/03.connections.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/04.messages.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/05.counter.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/06.more.counters.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/07.time.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/08.depthfirst.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/09.send_receive.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/10.more.messages.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/11.review.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/12.PART2.subpatch.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/13.locality.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/14.dollarsigns.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.array.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/15.file.txt +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/16.more.arrays.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/17.PART3.midi.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/18.conditional.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/19.random.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/20.weighted-random.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/21.markov.chain.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/22.random-walk.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/23.sequencing.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/24.loops.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/dollarsign2.pd +%%PORTDOCS%%%%DOCSDIR%%/2.control.examples/sendnumber.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A00.intro.txt +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A01.sinewave.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A02.amplitude.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A03.line.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A04.line2.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A05.output.subpatch.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A06.frequency.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A07.fusion.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A08.beating.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A09.frequency.mod.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/A10.review.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B01.wavetables.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B02.two-wavetables.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B03.tabread4.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B04.tabread4.interpolation.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B05.tabread.FM.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B06.table.switching.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B07.sampler.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B08.sampler.loop.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B09.sampler.loop.smooth.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B10.sampler.scratch.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B11.sampler.nodoppler.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B12.sampler.transpose.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B13.sampler.overlap.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B14.sampler.rockafella.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B15.tabread4~-onset.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/B16.long-varispeed.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C01.nyquist.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C02.sawtooth-foldover.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C03.zipper.noise.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C04.control.to.signal.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C05.sampler.oneshot.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C06.signal.to.control.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C07.envelope.follower.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C08.analog.sequencer.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C09.sample.hold.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/C10.monophonic.synth.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D01.envelope.gen.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D02.adsr.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D03.envelope.dB.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D04.envelope.quartic.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D05.envelope.pitch.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D06.envelope.portamento.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D07.additive.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D08.table.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D09.shepard.tone.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D10.sampler.notes.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D11.sampler.poly.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D12.sampler.bis.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D13.additive.qlist.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/D14.vibrato.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E01.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E02.ring.modulation.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E03.octave.divider.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E04.difference.tone.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E05.chebychev.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E06.exponential.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E07.evenodd.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E08.phase.mod.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E09.FM.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/E10.complex.FM.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F01.pulse.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F02.just.say.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F03.pulse.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F04.waveshaping.pulse.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F05.ring.modulation.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F06.packets.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F07.packet.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F08.two.cosines.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F09.declickit.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F10.sweepable.FM.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F11.anharmonic.FM.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F12.paf.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F13.paf.control.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/F14.wave.packet.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G01.delay.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G02.delay.loop.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G03.delay.variable.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G04.control.blocksize.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G05.execution.order.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G06.octave.doubler.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G07.shaker.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G08.reverb.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/G09.pitchshift.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H01.low-pass.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H02.high-pass.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H03.band-pass.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H04.filter.sweep.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H05.filter.floyd.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H06.envelope.follower.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H07.measure.spectrum.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H08.heterodyning.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H09.ssb.modulation.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H10.measurement.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H11.shelving.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H12.peaking.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H13.butterworth.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H14.all.pass.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H15.phaser.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/H16.adsr.filter.qlist.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I01.Fourier.analysis.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I02.Hann.window.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I03.resynthesis.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I04.noisegate.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I05.compressor.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I06.timbre.stamp.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I07.phase.vocoder.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I08.pvoc.reverb.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I09.sheep.from.goats.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/I10.phase.bash.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J01.even.odd.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J02.trapezoids.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J03.pulse.width.mod.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J04.corners.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J05.triangle.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J06.enveloping.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J07.oversampling.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J08.classicsynth.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/J09.bandlimited.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/adsr.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/buttercoef3.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/butterworth3~.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph1.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/filter-graph2.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/osc-voice.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/output~.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/partial.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist-sampler.txt +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist.txt +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/qlist2.txt +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/reverb-echo.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sampvoice2.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/shepvoice.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/sinevoice.pd +%%PORTDOCS%%%%DOCSDIR%%/3.audio.examples/spectrum-partial.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/00.intro.txt +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/01.scalars.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/02.getting.data.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/03.setting.data.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/04.append.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/05.array.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/06.file.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/07.sequencer.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/08.selection.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/09.scaling.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/10.onoff.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/11.array.controls.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/12.beat-patterns.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/13.sliderule.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/14.partialtracer.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/add-trace.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/beat-maker.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-array.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/data-start.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/file.txt +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/osc-voice.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/output~.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/voice.pd +%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/z.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/0_all_guis-INTRO.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/abs~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/adc~_dac~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/append-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/array-object-help.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/bag-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/biquad~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/block~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/bng-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/bp~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/canvas-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/change-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/clip~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/cos~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/cpole~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/cputime-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/czero_rev~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/czero~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/declare-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/delay-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/delread~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/delwrite~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawnumber-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/element-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/env~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/exp~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/fft~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/float-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/framp~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/gatom-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/get-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/getsize-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/graph-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/hdial-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/help-intro.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/hip~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/hradio-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/hslider-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/int-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/key-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/line-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/line~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/list-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/log~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/lop~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/makefilename-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/makenote-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/math-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/message-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/metro.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/midi-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/moses-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/my_canvas-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/namecanvas-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/netreceive-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/netsend-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/noise~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/numbox2-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/openpanel-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/operators-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/otherbinops-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/pack-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/pd-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/phasor~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/pipe-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/plot-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/pointer-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/poly-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/pow~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/print-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/print~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/qlist.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/random-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/readsf~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/realtime-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/receive-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/route-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/rpole~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/rsqrt~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero_rev~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/samphold~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/savepanel-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/scalar-object-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/select-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/send-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/send~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/set-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/setsize.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/sigbinops-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/sig~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/snapshot~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/soundfiler-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/spigot-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/sqrt~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/stripnote-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/struct-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/swap-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/switch~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/symbol-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/table.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabosc4~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabplay~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabreceive~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabsend~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/text-object-help.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/textfile.txt +%%PORTDOCS%%%%DOCSDIR%%/5.reference/threshold~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/throw~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/timer-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/toggle-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/trigger-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/unpack-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/until-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/value-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vcf~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vdial-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vd~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vline~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vradio-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vslider-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/vu-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/wrap~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/writesf~-help.pd +%%PORTDOCS%%%%DOCSDIR%%/5.reference/x_all_guis.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/0.README.txt +%%PORTDOCS%%%%DOCSDIR%%/6.externs/dspobj~.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/makefile +%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj1.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj2.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj3.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj4.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/obj5.c +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-dspobj~.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj1.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj2.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj3.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj4.pd +%%PORTDOCS%%%%DOCSDIR%%/6.externs/test-obj5.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/1.ring-mod.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/2.bandpass.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/3.phase.vocoder.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/4.looper.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/5.reverb.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/6.vocoder.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/soundfile-tools/README.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/1.poly.synth.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/README.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/gadsr.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/numset.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset1.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset2.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset3.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/preset4.txt +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/synthvoice.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/synth/test-gadsr.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/latency.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/load-meter.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone.pd +%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone16.pd +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/sound/bell.aiff +%%PORTDOCS%%%%DOCSDIR%%/sound/voice.wav +%%PORTDOCS%%%%DOCSDIR%%/sound/voice2.wav +%%PORTDOCS%%@dirrm %%DOCSDIR%%/sound +%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/tools +%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/synth +%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff/soundfile-tools +%%PORTDOCS%%@dirrm %%DOCSDIR%%/7.stuff +%%PORTDOCS%%@dirrm %%DOCSDIR%%/6.externs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/5.reference +%%PORTDOCS%%@dirrm %%DOCSDIR%%/4.data.structures +%%PORTDOCS%%@dirrm %%DOCSDIR%%/3.audio.examples +%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.control.examples +%%PORTDOCS%%@dirrm %%DOCSDIR%%/1.manual +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/pd/tcl @dirrm lib/pd/po @dirrm lib/pd/extra/stdout --Multipart=_Thu__10_Oct_2013_02_55_09_+0900_c9llEkScA/pRriV9-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79AF2C5F for ; Wed, 9 Oct 2013 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 668082A68 for ; Wed, 9 Oct 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IA5KO098475 for ; Wed, 9 Oct 2013 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IA5IX098474; Wed, 9 Oct 2013 18:10:05 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 18:10:05 GMT Message-Id: <201310091810.r99IA5IX098474@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/181884: devel/ace: Update to version 6.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:10:05 -0000 The following reply was made to PR ports/181884; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181884: devel/ace: Update to version 6.2.1 Date: Thu, 10 Oct 2013 02:55:15 +0900 This is a multi-part message in MIME format. --Multipart=_Thu__10_Oct_2013_02_55_15_+0900_jmNdTT.5KpQv9+fw Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 6.2.2 has been released. --Multipart=_Thu__10_Oct_2013_02_55_15_+0900_jmNdTT.5KpQv9+fw Content-Type: text/x-diff; name="devel_ace.diff" Content-Disposition: attachment; filename="devel_ace.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile --- /usr/ports/devel/ace/Makefile 2013-09-26 01:05:45.000000000 +0900 +++ devel/ace/Makefile 2013-10-10 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/ace/Makefile 328266 2013-09-25 10:50:43Z gahr $ PORTNAME= ace -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.2 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ @@ -13,6 +13,7 @@ OPTIONS_DEFINE= SSL TRIO X11 FLTK TK QT4 OPTIONS_DEFAULT=SSL +OPTIONS_SUB= yes TRIO_DESC= Trio portable string functions FLTK_DESC= FLTK GUI toolkit @@ -21,9 +22,8 @@ WRKSRC= ${WRKDIR}/ACE_wrappers USE_BZIP2= yes -USES= pkgconfig perl5 +USES= gmake perl5 pkgconfig USE_PERL5= build -USE_GMAKE= yes MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ CROSS-COMPILE=1 MAKEFILE= GNUmakefile @@ -34,15 +34,12 @@ PLIST_SUB= VERSION="${PORTVERSION}" -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes MAKE_ENV+= ssl=1 -PLIST_SUB+= OPENSSL="" .else -PLIST_SUB+= OPENSSL="@comment " .endif .if ${PORT_OPTIONS:MTRIO} @@ -53,25 +50,16 @@ .if ${PORT_OPTIONS:MX11} USE_XORG= xt MAKE_ENV+= xt=1 -PLIST_SUB+= X11="" -.else -PLIST_SUB+= X11="@comment " .endif .if ${PORT_OPTIONS:MFLTK} LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk MAKE_ENV+= fl=1 -PLIST_SUB+= FLTK="" -.else -PLIST_SUB+= FLTK="@comment " .endif .if ${PORT_OPTIONS:MTK} USES+= tk MAKE_ENV+= tk=1 -PLIST_SUB+= TK="" -.else -PLIST_SUB+= TK="@comment " .endif .if ${PORT_OPTIONS:MQT4} @@ -79,9 +67,6 @@ MAKE_ENV+= qt=1 qt4=1 QTDIR="${QT_PREFIX}" CPPFLAGS+= -I${QT_INCDIR} LDFLAGS+= -L${QT_LIBDIR} -PLIST_SUB+= QT="" -.else -PLIST_SUB+= QT="@comment " .endif .include @@ -116,12 +101,12 @@ post-install: @for f in `${LS} -d \ - ${PREFIX}/lib/libACE*.so.${PORTVERSION} \ - ${PREFIX}/lib/libJAWS.so.${PORTVERSION} \ - ${PREFIX}/lib/libKokyu.so.${PORTVERSION} \ + ${STAGEDIR}${PREFIX}/lib/libACE*.so.${PORTVERSION} \ + ${STAGEDIR}${PREFIX}/lib/libJAWS.so.${PORTVERSION} \ + ${STAGEDIR}${PREFIX}/lib/libKokyu.so.${PORTVERSION} \ | ${XARGS} ${BASENAME}`; do \ n=`echo $${f}|sed -e 's/.so.${PORTVERSION}/.so/'`; \ - ${LN} -sf $${n}.${PORTVERSION} ${PREFIX}/lib/$${n}.6; \ + ${LN} -sf $${n}.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/$${n}.6; \ done .include diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo --- /usr/ports/devel/ace/distinfo 2013-09-05 01:46:36.000000000 +0900 +++ devel/ace/distinfo 2013-10-10 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ACE-6.2.0.tar.bz2) = 750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f -SIZE (ACE-6.2.0.tar.bz2) = 8026844 +SHA256 (ACE-6.2.2.tar.bz2) = a2615c069299668fea46197acf3e9adfd8ad925aea075ccd35767604e5bae734 +SIZE (ACE-6.2.2.tar.bz2) = 8052120 diff -urN /usr/ports/devel/ace/pkg-plist devel/ace/pkg-plist --- /usr/ports/devel/ace/pkg-plist 2013-09-05 01:46:36.000000000 +0900 +++ devel/ace/pkg-plist 2013-10-10 00:00:00.000000000 +0900 @@ -396,13 +396,13 @@ include/ace/INet/FTP_Session.h include/ace/INet/FTP_URL.h include/ace/INet/FTP_URL.inl -%%OPENSSL%%include/ace/INet/HTTPS_Context.h -%%OPENSSL%%include/ace/INet/HTTPS_Context.inl -%%OPENSSL%%include/ace/INet/HTTPS_Session.cpp -%%OPENSSL%%include/ace/INet/HTTPS_Session.h -%%OPENSSL%%include/ace/INet/HTTPS_SessionFactory.h -%%OPENSSL%%include/ace/INet/HTTPS_URL.h -%%OPENSSL%%include/ace/INet/HTTPS_URL.inl +%%SSL%%include/ace/INet/HTTPS_Context.h +%%SSL%%include/ace/INet/HTTPS_Context.inl +%%SSL%%include/ace/INet/HTTPS_Session.cpp +%%SSL%%include/ace/INet/HTTPS_Session.h +%%SSL%%include/ace/INet/HTTPS_SessionFactory.h +%%SSL%%include/ace/INet/HTTPS_URL.h +%%SSL%%include/ace/INet/HTTPS_URL.inl include/ace/INet/HTTP_BasicAuthentication.h include/ace/INet/HTTP_BasicAuthentication.inl include/ace/INet/HTTP_ClientRequestHandler.h @@ -431,21 +431,21 @@ include/ace/INet/HeaderBase.inl include/ace/INet/INet_Export.h include/ace/INet/INet_Log.h -%%OPENSSL%%include/ace/INet/INet_SSL_Export.h +%%SSL%%include/ace/INet/INet_SSL_Export.h include/ace/INet/IOS_util.h include/ace/INet/Request.h include/ace/INet/RequestHandler.h include/ace/INet/Response.h -%%OPENSSL%%include/ace/INet/SSLSock_IOStream.cpp -%%OPENSSL%%include/ace/INet/SSLSock_IOStream.h -%%OPENSSL%%include/ace/INet/SSL_CallbackManager.h -%%OPENSSL%%include/ace/INet/SSL_CallbackManager.inl -%%OPENSSL%%include/ace/INet/SSL_CertificateCallback.h -%%OPENSSL%%include/ace/INet/SSL_CertificateCallback.inl -%%OPENSSL%%include/ace/INet/SSL_PasswordCallback.h -%%OPENSSL%%include/ace/INet/SSL_Proxy_Connector.h -%%OPENSSL%%include/ace/INet/SSL_X509Cert.h -%%OPENSSL%%include/ace/INet/SSL_X509Cert.inl +%%SSL%%include/ace/INet/SSLSock_IOStream.cpp +%%SSL%%include/ace/INet/SSLSock_IOStream.h +%%SSL%%include/ace/INet/SSL_CallbackManager.h +%%SSL%%include/ace/INet/SSL_CallbackManager.inl +%%SSL%%include/ace/INet/SSL_CertificateCallback.h +%%SSL%%include/ace/INet/SSL_CertificateCallback.inl +%%SSL%%include/ace/INet/SSL_PasswordCallback.h +%%SSL%%include/ace/INet/SSL_Proxy_Connector.h +%%SSL%%include/ace/INet/SSL_X509Cert.h +%%SSL%%include/ace/INet/SSL_X509Cert.inl include/ace/INet/Sock_IOStream.cpp include/ace/INet/Sock_IOStream.h include/ace/INet/StreamHandler.cpp @@ -750,8 +750,8 @@ include/ace/Process_Semaphore.inl include/ace/Profile_Timer.h include/ace/Profile_Timer.inl -%%QT%%include/ace/QtReactor/ACE_QtReactor_export.h -%%QT%%include/ace/QtReactor/QtReactor.h +%%QT4%%include/ace/QtReactor/ACE_QtReactor_export.h +%%QT4%%include/ace/QtReactor/QtReactor.h include/ace/RB_Tree.cpp include/ace/RB_Tree.h include/ace/RB_Tree.inl @@ -837,22 +837,22 @@ include/ace/SPIPE_Connector.inl include/ace/SPIPE_Stream.h include/ace/SPIPE_Stream.inl -%%OPENSSL%%include/ace/SSL/SSL_Asynch_BIO.h -%%OPENSSL%%include/ace/SSL/SSL_Asynch_Stream.h -%%OPENSSL%%include/ace/SSL/SSL_Asynch_Stream.inl -%%OPENSSL%%include/ace/SSL/SSL_Context.h -%%OPENSSL%%include/ace/SSL/SSL_Context.inl -%%OPENSSL%%include/ace/SSL/SSL_Export.h -%%OPENSSL%%include/ace/SSL/SSL_Initializer.h -%%OPENSSL%%include/ace/SSL/SSL_SOCK.h -%%OPENSSL%%include/ace/SSL/SSL_SOCK.inl -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Acceptor.h -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Acceptor.inl -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Connector.h -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Connector.inl -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Stream.h -%%OPENSSL%%include/ace/SSL/SSL_SOCK_Stream.inl -%%OPENSSL%%include/ace/SSL/sslconf.h +%%SSL%%include/ace/SSL/SSL_Asynch_BIO.h +%%SSL%%include/ace/SSL/SSL_Asynch_Stream.h +%%SSL%%include/ace/SSL/SSL_Asynch_Stream.inl +%%SSL%%include/ace/SSL/SSL_Context.h +%%SSL%%include/ace/SSL/SSL_Context.inl +%%SSL%%include/ace/SSL/SSL_Export.h +%%SSL%%include/ace/SSL/SSL_Initializer.h +%%SSL%%include/ace/SSL/SSL_SOCK.h +%%SSL%%include/ace/SSL/SSL_SOCK.inl +%%SSL%%include/ace/SSL/SSL_SOCK_Acceptor.h +%%SSL%%include/ace/SSL/SSL_SOCK_Acceptor.inl +%%SSL%%include/ace/SSL/SSL_SOCK_Connector.h +%%SSL%%include/ace/SSL/SSL_SOCK_Connector.inl +%%SSL%%include/ace/SSL/SSL_SOCK_Stream.h +%%SSL%%include/ace/SSL/SSL_SOCK_Stream.inl +%%SSL%%include/ace/SSL/sslconf.h include/ace/SString.h include/ace/SString.inl include/ace/SStringfwd.h @@ -1102,6 +1102,7 @@ include/ace/config-macosx-iOS-simulator.h include/ace/config-macosx-leopard.h include/ace/config-macosx-lion.h +include/ace/config-macosx-mavericks.h include/ace/config-macosx-mountainlion.h include/ace/config-macosx-panther.h include/ace/config-macosx-snowleopard.h @@ -1133,6 +1134,7 @@ include/ace/config-vxworks6.7.h include/ace/config-vxworks6.8.h include/ace/config-vxworks6.9.h +include/ace/config-win32-borland.h include/ace/config-win32-cegcc.h include/ace/config-win32-common.h include/ace/config-win32-dmc.h @@ -1277,24 +1279,24 @@ lib/libACE_INet.so lib/libACE_INet.so.6 lib/libACE_INet.so.%%VERSION%% -%%OPENSSL%%lib/libACE_INet_SSL.so -%%OPENSSL%%lib/libACE_INet_SSL.so.6 -%%OPENSSL%%lib/libACE_INet_SSL.so.%%VERSION%% +%%SSL%%lib/libACE_INet_SSL.so +%%SSL%%lib/libACE_INet_SSL.so.6 +%%SSL%%lib/libACE_INet_SSL.so.%%VERSION%% lib/libACE_Monitor_Control.so lib/libACE_Monitor_Control.so.6 lib/libACE_Monitor_Control.so.%%VERSION%% -%%QT%%lib/libACE_QtReactor.so -%%QT%%lib/libACE_QtReactor.so.6 -%%QT%%lib/libACE_QtReactor.so.%%VERSION%% +%%QT4%%lib/libACE_QtReactor.so +%%QT4%%lib/libACE_QtReactor.so.6 +%%QT4%%lib/libACE_QtReactor.so.%%VERSION%% lib/libACE_RLECompression.so lib/libACE_RLECompression.so.6 lib/libACE_RLECompression.so.%%VERSION%% lib/libACE_RMCast.so lib/libACE_RMCast.so.6 lib/libACE_RMCast.so.%%VERSION%% -%%OPENSSL%%lib/libACE_SSL.so -%%OPENSSL%%lib/libACE_SSL.so.6 -%%OPENSSL%%lib/libACE_SSL.so.%%VERSION%% +%%SSL%%lib/libACE_SSL.so +%%SSL%%lib/libACE_SSL.so.6 +%%SSL%%lib/libACE_SSL.so.%%VERSION%% lib/libACE_TMCast.so lib/libACE_TMCast.so.6 lib/libACE_TMCast.so.%%VERSION%% @@ -1319,10 +1321,10 @@ %%FLTK%%libdata/pkgconfig/ACE_FlReactor.pc libdata/pkgconfig/ACE_HTBP.pc libdata/pkgconfig/ACE_INet.pc -%%OPENSSL%%libdata/pkgconfig/ACE_INet_SSL.pc -%%QT%%libdata/pkgconfig/ACE_QtReactor.pc +%%SSL%%libdata/pkgconfig/ACE_INet_SSL.pc +%%QT4%%libdata/pkgconfig/ACE_QtReactor.pc libdata/pkgconfig/ACE_RMCast.pc -%%OPENSSL%%libdata/pkgconfig/ACE_SSL.pc +%%SSL%%libdata/pkgconfig/ACE_SSL.pc libdata/pkgconfig/ACE_TMCast.pc %%TK%%libdata/pkgconfig/ACE_TkReactor.pc %%X11%%libdata/pkgconfig/ACE_XtReactor.pc @@ -1380,6 +1382,7 @@ %%DATADIR%%/bin/MakeProjectCreator/config/acenosubsets.mpb %%DATADIR%%/bin/MakeProjectCreator/config/acexml.mpb %%DATADIR%%/bin/MakeProjectCreator/config/avoids_ace_for_tao.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/bmake.features %%DATADIR%%/bin/MakeProjectCreator/config/conv_lib.mpb %%DATADIR%%/bin/MakeProjectCreator/config/core.mpb %%DATADIR%%/bin/MakeProjectCreator/config/crosscompile.mpb @@ -1419,6 +1422,7 @@ %%DATADIR%%/bin/MakeProjectCreator/config/vc10nmake.mpb %%DATADIR%%/bin/MakeProjectCreator/config/vc11.features %%DATADIR%%/bin/MakeProjectCreator/config/vc11nmake.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/vc12nmake.mpb %%DATADIR%%/bin/MakeProjectCreator/config/vc71.features %%DATADIR%%/bin/MakeProjectCreator/config/vc8.features %%DATADIR%%/bin/MakeProjectCreator/config/vc8nmake.mpb @@ -1503,6 +1507,7 @@ %%DATADIR%%/include/makeinclude/platform_macosx_icc.GNU %%DATADIR%%/include/makeinclude/platform_macosx_leopard.GNU %%DATADIR%%/include/makeinclude/platform_macosx_lion.GNU +%%DATADIR%%/include/makeinclude/platform_macosx_mavericks.GNU %%DATADIR%%/include/makeinclude/platform_macosx_mountainlion.GNU %%DATADIR%%/include/makeinclude/platform_macosx_panther.GNU %%DATADIR%%/include/makeinclude/platform_macosx_snowleopard.GNU @@ -1562,8 +1567,8 @@ %%TK%%@dirrm include/ace/TkReactor @dirrm include/ace/TMCast @dirrm include/ace/RMCast -%%QT%%@dirrm include/ace/QtReactor -%%OPENSSL%%@dirrm include/ace/SSL +%%QT4%%@dirrm include/ace/QtReactor +%%SSL%%@dirrm include/ace/SSL @dirrm include/ace/Monitor_Control @dirrm include/ace/INet @dirrm include/ace/HTBP --Multipart=_Thu__10_Oct_2013_02_55_15_+0900_jmNdTT.5KpQv9+fw-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:10:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B2F6C65 for ; Wed, 9 Oct 2013 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 874A72A6E for ; Wed, 9 Oct 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IA76a098487 for ; Wed, 9 Oct 2013 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IA7DM098486; Wed, 9 Oct 2013 18:10:07 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 18:10:07 GMT Message-Id: <201310091810.r99IA7DM098486@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/181880: devel/rudiments: Update to version 0.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:10:07 -0000 The following reply was made to PR ports/181880; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181880: devel/rudiments: Update to version 0.42 Date: Thu, 10 Oct 2013 02:55:12 +0900 This is a multi-part message in MIME format. --Multipart=_Thu__10_Oct_2013_02_55_12_+0900_kh3N225jYrhIIlgF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 0.43 has been released. --Multipart=_Thu__10_Oct_2013_02_55_12_+0900_kh3N225jYrhIIlgF Content-Type: text/x-diff; name="devel_rudiments.diff" Content-Disposition: attachment; filename="devel_rudiments.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/devel/rudiments/Makefile devel/rudiments/Makefile --- /usr/ports/devel/rudiments/Makefile 2013-09-22 01:00:26.000000000 +0900 +++ devel/rudiments/Makefile 2013-10-10 00:00:00.000000000 +0900 @@ -2,9 +2,9 @@ # $FreeBSD: head/devel/rudiments/Makefile 327726 2013-09-20 17:17:44Z bapt $ PORTNAME= rudiments -PORTVERSION= 0.41 +PORTVERSION= 0.43 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.50 +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for daemons, clients, servers, and more @@ -13,7 +13,8 @@ OPTIONS_DEFINE= DOCS -USES= pkgconfig +USES= pkgconfig shebangfix +SHEBANG_FILES= doc/programming/insert.pl USE_OPENSSL= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLINC} \ @@ -21,24 +22,12 @@ --disable-pcre USE_LDCONFIG= yes -MAN1= rudiments-config.1 - -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e \ - '/cd doc;/s|^|#| ; \ - /pkgconfig/s|$$(libdir)/|$$(prefix)/libdata/|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e \ - 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/doc/programming/insert.pl + '/pkgconfig/s|$$(libdir)/|$$(prefix)/libdata/|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's| -release $$(RUDIMENTS_VERSION)||' ${WRKSRC}/src/Makefile.in -post-install: -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif - .include diff -urN /usr/ports/devel/rudiments/distinfo devel/rudiments/distinfo --- /usr/ports/devel/rudiments/distinfo 2013-09-05 01:46:22.000000000 +0900 +++ devel/rudiments/distinfo 2013-10-10 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.41.tar.gz) = c2a128b31e70115b76bf6e8f6f4be34310a51e52ae6ef9a6470f17d4f720b1ee -SIZE (rudiments-0.41.tar.gz) = 1480480 +SHA256 (rudiments-0.43.tar.gz) = b4bfaf0af183ee5035e89898d2d5a23d20cd6df93514833ceec3abbf1738aaeb +SIZE (rudiments-0.43.tar.gz) = 1665491 diff -urN /usr/ports/devel/rudiments/pkg-plist devel/rudiments/pkg-plist --- /usr/ports/devel/rudiments/pkg-plist 2013-09-05 01:46:22.000000000 +0900 +++ devel/rudiments/pkg-plist 2013-10-10 00:00:00.000000000 +0900 @@ -4,11 +4,9 @@ include/rudiments/chat.h include/rudiments/client.h include/rudiments/clientserverfactory.h -include/rudiments/clientsocket.h include/rudiments/codetree.h include/rudiments/commandline.h include/rudiments/crypt.h -include/rudiments/daemonprocess.h include/rudiments/datetime.h include/rudiments/device.h include/rudiments/dictionary.h @@ -22,8 +20,8 @@ include/rudiments/filesystem.h include/rudiments/groupentry.h include/rudiments/hostentry.h -include/rudiments/inetclientsocket.h -include/rudiments/inetserversocket.h +include/rudiments/inetsocketclient.h +include/rudiments/inetsocketserver.h include/rudiments/inetsocketutil.h include/rudiments/intervaltimer.h include/rudiments/linkedlist.h @@ -33,7 +31,6 @@ include/rudiments/memorypool.h include/rudiments/modemclient.h include/rudiments/modemserver.h -include/rudiments/mutex.h include/rudiments/parameterstring.h include/rudiments/passwdentry.h include/rudiments/permissions.h @@ -45,17 +42,12 @@ include/rudiments/private/client.h include/rudiments/private/clientincludes.h include/rudiments/private/clientserverfactoryincludes.h -include/rudiments/private/clientsocket.h -include/rudiments/private/clientsocketincludes.h include/rudiments/private/codetree.h include/rudiments/private/codetreeincludes.h include/rudiments/private/commandline.h include/rudiments/private/commandlineincludes.h include/rudiments/private/config.h -include/rudiments/private/crypt.h include/rudiments/private/cryptincludes.h -include/rudiments/private/daemonprocess.h -include/rudiments/private/daemonprocessincludes.h include/rudiments/private/datetime.h include/rudiments/private/datetimeincludes.h include/rudiments/private/device.h @@ -86,10 +78,10 @@ include/rudiments/private/groupentryincludes.h include/rudiments/private/hostentry.h include/rudiments/private/hostentryincludes.h -include/rudiments/private/inetclientsocket.h -include/rudiments/private/inetclientsocketincludes.h -include/rudiments/private/inetserversocket.h -include/rudiments/private/inetserversocketincludes.h +include/rudiments/private/inetsocketclient.h +include/rudiments/private/inetsocketclientincludes.h +include/rudiments/private/inetsocketserver.h +include/rudiments/private/inetsocketserverincludes.h include/rudiments/private/inetsocketutil.h include/rudiments/private/inetsocketutilincludes.h include/rudiments/private/intervaltimer.h @@ -116,13 +108,12 @@ include/rudiments/private/modemserver.h include/rudiments/private/modemserverincludes.h include/rudiments/private/modemutil.h -include/rudiments/private/mutex.h -include/rudiments/private/mutexincludes.h include/rudiments/private/parameterstring.h include/rudiments/private/parameterstringincludes.h include/rudiments/private/passwdentry.h include/rudiments/private/passwdentryincludes.h include/rudiments/private/permissionsincludes.h +include/rudiments/private/process.h include/rudiments/private/processincludes.h include/rudiments/private/protocolentry.h include/rudiments/private/protocolentryincludes.h @@ -141,8 +132,6 @@ include/rudiments/private/serialportprofileincludes.h include/rudiments/private/server.h include/rudiments/private/serverincludes.h -include/rudiments/private/serversocket.h -include/rudiments/private/serversocketincludes.h include/rudiments/private/serviceentry.h include/rudiments/private/serviceentryincludes.h include/rudiments/private/shadowentry.h @@ -155,19 +144,23 @@ include/rudiments/private/signalhandler.h include/rudiments/private/signalset.h include/rudiments/private/snoozeincludes.h +include/rudiments/private/socketclient.h +include/rudiments/private/socketclientincludes.h +include/rudiments/private/socketserver.h +include/rudiments/private/socketserverincludes.h include/rudiments/private/stderrdestination.h include/rudiments/private/stdoutdestination.h include/rudiments/private/stringbuffer.h include/rudiments/private/stringbufferincludes.h +include/rudiments/private/sys.h +include/rudiments/private/sysincludes.h include/rudiments/private/syslogdestination.h -include/rudiments/private/system.h -include/rudiments/private/systemincludes.h -include/rudiments/private/timezonefile.h -include/rudiments/private/timezonefileincludes.h -include/rudiments/private/unixclientsocket.h -include/rudiments/private/unixclientsocketincludes.h -include/rudiments/private/unixserversocket.h -include/rudiments/private/unixserversocketincludes.h +include/rudiments/private/threadmutex.h +include/rudiments/private/threadmutexincludes.h +include/rudiments/private/unixsocketclient.h +include/rudiments/private/unixsocketclientincludes.h +include/rudiments/private/unixsocketserver.h +include/rudiments/private/unixsocketserverincludes.h include/rudiments/private/unixsocketutil.h include/rudiments/private/unixsocketutilincludes.h include/rudiments/private/variablebuffer.h @@ -190,18 +183,20 @@ include/rudiments/serialport.h include/rudiments/serialportprofile.h include/rudiments/server.h -include/rudiments/serversocket.h include/rudiments/serviceentry.h include/rudiments/shadowentry.h include/rudiments/sharedmemory.h include/rudiments/shmfile.h include/rudiments/signalclasses.h include/rudiments/snooze.h +include/rudiments/socketclient.h +include/rudiments/socketserver.h +include/rudiments/stdio.h include/rudiments/stringbuffer.h -include/rudiments/system.h -include/rudiments/timezonefile.h -include/rudiments/unixclientsocket.h -include/rudiments/unixserversocket.h +include/rudiments/sys.h +include/rudiments/threadmutex.h +include/rudiments/unixsocketclient.h +include/rudiments/unixsocketserver.h include/rudiments/unixsocketutil.h include/rudiments/variablebuffer.h include/rudiments/xmldom.h @@ -212,6 +207,7 @@ lib/librudiments.so lib/librudiments.so.1 libdata/pkgconfig/rudiments.pc +man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/annotated.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/bc_s.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/bdwn.png @@ -231,39 +227,22 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclient.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientsocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientsocket.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionary-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionary.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarylist-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarylist.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarylistnode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarylistnode.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarynode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionarynode.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcrypt-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcrypt.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdaemonprocess-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdaemonprocess.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdatetime-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdatetime.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdevice-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdevice.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionary-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionary.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarylist-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarylist.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarylistnode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarylistnode.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarynode-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdictionarynode.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdirectory-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdirectory.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classdirectorylisting.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdtd-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdtd.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classdynamiclib-members.html @@ -285,10 +264,10 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classgroupentry.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classhostentry-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classhostentry.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetclientsocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetclientsocket.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetserversocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetserversocket.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketclient-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketclient.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketserver-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketserver.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketutil-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classinetsocketutil.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classintervaltimer-members.html @@ -306,48 +285,28 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classlogdestination.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classlogger-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classlogger.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classloginrecord.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmath-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmath.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmemorymap-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmemorymap.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmemorypool-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmemorypool.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classmessagequeue.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemclient-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemclient.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemserver-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemserver.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemutil-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classmodemutil.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classmutex-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classmutex.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnetworkinterface-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnetworkinterface.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnetworkinterfaces-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnetworkinterfaces.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionary-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionary.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarylist-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarylist.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarylistnode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarylistnode.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarynode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classnumericdictionarynode.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classparameterstring-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classparameterstring.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classpasswdentry-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classpasswdentry.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classpermissions-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classpermissions.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classpipe-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classpipe.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classprocess-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classprocess.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classprotocolentry-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classprotocolentry.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classpseudotty-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classpseudotty.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classrandomnumber-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classrandomnumber.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classrawbuffer-members.html @@ -364,16 +323,12 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classserialportprofile.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classserver-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classserver.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classserversocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classserversocket.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classserviceentry-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classserviceentry.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classshadowentry-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classshadowentry.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsharedmemory-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsharedmemory.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classshellcommand-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classshellcommand.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classshmfile-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classshmfile.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsignalhandler-members.html @@ -384,31 +339,24 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsignalset.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsnooze-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsnooze.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsocketclient-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsocketclient.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsocketserver-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsocketserver.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classstderrdestination.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classstdoutdestination.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringbuffer-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringbuffer.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionary-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionary.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarylist-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarylist.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarylistnode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarylistnode.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarynode-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classstringdictionarynode.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsys-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsys.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsyslogdestination-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classsyslogdestination.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsystem-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classsystem.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthread.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classtimezonefile-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classtimezonefile.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classtty-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classtty.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixclientsocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixclientsocket.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixserversocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixserversocket.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthreadmutex-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classthreadmutex.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketclient-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketclient.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketserver-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketserver.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketutil-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classunixsocketutil.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classvariablebuffer-members.html @@ -425,8 +373,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientserverfactory_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientserverfactoryincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/clientsocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/clientsocketincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/closed.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetree_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetreeincludes_8h_source.html @@ -436,8 +382,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/config_8windows_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/crypt_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/cryptincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/daemonprocess_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/daemonprocessincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/datetime_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/datetimeincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/device_8h_source.html @@ -470,7 +414,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/filedescriptorincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/filedestination_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/fileincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/files.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/filesystem_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/filesystemincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/ftv2blank.png @@ -546,10 +489,10 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/hostentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/hostentryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetclientsocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetclientsocketincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetserversocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetserversocketincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketclientincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketserver_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketserverincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketutil_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/inetsocketutilincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/intervaltimer_8h_source.html @@ -583,8 +526,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/modemserver_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/modemserverincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/modemutil_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/mutex_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/mutexincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/nav_f.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/nav_g.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/nav_h.png @@ -601,11 +542,8 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2charstring_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2chat_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2client_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2clientsocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2codetree_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2commandline_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2crypt_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2daemonprocess_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2datetime_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2device_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2dictionary_8h_source.html @@ -618,8 +556,8 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2filesystem_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2groupentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2hostentry_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2inetclientsocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2inetserversocket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2inetsocketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2inetsocketserver_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2inetsocketutil_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2intervaltimer_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2link_8h_source.html @@ -632,10 +570,10 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2messagequeue_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2modemclient_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2modemserver_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2mutex_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2parameterstring_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2passwdentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2pipe_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2process_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2protocolentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2pseudotty_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2regularexpression_8h_source.html @@ -644,19 +582,20 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialport_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialportprofile_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2server_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serversocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serviceentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2shadowentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2sharedmemory_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2shellcommand_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2shmfile_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2socketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2socketserver_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2stringbuffer_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2system_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2sys_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2thread_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2timezonefile_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2threadmutex_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2tty_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2unixclientsocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2unixserversocket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2unixsocketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2unixsocketserver_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2unixsocketutil_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2variablebuffer_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2xmldom_8h_source.html @@ -685,8 +624,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/serialportprofileincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/server_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/serverincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/serversocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/serversocketincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/serviceentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/serviceentryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/shadowentry_8h_source.html @@ -702,7 +639,12 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/signalset_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/snooze_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/snoozeincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/socketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/socketclientincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/socketserver_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/socketserverincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/stderrdestination_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/stdio_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/stdoutdestination_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/stringbuffer_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/stringbufferincludes_8h_source.html @@ -710,24 +652,24 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/structsockaddr__un.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/structtermios-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/structtermios.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/structttinfo-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/structttinfo.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/classes/html/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/classes/html/sys_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/sysincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/syslogdestination_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/system_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/systemincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/tab_a.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/tab_b.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/tab_h.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/tab_s.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/tabs.css %%PORTDOCS%%%%DOCSDIR%%/classes/html/thread_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/timezonefile_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/timezonefileincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/threadmutex_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/threadmutexincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/tty_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixclientsocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixclientsocketincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixserversocket_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixserversocketincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketclient_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketclientincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketserver_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketserverincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketutil_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/unixsocketutilincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/variablebuffer_8h_source.html --Multipart=_Thu__10_Oct_2013_02_55_12_+0900_kh3N225jYrhIIlgF-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9043BC5D for ; Wed, 9 Oct 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D99A2A66 for ; Wed, 9 Oct 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IA2Wt098462 for ; Wed, 9 Oct 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IA28Y098461; Wed, 9 Oct 2013 18:10:02 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 18:10:02 GMT Message-Id: <201310091810.r99IA28Y098461@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/175585: deskutils/cdcat: Update to version 2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:10:02 -0000 The following reply was made to PR ports/175585; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175585: deskutils/cdcat: Update to version 2.2 Date: Thu, 10 Oct 2013 02:55:03 +0900 This is a multi-part message in MIME format. --Multipart=_Thu__10_Oct_2013_02_55_03_+0900_aJL.e1/vvYYmCbHq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 2.3.1 has been released. --Multipart=_Thu__10_Oct_2013_02_55_03_+0900_aJL.e1/vvYYmCbHq Content-Type: text/x-diff; name="deskutils_cdcat.diff" Content-Disposition: attachment; filename="deskutils_cdcat.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/deskutils/cdcat/Makefile deskutils/cdcat/Makefile --- /usr/ports/deskutils/cdcat/Makefile 2013-09-22 01:05:21.000000000 +0900 +++ deskutils/cdcat/Makefile 2013-10-10 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/deskutils/cdcat/Makefile 327718 2013-09-20 16:21:37Z bapt $ PORTNAME= cdcat -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ GOOGLE_CODE:lib7zip @@ -18,18 +17,23 @@ LICENSE= GPLv2 MPL LICENSE_COMB= multi -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/archivers/p7zip:patch \ +FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/archivers/p7zip:patch \ ${NONEXISTENT}:${PORTSDIR}/multimedia/mediainfo:build +BUILD_DEPENDS= cryptopp>0:${PORTSDIR}/security/cryptopp LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \ exif:${PORTSDIR}/graphics/libexif OPTIONS_DEFINE= DOCS -BUILD_WRKSRC= ${WRKSRC}/src +CONFIGURE_WRKSRC= ${WRKSRC}/src +BUILD_WRKSRC= ${CONFIGURE_WRKSRC} USE_BZIP2= yes +USES= qmake:norecursive USE_QT4= corelib gui xml \ linguist_build moc_build qmake_build uic_build +QMAKE_ARGS= ${QMAKEFLAGS} +QMAKE_PRO= ${PORTNAME}.pro INSTALLS_ICONS= yes QMAKEFLAGS+= INCLUDEPATH+="${L7Z_WRKSRC}/Lib7Zip" \ @@ -38,6 +42,7 @@ LIBS+="${L7Z_WRKSRC}/Lib7Zip/lib7zip.a" \ LIBS+="${MIF_WRKSRC}/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a" \ LIBS+="${MIF_WRKSRC}/ZenLib/Project/GNU/Library/.libs/libzen.a" \ + LIBS+="${LOCALBASE}/lib/libcryptopp.a" \ LIBS+="-lz -lbz2 -ltar -lexif" \ DEFINES+="MEDIAINFO_STATIC" \ DEFINES+="MEDIAINFO_UNICODE" \ @@ -49,7 +54,7 @@ PORTDOCS= Authors ChangeLog README TRANSLATORS_README PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.png -.for lang in cz de el es fr hu id it pl pt sk sr +.for lang in cz de el es fr hu id it pl pt ru sk sr PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_${lang}.qm .endfor .for size in 16 22 32 48 64 @@ -58,12 +63,14 @@ PLIST_FILES+= share/icons/hicolor/scalable/apps/${PORTNAME}_logo.svg PLIST_DIRS= %%DATADIR%%/translations %%DATADIR%% +DESKTOP_ENTRIES="CdCat" "Hyper's CD Catalog" "${DATADIR}/${PORTNAME}.png" \ + "${PORTNAME}" "AudioVideo;Qt;" false + L7Z_NAME= lib7zip -L7Z_VERSION= 1.6.3 +L7Z_VERSION= 1.6.4 L7Z_DISTFILE= ${L7Z_NAME}-${L7Z_VERSION}.tar.gz L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME} -NO_STAGE= yes .include P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) @@ -78,6 +85,10 @@ '/LIBS/s|^|#|' ${BUILD_WRKSRC}/${PORTNAME}.pro @${REINPLACE_CMD} -e \ 's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp +.for i in newdbdialog.cpp wdbfile.h + @${REINPLACE_CMD} -e \ + 's|crypto++/|cryptopp/|' ${BUILD_WRKSRC}/${i} +.endfor @${REINPLACE_CMD} -e \ 's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in @@ -86,35 +97,32 @@ CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ P7ZIP_SOURCE_DIR="${P7Z_WRKSRC}" - -do-configure: - @${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro - @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ - ${PORTNAME}.pro ${QMAKEFLAGS} + @${LRELEASE} ${CONFIGURE_WRKSRC}/${PORTNAME}.pro pre-build: - @cd ${L7Z_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ + @cd ${L7Z_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${DATADIR} - @${MKDIR} ${DATADIR}/translations - ${INSTALL_DATA} ${BUILD_WRKSRC}/lang/*.qm ${DATADIR}/translations - @${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_logo.svg \ - ${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}_logo.svg + (cd ${BUILD_WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTNAME}.png \ + ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DATADIR}/translations + (cd ${BUILD_WRKSRC}/lang && ${INSTALL_DATA} *.qm \ + ${STAGEDIR}${DATADIR}/translations) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTNAME}_logo.svg \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps) .for size in 16 22 32 48 64 - @${MKDIR} ${PREFIX}/share/icons/hicolor/${size}x${size}/apps - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_logo_${size}x${size}.png \ - ${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}_logo.png + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTNAME}_logo_${size}x${size}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}_logo.png) .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor -.endif .include diff -urN /usr/ports/deskutils/cdcat/distinfo deskutils/cdcat/distinfo --- /usr/ports/deskutils/cdcat/distinfo 2013-06-21 04:01:47.000000000 +0900 +++ deskutils/cdcat/distinfo 2013-10-10 00:00:00.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (cdcat-2.1.tar.bz2) = ad332b374307835d5daadfdcc8a06937cf3c57fe3a87cf58dc41b368ba6e8204 -SIZE (cdcat-2.1.tar.bz2) = 383337 -SHA256 (lib7zip-1.6.3.tar.gz) = 03e6aecefbb7ed8c927fb0736c7192a4661ace7884a35f4147df7356b1a23860 -SIZE (lib7zip-1.6.3.tar.gz) = 356121 +SHA256 (cdcat-2.3.1.tar.bz2) = 7cb1bbd7646faf93359acda5835f510766c82e612bca577282571f13a8d5f01c +SIZE (cdcat-2.3.1.tar.bz2) = 428708 +SHA256 (lib7zip-1.6.4.tar.gz) = d50f8c1bb6dab4824c6876977d944c0f0ac10f15e64f49ee94665f7be30e26af +SIZE (lib7zip-1.6.4.tar.gz) = 361874 diff -urN /usr/ports/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp deskutils/cdcat/files/patch-src__exportcdcatdb.cpp --- /usr/ports/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp 1970-01-01 09:00:00.000000000 +0900 +++ deskutils/cdcat/files/patch-src__exportcdcatdb.cpp 2013-10-10 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/exportcdcatdb.cpp.orig ++++ src/exportcdcatdb.cpp +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + #include "icons.h" + #include "cdcat.h" --Multipart=_Thu__10_Oct_2013_02_55_03_+0900_aJL.e1/vvYYmCbHq-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:10:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5C5EC64 for ; Wed, 9 Oct 2013 18:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2F9B2A6D for ; Wed, 9 Oct 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IA6mB098481 for ; Wed, 9 Oct 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IA6ae098480; Wed, 9 Oct 2013 18:10:06 GMT (envelope-from gnats) Date: Wed, 9 Oct 2013 18:10:06 GMT Message-Id: <201310091810.r99IA6ae098480@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/180696: games/xlife: Update to version 6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:10:06 -0000 The following reply was made to PR ports/180696; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/180696: games/xlife: Update to version 6.7 Date: Thu, 10 Oct 2013 02:55:06 +0900 This is a multi-part message in MIME format. --Multipart=_Thu__10_Oct_2013_02_55_06_+0900_v1pd9oFr/S+Fg3n4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 6.7.4 has been released. --Multipart=_Thu__10_Oct_2013_02_55_06_+0900_v1pd9oFr/S+Fg3n4 Content-Type: text/x-diff; name="games_xlife.diff" Content-Disposition: attachment; filename="games_xlife.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/games/xlife/Makefile games/xlife/Makefile --- /usr/ports/games/xlife/Makefile 2013-09-22 04:10:37.000000000 +0900 +++ games/xlife/Makefile 2013-10-10 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/games/xlife/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= xlife -PORTVERSION= 6.6.1 +PORTVERSION= 6.7.4 CATEGORIES= games MASTER_SITES= http://litwr2.atspace.eu/xlife/ @@ -12,9 +12,14 @@ LICENSE= MIT GPLv2 LICENSE_COMB= multi +RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk + +OPTIONS_DEFINE= DOCS + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes +USES= imake:notall USE_XORG= x11 MLINKS= xlife.6 lifeconv.6 @@ -23,39 +28,43 @@ DESKTOP_ENTRIES="XLife" "" "" "${PORTNAME}" "" false -DOC_FILES= CHANGES DEVELOPMENT-TREE HACKING HOW-TO-INSTALL INSTALL \ - MISSED README SHORT-INFO changelog.debian changelog.openbsd +DOC_FILES= CHANGES HACKING HOW-TO-INSTALL INSTALL MISSED README \ + SHORT-INFO XLIFE-HISTORY.dot changelog.debian changelog.openbsd -NO_STAGE= yes .include post-extract: @${LN} -sf xlife.man ${WRKSRC}/xlife.6 pre-patch: - @(${CAT} ${WRKDIR}/xlife6.6to6.6.1.patch | ${PATCH} -d ${WRKSRC} -p1 -s) - -do-configure: - @(cd ${WRKSRC} && ${SED} -e \ - 's|/usr/games|$$(PREFIX)/bin| ; \ - s|/usr/share|$$(PREFIX)/share| ; \ - s|/usr/X11R6|$$(LOCALBASE)| ; \ - s|-g -O3|$$(CFLAGS)| ; \ - s|-lstdc++|| ; \ - s|$$(CC) -o|$$(CXX) -o|' < Makefile.common > Makefile) +.for i in xlife6.7to6.7.1.patch xlife6.7.1to6.7.2.patch xlife6.7.2to6.7.3.patch + @(${CAT} ${WRKDIR}/${i} | ${PATCH} -d ${WRKSRC} -p1 -s) +.endfor + +post-patch: + @${REINPLACE_CMD} -e \ + '/CDEBUGFLAGS[[:space:]]/s|^|XCOMM | ; \ + s|/usr/share/xlife|${DATADIR}|' ${WRKSRC}/Imakefile + @${REINPLACE_CMD} -e \ + 's|GAWKPATH|${LOCALBASE}/bin/gawk|' ${WRKSRC}/table2r do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} xlife ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_SCRIPT} table2r ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} xlife.6 ${MAN6PREFIX}/man/man6) - @${LN} -sf xlife ${PREFIX}/bin/lifeconv - @${MKDIR} ${DATADIR}/patterns - @(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . ${DATADIR}/patterns) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR}) - @${MKDIR} ${DOCSDIR}/doc - @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}/doc) -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} gen-multirules xlife \ + ${STAGEDIR}${PREFIX}/bin) + @${LN} -sf xlife ${STAGEDIR}${PREFIX}/bin/lifeconv + (cd ${WRKSRC} && ${INSTALL_SCRIPT} table2r \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} xlife.6 \ + ${STAGEDIR}${MAN6PREFIX}/man/man6) + @${LN} -sf xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/lifeconv.6 + @${MKDIR} ${STAGEDIR}${DATADIR}/patterns + @(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DATADIR}/patterns) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} \ + ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/doc + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}/doc) .include diff -urN /usr/ports/games/xlife/distinfo games/xlife/distinfo --- /usr/ports/games/xlife/distinfo 2013-06-21 03:48:57.000000000 +0900 +++ games/xlife/distinfo 2013-10-10 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xlife-6.6.1.tar.bz2) = caf18480c08446faa22974788fe45acb580058921a67656e5baea252990f5d79 -SIZE (xlife-6.6.1.tar.bz2) = 159098 +SHA256 (xlife-6.7.4.tar.bz2) = 85de4b01c02a17df7cca2184953a9de89dea47f86ee9ccf5be9d9e0b51817a88 +SIZE (xlife-6.7.4.tar.bz2) = 150296 diff -urN /usr/ports/games/xlife/pkg-plist games/xlife/pkg-plist --- /usr/ports/games/xlife/pkg-plist 2013-06-21 03:48:57.000000000 +0900 +++ games/xlife/pkg-plist 2013-10-10 00:00:00.000000000 +0900 @@ -1,18 +1,15 @@ +bin/gen-multirules bin/lifeconv bin/table2r bin/xlife +man/man6/lifeconv.6.gz +man/man6/xlife.6.gz %%DATADIR%%/patterns/boundedgrid/14-2-t.l %%DATADIR%%/patterns/boundedgrid/beginning-plain.l %%DATADIR%%/patterns/boundedgrid/beginning-torus.l %%DATADIR%%/patterns/boundedgrid/glider-torus.l %%DATADIR%%/patterns/boundedgrid/ice-nine-24.l %%DATADIR%%/patterns/boundedgrid/snowflakes.l -%%DATADIR%%/patterns/codd/Codd.colors -%%DATADIR%%/patterns/codd/codd.r -%%DATADIR%%/patterns/codd/coders-demo.l -%%DATADIR%%/patterns/codd/construction-arm-demo.l -%%DATADIR%%/patterns/codd/lr-growth.l -%%DATADIR%%/patterns/codd/tape-reader-demo.l %%DATADIR%%/patterns/formats/123p271_105.lif %%DATADIR%%/patterns/formats/13enginecordership.rle %%DATADIR%%/patterns/formats/17c45reaction.cells @@ -25,46 +22,15 @@ %%DATADIR%%/patterns/langton/langton-ant.r %%DATADIR%%/patterns/langton/langton-loop.r %%DATADIR%%/patterns/langton/loop.l -%%DATADIR%%/patterns/life/Eric_Angelini_integer_glider_gun.l -%%DATADIR%%/patterns/life/acorn.l -%%DATADIR%%/patterns/life/bi-gun.l -%%DATADIR%%/patterns/life/bunnies.l -%%DATADIR%%/patterns/life/cmu.l -%%DATADIR%%/patterns/life/futility.l -%%DATADIR%%/patterns/life/match.l -%%DATADIR%%/patterns/life/named-patterns -%%DATADIR%%/patterns/life-like/2-expanding-rakes.l -%%DATADIR%%/patterns/life-like/DNShips.l -%%DATADIR%%/patterns/life-like/Day-and-Night-gun-and-antigun.l -%%DATADIR%%/patterns/life-like/S8B0+.l -%%DATADIR%%/patterns/life-like/breeder2.l -%%DATADIR%%/patterns/life-like/brians-brain/Giles_BBP3.l -%%DATADIR%%/patterns/life-like/brians-brain/Giles_butterfly_gun.l -%%DATADIR%%/patterns/life-like/brians-brain/Stretcher.l -%%DATADIR%%/patterns/life-like/brians-brain/butterfly.l -%%DATADIR%%/patterns/life-like/brians-brain/gen3.l -%%DATADIR%%/patterns/life-like/brians-brain/puffer-l1.l -%%DATADIR%%/patterns/life-like/brians-brain/puffer-l2.l -%%DATADIR%%/patterns/life-like/coral.l -%%DATADIR%%/patterns/life-like/enterprise-gun.l -%%DATADIR%%/patterns/life-like/highlife.l %%DATADIR%%/patterns/life-like/osc-b3-s23-g32.l -%%DATADIR%%/patterns/life-like/p168-knightship.l -%%DATADIR%%/patterns/life-like/persian-rugs.l -%%DATADIR%%/patterns/life-like/replicator.l -%%DATADIR%%/patterns/life-like/spiral-growth.l -%%DATADIR%%/patterns/life-like/white-whale.l %%DATADIR%%/patterns/pd/lloyd-torus.l %%DATADIR%%/patterns/pd/lloyd.l %%DATADIR%%/patterns/pd/lloyd2.l %%DATADIR%%/patterns/pd/osc-3.l @dirrm %%DATADIR%%/patterns/pd -@dirrm %%DATADIR%%/patterns/life-like/brians-brain @dirrm %%DATADIR%%/patterns/life-like -@dirrm %%DATADIR%%/patterns/life @dirrm %%DATADIR%%/patterns/langton @dirrm %%DATADIR%%/patterns/formats -@dirrm %%DATADIR%%/patterns/codd @dirrm %%DATADIR%%/patterns/boundedgrid @dirrm %%DATADIR%%/patterns @dirrm %%DATADIR%% --Multipart=_Thu__10_Oct_2013_02_55_06_+0900_v1pd9oFr/S+Fg3n4-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB3B5841 for ; Wed, 9 Oct 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 885C42BB8 for ; Wed, 9 Oct 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IU0x3004258 for ; Wed, 9 Oct 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IU0Y4004257; Wed, 9 Oct 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 18:30:00 GMT Resent-Message-Id: <201310091830.r99IU0Y4004257@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, Sergey Brunov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6403539B for ; Wed, 9 Oct 2013 18:22:31 +0000 (UTC) (envelope-from sergey.v.brunov@gmail.com) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A052E2B50 for ; Wed, 9 Oct 2013 18:22:30 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id z5so1159057lbh.0 for ; Wed, 09 Oct 2013 11:22:28 -0700 (PDT) Received: from localhost (82-208-125-149.dynamic.mts-nn.ru. [82.208.125.149]) by mx.google.com with ESMTPSA id js17sm36241513lab.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 09 Oct 2013 11:22:27 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Wed, 09 Oct 2013 22:20:32 +0000 Message-Id: <52559ee3.1174980a.719d.ffff9fa7@mx.google.com> Date: Wed, 09 Oct 2013 22:20:32 +0000 From: Sergey Brunov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182860: [PATCH] www/yii: update to 1.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:30:00 -0000 >Number: 182860 >Category: ports >Synopsis: [PATCH] www/yii: update to 1.1.14 >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 Oct 09 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergey Brunov >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD NetMan-NB 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: - Update to 1.1.14 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- yii-1.1.14.patch begins here --- diff -ruN ../yii.orig/Makefile ./Makefile --- ../yii.orig/Makefile 2013-09-20 23:36:50.000000000 +0000 +++ ./Makefile 2013-10-09 20:44:39.000000000 +0000 @@ -2,11 +2,10 @@ # $FreeBSD: www/yii/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= yii -PORTVERSION= 1.1.13 -DISTVERSIONSUFFIX= .e9e4a0 +PORTVERSION= 1.1.14 +DISTVERSIONSUFFIX= .f0fee9 CATEGORIES= www -MASTER_SITES= GOOGLE_CODE \ - SF +MASTER_SITES= https://github.com/yiisoft/yii/releases/download/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= A high-performance component-based PHP framework diff -ruN ../yii.orig/distinfo ./distinfo --- ../yii.orig/distinfo 2013-03-24 14:23:56.000000000 +0000 +++ ./distinfo 2013-10-09 20:50:28.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (yii-1.1.13.e9e4a0.tar.gz) = faf3feb7790976b1eb1ece2e9ecb69c1f4288a573c0f92a66d499b0865252e19 -SIZE (yii-1.1.13.e9e4a0.tar.gz) = 4044292 +SHA256 (yii-1.1.14.f0fee9.tar.gz) = 950f3499d6879aa8d8264bbef35a1d67d3f1cc6dcd41fe7c5ada2910e07ed053 +SIZE (yii-1.1.14.f0fee9.tar.gz) = 4113676 diff -ruN ../yii.orig/pkg-plist ./pkg-plist --- ../yii.orig/pkg-plist 2013-03-24 14:23:56.000000000 +0000 +++ ./pkg-plist 2013-10-09 20:50:50.000000000 +0000 @@ -1,4 +1,3 @@ -@comment $FreeBSD: www/yii/pkg-plist 315123 2013-03-24 14:23:56Z madpilot $ bin/yiic %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/css/bg.gif %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/blog/css/form.css @@ -123,6 +122,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/.htaccess %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ar/yii.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/bg/yii.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/ca/yii.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/config.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/cs/yii.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/messages/de/yii.php @@ -152,6 +152,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/.htaccess %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ar/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/bg/index.php +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/ca/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/de/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/de_de/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/el/index.php @@ -173,112 +174,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_cn/index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/requirements/views/zh_tw/index.php -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_tw -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_cn -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/uk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sv -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ru -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ro -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pt_br -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/no -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ja -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/it -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/he -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/fr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/es -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/el -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/de_de -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/de -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/bg -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ar -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_tw -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_cn -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/vi -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/uk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ta_in -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sv -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ru -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ro -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pt_br -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/no -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/nl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ja -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/it -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/id -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/hu -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/he -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/fr -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/es -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/el -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de_de -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/cs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/bg -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ar -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/css -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/views/site -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/models -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/data -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/controllers -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/config -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/components -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/html-template/history -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/html-template -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/bin/history -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/bin -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/.settings -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld/protected/controllers -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld/protected -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views/layouts -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views/game -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/runtime -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/controllers -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/config -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/assets -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/site/pages -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/site -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/post -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/layouts -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/comment -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/unit -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/functional -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/fixtures -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/runtime -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/models -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/data -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/controllers -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/config -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components/views -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/css -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/assets -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%DATADIR%%/framework/.htaccess %%DATADIR%%/framework/YiiBase.php %%DATADIR%%/framework/base/CApplication.php @@ -304,6 +199,7 @@ %%DATADIR%%/framework/caching/CEAcceleratorCache.php %%DATADIR%%/framework/caching/CFileCache.php %%DATADIR%%/framework/caching/CMemCache.php +%%DATADIR%%/framework/caching/CRedisCache.php %%DATADIR%%/framework/caching/CWinCache.php %%DATADIR%%/framework/caching/CXCache.php %%DATADIR%%/framework/caching/CZendDataCache.php @@ -389,6 +285,8 @@ %%DATADIR%%/framework/cli/views/webapp/protected/tests/report/hg-hgkeep %%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/git-gitkeep %%DATADIR%%/framework/cli/views/webapp/protected/tests/unit/hg-hgkeep +%%DATADIR%%/framework/cli/views/webapp/protected/vendor/git-gitkeep +%%DATADIR%%/framework/cli/views/webapp/protected/vendor/hg-hgkeep %%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column1.php %%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/column2.php %%DATADIR%%/framework/cli/views/webapp/protected/views/layouts/main.php @@ -409,7 +307,6 @@ %%DATADIR%%/framework/cli/views/webapp/themes/classic/views/system/hg-hgkeep %%DATADIR%%/framework/collections/CAttributeCollection.php %%DATADIR%%/framework/collections/CConfiguration.php -%%DATADIR%%/framework/collections/CTypedMap.php %%DATADIR%%/framework/collections/CList.php %%DATADIR%%/framework/collections/CListIterator.php %%DATADIR%%/framework/collections/CMap.php @@ -419,6 +316,7 @@ %%DATADIR%%/framework/collections/CStack.php %%DATADIR%%/framework/collections/CStackIterator.php %%DATADIR%%/framework/collections/CTypedList.php +%%DATADIR%%/framework/collections/CTypedMap.php %%DATADIR%%/framework/console/CConsoleApplication.php %%DATADIR%%/framework/console/CConsoleCommand.php %%DATADIR%%/framework/console/CConsoleCommandBehavior.php @@ -455,6 +353,7 @@ %%DATADIR%%/framework/db/schema/oci/COciSchema.php %%DATADIR%%/framework/db/schema/oci/COciTableSchema.php %%DATADIR%%/framework/db/schema/pgsql/CPgsqlColumnSchema.php +%%DATADIR%%/framework/db/schema/pgsql/CPgsqlCommandBuilder.php %%DATADIR%%/framework/db/schema/pgsql/CPgsqlSchema.php %%DATADIR%%/framework/db/schema/pgsql/CPgsqlTableSchema.php %%DATADIR%%/framework/db/schema/sqlite/CSqliteColumnSchema.php @@ -492,8 +391,8 @@ %%DATADIR%%/framework/gii/assets/js/fancybox/fancybox.png %%DATADIR%%/framework/gii/assets/js/fancybox/jquery.fancybox-1.3.1.css %%DATADIR%%/framework/gii/assets/js/fancybox/jquery.fancybox-1.3.1.pack.js -%%DATADIR%%/framework/gii/assets/js/jquery.tooltip-1.2.6.min.js %%DATADIR%%/framework/gii/assets/js/main.js +%%DATADIR%%/framework/gii/assets/js/tooltip.js %%DATADIR%%/framework/gii/components/Pear/Text/Diff.php %%DATADIR%%/framework/gii/components/Pear/Text/Diff/Engine/native.php %%DATADIR%%/framework/gii/components/Pear/Text/Diff/Engine/shell.php @@ -1236,6 +1135,8 @@ %%DATADIR%%/framework/messages/bg/yii.php %%DATADIR%%/framework/messages/bg/zii.php %%DATADIR%%/framework/messages/bs/yii.php +%%DATADIR%%/framework/messages/ca/yii.php +%%DATADIR%%/framework/messages/ca/zii.php %%DATADIR%%/framework/messages/config.php %%DATADIR%%/framework/messages/cs/yii.php %%DATADIR%%/framework/messages/cs/zii.php @@ -1261,8 +1162,8 @@ %%DATADIR%%/framework/messages/it/zii.php %%DATADIR%%/framework/messages/ja/yii.php %%DATADIR%%/framework/messages/ja/zii.php -%%DATADIR%%/framework/messages/kk/zii.php %%DATADIR%%/framework/messages/kk/yii.php +%%DATADIR%%/framework/messages/kk/zii.php %%DATADIR%%/framework/messages/ko_kr/yii.php %%DATADIR%%/framework/messages/ko_kr/zii.php %%DATADIR%%/framework/messages/lt/yii.php @@ -1310,7 +1211,9 @@ %%DATADIR%%/framework/utils/CDateTimeParser.php %%DATADIR%%/framework/utils/CFileHelper.php %%DATADIR%%/framework/utils/CFormatter.php +%%DATADIR%%/framework/utils/CLocalizedFormatter.php %%DATADIR%%/framework/utils/CMarkdownParser.php +%%DATADIR%%/framework/utils/CPasswordHelper.php %%DATADIR%%/framework/utils/CPropertyValue.php %%DATADIR%%/framework/utils/CTimestamp.php %%DATADIR%%/framework/utils/CVarDumper.php @@ -1336,6 +1239,10 @@ %%DATADIR%%/framework/validators/CUnsafeValidator.php %%DATADIR%%/framework/validators/CUrlValidator.php %%DATADIR%%/framework/validators/CValidator.php +%%DATADIR%%/framework/vendors/Net_IDNA2/LICENSE.txt +%%DATADIR%%/framework/vendors/Net_IDNA2/Net/IDNA2.php +%%DATADIR%%/framework/vendors/Net_IDNA2/Net/IDNA2/Exception.php +%%DATADIR%%/framework/vendors/Net_IDNA2/Net/IDNA2/Exception/Nameprep.php %%DATADIR%%/framework/vendors/README.html %%DATADIR%%/framework/vendors/TextHighlighter/Text/Highlighter.php %%DATADIR%%/framework/vendors/TextHighlighter/Text/Highlighter/ABAP.php @@ -1391,6 +1298,8 @@ %%DATADIR%%/framework/vendors/adodb/LICENSE.txt %%DATADIR%%/framework/vendors/bbq/LICENSE.txt %%DATADIR%%/framework/vendors/cldr/LICENSE.txt +%%DATADIR%%/framework/vendors/console-normalizer/README.md +%%DATADIR%%/framework/vendors/console-normalizer/normalizeconsole.min.js %%DATADIR%%/framework/vendors/gettext/LICENSE.txt %%DATADIR%%/framework/vendors/history/license.txt %%DATADIR%%/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php @@ -1430,7 +1339,6 @@ %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt -%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt @@ -1448,6 +1356,8 @@ %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt +%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt +%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt @@ -1489,6 +1399,7 @@ %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +%%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt @@ -1535,8 +1446,6 @@ %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php -%%DATADIR%%/framework/vendors/idna_convert/LICENCE -%%DATADIR%%/framework/vendors/idna_convert/idna_convert.class.php %%DATADIR%%/framework/vendors/jquery/LICENSE.txt %%DATADIR%%/framework/vendors/jquery/autocomplete/LICENSE.txt %%DATADIR%%/framework/vendors/jquery/maskedinput/LICENSE.txt @@ -1547,19 +1456,19 @@ %%DATADIR%%/framework/vendors/markdown/markdown.php %%DATADIR%%/framework/vendors/punycode/LICENSE-GPL.txt %%DATADIR%%/framework/vendors/punycode/LICENSE-MIT.txt -%%DATADIR%%/framework/views/ar/profile-summary-firebug.php -%%DATADIR%%/framework/views/ar/error503.php -%%DATADIR%%/framework/views/ar/profile-callstack-firebug.php +%%DATADIR%%/framework/views/ar/error.php +%%DATADIR%%/framework/views/ar/error400.php %%DATADIR%%/framework/views/ar/error403.php %%DATADIR%%/framework/views/ar/error404.php -%%DATADIR%%/framework/views/ar/log-firebug.php -%%DATADIR%%/framework/views/ar/profile-callstack.php +%%DATADIR%%/framework/views/ar/error500.php +%%DATADIR%%/framework/views/ar/error503.php %%DATADIR%%/framework/views/ar/exception.php +%%DATADIR%%/framework/views/ar/log-firebug.php %%DATADIR%%/framework/views/ar/log.php -%%DATADIR%%/framework/views/ar/error.php -%%DATADIR%%/framework/views/ar/error400.php +%%DATADIR%%/framework/views/ar/profile-callstack-firebug.php +%%DATADIR%%/framework/views/ar/profile-callstack.php +%%DATADIR%%/framework/views/ar/profile-summary-firebug.php %%DATADIR%%/framework/views/ar/profile-summary.php -%%DATADIR%%/framework/views/ar/error500.php %%DATADIR%%/framework/views/bg/error.php %%DATADIR%%/framework/views/bg/error400.php %%DATADIR%%/framework/views/bg/error403.php @@ -1572,6 +1481,18 @@ %%DATADIR%%/framework/views/bg/profile-callstack.php %%DATADIR%%/framework/views/bg/profile-summary-firebug.php %%DATADIR%%/framework/views/bg/profile-summary.php +%%DATADIR%%/framework/views/ca/error.php +%%DATADIR%%/framework/views/ca/error400.php +%%DATADIR%%/framework/views/ca/error403.php +%%DATADIR%%/framework/views/ca/error404.php +%%DATADIR%%/framework/views/ca/error500.php +%%DATADIR%%/framework/views/ca/error503.php +%%DATADIR%%/framework/views/ca/log-firebug.php +%%DATADIR%%/framework/views/ca/log.php +%%DATADIR%%/framework/views/ca/profile-callstack-firebug.php +%%DATADIR%%/framework/views/ca/profile-callstack.php +%%DATADIR%%/framework/views/ca/profile-summary-firebug.php +%%DATADIR%%/framework/views/ca/profile-summary.php %%DATADIR%%/framework/views/de/error.php %%DATADIR%%/framework/views/de/error400.php %%DATADIR%%/framework/views/de/error403.php @@ -1615,6 +1536,19 @@ %%DATADIR%%/framework/views/es/profile-summary-firebug.php %%DATADIR%%/framework/views/es/profile-summary.php %%DATADIR%%/framework/views/exception.php +%%DATADIR%%/framework/views/fi/error.php +%%DATADIR%%/framework/views/fi/error400.php +%%DATADIR%%/framework/views/fi/error403.php +%%DATADIR%%/framework/views/fi/error404.php +%%DATADIR%%/framework/views/fi/error500.php +%%DATADIR%%/framework/views/fi/error503.php +%%DATADIR%%/framework/views/fi/exception.php +%%DATADIR%%/framework/views/fi/log-firebug.php +%%DATADIR%%/framework/views/fi/log.php +%%DATADIR%%/framework/views/fi/profile-callstack-firebug.php +%%DATADIR%%/framework/views/fi/profile-callstack.php +%%DATADIR%%/framework/views/fi/profile-summary-firebug.php +%%DATADIR%%/framework/views/fi/profile-summary.php %%DATADIR%%/framework/views/fr/error.php %%DATADIR%%/framework/views/fr/error400.php %%DATADIR%%/framework/views/fr/error403.php @@ -1681,25 +1615,26 @@ %%DATADIR%%/framework/views/ja/error404.php %%DATADIR%%/framework/views/ja/error500.php %%DATADIR%%/framework/views/ja/error503.php +%%DATADIR%%/framework/views/ja/exception.php %%DATADIR%%/framework/views/ja/log-firebug.php %%DATADIR%%/framework/views/ja/log.php %%DATADIR%%/framework/views/ja/profile-callstack-firebug.php %%DATADIR%%/framework/views/ja/profile-callstack.php %%DATADIR%%/framework/views/ja/profile-summary-firebug.php %%DATADIR%%/framework/views/ja/profile-summary.php -%%DATADIR%%/framework/views/ko/exception.php -%%DATADIR%%/framework/views/ko/log.php -%%DATADIR%%/framework/views/ko/log-firebug.php -%%DATADIR%%/framework/views/ko/error500.php %%DATADIR%%/framework/views/ko/error.php %%DATADIR%%/framework/views/ko/error400.php -%%DATADIR%%/framework/views/ko/profile-summary-firebug.php +%%DATADIR%%/framework/views/ko/error403.php %%DATADIR%%/framework/views/ko/error404.php +%%DATADIR%%/framework/views/ko/error500.php +%%DATADIR%%/framework/views/ko/error503.php +%%DATADIR%%/framework/views/ko/exception.php +%%DATADIR%%/framework/views/ko/log-firebug.php +%%DATADIR%%/framework/views/ko/log.php %%DATADIR%%/framework/views/ko/profile-callstack-firebug.php -%%DATADIR%%/framework/views/ko/error403.php -%%DATADIR%%/framework/views/ko/profile-summary.php %%DATADIR%%/framework/views/ko/profile-callstack.php -%%DATADIR%%/framework/views/ko/error503.php +%%DATADIR%%/framework/views/ko/profile-summary-firebug.php +%%DATADIR%%/framework/views/ko/profile-summary.php %%DATADIR%%/framework/views/log-firebug.php %%DATADIR%%/framework/views/log.php %%DATADIR%%/framework/views/lt/error.php @@ -1779,18 +1714,18 @@ %%DATADIR%%/framework/views/pt/profile-callstack.php %%DATADIR%%/framework/views/pt/profile-summary-firebug.php %%DATADIR%%/framework/views/pt/profile-summary.php -%%DATADIR%%/framework/views/pt_br/error500.php +%%DATADIR%%/framework/views/pt_br/error.php %%DATADIR%%/framework/views/pt_br/error400.php -%%DATADIR%%/framework/views/pt_br/profile-callstack.php -%%DATADIR%%/framework/views/pt_br/profile-summary-firebug.php -%%DATADIR%%/framework/views/pt_br/log-firebug.php -%%DATADIR%%/framework/views/pt_br/profile-summary.php -%%DATADIR%%/framework/views/pt_br/profile-callstack-firebug.php -%%DATADIR%%/framework/views/pt_br/error404.php %%DATADIR%%/framework/views/pt_br/error403.php -%%DATADIR%%/framework/views/pt_br/error.php +%%DATADIR%%/framework/views/pt_br/error404.php +%%DATADIR%%/framework/views/pt_br/error500.php %%DATADIR%%/framework/views/pt_br/error503.php +%%DATADIR%%/framework/views/pt_br/log-firebug.php %%DATADIR%%/framework/views/pt_br/log.php +%%DATADIR%%/framework/views/pt_br/profile-callstack-firebug.php +%%DATADIR%%/framework/views/pt_br/profile-callstack.php +%%DATADIR%%/framework/views/pt_br/profile-summary-firebug.php +%%DATADIR%%/framework/views/pt_br/profile-summary.php %%DATADIR%%/framework/views/ro/error.php %%DATADIR%%/framework/views/ro/error400.php %%DATADIR%%/framework/views/ro/error403.php @@ -1889,9 +1824,8 @@ %%DATADIR%%/framework/views/zh_tw/profile-callstack.php %%DATADIR%%/framework/views/zh_tw/profile-summary-firebug.php %%DATADIR%%/framework/views/zh_tw/profile-summary.php -%%DATADIR%%/framework/web/CSqlDataProvider.php -%%DATADIR%%/framework/web/CArrayDataProvider.php %%DATADIR%%/framework/web/CActiveDataProvider.php +%%DATADIR%%/framework/web/CArrayDataProvider.php %%DATADIR%%/framework/web/CAssetManager.php %%DATADIR%%/framework/web/CBaseController.php %%DATADIR%%/framework/web/CCacheHttpSession.php @@ -1909,6 +1843,7 @@ %%DATADIR%%/framework/web/COutputEvent.php %%DATADIR%%/framework/web/CPagination.php %%DATADIR%%/framework/web/CSort.php +%%DATADIR%%/framework/web/CSqlDataProvider.php %%DATADIR%%/framework/web/CTheme.php %%DATADIR%%/framework/web/CThemeManager.php %%DATADIR%%/framework/web/CUploadedFile.php @@ -1928,11 +1863,11 @@ %%DATADIR%%/framework/web/auth/CPhpAuthManager.php %%DATADIR%%/framework/web/auth/CUserIdentity.php %%DATADIR%%/framework/web/auth/CWebUser.php -%%DATADIR%%/framework/web/auth/schema-sqlite.sql %%DATADIR%%/framework/web/auth/schema-mssql.sql %%DATADIR%%/framework/web/auth/schema-mysql.sql -%%DATADIR%%/framework/web/auth/schema-pgsql.sql %%DATADIR%%/framework/web/auth/schema-oci.sql +%%DATADIR%%/framework/web/auth/schema-pgsql.sql +%%DATADIR%%/framework/web/auth/schema-sqlite.sql %%DATADIR%%/framework/web/filters/CFilter.php %%DATADIR%%/framework/web/filters/CFilterChain.php %%DATADIR%%/framework/web/filters/CHttpCacheFilter.php @@ -2050,7 +1985,8 @@ %%DATADIR%%/framework/web/widgets/CWidget.php %%DATADIR%%/framework/web/widgets/captcha/CCaptcha.php %%DATADIR%%/framework/web/widgets/captcha/CCaptchaAction.php -%%DATADIR%%/framework/web/widgets/captcha/Duality.ttf +%%DATADIR%%/framework/web/widgets/captcha/SpicyRice.md +%%DATADIR%%/framework/web/widgets/captcha/SpicyRice.ttf %%DATADIR%%/framework/web/widgets/pagers/CBasePager.php %%DATADIR%%/framework/web/widgets/pagers/CLinkPager.php %%DATADIR%%/framework/web/widgets/pagers/CListPager.php @@ -2162,9 +2098,11 @@ @dirrm %%DATADIR%%/framework/views/hr @dirrm %%DATADIR%%/framework/views/he @dirrm %%DATADIR%%/framework/views/fr +@dirrm %%DATADIR%%/framework/views/fi @dirrm %%DATADIR%%/framework/views/es @dirrm %%DATADIR%%/framework/views/el @dirrm %%DATADIR%%/framework/views/de +@dirrm %%DATADIR%%/framework/views/ca @dirrm %%DATADIR%%/framework/views/bg @dirrm %%DATADIR%%/framework/views/ar @dirrm %%DATADIR%%/framework/views @@ -2176,8 +2114,6 @@ @dirrm %%DATADIR%%/framework/vendors/jquery/maskedinput @dirrm %%DATADIR%%/framework/vendors/jquery/autocomplete @dirrm %%DATADIR%%/framework/vendors/jquery -@dirrm %%DATADIR%%/framework/vendors/idna_convert -@dirrm %%DATADIR%%/framework/vendors/history @dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer @dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer @dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages @@ -2192,7 +2128,9 @@ @dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone/HTMLPurifier @dirrm %%DATADIR%%/framework/vendors/htmlpurifier/standalone @dirrm %%DATADIR%%/framework/vendors/htmlpurifier +@dirrm %%DATADIR%%/framework/vendors/history @dirrm %%DATADIR%%/framework/vendors/gettext +@dirrm %%DATADIR%%/framework/vendors/console-normalizer @dirrm %%DATADIR%%/framework/vendors/cldr @dirrm %%DATADIR%%/framework/vendors/bbq @dirrm %%DATADIR%%/framework/vendors/adodb @@ -2200,6 +2138,10 @@ @dirrm %%DATADIR%%/framework/vendors/TextHighlighter/Text/Highlighter @dirrm %%DATADIR%%/framework/vendors/TextHighlighter/Text @dirrm %%DATADIR%%/framework/vendors/TextHighlighter +@dirrm %%DATADIR%%/framework/vendors/Net_IDNA2/Net/IDNA2/Exception +@dirrm %%DATADIR%%/framework/vendors/Net_IDNA2/Net/IDNA2 +@dirrm %%DATADIR%%/framework/vendors/Net_IDNA2/Net +@dirrm %%DATADIR%%/framework/vendors/Net_IDNA2 @dirrm %%DATADIR%%/framework/vendors @dirrm %%DATADIR%%/framework/validators @dirrm %%DATADIR%%/framework/utils @@ -2238,6 +2180,7 @@ @dirrm %%DATADIR%%/framework/messages/el @dirrm %%DATADIR%%/framework/messages/de @dirrm %%DATADIR%%/framework/messages/cs +@dirrm %%DATADIR%%/framework/messages/ca @dirrm %%DATADIR%%/framework/messages/bs @dirrm %%DATADIR%%/framework/messages/bg @dirrm %%DATADIR%%/framework/messages/ar @@ -2312,6 +2255,7 @@ @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/views/site @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/views/layouts @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/views +@dirrm %%DATADIR%%/framework/cli/views/webapp/protected/vendor @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/tests/unit @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/tests/report @dirrm %%DATADIR%%/framework/cli/views/webapp/protected/tests/functional @@ -2356,3 +2300,122 @@ @dirrm %%DATADIR%%/framework/base @dirrm %%DATADIR%%/framework @dirrm %%DATADIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_tw +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh_cn +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/zh +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/uk +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sv +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/sk +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ru +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ro +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pt_br +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/pl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/no +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ja +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/it +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/he +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/fr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/es +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/el +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/de_de +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/de +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ca +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/bg +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views/ar +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_tw +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/zh_cn +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/vi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/uk +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ta_in +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sv +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/sk +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ru +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ro +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pt_br +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/pl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/no +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/nl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ja +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/it +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/id +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/hu +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/he +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/fr +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/es +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/el +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de_de +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/de +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/cs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ca +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/bg +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages/ar +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/messages +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements/css +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/requirements +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/views/site +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/models +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/data +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/controllers +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/config +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected/components +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/protected +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/html-template/history +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/html-template +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/bin/history +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/bin +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex/.settings +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook/flex +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/phonebook +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld/protected/controllers +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld/protected +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/helloworld +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views/layouts +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views/game +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/runtime +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/controllers +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected/config +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/protected +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman/assets +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/hangman +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes/classic +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/themes +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/site/pages +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/site +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/post +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/layouts +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views/comment +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/unit +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/functional +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests/fixtures +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/tests +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/runtime +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/models +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/data +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/controllers +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/config +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components/views +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected/components +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/protected +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/css +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog/assets +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/blog +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@exec mkdir -p %D/%%DATADIR%%/framework/gii/generators/module/templates/default/views/layouts +@exec mkdir -p %D/%%DATADIR%%/framework/gii/generators/module/templates/default/models +@exec mkdir -p %D/%%DATADIR%%/framework/gii/generators/module/templates/default/messages +@exec mkdir -p %D/%%DATADIR%%/framework/gii/generators/module/templates/default/components +@exec mkdir -p %D/%%DATADIR%%/framework/cli/views/shell/module/views/layouts +@exec mkdir -p %D/%%DATADIR%%/framework/cli/views/shell/module/models +@exec mkdir -p %D/%%DATADIR%%/framework/cli/views/shell/module/messages +@exec mkdir -p %D/%%DATADIR%%/framework/cli/views/shell/module/components +@exec mkdir -p %D/%%DATADIR%%/framework/cli/runtime +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demos/blog/protected/runtime +%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demos/blog/assets --- yii-1.1.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 18:38:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CBDE69F3; Wed, 9 Oct 2013 18:38:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0CE02C30; Wed, 9 Oct 2013 18:38:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99IccHo005991; Wed, 9 Oct 2013 18:38:38 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99IccCB005990; Wed, 9 Oct 2013 18:38:38 GMT (envelope-from antoine) Date: Wed, 9 Oct 2013 18:38:38 GMT Message-Id: <201310091838.r99IccCB005990@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/182328: textproc/libsphinxclient/ version upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 18:38:38 -0000 Synopsis: textproc/libsphinxclient/ version upgrade Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Wed Oct 9 18:38:19 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182328 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 22:18:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9A82236; Wed, 9 Oct 2013 22:18:24 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B97B2AC6; Wed, 9 Oct 2013 22:18:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99MIOnT051419; Wed, 9 Oct 2013 22:18:24 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99MIOrN051418; Wed, 9 Oct 2013 22:18:24 GMT (envelope-from danilo) Date: Wed, 9 Oct 2013 22:18:24 GMT Message-Id: <201310092218.r99MIOrN051418@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182644: sysutils/su2: stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 22:18:24 -0000 Synopsis: sysutils/su2: stage support Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Oct 9 22:18:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182644 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 22:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3915436 for ; Wed, 9 Oct 2013 22:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A16AF2B54 for ; Wed, 9 Oct 2013 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99MU0AM053615 for ; Wed, 9 Oct 2013 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99MU0rT053614; Wed, 9 Oct 2013 22:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 22:30:00 GMT Resent-Message-Id: <201310092230.r99MU0rT053614@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D72642DD for ; Wed, 9 Oct 2013 22:22:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B49F32B16 for ; Wed, 9 Oct 2013 22:22:56 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r99MMuJU083706 for ; Wed, 9 Oct 2013 22:22:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r99MMuAT083699; Wed, 9 Oct 2013 22:22:56 GMT (envelope-from nobody) Message-Id: <201310092222.r99MMuAT083699@oldred.freebsd.org> Date: Wed, 9 Oct 2013 22:22:56 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182862: x11-fonts/croscorefonts-fonts-ttf : add some more fonts. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 22:30:00 -0000 >Number: 182862 >Category: ports >Synopsis: x11-fonts/croscorefonts-fonts-ttf : add some more fonts. >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 Oct 09 22:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.2-STABLE >Organization: >Environment: FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #2: Tue Oct 1 17:10:44 COT 2013 pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL amd64 >Description: Google has added some more fonts to their collection for Chrome-OS that are metric compatible with Microsoft Cambria and Calibri fonts. We should probably investigate how to add a fontconf local file to set the equivalences. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: croscorefonts-fonts-ttf/Makefile =================================================================== --- croscorefonts-fonts-ttf/Makefile (revisione 329916) +++ croscorefonts-fonts-ttf/Makefile (copia locale) @@ -6,7 +6,10 @@ CATEGORIES= x11-fonts MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/ \ LOCAL/sunpoet - +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ + ${EXTRAFNT_CALADEA}.tar.gz \ + ${EXTRAFNT_CARLITO}.tar.gz + MAINTAINER= office@FreeBSD.org COMMENT= Fonts created from by Google for ChromeOS to replace MS TTF @@ -35,6 +38,13 @@ MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir +EXTRAFNT_CALADEA= crosextrafonts-20130214 +EXTRAFNT_CARLITO= crosextrafonts-carlito-20130920 + +post-extract: + @${MV} ${WRKDIR}/${EXTRAFNT_CALADEA}/*.ttf ${WRKSRC} + @${MV} ${WRKDIR}/${EXTRAFNT_CARLITO}/*.ttf ${WRKSRC} + do-build: cd ${WRKSRC} && ${MKFONTSCL_CMD} ${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale Index: croscorefonts-fonts-ttf/distinfo =================================================================== --- croscorefonts-fonts-ttf/distinfo (revisione 329916) +++ croscorefonts-fonts-ttf/distinfo (copia locale) @@ -1,2 +1,6 @@ SHA256 (croscorefonts-1.23.0.tar.gz) = b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c SIZE (croscorefonts-1.23.0.tar.gz) = 2696327 +SHA256 (crosextrafonts-20130214.tar.gz) = c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09 +SIZE (crosextrafonts-20130214.tar.gz) = 112756 +SHA256 (crosextrafonts-carlito-20130920.tar.gz) = 4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a +SIZE (crosextrafonts-carlito-20130920.tar.gz) = 1169488 Index: croscorefonts-fonts-ttf/pkg-descr =================================================================== --- croscorefonts-fonts-ttf/pkg-descr (revisione 329916) +++ croscorefonts-fonts-ttf/pkg-descr (copia locale) @@ -1,8 +1,11 @@ Google has created a set of fonts for its ChromeOS Operating system. The three standard ones closely mimic the most popular ones for the Windows -platform and the linuxso-called Liberation fonts but are available under an +platform and the linux so-called Liberation fonts but are available under an OpenFont license. -Tinos, Arimo and Cousine, appear to be variations of the old standard Times, -Arial and Courier. +Tinos, Arimo and Cousine, appear to be metric compatible variations of the +standard Times, Arial and Courier fonts. + +Caladea (ALv2) is metric-compatible with Cambria. +Carlito (OFL) is metric-compatible with Calibri. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 22:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 965A546B; Wed, 9 Oct 2013 22:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0432B58; Wed, 9 Oct 2013 22:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99MU9U6055267; Wed, 9 Oct 2013 22:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99MU9pc055266; Wed, 9 Oct 2013 22:30:09 GMT (envelope-from edwin) Date: Wed, 9 Oct 2013 22:30:09 GMT Message-Id: <201310092230.r99MU9pc055266@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182862: x11-fonts/croscorefonts-fonts-ttf : add some more fonts. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 22:30:09 -0000 Synopsis: x11-fonts/croscorefonts-fonts-ttf : add some more fonts. Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Wed Oct 9 22:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182862 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 9 23:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D33B4625 for ; Wed, 9 Oct 2013 23:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B27732F2E for ; Wed, 9 Oct 2013 23:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99No0Yb069586 for ; Wed, 9 Oct 2013 23:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99No0Pm069578; Wed, 9 Oct 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 9 Oct 2013 23:50:00 GMT Resent-Message-Id: <201310092350.r99No0Pm069578@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, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B7BA5FB for ; Wed, 9 Oct 2013 23:46:51 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57BE32F19 for ; Wed, 9 Oct 2013 23:46:51 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id D08501A5882; Wed, 9 Oct 2013 19:46:45 -0400 (EDT) Message-Id: <20131009234645.D08501A5882@mail.lifanov.com> Date: Wed, 9 Oct 2013 19:46:45 -0400 (EDT) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182863: [maintainer] [update] [patch] sysutils/ansible 1.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 23:50:00 -0000 >Number: 182863 >Category: ports >Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.3.3 >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: Wed Oct 09 23:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Please udpate sysutils/ansible 1.3.3 This also improves the port quite a bit: * Use recent bsd.python.mk features: USE_PYTHON=2, PYDISTUTILS_AUTOPLIST * Replace FIREBALL option with ACCELERATE and make it default Ansible 1.3.x deprecates fireball mode (it's still available) ACCELERATE has fewer dependencies, doesn't need to bootstrap, and is faster. * Install MAN3 pages, which describe individual modules * Use better sed invocation to avoid creating .bak files in the first place * Fix the last overlooked hardcoded '/etc/ansible' reference * Don't install a playbook example It's just a README for where an example can be found. * Remove "accelerate" note from pkg-message Changelog (just some accelerate fixes, actually): https://raw.github.com/ansible/ansible/release1.3.3/CHANGELOG.md >How-To-Repeat: Apply this patch. >Fix: --- patch.txt begins here --- Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 329939) +++ sysutils/ansible/Makefile (working copy) @@ -1,7 +1,7 @@ -# $FreeBSD$ +# $FreeBSD: sysutils/ansible/Makefile 328294 2013-09-25 14:08:58Z amdmi3 $ PORTNAME= ansible -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ @@ -10,37 +10,40 @@ LICENSE= GPLv3 -OPTIONS_DEFINE= EXAMPLES FIREBALL +OPTIONS_DEFINE= ACCELERATE EXAMPLES +OPTIONS_DEFAULT= ACCELERATE -FIREBALL_DESC= Enable fireball mode -FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar +ACCELERATE_DESC= Enable accelerate mode +ACCELERATE_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USES= shebangfix SHEBANG_FILES= ${WRKSRC}/library/*/* SUB_FILES= pkg-message +PORTEXAMPLES= ansible.cfg hosts + post-patch-script: - @${REINPLACE_CMD} -e "s|/etc/ansible|${ETCDIR}|" \ + @${REINPLACE_CMD} -i -e "s|/etc/ansible|${ETCDIR}|" \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ ${WRKSRC}/docs/man/man1/ansible.1 \ ${WRKSRC}/examples/ansible.cfg \ ${WRKSRC}/examples/hosts \ ${WRKSRC}/lib/ansible/constants.py \ ${WRKSRC}/lib/ansible/playbook/__init__.py \ - ${WRKSRC}/lib/ansible/runner/__init__.py - @${REINPLACE_CMD} -e "s|/usr/share/ansible|${DATADIR}|" \ + ${WRKSRC}/lib/ansible/runner/__init__.py \ + ${WRKSRC}/library/system/setup + @${REINPLACE_CMD} -i -e "s|/usr/share/ansible|${DATADIR}|" \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ ${WRKSRC}/docs/man/man1/ansible.1 \ ${WRKSRC}/examples/ansible.cfg \ @@ -48,22 +51,20 @@ ${WRKSRC}/lib/ansible/playbook/__init__.py \ ${WRKSRC}/lib/ansible/runner/__init__.py -pre-install-script: - @(cd ${WRKSRC} && ${FIND} . -type f -name '*.bak' -exec ${RM} {} +) - .include post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/*.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${MAN3PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/docs/man/man3/*.3 \ + ${STAGEDIR}${MAN3PREFIX}/man/man3 .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${RM} ${WRKSRC}/examples/*.bak - (cd ${WRKSRC}/examples/ && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) - @${CAT} ${PKGMESSAGE} + ${CP} ${WRKSRC}/examples/ansible.cfg ${STAGEDIR}${EXAMPLESDIR} + ${CP} ${WRKSRC}/examples/hosts ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: sysutils/ansible/distinfo =================================================================== --- sysutils/ansible/distinfo (revision 329939) +++ sysutils/ansible/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.3.2.tar.gz) = b9bc30d21b9cfadae9922895b41b157a2015053315f855af96b153a36321e359 -SIZE (ansible-1.3.2.tar.gz) = 449190 +SHA256 (ansible-1.3.3.tar.gz) = d559f42f2e5e5d862a8d2008c04a3cfe59b046cee437a3b9b9e3e5afe2ddbc06 +SIZE (ansible-1.3.3.tar.gz) = 450528 Index: sysutils/ansible/files/pkg-message.in =================================================================== --- sysutils/ansible/files/pkg-message.in (revision 329939) +++ sysutils/ansible/files/pkg-message.in (working copy) @@ -6,6 +6,3 @@ %%EXAMPLESDIR%%/hosts %%EXAMPLESDIR%%/ansible.cfg -Ansible 1.3.0+, includes "accelerate" mode, which is -faster and has fewer dependencies than "fireball" mode. -To use it, install security/py-keyczar. Index: sysutils/ansible/pkg-plist =================================================================== --- sysutils/ansible/pkg-plist (revision 329939) +++ sysutils/ansible/pkg-plist (working copy) @@ -1,387 +1,139 @@ -bin/ansible -bin/ansible-doc -bin/ansible-playbook -bin/ansible-pull man/man1/ansible-doc.1.gz man/man1/ansible-playbook.1.gz man/man1/ansible-pull.1.gz man/man1/ansible.1.gz -%%PYTHON_SITELIBDIR%%/ansible/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/noop.py -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/noop.pyc -%%PYTHON_SITELIBDIR%%/ansible/callback_plugins/noop.pyo -%%PYTHON_SITELIBDIR%%/ansible/callbacks.py -%%PYTHON_SITELIBDIR%%/ansible/callbacks.pyc -%%PYTHON_SITELIBDIR%%/ansible/callbacks.pyo -%%PYTHON_SITELIBDIR%%/ansible/color.py -%%PYTHON_SITELIBDIR%%/ansible/color.pyc -%%PYTHON_SITELIBDIR%%/ansible/color.pyo -%%PYTHON_SITELIBDIR%%/ansible/constants.py -%%PYTHON_SITELIBDIR%%/ansible/constants.pyc -%%PYTHON_SITELIBDIR%%/ansible/constants.pyo -%%PYTHON_SITELIBDIR%%/ansible/errors.py -%%PYTHON_SITELIBDIR%%/ansible/errors.pyc -%%PYTHON_SITELIBDIR%%/ansible/errors.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/dir.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/dir.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/dir.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/expand_hosts.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/expand_hosts.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/expand_hosts.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/group.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/group.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/group.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/host.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/host.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/host.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/ini.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/ini.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/ini.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/script.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/script.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/script.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/group_vars.py -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/group_vars.pyc -%%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins/group_vars.pyo -%%PYTHON_SITELIBDIR%%/ansible/module_common.py -%%PYTHON_SITELIBDIR%%/ansible/module_common.pyc -%%PYTHON_SITELIBDIR%%/ansible/module_common.pyo -%%PYTHON_SITELIBDIR%%/ansible/playbook/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/playbook/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/playbook/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/playbook/play.py -%%PYTHON_SITELIBDIR%%/ansible/playbook/play.pyc -%%PYTHON_SITELIBDIR%%/ansible/playbook/play.pyo -%%PYTHON_SITELIBDIR%%/ansible/playbook/task.py -%%PYTHON_SITELIBDIR%%/ansible/playbook/task.pyc -%%PYTHON_SITELIBDIR%%/ansible/playbook/task.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/runner/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/add_host.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/add_host.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/add_host.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/async.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/async.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/async.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/copy.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/copy.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/copy.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/debug.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/debug.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/debug.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fail.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fail.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fail.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fetch.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fetch.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/fetch.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/group_by.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/group_by.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/group_by.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/normal.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/normal.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/normal.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/pause.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/pause.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/pause.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/raw.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/raw.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/raw.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/script.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/script.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/script.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/set_fact.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/set_fact.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/set_fact.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/template.py -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/template.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins/template.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/fireball.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/fireball.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/fireball.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/local.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/local.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/local.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/paramiko_ssh.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/paramiko_ssh.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/paramiko_ssh.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/ssh.py -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/ssh.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/ssh.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/core.py -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/core.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins/core.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/dnstxt.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/dnstxt.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/dnstxt.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/env.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/env.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/env.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/file.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/file.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/file.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/fileglob.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/fileglob.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/fileglob.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/lines.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/lines.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/lines.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/nested.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/nested.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/nested.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/password.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/password.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/password.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/pipe.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/pipe.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/pipe.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/random_choice.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/random_choice.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/random_choice.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/redis_kv.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/redis_kv.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/redis_kv.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/sequence.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/sequence.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/sequence.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.py -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/poller.py -%%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyo -%%PYTHON_SITELIBDIR%%/ansible/runner/return_data.py -%%PYTHON_SITELIBDIR%%/ansible/runner/return_data.pyc -%%PYTHON_SITELIBDIR%%/ansible/runner/return_data.pyo -%%PYTHON_SITELIBDIR%%/ansible/utils/__init__.py -%%PYTHON_SITELIBDIR%%/ansible/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/ansible/utils/__init__.pyo -%%PYTHON_SITELIBDIR%%/ansible/utils/module_docs.py -%%PYTHON_SITELIBDIR%%/ansible/utils/module_docs.pyc -%%PYTHON_SITELIBDIR%%/ansible/utils/module_docs.pyo -%%PYTHON_SITELIBDIR%%/ansible/utils/plugins.py -%%PYTHON_SITELIBDIR%%/ansible/utils/plugins.pyc -%%PYTHON_SITELIBDIR%%/ansible/utils/plugins.pyo -%%PYTHON_SITELIBDIR%%/ansible/utils/template.py -%%PYTHON_SITELIBDIR%%/ansible/utils/template.pyc -%%PYTHON_SITELIBDIR%%/ansible/utils/template.pyo -%%DATADIR%%/cloud/cloudformation -%%DATADIR%%/cloud/digital_ocean -%%DATADIR%%/cloud/ec2 -%%DATADIR%%/cloud/ec2_ami -%%DATADIR%%/cloud/ec2_elb -%%DATADIR%%/cloud/ec2_facts -%%DATADIR%%/cloud/ec2_group -%%DATADIR%%/cloud/ec2_tag -%%DATADIR%%/cloud/ec2_vol -%%DATADIR%%/cloud/glance_image -%%DATADIR%%/cloud/keystone_user -%%DATADIR%%/cloud/linode -%%DATADIR%%/cloud/nova_compute -%%DATADIR%%/cloud/nova_keypair -%%DATADIR%%/cloud/quantum_floating_ip -%%DATADIR%%/cloud/quantum_floating_ip_associate -%%DATADIR%%/cloud/quantum_network -%%DATADIR%%/cloud/quantum_router -%%DATADIR%%/cloud/quantum_router_gateway -%%DATADIR%%/cloud/quantum_router_interface -%%DATADIR%%/cloud/quantum_subnet -%%DATADIR%%/cloud/rax -%%DATADIR%%/cloud/rds -%%DATADIR%%/cloud/route53 -%%DATADIR%%/cloud/s3 -%%DATADIR%%/cloud/virt -%%DATADIR%%/commands/command -%%DATADIR%%/commands/raw -%%DATADIR%%/commands/script -%%DATADIR%%/commands/shell -%%DATADIR%%/database/mongodb_user -%%DATADIR%%/database/mysql_db -%%DATADIR%%/database/mysql_replication -%%DATADIR%%/database/mysql_user -%%DATADIR%%/database/mysql_variables -%%DATADIR%%/database/postgresql_db -%%DATADIR%%/database/postgresql_privs -%%DATADIR%%/database/postgresql_user -%%DATADIR%%/database/redis -%%DATADIR%%/database/riak -%%DATADIR%%/files/assemble -%%DATADIR%%/files/copy -%%DATADIR%%/files/fetch -%%DATADIR%%/files/file -%%DATADIR%%/files/ini_file -%%DATADIR%%/files/lineinfile -%%DATADIR%%/files/stat -%%DATADIR%%/files/template -%%DATADIR%%/files/xattr -%%DATADIR%%/internal/async_status -%%DATADIR%%/internal/async_wrapper -%%DATADIR%%/inventory/add_host -%%DATADIR%%/inventory/group_by -%%DATADIR%%/messaging/rabbitmq_parameter -%%DATADIR%%/messaging/rabbitmq_plugin -%%DATADIR%%/messaging/rabbitmq_user -%%DATADIR%%/messaging/rabbitmq_vhost -%%DATADIR%%/monitoring/airbrake_deployment -%%DATADIR%%/monitoring/boundary_meter -%%DATADIR%%/monitoring/datadog_event -%%DATADIR%%/monitoring/monit -%%DATADIR%%/monitoring/nagios -%%DATADIR%%/monitoring/newrelic_deployment -%%DATADIR%%/monitoring/pagerduty -%%DATADIR%%/monitoring/pingdom -%%DATADIR%%/net_infrastructure/arista_interface -%%DATADIR%%/net_infrastructure/arista_l2interface -%%DATADIR%%/net_infrastructure/arista_lag -%%DATADIR%%/net_infrastructure/arista_vlan -%%DATADIR%%/net_infrastructure/bigip_pool -%%DATADIR%%/net_infrastructure/dnsmadeeasy -%%DATADIR%%/net_infrastructure/netscaler -%%DATADIR%%/network/get_url -%%DATADIR%%/network/slurp -%%DATADIR%%/network/uri -%%DATADIR%%/notification/campfire -%%DATADIR%%/notification/flowdock -%%DATADIR%%/notification/hipchat -%%DATADIR%%/notification/irc -%%DATADIR%%/notification/jabber -%%DATADIR%%/notification/mail -%%DATADIR%%/notification/mqtt -%%DATADIR%%/notification/osx_say -%%DATADIR%%/packaging/apt -%%DATADIR%%/packaging/apt_key -%%DATADIR%%/packaging/apt_repository -%%DATADIR%%/packaging/easy_install -%%DATADIR%%/packaging/gem -%%DATADIR%%/packaging/homebrew -%%DATADIR%%/packaging/macports -%%DATADIR%%/packaging/npm -%%DATADIR%%/packaging/openbsd_pkg -%%DATADIR%%/packaging/opkg -%%DATADIR%%/packaging/pacman -%%DATADIR%%/packaging/pip -%%DATADIR%%/packaging/pkgin -%%DATADIR%%/packaging/pkgng -%%DATADIR%%/packaging/pkgutil -%%DATADIR%%/packaging/redhat_subscription -%%DATADIR%%/packaging/rhn_channel -%%DATADIR%%/packaging/rhn_register -%%DATADIR%%/packaging/rpm_key -%%DATADIR%%/packaging/svr4pkg -%%DATADIR%%/packaging/yum -%%DATADIR%%/packaging/zypper -%%DATADIR%%/source_control/bzr -%%DATADIR%%/source_control/git -%%DATADIR%%/source_control/hg -%%DATADIR%%/source_control/subversion -%%DATADIR%%/system/authorized_key -%%DATADIR%%/system/cron -%%DATADIR%%/system/facter -%%DATADIR%%/system/filesystem -%%DATADIR%%/system/group -%%DATADIR%%/system/lvg -%%DATADIR%%/system/lvol -%%DATADIR%%/system/mount -%%DATADIR%%/system/ohai -%%DATADIR%%/system/ping -%%DATADIR%%/system/seboolean -%%DATADIR%%/system/selinux -%%DATADIR%%/system/service -%%DATADIR%%/system/setup -%%DATADIR%%/system/sysctl -%%DATADIR%%/system/user -%%DATADIR%%/system/zfs -%%DATADIR%%/utilities/accelerate -%%DATADIR%%/utilities/debug -%%DATADIR%%/utilities/fail -%%DATADIR%%/utilities/fireball -%%DATADIR%%/utilities/pause -%%DATADIR%%/utilities/set_fact -%%DATADIR%%/utilities/wait_for -%%DATADIR%%/web_infrastructure/django_manage -%%DATADIR%%/web_infrastructure/htpasswd -%%DATADIR%%/web_infrastructure/supervisorctl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ansible.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hosts -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playbooks/README.md -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playbooks -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%%/web_infrastructure -@dirrm %%DATADIR%%/utilities -@dirrm %%DATADIR%%/system -@dirrm %%DATADIR%%/source_control -@dirrm %%DATADIR%%/packaging -@dirrm %%DATADIR%%/notification -@dirrm %%DATADIR%%/network -@dirrm %%DATADIR%%/net_infrastructure -@dirrm %%DATADIR%%/monitoring -@dirrm %%DATADIR%%/messaging -@dirrm %%DATADIR%%/inventory -@dirrm %%DATADIR%%/internal -@dirrm %%DATADIR%%/files -@dirrm %%DATADIR%%/database -@dirrm %%DATADIR%%/commands -@dirrm %%DATADIR%%/cloud -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/ansible/utils -@dirrm %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible/runner/filter_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible/runner/action_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible/runner -@dirrm %%PYTHON_SITELIBDIR%%/ansible/playbook -@dirrm %%PYTHON_SITELIBDIR%%/ansible/inventory/vars_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible/inventory -@dirrm %%PYTHON_SITELIBDIR%%/ansible/callback_plugins -@dirrm %%PYTHON_SITELIBDIR%%/ansible +man/man3/ansible.accelerate.3.gz +man/man3/ansible.add_host.3.gz +man/man3/ansible.airbrake_deployment.3.gz +man/man3/ansible.apt.3.gz +man/man3/ansible.apt_key.3.gz +man/man3/ansible.apt_repository.3.gz +man/man3/ansible.arista_interface.3.gz +man/man3/ansible.arista_l2interface.3.gz +man/man3/ansible.arista_lag.3.gz +man/man3/ansible.arista_vlan.3.gz +man/man3/ansible.assemble.3.gz +man/man3/ansible.async_status.3.gz +man/man3/ansible.authorized_key.3.gz +man/man3/ansible.bigip_pool.3.gz +man/man3/ansible.boundary_meter.3.gz +man/man3/ansible.bzr.3.gz +man/man3/ansible.campfire.3.gz +man/man3/ansible.cloudformation.3.gz +man/man3/ansible.command.3.gz +man/man3/ansible.copy.3.gz +man/man3/ansible.cron.3.gz +man/man3/ansible.datadog_event.3.gz +man/man3/ansible.debug.3.gz +man/man3/ansible.digital_ocean.3.gz +man/man3/ansible.django_manage.3.gz +man/man3/ansible.dnsmadeeasy.3.gz +man/man3/ansible.easy_install.3.gz +man/man3/ansible.ec2.3.gz +man/man3/ansible.ec2_ami.3.gz +man/man3/ansible.ec2_elb.3.gz +man/man3/ansible.ec2_facts.3.gz +man/man3/ansible.ec2_group.3.gz +man/man3/ansible.ec2_tag.3.gz +man/man3/ansible.ec2_vol.3.gz +man/man3/ansible.facter.3.gz +man/man3/ansible.fail.3.gz +man/man3/ansible.fetch.3.gz +man/man3/ansible.file.3.gz +man/man3/ansible.filesystem.3.gz +man/man3/ansible.fireball.3.gz +man/man3/ansible.flowdock.3.gz +man/man3/ansible.gem.3.gz +man/man3/ansible.get_url.3.gz +man/man3/ansible.git.3.gz +man/man3/ansible.glance_image.3.gz +man/man3/ansible.group.3.gz +man/man3/ansible.group_by.3.gz +man/man3/ansible.hg.3.gz +man/man3/ansible.hipchat.3.gz +man/man3/ansible.homebrew.3.gz +man/man3/ansible.htpasswd.3.gz +man/man3/ansible.ini_file.3.gz +man/man3/ansible.irc.3.gz +man/man3/ansible.jabber.3.gz +man/man3/ansible.keystone_user.3.gz +man/man3/ansible.lineinfile.3.gz +man/man3/ansible.linode.3.gz +man/man3/ansible.lvg.3.gz +man/man3/ansible.lvol.3.gz +man/man3/ansible.macports.3.gz +man/man3/ansible.mail.3.gz +man/man3/ansible.mongodb_user.3.gz +man/man3/ansible.monit.3.gz +man/man3/ansible.mount.3.gz +man/man3/ansible.mqtt.3.gz +man/man3/ansible.mysql_db.3.gz +man/man3/ansible.mysql_replication.3.gz +man/man3/ansible.mysql_user.3.gz +man/man3/ansible.mysql_variables.3.gz +man/man3/ansible.nagios.3.gz +man/man3/ansible.netscaler.3.gz +man/man3/ansible.newrelic_deployment.3.gz +man/man3/ansible.nova_compute.3.gz +man/man3/ansible.nova_keypair.3.gz +man/man3/ansible.npm.3.gz +man/man3/ansible.ohai.3.gz +man/man3/ansible.openbsd_pkg.3.gz +man/man3/ansible.opkg.3.gz +man/man3/ansible.osx_say.3.gz +man/man3/ansible.pacman.3.gz +man/man3/ansible.pagerduty.3.gz +man/man3/ansible.pause.3.gz +man/man3/ansible.ping.3.gz +man/man3/ansible.pingdom.3.gz +man/man3/ansible.pip.3.gz +man/man3/ansible.pkgin.3.gz +man/man3/ansible.pkgng.3.gz +man/man3/ansible.pkgutil.3.gz +man/man3/ansible.postgresql_db.3.gz +man/man3/ansible.postgresql_privs.3.gz +man/man3/ansible.postgresql_user.3.gz +man/man3/ansible.quantum_floating_ip.3.gz +man/man3/ansible.quantum_floating_ip_associate.3.gz +man/man3/ansible.quantum_network.3.gz +man/man3/ansible.quantum_router.3.gz +man/man3/ansible.quantum_router_gateway.3.gz +man/man3/ansible.quantum_router_interface.3.gz +man/man3/ansible.quantum_subnet.3.gz +man/man3/ansible.rabbitmq_parameter.3.gz +man/man3/ansible.rabbitmq_plugin.3.gz +man/man3/ansible.rabbitmq_user.3.gz +man/man3/ansible.rabbitmq_vhost.3.gz +man/man3/ansible.raw.3.gz +man/man3/ansible.rax.3.gz +man/man3/ansible.rds.3.gz +man/man3/ansible.redhat_subscription.3.gz +man/man3/ansible.redis.3.gz +man/man3/ansible.rhn_channel.3.gz +man/man3/ansible.rhn_register.3.gz +man/man3/ansible.riak.3.gz +man/man3/ansible.route53.3.gz +man/man3/ansible.rpm_key.3.gz +man/man3/ansible.s3.3.gz +man/man3/ansible.script.3.gz +man/man3/ansible.seboolean.3.gz +man/man3/ansible.selinux.3.gz +man/man3/ansible.service.3.gz +man/man3/ansible.set_fact.3.gz +man/man3/ansible.setup.3.gz +man/man3/ansible.shell.3.gz +man/man3/ansible.slurp.3.gz +man/man3/ansible.stat.3.gz +man/man3/ansible.subversion.3.gz +man/man3/ansible.supervisorctl.3.gz +man/man3/ansible.svr4pkg.3.gz +man/man3/ansible.sysctl.3.gz +man/man3/ansible.template.3.gz +man/man3/ansible.uri.3.gz +man/man3/ansible.user.3.gz +man/man3/ansible.virt.3.gz +man/man3/ansible.wait_for.3.gz +man/man3/ansible.xattr.3.gz +man/man3/ansible.yum.3.gz +man/man3/ansible.zfs.3.gz +man/man3/ansible.zypper.3.gz --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6D6682F for ; Thu, 10 Oct 2013 00:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9579420D6 for ; Thu, 10 Oct 2013 00:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A0K0FV086376 for ; Thu, 10 Oct 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A0K0ej086375; Thu, 10 Oct 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 00:20:00 GMT Resent-Message-Id: <201310100020.r9A0K0ej086375@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF6EC73E for ; Thu, 10 Oct 2013 00:18:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCA9D20C7 for ; Thu, 10 Oct 2013 00:18:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9A0IC4p028427 for ; Thu, 10 Oct 2013 00:18:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9A0ICFa028410; Thu, 10 Oct 2013 00:18:12 GMT (envelope-from nobody) Message-Id: <201310100018.r9A0ICFa028410@oldred.freebsd.org> Date: Thu, 10 Oct 2013 00:18:12 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182864: sysutils/libsunacl - bad check for NO_PROFILE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:20:00 -0000 >Number: 182864 >Category: ports >Synopsis: sysutils/libsunacl - bad check for NO_PROFILE >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 Oct 10 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: stable/9 >Organization: none >Environment: FreeBSD limbo.b1t.lan 9.2-STABLE FreeBSD 9.2-STABLE #3 r256079M: Sun Oct 6 11:31:09 EEST 2013 arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: Currently /etc/src.conf gathers all info about how the world was built if it's really present. Therefore checking in Makefile:21 for NO_PROFILE is pointless: ===> Staging for libsunacl-1.0 ===> Generating temporary packing list install -C -o root -g wheel -m 444 libsunacl.a /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib install -s -o root -g wheel -m 444 libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib install -l s libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl.so install -C -o root -g wheel -m 444 sunacl.h /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/include ====> Compressing man pages ===> Installing for libsunacl-1.0 ===> Checking if sysutils/libsunacl already installed ===> Registering installation for libsunacl-1.0 as automatic pkg-static: lstat(/tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl_p.a): No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/sysutils/libsunacl. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 00:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67CD585C; Thu, 10 Oct 2013 00:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6FE20D7; Thu, 10 Oct 2013 00:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A0K8D1088016; Thu, 10 Oct 2013 00:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A0K7Kh088015; Thu, 10 Oct 2013 00:20:07 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 00:20:07 GMT Message-Id: <201310100020.r9A0K7Kh088015@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trasz@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182864: sysutils/libsunacl - bad check for NO_PROFILE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:20:08 -0000 Synopsis: sysutils/libsunacl - bad check for NO_PROFILE Responsible-Changed-From-To: freebsd-ports-bugs->trasz Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 10 00:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182864 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 00:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15C9E359 for ; Thu, 10 Oct 2013 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00FF82238 for ; Thu, 10 Oct 2013 00:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A0o197092443 for ; Thu, 10 Oct 2013 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A0o1lx092441; Thu, 10 Oct 2013 00:50:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 00:50:01 GMT Message-Id: <201310100050.r9A0o1lx092441@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Marcello Coutinho Subject: Re: ports/172967:asterisk-gui port for asterisk 1.6,1.8,10,11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcello Coutinho List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:50:02 -0000 The following reply was made to PR ports/172967; it has been noted by GNATS. From: Marcello Coutinho To: bug-followup@freebsd.org, Marcello Silva Coutinho Cc: Subject: Re: ports/172967:asterisk-gui port for asterisk 1.6,1.8,10,11 Date: Wed, 9 Oct 2013 21:49:24 -0300 --001a1133460085bfe404e8585ff9 Content-Type: text/plain; charset=ISO-8859-1 Can it be merged before the end of the year? --001a1133460085bfe404e8585ff9 Content-Type: text/html; charset=ISO-8859-1
Can it be merged before the end of the year?

--001a1133460085bfe404e8585ff9-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 01:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83E6CAAC for ; Thu, 10 Oct 2013 01:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63800233A for ; Thu, 10 Oct 2013 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A1A0u8097750 for ; Thu, 10 Oct 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A1A0H7097749; Thu, 10 Oct 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 01:10:00 GMT Resent-Message-Id: <201310100110.r9A1A0H7097749@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 Camachat Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9EAEA86 for ; Thu, 10 Oct 2013 01:08:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A1B232E for ; Thu, 10 Oct 2013 01:08:37 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9A18bVx015294 for ; Thu, 10 Oct 2013 01:08:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9A18b8Z015289; Thu, 10 Oct 2013 01:08:37 GMT (envelope-from nobody) Message-Id: <201310100108.r9A18b8Z015289@oldred.freebsd.org> Date: Thu, 10 Oct 2013 01:08:37 GMT From: Eric Camachat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182865: fontconfig errors in wqy fonts. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 01:10:00 -0000 >Number: 182865 >Category: ports >Synopsis: fontconfig errors in wqy fonts. >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 Oct 10 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric Camachat >Release: 10-ALPHA5 >Organization: >Environment: FreeBSD eb8460p 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #9 r256173: Tue Oct 8 18:02:38 PDT 2013 root@eb8460p:/usr/obj/usr/src/sys/EB8460p amd64 >Description: Fontconfig errors after installed x11-fonts/wqy: Fontconfig warning: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 28: Having multiple values in isn't supported and may not work as expected Fontconfig error: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 28: invalid attribute 'equal' Fontconfig warning: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 44: Having multiple values in isn't supported and may not work as expected Fontconfig error: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 44: invalid attribute 'equal' Fontconfig warning: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 54: Having multiple values in isn't supported and may not work as expected Fontconfig error: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 54: invalid attribute 'equal' Fontconfig warning: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 60: Having multiple values in isn't supported and may not work as expected Fontconfig error: "/usr/local/etc/fonts/conf.d/85-wqy.conf", line 60: invalid attribute 'equal' >How-To-Repeat: 1. Install port x11-fonts/wqy. 2. Start gedit. >Fix: Copy fontconfig files for wqy from Debian project. Patch attached with submission follows: Index: x11-fonts/wqy/Makefile =================================================================== --- x11-fonts/wqy/Makefile (revision 329881) +++ x11-fonts/wqy/Makefile (working copy) @@ -81,8 +81,12 @@ # WQY TrueType MicroHei ${INSTALL_DATA} ${WRKDIR}/wqy-microhei/wqy-microhei.ttc ${PREFIX}/${FONTSDIR} - ${INSTALL_DATA} ${FILESDIR}/85-wqy.conf ${PREFIX}/${CONFAVAILDIR} - ${LN} -sf ${PREFIX}/${CONFAVAILDIR}/85-wqy.conf ${PREFIX}/${CONFDDIR}/85-wqy.conf + ${INSTALL_DATA} ${FILESDIR}/25-wqy-zenhei.conf ${PREFIX}/${CONFAVAILDIR} + ${INSTALL_DATA} ${FILESDIR}/63-wqy-zenhei-sharp.conf ${PREFIX}/${CONFAVAILDIR} + ${INSTALL_DATA} ${FILESDIR}/64-wqy-zenhei.conf ${PREFIX}/${CONFAVAILDIR} + ${LN} -sf ${PREFIX}/${CONFAVAILDIR}/25-wqy-zenhei.conf ${PREFIX}/${CONFDDIR}/25-wqy-zenhei.conf + ${LN} -sf ${PREFIX}/${CONFAVAILDIR}/63-wqy-zenhei-sharp.conf ${PREFIX}/${CONFDDIR}/63-wqy-zenhei-sharp.conf + ${LN} -sf ${PREFIX}/${CONFAVAILDIR}/64-wqy-zenhei.conf ${PREFIX}/${CONFDDIR}/64-wqy-zenhei.conf .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Index: x11-fonts/wqy/files/25-wqy-zenhei.conf =================================================================== --- x11-fonts/wqy/files/25-wqy-zenhei.conf (revision 0) +++ x11-fonts/wqy/files/25-wqy-zenhei.conf (working copy) @@ -0,0 +1,20 @@ + + + + + + + + WenQuanYi Zen Hei + + false + 0 + true + true + hintnone + false + false + none + false + + Property changes on: x11-fonts/wqy/files/25-wqy-zenhei.conf ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/xml \ No newline at end of property Index: x11-fonts/wqy/files/63-wqy-zenhei-sharp.conf =================================================================== --- x11-fonts/wqy/files/63-wqy-zenhei-sharp.conf (revision 0) +++ x11-fonts/wqy/files/63-wqy-zenhei-sharp.conf (working copy) @@ -0,0 +1,17 @@ + + + + + + serif + + WenQuanYi Zen Hei Sharp + + + + sans-serif + + WenQuanYi Zen Hei Sharp + + + Property changes on: x11-fonts/wqy/files/63-wqy-zenhei-sharp.conf ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/xml \ No newline at end of property Index: x11-fonts/wqy/files/64-wqy-zenhei.conf =================================================================== --- x11-fonts/wqy/files/64-wqy-zenhei.conf (revision 0) +++ x11-fonts/wqy/files/64-wqy-zenhei.conf (working copy) @@ -0,0 +1,24 @@ + + + + + + + serif + + WenQuanYi Zen Hei + + + + sans-serif + + WenQuanYi Zen Hei + + + + monospace + + WenQuanYi Zen Hei Mono + + + Property changes on: x11-fonts/wqy/files/64-wqy-zenhei.conf ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/xml \ No newline at end of property Index: x11-fonts/wqy/files/85-wqy.conf =================================================================== --- x11-fonts/wqy/files/85-wqy.conf (revision 329881) +++ x11-fonts/wqy/files/85-wqy.conf (working copy) @@ -1,72 +0,0 @@ - - - - - - - WenQuanYi Bitmap Song - Unibit - WenQuanYi Zen Hei - 文泉驿正黑 - 文泉驛正黑 - 文泉驿点阵正黑 - 文泉驛點陣正黑 - WenQuanYi Zen Hei Sharp - 文泉驿等宽正黑 - 文泉驛等寬正黑 - WenQuanYi Zen Hei Mono - 文泉驿等宽微米黑 - 文泉驛等寬微米黑 - WenQuanYi Micro Hei Mono Light - 文泉驿等宽微米黑 - 文泉驛等寬微米黑 - WenQuanYi Micro Hei Mono - 文泉驿微米黑 - 文泉驛微米黑 - WenQuanYi Micro Hei - WenQuanYi Micro Hei Light - - true - true - false - true - proportional - false - - - - - WenQuanYi Bitmap Song - Unibit - WenQuanYi Zen Hei - 文泉驿正黑 - 文泉驛正黑 - - 16 - false - - - - - serif - sans-serif - monospace - - - zh-cn - zh-tw - zh-hk - zh-sg - - - 12 - - - 16 - - - WenQuanYi Bitmap Song - - - - Index: x11-fonts/wqy/pkg-plist =================================================================== --- x11-fonts/wqy/pkg-plist (revision 329881) +++ x11-fonts/wqy/pkg-plist (working copy) @@ -1,5 +1,9 @@ -%%CONFAVAILDIR%%/85-wqy.conf -%%CONFDDIR%%/85-wqy.conf +%%CONFAVAILDIR%%/25-wqy-zenhei.conf +%%CONFAVAILDIR%%/63-wqy-zenhei-sharp.conf +%%CONFAVAILDIR%%/64-wqy-zenhei.conf +%%CONFDDIR%%/25-wqy-zenhei.conf +%%CONFDDIR%%/63-wqy-zenhei-sharp.conf +%%CONFDDIR%%/64-wqy-zenhei.conf %%FONTSDIR%%/fonts.dir %%FONTSDIR%%/wenquanyi_10pt.pcf %%FONTSDIR%%/wenquanyi_11pt.pcf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 02:05:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB131924; Thu, 10 Oct 2013 02:05:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8A1257D; Thu, 10 Oct 2013 02:05:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A25hnV010748; Thu, 10 Oct 2013 02:05:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A25hvD010747; Thu, 10 Oct 2013 02:05:43 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 02:05:43 GMT Message-Id: <201310100205.r9A25hvD010747@freefall.freebsd.org> To: eric.camachat@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182865: fontconfig errors in x11-fonts/wqy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 02:05:43 -0000 Synopsis: fontconfig errors in x11-fonts/wqy State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Oct 10 02:05:43 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182865 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 02:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85848B53 for ; Thu, 10 Oct 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7385325C9 for ; Thu, 10 Oct 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A2A1IV010958 for ; Thu, 10 Oct 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A2A15L010957; Thu, 10 Oct 2013 02:10:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 02:10:01 GMT Message-Id: <201310100210.r9A2A15L010957@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182865: fontconfig errors in x11-fonts/wqy X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Oct 2013 02:10:01 -0000 The following reply was made to PR ports/182865; it has been noted by GNATS. From: Edwin Groothuis To: intron@intron.ac Cc: bug-followup@FreeBSD.org Subject: Re: ports/182865: fontconfig errors in x11-fonts/wqy Date: Thu, 10 Oct 2013 02:05:42 UT Maintainer of x11-fonts/wqy, Please note that PR ports/182865 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/182865 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 03:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C19C71A1 for ; Thu, 10 Oct 2013 03:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF2922A5C for ; Thu, 10 Oct 2013 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A3e1Hb030477 for ; Thu, 10 Oct 2013 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A3e1Nw030476; Thu, 10 Oct 2013 03:40:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 03:40:01 GMT Message-Id: <201310100340.r9A3e1Nw030476@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: RyoTa SimaMoto Subject: Re: ports/177370: New port: audio/opusfile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: RyoTa SimaMoto List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 03:40:01 -0000 The following reply was made to PR ports/177370; it has been noted by GNATS. From: RyoTa SimaMoto To: bug-followup@FreeBSD.org, lippe@FreeBSD.org Cc: Subject: Re: ports/177370: New port: audio/opusfile Date: Thu, 10 Oct 2013 12:34:46 +0900 --bcaec547ca39f9353404e85aaef9 Content-Type: text/plain; charset=ISO-8859-1 // Re: ports/177370: New port: audio/opusfile This re-generated port on the attached shar file follows the latest upstream version 0.4, and avoids the libcompat.so issue by adding a copy of /usr/src/lib/libcompat/4.1/ftime.c to the WRKSRC. My former google account was banned for uncertain reason. Very sad. --bcaec547ca39f9353404e85aaef9 Content-Type: application/x-shar; name="opusfile.port.shar" Content-Disposition: attachment; filename="opusfile.port.shar" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hmlfn3j60 IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJYXVkaW8vb3B1c2ZpbGUvCiMJ YXVkaW8vb3B1c2ZpbGUvTWFrZWZpbGUKIwlhdWRpby9vcHVzZmlsZS9kaXN0aW5mbwojCWF1ZGlv L29wdXNmaWxlL2ZpbGVzCiMJYXVkaW8vb3B1c2ZpbGUvZmlsZXMvcGF0Y2gtY29uZmlndXJlLmFj CiMJYXVkaW8vb3B1c2ZpbGUvZmlsZXMvZnRpbWUuYwojCWF1ZGlvL29wdXNmaWxlL3BrZy1kZXNj cgojCWF1ZGlvL29wdXNmaWxlL3BrZy1wbGlzdAojCmVjaG8gYyAtIGF1ZGlvL29wdXNmaWxlLwpt a2RpciAtcCBhdWRpby9vcHVzZmlsZS8gPiAvZGV2L251bGwgMj4mMQplY2hvIHggLSBhdWRpby9v cHVzZmlsZS9NYWtlZmlsZQpzZWQgJ3MvXlgvLycgPmF1ZGlvL29wdXNmaWxlL01ha2VmaWxlIDw8 ICdkYzkyMzg5MmEzNmRjMTA3ZDc5ODRlNzFkMmQ3NTU4YycKWCMgJEZyZWVCU0QkClgKWFBPUlRO QU1FPQlvcHVzZmlsZQpYUE9SVFZFUlNJT049CTAuNApYQ0FURUdPUklFUz0JYXVkaW8KWE1BU1RF Ul9TSVRFUz0JaHR0cDovL2Rvd25sb2Fkcy54aXBoLm9yZy9yZWxlYXNlcy9vcHVzLyBcClgJCSR7 TUFTVEVSX1NJVEVfTU9aSUxMQV9FWFRFTkRFRH0KWE1BU1RFUl9TSVRFX1NVQkRJUj0Jb3B1cwpY ClhNQUlOVEFJTkVSPQlsaWFuZ3RhaS5zMTZAZ21haWwuY29tClhDT01NRU5UPQlPcHVzIHBsYXli YWNrIGxpYnJhcnkKWApYTElDRU5TRT0JQlNEClgKWExJQl9ERVBFTkRTPQlsaWJvZ2cuc286JHtQ T1JUU0RJUn0vYXVkaW8vbGlib2dnIFwKWAkJbGlib3B1cy5zbzoke1BPUlRTRElSfS9hdWRpby9v cHVzClgKWFVTRVM9CQlnbWFrZSBwa2djb25maWcgcGF0aGZpeApYVVNFX0daSVA9CXllcwpYVVNF X0xEQ09ORklHPQl5ZXMKWEdOVV9DT05GSUdVUkU9CXllcwpYVVNFX0FVVE9UT09MUz0JYXV0b2Nv bmY6ZW52IGFjbG9jYWw6ZW52IGF1dG9tYWtlOmVudiBsaWJ0b29sClhQQVRDSF9TVFJJUD0JLXAx ClhNQUtFX0pPQlNfVU5TQUZFPQl5ZXMKWApYT1BUSU9OU19ERUZJTkU9CUFQSURPQyBET0NTClhP UFRJT05TX0RFRkFVTFQ9ClhBUElET0NfREVTQz0JSW5zdGFsbCBEb3h5Z2VuIGdlbmVyYXRlZCBk b2MgKGxpYm9wdXNmaWxlKQpYClguaW5jbHVkZSA8YnNkLnBvcnQub3B0aW9ucy5taz4KWApYLmlm ICR7UE9SVF9PUFRJT05TOk1BUElET0N9ClhDT05GSUdVUkVfQVJHUys9CS0tZW5hYmxlLWRvYwpY QlVJTERfREVQRU5EUys9CWRveHlnZW46JHtQT1JUU0RJUn0vZGV2ZWwvZG94eWdlbgpYLmVsc2UK WENPTkZJR1VSRV9BUkdTKz0JLS1kaXNhYmxlLWRvYwpYLmVuZGlmClgKWC5pZiAke1BPUlRfT1BU SU9OUzpNRE9DU30KWERJU1RfRE9DUz0JQVVUSE9SUyBSRUFETUUudHh0ClguZW5kaWYKWApYcG9z dC1wYXRjaDoKWAlAJHtSRUlOUExBQ0VfQ01EfSAtZSAnc3wgQG9wZW5zc2xAfHwnIFwKWAkJJHtX UktTUkN9L29wdXNmaWxlLnBjLmluICAke1dSS1NSQ30vb3B1c3VybC5wYy5pbgpYCUAke1JFSU5Q TEFDRV9DTUR9IC1lICcvbGlib3B1c3VybF9sYV9TT1VSQ0VTL3MvaHR0cC5jLyYgc3JjXC9mdGlt ZS5jLycgXApYCQktZSAnc3xeXChwa2djb25maWdkaXIgPVwpLip8XDEgJHtQUkVGSVh9L2xpYmRh dGEvcGtnY29uZmlnfCcgXApYCQkke1dSS1NSQ30vTWFrZWZpbGUuYW0KWAlAJHtDUH0gJHtGSUxF U0RJUn0vZnRpbWUuYyAke1dSS1NSQ30vc3JjLwpYClhwcmUtY29uZmlndXJlOgpYCUAke1JFSU5Q TEFDRV9DTUR9IC1lICdzfF5cKGRpc3RfZG9jX0RBVEEgPVwpLip8XDEgJHtESVNUX0RPQ1N9fCcg XApYCQkke1dSS1NSQ30vTWFrZWZpbGUuYW0KWAlAKGNkICR7V1JLU1JDfSAmJiAke0FVVE9SRUNP TkZ9IC1maSkKWApYcG9zdC1pbnN0YWxsOgpYLmlmICR7UE9SVF9PUFRJT05TOk1BUElET0N9ClgJ QCR7Uk19IC1mICR7V1JLRElSfS9QTElTVC5kb2MgOyBcClgJJHtGSU5EfSAke1NUQUdFRElSfSR7 RE9DU0RJUn0vaHRtbCAtdHlwZSBmIHwgXApYCQkke1NFRH0gJ3N8JHtTVEFHRURJUn0ke1BSRUZJ WH0vfHwnIFwKWAkJPj4gJHtXUktESVJ9L1BMSVNULmRvYyA7IFwKWAkke0ZJTkR9ICR7U1RBR0VE SVJ9JHtET0NTRElSfS9odG1sIC10eXBlIGQgfCBcClgJCSR7U0VEfSAnc3wke1NUQUdFRElSfSR7 UFJFRklYfS98QGRpcnJtIHwnIFwKWAkJfCAke1NPUlR9IC1yID4+ICR7V1JLRElSfS9QTElTVC5k b2MgOyBcClgJKGNkICR7V1JLRElSfSA7ICR7U0VEfSAtaSAtZSAnL1BMSVNULmRvYy8gciBQTElT VC5kb2MnICR7VE1QUExJU1R9KQpYLmVuZGlmClgKWC5pbmNsdWRlIDxic2QucG9ydC5taz4KZGM5 MjM4OTJhMzZkYzEwN2Q3OTg0ZTcxZDJkNzU1OGMKZWNobyB4IC0gYXVkaW8vb3B1c2ZpbGUvZGlz dGluZm8Kc2VkICdzL15YLy8nID5hdWRpby9vcHVzZmlsZS9kaXN0aW5mbyA8PCAnYjZiYTk1MDc0 NWRmMWM2NzE0YTljOGVkOTA4OGRkMGMnClhTSEEyNTYgKG9wdXNmaWxlLTAuNC50YXIuZ3opID0g OTgzNmVhMTE3MDZjNDRmMzZkZTkyYzRjOWIxMjQ4ZTAzYTRjNTIxZTdmYjJjZmYxOGEwY2I0Zjhi MGU3OTE0MApYU0laRSAob3B1c2ZpbGUtMC40LnRhci5neikgPSA0MjczNjYKYjZiYTk1MDc0NWRm MWM2NzE0YTljOGVkOTA4OGRkMGMKZWNobyBjIC0gYXVkaW8vb3B1c2ZpbGUvZmlsZXMKbWtkaXIg LXAgYXVkaW8vb3B1c2ZpbGUvZmlsZXMgPiAvZGV2L251bGwgMj4mMQplY2hvIHggLSBhdWRpby9v cHVzZmlsZS9maWxlcy9wYXRjaC1jb25maWd1cmUuYWMKc2VkICdzL15YLy8nID5hdWRpby9vcHVz ZmlsZS9maWxlcy9wYXRjaC1jb25maWd1cmUuYWMgPDwgJ2YwNWRlNTM1ZjFhMDVlMjZmOGZlY2M1 MjQyMDRmNTI0JwpYLS0tIGNvbmZpZ3VyZS5hYy5vcmlnCTIwMTMtMDgtMjEgMDQ6NDQ6MDkuMDAw MDAwMDAwICswOTAwClgrKysgY29uZmlndXJlLmFjCTIwMTMtMTAtMTAgMDQ6MjM6MzEuMDAwMDAw MDAwICswOTAwClhAQCAtOTAsMTAgKzkwLDEyIEBAClggQVNfSUYoW3Rlc3QgIiRlbmFibGVfaHR0 cCIgIT0gIm5vIl0sIFsKWCAgICBvcGVuc3NsPSJvcGVuc3NsIgpYICAgIEFDX0RFRklORShbT1Bf RU5BQkxFX0hUVFBdLCBbMV0sIFtFbmFibGUgSFRUUCBzdXBwb3J0XSkKWC0gICBQS0dfQ0hFQ0tf TU9EVUxFUyhbVVJMX0RFUFNdLCBbb3BlbnNzbF0pClggXSkKWCBBTV9DT05ESVRJT05BTChPUF9F TkFCTEVfSFRUUCwgW3Rlc3QgIiRlbmFibGVfaHR0cCIgIT0gIm5vIl0pClggQUNfU1VCU1QoW29w ZW5zc2xdKQpYK0FDX0NIRUNLX0xJQihzc2wsIFNTTF9yZWFkLApYKwlbQUNfQ0hFQ0tfSEVBREVS UyhvcGVuc3NsL3NzbC5oLCBMSUJTPSIkTElCUyAtbHNzbCAtbGNyeXB0byIsLCldLCwKWCsJLWxj cnlwdG8gLWxzc2wpClggClggUEtHX0NIRUNLX01PRFVMRVMoW0RFUFNdLCBbb2dnID49IDEuMyBv cHVzID49IDEuMC4xXSkKWCAKZjA1ZGU1MzVmMWEwNWUyNmY4ZmVjYzUyNDIwNGY1MjQKZWNobyB4 IC0gYXVkaW8vb3B1c2ZpbGUvZmlsZXMvZnRpbWUuYwpzZWQgJ3MvXlgvLycgPmF1ZGlvL29wdXNm aWxlL2ZpbGVzL2Z0aW1lLmMgPDwgJzllYWE0Y2ViODU5N2IxMTk0M2Q4ZGI2N2JjNDBkZWQ1JwpY LyoKWCAqIENvcHlyaWdodCAoYykgMTk5NCBDaHJpc3RvcGhlciBHLiBEZW1ldHJpb3UKWCAqIEFs bCByaWdodHMgcmVzZXJ2ZWQuClggKgpYICogUmVkaXN0cmlidXRpb24gYW5kIHVzZSBpbiBzb3Vy Y2UgYW5kIGJpbmFyeSBmb3Jtcywgd2l0aCBvciB3aXRob3V0ClggKiBtb2RpZmljYXRpb24sIGFy ZSBwZXJtaXR0ZWQgcHJvdmlkZWQgdGhhdCB0aGUgZm9sbG93aW5nIGNvbmRpdGlvbnMKWCAqIGFy ZSBtZXQ6ClggKiAxLiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291cmNlIGNvZGUgbXVzdCByZXRhaW4g dGhlIGFib3ZlIGNvcHlyaWdodApYICogICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9u cyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgpYICogMi4gUmVkaXN0cmlidXRpb25zIGlu IGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmlnaHQKWCAqICAgIG5v dGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5kIHRoZSBmb2xsb3dpbmcgZGlzY2xhaW1l ciBpbiB0aGUKWCAqICAgIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92 aWRlZCB3aXRoIHRoZSBkaXN0cmlidXRpb24uClggKiAzLiBBbGwgYWR2ZXJ0aXNpbmcgbWF0ZXJp YWxzIG1lbnRpb25pbmcgZmVhdHVyZXMgb3IgdXNlIG9mIHRoaXMgc29mdHdhcmUKWCAqICAgIG11 c3QgZGlzcGxheSB0aGUgZm9sbG93aW5nIGFja25vd2xlZGdlbWVudDoKWCAqICAgICAgVGhpcyBw cm9kdWN0IGluY2x1ZGVzIHNvZnR3YXJlIGRldmVsb3BlZCBieSBDaHJpc3RvcGhlciBHLiBEZW1l dHJpb3UuClggKiA0LiBUaGUgbmFtZSBvZiB0aGUgYXV0aG9yIG1heSBub3QgYmUgdXNlZCB0byBl bmRvcnNlIG9yIHByb21vdGUgcHJvZHVjdHMKWCAqICAgIGRlcml2ZWQgZnJvbSB0aGlzIHNvZnR3 YXJlIHdpdGhvdXQgc3BlY2lmaWMgcHJpb3Igd3JpdHRlbiBwZXJtaXNzaW9uClggKgpYICogVEhJ UyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSBUSEUgQVVUSE9SIGBgQVMgSVMnJyBBTkQgQU5ZIEVY UFJFU1MgT1IKWCAqIElNUExJRUQgV0FSUkFOVElFUywgSU5DTFVESU5HLCBCVVQgTk9UIExJTUlU RUQgVE8sIFRIRSBJTVBMSUVEIFdBUlJBTlRJRVMKWCAqIE9GIE1FUkNIQU5UQUJJTElUWSBBTkQg RklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UgQVJFIERJU0NMQUlNRUQuClggKiBJTiBO TyBFVkVOVCBTSEFMTCBUSEUgQVVUSE9SIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJF Q1QsClggKiBJTkNJREVOVEFMLCBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwg REFNQUdFUyAoSU5DTFVESU5HLCBCVVQKWCAqIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBP RiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSwKWCAqIERBVEEsIE9S IFBST0ZJVFM7IE9SIEJVU0lORVNTIElOVEVSUlVQVElPTikgSE9XRVZFUiBDQVVTRUQgQU5EIE9O IEFOWQpYICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNU IExJQUJJTElUWSwgT1IgVE9SVApYICogKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lT RSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFIE9GClggKiBUSElTIFNPRlRXQVJF LCBFVkVOIElGIEFEVklTRUQgT0YgVEhFIFBPU1NJQklMSVRZIE9GIFNVQ0ggREFNQUdFLgpYICov ClgKWCNpZm5kZWYgbGludApYc3RhdGljIGNoYXIgcmNzaWRbXSA9ICIkRnJlZUJTRDogaGVhZC9s aWIvbGliY29tcGF0LzQuMS9mdGltZS5jIDIxMTA2MSAyMDEwLTA4LTA4IDA4OjE5OjIzWiBlZCAk IjsKWCNlbmRpZiAvKiBub3QgbGludCAqLwpYClgjaW5jbHVkZSA8c3lzL3R5cGVzLmg+ClgjaW5j bHVkZSA8c3lzL3RpbWUuaD4KWCNpbmNsdWRlIDxzeXMvdGltZWIuaD4KWApYaW50ClhmdGltZShz dHJ1Y3QgdGltZWIgKnRicCkKWHsKWAlzdHJ1Y3QgdGltZXpvbmUgdHo7ClgJc3RydWN0IHRpbWV2 YWwgdDsKWApYCWlmIChnZXR0aW1lb2ZkYXkoJnQsICZ0eikgPCAwKQpYCQlyZXR1cm4gKC0xKTsK WAl0YnAtPm1pbGxpdG0gPSB0LnR2X3VzZWMgLyAxMDAwOwpYCXRicC0+dGltZSA9IHQudHZfc2Vj OwpYCXRicC0+dGltZXpvbmUgPSB0ei50el9taW51dGVzd2VzdDsKWAl0YnAtPmRzdGZsYWcgPSB0 ei50el9kc3R0aW1lOwpYClgJcmV0dXJuICgwKTsKWH0KOWVhYTRjZWI4NTk3YjExOTQzZDhkYjY3 YmM0MGRlZDUKZWNobyB4IC0gYXVkaW8vb3B1c2ZpbGUvcGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+ YXVkaW8vb3B1c2ZpbGUvcGtnLWRlc2NyIDw8ICdmNGM5YmZkMTYwMjYxZDhkYmMyMGQ5MTJiZGM1 ZWJjMycKWExpYnJhcnkgZm9yIGRlY29kaW5nIC5vcHVzIGZpbGVzLCBpbmNsdWRpbmcgc2Vla2lu ZyBzdXBwb3J0LgpYClhXV1c6IGh0dHA6Ly93d3cub3B1cy1jb2RlYy5vcmcvCmY0YzliZmQxNjAy NjFkOGRiYzIwZDkxMmJkYzVlYmMzCmVjaG8geCAtIGF1ZGlvL29wdXNmaWxlL3BrZy1wbGlzdApz ZWQgJ3MvXlgvLycgPmF1ZGlvL29wdXNmaWxlL3BrZy1wbGlzdCA8PCAnODIzN2MxOThkNjRkMjA2 ODczYzUzNWFhMDY3OTQxYTQnClhpbmNsdWRlL29wdXMvb3B1c2ZpbGUuaApYbGliL2xpYm9wdXNm aWxlLmEKWGxpYi9saWJvcHVzZmlsZS5sYQpYbGliL2xpYm9wdXNmaWxlLnNvClhsaWIvbGlib3B1 c2ZpbGUuc28uMgpYbGliL2xpYm9wdXN1cmwuYQpYbGliL2xpYm9wdXN1cmwubGEKWGxpYi9saWJv cHVzdXJsLnNvClhsaWIvbGlib3B1c3VybC5zby4yClhsaWJkYXRhL3BrZ2NvbmZpZy9vcHVzZmls ZS5wYwpYbGliZGF0YS9wa2djb25maWcvb3B1c3VybC5wYwpYQGNvbW1lbnQgSW5zZXJ0IFBMSVNU LmRvYyBoZXJlClhAZGlycm10cnkgaW5jbHVkZS9vcHVzCjgyMzdjMTk4ZDY0ZDIwNjg3M2M1MzVh YTA2Nzk0MWE0CmV4aXQKCg== --bcaec547ca39f9353404e85aaef9-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 03:58:19 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AE9E615; Thu, 10 Oct 2013 03:58:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E42CE2B07; Thu, 10 Oct 2013 03:58:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A3wIAA034027; Thu, 10 Oct 2013 03:58:18 GMT (envelope-from jhale@freefall.freebsd.org) Received: (from jhale@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A3wIbM034026; Thu, 10 Oct 2013 03:58:18 GMT (envelope-from jhale) Date: Thu, 10 Oct 2013 03:58:18 GMT Message-Id: <201310100358.r9A3wIbM034026@freefall.freebsd.org> To: olli@fromme.com, jhale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: jhale@FreeBSD.org Subject: Re: ports/182830: [maintainer update] devel/cssc: major update + stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 03:58:19 -0000 Synopsis: [maintainer update] devel/cssc: major update + stage support Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: jhale Responsible-Changed-When: Thu Oct 10 03:58:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182830 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79D019C1 for ; Thu, 10 Oct 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 682812B7F for ; Thu, 10 Oct 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A4A1j9036265 for ; Thu, 10 Oct 2013 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A4A1Mg036264; Thu, 10 Oct 2013 04:10:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 04:10:01 GMT Message-Id: <201310100410.r9A4A1Mg036264@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182303: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 10 Oct 2013 04:10:01 -0000 The following reply was made to PR ports/182303; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182303: commit references a PR Date: Thu, 10 Oct 2013 04:09:49 +0000 (UTC) Author: ak Date: Thu Oct 10 04:09:43 2013 New Revision: 329963 URL: http://svnweb.freebsd.org/changeset/ports/329963 Log: - Fix build on 10.x [1] - Support STAGEDIR - Convert to new LIB_DEPENDS syntax PR: ports/182303 [1] Submitted by: Artem Nosov (maintainer) [1] Modified: head/x11/xbelld/Makefile (contents, props changed) Modified: head/x11/xbelld/Makefile ============================================================================== --- head/x11/xbelld/Makefile Thu Oct 10 03:46:18 2013 (r329962) +++ head/x11/xbelld/Makefile Thu Oct 10 04:09:43 2013 (r329963) @@ -3,7 +3,7 @@ PORTNAME= xbelld PORTVERSION= 0.2b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.meowfishies.com/code/ DISTNAME= ${PORTNAME}-0.2beta2 @@ -12,19 +12,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= XBellD is a small daemon for replacing the standard X terminal bell -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile USES= imake USE_XORG= ice sm xtrap xmu xt USE_GNOME= esound +MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile" + PLIST_FILES= bin/xbelld \ - lib/X11/app-defaults/XBellD -MAN1= xbelld.1 + lib/X11/app-defaults/XBellD \ + man/man1/xbelld.1.gz XFREE86_HTML_MAN=no -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 04:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33F4B9C3; Thu, 10 Oct 2013 04:10:04 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 097CF2B81; Thu, 10 Oct 2013 04:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A4A3m2036353; Thu, 10 Oct 2013 04:10:03 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A4A3pQ036352; Thu, 10 Oct 2013 04:10:03 GMT (envelope-from ak) Date: Thu, 10 Oct 2013 04:10:03 GMT Message-Id: <201310100410.r9A4A3pQ036352@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182303: FIX: build problem of x11/xbelld X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 04:10:04 -0000 Synopsis: FIX: build problem of x11/xbelld Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Thu Oct 10 04:10:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182303 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 04:32:20 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22280BD1; Thu, 10 Oct 2013 04:32:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E99ED2C6E; Thu, 10 Oct 2013 04:32:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A4WJac042684; Thu, 10 Oct 2013 04:32:19 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A4WJ5Q042683; Thu, 10 Oct 2013 04:32:19 GMT (envelope-from ak) Date: Thu, 10 Oct 2013 04:32:19 GMT Message-Id: <201310100432.r9A4WJ5Q042683@freefall.freebsd.org> To: kdeguchi@sz.tokoha-u.ac.jp, ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182784: ports-mgmt/pkg_replace is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 04:32:20 -0000 Synopsis: ports-mgmt/pkg_replace is broken Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Thu Oct 10 04:32:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182784 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 06:27:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5FAC8CDB; Thu, 10 Oct 2013 06:27:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31C7021EA; Thu, 10 Oct 2013 06:27:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A6RLqV068317; Thu, 10 Oct 2013 06:27:21 GMT (envelope-from jhale@freefall.freebsd.org) Received: (from jhale@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A6RL9h068316; Thu, 10 Oct 2013 06:27:21 GMT (envelope-from jhale) Date: Thu, 10 Oct 2013 06:27:21 GMT Message-Id: <201310100627.r9A6RL9h068316@freefall.freebsd.org> To: jhale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: jhale@FreeBSD.org Subject: Re: ports/181884: devel/ace: Update to version 6.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 06:27:22 -0000 Synopsis: devel/ace: Update to version 6.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: jhale Responsible-Changed-When: Thu Oct 10 06:27:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181884 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 07:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 02E3FE3C for ; Thu, 10 Oct 2013 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D769B2551 for ; Thu, 10 Oct 2013 07:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A7K0aC084061 for ; Thu, 10 Oct 2013 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A7K0Zj084055; Thu, 10 Oct 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 07:20:00 GMT Resent-Message-Id: <201310100720.r9A7K0Zj084055@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, Jeff Burchell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E5C9D5A for ; Thu, 10 Oct 2013 07:19:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C8882549 for ; Thu, 10 Oct 2013 07:19:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9A7JSUh072909 for ; Thu, 10 Oct 2013 07:19:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9A7JSUD072903; Thu, 10 Oct 2013 07:19:28 GMT (envelope-from nobody) Message-Id: <201310100719.r9A7JSUD072903@oldred.freebsd.org> Date: Thu, 10 Oct 2013 07:19:28 GMT From: Jeff Burchell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182868: [maintainer-update] news/nzbget update to 11.0, and bugfixes. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 07:20:01 -0000 >Number: 182868 >Category: ports >Synopsis: [maintainer-update] news/nzbget update to 11.0, and bugfixes. >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 Oct 10 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jeff Burchell >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255342: Sat Sep 7 07:34:47 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update nzbget to 11.0, released 7/1/2013 Remove gmake, which is no longer necessary and was causing some clang builds to fail (including on 10-CURRENT). Fix bug reported in PR# ports/177669 >How-To-Repeat: >Fix: Apply patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 329963) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nzbget -PORTVERSION= 10.2 +PORTVERSION= 11.0 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -14,7 +14,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ sigc-2:${PORTSDIR}/devel/libsigc++20 -USES= gmake pkgconfig +USES= pkgconfig USE_RC_SUBR= nzbget GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" @@ -29,6 +29,8 @@ OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= PAR GNUTLS +CONFIGURE_ARGS+= --enable-sigchld-handler + NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 329963) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (nzbget-10.2.tar.gz) = c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2 -SIZE (nzbget-10.2.tar.gz) = 671808 +SHA256 (nzbget-11.0.tar.gz) = 27abacf6c604969dc987b7e50689caef22a65dbb1690b020b0c6d147ae123b3d +SIZE (nzbget-11.0.tar.gz) = 694197 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 07:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B09DDE3A for ; Thu, 10 Oct 2013 07:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 912DF254F for ; Thu, 10 Oct 2013 07:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A7K0o4083997 for ; Thu, 10 Oct 2013 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A7K0q2083996; Thu, 10 Oct 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 07:20:00 GMT Resent-Message-Id: <201310100720.r9A7K0q2083996@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, Jeff Burchell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3EADAD4 for ; Thu, 10 Oct 2013 07:11:52 +0000 (UTC) (envelope-from toxic@doobie.com) Received: from fat.doobie.com (fat.doobie.com [204.197.218.138]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB1724E8 for ; Thu, 10 Oct 2013 07:11:52 +0000 (UTC) Received: from fat.doobie.com (localhost [127.0.0.1]) by fat.doobie.com (8.14.4/8.14.3) with ESMTP id r9A6warO010822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Oct 2013 23:58:39 -0700 Received: (from toxic@localhost) by fat.doobie.com (8.14.4/8.14.0/Submit) id r9A6wa4C010821; Wed, 9 Oct 2013 23:58:36 -0700 Message-Id: <201310100658.r9A6wa4C010821@fat.doobie.com> Date: Wed, 9 Oct 2013 23:58:36 -0700 From: Jeff Burchell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182867: [maintainer-update] news/nzbget update to 11.0 and bugfixes. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jeff Burchell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 07:20:00 -0000 >Number: 182867 >Category: ports >Synopsis: [maintainer-update] news/nzbget update to 11.0 and bugfixes. >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: Thu Oct 10 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jeff Burchell >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255342: Sat Sep 7 07:34:47 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update nzbget to 11.0, released 7/1/2013 Remove gmake, which is no longer necessary and was causing some clang builds to fail (including on 10-CURRENT). Fix bug reported in PR# ports/177669 >How-To-Repeat: >Fix: --Patch follows-- Index: Makefile =================================================================== --- Makefile (revision 329963) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nzbget -PORTVERSION= 10.2 +PORTVERSION= 11.0 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -14,7 +14,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ sigc-2:${PORTSDIR}/devel/libsigc++20 -USES= gmake pkgconfig +USES= pkgconfig USE_RC_SUBR= nzbget GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" @@ -29,6 +29,8 @@ OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= PAR GNUTLS +CONFIGURE_ARGS+= --enable-sigchld-handler + NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 329963) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (nzbget-10.2.tar.gz) = c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2 -SIZE (nzbget-10.2.tar.gz) = 671808 +SHA256 (nzbget-11.0.tar.gz) = 27abacf6c604969dc987b7e50689caef22a65dbb1690b020b0c6d147ae123b3d +SIZE (nzbget-11.0.tar.gz) = 694197 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEED037E for ; Thu, 10 Oct 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DFBF25E6 for ; Thu, 10 Oct 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A7U0RW088000 for ; Thu, 10 Oct 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A7U0bc087999; Thu, 10 Oct 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 07:30:00 GMT Resent-Message-Id: <201310100730.r9A7U0bc087999@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, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7112236F for ; Thu, 10 Oct 2013 07:29:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F70C25DC for ; Thu, 10 Oct 2013 07:29:16 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9A7TFkc029793 for ; Thu, 10 Oct 2013 07:29:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9A7TF65029790; Thu, 10 Oct 2013 07:29:15 GMT (envelope-from nobody) Message-Id: <201310100729.r9A7TF65029790@oldred.freebsd.org> Date: Thu, 10 Oct 2013 07:29:15 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182869: minicron install error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 07:30:00 -0000 >Number: 182869 >Category: ports >Synopsis: minicron install error >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 Oct 10 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: 9.2-STABLE >Organization: >Environment: FreeBSD cc-tps-pfsB-muc.bfs.de 9.2-STABLE FreeBSD 9.2-STABLE #27 r256106: Mon Oct 7 19:31:51 CEST 2013 root@cc-tps-pfsB-muc.bfs.de:/usr/obj/usr/src/sys/CC-TPS-PFSB-MUC amd64 >Description: :/usr/ports/sysutils/minicron # make clean build deinstall install clean ===> Cleaning for minicron-0.0.2 ===> minicron-0.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by minicron-0.0.2 for building ===> Extracting for minicron-0.0.2 mkdir -p /usr/ports/sysutils/minicron/work/minicron-0.0.2 ===> Patching for minicron-0.0.2 ===> Configuring for minicron-0.0.2 ===> Building for minicron-0.0.2 cc -O2 -pipe -fno-strict-aliasing -o /usr/ports/sysutils/minicron/work/minicron-0.0.2/minicron /usr/ports/sysutils/minicron/files/minicron.c ===> Deinstalling for sysutils/minicron ===> minicron not installed, skipping ===> Staging for minicron-0.0.2 ===> Generating temporary packing list install -s -o root -g wheel -m 555 /usr/ports/sysutils/minicron/work/minicron-0.0.2/minicron /usr/local/bin/ ====> Compressing man pages ===> Installing for minicron-0.0.2 ===> Checking if sysutils/minicron already installed ===> Registering installation for minicron-0.0.2 pkg-static: lstat(/usr/ports/sysutils/minicron/work/stage/usr/local/bin/minicron): No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/sysutils/minicron. root@cc-tps-pfsB-muc:/usr/ports/sysutils/minicron # ll work/stage/usr/local/bin/ total 0 >How-To-Repeat: Upgrade to 9.2-STABLE, then upgrade all ports >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 07:45:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C6E097F; Thu, 10 Oct 2013 07:45:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 628DC26F3; Thu, 10 Oct 2013 07:45:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A7jxZo094730; Thu, 10 Oct 2013 07:45:59 GMT (envelope-from jhale@freefall.freebsd.org) Received: (from jhale@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9A7jxFb094729; Thu, 10 Oct 2013 07:45:59 GMT (envelope-from jhale) Date: Thu, 10 Oct 2013 07:45:59 GMT Message-Id: <201310100745.r9A7jxFb094729@freefall.freebsd.org> To: jhale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: jhale@FreeBSD.org Subject: Re: ports/175585: deskutils/cdcat: Update to version 2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 07:45:59 -0000 Synopsis: deskutils/cdcat: Update to version 2.2 Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: jhale Responsible-Changed-When: Thu Oct 10 07:45:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175585 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 11:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15258F1F for ; Thu, 10 Oct 2013 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0028C22C4 for ; Thu, 10 Oct 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ABK1Gu043744 for ; Thu, 10 Oct 2013 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ABK1XZ043742; Thu, 10 Oct 2013 11:20:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 11:20:01 GMT Message-Id: <201310101120.r9ABK1XZ043742@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yasuhiro KIMURA Subject: Re: ports/181291: [PATCH] mail/postgrey: make postgrey work with perl 5.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 10 Oct 2013 11:20:02 -0000 The following reply was made to PR ports/181291; it has been noted by GNATS. From: Yasuhiro KIMURA To: ports.maintainer@evilphi.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/181291: [PATCH] mail/postgrey: make postgrey work with perl 5.18 Date: Thu, 10 Oct 2013 20:11:15 +0900 (JST) From: Yasuhiro KIMURA Subject: Re: ports/181291: [PATCH] mail/postgrey: make postgrey work with perl 5.18 Date: Sat, 17 Aug 2013 19:47:32 +0900 (JST) >> In the meantime, would you submit this to David's github as a >> follow-up to the open issue? > > I submitted the patch as following: > https://github.com/schweikert/postgrey/issues/3#issuecomment-22809331 The patch is accepted by upstream. https://github.com/schweikert/postgrey/pull/4 Just another FYI. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 11:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C35B342E for ; Thu, 10 Oct 2013 11:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A48AC237E for ; Thu, 10 Oct 2013 11:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ABU005045808 for ; Thu, 10 Oct 2013 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ABU0Iu045807; Thu, 10 Oct 2013 11:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 11:30:00 GMT Resent-Message-Id: <201310101130.r9ABU0Iu045807@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, Carlo Strub Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7958F94 for ; Thu, 10 Oct 2013 11:23:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B59F2304 for ; Thu, 10 Oct 2013 11:23:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9ABNY84046828 for ; Thu, 10 Oct 2013 11:23:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9ABNYDc046825; Thu, 10 Oct 2013 11:23:34 GMT (envelope-from nobody) Message-Id: <201310101123.r9ABNYDc046825@oldred.freebsd.org> Date: Thu, 10 Oct 2013 11:23:34 GMT From: Carlo Strub To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182874: [UPDATE] www/mathjax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 11:30:00 -0000 >Number: 182874 >Category: ports >Synopsis: [UPDATE] www/mathjax >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 Oct 10 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Carlo Strub >Release: >Organization: >Environment: >Description: - Update to 2.2 - Support staging - Support USE_GITHUB - Remove indefinite article in COMMENT >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/www/mathjax/Makefile mathjax/Makefile --- /usr/ports/www/mathjax/Makefile 2013-09-21 01:36:50.000000000 +0200 +++ mathjax/Makefile 2013-10-10 13:15:41.000000000 +0200 @@ -2,32 +2,31 @@ # $FreeBSD: www/mathjax/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= MathJax -PORTVERSION= 2.0 -#PORTREVISION= 0 +PORTVERSION= 2.2 CATEGORIES= www -MASTER_SITES= https://nodeload.github.com/mathjax/MathJax/tarball/v${PORTVERSION}-latest?dummy=/ MAINTAINER= lukasz.stelmach@iem.pw.edu.pl -COMMENT= A cross-browser JavaScript display engine for mathematics +COMMENT= Cross-browser JavaScript display engine for mathematics -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} +NO_BUILD= yes +USE_GITHUB= yes +GH_ACCOUNT= mathjax +GH_TAGNAME= v${PORTVERSION} -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/mathjax-MathJax-07669ac +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-54280bb # Changing permissions of 30k files with find -exec (COPYTREE) is way # too slow. -NO_STAGE= yes +#NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ - ${FIND} -d . | ${CPIO} -dumpl ${WWWDIR} >/dev/null 2>&1) - ${FIND} -d ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - ${FIND} -d ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - ${CHOWN} -R ${BINOWN}:${BINGRP} ${WWWDIR} - @(cd ${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST} - @(cd ${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \ + ${FIND} -d . | ${CPIO} -dumpl ${STAGEDIR}${WWWDIR} >/dev/null 2>&1) + ${FIND} -d ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + ${FIND} -d ${STAGEDIR}${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} + ${CHOWN} -R ${BINOWN}:${BINGRP} ${STAGEDIR}${WWWDIR} + @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST} + @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \ | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} .include diff -ruN /usr/ports/www/mathjax/distinfo mathjax/distinfo --- /usr/ports/www/mathjax/distinfo 2012-07-18 17:47:48.000000000 +0200 +++ mathjax/distinfo 2013-10-10 11:56:01.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (MathJax-2.0.tar.gz) = 01ad97362b9bac25420cbffd9d733d9abd3a750ba82b68063d4b2608c43a70ae -SIZE (MathJax-2.0.tar.gz) = 9457775 +SHA256 (MathJax-2.2.tar.gz) = 3c01dc8c3fd6869311d45c15c348f7ad682aefa3ae03ccf201f9cad83e26ceb1 +SIZE (MathJax-2.2.tar.gz) = 8972964 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 11:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 163E146A; Thu, 10 Oct 2013 11:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFC742385; Thu, 10 Oct 2013 11:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ABU7ue045936; Thu, 10 Oct 2013 11:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ABU7Bl045935; Thu, 10 Oct 2013 11:30:07 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 11:30:07 GMT Message-Id: <201310101130.r9ABU7Bl045935@freefall.freebsd.org> To: cs@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182874: [UPDATE] www/mathjax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 11:30:08 -0000 Synopsis: [UPDATE] www/mathjax State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Oct 10 11:30:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182874 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 11:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5720B661 for ; Thu, 10 Oct 2013 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4574A2412 for ; Thu, 10 Oct 2013 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ABe1Fd047758 for ; Thu, 10 Oct 2013 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ABe0xs047757; Thu, 10 Oct 2013 11:40:00 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 11:40:00 GMT Message-Id: <201310101140.r9ABe0xs047757@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182874: [UPDATE] www/mathjax X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Oct 2013 11:40:01 -0000 The following reply was made to PR ports/182874; it has been noted by GNATS. From: Edwin Groothuis To: lukasz.stelmach@iem.pw.edu.pl Cc: bug-followup@FreeBSD.org Subject: Re: ports/182874: [UPDATE] www/mathjax Date: Thu, 10 Oct 2013 11:30:06 UT Maintainer of www/mathjax, Please note that PR ports/182874 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/182874 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 12:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05484DED for ; Thu, 10 Oct 2013 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CED0427AC for ; Thu, 10 Oct 2013 12:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ACU0NW062116 for ; Thu, 10 Oct 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ACU06C062115; Thu, 10 Oct 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 12:30:00 GMT Resent-Message-Id: <201310101230.r9ACU06C062115@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, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DF44B78 for ; Thu, 10 Oct 2013 12:22:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog107.obsmtp.com (eu1sys200aog107.obsmtp.com [207.126.144.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E59472731 for ; Thu, 10 Oct 2013 12:22:50 +0000 (UTC) Received: from mail-we0-f181.google.com ([74.125.82.181]) (using TLSv1) by eu1sys200aob107.postini.com ([207.126.147.11]) with SMTP ID DSNKUlacGJy8tjbZj49ft/Ejd9Ts7SENbAQk@postini.com; Thu, 10 Oct 2013 12:22:51 UTC Received: by mail-we0-f181.google.com with SMTP id t60so2461688wes.12 for ; Thu, 10 Oct 2013 05:22:48 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id l9sm24999509wif.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Oct 2013 05:22:47 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9ACMjCZ056651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 10 Oct 2013 13:22:45 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9ACMjuS056650; Thu, 10 Oct 2013 13:22:45 +0100 (BST) (envelope-from mexas) Message-Id: <201310101222.r9ACMjuS056650@mech-cluster241.men.bris.ac.uk> Date: Thu, 10 Oct 2013 13:22:45 +0100 (BST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182875: graphics/dri: make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UI915}}) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 12:30:01 -0000 >Number: 182875 >Category: ports >Synopsis: graphics/dri: make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UI915}}) >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 Oct 10 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 10.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r254648: Thu Aug 22 13:19:48 BST 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: # make -C /usr/ports/graphics/dri config make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UI915}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UI965}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UR200}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:URADEON}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:USWRAST}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UI810}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UMACH64}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UMGA}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UR128}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UR300}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UR600}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:USAVAGE}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:USIS}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UTDFX}}) make: "/usr/ports/graphics/dri/Makefile" line 82: Malformed conditional (${DRI_DRIVERS:M${:UUNICHROME}}) make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/graphics/dri # >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0C9ACB; Thu, 10 Oct 2013 14:40:00 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5833211C; Thu, 10 Oct 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AEe0Dt088211; Thu, 10 Oct 2013 14:40:00 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AEe0jX088209; Thu, 10 Oct 2013 14:40:00 GMT (envelope-from danilo) Date: Thu, 10 Oct 2013 14:40:00 GMT Message-Id: <201310101440.r9AEe0jX088209@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182867: [maintainer-update] news/nzbget update to 11.0 and bugfixes. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 14:40:00 -0000 Synopsis: [maintainer-update] news/nzbget update to 11.0 and bugfixes. Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Thu Oct 10 14:40:00 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182867 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 14:40:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEE94121; Thu, 10 Oct 2013 14:40:17 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A38F32124; Thu, 10 Oct 2013 14:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AEeHlS088359; Thu, 10 Oct 2013 14:40:17 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AEeHfS088358; Thu, 10 Oct 2013 14:40:17 GMT (envelope-from danilo) Date: Thu, 10 Oct 2013 14:40:17 GMT Message-Id: <201310101440.r9AEeHfS088358@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182868: [maintainer-update] news/nzbget update to 11.0, and bugfixes. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 14:40:17 -0000 Synopsis: [maintainer-update] news/nzbget update to 11.0, and bugfixes. Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Thu Oct 10 14:40:17 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182868 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 15:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F12BEEA1 for ; Thu, 10 Oct 2013 15:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B70B02555 for ; Thu, 10 Oct 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AFe0Wo001075 for ; Thu, 10 Oct 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AFe0hO001074; Thu, 10 Oct 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 15:40:00 GMT Resent-Message-Id: <201310101540.r9AFe0hO001074@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, Fabiano Sidler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7B41D36 for ; Thu, 10 Oct 2013 15:37:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95420253A for ; Thu, 10 Oct 2013 15:37:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9AFbfZ9020986 for ; Thu, 10 Oct 2013 15:37:41 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9AFbflv020980; Thu, 10 Oct 2013 15:37:41 GMT (envelope-from nobody) Message-Id: <201310101537.r9AFbflv020980@oldred.freebsd.org> Date: Thu, 10 Oct 2013 15:37:41 GMT From: Fabiano Sidler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182878: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 15:40:01 -0000 >Number: 182878 >Category: ports >Synopsis: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 >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 Oct 10 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fabiano Sidler >Release: >Organization: webstyle GmbH >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 329970) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (apache2/mod_fcgid-2.3.7.tar.gz) = b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d -SIZE (apache2/mod_fcgid-2.3.7.tar.gz) = 104818 +SHA256(Downloads/mod_fcgid-2.3.9.tar.gz)= 1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf +SIZE (apache2/mod_fcgid-2.3.9.tar.gz) = 107582 Index: Makefile =================================================================== --- Makefile (revision 329970) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_fcgid -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= ${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 15:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 875D2EDE; Thu, 10 Oct 2013 15:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D0312557; Thu, 10 Oct 2013 15:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AFe9mA001228; Thu, 10 Oct 2013 15:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AFe9fF001227; Thu, 10 Oct 2013 15:40:09 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 15:40:09 GMT Message-Id: <201310101540.r9AFe9fF001227@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182878: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 15:40:09 -0000 Synopsis: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Thu Oct 10 15:40:09 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182878 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 15:40:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47539EE0; Thu, 10 Oct 2013 15:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 182B72558; Thu, 10 Oct 2013 15:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AFeA4H001328; Thu, 10 Oct 2013 15:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AFeAx5001327; Thu, 10 Oct 2013 15:40:10 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 15:40:10 GMT Message-Id: <201310101540.r9AFeAx5001327@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182878: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 15:40:11 -0000 Synopsis: [patch] Updating www/mod_fcgid form 2.3.7 to 2.3.9 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 10 15:40:10 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182878 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 15:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 467D545E for ; Thu, 10 Oct 2013 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34819262A for ; Thu, 10 Oct 2013 15:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AFo2WU003270 for ; Thu, 10 Oct 2013 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AFo2uY003269; Thu, 10 Oct 2013 15:50:02 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 15:50:02 GMT Message-Id: <201310101550.r9AFo2uY003269@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kristof Provost Subject: Re: ports/182792: knotd startup script no longer works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kristof Provost List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 15:50:03 -0000 The following reply was made to PR ports/182792; it has been noted by GNATS. From: Kristof Provost To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182792: knotd startup script no longer works Date: Thu, 10 Oct 2013 15:42:48 +0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline I've solved the problem for me with the attached patch. Regards, Kristof --liOOAslEiF7prFVr Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="knotd.patch" --- knotd-old 2013-10-10 17:20:25.619211573 +0200 +++ knotd 2013-10-10 17:41:53.109211462 +0200 @@ -28,23 +28,23 @@ : ${knot_enable:="NO"} : ${knot_config="/usr/local/etc/knot/knot.conf"} -command=/usr/local/sbin/${name}c -procname=/usr/local/sbin/${name}d +knotc=/usr/local/sbin/${name}c +command=/usr/local/sbin/${name}d pidfile=/var/run/${name}.pid -command_args="-c ${knot_config} -w start" +command_args="-c ${knot_config} -d" required_files=${knot_config} knot_reload() { echo "Reloading ${name}." - ${command} -c ${knot_config} reload + ${knotc} -c ${knot_config} reload } knot_status() { - ${command} -c ${knot_config} status + ${knotc} -c ${knot_config} status } knot_stop() { echo "Stopping ${name}." - ${command} -c ${knot_config} stop + ${knotc} -c ${knot_config} stop } run_rc_command "$1" --liOOAslEiF7prFVr-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB300436 for ; Thu, 10 Oct 2013 17:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8D7E2E48 for ; Thu, 10 Oct 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AHe0II025984 for ; Thu, 10 Oct 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AHe0i7025983; Thu, 10 Oct 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 17:40:00 GMT Resent-Message-Id: <201310101740.r9AHe0i7025983@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98AF4EBD for ; Thu, 10 Oct 2013 17:30:18 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 595AF2D9D for ; Thu, 10 Oct 2013 17:30:18 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id 84B711744D0; Thu, 10 Oct 2013 19:30:12 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id 9D5CA17448E; Thu, 10 Oct 2013 19:30:08 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.7/8.14.7) with ESMTP id r9AHU8o4087454; Thu, 10 Oct 2013 19:30:08 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.7/8.14.7/Submit) id r9AHU7Bs087452; Thu, 10 Oct 2013 19:30:07 +0200 (CEST) (envelope-from olgeni) Message-Id: <201310101730.r9AHU7Bs087452@olgeni.olgeni> Date: Thu, 10 Oct 2013 19:30:07 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182879: sysutils/ts conflicts with security/openssl Cc: demon@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jimmy Olgeni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 17:40:01 -0000 >Number: 182879 >Category: ports >Synopsis: sysutils/ts conflicts with security/openssl >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 Oct 10 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD olgeni 9.1-STABLE FreeBSD 9.1-STABLE #1 r249688: Sat Apr 20 13:28:27 CEST 2013 root@olgeni:/usr/obj/usr/src/sys/RELENG_9.amd64 amd64 >Description: Both sysutils/ts and security/openssl install man/man1/ts.1.gz. A quick fix would be to rename ts.1 to ts.8. >How-To-Repeat: >Fix: (also includes staging support) Index: Makefile =================================================================== --- Makefile (revision 329980) +++ Makefile (working copy) @@ -10,21 +10,22 @@ COMMENT= Serial task spooler USE_GMAKE= yes -PLIST_FILES= bin/ts +PLIST_FILES= bin/ts \ + man/man8/ts.8.gz PORTDOCS= OBJECTIVES PROTOCOL README TRICKS -MAN1= ts.1 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\ ${WRKSRC}/Makefile +# Install man page as ts.8 to avoid conflict with security/openssl + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ts ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/ts.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/ts ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${MAN1PREFIX}/man/man8/ts.8 .ifndef NOPORTDOCS - ${INSTALL} -d ${DOCSDIR}/ - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + ${INSTALL} -d ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 17:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37377470; Thu, 10 Oct 2013 17:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7462E4E; Thu, 10 Oct 2013 17:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AHe7VN027626; Thu, 10 Oct 2013 17:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AHe7Pb027625; Thu, 10 Oct 2013 17:40:07 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 17:40:07 GMT Message-Id: <201310101740.r9AHe7Pb027625@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182879: sysutils/ts conflicts with security/openssl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 17:40:08 -0000 Synopsis: sysutils/ts conflicts with security/openssl Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 10 17:40:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182879 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 19:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28DE9826 for ; Thu, 10 Oct 2013 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 157AF271E for ; Thu, 10 Oct 2013 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AJe17R054346 for ; Thu, 10 Oct 2013 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AJe1o5054345; Thu, 10 Oct 2013 19:40:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 19:40:01 GMT Message-Id: <201310101940.r9AJe1o5054345@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 19:40:02 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Michael Gmelin To: Miroslav Lachman <000.fbsd@quip.cz> Cc: bug-followup@FreeBSD.org, Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Thu, 10 Oct 2013 21:30:05 +0200 On Wed, 02 Oct 2013 21:55:29 +0200 Miroslav Lachman <000.fbsd@quip.cz> wrote: > I am still not 100% sure we should handle existence of /etc/my.cnf as > parse error. > Change of location of config file for Lighttpd was handled more > gracefully - print warning message, if old path was found and use it > even if config in new location is present. (it is there on all new > installations, check is done in rc.d/lighttpd) > > On the other way, if we print the message instructing user to move > my.cnf to proper location, then it will not cause too much harm and > problem can be solved within few seconds. > So I am fine with your suggested solution. > > I will test your patch in a few days. I am too busy with my $WORK now. > > Miroslav Lachman Did you have a chance to test the patch yet? Michael -- Michael Gmelin From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 20:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD9C4F27 for ; Thu, 10 Oct 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8EAD2B88 for ; Thu, 10 Oct 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AKe01Q067143 for ; Thu, 10 Oct 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AKe0Z9067142; Thu, 10 Oct 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 20:40:00 GMT Resent-Message-Id: <201310102040.r9AKe0Z9067142@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A380A69; Thu, 10 Oct 2013 20:33:31 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB702B00; Thu, 10 Oct 2013 20:33:30 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id er20so2549830lab.21 for ; Thu, 10 Oct 2013 13:33:28 -0700 (PDT) Received: from localhost (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id u18sm30981001lbp.4.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 13:33:27 -0700 (PDT) Message-Id: <52570f17.d237700a.0341.fffffde3@mx.google.com> Date: Thu, 10 Oct 2013 13:33:27 -0700 (PDT) From: Raphael Kubo da Costa Sender: Raphael Kubo da Costa To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182881: [PATCH] cad/qcad: update to 3.3.3.0 Cc: mr@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 20:40:00 -0000 >Number: 182881 >Category: ports >Synopsis: [PATCH] cad/qcad: update to 3.3.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: Thu Oct 10 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD project >Environment: System: FreeBSD orwell 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r255408: Mon Sep 9 00:29:39 >Description: The attached patch updates the port to 3.3.3.0, which contains native support for our upcoming Qt 4.8.5. It also removes MAKE_JOBS_UNSAFE (it built fine on a machine with a few cores). Port maintainer (mr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- qcad-3.3.3.0.patch begins here --- diff -ruN /usr/ports/cad/qcad/Makefile ./Makefile --- /usr/ports/cad/qcad/Makefile 2013-10-10 15:47:00.000000000 +0300 +++ ./Makefile 2013-10-10 23:29:54.000000000 +0300 @@ -1,8 +1,8 @@ # Created by: Thomas Gellekum -# $FreeBSD: cad/qcad/Makefile 329987 2013-10-10 12:47:00Z mr $ +# $FreeBSD: head/cad/qcad/Makefile 329987 2013-10-10 12:47:00Z mr $ PORTNAME= qcad -PORTVERSION= 3.2.1.0 +PORTVERSION= 3.3.3.0 CATEGORIES= cad MASTER_SITES= http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ \ https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ @@ -20,7 +20,6 @@ FETCH_ARGS= -Fpr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKE_JOBS_UNSAFE=yes USES= gmake qmake USE_LDCONFIG= yes @@ -52,9 +51,6 @@ pre-configure: ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ ${WRKSRC}/src/core/RSettings.cpp -# 4.8.4 is the last supported Qt 4 version - ${REINPLACE_CMD} -e '/qt-labs-qtscriptgenerator/s,$$$${QT_VERSION},4.8.4,' \ - ${WRKSRC}/src/3rdparty/3rdparty.pro do-install: ${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${STAGEDIR}${PREFIX}/bin/ diff -ruN /usr/ports/cad/qcad/distinfo ./distinfo --- /usr/ports/cad/qcad/distinfo 2013-08-21 10:52:35.000000000 +0300 +++ ./distinfo 2013-10-10 23:29:54.000000000 +0300 @@ -1,2 +1,2 @@ -SHA256 (qcad/v3.2.1.0.tar.gz) = 1a33c5970ecb2ef08103288718a16843ce7e367c5329fbb2e346d5322b8a1d85 -SIZE (qcad/v3.2.1.0.tar.gz) = 17739322 +SHA256 (qcad/v3.3.3.0.tar.gz) = 8b6af29e7ecee105b6e3b08f677ac2eafb8d4c4e40a98ed1da80c73f499479d4 +SIZE (qcad/v3.3.3.0.tar.gz) = 19805587 diff -ruN /usr/ports/cad/qcad/files/patch-src_core_RMetaTypes.h ./files/patch-src_core_RMetaTypes.h --- /usr/ports/cad/qcad/files/patch-src_core_RMetaTypes.h 2013-08-21 10:52:35.000000000 +0300 +++ ./files/patch-src_core_RMetaTypes.h 2013-10-10 23:29:55.000000000 +0300 @@ -1,11 +1,11 @@ ---- src/core/RMetaTypes.h.orig 2013-08-06 17:32:09.000000000 +0200 -+++ src/core/RMetaTypes.h 2013-08-08 10:41:01.000000000 +0200 -@@ -121,7 +121,7 @@ +--- src/core/RMetaTypes.h.orig 2013-10-07 15:13:12.654243671 +0300 ++++ src/core/RMetaTypes.h 2013-10-07 15:13:24.530910626 +0300 +@@ -125,7 +125,7 @@ Q_DECLARE_METATYPE(unsigned int*) Q_DECLARE_METATYPE(qint64*) - //Q_DECLARE_METATYPE(uint8_t*) + -#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX +#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD Q_DECLARE_METATYPE(size_t*) #endif - Q_DECLARE_METATYPE(char*) + diff -ruN /usr/ports/cad/qcad/pkg-plist ./pkg-plist --- /usr/ports/cad/qcad/pkg-plist 2013-08-21 10:52:35.000000000 +0300 +++ ./pkg-plist 2013-10-10 23:31:50.000000000 +0300 @@ -138,7 +138,6 @@ %%DATADIR%%/libraries/default/misc/Bath plan.dxf %%DATADIR%%/libraries/default/misc/Window 900.dxf %%DATADIR%%/libraries/default/misc/rect.dxf -%%DATADIR%%/libraries/default/misc/~Window 900.dxf %%DATADIR%%/libraries/templates/_META/meta.rdf %%DATADIR%%/libraries/templates/empty.dxf %%DATADIR%%/libraries/templates/imperial/_META/meta.rdf @@ -423,6 +422,7 @@ %%DATADIR%%/scripts/Block/Block.pro %%DATADIR%%/scripts/Block/BlockDialog.js %%DATADIR%%/scripts/Block/BlockDialog.ui +%%DATADIR%%/scripts/Block/BlockInsert.js %%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js %%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro %%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg @@ -493,6 +493,34 @@ %%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts %%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.js +%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.pro +%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.svg +%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferencesInit.js +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_de.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_de.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_en.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_es.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_fr.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_it.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_ja.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_pt.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_en.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_ja.html +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_de.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_de.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_es.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_es.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_fr.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_fr.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_it.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_it.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_ja.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_ja.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pl.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pl.ts +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pt.qm +%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pt.ts %%DATADIR%%/scripts/Block/EditBlock/EditBlock.js %%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro %%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg @@ -664,6 +692,53 @@ %%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts %%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm %%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/FlipHorizontal.svg +%%DATADIR%%/scripts/Block/InsertBlockItem/FlipVertical.svg +%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.js +%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.pro +%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.svg +%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.ui +%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItemInit.js +%%DATADIR%%/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_en.html +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_de.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_de.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_es.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_es.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_fr.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_fr.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_it.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_it.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_ja.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_ja.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pl.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pl.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pt.qm +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pt.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_de.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_es.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_fr.ts +%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_it.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItem.js +%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItem.pro +%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItemInit.js +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_de.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_de.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_es.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_es.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_fr.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_fr.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_it.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_it.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_ja.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_ja.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pl.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pl.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pt.qm +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pt.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_de.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_es.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_fr.ts +%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_it.ts %%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js %%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro %%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg @@ -728,6 +803,34 @@ %%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.ts %%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.qm %%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.js +%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.pro +%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.svg +%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferencesInit.js +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_de.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_de.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_en.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_es.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_fr.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_it.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_ja.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_pt.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_en.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_ja.html +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_de.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_de.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_es.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_es.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_fr.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_fr.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_it.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_it.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_ja.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_ja.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pl.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pl.ts +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pt.qm +%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pt.ts %%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.js %%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro %%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg @@ -3054,7 +3157,6 @@ %%DATADIR%%/scripts/Draw/Line/doc/Line_it.html %%DATADIR%%/scripts/Draw/Line/doc/Line_ja.html %%DATADIR%%/scripts/Draw/Line/doc/Line_pt.html -%%DATADIR%%/scripts/Draw/Line/doit.sh %%DATADIR%%/scripts/Draw/Line/ts/Line_de.qm %%DATADIR%%/scripts/Draw/Line/ts/Line_de.ts %%DATADIR%%/scripts/Draw/Line/ts/Line_es.qm @@ -3283,6 +3385,9 @@ %%DATADIR%%/scripts/Draw/Text/Text.pro %%DATADIR%%/scripts/Draw/Text/Text.svg %%DATADIR%%/scripts/Draw/Text/Text.ui +%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseCenter.svg +%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseLeft.svg +%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseRight.svg %%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomCenter.svg %%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomLeft.svg %%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomRight.svg @@ -3958,53 +4063,6 @@ %%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.qm %%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.ts %%DATADIR%%/scripts/Edit/Expand.svg -%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipHorizontal.svg -%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipVertical.svg -%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.js -%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.pro -%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.svg -%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.ui -%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItemInit.js -%%DATADIR%%/scripts/Edit/InsertBlockItem/doc/InsertBlockItem_desc_en.html -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.qm -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_de.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_es.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_fr.ts -%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_it.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.js -%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.pro -%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItemInit.js -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.qm -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_de.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_es.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_fr.ts -%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_it.ts %%DATADIR%%/scripts/Edit/Paste/FlipHorizontal.svg %%DATADIR%%/scripts/Edit/Paste/FlipVertical.svg %%DATADIR%%/scripts/Edit/Paste/Paste.js @@ -4527,6 +4585,7 @@ %%DATADIR%%/scripts/File/SvgImport/SvgImport.js %%DATADIR%%/scripts/File/SvgImport/SvgImport.pro %%DATADIR%%/scripts/File/SvgImport/SvgImport.svg +%%DATADIR%%/scripts/File/SvgImport/SvgImportDialog.ui %%DATADIR%%/scripts/File/SvgImport/SvgImportInit.js %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_de.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_de.html @@ -5007,6 +5066,13 @@ %%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.svg %%DATADIR%%/scripts/Information/InfoPosition/InfoPositionInit.js %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_de.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_de.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_en.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_es.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_fr.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_it.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_pt.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_en.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_es.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_fr.html @@ -5027,17 +5093,76 @@ %%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.ts %%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.qm %%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.js +%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.pro +%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.svg +%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPolInit.js +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_de.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_de.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_en.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_es.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_fr.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_it.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pt.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_en.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_de.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_de.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_es.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_es.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_fr.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_fr.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_it.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_it.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_ja.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_ja.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pl.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pl.ts +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pt.qm +%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pt.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.js +%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.pro +%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.svg +%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRelInit.js +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_de.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_de.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_en.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_es.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_fr.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_it.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pt.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_en.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_de.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_de.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_es.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_es.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_fr.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_fr.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_it.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_it.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_ja.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_ja.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pl.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pl.ts +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pt.qm +%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pt.ts %%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.js %%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.pro %%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.svg %%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRelInit.js %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_de.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_en.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_es.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_fr.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_it.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pt.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html -%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_es.html -%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_fr.html -%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_it.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ja.html -%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pt.html %%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.qm %%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.ts %%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.qm @@ -5055,7 +5180,9 @@ %%DATADIR%%/scripts/Information/Information.js %%DATADIR%%/scripts/Information/Information.pro %%DATADIR%%/scripts/Information/Information.svg +%%DATADIR%%/scripts/Information/Information.ui %%DATADIR%%/scripts/Information/doc/Information_de.html +%%DATADIR%%/scripts/Information/doc/Information_desc_de.html %%DATADIR%%/scripts/Information/doc/Information_desc_en.html %%DATADIR%%/scripts/Information/doc/Information_en.html %%DATADIR%%/scripts/Information/doc/Information_es.html @@ -5112,6 +5239,34 @@ %%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.ts %%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.qm %%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.js +%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.pro +%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.svg +%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayerInit.js +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_de.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_de.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_en.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_es.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_fr.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_it.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pt.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_en.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_ja.html +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_de.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_de.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_es.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_es.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_fr.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_fr.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_it.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_it.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_ja.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_ja.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pl.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pl.ts +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pt.qm +%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pt.ts %%DATADIR%%/scripts/Layer/EditLayer/EditLayer.js %%DATADIR%%/scripts/Layer/EditLayer/EditLayer.pro %%DATADIR%%/scripts/Layer/EditLayer/EditLayer.svg @@ -5214,6 +5369,34 @@ %%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.ts %%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_de.ts %%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_fr.ts +%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.js +%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.pro +%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.svg +%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayerInit.js +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_de.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_de.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_en.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_es.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_fr.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_it.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pt.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_en.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_ja.html +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_de.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_de.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_es.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_es.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_fr.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_fr.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_it.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_it.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_ja.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_ja.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pl.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pl.ts +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pt.qm +%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pt.ts %%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.js %%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro %%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg @@ -5453,6 +5636,25 @@ %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.qm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.ts %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/ts.pro +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener/ExTransactionListener.js +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener/ExTransactionListener.pro +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ListenerExamples.js +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ListenerExamples.pro +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_de.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_de.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_es.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_es.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_fr.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_fr.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_it.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_it.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_ja.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_ja.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pl.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pl.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pt.qm +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pt.ts +%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ts.pro %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.js %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.pro %%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.js @@ -5491,6 +5693,26 @@ %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.qm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.ts %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ts.pro +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/ExMainWindow.js +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/ExMainWindow.pro +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/MyAction.svg +%%DATADIR%%/scripts/Misc/Examples/QtExamples/QtExamples.js +%%DATADIR%%/scripts/Misc/Examples/QtExamples/QtExamples.pro +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_de.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_de.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_es.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_es.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_fr.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_fr.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_it.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_it.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_ja.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_ja.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pl.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pl.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pt.qm +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pt.ts +%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/ts.pro %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.js %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.pro %%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.js @@ -5650,20 +5872,20 @@ %%DATADIR%%/scripts/Misc/doc/Examples_ja.html %%DATADIR%%/scripts/Misc/doc/Misc_de.html %%DATADIR%%/scripts/Misc/doc/Misc_ja.html -%%DATADIR%%/scripts/Misc/ts/Examples_de.qm -%%DATADIR%%/scripts/Misc/ts/Examples_de.ts -%%DATADIR%%/scripts/Misc/ts/Examples_es.qm -%%DATADIR%%/scripts/Misc/ts/Examples_es.ts -%%DATADIR%%/scripts/Misc/ts/Examples_fr.qm -%%DATADIR%%/scripts/Misc/ts/Examples_fr.ts -%%DATADIR%%/scripts/Misc/ts/Examples_it.qm -%%DATADIR%%/scripts/Misc/ts/Examples_it.ts -%%DATADIR%%/scripts/Misc/ts/Examples_ja.qm -%%DATADIR%%/scripts/Misc/ts/Examples_ja.ts -%%DATADIR%%/scripts/Misc/ts/Examples_pl.qm -%%DATADIR%%/scripts/Misc/ts/Examples_pl.ts -%%DATADIR%%/scripts/Misc/ts/Examples_pt.qm -%%DATADIR%%/scripts/Misc/ts/Examples_pt.ts +%%DATADIR%%/scripts/Misc/ts/Misc_de.qm +%%DATADIR%%/scripts/Misc/ts/Misc_de.ts +%%DATADIR%%/scripts/Misc/ts/Misc_es.qm +%%DATADIR%%/scripts/Misc/ts/Misc_es.ts +%%DATADIR%%/scripts/Misc/ts/Misc_fr.qm +%%DATADIR%%/scripts/Misc/ts/Misc_fr.ts +%%DATADIR%%/scripts/Misc/ts/Misc_it.qm +%%DATADIR%%/scripts/Misc/ts/Misc_it.ts +%%DATADIR%%/scripts/Misc/ts/Misc_ja.qm +%%DATADIR%%/scripts/Misc/ts/Misc_ja.ts +%%DATADIR%%/scripts/Misc/ts/Misc_pl.qm +%%DATADIR%%/scripts/Misc/ts/Misc_pl.ts +%%DATADIR%%/scripts/Misc/ts/Misc_pt.qm +%%DATADIR%%/scripts/Misc/ts/Misc_pt.ts %%DATADIR%%/scripts/Misc/ts/ts.pro %%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.js %%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.pro @@ -6978,46 +7200,46 @@ %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.ts %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.qm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.ts -%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.js -%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.pro -%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.svg -%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.ui -%%DATADIR%%/scripts/Select/SelectLayer/SelectLayerInit.js -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_de.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_de.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_en.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_es.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_fr.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_it.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_ja.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_pt.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_en.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_es.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_fr.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_it.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_ja.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_de.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_en.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_es.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_fr.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_it.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_ja.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_pt.html -%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_pt.html -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.ts -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.qm -%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.js +%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.pro +%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.svg +%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.ui +%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntityInit.js +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_de.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_de.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_en.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_es.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_fr.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_it.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_ja.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_pt.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_en.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_es.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_fr.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_it.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_ja.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_de.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_en.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_es.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_fr.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_it.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_ja.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_pt.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_pt.html +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_de.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_de.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_es.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_es.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_fr.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_fr.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_it.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_it.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_ja.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_ja.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pl.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pl.ts +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pt.qm +%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pt.ts %%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.js %%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.pro %%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.svg @@ -9269,9 +9491,9 @@ @dirrm %%DATADIR%%/scripts/Select/SelectRectangle/ts @dirrm %%DATADIR%%/scripts/Select/SelectRectangle/doc @dirrm %%DATADIR%%/scripts/Select/SelectRectangle -@dirrm %%DATADIR%%/scripts/Select/SelectLayer/ts -@dirrm %%DATADIR%%/scripts/Select/SelectLayer/doc -@dirrm %%DATADIR%%/scripts/Select/SelectLayer +@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity/ts +@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity/doc +@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity @dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts @dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc @dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities @@ -9463,12 +9685,18 @@ @dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts @dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing @dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples +@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples/ts +@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow +@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples @dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts @dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial @dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples @dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ts @dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral @dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples +@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts +@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener +@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples @dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts @dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack @dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples @@ -9504,6 +9732,9 @@ @dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/ts @dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc @dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer +@dirrm %%DATADIR%%/scripts/Layer/SelectLayer/ts +@dirrm %%DATADIR%%/scripts/Layer/SelectLayer/doc +@dirrm %%DATADIR%%/scripts/Layer/SelectLayer @dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/ts @dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/doc @dirrm %%DATADIR%%/scripts/Layer/RemoveLayer @@ -9513,6 +9744,9 @@ @dirrm %%DATADIR%%/scripts/Layer/EditLayer/ts @dirrm %%DATADIR%%/scripts/Layer/EditLayer/doc @dirrm %%DATADIR%%/scripts/Layer/EditLayer +@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer/ts +@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer/doc +@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer @dirrm %%DATADIR%%/scripts/Layer/AddLayer/ts @dirrm %%DATADIR%%/scripts/Layer/AddLayer/doc @dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests/required @@ -9524,6 +9758,12 @@ @dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/ts @dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/doc @dirrm %%DATADIR%%/scripts/Information/InfoPositionRel +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel/ts +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol/ts +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol/doc +@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol @dirrm %%DATADIR%%/scripts/Information/InfoPosition/ts @dirrm %%DATADIR%%/scripts/Information/InfoPosition/doc @dirrm %%DATADIR%%/scripts/Information/InfoPosition @@ -9626,11 +9866,6 @@ @dirrm %%DATADIR%%/scripts/Edit/Paste/ts @dirrm %%DATADIR%%/scripts/Edit/Paste/doc @dirrm %%DATADIR%%/scripts/Edit/Paste -@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem/ts -@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem -@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/ts -@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/doc -@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem @dirrm %%DATADIR%%/scripts/Edit/Esc/ts @dirrm %%DATADIR%%/scripts/Edit/Esc/doc @dirrm %%DATADIR%%/scripts/Edit/Esc @@ -10014,12 +10249,20 @@ @dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/ts @dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/doc @dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks +@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences/ts +@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences/doc +@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences @dirrm %%DATADIR%%/scripts/Block/RenameBlock/ts @dirrm %%DATADIR%%/scripts/Block/RenameBlock/doc @dirrm %%DATADIR%%/scripts/Block/RenameBlock @dirrm %%DATADIR%%/scripts/Block/RemoveBlock/ts @dirrm %%DATADIR%%/scripts/Block/RemoveBlock/doc @dirrm %%DATADIR%%/scripts/Block/RemoveBlock +@dirrm %%DATADIR%%/scripts/Block/InsertScriptItem/ts +@dirrm %%DATADIR%%/scripts/Block/InsertScriptItem +@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem/ts +@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem/doc +@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem @dirrm %%DATADIR%%/scripts/Block/InsertBlock/ts @dirrm %%DATADIR%%/scripts/Block/InsertBlock/doc @dirrm %%DATADIR%%/scripts/Block/InsertBlock @@ -10035,6 +10278,9 @@ @dirrm %%DATADIR%%/scripts/Block/EditBlock/ts @dirrm %%DATADIR%%/scripts/Block/EditBlock/doc @dirrm %%DATADIR%%/scripts/Block/EditBlock +@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences/ts +@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences/doc +@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences @dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts @dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/doc @dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem @@ -10075,3 +10321,4 @@ @dirrm %%DATADIR%%/libraries/default @dirrm %%DATADIR%%/libraries @dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%% --- qcad-3.3.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 20:40:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 578E8F66; Thu, 10 Oct 2013 20:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DCD02B8B; Thu, 10 Oct 2013 20:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AKeAbi067281; Thu, 10 Oct 2013 20:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AKeAx3067280; Thu, 10 Oct 2013 20:40:10 GMT (envelope-from edwin) Date: Thu, 10 Oct 2013 20:40:10 GMT Message-Id: <201310102040.r9AKeAx3067280@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182881: [PATCH] cad/qcad: update to 3.3.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 20:40:11 -0000 Synopsis: [PATCH] cad/qcad: update to 3.3.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->mr Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 10 20:40:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182881 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 20:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC137620 for ; Thu, 10 Oct 2013 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87AD82C92 for ; Thu, 10 Oct 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AKo0vX068991 for ; Thu, 10 Oct 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AKo0v2068990; Thu, 10 Oct 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 20:50:00 GMT Resent-Message-Id: <201310102050.r9AKo0v2068990@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD0822F6 for ; Thu, 10 Oct 2013 20:44:25 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 82EF62BFF for ; Thu, 10 Oct 2013 20:44:25 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id BADC61744B6; Thu, 10 Oct 2013 22:44:24 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id 63F911744C7; Thu, 10 Oct 2013 22:44:19 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.7/8.14.7) with ESMTP id r9AKiIqr027028; Thu, 10 Oct 2013 22:44:19 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.7/8.14.7/Submit) id r9AKiIPw026119; Thu, 10 Oct 2013 22:44:18 +0200 (CEST) (envelope-from olgeni) Message-Id: <201310102044.r9AKiIPw026119@olgeni.olgeni> Date: Thu, 10 Oct 2013 22:44:18 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182882: staging support for syslog-ng Cc: cy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jimmy Olgeni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 20:50:00 -0000 >Number: 182882 >Category: ports >Synopsis: staging support for syslog-ng >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 Oct 10 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD olgeni 9.1-STABLE FreeBSD 9.1-STABLE #1 r249688: Sat Apr 20 13:28:27 CEST 2013 root@olgeni:/usr/obj/usr/src/sys/RELENG_9.amd64 amd64 >Description: Random things that came up while upgrading: - Add staging support - Handle scl.conf like syslog-ng.conf (with scl.conf.dist) - Always install syslog-ng.conf.sample/dist, since they are example files - Use mkdir -p in pkg-plist to fix warning during reinstallations/upgrades - Sort pkg-plist - General cleanup >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 329980) +++ Makefile (working copy) @@ -34,15 +34,10 @@ USES= pkgconfig -NO_STAGE= yes .include LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog -MAN1= loggen.1 pdbtool.1 syslog-ng-ctl.1 -MAN5= syslog-ng.conf.5 -MAN8= syslog-ng.8 - USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng GNU_CONFIGURE= yes @@ -144,22 +139,17 @@ post-patch: @${REINPLACE_CMD} -e 's:libnet-config:libnet11-config:g' ${WRKSRC}/configure @${LN} ${WRKSRC}/scl/syslog-ng.conf ${WRKSRC}/scl/syslog-ng.conf.dist + @${LN} ${WRKSRC}/scl/scl.conf ${WRKSRC}/scl/scl.conf.dist post-install: .if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ - ${PREFIX}/share/doc/syslog-ng \ - ${PREFIX}/share/doc/syslog-ng - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/syslog-ng - ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/syslog-ng - ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/syslog-ng + ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .endif - @if [ ! -f ${PREFIX}/etc/syslog-ng.conf.sample ]; then \ - ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${PREFIX}/etc; \ - fi - @if [ ! -f ${PREFIX}/etc/syslog-ng.conf.dist ]; then \ - ${INSTALL_DATA} ${WRKSRC}/scl/syslog-ng.conf.dist ${PREFIX}/etc; \ - fi - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample ${STAGEDIR}${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/scl/syslog-ng.conf.dist ${STAGEDIR}${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/scl/scl.conf.dist ${STAGEDIR}${PREFIX}/etc .include Index: pkg-plist =================================================================== --- pkg-plist (revision 329980) +++ pkg-plist (working copy) @@ -1,31 +1,33 @@ @unexec %D/etc/rc.d/syslog-ng.sh stop > /dev/null 2>&1 || true -etc/scl.conf +@unexec if cmp -s %D/etc/scl.conf %D/etc/scl.conf.dist; then rm -f %D/etc/scl.conf; fi +etc/scl.conf.dist +@exec test -f %B/scl.conf || cp %B/%f %B/scl.conf @unexec if cmp -s %D/etc/syslog-ng.conf %D/etc/syslog-ng.conf.dist; then rm -f %D/etc/syslog-ng.conf; fi etc/syslog-ng.conf.dist -@exec test -f %B/syslog-ng.conf || cp -p %B/%f %B/syslog-ng.conf +@exec test -f %B/syslog-ng.conf || cp %B/%f %B/syslog-ng.conf etc/syslog-ng.conf.sample bin/loggen bin/pdbtool bin/update-patterndb -sbin/syslog-ng -sbin/syslog-ng-ctl include/syslog-ng/afinter.h include/syslog-ng/alarms.h include/syslog-ng/apphook.h include/syslog-ng/atomic.h include/syslog-ng/block-ref-parser.h +include/syslog-ng/cfg-args.h include/syslog-ng/cfg-grammar.h +include/syslog-ng/cfg-lexer-subst.h include/syslog-ng/cfg-lexer.h include/syslog-ng/cfg-parser.h +include/syslog-ng/cfg-tree.h include/syslog-ng/cfg.h include/syslog-ng/children.h -include/syslog-ng/cfg-args.h -include/syslog-ng/cfg-lexer-subst.h include/syslog-ng/compat.h include/syslog-ng/control.h include/syslog-ng/crypto.h include/syslog-ng/dnscache.h include/syslog-ng/driver.h +include/syslog-ng/file-perms.h include/syslog-ng/filter-expr-parser.h include/syslog-ng/filter.h include/syslog-ng/gprocess.h @@ -36,7 +38,6 @@ include/syslog-ng/logmsg.h include/syslog-ng/logparser.h include/syslog-ng/logpipe.h -include/syslog-ng/logproto.h include/syslog-ng/logproto-buffered-server.h include/syslog-ng/logproto-builtins.h include/syslog-ng/logproto-client.h @@ -47,6 +48,7 @@ include/syslog-ng/logproto-server.h include/syslog-ng/logproto-text-client.h include/syslog-ng/logproto-text-server.h +include/syslog-ng/logproto.h include/syslog-ng/logqueue-fifo.h include/syslog-ng/logqueue.h include/syslog-ng/logreader.h @@ -80,24 +82,19 @@ include/syslog-ng/tlscontext.h include/syslog-ng/tlstransport.h include/syslog-ng/utils.h +include/syslog-ng/uuid.h include/syslog-ng/value-pairs.h include/syslog-ng/versioning.h -include/syslog-ng/cfg-tree.h -include/syslog-ng/file-perms.h -include/syslog-ng/uuid.h include/syslog-ng/vptransform.h +lib/libsyslog-ng-3.4.3.so lib/libsyslog-ng.la lib/libsyslog-ng.so -lib/libsyslog-ng-3.4.3.so -libdata/pkgconfig/syslog-ng.pc -lib/syslog-ng/libcryptofuncs.la -lib/syslog-ng/libcryptofuncs.so +lib/syslog-ng/libafamqp.la +lib/syslog-ng/libafamqp.so lib/syslog-ng/libaffile.la lib/syslog-ng/libaffile.so lib/syslog-ng/libafmongodb.la lib/syslog-ng/libafmongodb.so -lib/syslog-ng/libafamqp.la -lib/syslog-ng/libafamqp.so lib/syslog-ng/libafprog.la lib/syslog-ng/libafprog.so lib/syslog-ng/libafsocket-notls.la @@ -109,6 +106,8 @@ lib/syslog-ng/libbasicfuncs.so lib/syslog-ng/libconfgen.la lib/syslog-ng/libconfgen.so +lib/syslog-ng/libcryptofuncs.la +lib/syslog-ng/libcryptofuncs.so lib/syslog-ng/libcsvparser.la lib/syslog-ng/libcsvparser.so lib/syslog-ng/libdbparser.la @@ -119,6 +118,14 @@ lib/syslog-ng/libsyslogformat.so lib/syslog-ng/libsystem-source.la lib/syslog-ng/libsystem-source.so +libdata/pkgconfig/syslog-ng.pc +man/man1/loggen.1.gz +man/man1/pdbtool.1.gz +man/man1/syslog-ng-ctl.1.gz +man/man5/syslog-ng.conf.5.gz +man/man8/syslog-ng.8.gz +sbin/syslog-ng +sbin/syslog-ng-ctl share/include/scl/pacct/plugin.conf share/include/scl/syslogconf/README share/include/scl/syslogconf/convert-syslogconf.awk @@ -135,14 +142,14 @@ %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/syslog-ng -@dirrm lib/syslog-ng +@dirrm share/xsd +@dirrmtry share/tools @dirrm share/include/scl/system @dirrm share/include/scl/syslogconf @dirrm share/include/scl/pacct @dirrm share/include/scl @dirrm share/include -@dirrmtry share/tools -@dirrm share/xsd -@exec mkdir %D/etc/patterndb.d +@dirrm lib/syslog-ng +@dirrm include/syslog-ng +@exec mkdir -p %D/etc/patterndb.d @dirrmtry etc/patterndb.d >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 21:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 950DD3BB for ; Thu, 10 Oct 2013 21:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73C9E2EB2 for ; Thu, 10 Oct 2013 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ALK09Z075586 for ; Thu, 10 Oct 2013 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ALK0Ql075585; Thu, 10 Oct 2013 21:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 21:20:00 GMT Resent-Message-Id: <201310102120.r9ALK0Ql075585@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, Fernando Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92D3A363 for ; Thu, 10 Oct 2013 21:18:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6694B2E9F for ; Thu, 10 Oct 2013 21:18:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9ALIoU1075929 for ; Thu, 10 Oct 2013 21:18:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9ALIoqD075928; Thu, 10 Oct 2013 21:18:50 GMT (envelope-from nobody) Message-Id: <201310102118.r9ALIoqD075928@oldred.freebsd.org> Date: Thu, 10 Oct 2013 21:18:50 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182883: [maintainer update] graphics/opennurbs STAGEDIR support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 21:20:00 -0000 >Number: 182883 >Category: ports >Synopsis: [maintainer update] graphics/opennurbs STAGEDIR support >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 Oct 10 21:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 9.1-RELEASE >Organization: Open Sistemas >Environment: FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013 root@beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1 amd64 >Description: This patch makes graphics/opennurbs compile and package the software correctly with the new STAGEDIR feature. Be aware that this patch also changes the position of the PORTREVISION variable. So the PR: ports/182491: [maintainer update] 'unbreaking' port test in graphics/opennurbs Is not necessary if this one is committed first. This port needs to work in order to make others like cad/openvsp work properly. >How-To-Repeat: >Fix: Apply the attached patch. Tested in redports.org [1]https://redports.org/~fernape/20131009174000-25030-151134/opennurbs-20121024_1.log [2] https://redports.org/~fernape/20131009174000-25030-151135/opennurbs-20121024_1.log Patch attached with submission follows: diff -ruN /usr/ports/graphics/opennurbs/Makefile graphics/opennurbs/Makefile --- /usr/ports/graphics/opennurbs/Makefile 2013-09-27 16:38:01.000000000 +0200 +++ graphics/opennurbs/Makefile 2013-10-09 19:33:18.000000000 +0200 @@ -3,11 +3,11 @@ PORTNAME= opennurbs PORTVERSION= 20121024 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/ MASTER_SITE_SUBDIR=${PORTNAME}_${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} -PORTREVISION= 1 MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Tools to accurately transfer 3-D geometry between applications @@ -18,7 +18,7 @@ MAKE_ARGS= CC=${CC} CCC=${CXX} MAKEFILE= makefile -EXAMPLESDIR= ${PREFIX}/libexec/openNURBS +EXAMPLESDIR= ${STAGEDIR}${PREFIX}/libexec/openNURBS NO_STAGE= yes .include @@ -32,13 +32,13 @@ @${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h do-install: - @${INSTALL_DATA} ${WRKSRC}/libopenNURBS.a ${PREFIX}/lib + @${INSTALL_DATA} ${WRKSRC}/libopenNURBS.a ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${EXAMPLESDIR} .for i in brep read roundtrip userdata write @${INSTALL_PROGRAM} ${WRKSRC}/example_${i}/example_${i} ${EXAMPLESDIR} .endfor - @${MKDIR} ${PREFIX}/include/openNURBS/zlib - @${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/openNURBS/ - @${INSTALL_DATA} ${WRKSRC}/zlib/*.h ${PREFIX}/include/openNURBS/zlib + @${MKDIR} ${STAGEDIR}${PREFIX}/include/openNURBS/zlib + @${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/ + @${INSTALL_DATA} ${WRKSRC}/zlib/*.h ${STAGEDIR}${PREFIX}/include/openNURBS/zlib .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 22:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15A8C7D1 for ; Thu, 10 Oct 2013 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8811244B for ; Thu, 10 Oct 2013 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AMe0ss091135 for ; Thu, 10 Oct 2013 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AMe032091111; Thu, 10 Oct 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 22:40:00 GMT Resent-Message-Id: <201310102240.r9AMe032091111@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A9335A1 for ; Thu, 10 Oct 2013 22:33:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1723023FC for ; Thu, 10 Oct 2013 22:33:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9AMXEDg017217 for ; Thu, 10 Oct 2013 22:33:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9AMXEja017213; Thu, 10 Oct 2013 22:33:14 GMT (envelope-from nobody) Message-Id: <201310102233.r9AMXEja017213@oldred.freebsd.org> Date: Thu, 10 Oct 2013 22:33:14 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182886: update math/coinmp to version 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 22:40:01 -0000 >Number: 182886 >Category: ports >Synopsis: update math/coinmp to version 1.7.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: Thu Oct 10 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.2-STABLE >Organization: >Environment: FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #3: Thu Oct 10 09:46:24 COT 2013 pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL amd64 >Description: This is a pretty minor update. Apparently only some build magic for the windows port. Nevertheless it's always good to keep up to date. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: coinmp/Makefile =================================================================== --- coinmp/Makefile (revisione 329916) +++ coinmp/Makefile (copia locale) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CoinMP -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/ EXTRACT_SUFX= .tgz Index: coinmp/distinfo =================================================================== --- coinmp/distinfo (revisione 329916) +++ coinmp/distinfo (copia locale) @@ -1,2 +1,2 @@ -SHA256 (CoinMP-1.7.0.tgz) = 48bb3e89ed9ebbad1ea71ece575419b3bff81ab2c6257d353cf4c948010d5adb -SIZE (CoinMP-1.7.0.tgz) = 9647250 +SHA256 (CoinMP-1.7.1.tgz) = 47d09494384f1f40ae60b2a21d0c006042d00b1ebfcde7dc68a4f18c9b464ee8 +SIZE (CoinMP-1.7.1.tgz) = 9646573 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 22:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1993D95 for ; Thu, 10 Oct 2013 22:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DE9D24F2 for ; Thu, 10 Oct 2013 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AMo1L3092954 for ; Thu, 10 Oct 2013 22:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AMo1d4092953; Thu, 10 Oct 2013 22:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 22:50:01 GMT Resent-Message-Id: <201310102250.r9AMo1d4092953@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 Dieringer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66E8E824 for ; Thu, 10 Oct 2013 22:41:46 +0000 (UTC) (envelope-from martin.dieringer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D79C8247D for ; Thu, 10 Oct 2013 22:41:45 +0000 (UTC) Received: from thinkpad.nowhere.local ([93.220.66.144]) by mail.gmx.com (mrgmx102) with ESMTPA (Nemesis) id 0MXmpv-1VFKFC3FUF-00Wq0b for ; Fri, 11 Oct 2013 00:41:37 +0200 Received: by thinkpad.nowhere.local (Postfix, from userid 1001) id 3C9AC72EC; Fri, 11 Oct 2013 00:41:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by thinkpad.nowhere.local (Postfix) with ESMTP id 2F2F272EB for ; Fri, 11 Oct 2013 00:41:37 +0200 (CEST) Message-Id: Date: Fri, 11 Oct 2013 00:41:37 +0200 (CEST) From: Martin Dieringer To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182887: [MAINTAINER] cad/repsnapper: update to 2.3.0a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Dieringer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 22:50:01 -0000 >Number: 182887 >Category: ports >Synopsis: [MAINTAINER] cad/repsnapper: update to 2.3.0a1 >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 Oct 10 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9.2-PRERELEASE #24 r250206M: Thu Sep 5 04:27:46 >Description: - Update to 2.3.0a1 - add USE_GCC (for FreeBSD 10?) Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- repsnapper-2.3.0a1.patch begins here --- diff -ruN /ports//cad/repsnapper/Makefile ./Makefile --- /ports//cad/repsnapper/Makefile 2013-09-29 19:01:41.000000000 +0200 +++ ./Makefile 2013-10-10 22:47:42.939532557 +0200 @@ -2,8 +2,8 @@ # $FreeBSD: cad/repsnapper/Makefile 328711 2013-09-29 17:01:41Z zeising $ PORTNAME= repsnapper -PORTVERSION= 2.2.0b3 -PORTREVISION= 1 +PORTVERSION= 2.3.0a1 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} @@ -41,6 +41,7 @@ USE_AUTOTOOLS= automake libtool USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm +USE_GCC= any NO_STAGE= yes .include diff -ruN /ports//cad/repsnapper/distinfo ./distinfo --- /ports//cad/repsnapper/distinfo 2013-09-04 17:39:52.000000000 +0200 +++ ./distinfo 2013-10-10 22:43:06.444443687 +0200 @@ -1,2 +1,2 @@ -SHA256 (repsnapper/2.2.0b3) = 2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513 -SIZE (repsnapper/2.2.0b3) = 1314244 +SHA256 (repsnapper/2.3.0a1) = 4cc89fbfbebe6fab75a4f1ac04ae888fae9bd5ba4fbdc86bec3881da51563b77 +SIZE (repsnapper/2.3.0a1) = 1309748 --- repsnapper-2.3.0a1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 22:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 691ECD97 for ; Thu, 10 Oct 2013 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47E2224F4 for ; Thu, 10 Oct 2013 22:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AMo24J092965 for ; Thu, 10 Oct 2013 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9AMo2LS092964; Thu, 10 Oct 2013 22:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 22:50:02 GMT Resent-Message-Id: <201310102250.r9AMo2LS092964@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 `Sec` Zehl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B538E817 for ; Thu, 10 Oct 2013 22:40:55 +0000 (UTC) (envelope-from sec@42.org) Received: from ice.42.org (v6.42.org [IPv6:2001:608:9::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4CBEE2477 for ; Thu, 10 Oct 2013 22:40:55 +0000 (UTC) Received: by ice.42.org (Postfix, from userid 1000) id 3B62628422; Fri, 11 Oct 2013 00:40:47 +0200 (CEST) Message-Id: <20131010224047.3B62628422@ice.42.org> Date: Fri, 11 Oct 2013 00:40:47 +0200 (CEST) From: Stefan `Sec` Zehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182888: pkg-fallout / clang fix of port misc/sls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stefan `Sec` Zehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 22:50:02 -0000 >Number: 182888 >Category: ports >Synopsis: pkg-fallout / clang fix of port misc/sls >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 Oct 10 22:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 8.4-STABLE amd64 >Organization: >Environment: System: FreeBSD ice 8.4-STABLE FreeBSD 8.4-STABLE #23 r252204: Tue Jun 25 14:30:35 CEST 2013 root@ice:/usr/obj/usr/src/sys/ICE amd64 >Description: misc/sls does not compile with clang. Most of the problem is K&R-style C code without function declarations. >How-To-Repeat: >Fix: attached are two patches - first a "minimal" patch to get it compiling again, the second patch is to get it warning-free on both gcc and clang. I suggest adding both patches, but only the first is striclty necessary. File: misc/sls/files/patch-clang --- sls.c.org 1989-08-20 02:54:57.000000000 +0200 +++ sls.c 2013-10-11 00:17:06.000000000 +0200 @@ -90,6 +90,8 @@ extern int errno; extern time_t time(); +void dirread (char *dirname); +void dofile (register char *fname, int cmdarg); /******************************************************************************/ main (ac, av) @@ -211,6 +213,7 @@ /******************************************************************************/ +void dofile (fname, cmdarg) register char *fname; /* name of file to stat and list */ int cmdarg; /* =1 if fname was command line arg */ @@ -267,6 +270,7 @@ /******************************************************************************/ +void dirread (dirname) char *dirname; { /* read a directory and everything under it that's on the same device */ ====================================================================== File: misc/sls/files/patch-cleanup --- sls.c.orig 2013-10-11 00:30:50.000000000 +0200 +++ sls.c 2013-10-11 00:32:35.000000000 +0200 @@ -24,7 +24,10 @@ #include #include #include -#include +#include +#include +#include +#include #define ISEXEC(m) (m & (S_IEXEC|(S_IEXEC>>3)|(S_IEXEC>>6))) #define MAXUIDS 200 /* max #of user names from passwd file */ @@ -86,14 +89,14 @@ static int sortsfile(), sortfile(); static time_t getsixmosago(); /* for emulating 'ls' date silliness */ -extern char *getenv(), *malloc(), *realloc(); -extern int errno; -extern time_t time(); - void dirread (char *dirname); void dofile (register char *fname, int cmdarg); +void selectfs (register char *fname, register struct stat *psbuf); +void selectf (register char *fname); +void display (SFILESTAT *pf); /******************************************************************************/ +int main (ac, av) int ac; char *av[]; @@ -275,7 +278,7 @@ char *dirname; { /* read a directory and everything under it that's on the same device */ register DIR *dirp; /* ptr to directory list */ - register struct direct *dentp; /* ptr to directory entry */ + register struct dirent *dentp; /* ptr to directory entry */ register char *pfname; register int len; char fname[512]; /* maximum pathname length */ @@ -318,6 +321,7 @@ /******************************************************************************/ +void selectf (fname) register char *fname; { /* allocate space for this file name for sorting */ @@ -360,6 +364,7 @@ /******************************************************************************/ +void selectfs (fname, psbuf) register char *fname; register struct stat *psbuf; @@ -598,6 +603,7 @@ /******************************************************************************/ +void display (pf) SFILESTAT *pf; { /* display info about a file */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 23:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBCD9A5B for ; Thu, 10 Oct 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAD6B279E for ; Thu, 10 Oct 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ANe0rI003236 for ; Thu, 10 Oct 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ANe0jn003235; Thu, 10 Oct 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 10 Oct 2013 23:40:00 GMT Resent-Message-Id: <201310102340.r9ANe0jn003235@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, Sender Ghost Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 526D69F8 for ; Thu, 10 Oct 2013 23:37:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30808278C for ; Thu, 10 Oct 2013 23:37:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9ANbXbY096218 for ; Thu, 10 Oct 2013 23:37:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9ANbX6u096217; Thu, 10 Oct 2013 23:37:33 GMT (envelope-from nobody) Message-Id: <201310102337.r9ANbX6u096217@oldred.freebsd.org> Date: Thu, 10 Oct 2013 23:37:33 GMT From: Sender Ghost To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182889: [MAINTAINER] games/assaultcube: Update to v1.2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 23:40:01 -0000 >Number: 182889 >Category: ports >Synopsis: [MAINTAINER] games/assaultcube: Update to v1.2.0.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: Thu Oct 10 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sender Ghost >Release: FreeBSD 9.2-RELEASE >Organization: >Environment: >Description: Patch to update games/assaultcube port from 1.1.0.4 to 1.2.0.0 version. Look following link for changes: http://assault.cubers.net/docs/history.html Also changed launcher scripts and removed the need to create symlinks for data files (as games/redeclipse port's maintainer did). Added STAGEDIR support. Tested on GCC v4.2 and v4.8, Clang v3.3 (including with "-std=c++11" compiler option). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN assaultcube.orig/Makefile assaultcube/Makefile --- assaultcube.orig/Makefile 2013-09-20 21:36:33.000000000 +0400 +++ assaultcube/Makefile 2013-10-11 02:49:48.000000000 +0400 @@ -2,12 +2,11 @@ # $FreeBSD: games/assaultcube/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= assaultcube -PORTVERSION= 1.1.0.4 -PORTREVISION= 4 +PORTVERSION= 1.2.0.0 +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= SF/actiongame/AssaultCube%20Version%20${PORTVERSION} -DISTFILES= AssaultCube_v${PORTVERSION}_source${EXTRACT_SUFX} \ - AssaultCube_v${PORTVERSION}${EXTRACT_SUFX} +DISTNAME= AssaultCube_v${PORTVERSION} MAINTAINER= lightside@gmx.com COMMENT= Total conversion of the FPS game called Cube @@ -29,7 +28,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= libenet -WRKSRC= ${WRKDIR}/${PORTVERSION} +WRKSRC= ${WRKDIR}/AssaultCube_v${PORTVERSION} CONFIGURE_ARGS= --enable-shared=no --enable-static=yes CONFIGURE_WRKSRC= ${WRKSRC}/source/enet BUILD_WRKSRC= ${WRKSRC}/source/src @@ -45,10 +44,10 @@ DEDICATED_DESC= Build dedicated server MASTER_DESC= Build master server -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLIENT} +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USES+= gettext USE_GL= yes USE_SDL= image mixer sdl @@ -75,16 +74,16 @@ do-install: .for f in ${ACUBE_BIN} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}_${f} ${PREFIX}/bin - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ac_${f} ${PREFIX}/libexec/${PORTNAME}_${f} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}_${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ac_${f} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}_${f} .endfor .if !defined(NOPORTDATA) - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} .endif .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif post-install: diff -ruN assaultcube.orig/distinfo assaultcube/distinfo --- assaultcube.orig/distinfo 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/distinfo 2013-10-11 02:41:03.000000000 +0400 @@ -1,4 +1,2 @@ -SHA256 (AssaultCube_v1.1.0.4.tar.bz2) = fea2056aa7262617b96b06ea0b85422bcec54d88cd88689c2c73ade3bd0ba029 -SIZE (AssaultCube_v1.1.0.4.tar.bz2) = 47051151 -SHA256 (AssaultCube_v1.1.0.4_source.tar.bz2) = 045925610c54b2764a79286aeb1942df2cc5ce52b710c26b447eea69fa6b1129 -SIZE (AssaultCube_v1.1.0.4_source.tar.bz2) = 2560572 +SHA256 (AssaultCube_v1.2.0.0.tar.bz2) = 90b4a7278645d3297f3031b77f9ce3d9a059c2edd6b465fe4c9b0d7514b06a61 +SIZE (AssaultCube_v1.2.0.0.tar.bz2) = 52756452 diff -ruN assaultcube.orig/files/assaultcube_client.in assaultcube/files/assaultcube_client.in --- assaultcube.orig/files/assaultcube_client.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_client.in 2013-10-01 06:50:01.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" -CUBE_OPTIONS="--home=${HOME}/.${APPNAME} --init" - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_client ${CUBE_OPTIONS} "$@" +CUBE_OPTIONS="--home=${HOME}/.assaultcube --init" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_client ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/assaultcube_master.in assaultcube/files/assaultcube_master.in --- assaultcube.orig/files/assaultcube_master.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_master.in 2013-10-01 06:40:30.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" CUBE_OPTIONS= - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_master ${CUBE_OPTIONS} "$@" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_master ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/assaultcube_server.in assaultcube/files/assaultcube_server.in --- assaultcube.orig/files/assaultcube_server.in 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/assaultcube_server.in 2013-10-01 06:40:29.000000000 +0400 @@ -1,25 +1,4 @@ #!/bin/sh -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.XXX, and create symlinks to the data files, but the configuration files -# are copied, and write permission for the user is added to them. - -APPNAME="assaultcube" CUBE_OPTIONS= - -if [ -d ~/.$APPNAME ] -then - echo "Using existing ~/.$APPNAME directory." -else - echo "Creating ~/.$APPNAME directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.$APPNAME/{} \; - find * -type f -name "*.cfg" \ - -exec cp %%DATADIR%%/{} ~/.$APPNAME/{} \; \ - -exec chmod u+w ~/.$APPNAME/{} \; 2>/dev/null - find * -type f -exec ln -s %%DATADIR%%/{} ~/.$APPNAME/{} \; 2>/dev/null -fi - -cd ~/.$APPNAME || exit 1 -exec %%PREFIX%%/libexec/${APPNAME}_server ${CUBE_OPTIONS} "$@" +cd %%DATADIR%% && exec %%PREFIX%%/libexec/assaultcube_server ${CUBE_OPTIONS} "$@" diff -ruN assaultcube.orig/files/patch-source_src_Makefile assaultcube/files/patch-source_src_Makefile --- assaultcube.orig/files/patch-source_src_Makefile 2012-07-14 17:54:48.000000000 +0400 +++ assaultcube/files/patch-source_src_Makefile 2013-10-11 02:20:08.000000000 +0400 @@ -1,29 +1,27 @@ ---- source/src/Makefile.orig 2010-11-15 00:46:24.000000000 +0600 -+++ source/src/Makefile 2010-11-30 07:29:06.000000000 +0600 -@@ -1,9 +1,8 @@ - //CXX=g++-gcc-4.2.3 +--- source/src/Makefile.orig 2013-10-09 23:35:27.000000000 +0400 ++++ source/src/Makefile 2013-10-11 02:18:50.000000000 +0400 +@@ -1,8 +1,7 @@ -CXXFLAGS= -O3 -fomit-frame-pointer override CXXFLAGS+= -Wall -fsigned-char PLATFORM= $(shell uname -s) -PLATFORM_PREFIX=native -+PLATFORM_PREFIX= FreeBSD ++PLATFORM_PREFIX=FreeBSD INCLUDES= -I. -Ibot -I../enet/include -@@ -24,9 +23,9 @@ +@@ -21,8 +20,8 @@ else USRLIB=$(shell if [ -e /usr/lib64 ]; then echo "/usr/lib64"; else echo "/usr/lib"; fi) override CXXFLAGS+= -rdynamic -CLIENT_INCLUDES= $(INCLUDES) -I/usr/include `sdl-config --cflags` -idirafter ../include -+CLIENT_INCLUDES= $(INCLUDES) `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -idirafter ../include - # -lSDL_ttf --CLIENT_LIBS= -L../enet/.libs -lenet -L$(USRLIB) `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -+CLIENT_LIBS= -L../enet/.libs -lenet `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lSDL_image -lz -lGL -lopenal -lvorbisfile -lintl +-CLIENT_LIBS= -L../enet/.libs -lenet -L$(USRLIB) -lX11 `sdl-config --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -lcurl ++CLIENT_INCLUDES= $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -idirafter ../include ++CLIENT_LIBS= -L../enet/.libs -lenet -L${LOCALBASE}/lib -lX11 `${SDL_CONFIG} --libs` -lSDL_image -lz -lGL -lopenal -lvorbisfile -lcurl -lintl endif CLIENT_OBJS= \ -@@ -92,8 +91,8 @@ +@@ -86,8 +85,8 @@ SERVER_INCLUDES= -DSTANDALONE $(INCLUDES) -I../include SERVER_LIBS= -L../lib -lzdll -lenet -llibintl -lws2_32 -lwinmm else diff -ruN assaultcube.orig/files/patch-source_src_console.h assaultcube/files/patch-source_src_console.h --- assaultcube.orig/files/patch-source_src_console.h 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_console.h 2013-10-11 02:23:55.000000000 +0400 @@ -0,0 +1,17 @@ +--- source/src/console.h.orig 2013-10-09 12:27:31.000000000 +0400 ++++ source/src/console.h 2013-10-11 02:23:35.000000000 +0400 +@@ -127,7 +127,7 @@ + } + }; + +-/** WIP ALERT */ ++/** WIP ALERT *//* + struct textinputbuffer_wip + { + string buf; +@@ -257,4 +257,4 @@ + return false; + } + }; +- ++*/ diff -ruN assaultcube.orig/files/patch-source_src_master.cpp assaultcube/files/patch-source_src_master.cpp --- assaultcube.orig/files/patch-source_src_master.cpp 1970-01-01 03:00:00.000000000 +0300 +++ assaultcube/files/patch-source_src_master.cpp 2013-10-11 02:27:04.000000000 +0400 @@ -0,0 +1,11 @@ +--- source/src/master.cpp.orig 2013-10-09 12:27:37.000000000 +0400 ++++ source/src/master.cpp 2013-10-11 02:26:24.000000000 +0400 +@@ -510,7 +510,7 @@ + authreq &a = c.authreqs.add(); + a.reqtime = servtime; + a.id = id; +- uint seed[3] = { starttime, servtime, randomMT() }; ++ uint seed[3] = { (uint)starttime, servtime, randomMT() }; + static vector buf; + buf.setsize(0); + a.answer = genchallenge(u->pubkey, seed, sizeof(seed), buf); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 10 23:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C8CDBBC for ; Thu, 10 Oct 2013 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE612814 for ; Thu, 10 Oct 2013 23:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9ANo14D005101 for ; Thu, 10 Oct 2013 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9ANo1o9005100; Thu, 10 Oct 2013 23:50:01 GMT (envelope-from gnats) Date: Thu, 10 Oct 2013 23:50:01 GMT Message-Id: <201310102350.r9ANo1o9005100@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Sender Ghost Subject: Re: ports/182534: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sender Ghost List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 23:50:02 -0000 The following reply was made to PR ports/182534; it has been noted by GNATS. From: Sender Ghost To: bug-followup@FreeBSD.org Cc: linimon@FreeBSD.org Subject: Re: ports/182534: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) Date: Fri, 11 Oct 2013 03:39:34 +0400 Replaced by newer 1.2.0.0 version from ports/182889 and could be closed. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 01:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19F1EB0B for ; Fri, 11 Oct 2013 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA4422CEA for ; Fri, 11 Oct 2013 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B1o0rN042219 for ; Fri, 11 Oct 2013 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B1o0bI042218; Fri, 11 Oct 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 01:50:00 GMT Resent-Message-Id: <201310110150.r9B1o0bI042218@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, Julio Merino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9A8686E for ; Fri, 11 Oct 2013 01:41:01 +0000 (UTC) (envelope-from julio@meroh.net) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 62A012CAC for ; Fri, 11 Oct 2013 01:41:00 +0000 (UTC) Received: from [108.176.158.82] ([108.176.158.82:65383] helo=portal.meroh.net) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 76/D6-15529-A2757525; Fri, 11 Oct 2013 01:40:59 +0000 Received: from mastodon.meroh.net (lime-wifi.meroh.net [192.168.1.27]) by portal.meroh.net (Postfix) with ESMTP id 7EC0AEFE67 for ; Thu, 10 Oct 2013 21:40:51 -0400 (EDT) Received: from mastodon.meroh.net (localhost [127.0.0.1]) by mastodon.meroh.net (8.14.7/8.14.7) with ESMTP id r9B1dOO8027253 for ; Thu, 10 Oct 2013 21:39:25 -0400 (EDT) (envelope-from jmmv@mastodon.meroh.net) Received: (from jmmv@localhost) by mastodon.meroh.net (8.14.7/8.14.7/Submit) id r9B1dOGA027252; Thu, 10 Oct 2013 21:39:24 -0400 (EDT) (envelope-from jmmv) Message-Id: <201310110139.r9B1dOGA027252@mastodon.meroh.net> Date: Thu, 10 Oct 2013 21:39:24 -0400 (EDT) From: Julio Merino To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182891: Make devel/kyua create a tests user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Julio Merino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 01:50:01 -0000 >Number: 182891 >Category: ports >Synopsis: Make devel/kyua create a tests user >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 Oct 11 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Julio Merino >Release: FreeBSD 10.0-ALPHA5 powerpc >Organization: >Environment: System: FreeBSD mastodon.meroh.net 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #6 r256122M: Tue Oct 8 07:26:36 EDT 2013 jmmv@mastodon.meroh.net:/usr/obj/usr/src/sys/GENERIC64 powerpc >Description: The base system currently has a _tests user but there is an ongoing discussion/change to delete it. The devel/kyua package should be changed to create a 'tests' user instead and to install a valid configuration file that sets the unprivileged_user configuration variable accordingly. >How-To-Repeat: >Fix: The following patch should do the trick: Index: UIDs =================================================================== --- UIDs (revision 329785) +++ UIDs (working copy) @@ -270,4 +270,5 @@ plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin +tests:*:975:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin Index: devel/kyua/Makefile =================================================================== --- devel/kyua/Makefile (revision 330037) +++ devel/kyua/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= kyua PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= kyua @@ -21,6 +22,11 @@ GNU_CONFIGURE= yes USES= pkgconfig +TESTS_USER= tests +USERS= ${TESTS_USER} +SUB_FILES= kyua.conf +SUB_LIST= TESTS_USER=${TESTS_USER} + OPTIONS_DEFINE= DOCS EXAMPLES NO_STAGE= yes .include @@ -38,6 +44,8 @@ MAKE_FLAGS+= dist_examples_DATA= .endif PLIST_FILES= bin/kyua +PLIST_DIRS= etc/kyua +PLIST_FILES+= etc/kyua/kyua.conf PORTDATA= misc store examples PORTDOCS= AUTHORS COPYING NEWS README @@ -47,4 +55,8 @@ MAN5= kyua.conf.5 kyuafile.5 MAN7= kyua-build-root.7 kyua-test-filters.7 +post-install: + ${MKDIR} ${PREFIX}/etc/kyua/ + ${INSTALL_DATA} ${WRKDIR}/kyua.conf ${PREFIX}/etc/kyua/ + .include Index: devel/kyua/files/kyua.conf.in =================================================================== --- devel/kyua/files/kyua.conf.in (revision 0) +++ devel/kyua/files/kyua.conf.in (working copy) @@ -0,0 +1,14 @@ +-- $FreeBSD$ +-- +-- System-wide configuration file for kyua(1). See kyua.conf(5) for details +-- on the syntax. +-- + +syntax(2) + +-- User to drop privileges to when invoking kyua(1) as root and a test case +-- requests to be run with non-root permissions. +unprivileged_user = '%%TESTS_USER%%' + +-- An example to set a configuration property specific to FreeBSD. +--test_suites.FreeBSD.fstype = 'ffs' >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 01:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A08FBB38; Fri, 11 Oct 2013 01:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 779A62CEB; Fri, 11 Oct 2013 01:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B1o8Ad042356; Fri, 11 Oct 2013 01:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B1o8X5042355; Fri, 11 Oct 2013 01:50:08 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 01:50:08 GMT Message-Id: <201310110150.r9B1o8X5042355@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, asomers@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182891: Make devel/kyua create a tests user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 01:50:08 -0000 Synopsis: Make devel/kyua create a tests user Responsible-Changed-From-To: freebsd-ports-bugs->asomers Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 01:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182891 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFC31D50 for ; Fri, 11 Oct 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B55D2D57 for ; Fri, 11 Oct 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B200PU044123 for ; Fri, 11 Oct 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B2000v044121; Fri, 11 Oct 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 02:00:00 GMT Resent-Message-Id: <201310110200.r9B2000v044121@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, Julio Merino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4ACA7D44 for ; Fri, 11 Oct 2013 01:58:14 +0000 (UTC) (envelope-from julio@meroh.net) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id EF00F2D4D for ; Fri, 11 Oct 2013 01:58:13 +0000 (UTC) Received: from [108.176.158.82] ([108.176.158.82:65382] helo=portal.meroh.net) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 0A/6E-16944-43B57525; Fri, 11 Oct 2013 01:58:13 +0000 Received: from mastodon.meroh.net (lime-wifi.meroh.net [192.168.1.27]) by portal.meroh.net (Postfix) with ESMTP id 77399EFE67 for ; Thu, 10 Oct 2013 21:58:02 -0400 (EDT) Received: from mastodon.meroh.net (localhost [127.0.0.1]) by mastodon.meroh.net (8.14.7/8.14.7) with ESMTP id r9B1uc8T027394 for ; Thu, 10 Oct 2013 21:56:38 -0400 (EDT) (envelope-from jmmv@mastodon.meroh.net) Received: (from jmmv@localhost) by mastodon.meroh.net (8.14.7/8.14.7/Submit) id r9B1ucl4027393; Thu, 10 Oct 2013 21:56:38 -0400 (EDT) (envelope-from jmmv) Message-Id: <201310110156.r9B1ucl4027393@mastodon.meroh.net> Date: Thu, 10 Oct 2013 21:56:38 -0400 (EDT) From: Julio Merino To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182892: Make devel/atf create a tests user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Julio Merino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 02:00:00 -0000 >Number: 182892 >Category: ports >Synopsis: Make devel/atf create a tests user >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 Oct 11 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Julio Merino >Release: FreeBSD 10.0-ALPHA5 powerpc >Organization: >Environment: System: FreeBSD mastodon.meroh.net 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #6 r256122M: Tue Oct 8 07:26:36 EDT 2013 jmmv@mastodon.meroh.net:/usr/obj/usr/src/sys/GENERIC64 powerpc >Description: The base system currently has a _tests user but there is an ongoing discussion/change to delete it. The devel/atf package should be changed to create a 'tests' user instead and to install a valid configuration file that sets the unprivileged_user configuration variable accordingly. This is the same request as ports/182891 but for atf. >How-To-Repeat: >Fix: The following patch should do the trick: Index: UIDs =================================================================== --- UIDs (revision 329785) +++ UIDs (working copy) @@ -270,4 +270,5 @@ plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin +tests:*:975:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin Index: devel/atf/Makefile =================================================================== --- devel/atf/Makefile (revision 329785) +++ devel/atf/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= atf PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -45,6 +45,11 @@ atf-version.1 MAN5+= atf-formats.5 MAN7+= atf.7 + +TESTS_USER= tests +USERS= ${TESTS_USER} +SUB_FILES= common.conf +SUB_LIST= TESTS_USER=${TESTS_USER} .else PLIST_SUB+= TOOLS="@comment " .endif @@ -60,4 +65,13 @@ @${REINPLACE_CMD} -e 's|@atf_pkgconfigdir@|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in +post-install: +.if ${PORT_OPTIONS:MTOOLS} + ${MKDIR} ${PREFIX}/etc/atf/ + ${INSTALL_DATA} ${FILESDIR}/FreeBSD.conf ${PREFIX}/etc/atf/ + ${INSTALL_DATA} ${WRKDIR}/common.conf ${PREFIX}/etc/atf/ + ${INSTALL_DATA} ${WRKSRC}/atf-run/sample/atf-run.hooks \ + ${PREFIX}/etc/atf/ +.endif + .include Index: devel/atf/files/FreeBSD.conf =================================================================== --- devel/atf/files/FreeBSD.conf (revision 0) +++ devel/atf/files/FreeBSD.conf (working copy) @@ -0,0 +1,10 @@ +Content-Type: application/X-atf-config; version="1" + +# +# Configuration file for the FreeBSD test suite. +# +# See atf-formats(5) for details on the syntax of this file. +# + +#variable1 = value1 +#variable2 = value2 Index: devel/atf/files/common.conf.in =================================================================== --- devel/atf/files/common.conf.in (revision 0) +++ devel/atf/files/common.conf.in (working copy) @@ -0,0 +1,11 @@ +Content-Type: application/X-atf-config; version="1" + +# +# Sample configuration file for properties affecting all test suites. +# + +# When running the test suite as root, some tests require to switch to +# an unprivileged user to perform extra checks. Set this variable to +# the user you want to use in those cases. If not set, those tests will +# be skipped. +unprivileged-user = "%%TESTS_USER%%" Index: devel/atf/pkg-plist =================================================================== --- devel/atf/pkg-plist (revision 329785) +++ devel/atf/pkg-plist (working copy) @@ -3,6 +3,9 @@ %%TOOLS%%bin/atf-run bin/atf-sh %%TOOLS%%bin/atf-version +%%TOOLS%%etc/atf/FreeBSD.conf +%%TOOLS%%etc/atf/atf-run.hooks +%%TOOLS%%etc/atf/common.conf include/atf-c++.hpp include/atf-c++/build.hpp include/atf-c++/check.hpp >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:00:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5968BD81; Fri, 11 Oct 2013 02:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30EC12D59; Fri, 11 Oct 2013 02:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B209MY044254; Fri, 11 Oct 2013 02:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B209AN044253; Fri, 11 Oct 2013 02:00:09 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 02:00:09 GMT Message-Id: <201310110200.r9B209AN044253@freefall.freebsd.org> To: julio@meroh.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182892: Make devel/atf create a tests user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 02:00:09 -0000 Synopsis: Make devel/atf create a tests user State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Oct 11 02:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182892 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 062B6F00 for ; Fri, 11 Oct 2013 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E887B2DC1 for ; Fri, 11 Oct 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B2A1Zx046332 for ; Fri, 11 Oct 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B2A1gV046331; Fri, 11 Oct 2013 02:10:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 02:10:01 GMT Message-Id: <201310110210.r9B2A1gV046331@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182892: Make devel/atf create a tests user X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Oct 2013 02:10:02 -0000 The following reply was made to PR ports/182892; it has been noted by GNATS. From: Edwin Groothuis To: namor@hemio.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/182892: Make devel/atf create a tests user Date: Fri, 11 Oct 2013 02:00:08 UT Maintainer of devel/atf, Please note that PR ports/182892 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/182892 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:12:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3FDB5F3E; Fri, 11 Oct 2013 02:12:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 154162DF0; Fri, 11 Oct 2013 02:12:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B2Ccr4047935; Fri, 11 Oct 2013 02:12:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B2Cctr047934; Fri, 11 Oct 2013 02:12:38 GMT (envelope-from linimon) Date: Fri, 11 Oct 2013 02:12:38 GMT Message-Id: <201310110212.r9B2Cctr047934@freefall.freebsd.org> To: lightside@gmx.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182534: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 02:12:39 -0000 Synopsis: [MAINTAINER] games/assaultcube: Build with newer GCC and Clang compilers (for v1.1.0.4) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Oct 11 02:12:24 UTC 2013 State-Changed-Why: see ports/182889. http://www.freebsd.org/cgi/query-pr.cgi?pr=182534 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:14:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7AEA2F76; Fri, 11 Oct 2013 02:14:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5104D2DF8; Fri, 11 Oct 2013 02:14:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B2EOwW049145; Fri, 11 Oct 2013 02:14:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B2EOks049144; Fri, 11 Oct 2013 02:14:24 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 02:14:24 GMT Message-Id: <201310110214.r9B2EOks049144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182882: staging support for sysutils/syslog-ng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 02:14:24 -0000 Synopsis: staging support for sysutils/syslog-ng Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 02:14:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182882 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 02:18:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0823122; Fri, 11 Oct 2013 02:18:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4DAC2E07; Fri, 11 Oct 2013 02:18:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B2IGMY049310; Fri, 11 Oct 2013 02:18:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B2IGIF049309; Fri, 11 Oct 2013 02:18:16 GMT (envelope-from linimon) Date: Fri, 11 Oct 2013 02:18:16 GMT Message-Id: <201310110218.r9B2IGIF049309@freefall.freebsd.org> To: tps@vr-web.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182869: minicron install error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 02:18:17 -0000 Synopsis: minicron install error State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Oct 11 02:15:17 UTC 2013 State-Changed-Why: I'm sorry, I'm confused. I don't see this port in the tree? http://www.freebsd.org/cgi/query-pr.cgi?pr=182869 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 04:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8BEAD52 for ; Fri, 11 Oct 2013 04:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A76CA2473 for ; Fri, 11 Oct 2013 04:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B4K0Kv074377 for ; Fri, 11 Oct 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B4K0RK074376; Fri, 11 Oct 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 04:20:00 GMT Resent-Message-Id: <201310110420.r9B4K0RK074376@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, Phil Oleson Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DBF5C8A for ; Fri, 11 Oct 2013 04:12:23 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC6A4243B for ; Fri, 11 Oct 2013 04:12:22 +0000 (UTC) Received: from nixil.net (localhost [127.0.0.1]) by localhost (8.14.5/8.14.5) with ESMTP id r9B3uOeb074006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 10 Oct 2013 21:56:24 -0600 (MDT) (envelope-from oz@nixil.net) Received: (from oz@localhost) by nixil.net (8.14.5/8.14.5/Submit) id r9B3uOqA074005; Thu, 10 Oct 2013 21:56:24 -0600 (MDT) (envelope-from oz) Message-Id: <201310110356.r9B3uOqA074005@nixil.net> Date: Thu, 10 Oct 2013 21:56:24 -0600 (MDT) From: Phil Oleson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182893: multimedia/dv2sub - fix brokenness of package build when clang is CC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Phil Oleson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 04:20:00 -0000 >Number: 182893 >Category: ports >Synopsis: multimedia/dv2sub - fix brokenness of package build when clang is CC >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Phil Oleson >Release: FreeBSD 6.4-RELEASE-p8 i386 >Organization: N/A >Environment: System: FreeBSD nixil.net 6.4-RELEASE-p8 FreeBSD 6.4-RELEASE-p8 #1 r101746: Mon Aug 30 10:34:40 MDT 2010 root@fc:/usr/src/sys/i386/compile/VKERN i386 >Description: The packages autoconf script can't handle clang.. >How-To-Repeat: comment out the offending autoconf code.. clang handles the build fine. >Fix: Patch attached. --- dv2sub-clang-fixit-patch begins here --- diff -ruN dv2sub.orig/Makefile dv2sub/Makefile --- dv2sub.orig/Makefile 2013-10-02 23:58:12.000000000 -0600 +++ dv2sub/Makefile 2013-10-10 21:48:44.000000000 -0600 @@ -1,9 +1,9 @@ # Created by: Phil Oleson -# $FreeBSD: head/multimedia/dv2sub/Makefile 327747 2013-09-20 20:57:48Z bapt $ +# $FreeBSD: multimedia/dv2sub/Makefile 327747 2013-09-20 20:57:48Z bapt $ PORTNAME= dv2sub PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= SF @@ -12,6 +12,10 @@ LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv + +USE_AUTOTOOLS= aclocal autoconf automake +AUTOMAKE_ARGS= -a + GNU_CONFIGURE= yes USES= pkgconfig diff -ruN dv2sub.orig/files/patch-configure.ac dv2sub/files/patch-configure.ac --- dv2sub.orig/files/patch-configure.ac 1969-12-31 17:00:00.000000000 -0700 +++ dv2sub/files/patch-configure.ac 2013-10-10 15:36:49.000000000 -0600 @@ -0,0 +1,35 @@ +--- configure.ac.orig 2007-03-05 06:26:54.000000000 -0700 ++++ configure.ac 2013-10-10 15:19:53.000000000 -0600 +@@ -30,19 +30,19 @@ + ) + + dnl Checks for typedefs, structures, and compiler characteristics. +-AC_MSG_CHECKING([whether compiler accepts some C99 extensions]) +-save_CFLAGS="$CFLAGS" +-CFLAGS="$C99MODE_FLAG" +-AC_TRY_COMPILE(, +- [void foo(void) { for(int i=0; i<10; i++) {} }], +- [AC_MSG_RESULT(yes)], +- [c99_fail=1 +- AC_MSG_RESULT(no)]) +-if test "x$c99_fail" = "x1" +-then +- AC_MSG_ERROR(ANSI/ISO C99 compiler not found or not in this mode!) +-fi +-CFLAGS="$save_CFLAGS" ++dnl AC_MSG_CHECKING([whether compiler accepts some C99 extensions]) ++dnl save_CFLAGS="$CFLAGS" ++dnl CFLAGS="$C99MODE_FLAG" ++dnl AC_TRY_COMPILE(, ++dnl [void foo(void) { for(int i=0; i<10; i++) {} }], ++dnl [AC_MSG_RESULT(yes)], ++dnl [c99_fail=1 ++dnl AC_MSG_RESULT(no)]) ++dnl if test "x$c99_fail" = "x1" ++dnl then ++dnl AC_MSG_ERROR(ANSI/ISO C99 compiler not found or not in this mode!) ++dnl fi ++dnl CFLAGS="$save_CFLAGS" + + dnl Arrange for large-file support + AC_SYS_LARGEFILE --- dv2sub-clang-fixit-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 04:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BFB5E06 for ; Fri, 11 Oct 2013 04:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE79024E2 for ; Fri, 11 Oct 2013 04:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B4U0oZ076342 for ; Fri, 11 Oct 2013 04:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B4U0PD076288; Fri, 11 Oct 2013 04:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 04:30:00 GMT Resent-Message-Id: <201310110430.r9B4U0PD076288@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 X. Economou" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BAA2DAB for ; Fri, 11 Oct 2013 04:21:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC3F124B1 for ; Fri, 11 Oct 2013 04:21:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9B4LtQW056116 for ; Fri, 11 Oct 2013 04:21:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9B4Lt8A056115; Fri, 11 Oct 2013 04:21:55 GMT (envelope-from nobody) Message-Id: <201310110421.r9B4Lt8A056115@oldred.freebsd.org> Date: Fri, 11 Oct 2013 04:21:55 GMT From: "Matthew X. Economou" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182894: www/mod_security has the wrong LIB_DEPENDS entry for lua X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 04:30:01 -0000 >Number: 182894 >Category: ports >Synopsis: www/mod_security has the wrong LIB_DEPENDS entry for lua >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 Oct 11 04:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: 9.1-RELEASE-p1 >Organization: IRTNOG >Environment: FreeBSD cinep100bsdweb.irtnog.net 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #12 r247012M: Wed Feb 20 09:51:27 EST 2013 root@cinep001bsdgw.irtnog.net:/usr/obj/usr/src/sys/FIREWALL amd64 >Description: After enabling the LUA option in the ports' config, the www/mod_security port explicitly sets LIB_DEPENDS to pull in lang/lua. However, on my system the dependency explicitly states version 5.1.5 of the lua library, when the library version number is 5.1.1. (I don't know why there is a discrepancy.) If I replace the lua LIB_DEPENDS entry in www/mod_security/Makefile with LUA_COMPS=lua:lib, the port builds and links against lua properly, as ports/Mk/bsd.lua.mk sets LIB_DEPENDS for the port. >How-To-Repeat: (cd www/apache22 && make install BATCH=yes) (cd www/mod_security && make install WITH=LUA) >Fix: Apply the following patch: --- www/mod_security/Makefile.orig 2013-10-11 00:06:21.502494975 -0400 +++ www/mod_security/Makefile 2013-10-11 00:09:03.160494716 -0400 @@ -50,8 +50,8 @@ .if ${PORT_OPTIONS:MLUA} USE_LUA= 5.1+ +LUA_COMPS= lua:lib CONFIGURE_ARGS+= --with-lua=${LOCALBASE} -LIB_DEPENDS+= lua-5.1.5:${PORTSDIR}/lang/lua .else CONFIGURE_ARGS+= --without-lua .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 04:30:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5639E36; Fri, 11 Oct 2013 04:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBB6A24E5; Fri, 11 Oct 2013 04:30:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B4UOW7076430; Fri, 11 Oct 2013 04:30:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B4UO3T076429; Fri, 11 Oct 2013 04:30:24 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 04:30:24 GMT Message-Id: <201310110430.r9B4UO3T076429@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182894: www/mod_security has the wrong LIB_DEPENDS entry for lua X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 04:30:25 -0000 Synopsis: www/mod_security has the wrong LIB_DEPENDS entry for lua Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 04:30:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182894 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 05:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB1C3C54 for ; Fri, 11 Oct 2013 05:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89F83284A for ; Fri, 11 Oct 2013 05:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B5o066092119 for ; Fri, 11 Oct 2013 05:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B5o0aa092118; Fri, 11 Oct 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 05:50:00 GMT Resent-Message-Id: <201310110550.r9B5o0aa092118@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, Zsolt Udvari Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34C70B12 for ; Fri, 11 Oct 2013 05:40:01 +0000 (UTC) (envelope-from udvzsolt@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C625B279C for ; Fri, 11 Oct 2013 05:40:00 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so1610254eek.17 for ; Thu, 10 Oct 2013 22:39:59 -0700 (PDT) Received: from bsd-zsolt (563BFB97.catv.pool.telekom.hu. [86.59.251.151]) by mx.google.com with ESMTPSA id d8sm110148985eeh.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 10 Oct 2013 22:39:57 -0700 (PDT) Received: by bsd-zsolt (sSMTP sendmail emulation); Fri, 11 Oct 2013 07:39:46 +0200 Message-Id: <52578f2d.08730e0a.7890.ffffa762@mx.google.com> Date: Fri, 11 Oct 2013 07:39:46 +0200 From: Zsolt Udvari To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182896: www/newsbeuter update to 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zsolt Udvari List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 05:50:00 -0000 >Number: 182896 >Category: ports >Synopsis: www/newsbeuter update to 2.7 >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 Oct 11 05:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zsolt Udvari >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD bsd-zsolt 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: www/newsbeuter Update to 2.7 >How-To-Repeat: >Fix: --- newsbeuter-2.7.diff begins here --- diff -u /usr/ports/www/newsbeuter/Makefile newsbeuter/Makefile --- /usr/ports/www/newsbeuter/Makefile 2013-09-21 01:36:50.000000000 +0200 +++ newsbeuter/Makefile 2013-10-11 07:35:38.000000000 +0200 @@ -2,8 +2,7 @@ # $FreeBSD: www/newsbeuter/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= newsbeuter -PORTVERSION= 2.6 -PORTREVISION= 2 +PORTVERSION= 2.7 CATEGORIES= www MASTER_SITES= http://newsbeuter.org/downloads/ diff -u /usr/ports/www/newsbeuter/distinfo newsbeuter/distinfo --- /usr/ports/www/newsbeuter/distinfo 2013-03-22 16:44:30.000000000 +0100 +++ newsbeuter/distinfo 2013-10-11 07:35:41.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (newsbeuter-2.6.tar.gz) = 3189fdd3c65b3207f9ffb3a10f6fda4e92ea927776cb49a79c1e4c0344f9dcc3 -SIZE (newsbeuter-2.6.tar.gz) = 417983 +SHA256 (newsbeuter-2.7.tar.gz) = e6720da7ac3f5ea83bc39cd17bd61ccf458b7167f5a17170ae32c7b6e8ff903a +SIZE (newsbeuter-2.7.tar.gz) = 418848 --- newsbeuter-2.7.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 05:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32FABC81; Fri, 11 Oct 2013 05:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09582284B; Fri, 11 Oct 2013 05:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B5o7ge092254; Fri, 11 Oct 2013 05:50:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B5o7cA092253; Fri, 11 Oct 2013 05:50:07 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 05:50:07 GMT Message-Id: <201310110550.r9B5o7cA092253@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182896: www/newsbeuter update to 2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 05:50:08 -0000 Synopsis: www/newsbeuter update to 2.7 Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 05:50:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182896 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 06:06:45 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77D04FA5; Fri, 11 Oct 2013 06:06:45 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C02A29BA; Fri, 11 Oct 2013 06:06:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B66jCI096135; Fri, 11 Oct 2013 06:06:45 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B66j8O096134; Fri, 11 Oct 2013 06:06:45 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 06:06:45 GMT Message-Id: <201310110606.r9B66j8O096134@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182799: net/nxproxy: Fix build on 10-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 06:06:45 -0000 Synopsis: net/nxproxy: Fix build on 10-current Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 06:06:45 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182799 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8471F3C for ; Fri, 11 Oct 2013 07:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 985342D10 for ; Fri, 11 Oct 2013 07:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7K0lp019804 for ; Fri, 11 Oct 2013 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7K0v9019803; Fri, 11 Oct 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 07:20:00 GMT Resent-Message-Id: <201310110720.r9B7K0v9019803@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, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2214AF23 for ; Fri, 11 Oct 2013 07:17:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0CA02D01 for ; Fri, 11 Oct 2013 07:17:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9B7HTYY026980 for ; Fri, 11 Oct 2013 07:17:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9B7HTC2026979; Fri, 11 Oct 2013 07:17:29 GMT (envelope-from nobody) Message-Id: <201310110717.r9B7HTC2026979@oldred.freebsd.org> Date: Fri, 11 Oct 2013 07:17:29 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182899: glib20 wont compile because of iconv.h problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:20:00 -0000 >Number: 182899 >Category: ports >Synopsis: glib20 wont compile because of iconv.h problems >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 Oct 11 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: >Organization: >Environment: >Description: Trying to compile devel/glib20: :/usr/ports/devel/glib20 # make clean build [...] gconvert.c:66:2: error: GNU libiconv not in use but included iconv.h is from libiconv #error GNU libiconv not in use but included iconv.h is from libiconv ^ gconvert.c:310:21: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] return iconv (cd, inbuf, inbytes_left, outbuf, outbytes_left); ^~~~~ /usr/local/include/iconv.h:83:48: note: passing argument to parameter 'inbuf' here extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ^ 1 warning and 1 error generated. gmake[6]: *** [libglib_2_0_la-gconvert.lo] Error 1 gmake[6]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/glib20 *** Error code 1 Stop. make: stopped in /usr/ports/devel/glib20 :/usr/ports/devel/glib20 # Setting MAKE_JOBS_UNSAFE=yes: :/usr/ports/devel/glib20 # make clean build [...] gconvert.c:66:2: error: GNU libiconv not in use but included iconv.h is from libiconv #error GNU libiconv not in use but included iconv.h is from libiconv ^ gconvert.c:310:21: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] return iconv (cd, inbuf, inbytes_left, outbuf, outbytes_left); ^~~~~ /usr/local/include/iconv.h:83:48: note: passing argument to parameter 'inbuf' here extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ^ 1 warning and 1 error generated. gmake[6]: *** [libglib_2_0_la-gconvert.lo] Error 1 gmake[6]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3/glib' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.36.3' *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/glib20 *** Error code 1 Stop. make: stopped in /usr/ports/devel/glib20 :/usr/ports/devel/glib20 # Same again. libiconv is not installed, according "pkg info": :/usr/ports/devel/glib20 # pkg info | grep iconv :/usr/ports/devel/glib20 # Trying to install libiconv leads to: :/usr/ports/converters/libiconv # make clean build ===> Cleaning for libiconv-1.14_1 ===> libiconv-1.14_1 converters/libiconv should not be used with OSVERSION > 1000043. Please fix the port which tries to use it. *** Error code 1 Stop. make: stopped in /usr/ports/converters/libiconv :/usr/ports/converters/libiconv # Searching the filesystem for "iconv.h" finds various iconv.h-Files: :/usr/ports/converters/libiconv # find / -name 'iconv.h' /usr/include/sys/iconv.h /usr/include/iconv.h /usr/local/include/iconv.h /usr/obj/usr/src/tmp/usr/include/sys/iconv.h /usr/obj/usr/src/tmp/usr/include/iconv.h /usr/obj/usr/src/lib32/usr/include/sys/iconv.h /usr/obj/usr/src/lib32/usr/include/iconv.h /usr/src/sys/sys/iconv.h /usr/src/include/iconv.h :/usr/ports/converters/libiconv # After removing "/usr/local/include/iconv.h": >How-To-Repeat: Upgrade a system with libiconv installed from FreeBSD < 10 to 10-ALPHA Remove libiconv (since the new system implements iconv itself) Compile glib20 >Fix: Remove left over "/usr/local/include/iconv.h" after "pkg deinstall libiconv". >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9253744F for ; Fri, 11 Oct 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 715572D93 for ; Fri, 11 Oct 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7U0vu023697 for ; Fri, 11 Oct 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7U0Hi023695; Fri, 11 Oct 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 07:30:00 GMT Resent-Message-Id: <201310110730.r9B7U0Hi023695@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C34BE441 for ; Fri, 11 Oct 2013 07:28:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B08952D8A for ; Fri, 11 Oct 2013 07:28:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9B7SvCm039641 for ; Fri, 11 Oct 2013 07:28:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9B7SvBO039637; Fri, 11 Oct 2013 07:28:57 GMT (envelope-from nobody) Message-Id: <201310110728.r9B7SvBO039637@oldred.freebsd.org> Date: Fri, 11 Oct 2013 07:28:57 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182900: [patch] graphics/inventor -- fix build with modern compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:30:00 -0000 >Number: 182900 >Category: ports >Synopsis: [patch] graphics/inventor -- fix build with modern compilers >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 Oct 11 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: The attached patch allows to build inventor with clang on 10.0. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 329984) +++ Makefile (working copy) @@ -149,6 +149,8 @@ @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ;\ s|%%CXX%%|${CXX}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g' ${WRKSRC}/make/ivcommondefs + @${REINPLACE_CMD} -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \ + ${WRKSRC}/lib/GNUmakefile post-install: @${CAT} ${PKGMESSAGE} Index: files/patch-apps-demos-qmorf_quadCube.c++ =================================================================== --- files/patch-apps-demos-qmorf_quadCube.c++ (revision 0) +++ files/patch-apps-demos-qmorf_quadCube.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/demos/qmorf/quadCube.c++.orig 2013-10-10 14:58:48.000000000 +0200 ++++ apps/demos/qmorf/quadCube.c++ 2013-10-10 14:58:56.000000000 +0200 +@@ -182,7 +182,7 @@ + return result; + } + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + if (argc > 1) diagonalFlag = 0; + Property changes on: files/patch-apps-demos-qmorf_quadCube.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-apps-demos-qmorf_quadSheet.c++ =================================================================== --- files/patch-apps-demos-qmorf_quadSheet.c++ (revision 0) +++ files/patch-apps-demos-qmorf_quadSheet.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/demos/qmorf/quadSheet.c++.orig 2013-10-10 14:59:43.000000000 +0200 ++++ apps/demos/qmorf/quadSheet.c++ 2013-10-10 14:59:47.000000000 +0200 +@@ -68,7 +68,7 @@ + return result; + } + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + SoDB::init(); + Property changes on: files/patch-apps-demos-qmorf_quadSheet.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-apps-demos-qmorf_quadSphere.c++ =================================================================== --- files/patch-apps-demos-qmorf_quadSphere.c++ (revision 0) +++ files/patch-apps-demos-qmorf_quadSphere.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/demos/qmorf/quadSphere.c++.orig 2013-10-10 14:58:13.000000000 +0200 ++++ apps/demos/qmorf/quadSphere.c++ 2013-10-10 14:58:20.000000000 +0200 +@@ -76,7 +76,7 @@ + return result; + } + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + SoDB::init(); + Property changes on: files/patch-apps-demos-qmorf_quadSphere.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-apps-demos-revo_GNUmakefile =================================================================== --- files/patch-apps-demos-revo_GNUmakefile (revision 0) +++ files/patch-apps-demos-revo_GNUmakefile (working copy) @@ -0,0 +1,14 @@ +--- apps/demos/revo/GNUmakefile.orig 2013-10-10 15:00:56.000000000 +0200 ++++ apps/demos/revo/GNUmakefile 2013-10-10 15:01:29.000000000 +0200 +@@ -8,9 +8,9 @@ + + CXXFILES = revo.c++ RevClass.c++ profile.c++ + +-LLDOPTS += -L../../samples/common ++LLDOPTS += + +-LLDLIBS = -lcommon -lInventor -lInventorXt ++LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt + + all: all_ivbin + Property changes on: files/patch-apps-demos-revo_GNUmakefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-apps-demos-textomatic_GNUmakefile =================================================================== --- files/patch-apps-demos-textomatic_GNUmakefile (revision 0) +++ files/patch-apps-demos-textomatic_GNUmakefile (working copy) @@ -0,0 +1,11 @@ +--- apps/demos/textomatic/GNUmakefile.orig 2013-10-10 15:01:55.000000000 +0200 ++++ apps/demos/textomatic/GNUmakefile 2013-10-10 15:02:12.000000000 +0200 +@@ -8,7 +8,7 @@ + + LLDOPTS += -L../../samples/common + +-LLDLIBS = -lcommon -lInventor -lInventorXt ++LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt + + all: all_ivbin + Property changes on: files/patch-apps-demos-textomatic_GNUmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-apps-samples-widgets_componentTest.c++ =================================================================== --- files/patch-apps-samples-widgets_componentTest.c++ (revision 0) +++ files/patch-apps-samples-widgets_componentTest.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/samples/widgets/componentTest.c++.orig 2013-10-10 14:53:45.000000000 +0200 ++++ apps/samples/widgets/componentTest.c++ 2013-10-10 14:53:54.000000000 +0200 +@@ -60,7 +60,7 @@ + } + + int +-main(unsigned int argc, char *argv[]) ++main(int argc, char *argv[]) + { + if (argc != 2) + usage(argv[0]); Property changes on: files/patch-apps-samples-widgets_componentTest.c++ ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-apps-tools-ivcat_ivcat.c++ =================================================================== --- files/patch-apps-tools-ivcat_ivcat.c++ (revision 0) +++ files/patch-apps-tools-ivcat_ivcat.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/tools/ivcat/ivcat.c++.orig 2013-10-10 14:54:27.000000000 +0200 ++++ apps/tools/ivcat/ivcat.c++ 2013-10-10 14:54:37.000000000 +0200 +@@ -215,7 +215,7 @@ + } + } + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + int expandFileNodes = 0; + int expandTextureNodes = 0; Property changes on: files/patch-apps-tools-ivcat_ivcat.c++ ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-apps-tools-ivfix_ivfix.c++ =================================================================== --- files/patch-apps-tools-ivfix_ivfix.c++ (revision 0) +++ files/patch-apps-tools-ivfix_ivfix.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/tools/ivfix/ivfix.c++.orig 2013-10-10 14:55:27.000000000 +0200 ++++ apps/tools/ivfix/ivfix.c++ 2013-10-10 14:55:33.000000000 +0200 +@@ -80,7 +80,7 @@ + // + ///////////////////////////////////////////////////////////////////////////// + +-main(int argc, char **argv) ++int main(int argc, char **argv) + { + OptionInfo options; + Property changes on: files/patch-apps-tools-ivfix_ivfix.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-apps-tools-ivinfo_ivinfo.c++ =================================================================== --- files/patch-apps-tools-ivinfo_ivinfo.c++ (revision 0) +++ files/patch-apps-tools-ivinfo_ivinfo.c++ (working copy) @@ -0,0 +1,11 @@ +--- apps/tools/ivinfo/ivinfo.c++.orig 2013-10-10 14:56:40.000000000 +0200 ++++ apps/tools/ivinfo/ivinfo.c++ 2013-10-10 14:56:45.000000000 +0200 +@@ -159,7 +159,7 @@ + } + } + +-main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + { + SoInput in; + SoNode *root; Property changes on: files/patch-apps-tools-ivinfo_ivinfo.c++ ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-doc-man-ivman_Main.c++ =================================================================== --- files/patch-doc-man-ivman_Main.c++ (revision 0) +++ files/patch-doc-man-ivman_Main.c++ (working copy) @@ -0,0 +1,11 @@ +--- doc/man/ivman/Main.c++.orig 2013-10-10 14:52:11.000000000 +0200 ++++ doc/man/ivman/Main.c++ 2013-10-10 14:52:17.000000000 +0200 +@@ -89,7 +89,7 @@ + // + ///////////////////////////////////////////////////////////////////////////// + +-main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + { + SbBool ok = TRUE; + int c, curArg; Property changes on: files/patch-doc-man-ivman_Main.c++ ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: files/patch-lib-GNUmakefile =================================================================== --- files/patch-lib-GNUmakefile (revision 329984) +++ files/patch-lib-GNUmakefile (working copy) @@ -1,15 +1,13 @@ -*** lib/GNUmakefile Sat Dec 14 18:23:15 2002 ---- lib/GNUmakefile.new Sat Dec 14 17:30:19 2002 -*************** -*** 10,15 **** ---- 10,19 ---- - -lX11 -lm \ - -lGLU -lGL - -+ ifeq ($(usingFreeBSD), 1) -+ LLDLIBS += -lXext -liconv -+ endif -+ - OBJECTS = \ - ./database/src/sb/projectors/SbProjectors.o \ - ./database/src/sb/Sb.o \ +--- lib/GNUmakefile.orig 2001-09-25 02:45:32.000000000 +0200 ++++ lib/GNUmakefile 2013-10-10 14:49:54.000000000 +0200 +@@ -10,6 +10,10 @@ + -lX11 -lm \ + -lGLU -lGL + ++ifeq ($(usingFreeBSD), 1) ++LLDLIBS += -lXext %%ICONV_LIB%% ++endif ++ + OBJECTS = \ + ./database/src/sb/projectors/SbProjectors.o \ + ./database/src/sb/Sb.o \ Index: files/patch-tools-ppp_ppp.c++ =================================================================== --- files/patch-tools-ppp_ppp.c++ (revision 0) +++ files/patch-tools-ppp_ppp.c++ (working copy) @@ -0,0 +1,11 @@ +--- tools/ppp/ppp.c++.orig 2013-10-10 14:43:30.000000000 +0200 ++++ tools/ppp/ppp.c++ 2013-10-10 14:48:56.000000000 +0200 +@@ -627,7 +627,7 @@ + // + ////////////////////////////////////////////////////////////////////////////// + +-main(int, char *argv[]) ++int main(int, char *argv[]) + { + char buf[1024]; + Line line; Property changes on: files/patch-tools-ppp_ppp.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E47E7488; Fri, 11 Oct 2013 07:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9AC22D96; Fri, 11 Oct 2013 07:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7U8ZA023876; Fri, 11 Oct 2013 07:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7U882023875; Fri, 11 Oct 2013 07:30:08 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 07:30:08 GMT Message-Id: <201310110730.r9B7U882023875@freefall.freebsd.org> To: gahr@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182900: [patch] graphics/inventor -- fix build with modern compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:30:09 -0000 Synopsis: [patch] graphics/inventor -- fix build with modern compilers State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Oct 11 07:30:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182900 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6F7282A for ; Fri, 11 Oct 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B61DA2E1C for ; Fri, 11 Oct 2013 07:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7e1CI028837 for ; Fri, 11 Oct 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7e1WH028836; Fri, 11 Oct 2013 07:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 07:40:01 GMT Resent-Message-Id: <201310110740.r9B7e1WH028836@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, Thomas Schweikle Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30DA5691 for ; Fri, 11 Oct 2013 07:32:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EC922DD2 for ; Fri, 11 Oct 2013 07:32:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9B7WBre017297 for ; Fri, 11 Oct 2013 07:32:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9B7WBBe017294; Fri, 11 Oct 2013 07:32:11 GMT (envelope-from nobody) Message-Id: <201310110732.r9B7WBBe017294@oldred.freebsd.org> Date: Fri, 11 Oct 2013 07:32:11 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182901: emulators/open-vm-tools-nox11 doesn't compile because of an allways false comparison X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:40:01 -0000 >Number: 182901 >Category: ports >Synopsis: emulators/open-vm-tools-nox11 doesn't compile because of an allways false comparison >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 Oct 11 07:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: 10.0-ALPHA5 >Organization: >Environment: FreeBSD test-tps-fbsdc-muc.bfs.de 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #15 r256194: Wed Oct 9 21:04:05 CEST 2013 root@test-tps-fbsdc-muc.bfs.de:/usr/obj/usr/src/sys/TEST-TPS-FBSDC-MUC amd64 >Description: :/usr/ports/emulators/open-vm-tools-nox11 # make clean build deinstall install clean [...] SPLAY_MISSING=1 -DHAVE_DLOPEN=1 -DNO_PROCPS=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_USER_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -DNO_MULTIMON=1 -I. -I/usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-8.6.0-425873/lib/include -I/usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-8.6.0-425873/lib/include -Wno-deprecated-declarations -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -I/usr/local/include -D_REENTRANT -DU_HAVE_TIMEZONE=0 -I/usr/local/include -DUSE_ICU -DVMX86_TOOLS -DNO_CORE_ICU -DVMTOOLS_USE_GLIB -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -MT hgfsServer.lo -MD -MP -MF .deps/hgfsServer.Tpo -c hgfsServer.c -fPIC -DPIC -o .libs/hgfsServer.o hgfsServer.c:3560:19: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautological-compare] if (pathLength < 0 || pathLength >= sizeof p.mountPoint) { ~~~~~~~~~~ ^ ~ hgfsServer.c:4559:30: error: comparison of constant 255 with expression of type 'HgfsOp' is always false [-Werror,-Wtautological-constant-out-of-range-compare] if (HGFS_V4_LEGACY_OPCODE == request->op) { ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ 2 errors generated. *** Error code 1 Stop. make[3]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-8.6.0-425873/lib/hgfsServer *** Error code 1 Stop. make[2]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-8.6.0-425873/lib *** Error code 1 Stop. make[1]: stopped in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-8.6.0-425873 *** Error code 1 Stop. make: stopped in /usr/ports/emulators/open-vm-tools-nox11 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20131011-79684-1eurhyu env UPGRADE_TOOL=portupgrade UPGRADE_PORT=open-vm-tools-nox11-425873_3,1 UPGRADE_PORT_VER=425873_3,1 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! emulators/open-vm-tools-nox11 (open-vm-tools-nox11-425873_3,1) (unknown build error) :/usr/ports/emulators/open-vm-tools-nox11 # This problem is seen on: - FreeBSD 10-ALPHA - FreeBSD 9-STABLE - FreeBSD 8-STABLE >How-To-Repeat: cd /usr/ports/emulators/open-vm-tools-nox11 make clean configure build >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F03D828 for ; Fri, 11 Oct 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C33B2E1A for ; Fri, 11 Oct 2013 07:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7e1mu028826 for ; Fri, 11 Oct 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7e0Mn028825; Fri, 11 Oct 2013 07:40:00 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 07:40:00 GMT Message-Id: <201310110740.r9B7e0Mn028825@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182900: [patch] graphics/inventor -- fix build with modern compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Oct 2013 07:40:01 -0000 The following reply was made to PR ports/182900; it has been noted by GNATS. From: Edwin Groothuis To: c47g@gmx.at Cc: bug-followup@FreeBSD.org Subject: Re: ports/182900: [patch] graphics/inventor -- fix build with modern compilers Date: Fri, 11 Oct 2013 07:30:07 UT Maintainer of graphics/inventor, Please note that PR ports/182900 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/182900 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 07:40:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FBFD883; Fri, 11 Oct 2013 07:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5505D2E1D; Fri, 11 Oct 2013 07:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B7eEa9028920; Fri, 11 Oct 2013 07:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B7eEnR028919; Fri, 11 Oct 2013 07:40:14 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 07:40:14 GMT Message-Id: <201310110740.r9B7eEnR028919@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182901: emulators/open-vm-tools-nox11 doesn't compile because of an allways false comparison X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 07:40:14 -0000 Synopsis: emulators/open-vm-tools-nox11 doesn't compile because of an allways false comparison Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 07:40:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182901 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 08:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCA43B72 for ; Fri, 11 Oct 2013 08:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97F3C2F72 for ; Fri, 11 Oct 2013 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9B8A0vu037035 for ; Fri, 11 Oct 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9B8A0uA037034; Fri, 11 Oct 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 08:10:00 GMT Resent-Message-Id: <201310110810.r9B8A0uA037034@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, Ralf van der Enden Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A7E3AF3 for ; Fri, 11 Oct 2013 08:02:50 +0000 (UTC) (envelope-from root@cainites.net) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5094B2F31 for ; Fri, 11 Oct 2013 08:02:50 +0000 (UTC) Received: from root by cainites.net with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VUXgM-000DP0-NR for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Oct 2013 10:02:46 +0200 Message-Id: Date: Fri, 11 Oct 2013 10:02:46 +0200 From: Ralf van der Enden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182902: [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 08:10:00 -0000 >Number: 182902 >Category: ports >Synopsis: [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping >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 Oct 11 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD lan.cainites.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255981: Wed Oct 2 10:15:07 >Description: Add bash dependency for bootstrapping (BUILD_DEPENDS) Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- powerdns-devel-3.3,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 330060) +++ Makefile (working copy) @@ -13,7 +13,8 @@ LICENSE= GPLv2 -BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel +BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel \ + bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libboost_serialization.so:${PORTSDIR}/devel/boost-libs USE_GITHUB= YES Index: pkg-plist =================================================================== --- pkg-plist (revision 330060) +++ pkg-plist (working copy) @@ -44,6 +44,10 @@ lib/libpipebackend.la lib/libpipebackend.so lib/libpipebackend.so.0 +%%WITHTOOLS%%man/man1/dnstcpbench.1.gz +%%WITHTOOLS%%man/man8/dnsreplay.8.gz +%%WITHTOOLS%%man/man8/dnsscope.8.gz +%%WITHTOOLS%%man/man8/dnswasher.8.gz man/man8/pdns_control.8.gz man/man8/pdns_server.8.gz man/man8/pdnssec.8.gz --- powerdns-devel-3.3,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 12:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9C446B6 for ; Fri, 11 Oct 2013 12:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C90542259 for ; Fri, 11 Oct 2013 12:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BCe0VI097529 for ; Fri, 11 Oct 2013 12:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BCe0RR097528; Fri, 11 Oct 2013 12:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 12:40:00 GMT Resent-Message-Id: <201310111240.r9BCe0RR097528@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 076C73BF for ; Fri, 11 Oct 2013 12:30:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1A221D8 for ; Fri, 11 Oct 2013 12:30:56 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9BCUuKn031260 for ; Fri, 11 Oct 2013 12:30:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9BCUuxn031243; Fri, 11 Oct 2013 12:30:56 GMT (envelope-from nobody) Message-Id: <201310111230.r9BCUuxn031243@oldred.freebsd.org> Date: Fri, 11 Oct 2013 12:30:56 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182905: [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 12:40:01 -0000 >Number: 182905 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia >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 Oct 11 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #606 r256119+b9bbc49(fk): Wed Oct 9 00:34:06 CEST 2013 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: The attached patch adds stage support for net-mgmt/vidalia. >How-To-Repeat: >Fix: Patch attached with submission follows: >From 514ae44ffc3cfcffbac2b9ba2c42a50ff70418ce Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 7 Oct 2013 18:24:46 +0200 Subject: [PATCH] net-mgmt/vidalia: Add stage support --- net-mgmt/vidalia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index f0033ed..46800b5 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -3,6 +3,7 @@ PORTNAME= vidalia PORTVERSION= 0.2.21 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= https://archive.torproject.org/tor-package-archive/vidalia/ \ https://www.torproject.org/dist/vidalia/ \ @@ -17,5 +18,4 @@ USES= cmake INSTALLS_ICONS= yes USE_QT4= gui moc_build qmake_build rcc_build uic_build network xml linguist_build -NO_STAGE= yes .include -- 1.8.4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 14:18:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D45674EF; Fri, 11 Oct 2013 14:18:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A61782888; Fri, 11 Oct 2013 14:18:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BEIhtd021115; Fri, 11 Oct 2013 14:18:43 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BEIhnH021114; Fri, 11 Oct 2013 14:18:43 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 14:18:43 GMT Message-Id: <201310111418.r9BEIhnH021114@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182905: [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 14:18:43 -0000 Synopsis: [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 14:18:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182905 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 14:18:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A069D521; Fri, 11 Oct 2013 14:18:55 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7736D288C; Fri, 11 Oct 2013 14:18:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BEItB5021217; Fri, 11 Oct 2013 14:18:55 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BEItS4021216; Fri, 11 Oct 2013 14:18:55 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 14:18:55 GMT Message-Id: <201310111418.r9BEItS4021216@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182902: [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 14:18:55 -0000 Synopsis: [MAINTAINER] dns/powerdns-devel: add bash dependency for bootstrapping Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 14:18:55 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182902 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EF07A60 for ; Fri, 11 Oct 2013 15:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0B72AE7 for ; Fri, 11 Oct 2013 15:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BF01mU031032 for ; Fri, 11 Oct 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BF01HE031031; Fri, 11 Oct 2013 15:00:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 15:00:01 GMT Message-Id: <201310111500.r9BF01HE031031@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Miroslav Lachman <000.fbsd@quip.cz> List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:00:03 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Miroslav Lachman <000.fbsd@quip.cz> To: Michael Gmelin Cc: bug-followup@FreeBSD.org, Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Fri, 11 Oct 2013 16:56:43 +0200 Michael Gmelin wrote: > On Wed, 02 Oct 2013 21:55:29 +0200 > Miroslav Lachman<000.fbsd@quip.cz> wrote: >> >> I will test your patch in a few days. I am too busy with my $WORK now. >> >> Miroslav Lachman > > Did you have a chance to test the patch yet? > > Michael I tried it right now, but I have a problem. mariadb55-server cannot be built on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. I always get this error even with original (not patched) version: Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/mariadb55-server-5.5.33a.tbz' tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 production server, so I don't know why it failed on 9.2-RC4. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1123BD92 for ; Fri, 11 Oct 2013 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2B0A2BAC for ; Fri, 11 Oct 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BFA05Q036285 for ; Fri, 11 Oct 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BFA0BI036284; Fri, 11 Oct 2013 15:10:00 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 15:10:00 GMT Message-Id: <201310111510.r9BFA0BI036284@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:10:02 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Michael Gmelin To: Miroslav Lachman <000.fbsd@quip.cz> Cc: "bug-followup@FreeBSD.org" , Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Fri, 11 Oct 2013 17:06:36 +0200 > On 11 Oct 2013, at 16:56, Miroslav Lachman <000.fbsd@quip.cz> wrote: >=20 > Michael Gmelin wrote: >> On Wed, 02 Oct 2013 21:55:29 +0200 >> Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>=20 >>> I will test your patch in a few days. I am too busy with my $WORK now. >>>=20 >>> Miroslav Lachman >>=20 >> Did you have a chance to test the patch yet? >>=20 >> Michael >=20 > I tried it right now, but I have a problem. mariadb55-server cannot be bui= lt on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. >=20 > I always get this error even with original (not patched) version: >=20 > Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/ma= riadb55-server-5.5.33a.tbz' > tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 >=20 > I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 pr= oduction server, so I don't know why it failed on 9.2-RC4. Could it be a victim of staging? Should not be related to my patch, but I ca= n still look into it over the next few days.= From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DE337B for ; Fri, 11 Oct 2013 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE4002C79 for ; Fri, 11 Oct 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BFK19v040466 for ; Fri, 11 Oct 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BFK1Cw040463; Fri, 11 Oct 2013 15:20:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 15:20:01 GMT Message-Id: <201310111520.r9BFK1Cw040463@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: christian Subject: Re: ports/182900: [patch] graphics/inventor -- fix build with modern compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: christian List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:20:02 -0000 The following reply was made to PR ports/182900; it has been noted by GNATS. From: christian To: bug-followup@FreeBSD.org Cc: Edwin Groothuis Subject: Re: ports/182900: [patch] graphics/inventor -- fix build with modern compilers Date: Fri, 11 Oct 2013 17:16:09 +0200 Hi! As far as I can tell the patch looks reasonable to me. You can close ports/181839 then, too. Many thanks, Christian. On 11.10.2013 09:30, Edwin Groothuis wrote: > Maintainer of graphics/inventor, > > Please note that PR ports/182900 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/182900 > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE9CE2CB for ; Fri, 11 Oct 2013 15:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADD0C2D28 for ; Fri, 11 Oct 2013 15:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BFU0cs046095 for ; Fri, 11 Oct 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BFU0N7046094; Fri, 11 Oct 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 15:30:00 GMT Resent-Message-Id: <201310111530.r9BFU0N7046094@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, Mark Martinec Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5837C19C for ; Fri, 11 Oct 2013 15:22:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C26B2CC9 for ; Fri, 11 Oct 2013 15:22:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9BFMRnH074077 for ; Fri, 11 Oct 2013 15:22:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9BFMR9S074067; Fri, 11 Oct 2013 15:22:27 GMT (envelope-from nobody) Message-Id: <201310111522.r9BFMR9S074067@oldred.freebsd.org> Date: Fri, 11 Oct 2013 15:22:27 GMT From: Mark Martinec To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182906: audio/taglib .h files not c++ pedantic clean, breaks audio/soundkonverter (mp4coverart.h:49: error: comma at end of enumerator list) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:30:01 -0000 >Number: 182906 >Category: ports >Synopsis: audio/taglib .h files not c++ pedantic clean, breaks audio/soundkonverter (mp4coverart.h:49: error: comma at end of enumerator list) >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 Oct 11 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Martinec >Release: 9.2-STABLE >Organization: J. Stefan Institute >Environment: FreeBSD neli.ijs.si 9.2-STABLE FreeBSD 9.2-STABLE #0 r255973: Tue Oct 1 19:43:49 CEST 2013 mark@neli.ijs.si:/usr/obj/usr/src/sys/NELI amd64 >Description: Building of port audio/soundkonverter fails because it tries to include a file /usr/local/include/taglib/mp4coverart.h (installed by port audio/taglib) using a c++ compiler with a -pedantic option enabled: In file included from /usr/local/include/taglib/mp4item.h:31, from /usr/local/include/taglib/mp4tag.h:37, from /wrkdirs/usr/ports/audio/soundkonverter/work/soundkonverter-2.0.4/metadata/tagengine.cpp:32: /usr/local/include/taglib/mp4coverart.h:49: error: comma at end of enumerator list *** [CMakeFiles/soundkonverter.dir/metadata/tagengine.o] Error code 1 Sure enough, there is a trailing comma there in /usr/local/include/taglib/mp4coverart.h near line 49: enum Format { JPEG = TypeJPEG, PNG = TypePNG, BMP = TypeBMP, GIF = TypeGIF, Unknown = TypeImplicit, }; Using system default compiler: c++ (GCC) 4.2.1 20070831 patched [FreeBSD]. Fresh versions from ports: audio/soundkonverter 2.0.4, audio/taglib 1.9.1. Full build log at: http://www.ijs.si/usr/mark/tmp/soundkonverter-2.0.4.log The 'comma at end of enumerator' is not valid in C++ (nor in C89), although it is valid in C99. Apparently it becomes valid in C++11, but we are not there yet. >How-To-Repeat: Build audio/soundkonverter from ports. >Fix: Depending on a point of view, the error is either in the exported .h file(s) by a port audio/taglib, or in using a -pedantic option in audio/soundkonverter which tries to include plain C include files from a C++ code. Perhaps the least effort solution would be to drop -pedantic from C++ options in port audio/soundkonverter . A cleaner solution would be to drop trailing commas in .h files as installed by port audio/taglib, in particular the mp4coverart.h file. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5EC7303; Fri, 11 Oct 2013 15:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9C272D2E; Fri, 11 Oct 2013 15:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BFU8Gu046232; Fri, 11 Oct 2013 15:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BFU8uB046231; Fri, 11 Oct 2013 15:30:08 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 15:30:08 GMT Message-Id: <201310111530.r9BFU8uB046231@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182906: audio/taglib .h files not c++ pedantic clean, breaks audio/soundkonverter (mp4coverart.h:49: error: comma at end of enumerator list) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:30:09 -0000 Synopsis: audio/taglib .h files not c++ pedantic clean, breaks audio/soundkonverter (mp4coverart.h:49: error: comma at end of enumerator list) Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 15:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182906 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 15:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97F3D797 for ; Fri, 11 Oct 2013 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83BB42DF7 for ; Fri, 11 Oct 2013 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BFe1um048151 for ; Fri, 11 Oct 2013 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BFe13r048150; Fri, 11 Oct 2013 15:40:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 15:40:01 GMT Message-Id: <201310111540.r9BFe13r048150@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: RyoTa SimaMoto Subject: Re: ports/179681: [Maintainer Update] graphics/gimp-help and subsidiary ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: RyoTa SimaMoto List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:40:01 -0000 The following reply was made to PR ports/179681; it has been noted by GNATS. From: RyoTa SimaMoto To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179681: [Maintainer Update] graphics/gimp-help and subsidiary ports Date: Sat, 12 Oct 2013 00:31:25 +0900 --047d7b343970b598a504e878cf17 Content-Type: text/plain; charset=ISO-8859-1 // Re: ports/179681: [Maintainer Update] graphics/gimp-help and subsidiary ports This attached patch file does all of the same changes of above patches and action, (so it comes too long), and supports staging. You may ignore my old report. My former google account was banned for uncertain reason. Very sad. --047d7b343970b598a504e878cf17 Content-Type: application/octet-stream; name="gimp-help28.patch" Content-Disposition: attachment; filename="gimp-help28.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hmnkm04x0 SW5kZXg6IGNoaW5lc2UvTWFrZWZpbGUKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gY2hpbmVzZS9NYWtlZmlsZQko cmV2aXNpb24gMzI5OTgwKQorKysgY2hpbmVzZS9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAt NTUsNyArNTUsNiBAQAogICAgIFNVQkRJUiArPSBnYjJqaXMKICAgICBTVUJESVIgKz0gZ2IycHMK ICAgICBTVUJESVIgKz0gZ2NpbgotICAgIFNVQkRJUiArPSBnaW1wLWhlbHAtemhfQ04KICAgICBT VUJESVIgKz0gZ3Vnb2QtY2xlYW4KICAgICBTVUJESVIgKz0gaGFuemltCiAgICAgU1VCRElSICs9 IGhjCkluZGV4OiBjaGluZXNlL2dpbXAtaGVscC16aF9DTi9NYWtlZmlsZQo9PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0t LSBjaGluZXNlL2dpbXAtaGVscC16aF9DTi9NYWtlZmlsZQkocmV2aXNpb24gMzI5OTgwKQorKysg Y2hpbmVzZS9naW1wLWhlbHAtemhfQ04vTWFrZWZpbGUJKHdvcmtpbmcgY29weSkKQEAgLTEsMTUg KzAsMCBAQAotIyBDcmVhdGVkIGJ5OiBTaW1hTW90byxSeW9UYSA8bGlhbmd0YWkuczRAZ21haWwu Y29tPgotIyAkRnJlZUJTRCQKLQotQ0FURUdPUklFUz0JY2hpbmVzZSBncmFwaGljcwotCi1NQUlO VEFJTkVSPQlsaWFuZ3RhaS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ9CVRoZSBHSU1QIFVzZXIgTWFu dWFsIGluIFNpbXBsaWZpZWQgQ2hpbmVzZQotCi1NQVNURVJESVI9CSR7LkNVUkRJUn0vLi4vLi4v bWlzYy9naW1wLWhlbHAtZW4KLQotRE9DTEFORz0JemhfQ04KLUFNUExFPQkiQGNvbW1lbnQgIgot Ci1OT19TVEFHRT0JeWVzCi0uaW5jbHVkZSAiJHtNQVNURVJESVJ9L01ha2VmaWxlIgpJbmRleDog ZnJlbmNoL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGZyZW5jaC9NYWtlZmlsZQkocmV2aXNpb24g MzI5OTgwKQorKysgZnJlbmNoL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC0xNyw3ICsxNyw2 IEBACiAgICAgU1VCRElSICs9IGZvcnR1bmUtbW9kLXphcmF0aG91c3RyYQogICAgIFNVQkRJUiAr PSBnZW9uZXh0CiAgICAgU1VCRElSICs9IGdmYWltCi0gICAgU1VCRElSICs9IGdpbXAtaGVscAog ICAgIFNVQkRJUiArPSBob21hcmQKICAgICBTVUJESVIgKz0gaHVuc3BlbGwKICAgICBTVUJESVIg Kz0gaHlwaGVuCkluZGV4OiBmcmVuY2gvZ2ltcC1oZWxwL01ha2VmaWxlCj09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0t IGZyZW5jaC9naW1wLWhlbHAvTWFrZWZpbGUJKHJldmlzaW9uIDMyOTk4MCkKKysrIGZyZW5jaC9n aW1wLWhlbHAvTWFrZWZpbGUJKHdvcmtpbmcgY29weSkKQEAgLTEsMTUgKzAsMCBAQAotIyBDcmVh dGVkIGJ5OiBTaW1hTW90byxSeW9UYSA8bGlhbmd0YWkuczRAZ21haWwuY29tPgotIyAkRnJlZUJT RCQKLQotQ0FURUdPUklFUz0JZnJlbmNoIGdyYXBoaWNzCi0KLU1BSU5UQUlORVI9CWxpYW5ndGFp LnM0QGdtYWlsLmNvbQotQ09NTUVOVD0JVGhlIEdJTVAgVXNlciBNYW51YWwgaW4gRnJlbmNoCi0K LU1BU1RFUkRJUj0JJHsuQ1VSRElSfS8uLi8uLi9taXNjL2dpbXAtaGVscC1lbgotCi1ET0NMQU5H PQlmcgotQU1QTEU9CSJAY29tbWVudCAiCi0KLU5PX1NUQUdFPQl5ZXMKLS5pbmNsdWRlICIke01B U1RFUkRJUn0vTWFrZWZpbGUiCkluZGV4OiBnZXJtYW4vTWFrZWZpbGUKPT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0g Z2VybWFuL01ha2VmaWxlCShyZXZpc2lvbiAzMjk5ODApCisrKyBnZXJtYW4vTWFrZWZpbGUJKHdv cmtpbmcgY29weSkKQEAgLTIwLDcgKzIwLDYgQEAKICAgICBTVUJESVIgKz0gZHRhdXMKICAgICBT VUJESVIgKz0gZXJpYzQKICAgICBTVUJESVIgKz0gZ2VvbmV4dAotICAgIFNVQkRJUiArPSBnaW1w LWhlbHAKICAgICBTVUJESVIgKz0gaHVuc3BlbGwKICAgICBTVUJESVIgKz0gaHlwaGVuCiAgICAg U1VCRElSICs9IGlzcGVsbApJbmRleDogZ2VybWFuL2dpbXAtaGVscC9NYWtlZmlsZQo9PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09Ci0tLSBnZXJtYW4vZ2ltcC1oZWxwL01ha2VmaWxlCShyZXZpc2lvbiAzMjk5ODApCisrKyBn ZXJtYW4vZ2ltcC1oZWxwL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC0xLDE1ICswLDAgQEAK LSMgQ3JlYXRlZCBieTogU2ltYU1vdG8sUnlvVGEgPGxpYW5ndGFpLnM0QGdtYWlsLmNvbT4KLSMg JEZyZWVCU0QkCi0KLUNBVEVHT1JJRVM9CWdlcm1hbiBncmFwaGljcwotCi1NQUlOVEFJTkVSPQls aWFuZ3RhaS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ9CVRoZSBHSU1QIFVzZXIgTWFudWFsIGluIEdl cm1hbgotCi1NQVNURVJESVI9CSR7LkNVUkRJUn0vLi4vLi4vbWlzYy9naW1wLWhlbHAtZW4KLQot RE9DTEFORz0JZGUKLUFNUExFPQkiQGNvbW1lbnQgIgotCi1OT19TVEFHRT0JeWVzCi0uaW5jbHVk ZSAiJHtNQVNURVJESVJ9L01ha2VmaWxlIgpJbmRleDogZ3JhcGhpY3MvZ2ltcC1oZWxwL01ha2Vm aWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT0KLS0tIGdyYXBoaWNzL2dpbXAtaGVscC9NYWtlZmlsZQkocmV2aXNpb24g MzI5OTgwKQorKysgZ3JhcGhpY3MvZ2ltcC1oZWxwL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBA IC0yLDU0ICsyLDY4IEBACiAjICRGcmVlQlNEJAogCiBQT1JUTkFNRT0JZ2ltcC1oZWxwCi1QT1JU VkVSU0lPTj0JMi42LjEKLUNBVEVHT1JJRVM9CWdyYXBoaWNzCi1NQVNURVJfU0lURVM9CSMgZW1w dHkKLVBLR05BTUVTVUZGSVg9CS1odG1sCi1ESVNURklMRVM9CSMgbm9uZQotRVhUUkFDVF9PTkxZ PQkjIGVtcHR5CitQT1JUVkVSU0lPTj0JMi44LjAKK0NBVEVHT1JJRVM9CWdyYXBoaWNzIGdub21l CitNQVNURVJfU0lURVM9CWZ0cDovL2Z0cC5naW1wLm9yZy9wdWIvJVNVQkRJUiUvIFwKKwkJaHR0 cDovL2dpbXAubWlycm9ycy5ob29ibHkuY29tLyVTVUJESVIlLyBcCisJCWh0dHA6Ly9mdHAuZ3dk Zy5kZS9wdWIvbWlzYy9ncmFmaWsvZ2ltcC8lU1VCRElSJS8gXAorCQlodHRwOi8vd3d3Lm1pcnJv cnNlcnZpY2Uub3JnL3NpdGVzL2Z0cC5naW1wLm9yZy9wdWIvJVNVQkRJUiUvIFwKKwkJJHtNQVNU RVJfU0lURV9SSU5HU0VSVkVSOlMsJVNVQkRJUiUsZ3JhcGhpY3MvJVNVQkRJUiUsfQorTUFTVEVS X1NJVEVfU1VCRElSPQlnaW1wL2hlbHAvCiAKLU1BSU5UQUlORVI9CWxpYW5ndGFpLnM0QGdtYWls LmNvbQotQ09NTUVOVD0JVGhlIG1ldGEgcG9ydCBmb3IgR0lNUCBVc2VyIE1hbnVhbAorTUFJTlRB SU5FUj0JbGlhbmd0YWkuczE2QGdtYWlsLmNvbQorQ09NTUVOVD0JR0lNUCBVc2VyIE1hbnVhbAog CiBMSUNFTlNFPQlHRkRMCiAKLS5NQUtFLkZyZWVCU0RfVUw9CXllcworQlVJTERfREVQRU5EUys9 CW1zZ2ZtdDoke1BPUlRTRElSfS9kZXZlbC9nZXR0ZXh0IFwKKwkJeHNsdHByb2M6JHtQT1JUU0RJ Un0vdGV4dHByb2MvbGlieHNsdCBcCisJCXhtbGxpbnQ6JHtQT1JUU0RJUn0vdGV4dHByb2MvbGli eG1sMgorIwlkYmxhdGV4OiR7UE9SVFNESVJ9L3RleHRwcm9jL2RibGF0ZXggXCAjIGZvciBidWls ZCBQREYKKyMJZG90OiR7UE9SVFNESVJ9L2dyYXBoaWNzL2dyYXBodml6IFwgIyBmb3IgYnVpbGQg c3lzdGVtIGRldmVsLiAmIGRlYnVnCisjCXBuZ25xOiR7UE9SVFNESVJ9L2dyYXBoaWNzL3BuZ25x IFwgIyB1bnVzZWQKKyMJcG5nY3J1c2g6JHtQT1JUU0RJUn0vZ3JhcGhpY3MvcG5nY3J1c2ggXCAj IHVudXNlZAorI1JVTl9ERVBFTkRTPQlnaW1wLTIuODoke1BPUlRTRElSfS9ncmFwaGljcy9naW1w LWFwcAogCi1OT19CVUlMRD0JeWVzCitVU0VTPQlnbWFrZSBwa2djb25maWcKK1VTRV9CWklQMj0J eWVzCitHTlVfQ09ORklHVVJFPQl5ZXMKIAotTEFOR19BTEw9CWRlIGVuIGVzIGZyIGl0IGphIGtv IG5sIG5uIHBsIHJ1IHN2IHpoX0NOCitMQU5HX0FMTD0JZGUgZWwgZW4gZW5fR0IgZXMgZnIgaXQg amEgbmwgbm4gcnUKK0xBTkdfQUxNT1NUX1VOVFJBTlNMQVRFRD0JZGEgZmkgaHIga28gbHQgcGwg c2wgc3YgemhfQ04KIAotZGVfUE9SVD0JZ2VybWFuL2dpbXAtaGVscAotZnJfUE9SVD0JZnJlbmNo L2dpbXAtaGVscAotamFfUE9SVD0JamFwYW5lc2UvZ2ltcC1oZWxwCi1rb19QT1JUPQlrb3JlYW4v Z2ltcC1oZWxwCi1wbF9QT1JUPQlwb2xpc2gvZ2ltcC1oZWxwCi1ydV9QT1JUPQlydXNzaWFuL2dp bXAtaGVscAotemhfQ05fUE9SVD0JY2hpbmVzZS9naW1wLWhlbHAtemhfQ04KLQogIyB5b3UgY2Fu IGZpbmQgbW9yZSBpbiAke1BPUlRTRElSfS9taXNjL2tkZTQtbDEwbi9maWxlcy9rZGU0LWxhbmct bmFtZXMKK2RhX05BTUU9CURhbmlzaAogZGVfTkFNRT0JR2VybWFuCitlbF9OQU1FPQlHcmVlawog ZW5fTkFNRT0JRW5nbGlzaAorZW5fR0JfTkFNRT0JQnJpdGlzaCBFbmdsaXNoCiBlc19OQU1FPQlT cGFuaXNoCitmaV9OQU1FPQlGaW5uaXNoCiBmcl9OQU1FPQlGcmVuY2gKK2hyX05BTUU9CUNyb2F0 aWFuCiBpdF9OQU1FPQlJdGFsaWFuCiBqYV9OQU1FPQlKYXBhbmVzZQoga29fTkFNRT0JS29yZWFu CitsdF9OQU1FPQlMaXRodWFuaWFuCiBubF9OQU1FPQlEdXRjaAogbm5fTkFNRT0JTm9yd2VnaWFu IE55bm9yc2sKIHBsX05BTUU9CVBvbGlzaAogcnVfTkFNRT0JUnVzc2lhbgorc2xfTkFNRT0JU2xv dmVuaWFuCiBzdl9OQU1FPQlTd2VkaXNoCiB6aF9DTl9OQU1FPQlDaGluZXNlIFNpbXBsaWZpZWQK IAorR0lNUEhFTFBESVI/PQkke1BSRUZJWH0vc2hhcmUvZ2ltcC9oZWxwCisKIC5mb3IgbGFuZyBp biAke0xBTkdfQUxMfQotJHtsYW5nfV9ERVRFQ1Q/PQkke0xPQ0FMQkFTRX0vc2hhcmUvZ2ltcC9o ZWxwLyR7bGFuZ30vaW5kZXguaHRtbAorJHtsYW5nfV9ERVRFQ1Q/PQkke0dJTVBIRUxQRElSfS8k e2xhbmd9L2luZGV4Lmh0bWwKICR7bGFuZ31fUE9SVD89CQltaXNjL2dpbXAtaGVscC0ke2xhbmd9 CiAke2xhbmd9X05BTUU/PQkJJHtsYW5nfQogJHtsYW5nOlV9X0RFU0M9CQkkeyR7bGFuZ31fTkFN RX0KIC5lbmRmb3IKIAorLk1BS0UuRnJlZUJTRF9VTD0JeWVzCiBPUFRJT05TX0RFRklORT0JQUxM CiBPUFRJT05TX0RFRkFVTFQ9CUFMTAogQUxMX0RFU0M9CUFsbCB0cmFuc2xhdGlvbnMKQEAgLTU3 LDE2ICs3MSwzNCBAQAogT1BUSU9OU19ERUZJTkUrPQkke2xhbmc6VX0KIC5lbmRmb3IKIAotTk9f U1RBR0U9CXllcwogLmluY2x1ZGUgPGJzZC5wb3J0Lm9wdGlvbnMubWs+CiAKIC5mb3IgbGFuZyBp biAke0xBTkdfQUxMfQogLmlmICR7UE9SVF9PUFRJT05TOk1BTEx9IHx8ICR7UE9SVF9PUFRJT05T Ok0ke2xhbmc6VX19Ci1SVU5fREVQRU5EUys9CSR7JHtsYW5nfV9ERVRFQ1R9OiR7UE9SVFNESVJ9 LyR7JHtsYW5nfV9QT1JUfQorVEFSR0VUTEFOR1MrPQkke2xhbmd9CiAuZW5kaWYKIC5lbmRmb3IK IAorUExJU1RfRklMRVM9CSJAY29tbWVudCBJbnNlcnQgUExJU1QuZG9jIGhlcmUiCisKK2RvLWJ1 aWxkOgorLmZvciBsYW5nIGluICR7VEFSR0VUTEFOR1N9CisJQGNkICR7V1JLU1JDfSAmJiAke0dN QUtFfSBodG1sLSR7bGFuZ30KKy5lbmRmb3IKKwogZG8taW5zdGFsbDoKLQkke0RPX05BREF9CisJ QCR7TUtESVJ9ICR7U1RBR0VESVJ9JHtHSU1QSEVMUERJUn0KKy5mb3IgbGFuZyBpbiAke1RBUkdF VExBTkdTfQorCUAoY2QgJHtXUktTUkN9L2h0bWwgOyB0YXIgY0xmIC0gJHtsYW5nfSkgfCBcCisJ KGNkICR7U1RBR0VESVJ9JHtHSU1QSEVMUERJUn0gOyB0YXIgeHZmIC0pCisuZW5kZm9yCisJQCR7 Uk19IC1mICR7V1JLRElSfS9QTElTVC5kb2MgOyBcCisJJHtGSU5EfSAke1NUQUdFRElSfSR7R0lN UEhFTFBESVJ9IC10eXBlIGYgfCBcCisJCSR7U0VEfSAnc3wke1NUQUdFRElSfSR7UFJFRklYfS98 fCcgXAorCQk+PiAke1dSS0RJUn0vUExJU1QuZG9jIDsgXAorCSR7RklORH0gJHtTVEFHRURJUn0k e0dJTVBIRUxQRElSfSAtdHlwZSBkIHwgXAorCQkke1NFRH0gJ3N8JHtTVEFHRURJUn0ke1BSRUZJ WH0vfEBkaXJybSB8JyBcCisJCXwgJHtTT1JUfSAtciA+PiAke1dSS0RJUn0vUExJU1QuZG9jIDsg XAorCWNkICR7V1JLRElSfSA7ICR7U0VEfSAtaSAtZSAnL1BMSVNULmRvYy8gciBQTElTVC5kb2Mn ICR7VE1QUExJU1R9CiAKIC5pbmNsdWRlIDxic2QucG9ydC5taz4KSW5kZXg6IGdyYXBoaWNzL2dp bXAtaGVscC9kaXN0aW5mbwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBncmFwaGljcy9naW1wLWhlbHAvZGlzdGlu Zm8JKHJldmlzaW9uIDApCisrKyBncmFwaGljcy9naW1wLWhlbHAvZGlzdGluZm8JKHdvcmtpbmcg Y29weSkKQEAgLTAsMCArMSwyIEBACitTSEEyNTYgKGdpbXAtaGVscC0yLjguMC50YXIuYnoyKSA9 IDM0Mzg1YjEzZWVhY2I4ZDY2NzJmM2UxOTQ0NGMzMjcwZGQ1NWFhZDRhYzJiMmUyZjYxM2U3ZTBk M2RkNDA3ZGYKK1NJWkUgKGdpbXAtaGVscC0yLjguMC50YXIuYnoyKSA9IDEzMjQwODgzNAoKUHJv cGVydHkgY2hhbmdlcyBvbjogZ3JhcGhpY3MvZ2ltcC1oZWxwL2Rpc3RpbmZvCl9fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18K QWRkZWQ6IHN2bjptaW1lLXR5cGUKIyMgLTAsMCArMSAjIwordGV4dC9wbGFpbgpcIE5vIG5ld2xp bmUgYXQgZW5kIG9mIHByb3BlcnR5CkFkZGVkOiBmYnNkOm5va2V5d29yZHMKIyMgLTAsMCArMSAj IworeWVzClwgTm8gbmV3bGluZSBhdCBlbmQgb2YgcHJvcGVydHkKQWRkZWQ6IHN2bjplb2wtc3R5 bGUKIyMgLTAsMCArMSAjIworbmF0aXZlClwgTm8gbmV3bGluZSBhdCBlbmQgb2YgcHJvcGVydHkK SW5kZXg6IGdyYXBoaWNzL2dpbXAtaGVscC9wa2ctZGVzY3IKPT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gZ3JhcGhp Y3MvZ2ltcC1oZWxwL3BrZy1kZXNjcgkocmV2aXNpb24gMzI5OTgwKQorKysgZ3JhcGhpY3MvZ2lt cC1oZWxwL3BrZy1kZXNjcgkod29ya2luZyBjb3B5KQpAQCAtMSw1ICsxLDYgQEAKLVRoZSBtZXRh IHBvcnQgZm9yIEdJTVAgVXNlciBNYW51YWwuIFRoZSBHSU1QIFVzZXIgTWFudWFsIGlzIGRpc3Ry aWJ1dGVkCi1hcyBhIHNldCBvZiBIVE1MIHBhZ2VzIGZvciB1c2Ugd2l0aCB0aGUgaW50ZXJuYWwg R0lNUCBoZWxwIGJyb3dzZXIKLW9yIGFueSB3ZWIgYnJvd3Nlci4KK0dJTVAtSGVscCBpcyBhIGhl bHAgc3lzdGVtIGRlc2lnbmVkIGZvciB1c2Ugd2l0aCB0aGUgaW50ZXJuYWwKK0dJTVAgaGVscCBi cm93c2VyLCBleHRlcm5hbCB3ZWIgYnJvd3NlciBhbmQgSFRNTCByZW5kZXJlcnMsIGFuZAoraHVt YW4gZXllYmFsbHMuIERvY2Jvb2sgaXMgdXNlZCB0byBjcmVhdGUgYSBoaWdobHkgY3VzdG9taXph YmxlCitzeXN0ZW0gZm9yIGFsbCBuZWVkcy4KIAotV1dXOglodHRwOi8vZG9jcy5naW1wLm9yZwor V1dXOiBodHRwOi8vZG9jcy5naW1wLm9yZwpJbmRleDogamFwYW5lc2UvTWFrZWZpbGUKPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PQotLS0gamFwYW5lc2UvTWFrZWZpbGUJKHJldmlzaW9uIDMyOTk4MCkKKysrIGphcGFuZXNl L01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC05Niw3ICs5Niw2IEBACiAgICAgU1VCRElSICs9 IGdhd2sKICAgICBTVUJESVIgKz0gZ2QKICAgICBTVUJESVIgKz0gZ2VkeQotICAgIFNVQkRJUiAr PSBnaW1wLWhlbHAKICAgICBTVUJESVIgKz0gZ2ppdGVuCiAgICAgU1VCRElSICs9IGdvcnVhCiAg ICAgU1VCRElSICs9IGdxbXBlZwpJbmRleDogamFwYW5lc2UvZ2ltcC1oZWxwL01ha2VmaWxlCj09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT0KLS0tIGphcGFuZXNlL2dpbXAtaGVscC9NYWtlZmlsZQkocmV2aXNpb24gMzI5OTgw KQorKysgamFwYW5lc2UvZ2ltcC1oZWxwL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC0xLDE1 ICswLDAgQEAKLSMgQ3JlYXRlZCBieTogU2ltYU1vdG8sUnlvVGEgPGxpYW5ndGFpLnM0QGdtYWls LmNvbT4KLSMgJEZyZWVCU0QkCi0KLUNBVEVHT1JJRVM9CWphcGFuZXNlIGdyYXBoaWNzCi0KLU1B SU5UQUlORVI9CWxpYW5ndGFpLnM0QGdtYWlsLmNvbQotQ09NTUVOVD0JVGhlIEdJTVAgVXNlciBN YW51YWwgaW4gSmFwYW5lc2UKLQotTUFTVEVSRElSPQkkey5DVVJESVJ9Ly4uLy4uL21pc2MvZ2lt cC1oZWxwLWVuCi0KLURPQ0xBTkc9CWphCi1BTVBMRT0JIiIKLQotTk9fU1RBR0U9CXllcwotLmlu Y2x1ZGUgIiR7TUFTVEVSRElSfS9NYWtlZmlsZSIKSW5kZXg6IGtvcmVhbi9NYWtlZmlsZQo9PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09Ci0tLSBrb3JlYW4vTWFrZWZpbGUJKHJldmlzaW9uIDMyOTk4MCkKKysrIGtvcmVhbi9N YWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMTMsNyArMTMsNiBAQAogICAgIFNVQkRJUiArPSBl bmdkaWMKICAgICBTVUJESVIgKz0gZXRlcm0KICAgICBTVUJESVIgKz0gZmNpdHgtaGFuZ3VsCi0g ICAgU1VCRElSICs9IGdpbXAtaGVscAogICAgIFNVQkRJUiArPSBndGtjb21tCiAgICAgU1VCRElS ICs9IGgycHMKICAgICBTVUJESVIgKz0gaGFueWFuZ2ZvbnRzCkluZGV4OiBrb3JlYW4vZ2ltcC1o ZWxwL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGtvcmVhbi9naW1wLWhlbHAvTWFrZWZpbGUJKHJl dmlzaW9uIDMyOTk4MCkKKysrIGtvcmVhbi9naW1wLWhlbHAvTWFrZWZpbGUJKHdvcmtpbmcgY29w eSkKQEAgLTEsMTUgKzAsMCBAQAotIyBDcmVhdGVkIGJ5OiBTaW1hTW90byxSeW9UYSA8bGlhbmd0 YWkuczRAZ21haWwuY29tPgotIyAkRnJlZUJTRCQKLQotQ0FURUdPUklFUz0Ja29yZWFuIGdyYXBo aWNzCi0KLU1BSU5UQUlORVI9CWxpYW5ndGFpLnM0QGdtYWlsLmNvbQotQ09NTUVOVD0JVGhlIEdJ TVAgVXNlciBNYW51YWwgaW4gS29yZWFuCi0KLU1BU1RFUkRJUj0JJHsuQ1VSRElSfS8uLi8uLi9t aXNjL2dpbXAtaGVscC1lbgotCi1ET0NMQU5HPQlrbwotQU1QTEU9CSJAY29tbWVudCAiCi0KLU5P X1NUQUdFPQl5ZXMKLS5pbmNsdWRlICIke01BU1RFUkRJUn0vTWFrZWZpbGUiCkluZGV4OiBtaXNj L01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0KLS0tIG1pc2MvTWFrZWZpbGUJKHJldmlzaW9uIDMyOTk4MCkK KysrIG1pc2MvTWFrZWZpbGUJKHdvcmtpbmcgY29weSkKQEAgLTEzMCwxMiArMTMwLDYgQEAKICAg ICBTVUJESVIgKz0gZ2N0cGMKICAgICBTVUJESVIgKz0gZ2Vla2NvZGUKICAgICBTVUJESVIgKz0g Z2V0b3B0Ci0gICAgU1VCRElSICs9IGdpbXAtaGVscC1lbgotICAgIFNVQkRJUiArPSBnaW1wLWhl bHAtZXMKLSAgICBTVUJESVIgKz0gZ2ltcC1oZWxwLWl0Ci0gICAgU1VCRElSICs9IGdpbXAtaGVs cC1ubAotICAgIFNVQkRJUiArPSBnaW1wLWhlbHAtbm4KLSAgICBTVUJESVIgKz0gZ2ltcC1oZWxw LXN2CiAgICAgU1VCRElSICs9IGdrcmVsbG0tZ2FtbWEKICAgICBTVUJESVIgKz0gZ2tyZWxsbS1o ZWxpdW0KICAgICBTVUJESVIgKz0gZ2tyZWxsbS14a2IKSW5kZXg6IG1pc2MvZ2ltcC1oZWxwLWVu L01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0KLS0tIG1pc2MvZ2ltcC1oZWxwLWVuL01ha2VmaWxlCShyZXZp c2lvbiAzMjk5ODApCisrKyBtaXNjL2dpbXAtaGVscC1lbi9NYWtlZmlsZQkod29ya2luZyBjb3B5 KQpAQCAtMSwzNyArMCwwIEBACi0jIENyZWF0ZWQgYnk6IFNpbWFNb3RvLFJ5b1RhIDxsaWFuZ3Rh aS5zNEBnbWFpbC5jb20+Ci0jICRGcmVlQlNEJAotCi1QT1JUTkFNRT0JZ2ltcC1oZWxwCi1QT1JU VkVSU0lPTj0JMi42LjEKLUNBVEVHT1JJRVM/PQltaXNjIGdyYXBoaWNzCi1NQVNURVJfU0lURVM9 CWZ0cDovL2Z0cC5naW1wLm9yZy9wdWIvJVNVQkRJUiUvIFwKLQkJaHR0cDovL2dpbXAubWlycm9y cy5ob29ibHkuY29tLyVTVUJESVIlLyBcCi0JCWh0dHA6Ly9mdHAuZ3dkZy5kZS9wdWIvbWlzYy9n cmFmaWsvZ2ltcC8lU1VCRElSJS8gXAotCQlodHRwOi8vd3d3Lm1pcnJvcnNlcnZpY2Uub3JnL3Np dGVzL2Z0cC5naW1wLm9yZy9wdWIvJVNVQkRJUiUvIFwKLQkJJHtNQVNURVJfU0lURV9SSU5HU0VS VkVSOlMsJVNVQkRJUiUsZ3JhcGhpY3MvJVNVQkRJUiUsfQotTUFTVEVSX1NJVEVfU1VCRElSPQln aW1wL2hlbHAKLVBLR05BTUVQUkVGSVg/PQkke0RPQ0xBTkd9LQotUEtHTkFNRVNVRkZJWD0JLWh0 bWwKLURJU1ROQU1FPQkke1BPUlROQU1FfS0ke1BPUlRWRVJTSU9OfSR7UEtHTkFNRVNVRkZJWH0t JHtET0NMQU5HfQotCi1NQUlOVEFJTkVSPQlsaWFuZ3RhaS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ/ PQlUaGUgR0lNUCBVc2VyIE1hbnVhbCBpbiBFbmdsaXNoCi0KLUxJQ0VOU0U9CUdGREwKLQotVVNF X0JaSVAyPQlZRVMKLU5PX0JVSUxEPQlZRVMKLVBMSVNUX1NVQj0JR0lNUERBVEE9JHtHSU1QREFU QURJUjpTLF4ke1BSRUZJWH0vLCx9IFwKLQkJQU1QTEU9JHtBTVBMRX0gRE9DTEFORz0ke0RPQ0xB Tkd9Ci0KLUdJTVBEQVRBRElSPz0JJHtQUkVGSVh9L3NoYXJlL2dpbXAKLURPQ0xBTkc/PQllbgot QU1QTEU/PQkiQGNvbW1lbnQgIgotCi1OT19TVEFHRT0JeWVzCi1kby1pbnN0YWxsOgotCUAgJHtN S0RJUn0gJHtHSU1QREFUQURJUn0vaGVscCA7IFwKLQljZCAke1dSS0RJUn0vJHtQT1JUTkFNRX0t Mi9odG1sICYmIFwKLQkke0NPUFlUUkVFX1NIQVJFfSAke0RPQ0xBTkd9ICR7R0lNUERBVEFESVJ9 L2hlbHAKLQotLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgpJbmRleDogbWlzYy9naW1wLWhlbHAtZW4v ZGlzdGluZm8KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PQotLS0gbWlzYy9naW1wLWhlbHAtZW4vZGlzdGluZm8JKHJldmlz aW9uIDMyOTk4MCkKKysrIG1pc2MvZ2ltcC1oZWxwLWVuL2Rpc3RpbmZvCSh3b3JraW5nIGNvcHkp CkBAIC0xLDI2ICswLDAgQEAKLVNIQTI1NiAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwtZGUudGFyLmJ6 MikgPSBhNDNiZDRjYjkzM2Q3MDdlMDhlYjI3ZDljOTM2MDFkZGYwNTBhODE1YjQzMzIxOTdjNWY1 ODU0Y2JhZTRmYWRiCi1TSVpFIChnaW1wLWhlbHAtMi42LjEtaHRtbC1kZS50YXIuYnoyKSA9IDMy ODQ3Nzk1Ci1TSEEyNTYgKGdpbXAtaGVscC0yLjYuMS1odG1sLWVuLnRhci5iejIpID0gNDFiMDBm Y2VjNDNiNmFhYWRkNzRmYmY5Njk5ZjU5MmI3MGZmYTY5NmE1MjQ5NjA4MjVkYzllZWViMTNlYWEy NwotU0laRSAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwtZW4udGFyLmJ6MikgPSAyODcyNjk0NQotU0hB MjU2IChnaW1wLWhlbHAtMi42LjEtaHRtbC1lcy50YXIuYnoyKSA9IDA5N2NlMGVkMGZlMzc0NmNk MjFiYmQwNDBhM2Q0ZjVkOTU1NDQ4ZTI4NWFhMGU0OTIwODhmN2VkMmMzOTUxN2UKLVNJWkUgKGdp bXAtaGVscC0yLjYuMS1odG1sLWVzLnRhci5iejIpID0gMjk4NjUyNDAKLVNIQTI1NiAoZ2ltcC1o ZWxwLTIuNi4xLWh0bWwtZnIudGFyLmJ6MikgPSBmOWJmZTZmNDBkNmRjMDk2Mzk1M2NkMWMzOTRm OWJiYjBiODdjZjQyNDU0OTExYWM3ZGQ0MWEwNzEyYWUwOGMxCi1TSVpFIChnaW1wLWhlbHAtMi42 LjEtaHRtbC1mci50YXIuYnoyKSA9IDI4OTQ2MDI4Ci1TSEEyNTYgKGdpbXAtaGVscC0yLjYuMS1o dG1sLWl0LnRhci5iejIpID0gNGU3Yzg5ZjY1OTcyMTdjY2ZiM2JjMTY3NjgxMjMxOTUxYzNkZjdk NDk3ZmVkNDRkMWY4NGU4NGVjNTg0YWI5ZAotU0laRSAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwtaXQu dGFyLmJ6MikgPSAzMzkwNzkwNQotU0hBMjU2IChnaW1wLWhlbHAtMi42LjEtaHRtbC1qYS50YXIu YnoyKSA9IGY4MjQyMmJkMTY4NjYzYTNlNDIyMzVhYWM3MDcwMGI4NWU1YzdkYjJhYzgyYzI2ZjY1 YmFjN2IzYzRkYjMzZTMKLVNJWkUgKGdpbXAtaGVscC0yLjYuMS1odG1sLWphLnRhci5iejIpID0g MjMxMDkyNDQKLVNIQTI1NiAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwta28udGFyLmJ6MikgPSA4YTll MzNjODlhMmQwZmQwODA3ZDhlYjllMmQzNzNhMzRmMTZlMjExY2Q0OGI4OThlYzc2Y2Y0YjRlOThk NGQ2Ci1TSVpFIChnaW1wLWhlbHAtMi42LjEtaHRtbC1rby50YXIuYnoyKSA9IDI4MjkxMjU0Ci1T SEEyNTYgKGdpbXAtaGVscC0yLjYuMS1odG1sLW5sLnRhci5iejIpID0gYzU2NTBkYWI2OTMzNzAy ZjBmZjdjYWEwZjY3MjI5NGExYjMzOWI0ZDU3ODI5NjUxYjZkYWE2MDkxMDgzNTM5NwotU0laRSAo Z2ltcC1oZWxwLTIuNi4xLWh0bWwtbmwudGFyLmJ6MikgPSAyODg2ODE1MwotU0hBMjU2IChnaW1w LWhlbHAtMi42LjEtaHRtbC1ubi50YXIuYnoyKSA9IDE5MGFlMmIyMWYxYmFjMjIzODg5YzFlM2Q1 Y2ViMjZkMTVhNWU1MmRkNzUxYmQ4MTc0MzY4NzAwZDZmYmFhYzIKLVNJWkUgKGdpbXAtaGVscC0y LjYuMS1odG1sLW5uLnRhci5iejIpID0gMjMzMjExMTcKLVNIQTI1NiAoZ2ltcC1oZWxwLTIuNi4x LWh0bWwtcGwudGFyLmJ6MikgPSBkNjBhMWI5OWNmY2VmYTQzYmY0MDBiMGFkZDJkNWZiOWNmMGU3 ZDM5YjYxYTVkMmQzN2IyNDc5MDUxMDgyNDFjCi1TSVpFIChnaW1wLWhlbHAtMi42LjEtaHRtbC1w bC50YXIuYnoyKSA9IDI4NzUzMzczCi1TSEEyNTYgKGdpbXAtaGVscC0yLjYuMS1odG1sLXJ1LnRh ci5iejIpID0gNGY3ODhkY2Y4NzBmY2U0NjMzNDI0MzdlMTA5OWJmZmM5NjVkM2QxZTE3M2Y2MWQz NTJmZWRkODdkMmQ2YTdhYgotU0laRSAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwtcnUudGFyLmJ6Mikg PSAyOTMyNDg3OAotU0hBMjU2IChnaW1wLWhlbHAtMi42LjEtaHRtbC1zdi50YXIuYnoyKSA9IGZi NmJiODc0YjI4ZjdjZDIyNWVmZDYxNGYzMGVkZjIwYzk3OGVhMTVkMzEyMTdjZjIyMzA0YTcwOTFm YTNmYzkKLVNJWkUgKGdpbXAtaGVscC0yLjYuMS1odG1sLXN2LnRhci5iejIpID0gMjk0NjI4NDYK LVNIQTI1NiAoZ2ltcC1oZWxwLTIuNi4xLWh0bWwtemhfQ04udGFyLmJ6MikgPSBkODIxMjhkY2Q2 NjljNjI0N2RlZDNiM2NmYTMzMDcxYTQ0YTZlMDhkODMyNWNlYjgyMDA4OWI0NzIyYWQ1YzY5Ci1T SVpFIChnaW1wLWhlbHAtMi42LjEtaHRtbC16aF9DTi50YXIuYnoyKSA9IDI4NzM1Mjg1CkluZGV4 OiBtaXNjL2dpbXAtaGVscC1lbi9wa2ctZGVzY3IKPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gbWlzYy9naW1wLWhl bHAtZW4vcGtnLWRlc2NyCShyZXZpc2lvbiAzMjk5ODApCisrKyBtaXNjL2dpbXAtaGVscC1lbi9w a2ctZGVzY3IJKHdvcmtpbmcgY29weSkKQEAgLTEsNCArMCwwIEBACi1UaGUgR0lNUCBVc2VyIE1h bnVhbCBpcyBkaXN0cmlidXRlZCBhcyBhIHNldCBvZiBIVE1MIHBhZ2VzIGZvciB1c2UKLXdpdGgg dGhlIGludGVybmFsIEdJTVAgaGVscCBicm93c2VyIG9yIGFueSB3ZWIgYnJvd3Nlci4KLQotV1dX OglodHRwOi8vZG9jcy5naW1wLm9yZwpJbmRleDogbWlzYy9naW1wLWhlbHAtZW4vcGtnLXBsaXN0 Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0KLS0tIG1pc2MvZ2ltcC1oZWxwLWVuL3BrZy1wbGlzdAkocmV2aXNpb24gMzI5 OTgwKQorKysgbWlzYy9naW1wLWhlbHAtZW4vcGtnLXBsaXN0CSh3b3JraW5nIGNvcHkpCkBAIC0x LDIxMTcgKzAsMCBAQAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvYmVjb21lLWEtZ2lt cC13aXphcmQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvYmlibGlvZ3JhcGh5 Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2NvbW1vbi1zY3JpcHQtZnUtZXJy b3JzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2N1c3RvbWl6ZS1zcGxhc2hz Y3JlZW4uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZGlhbG9ncy5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9maWxlLXByaW50LWd0ay5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9maWx0ZXJzLWFscGhhLXRvLWxvZ28uaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZmlsdGVycy1hbmltYXRpb24uaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZmlsdGVycy1hcnRpc3RpYy5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9maWx0ZXJzLWJsdXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvZmlsdGVycy1jb21iaW5lLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ZpbHRlcnMtZGVjb3IuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZmls dGVycy1kaXN0b3J0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ZpbHRlcnMt ZWRnZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9maWx0ZXJzLWVuaGFuY2Uu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZmlsdGVycy1nZW5lcmljLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ZpbHRlcnMtbGlnaHQtYW5kLXNoYWRvdy5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9maWx0ZXJzLW1hcC5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9maWx0ZXJzLW5vaXNlLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ZpbHRlcnMtcmVuZGVyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ZpbHRlcnMtd2ViLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ZpbHRlcnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZm9udC1wcm9i bGVtcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9nZXR0aW5nLXN0YXJ0ZWQu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ZkbC0xLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dmZGwtMTAuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvZ2ZkbC0yLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dmZGwt My5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9nZmRsLTQuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ZkbC01Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2dmZGwtNi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9nZmRs LTcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ZkbC04Lmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dmZGwtOS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9nZmRsLWFkZGVuZHVtLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtYWJvdXQtZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2dpbXAtYnJ1c2gtZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtYnVnLXJlcG9ydC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWJ1 Zy1zdWJtaXR0ZWQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1jaGFu bmVsLWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbG9y cy1hdXRvLW1lbnUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1jb2xv cnMtY29tcG9uZW50cy1tZW51Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtY29sb3JzLWZpbHRlcnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2lt cC1jb2xvcnMtaW5mby1oaXN0b2dyYW0uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvZ2ltcC1jb2xvcnMtaW5mby1tZW51Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtY29sb3JzLW1hcC1tZW51Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtY29sb3JzLW1lbnUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv Z2ltcC1jb2xvcnMtdG9vbHMtbWVudS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9naW1wLWNvbmNlcHRzLWJydXNoZXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvZ2ltcC1jb25jZXB0cy1kb2Nrcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9naW1wLWNvbmNlcHRzLWdyYWRpZW50cy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9naW1wLWNvbmNlcHRzLWltYWdlLWdyaWQtYW5kLWd1aWRlcy5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbmNlcHRzLWltYWdlLWd1aWRlcy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbmNlcHRzLWxheWVyLW1vZGVzLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtY29uY2VwdHMtbWFpbi13aW5kb3dz Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtY29uY2VwdHMtcGFsZXR0 ZXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1jb25jZXB0cy1wYXR0 ZXJucy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbmNlcHRzLXNj cmlwdC1mdS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbmNlcHRz LXNldHVwLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtY29uY2VwdHMt c2hvcnRjdXRzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtY29uY2Vw dHMtdGV4dC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWNvbmNlcHRz LXVuZG8uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1jb25maWctdXNl LWdlZ2wuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1kZXZpY2Utc3Rh dHVzLWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWRpYWxv Z3MtY29udGVudC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWRpYWxv Z3MtbWFuYWdlbWVudC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWRp YWxvZ3MtbWlzYy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWRpYWxv Z3Mtc3RydWN0dXJlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZGlz cGxheS1maWx0ZXItZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtZG9jdW1lbnQtZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtZWRpdC1idWZmZXItZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2dpbXAtZWRpdC1jbGVhci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1w LWVkaXQtY29weS12aXNpYmxlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtZWRpdC1jb3B5Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZWRp dC1jdXQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LWZhZGUu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LWZpbGwtYmcuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LWZpbGwtZmcuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LWZpbGwtcGF0dGVybi5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWVkaXQtbWVudS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWVkaXQtcGFzdGUtYXMuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LXBhc3RlLWludG8uaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LXBhc3RlLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZWRpdC1yZWRvLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2dpbXAtZWRpdC11bmRvLWhpc3RvcnkuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC1lZGl0LXVuZG8uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvZ2ltcC1lcnJvcnMtZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2dpbXAtZXhwb3J0LWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9naW1wLWZpbGUtY2xvc2UtYWxsLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtZmlsZS1jbG9zZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9n aW1wLWZpbGUtY3JlYXRlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAt ZmlsZS1tZW51Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsZS1u ZXcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1maWxlLW9wZW4tYXMt bGF5ZXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1maWxlLW9wZW4t bG9jYXRpb24uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1maWxlLW9w ZW4tcmVjZW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsZS1v cGVuLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsZS1wcmVmZXJl bmNlcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbGUtcXVpdC5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbGUtcmV2ZXJ0Lmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsZS1zYXZlLWEtY29weS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbGUtc2F2ZS1hcy10ZW1wbGF0 ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbGUtc2F2ZS1hcy5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbGUtc2F2ZS5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbHRlci1yZXBlYXQuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1maWx0ZXItcmVzZXQtYWxsLmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsdGVyLXJlc2hvdy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbHRlcnMtbWVudS5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWZpbHRlcnMtcHl0aG9uLWZ1Lmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlsdGVycy1zY3JpcHQtZnUuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1maXJlLXVwLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtZmlyc3Qtc3RlcHMuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC1mb250LWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9naW1wLWZ1bmN0aW9uLXJlZmVyZW5jZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLWdldHRpbmctdW5zdHVjay5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLWdyYWRpZW50LWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLWhlbHAtY29udGV4dC5odG1sCi0lJUFNUExFJSUlJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWhlbHAtY3VzdG9tLmNzcwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC1oZWxwLWRyYWZ0LmNzcwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvZ2ltcC1oZWxwLWluZGV4Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtaGVscC1rZXlib2FyZC1zaG9ydGN1dHMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2ltcC1oZWxwLW1lbnUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvZ2ltcC1oZWxwLW9ubGluZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9naW1wLWhlbHAtcGxhaW4uY3NzCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1w LWhlbHAtc2NyZWVuLmNzcwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1oZWxw Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaGVscC54bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaGlzdG9ncmFtLWRpYWxvZy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdlLWNvbWJpbmluZy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdlLWNvbmZpZ3VyZS1ncmlkLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1hZ2UtY29udmVydC1ncmF5c2Nh bGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1jb252ZXJ0 LWluZGV4ZWQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1j b252ZXJ0LXJnYi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdl LWNyb3AuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1kaWFs b2cuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1kdXBsaWNh dGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1mbGF0dGVu Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1hZ2UtZmxpcC1ob3Jp em9udGFsLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1hZ2UtZ3Vp ZGVzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1hZ2UtbWVudS5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdlLW1lcmdlLWxheWVy cy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdlLW1vZGUuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1wcmludC1zaXplLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1hZ2UtcHJvcGVydGllcy5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWltYWdlLXJlc2l6ZS10by1s YXllcnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS1yZXNp emUtdG8tc2VsZWN0aW9uLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAt aW1hZ2UtcmVzaXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1h Z2Utcm90YXRlLTkwLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtaW1h Z2Utc2NhbGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS10 cmFuc2Zvcm0uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbWFnZS13 aW5kb3ctcW1hc2stYnV0dG9uLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtaW1hZ2Utd2luZG93LXFtYXNrLXByb3BlcnRpZXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2ltcC1pbWFnZS13aW5kb3cuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvZ2ltcC1pbWFnZXMtaW4uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvZ2ltcC1pbWFnZXMtb3V0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtaW1hZ2luZy1jb2xvci1tYW5hZ2VtZW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2dpbXAtaW1hZ2luZy1waG90b3MuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvZ2ltcC1pbmRleGVkLXBhbGV0dGUtZGlhbG9nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2dpbXAtaW50cm9kdWN0aW9uLWJ1Z3MuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC1pbnRyb2R1Y3Rpb24taGlzdG9yeS0xLTAuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbnRyb2R1Y3Rpb24taGlzdG9yeS0yLTAuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbnRyb2R1Y3Rpb24taGlzdG9y eS0yLTIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1pbnRyb2R1Y3Rp b24taGlzdG9yeS0yLTQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1p bnRyb2R1Y3Rpb24taGlzdG9yeS1lYXJseS1kYXlzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2dpbXAtaW50cm9kdWN0aW9uLWhpc3RvcnkuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC1pbnRyb2R1Y3Rpb24td2hhdHMtbmV3Lmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItYWxwaGEtYWRkLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItYWxwaGEtcmVtb3ZlLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItYWxwaGEtc2VsZWN0aW9uLWFkZC5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWFscGhhLXNlbGVj dGlvbi1pbnRlcnNlY3QuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1s YXllci1hbHBoYS1zZWxlY3Rpb24tcmVwbGFjZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9naW1wLWxheWVyLWFscGhhLXNlbGVjdGlvbi1zdWJ0cmFjdC5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWFscGhhLXNlbWktZmxhdHRlbi5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWFuY2hvci5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWJvdHRvbS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWNvbG9yLXRvLWFscGhhLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItY3JvcC5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWRlbGV0ZS5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWR1cGxpY2F0ZS5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWVxdWFsaXplLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItZmxpcC1ob3Jpem9udGFsLmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItZmxpcC12ZXJ0aWNhbC5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWludmVydC5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWxvd2VyLXRvLWJvdHRvbS5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLWxvd2VyLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItbWFzay1hZGQuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLWFwcGx5Lmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItbWFzay1kZWxldGUuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLWRpc2FibGUu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLWVkaXQu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLW1lbnUu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLXNlbGVj dGlvbi1hZGQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1t YXNrLXNlbGVjdGlvbi1pbnRlcnNlY3QuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvZ2ltcC1sYXllci1tYXNrLXNlbGVjdGlvbi1yZXBsYWNlLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItbWFzay1zZWxlY3Rpb24tc3VidHJhY3QuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tYXNrLXNob3cuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1tZW51Lmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItbWVyZ2UtZG93bi5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLW5ldy1mcm9tLXZpc2libGUuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1uZXcuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1uZXh0Lmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItb2Zmc2V0Lmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItcHJldmlvdXMuaHRtbAotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1yYWlzZS10by10b3AuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1yYWlzZS5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXJlc2l6ZS10by1pbWFnZS5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXJlc2l6ZS5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXJvdGF0ZS0xODAuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci1yb3RhdGUtMjcwLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItcm90YXRlLTkwLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItcm90YXRlLWFyYml0cmFyeS5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXNjYWxlLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItc3RhY2stbWVudS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXRleHQtY29tbWFuZHMuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci10ZXh0LWRpc2NhcmQuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci10b3AuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1sYXllci10cmFuc2Zvcm0tbWVudS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLWxheWVyLXRyYW5zcGFyZW5jeS1t ZW51Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtbGF5ZXItd2hpdGUt YmFsYW5jZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLW1vZHVsZS1k aWFsb2cuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1uYXZpZ2F0aW9u LWRpYWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXBhaW50aW5n Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtcGFsZXR0ZS1kaWFsb2cu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1wYXRoLWRpYWxvZy5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXBhdGgtc2VsZWN0aW9uLXJlcGxh Y2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1wYXRoLXN0cm9rZS5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXBhdHRlcm4tZGlhbG9nLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtcGltcGluZy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXBvaW50ZXItaW5mby1kaWFsb2cuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1xdWljay1tYXNrLXRvZ2dsZS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXNhbXBsZS1wb2ludC1kaWFsb2cu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zY3JpcHRpbmcuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3QtbWVudS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXNlbGVjdGlvbi1hbGwuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3Rpb24tYm9yZGVyLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLWJ5X2NvbG9yLmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLWRpYWxvZy5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXNlbGVjdGlvbi1mZWF0aGVyLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLWZsb2F0Lmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLWdyb3cuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3Rpb24taW52ZXJ0Lmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLW5vbmUuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3Rpb24tc2hhcnBlbi5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXNlbGVjdGlvbi1zaHJpbmsuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3Rpb24tc3Ryb2tlLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtc2VsZWN0aW9uLXRvLWNoYW5u ZWwuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC1zZWxlY3Rpb24tdG8t cGF0aC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRlbXBsYXRlLWRp YWxvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRpcHMtZGlhbG9n Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1haXJicnVzaC5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtYWxpZ24uaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWJsZW5kLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1icmlnaHRuZXNzLWNvbnRyYXN0Lmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1idWNrZXQtZmlsbC5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtYnktY29sb3Itc2Vs ZWN0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1jbG9uZS5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtY29sb3ItYmFsYW5j ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtY29sb3ItcGlj a2VyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1jb2xvcml6 ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtY29udm9sdmUu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWNyb3AuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWN1cnZlcy5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtZGVzYXR1cmF0ZS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtZG9kZ2UtYnVybi5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtZWxsaXBzZS1zZWxlY3QuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWVyYXNlci5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtZmxpcC5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtZm9yZWdyb3VuZC1zZWxlY3QuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWZyZWUtc2VsZWN0Lmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1mdXp6eS1zZWxlY3QuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWdlZ2wuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWhlYWwuaHRtbAotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWh1ZS1zYXR1cmF0aW9uLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC1pbmsuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLWlzY2lzc29ycy5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLXRvb2wtbGV2ZWxzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2dpbXAtdG9vbC1tZWFzdXJlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2dpbXAtdG9vbC1tb3ZlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2dpbXAtdG9vbC1wYWludGJydXNoLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2dpbXAtdG9vbC1wYXRoLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAt dG9vbC1wZW5jaWwuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29s LXBlcnNwZWN0aXZlLWNsb25lLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtdG9vbC1wZXJzcGVjdGl2ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9n aW1wLXRvb2wtcG9zdGVyaXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtdG9vbC1yZWN0LXNlbGVjdC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9n aW1wLXRvb2wtcm90YXRlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAt dG9vbC1zY2FsZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wt c2hlYXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29sLXNtdWRn ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtdGV4dC5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2wtdGhyZXNob2xkLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbC16b29tLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdG9vbHMtYnJ1c2guaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10b29scy1jb2xvci5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9naW1wLXRvb2xzLW1lbnUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2ltcC10b29scy1vdGhlci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9naW1wLXRvb2xzLXBhaW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtdG9vbHMtc2VsZWN0aW9uLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtdG9vbHMtdHJhbnNmb3JtLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtdG9vbHMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10 dXRvcmlhbC1xdWlja2llLWNoYW5nZS1tb2RlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2dpbXAtdHV0b3JpYWwtcXVpY2tpZS1jcm9wLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2dpbXAtdHV0b3JpYWwtcXVpY2tpZS1mbGlwLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdHV0b3JpYWwtcXVpY2tpZS1pbmZvLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdHV0b3JpYWwtcXVpY2tpZS1qcGVnLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdHV0b3JpYWwtcXVpY2tpZS1yb3Rh dGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10dXRvcmlhbC1xdWlj a2llLXNjYWxlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdHV0b3Jp YWwtcXVpY2tpZXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC10dXRv cmlhbC1zdHJhaWdodC1saW5lcy1leGFtcGxlcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9naW1wLXR1dG9yaWFsLXN0cmFpZ2h0LWxpbmVzLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2dpbXAtdW5kby1kaWFsb2cuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2ltcC11c2luZy1hbmltYXRlZC1icnVzaGVzLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmctYnJ1c2hlcy5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLWRyYWctYW5kLWRyb3AuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1leHRlcm5hbC1wcm9ncmFtcy5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLWZpbGUtbWFuYWdlci5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLWZpbGVmb3JtYXRzLWNy ZWF0aW5nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmctZmls ZWZvcm1hdHMtb3BlbmluZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1w LXVzaW5nLWZvbnRzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNp bmctZ3JpZC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLWlt YWdlLWJyb3dzZXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2lu Zy1sYXllcnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1v cGVuLWNvcHktYW5kLXBhc3RlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtdXNpbmctb3Blbi1sb2NhdGlvbi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9naW1wLXVzaW5nLW9wZW4tcmVjZW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtdXNpbmctcGF0aHMtYW5kLXNlbGVjdGlvbnMuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1wYXRocy1hbmQtc3ZnLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmctcGF0aHMtYW5kLXRleHQuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1wYXRocy1wcm9wZXJ0aWVzLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmctcGF0aHMtc3Ryb2tpbmcu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1wYXRocy10cmFu c2Zvcm1pbmcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1w YXRocy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLXF1aWNr bWFzay5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLXJlY3Rh bmd1bGFyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmctc2Ny aXB0LWZ1LXR1dG9yaWFsLWV4dGVuZGluZy10ZXh0LWJveC5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLXNjcmlwdC1mdS10dXRvcmlhbC1maXJzdC1zY3JpcHQu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1zY3JpcHQtZnUt dHV0b3JpYWwtaWRlbnRpZmllci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9n aW1wLXVzaW5nLXNjcmlwdC1mdS10dXRvcmlhbC1saXN0cy5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLXNjcmlwdC1mdS10dXRvcmlhbC1yZXN1bHQuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy1zY3JpcHQtZnUtdHV0b3Jp YWwtc2NyaXB0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdXNpbmct c2NyaXB0LWZ1LXR1dG9yaWFsLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtdXNpbmctc2VsZWN0aW9ucy1hZGQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvZ2ltcC11c2luZy1zZWxlY3Rpb25zLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2dpbXAtdXNpbmctc2V0dXAtdGlsZS1jYWNoZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9naW1wLXVzaW5nLXNpbXBsZW9iamVjdHMuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy10ZXh0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2dpbXAtdXNpbmctdmFyaWFibGUtc2l6ZS1icnVzaC1jcmVhdGluZy5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXVzaW5nLXZhcmlhYmxlLXNpemUtYnJ1 c2guaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC11c2luZy13ZWItcmVk dWNpbmctZmlsZS1zaXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAt dXNpbmctd2ViLXRyYW5zcGFyZW5jeS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9naW1wLXVzaW5nLXdlYi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1w LXZpZXctZG90LWZvci1kb3QuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2lt cC12aWV3LWZ1bGxzY3JlZW4uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2lt cC12aWV3LW1lbnUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC12aWV3 LW5hdmlnYXRpb24uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC12aWV3 LW5ldy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXZpZXctcGFkZGlu Zy1jb2xvci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXZpZXctc2hv dy1ncmlkLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdmlldy1zaG93 LWd1aWRlcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXZpZXctc2hv dy1sYXllci1ib3VuZGFyeS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1w LXZpZXctc2hvdy1tZW51YmFyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dp bXAtdmlldy1zaG93LXJ1bGVycy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9n aW1wLXZpZXctc2hvdy1zYW1wbGUtcG9pbnRzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2dpbXAtdmlldy1zaG93LXNjcm9sbGJhcnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2ltcC12aWV3LXNob3ctc2VsZWN0aW9uLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2dpbXAtdmlldy1zaG93LXN0YXR1c2Jhci5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXZpZXctc2hyaW5rLXdyYXAuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC12aWV3LXNuYXAtdG8tY2FudmFzLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdmlldy1zbmFwLXRvLWdyaWQuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC12aWV3LXNuYXAtdG8tZ3VpZGVzLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2dpbXAtdmlldy1zbmFwLXRvLXZlY3RvcnMu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC12aWV3LXpvb20uaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC13aW5kb3dzLW1lbnUuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC13aW5kb3dzLW9wZW4tcmVjZW50LWRvY2su aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcC13aW5kb3dzLXNob3ctZG9j ay5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9naW1wLXhyZWZzLnhtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvZ2ltcDIyLmNzcwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvZ2xvc3NhcnkuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aGVscC1taXNzaW5nLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlLWlu ZGVwZW5kZW50LXNjcmlwdC1mdS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvY2F1dGlvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9k aWFsb2dzL2JydXNoZXMtYnV0dG9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9kaWFsb2dzL2JydXNoZXMtY29udGV4dC1tZW51LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvYnJ1c2hlcy1kaWFsb2ctY2xpcGJvYXJkLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvYnJ1c2hlcy1k aWFsb2ctc2ltcGxlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Rp YWxvZ3MvYnJ1c2hlcy1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZGlhbG9ncy9icnVzaGVzLWVkaXRvci1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9icnVzaGVzLWdyaWQtdmlldy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2JydXNoZXMtbGlzdC12aWV3 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvYnVmZmVy cy1jb250ZXh0LW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZGlhbG9ncy9idWZmZXJzLWRpYWxvZy1ncmlkLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2RpYWxvZ3MvYnVmZmVycy1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jaGFubmVsLWxpc3QtZW50cnkucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jaGFubmVsLW1hc2tzLWV4 YW1wbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9j aGFubmVsLW1hc2tzLWdyYWRpZW50LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2RpYWxvZ3MvY2hhbm5lbC1xdWlja21hc2sucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jaGFubmVscy1jb250ZXh0LW1lbnUucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jaGFubmVscy1kaWFsb2cu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jb2xvci1D TVlLLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvY29s b3ItZGlhbG9nLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxv Z3MvY29sb3ItcGFsZXR0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9kaWFsb2dzL2NvbG9yLXNjYWxlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2RpYWxvZ3MvY29sb3ItdHJpYW5nbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jb2xvci13YXRlcmNvbG9yLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvY29sb3JtYXAtY29udGV4dG1lbnUucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9jb2xvcm1hcC1k aWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9j c3Mta2V5d29yZHMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlh bG9ncy9kZXZpY2Utc3RhdHVzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2RpYWxvZ3MvZGlhbG9ncy1pY29uLWRlbGV0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2RpYWxvZ3MtaWNvbi1sb3dlci5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2RpYWxvZ3MtaWNvbi1uZXcucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9kaWFsb2dzLWlj b24tcmFpc2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9n cy9kaWFsb2dzLXNob3J0Y3V0cy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9kaWFsb2dzL2RpYWxvZ3MtdGVtcGxhdGVzLWVkaXQtYWR2YW5jZWQucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9kaWFsb2dzLXRlbXBsYXRlcy1l ZGl0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXJy b3ItY29uc29sZS1yZWNvcmQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZGlhbG9ncy9lcnJvci1jb25zb2xlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvY29zbW9zLTYucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9leGFtcGxlcy9kaXRoZXIxLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvZGl0aGVyMi5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2V4YW1wbGVz L2RpdGhlcjMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9n cy9leGFtcGxlcy9kaXRoZXI0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2RpYWxvZ3MvZXhhbXBsZXMvbGF5ZXItbG9jay0xLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvbGF5ZXItbG9jay0yLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvbGF5ZXIt bWFzay0xLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mv ZXhhbXBsZXMvbGF5ZXItbWFzay0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvbmV3LWdyYWRpZW50LTEucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9leGFtcGxlcy9uZXctZ3JhZGllbnQtMi5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2V4YW1wbGVz L25ldy1ncmFkaWVudC0zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2RpYWxvZ3MvZXhhbXBsZXMvcGFsZXR0ZXMtb2Zmc2V0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhhbXBsZXMvcGFsZXR0ZXMtcmVwZWF0LWdyYWRp ZW50LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhw b3J0LWZpbGUtZ2lmLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Rp YWxvZ3MvZXhwb3J0LWZpbGUtanBlZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9kaWFsb2dzL2V4cG9ydC1maWxlLW1uZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2V4cG9ydC1maWxlLXBuZy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2ZvbnRzLWRpYWxvZy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2ZvbnRzLWdyaWQtZGlhbG9n LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZ3JhZGll bnQtZGlhbG9nLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxv Z3MvZ3JhZGllbnQtZWRpdG9yLWJsZW5kLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2RpYWxvZ3MvZ3JhZGllbnQtZWRpdG9yLWNvbG9yLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZ3JhZGllbnQtZWRpdG9yLWNvbG9yZnJv bS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2dyYWRp ZW50LWVkaXRvci1jb2xvcnR5cGUtc3VibWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9kaWFsb2dzL2dyYWRpZW50LWVkaXRvci1kaWFsb2cucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9ncmFkaWVudC1lZGl0b3ItcG9w dXAtbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dz L2dyYWRpZW50LW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZGlhbG9ncy9oaXN0b2dyYW0tYmFzaWMtZGlhbG9nLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvaGlzdG9ncmFtLWRyb3AtZG93bi1tZW51LnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvaGlzdG9ncmFtLWxvZy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2hpc3RvZ3Jh bS1yYW5nZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dz L2hpc3RvZ3JhbS1yZ2IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZGlhbG9ncy9oaXN0b3J5LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2RpYWxvZ3MvaHRtbF9ub3RhdGlvbi1tZW51LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2RpYWxvZ3MvaWNvbi1uYXZpZ2F0aW9uLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvaW1hZ2UtbW9kZS1pbmRleGVkLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvaW1hZ2VzLWRpYWxvZy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2xheWVyLWRp YWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL2xh eWVyLWxpc3QtZW50cnkucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZGlhbG9ncy9sYXllci1tYXNrLWFkZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9kaWFsb2dzL2xheWVyc19leGFtcGxlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvbGF5ZXJzX292ZXJ2aWV3LnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvbGluay12aXNpYmlsaXR5LnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvbG9jay1hbHBoYS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL25hdmlnYXRpb24u cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9wYWxldHRl LWVkaXRvci1jb250ZXh0LW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZGlhbG9ncy9wYWxldHRlLWVkaXRvci1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9wYWxldHRlLWVkaXRvci5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3BhbGV0dGUtaW1wb3J0LWRpYWxv Zy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3BhbGV0 dGVzLWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFs b2dzL3BhbGV0dGVzLWdyaWQtZGlhbG9nLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2RpYWxvZ3MvcGFsZXR0ZXMtb2Zmc2V0LW9wdGlvbnMucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9wYWxldHRlcy1wb3BtZW51LnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvcGFsZXR0ZXMtc29y dC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3BhdGgt bGlzdC1lbnRyeS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFs b2dzL3BhdGhzLWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9kaWFsb2dzL3BhdGhzLW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZGlhbG9ncy9wYXR0ZXJucy1kaWFsb2ctY2xpcGJvYXJkLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvcGF0dGVybnMtZGlhbG9nLWxpc3QucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9wYXR0ZXJucy1k aWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9w b2ludGVyLWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9k aWFsb2dzL3NhbXBsZS1wb2ludHMtZGlhbG9nLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc2FtcGxlLXBvaW50cy1tZW51LnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stYW5jaG9yLTE2LnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stY29sb3ItcGlj a2VyLWJsYWNrLTE4LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Rp YWxvZ3Mvc3RvY2stY29sb3ItcGlja2VyLWdyYXktMTgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9zdG9jay1jb2xvci1waWNrZXItd2hpdGUtMTgucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9zdG9jay1kdXBs aWNhdGUtMTYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9n cy9zdG9jay1lZGl0LTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2RpYWxvZ3Mvc3RvY2stZWRpdC1jbGVhci0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLWV5ZS0yMC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLWZpbGVvcGVuLTE2LnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stZmxpcC1ob3Jpem9u dGFsLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mv c3RvY2stZmxvYXRpbmctc2VsZWN0aW9uLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stZ3RrLWFkZC0xNi5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLWhpc3RvZ3JhbS1saW5lYXItMTYu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9zdG9jay1o aXN0b2dyYW0tbG9nYXJpdGhtaWMtMTYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZGlhbG9ncy9zdG9jay1pbWFnZS0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLWludmVydC0xNi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLWxheWVyLTE2LnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stbWVudS1sZWZ0 LTEyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3Rv Y2stcGF0aC0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFs b2dzL3N0b2NrLXBhdGgtc3Ryb2tlLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2stcmVkby0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXJlbG9hZC0xNi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXJlbW92ZS0xNi5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXJlc2V0LTE2 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3Mvc3RvY2st cmV2ZXJ0LTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxv Z3Mvc3RvY2stc2F2ZS0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9kaWFsb2dzL3N0b2NrLXNlbGVjdGlvbi0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXNlbGVjdGlvbi1hbGwtMTYucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9zdG9jay1zZWxlY3Rpb24tbm9u ZS0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0 b2NrLXNlbGVjdGlvbi1zdHJva2UtMTYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZGlhbG9ncy9zdG9jay1zZWxlY3Rpb24tdG8tY2hhbm5lbC0xNi5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXNlbGVjdGlvbi10 by1wYXRoLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxv Z3Mvc3RvY2stdW5kby0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9kaWFsb2dzL3N0b2NrLXVuZG8taGlzdG9yeS0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXZjaGFpbi0yNC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXpvb20tYmVzdC1maXQtMTYu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9ncy9zdG9jay16 b29tLWluLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxv Z3Mvc3RvY2stem9vbS1vcmlnaW5hbC0xNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9kaWFsb2dzL3N0b2NrLXpvb20tb3V0LTE2LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvdGVtcGxhdGVzLWRpYWxvZy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3Rvb2xzLWRpYWxvZy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3VuZG8taGlzdG9y eS1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9n cy93aWxiZXItY2hhbm5lbHMtYWxwaGEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZGlhbG9ncy93aWxiZXItY2hhbm5lbHMtYmx1ZS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3dpbGJlci1jaGFubmVscy1jb21iaW5lZC5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9kaWFsb2dzL3dpbGJlci1j aGFubmVscy1ncmVlbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9k aWFsb2dzL3dpbGJlci1jaGFubmVscy1yZWQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZHJhZnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZXhhbXBsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0 ZXJzL2FscGhhLXRvLWxvZ28vYWxpZW4tbmVvbi1vcHRpb25zLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9hbGllbi1uZW9uLmpw ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8t bG9nby9ibGVuZGVkLW9wdGlvbnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9hbHBoYS10by1sb2dvL2JsZW5kZWQuanBnCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9hbHBoYS10by1sb2dvL2Nocm9tZS1vZmZzMTAw LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEt dG8tbG9nby9jaHJvbWUtb2ZmczI1LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9jaHJvbWUtb2ZmczUwLmpwZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9jaHJvbWUt b3B0aW9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2FscGhhLXRvLWxvZ28vY2hyb21lLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9jb21pYy1vcHRpb25zLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9jb21pYy5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2FscGhhLXRv LWxvZ28vZnJvc3R5LTEwLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9mcm9zdHktMjAwLmpwZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9mcm9zdHktNDAwLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9n by9mcm9zdHktb3B0aW9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2FscGhhLXRvLWxvZ28vZnJvc3R5LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8tbG9nby9ncmFkaWVudC1iZXZlbC1vcHRp b25zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxw aGEtdG8tbG9nby9ncmFkaWVudC1iZXZlbC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2FscGhhLXRvLWxvZ28vdGV4dHVyZWQtb3B0aW9ucy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2FscGhhLXRvLWxvZ28v dGV4dHVyZWQuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9ibHVyL2dhdXNzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvYmx1ci9tYmx1ci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2JsdXIvcGl4ZWxpemUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9ibHVyL3NlbC1nYXVzcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2JsdXIvdGlsZWFibGUucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9jaGFuZ2V0by5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2NvbWJpbmUvZGVwdGhtZXJnZS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2NvbWJpbmUvZmls bS1hZHZhbmNlZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0 ZXJzL2NvbWJpbmUvZmlsbS1zZWxlY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9jdWJpc20tMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2N1YmlzbS0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvY3ViaXNtLTMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9kaXN0b3J0L2JsaW5kcy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQvY3VydmViZW5kLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9ydC9lbWJv c3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9kaXN0 b3J0L2VuZ3JhdmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9kaXN0b3J0L2VyYXNlX3Jvd3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9kaXN0b3J0L2l3YXJwLW9wdGlvbnMtMS5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQvaXdhcnAtb3B0aW9ucy0y LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9y dC9sZW5zLWRpc3RvcnRpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9kaXN0b3J0L21vc2FpYy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQvbmV3c3ByaW50LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9ydC9wYWdlY3VybC5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQvcG9sYXJjb29y ZHMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9kaXN0 b3J0L3JpcHBsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0 ZXJzL2Rpc3RvcnQvc2hpZnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9kaXN0b3J0L3ZpZGVvLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9ydC92cHJvcGFnYXRlLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9ydC93YXZlcy5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQvd2hpcmxwaW5jaC5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Rpc3RvcnQv d2luZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2Vk Z2UtZGV0ZWN0L2RpZmYtZ2F1c3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9lZGdlLWRldGVjdC9lZGdlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZWRnZS1kZXRlY3QvbmVvbi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2VkZ2UtZGV0ZWN0L3NvYmVsLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZW5oYW5jZS9hbnRp YWxpYXMtYXBwbGllZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2VuaGFuY2UvYW50aWFsaWFzLW9yaWcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZmlsdGVycy9lbmhhbmNlL2RlaW50ZXJsYWNlLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZW5oYW5jZS9kZXNwZWNrbGUucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9lbmhhbmNlL2Rl c3RyaXBlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZW5oYW5jZS9ubGZpbHRlci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2VuaGFuY2UvcmVkLWV5ZS1yZW1vdmFsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZW5oYW5jZS9zaGFycGVuLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZW5oYW5jZS91bnNoYXJwLW1hc2su cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy8yemlubmlhcy1jLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvMnppbm5pYXMtaS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzLzJ6aW5uaWFzLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvM2Qtb3V0bGluZS0yMC5qcGcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzLzNk LW91dGxpbmUtNDAuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9leGFtcGxlcy8zZC1vdXRsaW5lLTUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy8zZC1vdXRsaW5lLWFscGhhLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvM2Qtb3V0bGlu ZS1leGFtcGxlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvM2Qtb3V0bGluZS1tb3ZlZC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzLzNkLW91dGxpbmUtc2NyaXB0LWZ1LmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvM2Qt b3V0bGluZS1zaGFkb3cyMC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2V4YW1wbGVzLzNkLW91dGxpbmUtc2hhZG93NDAuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9CR2NvbG9yLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvYWRkYm9y ZGVyLWRlbHRhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvYWxpZW4tZ2xvdy1zY3JpcHQtZnUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9hcnRpc3RpYy10YWotYXBwbHljYW52 YXMuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFt cGxlcy9hcnRpc3RpYy10YWotY2FydG9vbi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2FydGlzdGljLXRhai1jbG90aGlmeS5qcGcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2FydGlz dGljLXRhai1jdWJpc20uanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9hcnRpc3RpYy10YWotZ2ltcHJlc3Npb25pc3QuanBnCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9hcnRpc3RpYy10 YWotb2lsaWZ5LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvYXJ0aXN0aWMtdGFqLXBob3RvY29weS5qcGcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2FydGlzdGljLXRhai1wcmVkYXRv ci5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1w bGVzL2FydGlzdGljLXRhai1zb2Z0Z2xvdy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2FydGlzdGljLXRhai13ZWF2ZS5qcGcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2FydGlzdGlj LXdlYXZlLWFzLWxhdHRpY2UuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9iYXNpYzEtc2NyaXB0LWZ1LmpwZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvYmFzaWMyLXNjcmlwdC1mdS5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2JsYXN0MS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2V4YW1wbGVzL2JsdXItZGVtby1ibHVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvYmx1ci1kZW1vLWdhdXNzMTAucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ibHVyLWRlbW8t bWJsdXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9ibHVyLWRlbW8tb3JpZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2JsdXItZGVtby1waXhlbGl6ZS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2JsdXItZGVtby1z ZWxlY3RpdmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9leGFtcGxlcy9ibHVyLXRhai1ibHVyLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvYmx1ci10YWotZ2F1c3MuanBnCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ibHVyLXRhai1tYmx1 ci1saW5lYXIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9leGFtcGxlcy9ibHVyLXRhai1tYmx1ci1yYWRpYWwuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ibHVyLXRhai1tYmx1ci16b29tLmpw ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv Ymx1ci10YWotcGl4ZWxpc2UuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9ibHVyLXRhai1zZWxlY3RpdmUuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ibHVyLXRhai10Ymx1ci5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2JvcmRlcmF2ZXJhZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9ib3JkZXJhdmVyYWdlMDgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ib3JkZXJhdmVyYWdlNjQucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ib3Zp bmF0aW9uLWNvbnRyYXN0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvYm92aW5hdGlvbi1sYXllcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ib3ZpbmF0aW9uLW5vaXNlLmpw ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv Ym92aW5hdGlvbi14LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvYm92aW5hdGlvbi15LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY2FydmUtaXQtaW52ZXJzLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY2FydmUtaXQt aW52bWFzay5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2V4YW1wbGVzL2NhcnZlLWl0LW1hc2suanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jYXJ2ZS1pdC1ub3JtYWwucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jYXJ2ZS1pdC1zdGVu Y2lsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhh bXBsZXMvY2hhbGstc2NyaXB0LWZ1LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY2hpcC1hd2F5LTAuanBnCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jaGlwLWF3YXktMzAuanBnCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jaGlw LWF3YXktM2QuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9leGFtcGxlcy9jaGlwLWF3YXktNjAuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jaGlwLWF3YXktOTAuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jaGlwLWF3YXktaW52ZXJ0 LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBs ZXMvY2hpcC1hd2F5LW11ZC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2V4YW1wbGVzL2NoaXAtYXdheS1zY3JpcHQtZnUuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jaGlwLWF3YXktc2xhdGUu anBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9jb2xvci10YWotYWxpZW4yLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29sb3ItdGFqLWJvcmRlcmF2ZXJhZ2UucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jb2xvci10YWot Y2NhbmFseXNlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvY29sb3ItdGFqLWNoYW5uZWxtaXhlci5qcGcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbG9yLXRhai1jb2xvcmlmeS5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2NvbG9yLXRhai1jb2xvcnRvYWxwaGEuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jb2xvci10YWotZGVjb21wb3NlLmpwZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29sb3ItdGFq LWV4Y2hhbmdlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvY29sb3ItdGFqLWZpbHRlcnBhY2suanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jb2xvci10YWotbWF4cmdiLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29s b3ItdGFqLXJvdGF0aW9uLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvY29sb3ItdGFqLXNhbXBsZS1jb2xvcml6ZS5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbG9yLXRhai1z bW9vdGhwYWxldHRlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvY29sb3ItdGFqLXZpbnZlcnQuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9jb2xvcnMtbWFwLXJvdGF0aW9uLXRo cmVzaG9sZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2V4YW1wbGVzL2NvbG9ycy1yZXRpbmV4MS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbG9ycy1yZXRpbmV4Mi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbG9ycy1yb3Rh dGlvbi1iYXNlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvY29tYmluZS10YWotZGVwdGhtZXJnZS5qcGcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbWJpbmUtdGFqLWZpbG0uanBn Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9j b252b2x1dGlvbi1ibHVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvY29udm9sdXRpb24tY2FsY3VsYXRlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29udm9sdXRpb24tZWRn ZS1kZXRlY3QxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvY29udm9sdXRpb24tZWRnZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbnZvbHV0aW9uLWVtYm9zcy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2NvbnZv bHV0aW9uLXNoYXJwZW4ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9jb29sbWV0YWwtc2NyaXB0LWZ1LmpwZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29vbG1ldGFsLmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvY29zbW9z LTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFt cGxlcy9jb3Ntb3MtZGVjb21wb3NlZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlY29yLWFkZC1iZXZlbDEwLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVjb3ItYWRkLWJl dmVsMTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9kZWNvci1hZGQtYmV2ZWwxMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlY29yLWFkZC1iZXZlbDIwLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVjb3ItYWRk LWJldmVsMjEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9leGFtcGxlcy9kZWNvci1hZGQtYmV2ZWwyMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlY29yLXRhai1hZGRib3JkZXIuanBnCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9kZWNv ci10YWotY2FydmUtaXQuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9kZWNvci10YWotY29mZmVlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVjb3ItdGFqLWZ1enp5Ym9yZGVy LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBs ZXMvZGVjb3ItdGFqLW9sZC1waG90by5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlY29yLXRhai1yb3VuZC1jb3JuZXJzLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVjb3It dGFqLXNsaWRlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvZGVpbnRlcmxhY2VkLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9kZWludGVybGFjZWQtMi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlcHRobWVyZ2Ut cmVzdWx0cy1ub25lLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvZGVwdGhtZXJnZS1yZXN1bHRzLW9mZnNldC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2RlcHRobWVyZ2UtcmVz dWx0cy1vdmVybGFwLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvZGVwdGhtZXJnZS1yZXN1bHRzLXNjYWxlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVwdGhtZXJnZS1zb3Vy Y2UtaW1hZ2UxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvZGVwdGhtZXJnZS1zb3VyY2UtaW1hZ2UyLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGVwdGhtZXJnZS1zb3VyY2Ut bWFwMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL2RlcHRobWVyZ2Utc291cmNlLW1hcDIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9kaWZmcmFjdGlvbjEucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9kaWZmcmFjdGlv bjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFt cGxlcy9kaWxhdGUtbmVvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2V4YW1wbGVzL2RpbGF0ZS10ZXh0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGlzdG9ydC10YWotYmxpbmRzLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGlz dG9ydC10YWotY3VydmUtYmVuZC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFqLWVtYm9zcy5qcGcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFqLWVu Z3JhdmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9kaXN0b3J0LXRhai1pd2FycC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFqLWxlbnMtZGlzdG9ydGlvbi5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2Rpc3RvcnQtdGFqLW1vc2FpYy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFqLW5ld3NwcmludC5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFq LXBhZ2VjdXJsLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvZGlzdG9ydC10YWotcG9sYXJjb29yZHMuanBnCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9kaXN0b3J0LXRhai1yaXBwbGUu anBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9kaXN0b3J0LXRhai1zaGlmdC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rpc3RvcnQtdGFqLXZpZGVvLmpwZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGlzdG9ydC10YWotdnBy b3BhZ2F0ZS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2V4YW1wbGVzL2Rpc3RvcnQtdGFqLXdhdmVzLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZGlzdG9ydC10YWotd2hpcmxwaW5jaC5qcGcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Rp c3RvcnQtdGFqLXdpbmQuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9kcm9wLXNoYWRvdy1jb2xvci5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VkZ2UtdGFqLWRvZy5qcGcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VkZ2Ut dGFqLWVkZ2UtZGlmZmVyZW50aWFsLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZWRnZS10YWotZWRnZS1ncmFkaWVudC5qcGcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VkZ2UtdGFq LWVkZ2UtbGFwbGFjZS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL2VkZ2UtdGFqLWVkZ2UtcHJld2l0dC5qcGcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VkZ2UtdGFqLWVkZ2Utcm9i ZXJ0cy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL2VkZ2UtdGFqLWVkZ2Utc29iZWwuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9lZGdlLXRhai1sYXBsYWNlLmpwZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZWRnZS10YWot bmVvbi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL2VkZ2UtdGFqLXNvYmVsLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZW5ncmF2ZV93aWR0aF9saW1pdF9uby5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VuZ3JhdmVf d2lkdGhfbGltaXRfb3JpZ2luYWwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy9lbmdyYXZlX3dpZHRoX2xpbWl0X3llcy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2VuaGFuY2Ut cmVkLWV5ZS1hZnRlci5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL2VuaGFuY2UtcmVkLWV5ZS1iZWZvcmUuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9lbmhhbmNlLXRhai1ubC1m aWx0ZXIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9lbmhhbmNlLXRhai1zaGFycGVuLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZW5oYW5jZS10YWotdW5zaGFycC1tYXNrLmpw ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv ZXJvZGUtbm9pc2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9leGFtcGxlcy9leGFtcGxlLW1hcC1idW1wbWFwLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZXhhbXBsZS1tYXAtd2FycDEucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9l eGFtcGxlLW1hcC13YXJwMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2V4YW1wbGVzL2V4YW1wbGUtbWFwLXdhcnAzLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZXhhbXBsZS1tYXAtd2FycDQu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9leGFtcGxlLW1hcC13YXJwNS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2V4YW1wbGUtbWFwLXdhcnA2LnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZXhhbXBsZS1tYXAtd2Fy cDcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFt cGxlcy9leGFtcGxlLW1hcC13YXJwOC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2ZsYW1lMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Z1enp5Ym9yZGVyLWJsdXIucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9mdXp6 eWJvcmRlci1ibHVyeDE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvZnV6enlib3JkZXItZ3JhbjEucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9mdXp6eWJvcmRlci1ncmFuMTYu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9mdXp6eWJvcmRlci1ncmFuNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Z1enp5Ym9yZGVyLW5vYmx1ci5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2Z1enp5Ym9yZGVyLW5v Ymx1cngxNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L2V4YW1wbGVzL2Z1enp5Ym9yZGVyLW5vc2hhZG93LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZnV6enlib3JkZXItc2hhZG93MTAucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9m dXp6eWJvcmRlci1zaGFkb3cxMDAucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy9nZW5lcmljLXRhai1jb252bWF0cml4LWJsdXIuanBnCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9nZW5l cmljLXRhai1jb252bWF0cml4LWVkZ2UtZGV0ZWN0LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZ2VuZXJpYy10YWotY29udm1hdHJpeC1l ZGdlLWVuaGFuY2UuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9leGFtcGxlcy9nZW5lcmljLXRhai1jb252bWF0cml4LWVtYm9zcy5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2dlbmVyaWMtdGFq LWNvbnZtYXRyaXgtc2hhcnBlbi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL2dlbmVyaWMtdGFqLWRpbGF0ZS5qcGcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2dlbmVyaWMtdGFqLWVy b2RlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhh bXBsZXMvZ2xhc3MtdGFqLWFwcGx5LWxlbnMuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9nbGFzcy10YWotZ2xhc3MtdGlsZS5qcGcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2dsb3Nz eS1zY3JpcHQtZnUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9leGFtcGxlcy9nbG93aW5nLWVmZmVjdC0zNTAuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9nbG93aW5nLWVmZmVjdC01MC5qcGcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2ds b3dpbmctZWZmZWN0c2l6ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2V4YW1wbGVzL2dsb3dpbmctc2NyaXB0LWZ1LmpwZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvZ3JhZG1hcC1leGFtcGxlLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv aWZzY29tcG9zZS10dXQxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvaWZzY29tcG9zZS10dXQyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvaWZzY29tcG9zZS10dXQzLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvaWZz Y29tcG9zZS10dXQ0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvaW50ZXJsYWNlZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2ludmVydC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2ludmVydHgyLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvaXdhcnAtYW5p bS5tbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1w bGVzL2t2aXR2ZWlzLWZyYWN0YWwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy9rdml0dmVpcy1pbGx1c2lvbi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2t2aXR2ZWlzLW9yaWcu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9sZW5zZGlzdG9ydGlvbi1icmlnaHRlbi1oaWdoLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGVuc2Rpc3RvcnRpb24tYnJpZ2h0ZW4t bG93LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhh bXBsZXMvbGVuc2Rpc3RvcnRpb24tZWRnZS1oaWdoLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGVuc2Rpc3RvcnRpb24tZWRnZS1sb3cu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9sZW5zZGlzdG9ydGlvbi1tYWluLWhpZ2gucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9sZW5zZGlzdG9ydGlvbi1tYWluLWxvdy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL2xl bnNkaXN0b3J0aW9uLW9yaWdpbmFsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGVuc2Rpc3RvcnRpb24teHNoaWZ0LWhpZ2gucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9sZW5z ZGlzdG9ydGlvbi14c2hpZnQtbG93LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGVuc2Rpc3RvcnRpb24tem9vbS1oaWdoLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGVuc2Rp c3RvcnRpb24tem9vbS1sb3cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9saWdodC10YWotZHJvcC1zaGFkb3cuanBnCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9saWdodC10YWotZmxh cmVmeC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL2xpZ2h0LXRhai1nZmxhcmUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9saWdodC10YWotbGlnaHRpbmcuanBnCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9saWdodC10YWot bm92YS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL2xpZ2h0LXRhai1zcGFya2xlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbGlnaHQtdGFqLXhhY2gtZWZmZWN0LmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbG9nby0z ZC1vdXRsaW5lLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvbG9nby1hbGllbi1nbG93LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbG9nby1iYXNpYzEuanBnCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9sb2dvLWJhc2ljMi5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2xvZ28tYm92aW5hdGlvbi1hcHBsaWVkLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbG9nby1jaGlwLWF3YXkuanBnCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9sb2dvLWdsb3NzeS5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L2xvZ28tZ2xvd2luZy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL2xvZ28tbmVvbi1hcHBsaWVkLmpwZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbG9nby1zZW1pLWZsYXR0ZW4ucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9s b2dvLXNlbWktdHJhbnNwLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvbG9nby10YWotY2hhbGsuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtZGlzcGxhY2UtcGluY2gucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9t YXAtZGlzcGxhY2U1LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvbWFwLWRpc3BsYWNlNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC1kaXNwbGFjZTdhLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbWFwLWRpc3Bs YWNlN2IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9tYXAtZGlzcGxhY2U3Yy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC1kaXNwbGFjZTgucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtaWxsdXNpb25hLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv bWFwLWlsbHVzaW9uYi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL21hcC1pbGx1c2lvbmMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtbGljLWJsdXItbGcucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtbGlj LWRlcml2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvbWFwLWxpYy1pcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC1saWMtbW0ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtbGljLXMucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtbGljLXNx LWJsdXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9tYXAtbGljLXRleHQtbGcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9tYXAtbGljLXZlcnQtYmx1ci5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC1saWMtdmVy dC1wYXQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9tYXAtbGljLXZwLW5tNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC10YWotbWFwLW9iamVjdC5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC10YWotcGFw ZXJ0aWxlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvbWFwLXRhai1zZWFtbGVzcy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL21hcC10YWotc21hbGx0aWxlLmpwZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbWFwLXRpbGUu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9uZW9uLTRsYXllcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy9uZW9uLWdsb3cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9uZW9uLXNjcmlwdC1mdS5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL25lb24tc2hhZG93 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBs ZXMvbmVvbi10dWJlcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL25ld3NwcmludC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL25vaXNlLXRhai1odXJsLmpwZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvbm9pc2UtdGFqLXBp Y2suanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFt cGxlcy9ub2lzZS10YWotc2x1ci5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL25vaXNlLXRhai1zcHJlYWQuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9ub2lzZS90YWotaHN2LW5v aXNlLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhh bXBsZXMvbm9pc2UvdGFqLXJnYi1ub2lzZS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL29sZC1waG90by1kZWZvY3VzLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvb2xkLXBob3Rv LWZvY3VzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvb2xkLXBob3RvLW1vdHRsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL29wdGltaXplLWRpZmYucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9vcHRpbWl6ZS1naWYu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxl cy9vcHRpbWl6ZS1vcmlnLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3BlY3RpdmUtc2hhZG93LWFuZ2xlMTA1LnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3BlY3Rp dmUtc2hhZG93LWFuZ2xlMTUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9wZXJzcGVjdGl2ZS1zaGFkb3ctYXBwbGllZC5qcGcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3BlcnNwZWN0 aXZlLXNoYWRvdy1kZWZhdWx0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3BlY3RpdmUtc2hhZG93LWRpc3RhbmNlLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3Bl Y3RpdmUtc2hhZG93LWxlbmd0aDE1LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3BlY3RpdmUtc2hhZG93LW5vYmx1ci5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3BlcnNw ZWN0aXZlLXNoYWRvdy1ub3Jlc2l6ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3BlcnNwZWN0aXZlLXNoYWRvdy1vcmlnLmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcGVyc3Bl Y3RpdmUtc2hhZG93LXJlc2l6ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL3BvbGNvb3JkczEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9wb2xjb29yZHMyLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcHJlZGF0b3It ZWRnZTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvcHJlZGF0b3ItZWRnZTQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9wcmVkYXRvci1lZGdlOC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3ByZWRhdG9yLXBpeGVs aXplMC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL3ByZWRhdG9yLXBpeGVsaXplMTYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9wcmVkYXRvci1waXhlbGl6ZTQucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9wcmVkYXRv ci1waXhlbGl6ZTgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9leGFtcGxlcy9wcmVkYXRvci1zdGVwMC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3ByZWRhdG9yLXN0ZXAxLmpwZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcHJlZGF0b3It c3RlcDIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9wcmVkYXRvci1zdGVwMy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3FiaXN0MS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3FiaXN0Mi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3FiaXN0My5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JlbmRl ci1jaGVja2VyYm9hcmQxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvZXhhbXBsZXMvcmVuZGVyLWNoZWNrZXJib2FyZDIuanBnCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9yZW5kZXItY2lyY3VpdC5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L3JlbmRlci1mcmFjdGFsZXhwbC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JlbmRlci10YWotY21sZXhwbG9yZXIuanBnCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9yZW5kZXItdGFq LWRpZmZjbG91ZC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0 ZXJzL2V4YW1wbGVzL3JlbmRlci10YWotZmxhbWUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9yZW5kZXItdGFqLWZyYWN0YWxleHBsb3Jl ci5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1w bGVzL3JlbmRlci10YWotZ2ZpZy5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JlbmRlci10YWotZ3JpZC5qcGcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JlbmRlci10YWotaWZzY29t cG9zZS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL3JlbmRlci10YWotamlnc2F3LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcmVuZGVyLXRhai1tYXplLmpwZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcmVuZGVyLXRhai1w bGFzbWEuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy9yZW5kZXItdGFqLXNpbnVzLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcmVuZGVyLXRhai1zb2xpZG5vaXNlLmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvcmVuZGVy LXRhai1zcGhlcmVkZXNpZ25lci5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JvdW5kLWNvcm5lcnMtcmFkMTUucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9yb3VuZC1jb3JuZXJz LXJhZDM1LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvcm91bmQtY29ybmVycy1yYWQ1MC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3JvdW5kLWNvcm5lcnMtcmFkNjUucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9yb3Vu ZC1jb3JuZXJzLXNoYWRvdzEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9yb3VuZC1jb3JuZXJzLXNoYWRvdzIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy9zbGljZS1jZWxsc3Bh Y2luZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL3NsaWNlLWZvbGRlci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2V4YW1wbGVzL3Qtby1wLWVkZ2UuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy90LW8tcC1oaXRzMTAuanBnCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy90LW8tcC1o aXRzMjUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9l eGFtcGxlcy90LW8tcC1oaXRzNDAuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy90LW8tcC1sYXllcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy90LW8tcC1zY3JpcHQtZnUuanBn Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy90 LW8tcC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4 YW1wbGVzL3Rhal9ncmF5c2NhbGUuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy90YWpfZ3VpZGVzLmpwZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvdGFqX29yaWcuanBnCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy90YWpfb3JpZy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L3Rhal9yb3dzLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvZXhhbXBsZXMvdW5zaGFycC1tYXNrLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy91bnNoYXJwLW1hc2stMi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3Vuc2hhcnAtbWFz ay0zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhh bXBsZXMvdm9yb25vaS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2V4YW1wbGVzL3Zwcm9wYWctYmFzZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3Zwcm9wYWcxLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvdnByb3BhZzItYmlzLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMv dnByb3BhZzIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9leGFtcGxlcy92cHJvcGFnMy16b29tLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvdnByb3BhZzMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy92cHJvcGFnNC5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3Zwcm9wYWc1 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBs ZXMvdnByb3BhZzZhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZXhhbXBsZXMvdnByb3BhZzZiLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvd2ViLXRhai1zbGljZS5qcGcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzL3doaXJscGluY2gtb3Jp Zy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1w bGVzL3doaXJscGluY2gtcGluY2gucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9leGFtcGxlcy93aGlybHBpbmNoLXdoaXJsLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZXhhbXBsZXMvd2luZDAucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9leGFtcGxlcy93aW5kMS5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVz L3dpbmQyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMv ZXhhbXBsZXMvd2luZDMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9leGFtcGxlcy94YWNoLWVmZmVjdC1sYXllcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9maWx0ZXJzLWVkZ2VkZXRlY3QtZmlnLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZmlsdGVycy1yZW5k ZXItZGlmZnJhY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9maWx0ZXJzLXJlbmRlci1mbGFtZS1lZGl0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZmlsdGVycy1yZW5kZXItZmxhbWUucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9maWx0ZXJzLXJlbmRlci1n cmlkLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZmls dGVycy1yZW5kZXItaWZzZnJhY3RhbC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2ZpbHRlcnMtcmVuZGVyLXBsYXNtYS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2ZpbHRlcnMtcmVuZGVyLXFiaXN0LnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZ2VuZXJpYy9jb252 b2x1dGlvbi1jcm9wLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvZ2VuZXJpYy9jb252b2x1dGlvbi1leHRlbmQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9nZW5lcmljL2NvbnZvbHV0aW9uLW1pbG9yZC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2dlbmVyaWMvY29u dm9sdXRpb24td3JhcC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2dlbmVyaWMvY29udm9sdXRpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9nZW5lcmljL2RpbGF0ZS1taWxvcmQucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9nZW5lcmljL2RpbGF0ZS1waXhlbC5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2dlbmVyaWMv ZGlsYXRlLXpvbmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9ncmV5dGhyZXNoLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvaW1hZ2VtYXAtb3B0aW9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvYXBwbHktbGVucy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cv ZHJvcC1zaGFkb3cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9saWdodC1hbmQtc2hhZG93L2ZsYXJlZngucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvZmlsdGVycy9saWdodC1hbmQtc2hhZG93L2dmbGFyZS1lZGl0b3ItMS5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFu ZC1zaGFkb3cvZ2ZsYXJlLWVkaXRvci0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL2ZpbHRlcnMvbGlnaHQtYW5kLXNoYWRvdy9nZmxhcmUtZWRpdG9yLTMucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9saWdodC1hbmQtc2hh ZG93L2dmbGFyZS1lZGl0b3ItNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvZ2ZsYXJlLW9wdGlvbnMtMS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cv Z2ZsYXJlLW9wdGlvbnMtMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvZ2xhc3N0aWxlLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbGlnaHQtYW5kLXNoYWRvdy9saWdodGluZzEu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9saWdodC1h bmQtc2hhZG93L2xpZ2h0aW5nMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvbGlnaHRpbmczLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbGlnaHQtYW5kLXNoYWRvdy9saWdodGlu ZzQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9saWdo dC1hbmQtc2hhZG93L2xpZ2h0aW5nNS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvbm92YS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2xpZ2h0LWFuZC1zaGFkb3cvcGVyc3BlY3Rp dmUtc2hhZG93LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvbGlnaHQtYW5kLXNoYWRvdy9zcGFya2xlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbGlnaHQtYW5kLXNoYWRvdy94YWNoLWVmZmVjdC5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL21hcG9iamVjdC1vcHRp b25zLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9t YXBvYmplY3Qtb3B0aW9ucy0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2ZpbHRlcnMvbWFwb2JqZWN0LW9wdGlvbnMtMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL21hcG9iamVjdC1vcHRpb25zLTQucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9tYXBvYmplY3Qtb3B0aW9ucy01 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbWFwb2Jq ZWN0LW9wdGlvbnMtNi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL25vaXNlL2hzdi1ub2lzZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL25vaXNlL2h1cmwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9ub2lzZS9waWNrLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbm9pc2UvcmdiLW5vaXNlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbm9pc2Uvc2x1ci5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL25vaXNlL3NwcmVhZC5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtYXJ0aXN0 aWMtYXBwbHljYW52YXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9vcHRpb25zLWFydGlzdGljLWNhcnRvb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWFydGlzdGljLWNsb3RoaWZ5LnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1hcnRp c3RpYy1jdWJpc20ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9vcHRpb25zLWFydGlzdGljLWdpbXByZXNzaW9uaXN0LW9yaWVudG1hcC5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtYXJ0aXN0aWMt Z2ltcHJlc3Npb25pc3Qtc2l6ZW1hcC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtYXJ0aXN0aWMtZ2ltcHJlc3Npb25pc3QxLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1hcnRpc3Rp Yy1naW1wcmVzc2lvbmlzdDIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9vcHRpb25zLWFydGlzdGljLWdpbXByZXNzaW9uaXN0My5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtYXJ0aXN0aWMtZ2lt cHJlc3Npb25pc3Q0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2Zp bHRlcnMvb3B0aW9ucy1hcnRpc3RpYy1naW1wcmVzc2lvbmlzdDUucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWFydGlzdGljLWdpbXByZXNz aW9uaXN0Ni5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L29wdGlvbnMtYXJ0aXN0aWMtZ2ltcHJlc3Npb25pc3Q3LnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1hcnRpc3RpYy1naW1wcmVzc2lvbmlz dDgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRp b25zLWFydGlzdGljLW9pbGlmeS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9maWx0ZXJzL29wdGlvbnMtYXJ0aXN0aWMtcGhvdG9jb3B5LnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1hcnRpc3RpYy1wcmVkYXRv ci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlv bnMtYXJ0aXN0aWMtc29mdGdsb3cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZmlsdGVycy9vcHRpb25zLWFydGlzdGljLXZhbmdvZ2gucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWFydGlzdGljLXdlYXZlLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1j b2xvcm1hcC1leGNoYW5nZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL29wdGlvbnMtY29sb3JzLXJldGluZXgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWRlY29yLWFkZC1iZXZlbC5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtZGVjb3It YWRkYm9yZGVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRl cnMvb3B0aW9ucy1kZWNvci1jYXJ2ZS1pdC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtZGVjb3ItY29mZmVlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1kZWNvci1mdXp6eWJvcmRl ci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlv bnMtZGVjb3Itb2xkLXBob3RvLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2ZpbHRlcnMvb3B0aW9ucy1kZWNvci1yb3VuZC1jb3JuZXJzLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1kZWNvci1zbGlkZS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtaW1h Z2VtYXAtYXJlYS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0 ZXJzL29wdGlvbnMtaW1hZ2VtYXAtZHJhdy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtaW1hZ2VtYXAtZ3JpZC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtaW1hZ2VtYXAtZ3VpZGVz LW9wdGlvbnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9vcHRpb25zLWltYWdlbWFwLWluZm8ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWxvZ28tM2Qtb3V0bGluZS5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtbG9nby1hbGllbi1nbG93 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9u cy1sb2dvLWJhc2ljMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL29wdGlvbnMtbG9nby1iYXNpYzIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLWxvZ28tYm92aW5hdGlvbi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtbG9nby1jaGFsay5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMt bG9nby1jaGlwLWF3YXkucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9vcHRpb25zLWxvZ28tY29vbG1ldGFsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1sb2dvLWdsb3NzeS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtbG9nby1nbG93aW5n LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9u cy1sb2dvLW5lb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmls dGVycy9vcHRpb25zLWxvZ28tdC1vLXAucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLW1hcC1idW1wbWFwLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1tYXAtZGlzcGxhY2UtY2FydGVz aWFuLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0 aW9ucy1tYXAtZGlzcGxhY2UtcG9sYXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLW1hcC1kaXNwbGFjZS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtbWFwLWZyYWN0YWwtdHJhY2Uu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25z LW1hcC1pbGx1c2lvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL29wdGlvbnMtbWFwLXBhcGVydGlsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtbWFwLXNtYWxsdGlsZXMucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLW1hcC10aWxlLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1t YXAtd2FycC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz L29wdGlvbnMtcmVuZGVyLWNoZWNrZXJib2FyZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtcmVuZGVyLWNpcmN1aXQucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9vcHRpb25zLXJlbmRlci1jbWxl eHBsb3JlcjEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9vcHRpb25zLXJlbmRlci1jbWxleHBsb3JlcjFhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItY21sZXhwbG9yZXIyLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5k ZXItY21sZXhwbG9yZXIzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItY21sZXhwbG9yZXI0LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItY21sZXhwbG9yZXI1 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9u cy1yZW5kZXItY21sZXhwbG9yZXI2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItZnJhY3RhbGV4cGxvcmVyMS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtcmVuZGVyLWZy YWN0YWxleHBsb3JlcjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv ZmlsdGVycy9vcHRpb25zLXJlbmRlci1mcmFjdGFsZXhwbG9yZXIzLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItZ2ZpZy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtcmVu ZGVyLWlmc2NvbXBvc2UyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItamlnc2F3LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy1yZW5kZXItbWF6ZS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtcmVuZGVyLXNpbnVz MS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlv bnMtcmVuZGVyLXNpbnVzMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9maWx0ZXJzL29wdGlvbnMtcmVuZGVyLXNpbnVzMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL29wdGlvbnMtcmVuZGVyLXNwaGVyZWRlc2lnbmVyLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvb3B0aW9ucy13 ZWItc2xpY2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVy cy9wbGF5YmFjay1vcHRpb25zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL2ZpbHRlcnMvcHJldmlldy1zdWJtZW51LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2ZpbHRlcnMvc29saWQtbm9pc2Utb3B0aW9ucy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9naW1wLXNwbGFzaC5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeS9hbGlhcy5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeS9hbHBoYS1jaGFubmVsLTAucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZ2xvc3NhcnkvYWxwaGEtY2hhbm5lbC0x LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2dsb3NzYXJ5L2FscGhh LWNoYW5uZWwtMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9z c2FyeS9hbHBoYS1jaGFubmVsLTNhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2dsb3NzYXJ5L2FscGhhLWNoYW5uZWwtM2IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvZ2xvc3NhcnkvYW50aWFsaWFzLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2dsb3NzYXJ5L2Jlemllci1jdXJ2ZS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeS9jb2xvci1tb2RlbC1hZGRpdGl2 ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeS9jb2xv ci1tb2RlbC1zdWJ0cmFjdGl2ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9nbG9zc2FyeS9jb2xvcmNpcmNsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9nbG9zc2FyeS9mZWF0aGVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL2dsb3NzYXJ5L21vZGVzLWJlaGluZC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeS9tb2Rlcy1jb2xvcmVyYXNlLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2dsb3NzYXJ5L21vZGVzLW11bHRpbGF5ZXIu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZ2xvc3NhcnkvbW9kZXMt bm9ybWFsMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2Fy eS90b29sLW9wdC1pbmNyZW1lbnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvZ2xvc3NhcnkvdG9vbC1vcHQtbm9uaW5jcmVtZW50LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL2hvbWUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvaW1wb3J0YW50LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL2xpbmsucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTAucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kaXNwbGFjZTUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9kb3QtZm9yLWRvdC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9t YXRoL2xheWVyLW1vZGUtYWRkaXRpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvbWF0aC9sYXllci1tb2RlLWJ1cm4ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWF0aC9sYXllci1tb2RlLWRhcmtlbi5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tYXRoL2xheWVyLW1vZGUtZGlmZmVyZW5jZS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tYXRoL2xheWVyLW1vZGUtZGl2aWRl LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21hdGgvbGF5ZXItbW9k ZS1kb2RnZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tYXRoL2xh eWVyLW1vZGUtZXhhbXBsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9tYXRoL2xheWVyLW1vZGUtZ3JhaW5leHRyYWN0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL21hdGgvbGF5ZXItbW9kZS1ncmFpbm1lcmdlLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21hdGgvbGF5ZXItbW9kZS1oYXJkLWxpZ2h0MS5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tYXRoL2xheWVyLW1vZGUt aGFyZC1saWdodDIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9sYXllci1tb2RlLWxpZ2h0ZW4ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvbWF0aC9sYXllci1tb2RlLW11bHRpcGx5LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL21hdGgvbGF5ZXItbW9kZS1ub3JtYWwucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0aC9sYXllci1tb2RlLW92ZXJsYXkucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0aC9sYXllci1tb2RlLXNjcmVlbi5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tYXRoL2xheWVyLW1vZGUt c29mdC1saWdodDEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0 aC9sYXllci1tb2RlLXNvZnQtbGlnaHQyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL21hdGgvbGF5ZXItbW9kZS1zdWJ0cmFjdC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2F1dG8ucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2F1dG8vYWxpY2UucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2F1dG8vYy1zdHJldGNo LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9h dXRvL2NvbG9yLWVuaGFuY2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvY29sb3JzL2F1dG8vZXF1YWxpemUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2F1dG8vbm9ybWFsaXplLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9hdXRvL3N0cmV0Y2gtaHN2 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9h dXRvL3doaXRlLWJhbGFuY2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvY29sb3JzL2NvbG9yaWZ5LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9jb2xvcnRvYWxwaGEucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2NvbXBvbmVudHMucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2NvbXBvbmVudHMvY2hh bm5lbC1taXhlci1leDEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvY29sb3JzL2NvbXBvbmVudHMvY2hhbm5lbC1taXhlci1leDIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2NvbXBvbmVudHMvY2hhbm5l bC1taXhlci1leDMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVu dXMvY29sb3JzL2NvbXBvbmVudHMvY2hhbm5lbC1taXhlci1leDQucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2NvbXBvbmVudHMvY2hhbm5lbG1p eGVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9y cy9jb21wb25lbnRzL2NvbXBvc2UtY2hhbm5lbHMtZXgxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9jb21wb25lbnRzL2NvbXBvc2UtY2hhbm5l bHMtZXgyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2Nv bG9ycy9jb21wb25lbnRzL2NvbXBvc2UtY2hhbm5lbHMtZXgzLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9jb21wb25lbnRzL2NvbXBvc2UtY2hh bm5lbHMtZXg0LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L2NvbG9ycy9jb21wb25lbnRzL2NvbXBvc2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2NvbXBvbmVudHMvZGVjb21wb3NlLWV4MS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvY29tcG9uZW50 cy9kZWNvbXBvc2UtZXgyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L21lbnVzL2NvbG9ycy9jb21wb25lbnRzL2RlY29tcG9zZS5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvZmlsdGVycGFjay1hZHZhbmNlZC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvZmlsdGVy cGFjay1odWUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMv Y29sb3JzL2ZpbHRlcnBhY2stc2F0dXJhdGlvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvZmlsdGVycGFjay12YWx1ZS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvZmlsdGVycGFjay5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvaG90LnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9pbmZv LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9p bmZvL2JvcmRlcmF2ZXJhZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvY29sb3JzL2luZm8vc21vb3RocGFsZXR0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvaW52ZXJ0LTEucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL2ludmVydC0yLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9tYXAucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL21hcC9hbGll bm1hcC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xv cnMvbWFwL3BhbGV0dGVtYXAtZXgxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL21lbnVzL2NvbG9ycy9tYXAvcGFsZXR0ZW1hcC1leDIucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL21hcC9yZWFycmFuZ2UtcG9wbWVu dS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMv bWFwL3JlYXJyYW5nZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9t ZW51cy9jb2xvcnMvbWFwL3JvdGF0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9tZW51cy9jb2xvcnMvbWFwL3NhbXBsZWNvbG9yaXplLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2NvbG9ycy9tYXAvc2VsZWN0LXBhbGV0dGUu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL21h cC9zZXQtY29sb3JtYXAucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvY29sb3JzL21heFJHQi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9tZW51cy9kZXRhY2hlZC1zdWJtZW51LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL21lbnVzL2VkaXQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvbWVudXMvZWRpdC9idWZmZXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvZWRpdC9mYWRlLW9wdGlvbnMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvZWRpdC9tb2R1bGUtbWFuYWdlci1leDEucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvZWRpdC9tb2R1bGUtbWFu YWdlci1leDIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMv ZWRpdC9tb2R1bGVzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21l bnVzL2VkaXQvcGFzdGUtYXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvZWRpdC9wYXN0ZS1uZXctYnJ1c2gucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvZWRpdC9wYXN0ZS1uZXctcGF0dGVybi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9lZGl0L3Bhc3RlLXdhcm5pbmcucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvZWRpdC9zdHJva2Ut cGF0aC1taXRlci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51 cy9lZGl0L3N0cm9rZS1wYXRoLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL21lbnVzL2VkaXQvdW5pdHMtYWRkLW5ldy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9tZW51cy9lZGl0L3VuaXRzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvZmlsZS9jcmVhdGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvZmlsZS9jcmVhdGUvbG9nb3MvY2hyb21lLmpwZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbGUvY3JlYXRlL2xvZ29zL2Zy b3N0eS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWxl L2NyZWF0ZS9zY2FubmVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L21lbnVzL2ZpbGUvY3JlYXRlL3NjcmVlbnNob3QucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvZmlsZS9uZXcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvZmlsZS9uZXcvYWR2YW5jZWQtZGlhbG9nLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbGUvbmV3L3RlbXBsYXRlcy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWxlL29wZW4t bG9jYXRpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMv ZmlsZS9vcGVuLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L2ZpbGUvb3Blbi9mb2xkZXItY29udGV4dC1tZW51LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbGUvcHJpbnQtdGFiMy5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWxlL3NhdmUtYXMtYnJvd3NlLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbGUvc2F2ZS1hcy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWx0ZXJzLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbHRlcnMvYWxwaGEt dG8tbG9nby5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9m aWx0ZXJzL2Rpc3RvcnRzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L21lbnVzL2ZpbHRlcnMvbGlnaHQtYW5kLXNoYWRvdy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWx0ZXJzL3Byb2NlZHVyZS1icm93c2VyLWFwcGx5LWJ1 dHRvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWx0 ZXJzL3B5dGhvbi1mdS1jb25zb2xlLWJyb3dzZS1hcHBsaWVkLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbHRlcnMvcHl0aG9uLWZ1LWNvbnNvbGUucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvZmlsdGVycy9weXRo b24tZnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvZmls dGVycy9zY3JpcHQtZnUtY29uc29sZS1icm93c2UtYXBwbGllZC5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWx0ZXJzL3NjcmlwdC1mdS1jb25zb2xlLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ZpbHRlcnMvc2Ny aXB0LWZ1LXNlcnZlci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9t ZW51cy9maWx0ZXJzL3NjcmlwdC1mdS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9tZW51cy9oZWxwLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL21lbnVzL2hlbHAvYWJvdXQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvbWVudXMvaGVscC9naW1wLW9ubGluZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9tZW51cy9oZWxwL3BsdWctaW4tYnJvd3Nlci10cmVlLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2hlbHAvcGx1Zy1pbi1icm93c2Vy LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2hlbHAvcHJv Y2VkdXJlLWJyb3dzZXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvaGVscC90aXAtb2YtdGhlLWRheS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9tZW51cy9pY29uLXN1Ym1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvYWxpZ24tZGVtby5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9pbWFnZS9hbGlnbi1sYXllcnMucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvYWxpZ25IQ0xCKy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9pbWFnZS9hbGlnbkhD TEItLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdl L2FsaWduSEZMQisucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVu dXMvaW1hZ2UvYWxpZ25IRkxCLS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy9tZW51cy9pbWFnZS9hbGlnblZGQkIrLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdlL2F1dG9jcm9wLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvYXV0b2Nyb3AtMi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9pbWFnZS9jYW52YXMtc2l6ZS1leDEu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvY2Fu dmFzLXNpemUtZXgyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21l bnVzL2ltYWdlL2NhbnZhcy1zaXplLWV4My5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9tZW51cy9pbWFnZS9jYW52YXMtc2l6ZS1leDQucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvY2FudmFzLXNpemUtZXg1LnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdlL2NhbnZhcy1z aXplLWxpc3QucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMv aW1hZ2UvY2FudmFzLXNpemUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvaW1hZ2UvY29uZmlndXJlLWdyaWQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvZ3VpZGVzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdlL21lcmdlLXZpc2libGUtZXgxLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdlL21lcmdlLXZpc2li bGUtZXgyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2lt YWdlL21lcmdlLXZpc2libGUtZXgzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL21lbnVzL2ltYWdlL21lcmdlLXZpc2libGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvbW9kZS5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9pbWFnZS9uZXctZ3VpZGUtcGVyY2VudC5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9pbWFnZS9uZXctZ3VpZGUu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvcHJp bnQtc2l6ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9p bWFnZS9wcm9wZXJ0aWVzLWNvbW1lbnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvbWVudXMvaW1hZ2UvcHJvcGVydGllcy1wcm9maWxlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2ltYWdlL3Byb3BlcnRpZXMucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2Uvc2NhbGUtaW1hZ2Uu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvaW1hZ2UvdHJh bnNmb3JtLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xh eWVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVy L0JCUi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9sYXll ci9hZGQtbWFzay1leGFtcGxlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL21lbnVzL2xheWVyL2FscGhhLWFkZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9tZW51cy9sYXllci9hbHBoYS1pbnRlcnNlY3QucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvYWxwaGEtcmVwbGFjZS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9sYXllci9hbHBoYS1zdWIu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvYXV0 b2Nyb3AtMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9s YXllci9hdXRvY3JvcC0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L21lbnVzL2xheWVyL2JvdW5kYXJ5LXNpemUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvY29udGV4dC1tZW51LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL2Nyb3AucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvZmxpcC1oLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL2ZsaXAtdi5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9sYXllci9mbGlwLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL2ludGVyc2VjdC1t YXNrLWV4YW1wbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVu dXMvbGF5ZXIvbWFzay5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9t ZW51cy9sYXllci9uZXcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvbGF5ZXIvb2Zmc2V0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL21lbnVzL2xheWVyL3JlcGxhY2UtbWFzay1leGFtcGxlLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL3JvdGF0ZS0xODAucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvcm90YXRlLWFyYi5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9sYXllci9yb3RhdGUt Y2N3LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVy L3JvdGF0ZS1jdy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51 cy9sYXllci9yb3RhdGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvbGF5ZXIvc2NhbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvbGF5ZXIvc3RhY2sucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvbWVudXMvbGF5ZXIvc3VidHJhY3QtbWFzay1leGFtcGxlLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL3RleHQtY29tbWFuZHMucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvdGhyZXNob2xk LWFscGhhLWV4YW1wbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMvbGF5ZXIvdGhyZXNob2xkLWFscGhhLWV4YW1wbGUzLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2xheWVyL3RocmVzaG9sZC1hbHBoYS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9sYXllci90cmFuc2Zvcm0u cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvbGF5ZXIvdHJh bnNwYXJlbmN5LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L2xvY2FsLXdpbmRvd3Mtc3VibWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9tZW51cy9zZWxlY3QucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvbWVudXMvc2VsZWN0LzI1MHB4LUJlemllci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvYm9yZGVyLXNlbGVjdGlvbi0wMS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvYm9yZGVyLXNl bGVjdGlvbi0wMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51 cy9zZWxlY3QvYm9yZGVyLXNlbGVjdGlvbi1sb2NrMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvYm9yZGVyLXNlbGVjdGlvbi1sb2NrMi5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvYm9yZGVy LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3NlbGVjdC9j bGljay1lZGl0b3IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVu dXMvc2VsZWN0L2Rpc3RvcnQtc2VsZWN0aW9uLTAxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL21lbnVzL3NlbGVjdC9kaXN0b3J0LXNlbGVjdGlvbi0wMi5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvZGlzdG9ydC5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9zZWxlY3QvZWRp dG9yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3NlbGVj dC9mZWF0aGVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L3NlbGVjdC9ncm93LWF0LWNvcm5lcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvbWVudXMvc2VsZWN0L2dyb3cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvc2VsZWN0L3JvdW5kLXJlY3QtMDEucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvc2VsZWN0L3JvdW5kLXJlY3QtMDIucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvc2VsZWN0L3JvdW5kZWQt cmVjdGFuZ2xlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L3NlbGVjdC9zZWxlY3Rpb24tdG8tcGF0aC1hZHYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvc2VsZWN0L3Nocmluay5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy90YWItbWVudS1idXR0b24ucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvdGFiLW1lbnUucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvdGFqX29yaWdfMi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy90b29scy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy92aWV3LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3ZpZXcvZGlzcGxheS1maWx0ZXJzLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3ZpZXcvZGlzcGxheS1maWx0 ZXJzL2NvbG9yLWRlZmljaWVudC12aXNpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvbWVudXMvdmlldy9kaXNwbGF5LWZpbHRlcnMvY29sb3ItbWFuYWdlbWVudC5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy92aWV3L2Rpc3Bs YXktZmlsdGVycy9jb2xvci1wcm9vZi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9tZW51cy92aWV3L2Rpc3BsYXktZmlsdGVycy9jb250cmFzdC5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy92aWV3L2Rpc3BsYXktZmlsdGVycy9n YW1tYS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy92aWV3 L2Rpc3BsYXktZmlsdGVycy9wcm90YW5vcGlhLWZpbHRlcmVkLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3ZpZXcvZGlzcGxheS1maWx0ZXJzL3Byb3Rhbm9w aWEtbm9ybWFsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L3ZpZXcvZGlzcGxheS1maWx0ZXJzL3NpZ2h0LWRlZmVjdHNfZGV1dGVyYW5vcGlhLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3ZpZXcvZGlzcGxheS1maWx0 ZXJzL3NpZ2h0LWRlZmVjdHNfbm9ybWFsLXZpZXcucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvbWVudXMvdmlldy9kaXNwbGF5LWZpbHRlcnMvc2lnaHQtZGVmZWN0c19w cm90YW5vcGlhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVz L3ZpZXcvZGlzcGxheS1maWx0ZXJzL3NpZ2h0LWRlZmVjdHNfdHJpdGFub3BpYS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy92aWV3L3BhZGRpbmctY29sb3Iu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvdmlldy96b29t LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3dpbmRvd3Mu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvd2luZG93cy9k b2NrYWJsZS1kaWFsb2dzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L21lbnVzL3dpbmRvd3MvZXhwYW5kZWQtbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9taXNjL2J1Z3ppbGxhL2FkdmFuY2VkLXNlYXJjaC5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9taXNjL2J1Z3ppbGxhL2VudGVyLWJ1Zy5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9taXNjL2J1Z3ppbGxhL2ZpbmQt c3BlY2lmaWMtYnVnLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21v dXNlYnV0dG9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL25leHQu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbm90ZS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9wcmVmZXJlbmNlcy9pbnB1dC1jb250cm9s bGVycy1hY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJl ZmVyZW5jZXMvaW5wdXQtY29udHJvbGxlcnMta2V5Ym9hcmQucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvaW5wdXQtY29udHJvbGxlcnMtd2hlZWwu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvaW5w dXQtY29udHJvbGxlcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv cHJlZmVyZW5jZXMvaW5wdXQtZGV2aWNlcy10YWJsZXQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvaW5wdXQtZGV2aWNlcy5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9wcmVmZXJlbmNlcy9ub3JtYWwtdGl0bGUtYmFy LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3ByZWZlcmVuY2VzL3By ZWZzLWNvbG9yLW1hbmFnZW1lbnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvcHJlZmVyZW5jZXMvcHJlZnMtZGVmYXVsdC1ncmlkLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3ByZWZlcmVuY2VzL3ByZWZzLWRpc3BsYXkucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvcHJlZnMtZW52aXJv bm1lbnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5j ZXMvcHJlZnMtZm9sZGVycy1icnVzaC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9wcmVmZXJlbmNlcy9wcmVmcy1mb2xkZXJzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3ByZWZlcmVuY2VzL3ByZWZzLWhlbHAucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvcHJlZnMtaW1hZ2Utd2luZG93 LWFwcGVhcmFuY2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJl ZmVyZW5jZXMvcHJlZnMtaW1hZ2Utd2luZG93LXRpdGxlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3ByZWZlcmVuY2VzL3ByZWZzLWltYWdlLXdpbmRvdy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9wcmVmZXJlbmNlcy9wcmVmcy1pbnRl cmZhY2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5j ZXMvcHJlZnMtbGlzdC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9w cmVmZXJlbmNlcy9wcmVmcy1uZXctaW1hZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvcHJlZnMtdGhlbWUucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvcHJlZnMtdG9vbC1vcHRpb25zLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3ByZWZlcmVuY2VzL3ByZWZzLXRv b2xib3gucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5j ZXMvcHJlZnMtd2luZG93LW1hbmFnZW1lbnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvcHJlZmVyZW5jZXMvdXRpbGl0eS10aXRsZS1iYXIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJldi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90aXAucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvdG9vbC1vcHRpb25zL2JydXNoLWdyYWRpZW50LW5vbmUucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL2JydXNoLWdyYWRpZW50LW5vcm1h bC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sLW9wdGlvbnMv YnJ1c2gtZ3JhZGllbnQtc2F3dG9vdGgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbC1vcHRpb25zL2JydXNoLWdyYWRpZW50LXRyaWFuZ3VsYXIucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL2dyYWRpZW50LWFu Zy1zaGFwZWJ1cnN0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rv b2wtb3B0aW9ucy9ncmFkaWVudC1hbnRpY2xvY2stc3BpcmFsLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9ncmFkaWVudC1hc3ltLWNvbmljYWwu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL2dy YWRpZW50LWJpbGluZWFyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2wtb3B0aW9ucy9ncmFkaWVudC1jbG9jay1zcGlyYWwucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL2dyYWRpZW50LWRpbS1zaGFwZWJ1cnN0 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9n cmFkaWVudC1saW5lYXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbC1vcHRpb25zL2dyYWRpZW50LXJhZGlhbC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy90b29sLW9wdGlvbnMvZ3JhZGllbnQtc3BoZXItc2hhcGVidXJzdC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sLW9wdGlvbnMvZ3JhZGll bnQtc3F1YXJlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wt b3B0aW9ucy9ncmFkaWVudC1zeW0tY29uaWNhbC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy90b29sLW9wdGlvbnMvaW5rLXR5cGUtY2lyY2xlLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9qaXR0ZXIucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL3BhdGgtY3VydmUu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL3Bh dGgtc3Ryb2tlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wt b3B0aW9ucy9yZWN0c2VsLW1vZGUtYWRkLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9yZWN0c2VsLW1vZGUtaW50ZXJzZWN0LnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9yZWN0c2VsLW1vZGUt cmVwbGFjZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sLW9w dGlvbnMvcmVjdHNlbC1tb2RlLXN1YnRyYWN0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9yb3RhdGUtYWZmZWN0LWxheWVyLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9yb3RhdGUtYWZmZWN0 LXBhdGgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRp b25zL3JvdGF0ZS1hZmZlY3Qtc2VsZWN0aW9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3Rvb2wtb3B0aW9ucy9zdG9jay1ncmF2aXR5LWVhc3QtMjQucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL3N0b2NrLWdyYXZp dHktbm9ydGgtMjQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bC1vcHRpb25zL3N0b2NrLWdyYXZpdHktc291dGgtMjQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbC1vcHRpb25zL3N0b2NrLWdyYXZpdHktd2VzdC0yNC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sLW9wdGlvbnMvc3RvY2st aGNlbnRlci0yNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s LW9wdGlvbnMvc3RvY2stdmNlbnRlci0yNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90b29sYm94L0ZHLXNlbGVjdC1jb250aWcxLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvRkctc2VsZWN0LWNvbnRpZzIucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9GRy1zZWxlY3QtY29udGln My5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L0ZHLXNl bGVjdC1leDEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC9GRy1zZWxlY3QtZXgyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvRkctc2VsZWN0LWV4My5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L0ZHLXNlbGVjdC1leDQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdG9vbGJveC9GRy1zZWxlY3Qtb3B0aW9ucy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L0ZHLXNlbGVjdC1zbW9vdGhpbmcxLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvRkctc2VsZWN0 LXNtb290aGluZzIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC9GRy1zZWxlY3Qtc21vb3RoaW5nMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90b29sYm94L0ZHLXNlbGVjdC10b29sYm94LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYWxpZ24tZXgxLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYWxpZ24tZXgyLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYWxpZ24tZXgzLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYWxpZ24tZXg0LnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYWxpZ24tZXg1YS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2FsaWduLWV4NWIu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9hdXRvLXNo cmluazEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9h dXRvLXNocmluazIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC9ibGVuZC10b29sLW9mZnNldC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L2JsZW5kLXRvb2wtb3B0aW9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2JydXNoLWR5bmFtaWNzLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYnJ1c2gtdG9vbHMtYm94LnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvYnJ1c2gtdG9vbHMu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9ieS1jb2xv ci1zZWxlY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC9jaXNzb3JzLWJhZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy90b29sYm94L2Npc3NvcnMtbW91c2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC9jaXNzb3JzLXBsdXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbGlwLTMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbGlwLTNiLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY2xpcC1hZGp1c3QucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbGlwLWFkanVzdDIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbGlwLWNyb3AucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbGlwLW9yaWcucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jbG9uZS1hbGlnbmVkLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY2xvbmUtYmFk LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY2xvbmUt Y3Jvc3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9j bG9uZS1kZXN0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvY2xvbmUtZml4ZWQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbGJveC9jbG9uZS1ub25lLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3Rvb2xib3gvY2xvbmUtcmVnaXN0ZXJlZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy90b29sYm94L2Nsb25lLXNvdXJjZS5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2NvbG9yLXBpY2tlci1pbmZvLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY29sb3ItcGlja2VyLW9wdGlv bnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jb2xv ci10b29scy1tZW51MS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 b29sYm94L2NvbG9yLXRvb2xzLW1lbnUyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3Rvb2xib3gvY29sb3JzLWRlc2F0dXJhdGUtYXZlcmFnZS5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2NvbG9ycy1kZXNhdHVyYXRlLWJy aWdodG5lc3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC9jb2xvcnMtZGVzYXR1cmF0ZS1sdW1pbm9zaXR5LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY29sb3JzLWRlc2F0dXJhdGUtb3JpZy5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2Nvcm5lci1wdC5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2Nyb3AtZ3Jvdy0xLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY3JvcC1ncm93 LTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jcm9w LWdyb3ctMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94 L2Nyb3NzLXB0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvY3Vyc29yLXNlbGVjdC1yZWN0LWludGVyc2VjdC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90b29sYm94L2N1cnNvci1zZWxlY3QtcmVjdC1taW51cy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2N1cnNvci1zZWxlY3Qt cmVjdC1wbHVzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvY3VydmVzLUgtUy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 b29sYm94L2N1cnZlcy1ob3Jpei0xLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL3Rvb2xib3gvY3VydmVzLWhvcml6LTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdG9vbGJveC9jdXJ2ZXMtaW52ZXJ0LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvY3VydmVzLWxpZ2h0ZW4tMS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2N1cnZlcy1saWdodGVuLTIu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9jdXJ2ZXMt dmVydC0xLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gv Y3VydmVzLXZlcnQtMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 b29sYm94L2N1cnZlcy13b3JrLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3Rvb2xib3gvZGVsLWJ1dHRvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L2Rlc2F0dXJhdGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdG9vbGJveC9kaXNwbGF5X3JhdGlvLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvZGlzc29sdmUtbW9kZS1leGFtcGxlLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvZWxsaXBzZS1zZWxlY3Rp b24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9lcmFz ZXItZXgxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gv ZXJhc2VyLWV4Mi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L2ZpbGwtYnktMC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 b29sYm94L2ZpbGwtYnktMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy90b29sYm94L2ZpbGwtYnktMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy90b29sYm94L2ZpbGwtYnktMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L2ZpbGwtZmVhdGhlcmVkLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9maWxsLWZlYXRoZXJlZC0yLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvZnJlZS1zZWxlY3Rpb24ucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9mdXp6eS1zZWxlY3Rp b24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9nZWds LW9wZXJhdGlvbi1nYXVzc2lhbi1ibHVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3Rvb2xib3gvZ2VnbC1vcGVyYXRpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9oZWFsLWNvbXBhci5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2h1ZS1zYXQtb3ZlcmxhcC0xLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvaHVlLXNhdC1vdmVybGFw LTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9odWUt c2F0LW92ZXJsYXAtMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 b29sYm94L2lzY2lzc29ycy1zZWxlY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdG9vbGJveC9sZXZlbHMtZXgxYi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90b29sYm94L2xldmVscy1leDJhLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvbGV2ZWxzLWV4MmIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9sZXZlbHMtZXgzYS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L2xldmVscy1leDNiLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvbGV2ZWxzLWV5ZWRy b3AucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9sZXZl bHMtaW5wdXQtMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L2xldmVscy1pbnB1dC0yLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3Rvb2xib3gvbGV2ZWxzLWlucHV0LTMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdG9vbGJveC9sZXZlbHMtb3V0cHV0LTEucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9sZXZlbHMtb3V0cHV0LTIucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9tYW5hZ2Utc2F2ZWQtc2V0dGlu Z3MucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9tZWFz dXJlLWhvcml6LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvbWVhc3VyZS10b29sLW9wdGlvbnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC9tZWFzdXJlLXZlcnQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdG9vbGJveC9tb2RlLWJlaGluZC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L21vZGUtZGlzc29sdmUucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9tb2RlLWVyYXNlLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvb3RoZXItdG9vbHMucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9wYWludGluZy1leGFt cGxlcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Bh dGgtdG9vbC1vcHRpb25zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvcGVyc3BlY3RpdmUtY2xvbmUtZXgxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvcGVyc3BlY3RpdmUtY2xvbmUtZXgyLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvcGVyc3BlY3RpdmUtY2xvbmUt b3B0aW9ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94 L3BvaW50ZXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC9wb3N0ZXJpemUtZXgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbGJveC9wcmVzZXRzLW1lbnUtaWNvbi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90b29sYm94L3ByZXNldHMtbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90b29sYm94L3JlY3RhbmdsZS1zZWxlY3Rpb24ucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9yZWctYnV0dG9uLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvcmVzZXQtYnV0dG9uLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvcmVzdG8tYnV0 dG9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc2F2 ZS1jb2xvci1zZXR0aW5ncy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy90b29sYm94L3NlbGVjdC1hcmVhLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL3Rvb2xib3gvc2VsZWN0aW9uLXRvb2xzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc2hlYXItZXhhbXBsZS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3NpZGUtcHQucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay1jb252ZXJ0LWdyYXlzY2FsZS0x Ni5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2Nr LXRvb2wtYWlyYnJ1c2gtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdG9vbGJveC9zdG9jay10b29sLWFsaWduLTIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9vbC1ibGVuZC0yMi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtYmx1ci0yMi5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRv b2wtYnJpZ2h0bmVzcy1jb250cmFzdC0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtYnVja2V0LWZpbGwtMjIucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWJ5LWNvbG9y LXNlbGVjdC0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L3N0b2NrLXRvb2wtY2xvbmUtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWNvbG9yLWJhbGFuY2UtMjIucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWNvbG9yLXBp Y2tlci0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94 L3N0b2NrLXRvb2wtY29sb3JpemUtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWNyb3AtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWN1cnZlcy0yMi5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtZG9k Z2UtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9z dG9jay10b29sLWVsbGlwc2Utc2VsZWN0LTIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9vbC1lcmFzZXItMjIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLWZsaXAtMjIucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29s LWZvcmVncm91bmQtc2VsZWN0LTIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9vbC1mcmVlLXNlbGVjdC0yMi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtZnV6enktc2VsZWN0 LTIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3Rv Y2stdG9vbC1oZWFsLTIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvc3RvY2stdG9vbC1odWUtc2F0dXJhdGlvbi0yMi5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtaW5rLTIyLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9vbC1pc2Np c3NvcnMtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC9zdG9jay10b29sLWxldmVscy0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtbWVhc3VyZS0yMi5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtbW92ZS0xNi5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtbW92 ZS0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0 b2NrLXRvb2wtcGFpbnRicnVzaC0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtcGF0aC0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtcGVuY2lsLTIyLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9vbC1wZXJz cGVjdGl2ZS0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L3N0b2NrLXRvb2wtcGVyc3BlY3RpdmUtY2xvbmUtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLXBvc3Rlcml6ZS0yMi5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wt cmVjdC1zZWxlY3QtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbGJveC9zdG9jay10b29sLXJvdGF0ZS0yMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtc2NhbGUtMjIucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLXNoZWFyLTIyLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvc3RvY2stdG9v bC1zbXVkZ2UtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC9zdG9jay10b29sLXRleHQtMjIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC9zdG9jay10b29sLXRocmVzaG9sZC0yMi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3N0b2NrLXRvb2wtem9vbS0yMi5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3RleHQtYWxvbmct cGF0aC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rl eHQtcGF0aC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94 L3Rvb2wtZGlhbG9nLXBlcnNwZWN0aXZlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1kaWFsb2ctcm90YXRlLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1kaWFsb2ctc2NhbGUucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLWRpYWxvZy1zaGVh ci5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wt ZGlhbG9nLXRleHQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC90b29sLW9wdGlvbnMtYWlyYnJ1c2gucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtYWxpZ24ucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtYmx1ci1zaGFycGVu LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1v cHRpb25zLWJydXNoY29tbW9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLWNsb25lLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLWNyb3AucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtZG9kZ2UucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlv bnMtZWxsaXBzZWwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9v bGJveC90b29sLW9wdGlvbnMtZXJhc2VyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLWZpbGwucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtZmxpcC5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1oZWFs LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1v cHRpb25zLWluay5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L3Rvb2wtb3B0aW9ucy1sYXNzby5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1sZXZlbHMucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtbW92ZS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1wYWlu dC1ncmFkaWVudC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29s Ym94L3Rvb2wtb3B0aW9ucy1wYWludGJydXNoLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLXBlbmNpbC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1wZXJzcGVjdGl2 ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wt b3B0aW9ucy1yZWN0c2VsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvdG9vbC1vcHRpb25zLXJvdGF0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1zY2FsZS5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0aW9ucy1zY2lzc29yLnBu ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRp b25zLXNlbGJ5Y29sb3IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbGJveC90b29sLW9wdGlvbnMtc2VsZWN0aW9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLXNoZWFyLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbC1vcHRpb25zLXNtdWRnZS5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2wtb3B0 aW9ucy10ZXh0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvdG9vbC1vcHRpb25zLXdhbmQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvdG9vbGJveC90b29sLW9wdGlvbnMtem9vbS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtYWN0aXZlLWJwZy5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtYWN0aXZlLWNvbG9y cy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xi b3gtYWN0aXZlLWltYWdlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvdG9vbGJveC1haXJicnVzaC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtYWxpZ24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWJsdXIucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWJydXNoLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbGJveC1jbG9uZS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtY3Jv cC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xi b3gtZG9kZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC90b29sYm94LWVsbGlwc2VsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3Rvb2xib3gvdG9vbGJveC1lcmFzZXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWV5ZWRyb3BwZXIucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWZpbGwucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWZsaXAucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LWdyYWRp ZW50LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9v bGJveC1oZWFsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvdG9vbGJveC1pY29ucy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy90b29sYm94L3Rvb2xib3gtbGFzc28ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC90b29sYm94LW1lYXN1cmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LW1vdmUucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LXBhdGgucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LXBlbi5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtcGVuY2ls LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbGJv eC1wZXJzcGVjdGl2ZS1jbG9uZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy90b29sYm94L3Rvb2xib3gtcGVyc3BlY3RpdmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LXJlY3RzZWwucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LXJvdGF0ZS5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtc2NhbGUu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94 LXNjaXNzb3IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC90b29sYm94LXNlbGJ5Y29sb3IucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvdG9vbGJveC90b29sYm94LXNoZWFyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3Rvb2xib3gvdG9vbGJveC1zaG93LWFyZWEucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29sYm94LXNtdWRnZS5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtdGV4dC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xib3gtdG9v bC1vcHRpb25zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3Rvb2xi b3gvdG9vbGJveC13YW5kLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3Rvb2xib3gvdG9vbGJveC16b29tLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv aW1hZ2VzL3Rvb2xib3gvdG9vbHMtYnJpZ2h0bmVzcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xzLWNvbG9yLWJhbGFuY2UucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90b29scy1jb2xvcml6ZS5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xzLWN1cnZl cy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sYm94L3Rvb2xz LWh1ZS1zYXQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eC90b29scy1sZXZlbHMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dG9vbGJveC90b29scy1wb3N0ZXJpemUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdG9vbGJveC90b29scy10aHJlc2hvbGQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90cmFuc2Zvcm0tdG9vbHMtY29tbW9uLW9wdGlvbnMu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJveC90cmFuc2Zv cm0tdG9vbHMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0b3Jp YWxzL3F1aWNraWUtY3JvcC1leGFtcGxlLXJlc3VsdC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1jcm9wLWV4YW1wbGUtc291cmNlLmpw ZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlja2ll LWNyb3Atc3RlcDEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0 b3JpYWxzL3F1aWNraWUtY3JvcC1zdGVwMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1mbGlwLWV4YW1wbGUtaG9yaXpvbnRhbC1hbmQt dmVydGljYWwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0b3Jp YWxzL3F1aWNraWUtZmxpcC1leGFtcGxlLWhvcml6b250YWwucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtZmxpcC1leGFtcGxlLXNvdXJj ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVp Y2tpZS1mbGlwLWV4YW1wbGUtdmVydGljYWwucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtZmxpcC1tZW51LnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlja2llLWluZm8tY3JvcC5wbmcK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1p bmZvLWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRv cmlhbHMvcXVpY2tpZS1pbmZvLW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtaW5mby1wcmludC1lbXVsLmpwZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlja2llLWluZm8tcHJvYmxl bS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVp Y2tpZS1qcGVnLTAwNi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90 dXRvcmlhbHMvcXVpY2tpZS1qcGVnLTA0Mi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1qcGVnLTA4NS5qcGcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1qcGVnLTEwMC5qcGcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1qcGVn LWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlh bHMvcXVpY2tpZS1qcGVnLWRpYWxvZzIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtanBlZy1leGFtcGxlLmpwZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlja2llLW1vZGUtYWxwaGEucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUt bW9kZS1pbmRleGVkLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1 dG9yaWFscy9xdWlja2llLW1vZGUtbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1yb3RhdGUtZXhhbXBsZS05MC1DQ1cucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtcm90 YXRlLWV4YW1wbGUtc291cmNlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3R1dG9yaWFscy9xdWlja2llLXJvdGF0ZS1tZW51LnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlja2llLXNhdmUtaW1hZ2UtZGlhbG9nLWZp bGUtdHlwZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlh bHMvcXVpY2tpZS1zY2FsZS1kaWFsb2cucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdHV0b3JpYWxzL3F1aWNraWUtc2NhbGUtZGlhbG9nMi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMvcXVpY2tpZS1zY2FsZS1leGFtcGxl LmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9xdWlj a2llLXNjYWxlLW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dHV0b3JpYWxzL3N0cmFpZ2h0LWxpbmVzLTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbWFnZXMvdHV0b3JpYWxzL3N0cmFpZ2h0LWxpbmVzLTFiLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9zdHJhaWdodC1saW5lcy0yLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9zdHJhaWdodC1s aW5lcy0zLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFs cy9zdHJhaWdodC1saW5lcy00LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3R1dG9yaWFscy9zdHJhaWdodC1saW5lcy01LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9zdHJhaWdodC1saW5lcy02LnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9zdHJhaWdodC1saW5lcy1leGFt cGxlMS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMv c3RyYWlnaHQtbGluZXMtZXhhbXBsZTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdHV0b3JpYWxzL3N0cmFpZ2h0LWxpbmVzLWV4YW1wbGUzLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3R1dG9yaWFscy9zdHJhaWdodC1saW5lcy1leGFt cGxlNC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRvcmlhbHMv c3RyYWlnaHQtbGluZXMtZXhhbXBsZTUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdHV0b3JpYWxzL3N0cmFpZ2h0LWxpbmVzLWludHJvLnBuZwotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VwLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3VzaW5nLzI0LWNvbG9yLW1hbmFnZW1lbnQucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvMjQtcmVmcmVzaGVkLWxvb2sucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvMjQtc2NhbGFibGUtYnJ1c2hl cy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy8yNC1zZWxl Y3Rpb24tdG9vbHMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNp bmcvYmFzaWNzaGFwZTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv dXNpbmcvYmFzaWNzaGFwZTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvYnJ1c2gtZHluYW1pY3MuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvYnJ1c2gtZXhhbXBsZXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdXNpbmcvY29sb3ItZ3JhZGllbnQtcGVuY2lsLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2NvbG9ybWFuYWdlbWVudC13b3JrZmxv dzEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvY29sb3Jt YW5hZ2VtZW50LXdvcmtmbG93Mi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy91c2luZy9jcmVhdGUtYnJ1c2gxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3VzaW5nL2NyZWF0ZS1icnVzaDIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdXNpbmcvY3JlYXRlLWJydXNoMy5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9jcm9wLWF1dG8ucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvY3JvcC1vcmlnLnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2Nyb3AtemVhbG91cy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9kaWFsb2ctYnV0dG9uLWJhci5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9kaWFsb2ctaGlnaGxpZ2h0 LWRvY2tiYXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcv ZGlhbG9nLWhpZ2hsaWdodC1oYW5kbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvZGlhbG9nLWhpZ2hsaWdodC1pbWFnZW1lbnUucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZGlhbG9nLWhpZ2hsaWdodC10YWJtZW51 LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2RvY2stYXR0 YWNoZWQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZG9j ay10YWIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZHVj a19vcmlnLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2Vt cHR5LWltYWdlLXdpbmRvdy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZy9lbnRlci11bmljb2RlLWNoYXIxLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3VzaW5nL2VudGVyLXVuaWNvZGUtY2hhcjIucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZW50ZXItdW5pY29kZS1jaGFyMy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9lbnRlci11bmljb2RlLWNo YXI0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2V4cGVy aW1lbnRhbC1nZWdsLXRvb2wucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvZXhwb3J0LWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy91c2luZy9maWxlLWdici1zYXZlLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3VzaW5nL2ZpbGUtZ2loLXNhdmUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZmlsZS1vcGVuLWRpYWxvZy5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9mb2ctdHJlZS1leGFtcGxlLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2dpZi1zYXZlLWRpYWxvZy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9naWgtM0RudW0u cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZ2loLWFycmF5 MUQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZ2loLWFy cmF5MkQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZ2lo LWFycmF5M0QucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcv Z2loLWNvcnJlbGF0aW9uLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3VzaW5nL2dpaC1oYW5kcy1sYXllcnMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvZ2loLWhhbmRzLXN0cm9rZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy91c2luZy9naWgxMjM0YW5nbC5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9naWgxMjM0aW5jci5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9naWgxMjM0cmFuZC5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9naW1wLWN1cnZlcy10b29sLTItNC12cy0y LTYucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvZ3JhZGll bnQtZHJhdy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9n cmFkaWVudC1leGFtcGxlcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZy9ncmFkaWVudC11c2FnZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy91c2luZy9pY2MtYXBwbHkucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvaW1hZ2V3aW5kb3ctZGVzY3JpcHRpb24ucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcva2V5Zm9iX29yaWcucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1hZGRpdGlvbi1tYXNr MS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1t b2RlLWFkZGl0aW9uLW1hc2syLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3VzaW5nL2xheWVyLW1vZGUtYnVybi1tYXNrMS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLWJ1cm4tbWFzazIuanBnCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1jb2xvci1tYXNr MS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1t b2RlLWNvbG9yLW1hc2syLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3VzaW5nL2xheWVyLW1vZGUtZGFya2VuLW9ubHktbWFzazEuanBnCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1kYXJrZW4tb25seS1tYXNrMi5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2Rl LWRpZmZlcmVuY2UtbWFzazEuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvbGF5ZXItbW9kZS1kaWZmZXJlbmNlLW1hc2syLmpwZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtZGlzc29sdmUtMTAwLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtZGlz c29sdmUtNTAuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcv bGF5ZXItbW9kZS1kaXNzb2x2ZS1kYmlnLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtZGlzc29sdmUtbmJpZy5qcGcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLWRpdmlkZS1tYXNrMS5q cGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2Rl LWRpdmlkZS1tYXNrMi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91 c2luZy9sYXllci1tb2RlLWRvZGdlLW1hc2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtZG9kZ2UtbWFzazIuanBnCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1ncmFpbi1leHRyYWN0 LW1hc2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xh eWVyLW1vZGUtZ3JhaW4tZXh0cmFjdC1tYXNrMi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLWdyYWluLW1lcmdlLW1hc2sxLmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtZ3JhaW4t bWVyZ2UtbWFzazIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNp bmcvbGF5ZXItbW9kZS1oYXJkLWxpZ2h0LW1hc2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtaGFyZC1saWdodC1tYXNrMi5qcGcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLWh1ZS1t YXNrMS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXll ci1tb2RlLWh1ZS1tYXNrMi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZy9sYXllci1tb2RlLWxpZ2h0ZW4tb25seS1tYXNrMS5qcGcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLWxpZ2h0ZW4tb25seS1tYXNr Mi5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1t b2RlLW1hc2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5n L2xheWVyLW1vZGUtbWFzazIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvbGF5ZXItbW9kZS1tdWx0aXBseS1tYXNrMS5qcGcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLW11bHRpcGx5LW1hc2syLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtbm9y bWFsLTEwMC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9s YXllci1tb2RlLW5vcm1hbC01MC5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2lt YWdlcy91c2luZy9sYXllci1tb2RlLW92ZXJsYXktbWFzazEuanBnCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1vdmVybGF5LW1hc2syLmpwZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtc2F0 dXJhdGlvbi1tYXNrMS5qcGcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91 c2luZy9sYXllci1tb2RlLXNhdHVyYXRpb24tbWFzazIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1zY3JlZW4tbWFzazEuanBnCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5ZXItbW9kZS1zY3JlZW4t bWFzazIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbGF5 ZXItbW9kZS1zb2Z0LWxpZ2h0LW1hc2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvaW1hZ2VzL3VzaW5nL2xheWVyLW1vZGUtc29mdC1saWdodC1tYXNrMi5qcGcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLXN1YnRyYWN0LW1h c2sxLmpwZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xheWVy LW1vZGUtc3VidHJhY3QtbWFzazIuanBnCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9p bWFnZXMvdXNpbmcvbGF5ZXItbW9kZS12YWx1ZS1tYXNrMS5qcGcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9sYXllci1tb2RlLXZhbHVlLW1hc2syLmpwZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xpc3Qtc2VhcmNoLWZpZWxk LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL2xvZ28tZXhh bXBsZXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvbmV3 LWZyZWUtc2VsZWN0LXRvb2wucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvcGFsZXR0ZXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvcGF0aC1leGFtcGxlcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy91c2luZy9wYXRoLWZyb20tdGV4dC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy91c2luZy9wYXRoLXN0cm9raW5nLWV4YW1wbGVzLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3BhdGgtdGV4dC1zdHJva2VkLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3BhdGgtd2l0aC1hbmNo b3JzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3BhdHRl cm4tY2hlY2tlZC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2lu Zy9wYXR0ZXJuLWNyZWF0ZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZy9wYXR0ZXJuLXNjcmlwdC1leGFtcGxlcy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL2ltYWdlcy91c2luZy9wYXR0ZXJucy11c2FnZS5wbmcKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9wcmVwYXJpbmdfZm9yX3dlYi1hbHBoYXRyYW5z cGFyZW5jeS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9w cmVwYXJpbmdfZm9yX3dlYjEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvdXNpbmcvcHJlcGFyaW5nX2Zvcl93ZWIyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvaW1hZ2VzL3VzaW5nL3JlY3QrbGFzc28tZXgucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvcmVjdGFuZ2xlLWhhbmRsZXMucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvc2F2ZS1qcGVnLWRpYWxvZy5wbmcKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9zYXZlLXBuZy1kaWFsb2cu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvc2F2ZS10aWZm LWRpYWxvZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9z Y3JpcHQtZnUtY29uc29sZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZy9zY3JpcHQtZnUtZXh0cy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy91c2luZy9zY3JpcHQtZnUtaW1hZ2UucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdXNpbmcvc2NyaXB0LWZ1LW1lbnUucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvc2NyaXB0LWZ1LXNjcmVlbi5wbmcKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9zY3JvbGwtYmV5b25kLWJvcmRlci5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9zZWxlY3QtbW92 ZS0xLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3NlbGVj dC1tb3ZlLTIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcv c2VsZWN0LW1vdmUtMy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91 c2luZy9zZWxlY3Qtb3V0bGluZS1xbWFzay1mZWF0aGVyLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3NlbGVjdC1vdXRsaW5lLXFtYXNrLnBuZwotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3NlbGVjdC1vdXRsaW5lLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3NlbGVjdC10by1icnVz aC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9zdGFuZGFy ZC1zZXR1cC5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy9z dG9jay1uYXZpZ2F0aW9uLTE2LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3VzaW5nL3N0cmFpZ2h0bGluZTEucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvc3RyYWlnaHRsaW5lMi5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy91c2luZy9zdHJhaWdodGxpbmUzLnBuZwotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3N0cmFpZ2h0bGluZTQucG5nCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvc3RyZXRjaC1zaHJpbmstY3Vyc29yLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3RhYi1pY29uLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3RhYi1tZW51LWFkZC10 YWIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvdGFiLW1l bnUtcHJldmlldy1zaXplLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2Vz L3VzaW5nL3RhYi1tZW51LXRhYi1zdHlsZS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy91c2luZy90YWItbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy91c2luZy90ZXh0LWV4YW1wbGUucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdXNpbmcvdGV4dC10b29sLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3RleHQtd2FybmluZy5wbmcKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy90aHJlc2hvbGQtZGVjb21wLnBuZwotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3RocmVzaG9sZC1maXQucG5nCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvdGhyZXNob2xkLWxheWVycy5w bmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy90aHJlc2hvbGQt bWFzay5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy90aHJl c2hvbGQtb3JpZy5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2lu Zy90aHJlc2hvbGQtcmVzdWx0LnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL3VzaW5nL3RocmVzaG9sZC1zZWxlY3Rpb24ucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9pbWFnZXMvdXNpbmcvdG9vbGJveC1kZXNjcmlwdGlvbi5wbmcKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy91aS1jYWxpYnJhdGUucG5nCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvdW5zdHVjay1mbG9hdGluZy1zZWwu cG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvdW5zdHVjay1s YXllcnMtZGlhbG9nLWludmlzbGF5ZXIucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvdW5zdHVjay1sYXllcnMtZGlhbG9nLXRyYW5zcGFyZW50bGF5ZXIucG5n Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvdW5zdHVjay1zZWxl Y3QtYWxsLnBuZwotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3Vu c3R1Y2stc2hvdy1zZWxlY3Rpb24tbWVudS5wbmcKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy91c2luZy93aWxiZXItY2hhbm5lbC1ncmF5LnBuZwotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3dpbGJlci1jaGFubmVsLXJnYi5wbmcKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy91c2luZy93aWxiZXItbGF5ZXJzLnBuZwot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3VzaW5nL3dpbGJlci1zaW1wbGUt ZGVmYXVsdGdyaWQucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNp bmcvd2lsYmVyLXNpbXBsZS1ndWlkZXMucG5nCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbWFnZXMvdXNpbmcvd2lsYmVyLXNpbXBsZS1ub2dyaWQucG5nCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvd2lsYmVyLXNpbXBsZS1vdGhlcmdyaWQucG5nCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdXNpbmcvd2lsYmVyLnBuZwotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL3dhcm5pbmcucG5nCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbmRleC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9pbnN0YWxsLXNjcmlwdC1mdS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9pbnRyb2R1Y3Rpb24uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUva2V5LXJl ZmVyZW5jZS1kaWFsb2dzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tleS1y ZWZlcmVuY2UtZWRpdC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9rZXktcmVm ZXJlbmNlLWZpbGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUva2V5LXJlZmVy ZW5jZS1maWx0ZXJzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tleS1yZWZl cmVuY2UtaGVscC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9rZXktcmVmZXJl bmNlLWxheWVyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tleS1yZWZlcmVu Y2Utc2VsZWN0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tleS1yZWZlcmVu Y2UtdG9vbHMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUva2V5LXJlZmVyZW5j ZS12aWV3Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tleS1yZWZlcmVuY2Ut em9vbS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9rZXktcmVmZXJlbmNlLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2tpbmRzLW9mLXNjcmlwdC1mdS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9sZWdhbC5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9tZW51cy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9wbHVnLWluLWFsaWVubWFwMi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9w bHVnLWluLWFsaWduLWxheWVycy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9w bHVnLWluLWFuaW1hdGlvbnBsYXkuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv cGx1Zy1pbi1hbnRpYWxpYXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1 Zy1pbi1hcHBseS1jYW52YXMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1 Zy1pbi1hcHBseWxlbnMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1p bi1hdXRvY3JvcC1sYXllci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVn LWluLWF1dG9jcm9wLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4t YXV0b3N0cmV0Y2gtaHN2Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWct aW4tYmxpbmRzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tYmx1 ci5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWJvcmRlcmF2ZXJh Z2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1idW1wLW1hcC5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWMtYXN0cmV0Y2guaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1jYXJ0b29uLmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY2NhbmFseXplLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY2hlY2tlcmJvYXJkLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY21sLWV4cGxvcmVyLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY29sb3ItZW5oYW5jZS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWNvbG9yaWZ5Lmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY29sb3JtYXAtcmVtYXAuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1jb2xvcnMtY2hhbm5lbC1taXhlci5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWNvbG9ydG9hbHBoYS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWNvbXBvc2UuaHRtbAotJSVH SU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1jb252bWF0cml4Lmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY3ViaXNtLmh0bWwKLSUlR0lNUERBVEEl JS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tY3VydmUtYmVuZC5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWRiYnJvd3Nlci5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9wbHVnLWluLWRlY29tcG9zZS1yZWdpc3RlcmVkLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tZGVpbnRlcmxhY2UuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1kZXB0aC1tZXJnZS5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWRlc3BlY2tsZS5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWRlc3RyaXBlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL3BsdWctaW4tZGlmZnJhY3Rpb24uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvcGx1Zy1pbi1kaWxhdGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvcGx1Zy1pbi1kaXNwbGFjZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9wbHVnLWluLWRvZy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWlu LWVkZ2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1lbWJvc3Mu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1lbmdyYXZlLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tZXJvZGUuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1leGNoYW5nZS5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWZpbG0uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvcGx1Zy1pbi1maWx0ZXItcGFjay5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9wbHVnLWluLWZsYW1lLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL3BsdWctaW4tZmxhcmVmeC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9w bHVnLWluLWZyYWN0YWwtdHJhY2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv cGx1Zy1pbi1mcmFjdGFsZXhwbG9yZXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvcGx1Zy1pbi1nYXVzcy5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVn LWluLWdmaWcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1nZmxh cmUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1naW1wcmVzc2lv bmlzdC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWdsYXNzdGls ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWdyYWRtYXAuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1ncmlkLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tZ3VpbGxvdGluZS5odG1sCi0lJUdJTVBE QVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLWhvdC5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9wbHVnLWluLWhzdi1ub2lzZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9wbHVnLWluLWlmc2NvbXBvc2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvcGx1Zy1pbi1pbGx1c2lvbi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9wbHVnLWluLWltYWdlbWFwLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L3BsdWctaW4taXdhcnAuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1p bi1qaWdzYXcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1sYXBs YWNlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbGVucy1kaXN0 b3J0aW9uLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbGljLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbGlnaHRpbmcuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1tYWtlLXNlYW1sZXNzLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbWFwLW9iamVjdC5odG1sCi0l JUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLW1heC1yZ2IuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1tYXplLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbWJsdXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVE T0NMQU5HJSUvcGx1Zy1pbi1tb3NhaWMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvcGx1Zy1pbi1uZW9uLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWct aW4tbmV3c3ByaW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4t bmxmaWx0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbm9ybWFs aXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tbm92YS5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLW9pbGlmeS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXBhZ2VjdXJsLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tcGFsZXR0ZW1hcC5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXBhcGVydGlsZS5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXBob3RvY29weS5odG1sCi0lJUdJTVBEQVRBJSUvaGVs cC8lJURPQ0xBTkclJS9wbHVnLWluLXBpeGVsaXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL3BsdWctaW4tcGxhc21hLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL3BsdWctaW4tcGx1Zy1pbi1kZXRhaWxzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL3BsdWctaW4tcG9sYXItY29vcmRzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL3BsdWctaW4tcWJpc3QuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUv cGx1Zy1pbi1yYW5kb21pemUtaHVybC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9wbHVnLWluLXJhbmRvbWl6ZS1waWNrLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL3BsdWctaW4tcmFuZG9taXplLXNsdXIuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvcGx1Zy1pbi1yZWNvbXBvc2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5H JSUvcGx1Zy1pbi1yZWQtZXllLXJlbW92YWwuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvcGx1Zy1pbi1yZXRpbmV4Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L3BsdWctaW4tcmdiLW5vaXNlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3Bs dWctaW4tcmlwcGxlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4t cm90YXRlLWNvbG9ybWFwLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWct aW4tc2FtcGxlLWNvbG9yaXplLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3Bs dWctaW4tc2VsLWdhdXNzLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWct aW4tc2VtaWZsYXR0ZW4uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1p bi1zaGFycGVuLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tc2hp ZnQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1zaW51cy5odG1s Ci0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXNtYWxsLXRpbGVzLmh0bWwK LSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tc21vb3RoLXBhbGV0dGUuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1zb2JlbC5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXNvZnRnbG93Lmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tc29saWQtbm9pc2UuaHRtbAotJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1zcGFya2xlLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL3BsdWctaW4tc3BoZXJlZGVzaWduZXIuaHRtbAotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi1zcHJlYWQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvcGx1Zy1pbi10aHJlc2hvbGQtYWxwaGEuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvcGx1Zy1pbi10aWxlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL3BsdWctaW4tdW5pdC1lZGl0b3IuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvcGx1Zy1pbi11bnNoYXJwLW1hc2suaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvcGx1Zy1pbi12aWRlby5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9w bHVnLWluLXZpbnZlcnQuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1p bi12cHJvcGFnYXRlLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4t d2FycC5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9wbHVnLWluLXdhdmVzLmh0 bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4td2hpcmwtcGluY2guaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcGx1Zy1pbi13aW5kLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3BsdWctaW4temVhbG91c2Nyb3AuaHRtbAotJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvcHJlZmFjZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8l JURPQ0xBTkclJS9weXRob24tZnUtc2xpY2UuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvc2NyaXB0LWZ1LTNkLW91dGxpbmUtbG9nby1hbHBoYS5odG1sCi0lJUdJTVBEQVRBJSUv aGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtYWRkLWJldmVsLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1hZGRib3JkZXIuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWFsaWVuLWdsb3ctbG9nby1hbHBoYS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtYWxpZW4tbmVvbi1sb2dvLWFscGhh Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1iYXNpYzEtbG9n by1hbHBoYS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtYmFz aWMyLWxvZ28tYWxwaGEuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0 LWZ1LWJsZW5kZWQtbG9nby1hbHBoYS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkcl JS9zY3JpcHQtZnUtYm92aW5hdGVkLWxvZ28tYWxwaGEuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvc2NyaXB0LWZ1LWNhcnZlLWl0Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUl RE9DTEFORyUlL3NjcmlwdC1mdS1jaGFsay1sb2dvLWFscGhhLmh0bWwKLSUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1jaGlwLWF3YXktbG9nby1hbHBoYS5odG1sCi0lJUdJ TVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtY2hyb21lLWxvZ28tYWxwaGEuaHRt bAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWNpcmN1aXQuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWNsb3RoaWZ5Lmh0bWwKLSUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1jb2ZmZWUtc3RhaW4uaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWNvbWljLWxvZ28tYWxwaGEu aHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWNvb2wtbWV0YWwt bG9nby1hbHBoYS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUt ZGlmZmVyZW5jZS1jbG91ZHMuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2Ny aXB0LWZ1LWRpc3RyZXNzLXNlbGVjdGlvbi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9zY3JpcHQtZnUtZHJvcC1zaGFkb3cuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvc2NyaXB0LWZ1LWVyYXNlLXJvd3MuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NM QU5HJSUvc2NyaXB0LWZ1LWZyb3N0eS1sb2dvLWFscGhhLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL3NjcmlwdC1mdS1mdXp6eS1ib3JkZXIuaHRtbAotJSVHSU1QREFUQSUlL2hl bHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWdsb3NzeS1sb2dvLWFscGhhLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1nbG93aW5nLWxvZ28tYWxwaGEuaHRtbAot JSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWdyYWRpZW50LWJldmVsLWxv Z28tYWxwaGEuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LWd1 aWRlLW5ldy1wZXJjZW50Lmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3Njcmlw dC1mdS1ndWlkZS1uZXcuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0 LWZ1LWd1aWRlcy1mcm9tLXNlbGVjdGlvbi5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xB TkclJS9zY3JpcHQtZnUtZ3VpZGVzLXJlbW92ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURP Q0xBTkclJS9zY3JpcHQtZnUtbmVvbi1sb2dvLWFscGhhLmh0bWwKLSUlR0lNUERBVEElJS9oZWxw LyUlRE9DTEFORyUlL3NjcmlwdC1mdS1vbGQtcGhvdG8uaHRtbAotJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvc2NyaXB0LWZ1LXBlcnNwZWN0aXZlLXNoYWRvdy5odG1sCi0lJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtcHJlZGF0b3IuaHRtbAotJSVHSU1QREFUQSUl L2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LXJldmVyc2UtbGF5ZXJzLmh0bWwKLSUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1yb3VuZC1jb3JuZXJzLmh0bWwKLSUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1zZWxlY3Rpb24tcm91bmRlZC1yZWN0 YW5nbGUuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc2NyaXB0LWZ1LXNldC1j bWFwLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1mdS1zbGlkZS5o dG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtdC1vLXAtbG9nby1h bHBoYS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUtdGV4dHVy ZWQtbG9nby1hbHBoYS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQt ZnUtdGlsZS1ibHVyLmh0bWwKLSUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL3NjcmlwdC1m dS13ZWF2ZS5odG1sCi0lJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9zY3JpcHQtZnUteGFj aC1lZmZlY3QuaHRtbAotJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvc3RhbmRhbG9uZS1z Y3JpcHQtZnUuaHRtbAotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy91c2luZwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90dXRv cmlhbHMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvdG9vbGJv eAotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy90b29sLW9wdGlv bnMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvcHJlZmVyZW5j ZXMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWlzYy9idWd6 aWxsYQotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9taXNjCi1A ZGlycm0gJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL3dpbmRvd3MK LUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvdmlldy9k aXNwbGF5LWZpbHRlcnMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvdmlldwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9tZW51cy9zZWxlY3QKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvbGF5ZXIKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvaW1hZ2UKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvbWVudXMvaGVscAotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdl cy9tZW51cy9maWx0ZXJzCi1AZGlycm0gJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1h Z2VzL21lbnVzL2ZpbGUvb3BlbgotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUl L2ltYWdlcy9tZW51cy9maWxlL25ldwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFO RyUlL2ltYWdlcy9tZW51cy9maWxlL2NyZWF0ZS9sb2dvcwotQGRpcnJtICUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWxlL2NyZWF0ZQotQGRpcnJtICUlR0lNUERB VEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9maWxlCi1AZGlycm0gJSVHSU1QREFU QSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL21lbnVzL2VkaXQKLUBkaXJybSAlJUdJTVBEQVRB JSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWVudXMvY29sb3JzL21hcAotQGRpcnJtICUlR0lN UERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvaW5mbwotQGRpcnJt ICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9jb2xvcnMvY29tcG9u ZW50cwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9tZW51cy9j b2xvcnMvYXV0bwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9t ZW51cy9jb2xvcnMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMv bWVudXMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvbWF0aAot QGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9nbG9zc2FyeQotQGRp cnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL25vaXNlCi1A ZGlycm0gJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvbGlnaHQt YW5kLXNoYWRvdwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9m aWx0ZXJzL2dlbmVyaWMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFn ZXMvZmlsdGVycy9leGFtcGxlcy9ub2lzZQotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9D TEFORyUlL2ltYWdlcy9maWx0ZXJzL2V4YW1wbGVzCi1AZGlycm0gJSVHSU1QREFUQSUlL2hlbHAv JSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZW5oYW5jZQotQGRpcnJtICUlR0lNUERBVEElJS9o ZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2VkZ2UtZGV0ZWN0Ci1AZGlycm0gJSVHSU1Q REFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvZGlzdG9ydAotQGRpcnJtICUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJzL2NvbWJpbmUKLUBkaXJy bSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZmlsdGVycy9ibHVyCi1AZGly cm0gJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2ZpbHRlcnMvYWxwaGEtdG8t bG9nbwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcy9maWx0ZXJz Ci1AZGlycm0gJSVHSU1QREFUQSUlL2hlbHAvJSVET0NMQU5HJSUvaW1hZ2VzL2RpYWxvZ3MvZXhh bXBsZXMKLUBkaXJybSAlJUdJTVBEQVRBJSUvaGVscC8lJURPQ0xBTkclJS9pbWFnZXMvZGlhbG9n cwotQGRpcnJtICUlR0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlL2ltYWdlcwotQGRpcnJtICUl R0lNUERBVEElJS9oZWxwLyUlRE9DTEFORyUlCi1AZGlycm10cnkgJSVHSU1QREFUQSUlL2hlbHAK LUBkaXJybXRyeSAlJUdJTVBEQVRBJSUKSW5kZXg6IG1pc2MvZ2ltcC1oZWxwLWVzL01ha2VmaWxl Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0KLS0tIG1pc2MvZ2ltcC1oZWxwLWVzL01ha2VmaWxlCShyZXZpc2lvbiAzMjk5 ODApCisrKyBtaXNjL2dpbXAtaGVscC1lcy9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwx NSArMCwwIEBACi0jIENyZWF0ZWQgYnk6IFNpbWFNb3RvLFJ5b1RhIDxsaWFuZ3RhaS5zNEBnbWFp bC5jb20+Ci0jICRGcmVlQlNEJAotCi1DQVRFR09SSUVTPQltaXNjIGdyYXBoaWNzCi0KLU1BSU5U QUlORVI9CWxpYW5ndGFpLnM0QGdtYWlsLmNvbQotQ09NTUVOVD0JVGhlIEdJTVAgVXNlciBNYW51 YWwgaW4gU3BhbmlzaAotCi1NQVNURVJESVI9CSR7LkNVUkRJUn0vLi4vZ2ltcC1oZWxwLWVuCi0K LURPQ0xBTkc9CWVzCi1BTVBMRT0JIkBjb21tZW50ICIKLQotTk9fU1RBR0U9CXllcwotLmluY2x1 ZGUgIiR7TUFTVEVSRElSfS9NYWtlZmlsZSIKSW5kZXg6IG1pc2MvZ2ltcC1oZWxwLWl0L01ha2Vm aWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT0KLS0tIG1pc2MvZ2ltcC1oZWxwLWl0L01ha2VmaWxlCShyZXZpc2lvbiAz Mjk5ODApCisrKyBtaXNjL2dpbXAtaGVscC1pdC9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAt MSwxNSArMCwwIEBACi0jIENyZWF0ZWQgYnk6IFNpbWFNb3RvLFJ5b1RhIDxsaWFuZ3RhaS5zNEBn bWFpbC5jb20+Ci0jICRGcmVlQlNEJAotTUFTVEVSRElSPQkkey5DVVJESVJ9Ly4uL2dpbXAtaGVs cC1lbgotCi1ET0NMQU5HPQlubAotQU1QTEU9CSJAY29tbWVudCAiCi0KLU5PX1NUQUdFPQl5ZXMK LS5pbmNsdWRlICIke01BU1RFUkRJUn0vTWFrZWZpbGUiCkluZGV4OiBtaXNjL2dpbXAtaGVscC1u bi9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09Ci0tLSBtaXNjL2dpbXAtaGVscC1ubi9NYWtlZmlsZQkocmV2 aXNpb24gMzI5OTgwKQorKysgbWlzYy9naW1wLWhlbHAtbm4vTWFrZWZpbGUJKHdvcmtpbmcgY29w eSkKQEAgLTEsMTUgKzAsMCBAQAotIyBDcmVhdGVkIGJ5OiBTaW1hTW90byxSeW9UYSA8bGlhbmd0 YWkuczRAZ21haWwuY29tPgotIyAkRnJlZUJTRCQKLQotQ0FURUdPUklFUz0JbWlzYyBncmFwaGlj cwotCi1NQUlOVEFJTkVSPQlsaWFuZ3RhaS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ9CVRoZSBHSU1Q IFVzZXIgTWFudWFsIGluIE5vcndlZ2lhbjpOaW5vcnNrCi0KLU1BU1RFUkRJUj0JJHsuQ1VSRElS fS8uLi9naW1wLWhlbHAtZW4KLQotRE9DTEFORz0Jbm4KLUFNUExFPQkiIgotCi1OT19TVEFHRT0J eWVzCi0uaW5jbHVkZSAiJHtNQVNURVJESVJ9L01ha2VmaWxlIgpJbmRleDogbWlzYy9naW1wLWhl bHAtc3YvTWFrZWZpbGUKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gbWlzYy9naW1wLWhlbHAtc3YvTWFrZWZpbGUJ KHJldmlzaW9uIDMyOTk4MCkKKysrIG1pc2MvZ2ltcC1oZWxwLXN2L01ha2VmaWxlCSh3b3JraW5n IGNvcHkpCkBAIC0xLDE1ICswLDAgQEAKLSMgQ3JlYXRlZCBieTogU2ltYU1vdG8sUnlvVGEgPGxp YW5ndGFpLnM0QGdtYWlsLmNvbT4KLSMgJEZyZWVCU0QkCi0KLUNBVEVHT1JJRVM9CW1pc2MgZ3Jh cGhpY3MKLQotTUFJTlRBSU5FUj0JbGlhbmd0YWkuczRAZ21haWwuY29tCi1DT01NRU5UPQlUaGUg R0lNUCBVc2VyIE1hbnVhbCBpbiBTd2VkaXNoCi0KLU1BU1RFUkRJUj0JJHsuQ1VSRElSfS8uLi9n aW1wLWhlbHAtZW4KLQotRE9DTEFORz0Jc3YKLUFNUExFPQkiQGNvbW1lbnQgIgotCi1OT19TVEFH RT0JeWVzCi0uaW5jbHVkZSAiJHtNQVNURVJESVJ9L01ha2VmaWxlIgpJbmRleDogcG9saXNoL01h a2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT0KLS0tIHBvbGlzaC9NYWtlZmlsZQkocmV2aXNpb24gMzI5OTgwKQor KysgcG9saXNoL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC04LDcgKzgsNiBAQAogICAgIFNV QkRJUiArPSBla2cKICAgICBTVUJESVIgKz0gZWtnMgogICAgIFNVQkRJUiArPSBmb3J0dW5lcGwK LSAgICBTVUJESVIgKz0gZ2ltcC1oZWxwCiAgICAgU1VCRElSICs9IGdudWdhZHUyCiAgICAgU1VC RElSICs9IGh1bnNwZWxsCiAgICAgU1VCRElSICs9IGh5cGhlbgpJbmRleDogcG9saXNoL2dpbXAt aGVscC9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBwb2xpc2gvZ2ltcC1oZWxwL01ha2VmaWxlCShy ZXZpc2lvbiAzMjk5ODApCisrKyBwb2xpc2gvZ2ltcC1oZWxwL01ha2VmaWxlCSh3b3JraW5nIGNv cHkpCkBAIC0xLDE1ICswLDAgQEAKLSMgQ3JlYXRlZCBieTogU2ltYU1vdG8sUnlvVGEgPGxpYW5n dGFpLnM0QGdtYWlsLmNvbT4KLSMgJEZyZWVCU0QkCi0KLUNBVEVHT1JJRVM9CXBvbGlzaCBncmFw aGljcwotCi1NQUlOVEFJTkVSPQlsaWFuZ3RhaS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ9CVRoZSBH SU1QIFVzZXIgTWFudWFsIGluIFBvbGlzaAotCi1NQVNURVJESVI9CSR7LkNVUkRJUn0vLi4vLi4v bWlzYy9naW1wLWhlbHAtZW4KLQotRE9DTEFORz0JcGwKLUFNUExFPQkiQGNvbW1lbnQgIgotCi1O T19TVEFHRT0JeWVzCi0uaW5jbHVkZSAiJHtNQVNURVJESVJ9L01ha2VmaWxlIgpJbmRleDogcnVz c2lhbi9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBydXNzaWFuL01ha2VmaWxlCShyZXZpc2lvbiAz Mjk5ODApCisrKyBydXNzaWFuL01ha2VmaWxlCSh3b3JraW5nIGNvcHkpCkBAIC0xNCw3ICsxNCw2 IEBACiAgICAgU1VCRElSICs9IGZvcnR1bmUtYmFzaG9yZ3J1CiAgICAgU1VCRElSICs9IGZvcnR1 bmVydQogICAgIFNVQkRJUiArPSBnZAotICAgIFNVQkRJUiArPSBnaW1wLWhlbHAKICAgICBTVUJE SVIgKz0gaHVuc3BlbGwKICAgICBTVUJESVIgKz0gaHlwaGVuCiAgICAgU1VCRElSICs9IGlyY2Qt aHlicmlkCkluZGV4OiBydXNzaWFuL2dpbXAtaGVscC9NYWtlZmlsZQo9PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBy dXNzaWFuL2dpbXAtaGVscC9NYWtlZmlsZQkocmV2aXNpb24gMzI5OTgwKQorKysgcnVzc2lhbi9n aW1wLWhlbHAvTWFrZWZpbGUJKHdvcmtpbmcgY29weSkKQEAgLTEsMTUgKzAsMCBAQAotIyBDcmVh dGVkIGJ5OiBTaW1hTW90byxSeW9UYSA8bGlhbmd0YWkuczRAZ21haWwuY29tPgotIyAkRnJlZUJT RCQKLQotQ0FURUdPUklFUz0JcnVzc2lhbiBncmFwaGljcwotCi1NQUlOVEFJTkVSPQlsaWFuZ3Rh aS5zNEBnbWFpbC5jb20KLUNPTU1FTlQ9CVRoZSBHSU1QIFVzZXIgTWFudWFsIGluIFJ1c3NpYW4K LQotTUFTVEVSRElSPQkkey5DVVJESVJ9Ly4uLy4uL21pc2MvZ2ltcC1oZWxwLWVuCi0KLURPQ0xB Tkc9CXJ1Ci1BTVBMRT0JIkBjb21tZW50ICIKLQotTk9fU1RBR0U9CXllcwotLmluY2x1ZGUgIiR7 TUFTVEVSRElSfS9NYWtlZmlsZSIK --047d7b343970b598a504e878cf17-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:30:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C63AD3C8 for ; Fri, 11 Oct 2013 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99BB72173 for ; Fri, 11 Oct 2013 16:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGU2Pq059184 for ; Fri, 11 Oct 2013 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGU2AL059183; Fri, 11 Oct 2013 16:30:02 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 16:30:02 GMT Message-Id: <201310111630.r9BGU2AL059183@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Janos Mohacsi Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:30:04 -0000 The following reply was made to PR ports/182811; it has been noted by GNATS. From: Janos Mohacsi To: bug-followup@FreeBSD.org, fbsd-ports@opsec.eu Cc: Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 Date: Fri, 11 Oct 2013 18:26:39 +0200 Thanks for the fix. Approved. Best Regards, Janos Mohacsi From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:48:33 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BB7A7A7; Fri, 11 Oct 2013 16:48:33 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1A3322B7; Fri, 11 Oct 2013 16:48:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGmWNa063073; Fri, 11 Oct 2013 16:48:32 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGmWx7063072; Fri, 11 Oct 2013 16:48:32 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:48:32 GMT Message-Id: <201310111648.r9BGmWx7063072@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182889: [MAINTAINER] games/assaultcube: Update to v1.2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:48:33 -0000 Synopsis: [MAINTAINER] games/assaultcube: Update to v1.2.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:48:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182889 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:49:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 154427F8; Fri, 11 Oct 2013 16:49:41 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE44F22CB; Fri, 11 Oct 2013 16:49:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGnedI063178; Fri, 11 Oct 2013 16:49:40 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGneZH063177; Fri, 11 Oct 2013 16:49:40 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:49:40 GMT Message-Id: <201310111649.r9BGneZH063177@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182888: pkg-fallout / clang fix of port misc/sls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:49:41 -0000 Synopsis: pkg-fallout / clang fix of port misc/sls Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:49:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182888 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0545835 for ; Fri, 11 Oct 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9026822D4 for ; Fri, 11 Oct 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGo1N8063292 for ; Fri, 11 Oct 2013 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGo1Tf063291; Fri, 11 Oct 2013 16:50:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 16:50:01 GMT Message-Id: <201310111650.r9BGo1Tf063291@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Miroslav Lachman <000.fbsd@quip.cz> List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:50:01 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Miroslav Lachman <000.fbsd@quip.cz> To: Michael Gmelin Cc: "bug-followup@FreeBSD.org" , Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Fri, 11 Oct 2013 18:41:01 +0200 Michael Gmelin wrote: > > >> On 11 Oct 2013, at 16:56, Miroslav Lachman<000.fbsd@quip.cz> wrote: >> >> Michael Gmelin wrote: >>> On Wed, 02 Oct 2013 21:55:29 +0200 >>> Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>> >>>> I will test your patch in a few days. I am too busy with my $WORK now. >>>> >>>> Miroslav Lachman >>> >>> Did you have a chance to test the patch yet? >>> >>> Michael >> >> I tried it right now, but I have a problem. mariadb55-server cannot be built on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. >> >> I always get this error even with original (not patched) version: >> >> Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/mariadb55-server-5.5.33a.tbz' >> tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or directory >> tar: Error exit delayed from previous errors. >> pkg_create: make_dist: tar command failed with code 256 >> >> I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 production server, so I don't know why it failed on 9.2-RC4. I am not able to find a proper fix of the problem with auth_pam.so, so I just delete it from pkg-plist. MariaDB works without it. Tests I did: 1) start MariaDB with /usr/local/etc/my.cnf works 2) start MariaDB with /etc/my.cnf failed to start [intended] 3) check my_print_defaults --help it still prints /etc/ and /etc/mysql/ as right locations for my.cnf [wrong] And I have a comment to (2). It prints the error message to a logfile, but user is not informed about any error with 'service' command. I think it should be printed to the users console. I did: root@sm-reserve ~/# service mysql-server onestart Starting mysql. As you can see, 'service' command said "Starting mysql." and no error was shown, which is really bad. I thought it started with /etc/my.cnf and later found in a logfile, that MariaDB start failed: root@sm-reserve ~/# tail -f /var/db/mysql/sm-reserve.codelab.cz.err 131011 18:18:23 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql error: Config file /etc/my.cnf in invalid location, please move to or merge with /usr/local/etc/my.cnf Fatal error in defaults handling. Program aborted 131011 18:18:23 mysqld_safe mysqld from pid file /var/db/mysql/sm-reserve.codelab.cz.pid ended Maybe it is not related to your patch but why 'service' (rc script mysql-server) is silent in the case of a failed start? Miroslav Lachman From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8EC8864; Fri, 11 Oct 2013 16:50:09 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE7A822D6; Fri, 11 Oct 2013 16:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGo9cq063378; Fri, 11 Oct 2013 16:50:09 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGo9xf063377; Fri, 11 Oct 2013 16:50:09 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:50:09 GMT Message-Id: <201310111650.r9BGo9xf063377@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182887: [MAINTAINER] cad/repsnapper: update to 2.3.0a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:50:09 -0000 Synopsis: [MAINTAINER] cad/repsnapper: update to 2.3.0a1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:50:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182887 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:50:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 690D789C; Fri, 11 Oct 2013 16:50:28 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3FA22DD; Fri, 11 Oct 2013 16:50:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGoStt064974; Fri, 11 Oct 2013 16:50:28 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGoSv6064973; Fri, 11 Oct 2013 16:50:28 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:50:28 GMT Message-Id: <201310111650.r9BGoSv6064973@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182886: update math/coinmp to version 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:50:28 -0000 Synopsis: update math/coinmp to version 1.7.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:50:27 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182886 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:51:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7231E8EE; Fri, 11 Oct 2013 16:51:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48F27230F; Fri, 11 Oct 2013 16:51:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGpQFx065074; Fri, 11 Oct 2013 16:51:26 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGpQGK065073; Fri, 11 Oct 2013 16:51:26 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:51:26 GMT Message-Id: <201310111651.r9BGpQGK065073@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182883: [maintainer update] graphics/opennurbs STAGEDIR support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:51:26 -0000 Synopsis: [maintainer update] graphics/opennurbs STAGEDIR support Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:51:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182883 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:51:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A83892D; Fri, 11 Oct 2013 16:51:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF3A2317; Fri, 11 Oct 2013 16:51:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGprLF065169; Fri, 11 Oct 2013 16:51:53 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGpr0g065168; Fri, 11 Oct 2013 16:51:53 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:51:53 GMT Message-Id: <201310111651.r9BGpr0g065168@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182491: [maintainer update] 'unbreaking' port test in graphics/opennurbs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:51:53 -0000 Synopsis: [maintainer update] 'unbreaking' port test in graphics/opennurbs Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:51:52 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182491 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:52:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 880BE976; Fri, 11 Oct 2013 16:52:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C53B2326; Fri, 11 Oct 2013 16:52:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGqrCG065275; Fri, 11 Oct 2013 16:52:53 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGqr79065274; Fri, 11 Oct 2013 16:52:53 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:52:53 GMT Message-Id: <201310111652.r9BGqr79065274@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182863: [maintainer] [update] [patch] sysutils/ansible 1.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:52:53 -0000 Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:52:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182863 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 16:53:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B477F9BA; Fri, 11 Oct 2013 16:53:28 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89FF42331; Fri, 11 Oct 2013 16:53:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGrSKq065371; Fri, 11 Oct 2013 16:53:28 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BGrSE8065370; Fri, 11 Oct 2013 16:53:28 GMT (envelope-from danilo) Date: Fri, 11 Oct 2013 16:53:28 GMT Message-Id: <201310111653.r9BGrSE8065370@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/182860: [PATCH] www/yii: update to 1.1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 16:53:28 -0000 Synopsis: [PATCH] www/yii: update to 1.1.14 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Oct 11 16:53:28 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182860 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E172BC6E for ; Fri, 11 Oct 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE89E238F for ; Fri, 11 Oct 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BH009S065610 for ; Fri, 11 Oct 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BH00Ue065609; Fri, 11 Oct 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 17:00:00 GMT Resent-Message-Id: <201310111700.r9BH00Ue065609@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, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7284D935 for ; Fri, 11 Oct 2013 16:51:58 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F61F231B for ; Fri, 11 Oct 2013 16:51:58 +0000 (UTC) Received: from cpe-72-182-93-216.austin.res.rr.com ([72.182.93.216]:56143 helo=borg.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VUfwR-000DWA-3K for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Oct 2013 11:51:57 -0500 Received: from ler by borg.lerctr.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VUfwQ-0001FN-KK for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Oct 2013 11:51:54 -0500 Message-Id: Date: Fri, 11 Oct 2013 11:51:54 -0500 From: Larry Rosenman Sender: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182907: java/openjdk6: install failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 17:00:00 -0000 >Number: 182907 >Category: ports >Synopsis: java/openjdk6: install failure >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #72 r256304: Thu Oct 10 18:09:11 CDT 2013 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64 >Description: see http://www.lerctr.org/~ler/FreeBSD/jdk6-build.txt cat: /usr/ports/java/openjdk6/work/jdk/src/bsd/doc/man/ja/schemagen.1: No such file or directory cat: /usr/ports/java/openjdk6/work/jdk/src/bsd/doc/man/ja/serialver.1: No such file or directory cat: /usr/ports/java/openjdk6/work/jdk/src/bsd/doc/man/ja/wsgen.1: No such file or directory cat: /usr/ports/java/openjdk6/work/jdk/src/bsd/doc/man/ja/wsimport.1: No such file or directory cat: /usr/ports/java/openjdk6/work/jdk/src/bsd/doc/man/ja/xjc.1: No such file or directory if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "" != "" ] ; then /bin/mv /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/man/ja /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/man/; cd /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/man && /bin/ln -s ja; fi >How-To-Repeat: try to build java/openjdk6 on 11-CURRENT with SVN 330086 Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 330086 Node Kind: directory Schedule: normal Last Changed Author: olgeni Last Changed Rev: 330086 Last Changed Date: 2013-10-11 10:55:42 -0500 (Fri, 11 Oct 2013) >Fix: none known to this submitter >Release-Note: >Audit-Trail: >Unformatted: >>>Making trim-image-jre @ Fri Oct 11 11:36:54 CDT 2013 ... for l in libsaproc.so libattach.so ; do \ rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2re-image/lib/amd64/$l ; \ done ; >>>Making trim-image-jdk @ Fri Oct 11 11:36:54 CDT 2013 ... for t in java_vm; do \ rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/bin/${t} \ /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/bin/*/native_threads/${t}; \ done >>>Making process-image-jre @ Fri Oct 11 11:36:54 CDT 2013 ... rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jre-elf-files.list /usr/bin/find /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2re-image/lib -type f -name \*.so >> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jre-elf-files.list /usr/bin/file `/usr/bin/find /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2re-image/bin -type f -name \*` \ | /usr/bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jre-elf-files.list rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jre-elf-files.list >>>Making process-image-jdk @ Fri Oct 11 11:36:54 CDT 2013 ... rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jdk-elf-files.list /usr/bin/find /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/jre/lib -type f -name \*.so >> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jdk-elf-files.list /usr/bin/file `/usr/bin/find /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/jre/bin -type f -name \*` \ | /usr/bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jdk-elf-files.list file `/usr/bin/find /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/j2sdk-image/bin -type f -name \*` \ | /usr/bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jdk-elf-files.list rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/jdk-elf-files.list >>>Making sec-files @ Fri Oct 11 11:36:54 CDT 2013 ... /bin/mkdir -p . rm -f sec-files rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/sec-bin.zip cd /usr/ports/java/openjdk6/work/build/bsd-amd64-debug && \ /usr/local/bin/zip -rq9 /usr/ports/java/openjdk6/work/build/bsd-amd64-debug/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs1 2 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/ internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class >>>Making sec-files-win @ Fri Oct 11 11:36:54 CDT 2013 ... >>>Making jgss-files @ Fri Oct 11 11:36:54 CDT 2013 ... >>>Finished making images @ Fri Oct 11 11:36:54 CDT 2013 ... gmake[5]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make' gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work' Control bsd amd64 1.6.0_32-debug generic_debug_build build finished: 13-10-11 11:36 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work' gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work' ===> Staging for openjdk6-b28_1 ===> Generating temporary packing list cd: /usr/ports/java/openjdk6/work/build/bsd-amd64-debug-fastdebug/j2sdk-image: No such file or directory *** Error code 2 Stop. make[1]: stopped in /usr/ports/java/openjdk6 *** Error code 1 Stop. make: stopped in /usr/ports/java/openjdk6 ===>>> Installation of openjdk6-b28_1 (java/openjdk6) failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster java/openjdk6 ===>>> Exiting # cat /etc/make.conf SVN=/usr/local/bin/svn SVN_UPDATE=yes # DTRACE KERNEL, Stripped of unnecessary devices KERNCONF=BORG-DTRACE # USERLAND DTRACE STRIP= CFLAGS+=-fno-omit-frame-pointer WITH_CTF=1 # #__EXIM__ LOG_FILE_PATH="syslog:${LOGDIR}/%slog" LOGDIR=/var/log/exim # WITH_POSTGRES=yes WITH_APACHE2=yes #CUPS is the default WITH_CUPS=YES CUPS_OVERWRITE_BASE=YES WITHOUT_LPR=YES WITH_JADETEX=yes WITH_PKGNG=yes #PORTS_MODULES=emulators/virtualbox-ose-kmod MALLOC_PRODUCTION=yes DEFAULT_PGSQL_VER=92 JAVA_HOME=/usr/local/openjdk6 # cat /etc/src.conf WITH_CLANG_EXTRAS=yes # ^D Script done on Fri Oct 11 11:38:08 2013 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 17:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A37BCA3; Fri, 11 Oct 2013 17:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 304452394; Fri, 11 Oct 2013 17:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BH09vQ065744; Fri, 11 Oct 2013 17:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BH09sY065743; Fri, 11 Oct 2013 17:00:09 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 17:00:09 GMT Message-Id: <201310111700.r9BH09sY065743@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182907: java/openjdk6: install failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 17:00:10 -0000 Synopsis: java/openjdk6: install failure Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 17:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182907 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 17:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71B4D745 for ; Fri, 11 Oct 2013 17:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E92F25C1 for ; Fri, 11 Oct 2013 17:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BHU1HR072897 for ; Fri, 11 Oct 2013 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BHU1Nh072896; Fri, 11 Oct 2013 17:30:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 17:30:01 GMT Message-Id: <201310111730.r9BHU1Nh072896@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 17:30:03 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Michael Gmelin To: Miroslav Lachman <000.fbsd@quip.cz> Cc: "bug-followup@FreeBSD.org" , Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Fri, 11 Oct 2013 19:16:42 +0200 > On 11 Oct 2013, at 18:41, Miroslav Lachman <000.fbsd@quip.cz> wrote: >=20 > Michael Gmelin wrote: >>=20 >>=20 >>> On 11 Oct 2013, at 16:56, Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>=20 >>> Michael Gmelin wrote: >>>> On Wed, 02 Oct 2013 21:55:29 +0200 >>>> Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>>>=20 >>>>> I will test your patch in a few days. I am too busy with my $WORK now.= >>>>>=20 >>>>> Miroslav Lachman >>>>=20 >>>> Did you have a chance to test the patch yet? >>>>=20 >>>> Michael >>>=20 >>> I tried it right now, but I have a problem. mariadb55-server cannot be b= uilt on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. >>>=20 >>> I always get this error even with original (not patched) version: >>>=20 >>> Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/= mariadb55-server-5.5.33a.tbz' >>> tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or director= y >>> tar: Error exit delayed from previous errors. >>> pkg_create: make_dist: tar command failed with code 256 >>>=20 >>> I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 p= roduction server, so I don't know why it failed on 9.2-RC4. >=20 > I am not able to find a proper fix of the problem with auth_pam.so, so I j= ust delete it from pkg-plist. MariaDB works without it. >=20 > Tests I did: >=20 > 1) start MariaDB with /usr/local/etc/my.cnf > works > 2) start MariaDB with /etc/my.cnf > failed to start [intended] > 3) check my_print_defaults --help > it still prints /etc/ and /etc/mysql/ as right locations for my.cnf > [wrong] >=20 > And I have a comment to (2). It prints the error message to a logfile, but= user is not informed about any error with 'service' command. > I think it should be printed to the users console. >=20 > I did: >=20 > root@sm-reserve ~/# service mysql-server onestart > Starting mysql. >=20 > As you can see, 'service' command said "Starting mysql." and no error was s= hown, which is really bad. I thought it started with /etc/my.cnf and later f= ound in a logfile, that MariaDB start failed: >=20 > root@sm-reserve ~/# tail -f /var/db/mysql/sm-reserve.codelab.cz.err >=20 > 131011 18:18:23 mysqld_safe Starting mysqld daemon with databases from /va= r/db/mysql > error: Config file /etc/my.cnf in invalid location, please move to or merg= e with /usr/local/etc/my.cnf > Fatal error in defaults handling. Program aborted > 131011 18:18:23 mysqld_safe mysqld from pid file /var/db/mysql/sm-reserve.= codelab.cz.pid ended >=20 > Maybe it is not related to your patch but why 'service' (rc script mysql-s= erver) is silent in the case of a failed start? >=20 > Miroslav Lachman Afaik service mysql always has been silent about errors (eg innodb log file s= izes don't match etc) due to the way the daemon is started, this should be t= he same with mysql55. I remember missing a warning about innodb not working m= any years ago since it was buried in MySQL error log So improving this - also for the MySQL port - would be great, but might be o= utside of the scope of this PR. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7447AE7 for ; Fri, 11 Oct 2013 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C24E1291C for ; Fri, 11 Oct 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BIK0ij086593 for ; Fri, 11 Oct 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BIK0x8086587; Fri, 11 Oct 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 18:20:00 GMT Resent-Message-Id: <201310111820.r9BIK0x8086587@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, Julio Merino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60BDE604 for ; Fri, 11 Oct 2013 18:11:21 +0000 (UTC) (envelope-from julio@meroh.net) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 253932879 for ; Fri, 11 Oct 2013 18:11:20 +0000 (UTC) Received: from [108.176.158.82] ([108.176.158.82:65371] helo=portal.meroh.net) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 7D/6C-15529-14F38525; Fri, 11 Oct 2013 18:11:14 +0000 Received: from mastodon.meroh.net (lime-wifi.meroh.net [192.168.1.27]) by portal.meroh.net (Postfix) with ESMTP id 6B468EFE67 for ; Fri, 11 Oct 2013 14:11:11 -0400 (EDT) Received: from mastodon.meroh.net (localhost [127.0.0.1]) by mastodon.meroh.net (8.14.7/8.14.7) with ESMTP id r9BI9cPQ039965 for ; Fri, 11 Oct 2013 14:09:38 -0400 (EDT) (envelope-from jmmv@mastodon.meroh.net) Received: (from jmmv@localhost) by mastodon.meroh.net (8.14.7/8.14.7/Submit) id r9BI9cTm039964; Fri, 11 Oct 2013 14:09:38 -0400 (EDT) (envelope-from jmmv) Message-Id: <201310111809.r9BI9cTm039964@mastodon.meroh.net> Date: Fri, 11 Oct 2013 14:09:38 -0400 (EDT) From: Julio Merino To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182909: Ports should sanitize the environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Julio Merino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 18:20:01 -0000 >Number: 182909 >Category: ports >Synopsis: Ports should sanitize the environment >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 Oct 11 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Julio Merino >Release: FreeBSD 10.0-ALPHA5 powerpc >Organization: >Environment: System: FreeBSD mastodon.meroh.net 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #6 r256122M: Tue Oct 8 07:26:36 EDT 2013 jmmv@mastodon.meroh.net:/usr/obj/usr/src/sys/GENERIC64 powerpc >Description: Yesterday, while building a port that I knew worked, it mysteriously failed due to a symbol being missing in a dependent library. The reason was that I had PKG_CONFIG_PATH set in the environment pointing to my home directory, and the build of the package from ports picked a different version of the dependency than the one in ports. I think ports should sanitize the environment to prevent the build of a package from picking dependencies that are not in ${PREFIX} nor in the base system. At the very least, this means clearing PKG_CONFIG_PATH. I'd imagine that removing unexpected -I and -L flags from C*FLAGS and LDFLAGS would also be beneficial, but this seems trickier to achieve. >How-To-Repeat: 1) Install lutok 0.3 in ~/local. 2) Set PKG_CONFIG_PATH=${HOME}/local in your environment. 3) Attempt to build devel/kyua (version 0.6) and see it fail. >Fix: Possibly setting PKG_CONFIG_PATH= in the right place of bsd.port.mk is sufficient. I'm not sure about what exactly that place is though. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 19:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8B76878 for ; Fri, 11 Oct 2013 19:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2FCC2BA8 for ; Fri, 11 Oct 2013 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BJ00Eh094429 for ; Fri, 11 Oct 2013 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BJ00wL094428; Fri, 11 Oct 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 19:00:00 GMT Resent-Message-Id: <201310111900.r9BJ00wL094428@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, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB392782 for ; Fri, 11 Oct 2013 18:52:43 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA8D2B3D for ; Fri, 11 Oct 2013 18:52:41 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D45A7BDC65 for ; Fri, 11 Oct 2013 20:52:38 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 99A43BDC5F for ; Fri, 11 Oct 2013 20:52:38 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id A55116125 for ; Fri, 11 Oct 2013 20:52:37 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id D937914269C; Fri, 11 Oct 2013 20:52:36 +0200 (CEST) Message-Id: <20131011185236.D937914269C@aragorn.in.absolight.net> Date: Fri, 11 Oct 2013 20:52:36 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182910: Support staging for astro/xearth. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 19:00:00 -0000 >Number: 182910 >Category: ports >Synopsis: Support staging for astro/xearth. >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 Oct 11 19:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- astro_xearth.diff begins here --- Index: astro/xearth/Makefile =================================================================== --- astro/xearth/Makefile (revision 330095) +++ astro/xearth/Makefile (working copy) @@ -12,20 +12,19 @@ USE_XORG= x11 xext sm ice xt USE_XZ= yes -NO_STAGE= yes -MAN1= xearth.1 PLIST_FILES= bin/xearth \ + man/man1/xearth.1.gz \ lib/X11/xearth/freebsd.committers.markers \ lib/X11/xearth/freebsd.ftp.markers PLIST_DIRS= lib/X11/xearth do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1 - @${MKDIR} ${PREFIX}/lib/X11/xearth + @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.ftp.markers - @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth + @${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth .endfor .include --- astro_xearth.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 19:26:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24901C36; Fri, 11 Oct 2013 19:26:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAED22CDF; Fri, 11 Oct 2013 19:26:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BJQN24001463; Fri, 11 Oct 2013 19:26:23 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BJQNcD001462; Fri, 11 Oct 2013 19:26:23 GMT (envelope-from mat) Date: Fri, 11 Oct 2013 19:26:23 GMT Message-Id: <201310111926.r9BJQNcD001462@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/182910: Support staging for astro/xearth. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 19:26:24 -0000 Synopsis: Support staging for astro/xearth. Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Fri Oct 11 19:26:23 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182910 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 20:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F810C51 for ; Fri, 11 Oct 2013 20:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA312FD2 for ; Fri, 11 Oct 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKA0P3009467 for ; Fri, 11 Oct 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKA0CJ009466; Fri, 11 Oct 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 20:10:00 GMT Resent-Message-Id: <201310112010.r9BKA0CJ009466@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, "Kenta S." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48029894 for ; Fri, 11 Oct 2013 20:06:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 339562FA0 for ; Fri, 11 Oct 2013 20:06:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9BK6Y89091846 for ; Fri, 11 Oct 2013 20:06:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9BK6YbP091843; Fri, 11 Oct 2013 20:06:34 GMT (envelope-from nobody) Message-Id: <201310112006.r9BK6YbP091843@oldred.freebsd.org> Date: Fri, 11 Oct 2013 20:06:34 GMT From: "Kenta S." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182911: net-p2p/libtorrent broken on 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 20:10:00 -0000 >Number: 182911 >Category: ports >Synopsis: net-p2p/libtorrent broken on 10 >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 Oct 11 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta S. >Release: 10-STABLE >Organization: >Environment: FreeBSD kns 10.0-ALPHA6 FreeBSD 10.0-ALPHA6 #0 r256304M: Fri Oct 11 01:55:38 UTC 2013 root@kns:/usr/obj/usr/src/sys/shiro amd64 >Description: I try to install the net-p2p/rtorrent port, it installed net-p2p/libtorrent as a dependency but it won't compile. I attached the build log. >How-To-Repeat: Install rtorrent from ports on FreeBSD 10+ >Fix: Patch attached with submission follows: ===> Cleaning for libtorrent-0.13.2_1 ===> Found saved configuration for libtorrent-0.13.2_1 ===> libtorrent-0.13.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libtorrent-0.13.2_1 for building ===> Extracting for libtorrent-0.13.2_1 => SHA256 Checksum OK for libtorrent-0.13.2.tar.gz. ===> Patching for libtorrent-0.13.2_1 ===> Applying FreeBSD patches for libtorrent-0.13.2_1 ===> libtorrent-0.13.2_1 depends on executable: pkgconf - found ===> libtorrent-0.13.2_1 depends on package: libtool>=2.4 - found ===> libtorrent-0.13.2_1 depends on file: /usr/local/bin/ccache - found ===> libtorrent-0.13.2_1 depends on shared library: sigc-2.0.0 - found ===> Configuring for libtorrent-0.13.2_1 ===> FreeBSD 10 autotools fix applied to /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/configure ===> FreeBSD 10 autotools fix applied to /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/scripts/libtool.m4 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for cppunit-config... no checking for Cppunit - version >= 1.9.6... no checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking dependency style of clang... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by clang... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert amd64-portbld-freebsd10.0 file names to amd64-portbld-freebsd10.0 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... clang-cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... gcc3 checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -fPIC -DPIC checking if clang++ PIC flag -fPIC -DPIC works... yes checking if clang++ static flag -static works... yes checking if clang++ supports -c -o file.o... yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd10.0 ld.so checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking the byte alignment... required checking for user-defined CXXFLAGS... user-defined "-O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing" checking for TR1 support... no checking for C++11 support... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for sysroot... no checking for kqueue support... yes checking whether kqueue supports pipes and ptys... no checking for epoll support... no checking for fallocate... no checking size of long... 8 checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking for sys/statvfs.h... (cached) yes checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking for statvfs... ok checking if compiler supports __attribute__((visibility("default")))... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for PTHREAD_PRIO_INHERIT... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for STUFF... yes checking for posix_memalign... yes checking for madvise... no checking for cacheline... using default 128 bytes checking for __builtin_popcount... yes checking signedness of mincore parameter... signed checking for proper overloaded template function disambiguation... yes checking if compiler supports __attribute__((unused))... yes configure: creating ./config.status config.status: creating libtorrent.pc config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/torrent/Makefile config.status: creating src/torrent/peer/Makefile config.status: creating src/torrent/data/Makefile config.status: creating src/torrent/download/Makefile config.status: creating src/torrent/utils/Makefile config.status: creating src/data/Makefile config.status: creating src/dht/Makefile config.status: creating src/download/Makefile config.status: creating src/net/Makefile config.status: creating src/protocol/Makefile config.status: creating src/tracker/Makefile config.status: creating src/utils/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ===> Building for libtorrent-0.13.2_1 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in torrent --- all-recursive --- Making all in data --- block.lo --- --- block_list.lo --- --- block.lo --- /bin/sh /usr/local/bin/libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.cc --- block_list.lo --- /bin/sh /usr/local/bin/libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT block_list.lo -MD -MP -MF .deps/block_list.Tpo -c -o block_list.lo block_list.cc libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT block_list.lo -MD -MP -MF .deps/block_list.Tpo -c block_list.cc -fPIC -DPIC -o .libs/block_list.o --- block.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.cc -fPIC -DPIC -o .libs/block.o --- block_list.lo --- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT block_list.lo -MD -MP -MF .deps/block_list.Tpo -c block_list.cc -o block_list.o >/dev/null 2>&1 mv -f .deps/block_list.Tpo .deps/block_list.Plo --- chunk_utils.lo --- /bin/sh /usr/local/bin/libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT chunk_utils.lo -MD -MP -MF .deps/chunk_utils.Tpo -c -o chunk_utils.lo chunk_utils.cc libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -I/usr/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -MT chunk_utils.lo -MD -MP -MF .deps/chunk_utils.Tpo -c chunk_utils.cc -fPIC -DPIC -o .libs/chunk_utils.o --- block.lo --- In file included from block.cc:44: In file included from ./../../protocol/peer_connection_base.h:42: ./../../torrent/poll.h:49:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_poll; ~~~~~^ ./../../torrent/poll.h:49:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_poll; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/poll.h:94:10: error: unknown type name 'slot_poll' static slot_poll& slot_create_poll() { return m_slot_create_poll; } ^ ./../../torrent/poll.h:97:10: error: unknown type name 'slot_poll' static slot_poll m_slot_create_poll; ^ In file included from block.cc:44: In file included from ./../../protocol/peer_connection_base.h:47: In file included from ./../../protocol/extensions.h:47: ./../../torrent/download_info.h:57:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_stat_type; ~~~~~^ ./../../torrent/download_info.h:57:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_stat_type; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/download_info.h:58:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_chunk_type; ~~~~~^ ./../../torrent/download_info.h:58:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_chunk_type; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/download_info.h:60:26: error: no member named 'tr1' in namespace 'std' typedef std::list > signal_void_type; ~~~~~^ ./../../torrent/download_info.h:60:49: error: expected member name or ';' after declaration specifiers typedef std::list > signal_void_type; ~~~~~~~ ^ ./../../torrent/download_info.h:61:26: error: no member named 'tr1' in namespace 'std' typedef std::list > signal_string_type; ~~~~~^ ./../../torrent/download_info.h:61:46: error: expected expression typedef std::list > signal_string_type; ^ ./../../torrent/download_info.h:61:67: error: expected member name or ';' after declaration specifiers typedef std::list > signal_string_type; ~~~~~~~ ^ ./../../torrent/download_info.h:62:21: error: use of undeclared identifier 'slot_chunk_type' typedef std::list signal_chunk_type; ^ ./../../torrent/download_info.h:63:26: error: no member named 'tr1' in namespace 'std' typedef std::list > signal_dump_type; ~~~~~^ ./../../torrent/download_info.h:63:46: error: expected expression typedef std::list > signal_dump_type; ^ ./../../torrent/download_info.h:63:88: error: expected member name or ';' after declaration specifiers typedef std::list > signal_dump_type; ~~~~~~~ ^ ./../../torrent/download_info.h:161:3: error: unknown type name 'signal_string_type' signal_string_type& signal_network_log() const { return m_signalNetworkLog; } ^ ./../../torrent/download_info.h:162:3: error: unknown type name 'signal_string_type' signal_string_type& signal_storage_error() const { return m_signalStorageError; } ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [block.lo] Error code 1 make[6]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src/torrent/data --- chunk_utils.lo --- In file included from chunk_utils.cc:43: In file included from ./../../manager.h:42: ./../../rak/priority_queue_default.h:50:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_void; ~~~~~^ ./../../rak/priority_queue_default.h:50:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_void; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../rak/priority_queue_default.h:64:3: error: unknown type name 'slot_void' slot_void& slot() { return m_slot; } ^ ./../../rak/priority_queue_default.h:77:3: error: unknown type name 'slot_void' slot_void m_slot; ^ ./../../rak/priority_queue_default.h:58:14: error: use of undeclared identifier 'slot_void' m_slot = slot_void(); ^ In file included from chunk_utils.cc:43: In file included from ./../../manager.h:44: In file included from ./../../thread_disk.h:40: ./../../data/hash_check_queue.h:54:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_chunk_handle; ~~~~~^ ./../../data/hash_check_queue.h:54:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_chunk_handle; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../data/hash_check_queue.h:76:3: error: unknown type name 'slot_chunk_handle' slot_chunk_handle& slot_chunk_done() { return m_slot_chunk_done; } ^ ./../../data/hash_check_queue.h:79:3: error: unknown type name 'slot_chunk_handle' slot_chunk_handle m_slot_chunk_done; ^ In file included from chunk_utils.cc:43: In file included from ./../../manager.h:44: In file included from ./../../thread_disk.h:41: In file included from ./../../torrent/utils/thread_base.h:43: ./../../torrent/utils/signal_bitfield.h:48:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_type; ~~~~~^ ./../../torrent/utils/signal_bitfield.h:48:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_type; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/utils/signal_bitfield.h:58:28: error: unknown type name 'slot_type' unsigned int add_signal(slot_type slot); ^ ./../../torrent/utils/signal_bitfield.h:64:3: error: unknown type name 'slot_type' slot_type m_slots[max_size] lt_cacheline_aligned; ^ In file included from chunk_utils.cc:43: In file included from ./../../manager.h:44: In file included from ./../../thread_disk.h:41: ./../../torrent/utils/thread_base.h:53:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_void; ~~~~~^ ./../../torrent/utils/thread_base.h:53:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_void; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/utils/thread_base.h:54:16: error: no member named 'tr1' in namespace 'std' typedef std::tr1::function slot_timer; ~~~~~^ ./../../torrent/utils/thread_base.h:54:29: error: expected member name or ';' after declaration specifiers typedef std::tr1::function slot_timer; ~~~~~~~~~~~~~~~~~~~~~~~~~~^ ./../../torrent/utils/thread_base.h:102:3: error: unknown type name 'slot_void' slot_void& slot_do_work() { return m_slot_do_work; } ^ ./../../torrent/utils/thread_base.h:103:3: error: unknown type name 'slot_timer' slot_timer& slot_next_timeout() { return m_slot_next_timeout; } ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [chunk_utils.lo] Error code 1 make[6]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src/torrent/data 2 errors make[6]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src/torrent/data *** [all-recursive] Error code 1 make[5]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src/torrent 1 error make[5]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src/torrent *** [all-recursive] Error code 1 make[4]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src 1 error make[4]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2/src *** [all-recursive] Error code 1 make[3]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2 1 error make[3]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2 *** [all] Error code 2 make[2]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2 1 error make[2]: stopped in /ram/usr/ports/net-p2p/libtorrent/work/libtorrent-0.13.2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/net-p2p/libtorrent *** Error code 1 Stop. make: stopped in /usr/ports/net-p2p/libtorrent ===>>> make failed for net-p2p/libtorrent ===>>> Aborting update ===>>> Update for net-p2p/libtorrent failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster net-p2p/rtorrent net-p2p/libtorrent >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 20:10:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2534C8C; Fri, 11 Oct 2013 20:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A73042FDA; Fri, 11 Oct 2013 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKA9eW009604; Fri, 11 Oct 2013 20:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKA9HM009603; Fri, 11 Oct 2013 20:10:09 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 20:10:09 GMT Message-Id: <201310112010.r9BKA9HM009603@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, az@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182911: net-p2p/libtorrent broken on 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 20:10:09 -0000 Synopsis: net-p2p/libtorrent broken on 10 Responsible-Changed-From-To: freebsd-ports-bugs->az Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 20:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182911 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 20:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6C8E467 for ; Fri, 11 Oct 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4DF222F for ; Fri, 11 Oct 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKe0TM016076 for ; Fri, 11 Oct 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKe0u4016075; Fri, 11 Oct 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 20:40:00 GMT Resent-Message-Id: <201310112040.r9BKe0u4016075@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, Ade Lovett Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81F3AFAE for ; Fri, 11 Oct 2013 20:33:04 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55B4A21CE for ; Fri, 11 Oct 2013 20:33:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKX4tO015903 for ; Fri, 11 Oct 2013 20:33:04 GMT (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKX4u2015902; Fri, 11 Oct 2013 20:33:04 GMT (envelope-from ade) Message-Id: <201310112033.r9BKX4u2015902@freefall.freebsd.org> Date: Fri, 11 Oct 2013 20:33:04 GMT From: Ade Lovett To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182912: Update devel/gmake to 4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ade Lovett List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 20:40:00 -0000 >Number: 182912 >Category: ports >Synopsis: Update devel/gmake to 4.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: Fri Oct 11 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: Update devel/gmake to 4.0 (scary time) >How-To-Repeat: http://people.freebsd.org/~ade/devel-gmake-4.0-20131011.diff SHA256= 386b4eb4704d115dcf85ab186b705bd7f73660e400af889ea7bf686670acadb1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 20:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A562D49A; Fri, 11 Oct 2013 20:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEE22232; Fri, 11 Oct 2013 20:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKe8Wf017713; Fri, 11 Oct 2013 20:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKe8gX017712; Fri, 11 Oct 2013 20:40:08 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 20:40:08 GMT Message-Id: <201310112040.r9BKe8gX017712@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182912: Update devel/gmake to 4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 20:40:08 -0000 Synopsis: Update devel/gmake to 4.0 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Fri Oct 11 20:40:08 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182912 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 20:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2EA949C; Fri, 11 Oct 2013 20:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77CB42233; Fri, 11 Oct 2013 20:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BKeASU017794; Fri, 11 Oct 2013 20:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BKeAQv017793; Fri, 11 Oct 2013 20:40:10 GMT (envelope-from edwin) Date: Fri, 11 Oct 2013 20:40:10 GMT Message-Id: <201310112040.r9BKeAQv017793@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, autotools@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182912: Update devel/gmake to 4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 20:40:10 -0000 Synopsis: Update devel/gmake to 4.0 Responsible-Changed-From-To: freebsd-ports-bugs->autotools Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 11 20:40:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182912 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 21:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1ACBE407 for ; Fri, 11 Oct 2013 21:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA32324BD for ; Fri, 11 Oct 2013 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BLK03B025174 for ; Fri, 11 Oct 2013 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BLK0Xa025173; Fri, 11 Oct 2013 21:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 21:20:00 GMT Resent-Message-Id: <201310112120.r9BLK0Xa025173@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, Tobias Rehbein Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39A603F4 for ; Fri, 11 Oct 2013 21:19:18 +0000 (UTC) (envelope-from tobias.rehbein@web.de) Received: from mout.web.de (mout.web.de [212.227.15.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1F9A24B3 for ; Fri, 11 Oct 2013 21:19:17 +0000 (UTC) Received: from oshi.local ([62.227.180.214]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0MVcZf-1VHAuq2JgN-00Yvkm for ; Fri, 11 Oct 2013 23:19:08 +0200 Received: from oshi.local (localhost [127.0.0.1]) by oshi.local (8.14.7/8.14.7) with ESMTP id r9BLJ6YZ015213 for ; Fri, 11 Oct 2013 23:19:07 +0200 (CEST) (envelope-from tobi@oshi.local) Received: (from tobi@localhost) by oshi.local (8.14.7/8.14.7/Submit) id r9BLJ6YI015212; Fri, 11 Oct 2013 23:19:06 +0200 (CEST) (envelope-from tobi) Message-Id: <201310112119.r9BLJ6YI015212@oshi.local> Date: Fri, 11 Oct 2013 23:19:06 +0200 (CEST) From: Tobias Rehbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182913: [MAINTAINER-UPDATE] Update games/stonesoup and games/stonesoup-sdl from version 0.11.1 to 0.13.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 21:20:01 -0000 >Number: 182913 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update games/stonesoup and games/stonesoup-sdl from version 0.11.1 to 0.13.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: Fri Oct 11 21:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tobias Rehbein >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD oshi.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Sat Oct 5 15:50:56 CEST 2013 tobi@oshi.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update games/stonesoup and games/stonesoup-sdl to version 0.13.0. You can find the release announcement here: http://crawl.develz.org/wordpress/crawl-0-13-pan-galactic-gargoyle-blasters While here add stage support. Please close ports/182467, as this has been obsoleted by this PR. >How-To-Repeat: >Fix: --- games__stonesoup__0.11.1-0.13.0__stage.diff begins here --- diff -urN games/stonesoup.orig/Makefile games/stonesoup/Makefile --- games/stonesoup.orig/Makefile 2013-10-11 19:59:13.058943413 +0200 +++ games/stonesoup/Makefile 2013-10-11 20:59:19.365890522 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: games/stonesoup/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= stonesoup -PORTVERSION= 0.11.1 +PORTVERSION= 0.13.0 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps @@ -19,7 +19,6 @@ USE_LUA= 5.1 USE_PERL5= build - SAVEDIR= \~/.stonesoup WRKSRC= ${WRKDIR}/stone_soup-${PORTVERSION}/source/ @@ -35,22 +34,16 @@ MAKE_ARGS= prefix=${PREFIX} \ DATADIR=${DATADIR} \ SAVEDIR=${SAVEDIR} \ + DESTDIR=${STAGEDIR} \ INSTALL_UGRP=root:games \ NO_AUTO_OPT=YesPlease \ NO_OPTIMIZE=YesPlease \ - LUA_INCLUDE_DIR=${LOCALBASE}/include/lua51 \ - LUA_LIB=-llua-5.1 \ SQLITE_INCLUDE_DIR=${LOCALBASE}/include \ SQLITE_LIB=-lsqlite3 \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/lua51" + LDFLAGS="-L${LOCALBASE}/lib" -NO_STAGE= yes .include -.if ${CC:T:M*clang*} -MAKE_ARGS+= NO_INLINE_DEPGEN=1 -.endif - .if defined(VERBOSE) MAKE_ARGS+= V=yes .endif @@ -85,6 +78,7 @@ .endif post-patch: + @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile .if ${PORT_OPTIONS:MSOUND} @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/AppHdr.h @${REINPLACE_CMD} -e "s,%%SOUND%%,," ${WRKSRC}/AppHdr.h @@ -92,14 +86,18 @@ @${REINPLACE_CMD} -e "s,%%SOUND%%,// ," ${WRKSRC}/AppHdr.h .endif +pre-install: + @${FIND} ${WRKSRC}/dat -type f -name '*.orig' | \ + ${XARGS} ${RM} + post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/README.FreeBSD ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${DATADIR}/settings/init.txt ${EXAMPLESDIR}/sample.crawlrc + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/settings/init.txt ${STAGEDIR}${EXAMPLESDIR}/sample.crawlrc .endif .include diff -urN games/stonesoup.orig/distinfo games/stonesoup/distinfo --- games/stonesoup.orig/distinfo 2013-10-11 19:59:13.058943413 +0200 +++ games/stonesoup/distinfo 2013-10-11 21:00:37.853887761 +0200 @@ -1,2 +1,2 @@ -SHA256 (stone_soup-0.11.1-nodeps.tar.xz) = 377d738cff21165763b252a57cd84049361d44db6d8d10f08f789cc9e7bb82b6 -SIZE (stone_soup-0.11.1-nodeps.tar.xz) = 7519768 +SHA256 (stone_soup-0.13.0-nodeps.tar.xz) = e2f0d9f1995b286faaa0794509398c793c2500b467f517158b1e7b0bf2e00ee7 +SIZE (stone_soup-0.13.0-nodeps.tar.xz) = 9456072 diff -urN games/stonesoup.orig/files/patch-AppHdr.h games/stonesoup/files/patch-AppHdr.h --- games/stonesoup.orig/files/patch-AppHdr.h 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/files/patch-AppHdr.h 2013-10-11 22:13:43.739888874 +0200 @@ -0,0 +1,11 @@ +--- ./AppHdr.h.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./AppHdr.h 2013-10-11 22:07:08.165888633 +0200 +@@ -146,7 +146,7 @@ + // + // WARNING: Filenames passed to this command *are not validated in any way*. + // +- // #define SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null &" ++ %%SOUND%%#define SOUND_PLAY_COMMAND "%%LOCALBASE%%/bin/play -v .5 \"%s\" 2>/dev/null &" + + #include "libunix.h" + diff -urN games/stonesoup.orig/files/patch-Makefile games/stonesoup/files/patch-Makefile --- games/stonesoup.orig/files/patch-Makefile 2013-10-11 19:59:13.052907366 +0200 +++ games/stonesoup/files/patch-Makefile 2013-10-11 22:13:43.725888677 +0200 @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./Makefile 2012-10-27 20:49:08.837330946 +0200 -@@ -66,7 +66,7 @@ +--- ./Makefile.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./Makefile 2013-10-11 22:07:08.167887693 +0200 +@@ -69,7 +69,7 @@ # ask for a package with convenience libraries instead -- we'll try to provide # them somewhere in the near future. @@ -9,25 +9,16 @@ # Disable GNU Make implicit rules and variables. Leaving them enabled will slow # down MinGW and Cygwin builds by a very VERY noticeable degree. Besides, we have -@@ -112,7 +112,7 @@ - - else - --CFOPTIMIZE := -O2 -+CFOPTIMIZE := - - endif # USE_ICC +@@ -101,7 +101,7 @@ + # -@@ -120,7 +120,7 @@ - CFOPTIMIZE += -flto=jobserver -fwhole-program - endif -CFOTHERS := -pipe $(EXTERNAL_FLAGS) +CFOTHERS := $(CFLAGS) CFWARN := -Wall -Wformat-security CFWARN_L := -Wundef -@@ -133,8 +133,6 @@ +@@ -118,8 +118,6 @@ # AR = ar RANLIB = ranlib @@ -36,47 +27,44 @@ RM = rm -f COPY = cp COPY_R = cp -r -@@ -530,30 +528,19 @@ - ifndef BUILD_LUA - ifdef NO_PKGCONFIG - BUILD_LUA = yes -- endif --endif --ifndef BUILD_LUA -- ifneq ($(shell $(PKGCONFIG) lua5.1 --exists || echo no),) -- ifneq ($(shell $(PKGCONFIG) lua --exists || echo no),) -+ else -+ LUA_PACKAGE := $(shell for lua in lua51 lua5.1 lua-5.1 lua; do \ -+ $(PKGCONFIG) $$lua --exists && test `$(PKGCONFIG) $$lua --modversion | head -c 3` = 5.1 && \ -+ echo $$lua && break;\ -+ done) -+ ifeq (,$(LUA_PACKAGE)) +@@ -529,9 +527,9 @@ + ifneq (,$(shell $(GXX) --version|grep 'g++.*4\.2\.')) + # OS X uses a buggy ancient version of gcc without fixes from even + # subsequent point releases of 4.2. +- CFOPTIMIZE := -O0 ++ CFOPTIMIZE := + else +- CFOPTIMIZE := -O2 ++ CFOPTIMIZE := + endif + endif + +@@ -585,7 +583,7 @@ BUILD_LUA = yes + endif + else +- ifneq ($(shell $(PKGCONFIG) lua5.1 --exists || echo no),) ++ ifneq ($(shell $(PKGCONFIG) lua-5.1 --exists || echo no),) + ifneq ($(shell $(PKGCONFIG) lua --exists || echo no),) + BUILD_LUA = yes + else +@@ -596,13 +594,13 @@ + endif + endif else -- ifeq ($(shell $(PKGCONFIG) lua --modversion | head -c 3),5.1) -- LUA_PACKAGE = lua -- else -- BUILD_LUA = yes -- endif -+ INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I) -+ CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) -+ LIBS += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --libs) +- LUA_PACKAGE = lua5.1 ++ LUA_PACKAGE = lua-5.1 endif -- else -- LUA_PACKAGE = lua5.1 -- endif --endif --ifndef BUILD_LUA -- ifndef LUA_PACKAGE -- LUA_PACKAGE = lua5.1 endif -- INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I) -- CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) -- LIBS += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --libs) endif - - ifndef BUILD_SQLITE -@@ -707,7 +694,7 @@ + ifndef BUILD_LUA + ifndef LUA_PACKAGE +- LUA_PACKAGE = lua5.1 ++ LUA_PACKAGE = lua-5.1 + endif + INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I) + CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) +@@ -754,7 +752,7 @@ DEFINES += -DWIZARD endif ifdef NO_OPTIMIZE @@ -85,42 +73,26 @@ endif ifdef PCH -@@ -831,10 +818,12 @@ +@@ -878,7 +876,7 @@ INSTALL_FONTS += $(PROPORTIONAL_FONT) endif else -- SYS_PROPORTIONAL_FONT = $(shell find /usr/share/fonts -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) -- ifeq (,$(SYS_PROPORTIONAL_FONT)) -- SYS_PROPORTIONAL_FONT = $(shell find /usr/local/share/fonts -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) -- endif -+ SYS_PROPORTIONAL_FONT = $(shell name=$(OUR_PROPORTIONAL_FONT);\ -+ {\ -+ fc-list | sed 's/: .*//' | grep -Fi "/$$name";\ -+ for dir in /usr/share/fonts /usr/local/share/fonts /usr/*/lib/X11/fonts;\ -+ do [ -d $$dir ] && echo $$dir; done;\ -+ } 2>/dev/null | xargs -I% find % -type f -iname $$name -print | head -n1) - ifneq (,$(SYS_PROPORTIONAL_FONT)) - ifeq (,$(COPY_FONTS)) - DEFINES += -DPROPORTIONAL_FONT=\"$(SYS_PROPORTIONAL_FONT)\" -@@ -854,10 +843,12 @@ +- SYS_PROPORTIONAL_FONT = $(shell dir=/usr/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) ++ SYS_PROPORTIONAL_FONT = $(shell dir=%%LOCALBASE%%/lib/X11/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) + ifeq (,$(SYS_PROPORTIONAL_FONT)) + SYS_PROPORTIONAL_FONT = $(shell dir=/usr/local/share/fonts ; [ -d $$dir ] && find $$dir -iname $(OUR_PROPORTIONAL_FONT)|head -n 1) + endif +@@ -901,7 +899,7 @@ INSTALL_FONTS += $(MONOSPACED_FONT) endif else -- SYS_MONOSPACED_FONT = $(shell find /usr/share/fonts -iname $(OUR_MONOSPACED_FONT)|head -n 1) -- ifeq (,$(SYS_MONOSPACED_FONT)) -- SYS_MONOSPACED_FONT = $(shell find /usr/local/share/fonts -iname $(OUR_MONOSPACED_FONT)|head -n 1) -- endif -+ SYS_MONOSPACED_FONT = $(shell name=$(OUR_MONOSPACED_FONT);\ -+ {\ -+ fc-list | sed 's/: .*//' | grep -Fi "/$$name";\ -+ for dir in /usr/share/fonts /usr/local/share/fonts /usr/*/lib/X11/fonts;\ -+ do [ -d $$dir ] && echo $$dir; done;\ -+ } 2>/dev/null | xargs -I% find % -type f -iname $$name -print | head -n1) - ifneq (,$(SYS_MONOSPACED_FONT)) - ifeq (,$(COPY_FONTS)) - DEFINES += -DMONOSPACED_FONT=\"$(SYS_MONOSPACED_FONT)\" -@@ -1036,7 +1027,7 @@ - cmd-name.h $(INI_OBJECTS) +- SYS_MONOSPACED_FONT = $(shell dir=/usr/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_MONOSPACED_FONT)|head -n 1) ++ SYS_MONOSPACED_FONT = $(shell dir=%%LOCALBASE%%/lib/X11/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_MONOSPACED_FONT)|head -n 1) + ifeq (,$(SYS_MONOSPACED_FONT)) + SYS_MONOSPACED_FONT = $(shell dir=/usr/local/share/fonts; [ -d $$dir ] && find $$dir -iname $(OUR_MONOSPACED_FONT)|head -n 1) + endif +@@ -1091,7 +1089,7 @@ + cmd-name.h SRC_PKG_BASE := stone_soup -SRC_VERSION := $(shell git describe --tags $(MERGE_BASE) 2>/dev/null || cat util/release_ver) @@ -128,11 +100,3 @@ MAJOR_VERSION = $(shell echo "$(SRC_VERSION)"|sed -r 's/-.*//;s/^([^.]+\.[^.]+).*/\1/') export SRC_VERSION -@@ -1049,6 +1040,7 @@ - greet: - @if [ ! -e $(GAME) ]; then\ - printf " * If you experience any problems building Crawl, please take a second look\\n"\ -+ ;printf\ - " * at INSTALL.txt: the solution to your problem just might be in there!\\n";\ - fi - diff -urN games/stonesoup.orig/files/patch-dat__des__branches__dis.des games/stonesoup/files/patch-dat__des__branches__dis.des --- games/stonesoup.orig/files/patch-dat__des__branches__dis.des 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/files/patch-dat__des__branches__dis.des 2013-10-11 22:13:43.730888360 +0200 @@ -0,0 +1,12 @@ +--- ./dat/des/branches/dis.des.orig 2013-10-11 22:08:34.949889217 +0200 ++++ ./dat/des/branches/dis.des 2013-10-11 22:13:33.637913849 +0200 +@@ -209,8 +209,7 @@ + KMONS: F = executioner + KMONS: ! = iron devil / skeletal warrior / hell knight / place:Zot:1 skeleton w:15 + KMONS: ? = patrolling iron imp +-: dgn.delayed_decay(_G, '%', 'human corpse / human skeleton, \ +-: human corpse / human skeleton') ++: dgn.delayed_decay(_G, '%', 'human corpse / human skeleton, human corpse / human skeleton') + : else + KMONS: 01 = ghost moth + KMONS: 23 = golden dragon diff -urN games/stonesoup.orig/files/patch-dat__des__builder__shops.des games/stonesoup/files/patch-dat__des__builder__shops.des --- games/stonesoup.orig/files/patch-dat__des__builder__shops.des 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/files/patch-dat__des__builder__shops.des 2013-10-11 22:13:43.733888986 +0200 @@ -0,0 +1,19 @@ +--- ./dat/des/builder/shops.des.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./dat/des/builder/shops.des 2013-10-11 22:07:08.169887952 +0200 +@@ -228,15 +228,7 @@ + : local shopname = util.random_from({"type:Blasphemy suffix:Boutique", + : "type:Evil suffix:Emporium", "type:Profane suffix:Products", + : "type:Sacrilege suffix:Store", "type:Wicked suffix:Wares"}) +-: kfeat("s = general shop " .. shopname .. " ; \ +-: potion of blood | any weapon ego:draining w:15 | any weapon ego:pain w:5 | \ +-: any weapon ego:vampiricism w:5 | demon blade w:5 | \ +-: demon whip w:5 | demon trident w:5 | wand of draining | scroll of torment | \ +-: staff of death | rod of demonology w:5 | \ +-: bottled efreet w:5 | lantern of shadows w:5 | book of necromancy | book of death | \ +-: book of unlife | randbook disc:necromancy w:5 | necronomicon w:1 | \ +-: grand grimoire w:1 | scythe unrand:scythe_of_curses w:1 | \ +-: long sword unrand:sword_of_zonguldrok w:1 | mace unrand:sceptre_of_torment w:1") ++: kfeat("s = general shop " .. shopname .. " ; potion of blood | any weapon ego:draining w:15 | any weapon ego:pain w:5 | any weapon ego:vampiricism w:5 | demon blade w:5 | demon whip w:5 | demon trident w:5 | wand of draining | scroll of torment | staff of death | rod of demonology w:5 | bottled efreet w:5 | lantern of shadows w:5 | book of necromancy | book of death | book of unlife | randbook disc:necromancy w:5 | necronomicon w:1 | grand grimoire w:1 | scythe unrand:scythe_of_curses w:1 | long sword unrand:sword_of_zonguldrok w:1 | mace unrand:sceptre_of_torment w:1") + KFEAT: a = altar_kikubaaqudgha / altar_yredelemnul / altar_makhleb / \ + altar_beogh w:1 / altar_lugonu w:1 + MAP diff -urN games/stonesoup.orig/files/patch-dat__des__variable__grated_community.des games/stonesoup/files/patch-dat__des__variable__grated_community.des --- games/stonesoup.orig/files/patch-dat__des__variable__grated_community.des 1970-01-01 01:00:00.000000000 +0100 +++ games/stonesoup/files/patch-dat__des__variable__grated_community.des 2013-10-11 22:13:43.727888250 +0200 @@ -0,0 +1,67 @@ +--- ./dat/des/variable/grated_community.des.orig 2013-10-11 22:08:21.868888937 +0200 ++++ ./dat/des/variable/grated_community.des 2013-10-11 22:12:02.503889567 +0200 +@@ -67,11 +67,7 @@ + q:5 sausage + KFEAT: C = distillery shop type:Miraculous suffix:Elixirs count:10 \ + greed:50 ; potion of confusion +-: kfeat("D = armour shop name:The_Legendary_" .. crawl.make_name() .. " \ +-: type:Legendary suffix:Smithy count:10 greed:40 ;\ +-: damaged plate armour ego:none | damaged chain mail ego:none |\ +-: damaged long sword ego:none | damaged shield ego:none |\ +-: damaged large shield ego:none | damaged battleaxe ego:none") ++: kfeat("D = armour shop name:The_Legendary_" .. crawl.make_name() .. " type:Legendary suffix:Smithy count:10 greed:40 ; damaged plate armour ego:none | damaged chain mail ego:none | damaged long sword ego:none | damaged shield ego:none | damaged large shield ego:none | damaged battleaxe ego:none") + SHUFFLE: QRSTUVX + SUBVAULT: Q : grated_community_mu_home1 + SUBVAULT: R : grated_community_mu_home2 +@@ -166,16 +162,11 @@ + KITEM: % = animal skin / nothing + MARKER: + = lua:restrict_door() + KFEAT: ~ = closed_door +-: dgn.delayed_decay(_G, '*', 'human skeleton / yak skeleton / elf skeleton /\ +-: gnome skeleton / elephant skeleton /\ +-: sheep skeleton / manticore skeleton /\ +-: w:2 nothing, animal skin') ++: dgn.delayed_decay(_G, '*', 'human skeleton / yak skeleton / elf skeleton / gnome skeleton / elephant skeleton / sheep skeleton / manticore skeleton / w:2 nothing, animal skin') + KFEAT: 8 = granite_statue / orcish_idol / w:5 altar_trog /\ + w:5 altar_beogh / w:1 altar_makhleb / w:4 floor + KITEM: $ = q:5 meat ration, giant spiked club, q:2 sausage +-: kitem("$ = q:" .. crawl.random_range(1, 5) .. " sausage / w:5 nothing, \ +-: q:" .. crawl.random_range(1, 3) .. " meat ration / w:5 nothing, \ +-: giant spiked club / giant club / nothing") ++: kitem("$ = q:" .. crawl.random_range(1, 5) .. " sausage / w:5 nothing, q:" .. crawl.random_range(1, 3) .. " meat ration / w:5 nothing, giant spiked club / giant club / nothing") + : local frosty = crawl.random2(6) + : if frosty == 5 then + SUBST: 1 = 2 +@@ -218,10 +209,8 @@ + KFEAT: * = altar_kikubaaqudgha / w:4 altar_sif_muna / w:1 altar_yredelemnul + KITEM: " = gold, any wand / w:15 nothing, any scroll / nothing + KFEAT: 8 = granite_statue / w:2 fountain_blood / w:1 floor +-: kitem("? = q:" .. crawl.random_range(1, 3) .. " scroll of torment /\ +-: nothing, any scroll / nothing") +-: kitem("! = q:" .. crawl.random_range(1, 3) .. " potion of magic /\ +-: nothing, any potion / nothing") ++: kitem("? = q:" .. crawl.random_range(1, 3) .. " scroll of torment / nothing, any scroll / nothing") ++: kitem("! = q:" .. crawl.random_range(1, 3) .. " potion of magic / nothing, any potion / nothing") + KITEM: & = book of necromancy / book of death / book of unlife / w:12 nothing + KMONS: P = col:darkgrey plant name:withered name_adjective \ + tile:mons_withered_plant / col:lightgrey plant name:withered \ +@@ -233,8 +222,7 @@ + nothing + KFEAT: 8 = granite_statue / fountain_sparkling / fountain_blue / w:1 floor + KITEM: ? = scroll of recharging / nothing, any scroll / nothing +-: kitem("! = q:" .. crawl.random_range(1, 3) .. " potion of magic /\ +-: nothing, any potion / nothing") ++: kitem("! = q:" .. crawl.random_range(1, 3) .. " potion of magic / nothing, any potion / nothing") + KITEM: & = book of wizardry / book of power / book of party tricks /\ + book of alchemy / w:12 nothing + KMONS: P = plant +@@ -246,8 +234,7 @@ + potion of brilliance / nothing + KFEAT: 8 = granite_statue / w:1 floor + KITEM: ? = scroll of immolation / nothing, any scroll / nothing +-: kitem("! = q:" .. crawl.random_range(1, 3) .. " scroll of immolation /\ +-: nothing, any potion / nothing") ++: kitem("! = q:" .. crawl.random_range(1, 3) .. " scroll of immolation / nothing, any potion / nothing") + KITEM: & = book of fire / book of power / book of ice /\ + book of the tempests / w:12 nothing + KFEAT: P = granite_statue diff -urN games/stonesoup.orig/files/patch-files.cc games/stonesoup/files/patch-files.cc --- games/stonesoup.orig/files/patch-files.cc 2013-10-11 19:59:13.058209331 +0200 +++ games/stonesoup/files/patch-files.cc 2013-10-11 22:13:43.736888117 +0200 @@ -1,8 +1,8 @@ ---- ./files.cc.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./files.cc 2012-10-27 20:49:08.839666272 +0200 -@@ -618,8 +618,10 @@ +--- ./files.cc.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./files.cc 2013-10-11 22:07:08.172887580 +0200 +@@ -626,8 +626,10 @@ { - std::vector chars; + vector chars; +#ifdef WIZARD if (Options.no_save) @@ -10,10 +10,10 @@ +#endif #ifndef DISABLE_SAVEGAME_LISTS - std::string searchpath = _get_savefile_directory(); -@@ -1741,8 +1743,10 @@ + string searchpath = _get_savefile_directory(); +@@ -1792,8 +1794,10 @@ // returns false if a new game should start instead - static bool _restore_game(const std::string& filename) + static bool _restore_game(const string& filename) { +#ifdef WIZARD if (Options.no_save) diff -urN games/stonesoup.orig/files/patch-ng-setup.cc games/stonesoup/files/patch-ng-setup.cc --- games/stonesoup.orig/files/patch-ng-setup.cc 2013-10-11 19:59:13.051931993 +0200 +++ games/stonesoup/files/patch-ng-setup.cc 2013-10-11 22:13:43.744888330 +0200 @@ -1,7 +1,7 @@ ---- ./ng-setup.cc.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./ng-setup.cc 2012-10-27 20:49:08.841950945 +0200 -@@ -1427,9 +1427,11 @@ - you.nemelex_sacrificing = true; +--- ./ng-setup.cc.orig 2013-09-30 20:32:18.000000000 +0200 ++++ ./ng-setup.cc 2013-10-11 22:07:08.174888114 +0200 +@@ -1430,9 +1430,11 @@ + init_companions(); // Create the save file. +#ifdef WIZARD diff -urN games/stonesoup.orig/files/patch-rltiles__Makefile games/stonesoup/files/patch-rltiles__Makefile --- games/stonesoup.orig/files/patch-rltiles__Makefile 2013-10-11 19:59:13.058943413 +0200 +++ games/stonesoup/files/patch-rltiles__Makefile 2013-10-11 22:13:43.715888402 +0200 @@ -1,5 +1,5 @@ ---- ./rltiles/Makefile.orig 2012-09-30 23:25:31.000000000 +0200 -+++ ./rltiles/Makefile 2012-10-27 20:49:55.957667879 +0200 +--- ./rltiles/Makefile.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./rltiles/Makefile 2013-10-11 22:07:08.176890218 +0200 @@ -1,7 +1,7 @@ uname_S := $(shell uname -s) @@ -16,9 +16,9 @@ -CFLAGS := -O2 -g -Wall -Wextra -Wno-parentheses -Wno-unused-parameter +L_CFLAGS := $(CFLAGS) - ifdef TILES - ifndef CONTRIB_SDL -@@ -29,24 +29,24 @@ + ifdef ANDROID + CXXFLAGS := +@@ -35,24 +35,24 @@ PNG_LIB := ../contrib/install/$(ARCH)/lib/libpng.a ../contrib/install/$(ARCH)/lib/libz.a endif @@ -50,7 +50,7 @@ endif # Attempt to use a full compiler name, to make -@@ -58,7 +58,7 @@ +@@ -64,7 +64,7 @@ ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),) LMACH := endif @@ -59,7 +59,7 @@ DELETE = rm -f -@@ -98,7 +98,7 @@ +@@ -109,7 +109,7 @@ $(QUIET_GEN)$(TILEGEN) -c $< # CFLAGS difference check @@ -68,16 +68,12 @@ .cflags: .force-cflags @FLAGS='$(TRACK_CFLAGS)'; \ -@@ -127,9 +127,13 @@ +@@ -138,9 +138,9 @@ distclean: clean %.o: %.cc .cflags -- $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -Wp,-MMD,$*.d,-MT,$@ -c $< -o $@ -+ifdef NO_INLINE_DEPGEN -+ $(QUIET_HOSTCXX)$(HOSTCXX) $(L_CFLAGS) -Wp,-MT,$@ -c $< -o $@ -+else -+ $(QUIET_HOSTCXX)$(HOSTCXX) $(L_CFLAGS) -Wp,-MMD,$*.d,-MT,$@ -c $< -o $@ -+endif +- $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -MMD -c $< -o $@ ++ $(QUIET_HOSTCXX)$(HOSTCXX) $(L_CFLAGS) -MMD -c $< -o $@ $(TILEGEN): $(OBJECTS) - $(QUIET_HOSTLINK)$(HOSTCXX) $(OBJECTS) -o $@ $(LDFLAGS) diff -urN games/stonesoup.orig/files/patch-rltiles__tool__tile.cc games/stonesoup/files/patch-rltiles__tool__tile.cc --- games/stonesoup.orig/files/patch-rltiles__tool__tile.cc 2013-10-11 19:59:13.058209331 +0200 +++ games/stonesoup/files/patch-rltiles__tool__tile.cc 2013-10-11 22:13:43.721890569 +0200 @@ -1,5 +1,5 @@ ---- ./rltiles/tool/tile.cc.orig 2012-09-30 23:25:33.000000000 +0200 -+++ ./rltiles/tool/tile.cc 2012-10-27 20:49:08.845367925 +0200 +--- ./rltiles/tool/tile.cc.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./rltiles/tool/tile.cc 2013-10-11 22:07:08.178890955 +0200 @@ -125,10 +125,10 @@ if (flags[x + y * m_width]) continue; diff -urN games/stonesoup.orig/files/patch-rltiles__tool__tile_list_processor.cc games/stonesoup/files/patch-rltiles__tool__tile_list_processor.cc --- games/stonesoup.orig/files/patch-rltiles__tool__tile_list_processor.cc 2013-10-11 19:59:13.058943413 +0200 +++ games/stonesoup/files/patch-rltiles__tool__tile_list_processor.cc 2013-10-11 22:13:43.719888576 +0200 @@ -1,11 +1,11 @@ ---- ./rltiles/tool/tile_list_processor.cc.orig 2012-09-30 23:25:33.000000000 +0200 -+++ ./rltiles/tool/tile_list_processor.cc 2012-10-27 20:49:08.847233795 +0200 -@@ -51,7 +51,7 @@ +--- ./rltiles/tool/tile_list_processor.cc.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./rltiles/tool/tile_list_processor.cc 2013-10-11 22:07:08.181888672 +0200 +@@ -52,7 +52,7 @@ "" }; - if (m_sdir != "" || background && m_back_sdir != "") + if (m_sdir != "" || (background && m_back_sdir != "")) { - std::vector dirs; + vector dirs; if (m_sdir != "") diff -urN games/stonesoup.orig/files/patch-startup.cc games/stonesoup/files/patch-startup.cc --- games/stonesoup.orig/files/patch-startup.cc 2013-10-11 19:59:13.052907366 +0200 +++ games/stonesoup/files/patch-startup.cc 2013-10-11 22:13:43.741888314 +0200 @@ -1,6 +1,6 @@ ---- ./startup.cc.orig 2012-09-30 23:25:33.000000000 +0200 -+++ ./startup.cc 2012-10-27 20:49:08.848667287 +0200 -@@ -234,8 +234,10 @@ +--- ./startup.cc.orig 2013-09-30 20:32:00.000000000 +0200 ++++ ./startup.cc 2013-10-11 22:07:08.183889437 +0200 +@@ -240,8 +240,10 @@ you.wizard = true; #endif // Save-less games are pointless except for tests. diff -urN games/stonesoup.orig/pkg-descr games/stonesoup/pkg-descr --- games/stonesoup.orig/pkg-descr 2013-10-11 19:59:13.059889713 +0200 +++ games/stonesoup/pkg-descr 2013-10-11 20:01:41.071888102 +0200 @@ -10,4 +10,4 @@ games/stonesoup - the traditional tty interfaced games/stonesoup-sdl - the fancy SDL interface -WWW: http://crawl.develz.org/ +WWW: http://crawl.develz.org/ diff -urN games/stonesoup.orig/pkg-plist games/stonesoup/pkg-plist --- games/stonesoup.orig/pkg-plist 2013-10-11 19:59:13.062887036 +0200 +++ games/stonesoup/pkg-plist 2013-10-11 22:33:01.549306350 +0200 @@ -1,4 +1,6 @@ bin/stonesoup +%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc %%DATADIR%%/dat/clua/autofight.lua %%DATADIR%%/dat/clua/gearset.lua %%DATADIR%%/dat/clua/kills.lua @@ -35,11 +37,11 @@ %%DATADIR%%/dat/defaults/runrest_messages.txt %%DATADIR%%/dat/defaults/standard_colours.txt %%DATADIR%%/dat/des/altar/altar.des -%%DATADIR%%/dat/des/altar/fedhas_garden.des -%%DATADIR%%/dat/des/altar/grunt_ashenzari_visionary.des -%%DATADIR%%/dat/des/altar/grunt_nemelex_the_gamble.des +%%DATADIR%%/dat/des/altar/ashenzari_visionary.des %%DATADIR%%/dat/des/altar/kiku_cage.des %%DATADIR%%/dat/des/altar/lugonu_bribe.des +%%DATADIR%%/dat/des/altar/nemelex_the_gamble.des +%%DATADIR%%/dat/des/altar/okawaru_arena.des %%DATADIR%%/dat/des/altar/overflow.des %%DATADIR%%/dat/des/altar/trog_burn_book.des %%DATADIR%%/dat/des/altar/trog_wizard.des @@ -48,10 +50,13 @@ %%DATADIR%%/dat/des/altar/yredelemnul_ordeal.des %%DATADIR%%/dat/des/branches/abyss.des %%DATADIR%%/dat/des/branches/blade.des +%%DATADIR%%/dat/des/branches/coc.des %%DATADIR%%/dat/des/branches/crypt.des -%%DATADIR%%/dat/des/branches/dwarf.des +%%DATADIR%%/dat/des/branches/dis.des %%DATADIR%%/dat/des/branches/elf.des -%%DATADIR%%/dat/des/branches/hells.des +%%DATADIR%%/dat/des/branches/forest.des +%%DATADIR%%/dat/des/branches/geh.des +%%DATADIR%%/dat/des/branches/hell.des %%DATADIR%%/dat/des/branches/lair.des %%DATADIR%%/dat/des/branches/orc.des %%DATADIR%%/dat/des/branches/pan.des @@ -60,15 +65,28 @@ %%DATADIR%%/dat/des/branches/snake.des %%DATADIR%%/dat/des/branches/spider.des %%DATADIR%%/dat/des/branches/swamp.des +%%DATADIR%%/dat/des/branches/tar.des %%DATADIR%%/dat/des/branches/temple.des %%DATADIR%%/dat/des/branches/tomb.des %%DATADIR%%/dat/des/branches/vaults.des +%%DATADIR%%/dat/des/branches/vaults_rooms_empty.des +%%DATADIR%%/dat/des/branches/vaults_rooms_hard.des +%%DATADIR%%/dat/des/branches/vaults_rooms_standard.des %%DATADIR%%/dat/des/branches/zot.des %%DATADIR%%/dat/des/builder/arena.des +%%DATADIR%%/dat/des/builder/decor.des %%DATADIR%%/dat/des/builder/dummy.des %%DATADIR%%/dat/des/builder/food.des %%DATADIR%%/dat/des/builder/layout.des +%%DATADIR%%/dat/des/builder/layout_caves.des +%%DATADIR%%/dat/des/builder/layout_cellular.des +%%DATADIR%%/dat/des/builder/layout_city.des +%%DATADIR%%/dat/des/builder/layout_forest.des +%%DATADIR%%/dat/des/builder/layout_grids.des +%%DATADIR%%/dat/des/builder/layout_halls.des %%DATADIR%%/dat/des/builder/layout_loops.des +%%DATADIR%%/dat/des/builder/layout_pools.des +%%DATADIR%%/dat/des/builder/layout_vaults.des %%DATADIR%%/dat/des/builder/rooms.des %%DATADIR%%/dat/des/builder/shops.des %%DATADIR%%/dat/des/builder/uniques.des @@ -100,35 +118,40 @@ %%DATADIR%%/dat/des/serial/magic_research.des %%DATADIR%%/dat/des/serial/ponds.des %%DATADIR%%/dat/des/serial/serial_guide.txt +%%DATADIR%%/dat/des/serial/sigils.des +%%DATADIR%%/dat/des/serial/teleporters.des %%DATADIR%%/dat/des/serial/undead.des %%DATADIR%%/dat/des/serial/window.des +%%DATADIR%%/dat/des/sprint/arena_sprint.des +%%DATADIR%%/dat/des/sprint/fedhas.des +%%DATADIR%%/dat/des/sprint/linesprint.des +%%DATADIR%%/dat/des/sprint/meat.des %%DATADIR%%/dat/des/sprint/menkaure.des +%%DATADIR%%/dat/des/sprint/pitsprint.des %%DATADIR%%/dat/des/sprint/red_sonja.des -%%DATADIR%%/dat/des/sprint/sprint_fedhas.des %%DATADIR%%/dat/des/sprint/sprint_mu.des %%DATADIR%%/dat/des/sprint/zigsprint.des %%DATADIR%%/dat/des/test.des %%DATADIR%%/dat/des/traps/beogh_trap.des %%DATADIR%%/dat/des/traps/boulders.des -%%DATADIR%%/dat/des/traps/cloud_traps.des -%%DATADIR%%/dat/des/traps/collapsing_statue.des %%DATADIR%%/dat/des/traps/grate.des -%%DATADIR%%/dat/des/traps/monster_doors.des %%DATADIR%%/dat/des/traps/rats_trap.des %%DATADIR%%/dat/des/traps/spider_basket.des %%DATADIR%%/dat/des/traps/xom_trap.des -%%DATADIR%%/dat/des/tutorial/tutorial_lesson1.des -%%DATADIR%%/dat/des/tutorial/tutorial_lesson2.des -%%DATADIR%%/dat/des/tutorial/tutorial_lesson3.des -%%DATADIR%%/dat/des/tutorial/tutorial_lesson4.des -%%DATADIR%%/dat/des/tutorial/tutorial_lesson5.des +%%DATADIR%%/dat/des/tutorial/lesson1.des +%%DATADIR%%/dat/des/tutorial/lesson2.des +%%DATADIR%%/dat/des/tutorial/lesson3.des +%%DATADIR%%/dat/des/tutorial/lesson4.des +%%DATADIR%%/dat/des/tutorial/lesson5.des +%%DATADIR%%/dat/des/variable/ambush.des %%DATADIR%%/dat/des/variable/ancient_champions.des %%DATADIR%%/dat/des/variable/cathedral_bats.des +%%DATADIR%%/dat/des/variable/compat.des %%DATADIR%%/dat/des/variable/dk_crumbling.des %%DATADIR%%/dat/des/variable/encompass.des -%%DATADIR%%/dat/des/variable/evilmike_ambush.des %%DATADIR%%/dat/des/variable/float.des -%%DATADIR%%/dat/des/variable/grunt_fire_pits.des +%%DATADIR%%/dat/des/variable/geyser.des +%%DATADIR%%/dat/des/variable/grated_community.des %%DATADIR%%/dat/des/variable/large_abstract.des %%DATADIR%%/dat/des/variable/large_themed.des %%DATADIR%%/dat/des/variable/lemuel_castle.des @@ -147,29 +170,55 @@ %%DATADIR%%/dat/descript/cs/commands.txt %%DATADIR%%/dat/descript/cs/features.txt %%DATADIR%%/dat/descript/cs/gods.txt +%%DATADIR%%/dat/descript/cs/hints.txt %%DATADIR%%/dat/descript/cs/items.txt +%%DATADIR%%/dat/descript/cs/monsters.txt +%%DATADIR%%/dat/descript/cs/quotes.txt %%DATADIR%%/dat/descript/cs/species.txt %%DATADIR%%/dat/descript/cs/spells.txt +%%DATADIR%%/dat/descript/cs/tutorial.txt %%DATADIR%%/dat/descript/cs/unident.txt +%%DATADIR%%/dat/descript/cs/unrand.txt +%%DATADIR%%/dat/descript/da/ability.txt +%%DATADIR%%/dat/descript/da/backgrounds.txt +%%DATADIR%%/dat/descript/da/branches.txt +%%DATADIR%%/dat/descript/da/cards.txt +%%DATADIR%%/dat/descript/da/commands.txt +%%DATADIR%%/dat/descript/da/hints.txt %%DATADIR%%/dat/descript/da/items.txt %%DATADIR%%/dat/descript/da/monsters.txt +%%DATADIR%%/dat/descript/da/quotes.txt +%%DATADIR%%/dat/descript/da/skills.txt %%DATADIR%%/dat/descript/da/species.txt %%DATADIR%%/dat/descript/da/unident.txt +%%DATADIR%%/dat/descript/da/unrand.txt +%%DATADIR%%/dat/descript/de/ability.txt %%DATADIR%%/dat/descript/de/backgrounds.txt +%%DATADIR%%/dat/descript/de/branches.txt +%%DATADIR%%/dat/descript/de/cards.txt %%DATADIR%%/dat/descript/de/commands.txt %%DATADIR%%/dat/descript/de/features.txt %%DATADIR%%/dat/descript/de/gods.txt +%%DATADIR%%/dat/descript/de/hints.txt %%DATADIR%%/dat/descript/de/items.txt %%DATADIR%%/dat/descript/de/monsters.txt +%%DATADIR%%/dat/descript/de/quotes.txt +%%DATADIR%%/dat/descript/de/skills.txt %%DATADIR%%/dat/descript/de/species.txt +%%DATADIR%%/dat/descript/de/spells.txt +%%DATADIR%%/dat/descript/de/tutorial.txt %%DATADIR%%/dat/descript/de/unident.txt %%DATADIR%%/dat/descript/de/unrand.txt %%DATADIR%%/dat/descript/el/ability.txt %%DATADIR%%/dat/descript/el/backgrounds.txt +%%DATADIR%%/dat/descript/el/branches.txt %%DATADIR%%/dat/descript/el/gods.txt %%DATADIR%%/dat/descript/el/items.txt +%%DATADIR%%/dat/descript/el/monsters.txt %%DATADIR%%/dat/descript/el/species.txt +%%DATADIR%%/dat/descript/el/tutorial.txt %%DATADIR%%/dat/descript/el/unident.txt +%%DATADIR%%/dat/descript/el/unrand.txt %%DATADIR%%/dat/descript/es/ability.txt %%DATADIR%%/dat/descript/es/backgrounds.txt %%DATADIR%%/dat/descript/es/branches.txt @@ -182,6 +231,7 @@ %%DATADIR%%/dat/descript/es/quotes.txt %%DATADIR%%/dat/descript/es/skills.txt %%DATADIR%%/dat/descript/es/species.txt +%%DATADIR%%/dat/descript/es/tutorial.txt %%DATADIR%%/dat/descript/es/unident.txt %%DATADIR%%/dat/descript/es/unrand.txt %%DATADIR%%/dat/descript/features.txt @@ -192,7 +242,6 @@ %%DATADIR%%/dat/descript/fi/features.txt %%DATADIR%%/dat/descript/fi/items.txt %%DATADIR%%/dat/descript/fi/monsters.txt -%%DATADIR%%/dat/descript/fi/quotes.txt %%DATADIR%%/dat/descript/fi/species.txt %%DATADIR%%/dat/descript/fi/spells.txt %%DATADIR%%/dat/descript/fi/unident.txt @@ -204,22 +253,51 @@ %%DATADIR%%/dat/descript/fr/commands.txt %%DATADIR%%/dat/descript/fr/features.txt %%DATADIR%%/dat/descript/fr/gods.txt +%%DATADIR%%/dat/descript/fr/hints.txt %%DATADIR%%/dat/descript/fr/items.txt %%DATADIR%%/dat/descript/fr/monsters.txt %%DATADIR%%/dat/descript/fr/quotes.txt %%DATADIR%%/dat/descript/fr/skills.txt %%DATADIR%%/dat/descript/fr/species.txt %%DATADIR%%/dat/descript/fr/spells.txt +%%DATADIR%%/dat/descript/fr/tutorial.txt %%DATADIR%%/dat/descript/fr/unident.txt %%DATADIR%%/dat/descript/fr/unrand.txt %%DATADIR%%/dat/descript/gods.txt %%DATADIR%%/dat/descript/hints.txt +%%DATADIR%%/dat/descript/hu/backgrounds.txt %%DATADIR%%/dat/descript/hu/species.txt +%%DATADIR%%/dat/descript/it/ability.txt %%DATADIR%%/dat/descript/it/backgrounds.txt +%%DATADIR%%/dat/descript/it/branches.txt +%%DATADIR%%/dat/descript/it/cards.txt +%%DATADIR%%/dat/descript/it/commands.txt +%%DATADIR%%/dat/descript/it/features.txt %%DATADIR%%/dat/descript/it/gods.txt +%%DATADIR%%/dat/descript/it/hints.txt +%%DATADIR%%/dat/descript/it/items.txt +%%DATADIR%%/dat/descript/it/monsters.txt +%%DATADIR%%/dat/descript/it/quotes.txt %%DATADIR%%/dat/descript/it/skills.txt %%DATADIR%%/dat/descript/it/species.txt +%%DATADIR%%/dat/descript/it/spells.txt +%%DATADIR%%/dat/descript/it/tutorial.txt +%%DATADIR%%/dat/descript/it/unident.txt +%%DATADIR%%/dat/descript/it/unrand.txt %%DATADIR%%/dat/descript/items.txt +%%DATADIR%%/dat/descript/ja/ability.txt +%%DATADIR%%/dat/descript/ja/backgrounds.txt +%%DATADIR%%/dat/descript/ja/branches.txt +%%DATADIR%%/dat/descript/ja/commands.txt +%%DATADIR%%/dat/descript/ja/gods.txt +%%DATADIR%%/dat/descript/ja/items.txt +%%DATADIR%%/dat/descript/ja/monsters.txt +%%DATADIR%%/dat/descript/ja/skills.txt +%%DATADIR%%/dat/descript/ja/species.txt +%%DATADIR%%/dat/descript/ja/spells.txt +%%DATADIR%%/dat/descript/ja/tutorial.txt +%%DATADIR%%/dat/descript/ja/unident.txt +%%DATADIR%%/dat/descript/ja/unrand.txt %%DATADIR%%/dat/descript/ko/ability.txt %%DATADIR%%/dat/descript/ko/backgrounds.txt %%DATADIR%%/dat/descript/ko/branches.txt @@ -227,12 +305,14 @@ %%DATADIR%%/dat/descript/ko/commands.txt %%DATADIR%%/dat/descript/ko/features.txt %%DATADIR%%/dat/descript/ko/gods.txt +%%DATADIR%%/dat/descript/ko/hints.txt %%DATADIR%%/dat/descript/ko/items.txt %%DATADIR%%/dat/descript/ko/monsters.txt %%DATADIR%%/dat/descript/ko/quotes.txt %%DATADIR%%/dat/descript/ko/skills.txt %%DATADIR%%/dat/descript/ko/species.txt %%DATADIR%%/dat/descript/ko/spells.txt +%%DATADIR%%/dat/descript/ko/tutorial.txt %%DATADIR%%/dat/descript/ko/unident.txt %%DATADIR%%/dat/descript/ko/unrand.txt %%DATADIR%%/dat/descript/lt/backgrounds.txt @@ -242,24 +322,36 @@ %%DATADIR%%/dat/descript/lt/skills.txt %%DATADIR%%/dat/descript/lt/species.txt %%DATADIR%%/dat/descript/lt/unident.txt +%%DATADIR%%/dat/descript/lv/ability.txt %%DATADIR%%/dat/descript/lv/backgrounds.txt %%DATADIR%%/dat/descript/lv/cards.txt %%DATADIR%%/dat/descript/lv/commands.txt +%%DATADIR%%/dat/descript/lv/features.txt %%DATADIR%%/dat/descript/lv/gods.txt +%%DATADIR%%/dat/descript/lv/hints.txt %%DATADIR%%/dat/descript/lv/items.txt %%DATADIR%%/dat/descript/lv/monsters.txt %%DATADIR%%/dat/descript/lv/skills.txt %%DATADIR%%/dat/descript/lv/spells.txt +%%DATADIR%%/dat/descript/lv/tutorial.txt %%DATADIR%%/dat/descript/lv/unrand.txt %%DATADIR%%/dat/descript/monsters.txt +%%DATADIR%%/dat/descript/nl/ability.txt +%%DATADIR%%/dat/descript/nl/tutorial.txt +%%DATADIR%%/dat/descript/nl/unident.txt +%%DATADIR%%/dat/descript/pl/ability.txt %%DATADIR%%/dat/descript/pl/backgrounds.txt +%%DATADIR%%/dat/descript/pl/cards.txt +%%DATADIR%%/dat/descript/pl/gods.txt %%DATADIR%%/dat/descript/pl/items.txt %%DATADIR%%/dat/descript/pl/quotes.txt +%%DATADIR%%/dat/descript/pl/skills.txt %%DATADIR%%/dat/descript/pl/species.txt %%DATADIR%%/dat/descript/pl/spells.txt %%DATADIR%%/dat/descript/pl/tutorial.txt %%DATADIR%%/dat/descript/pl/unident.txt %%DATADIR%%/dat/descript/pl/unrand.txt +%%DATADIR%%/dat/descript/pt/ability.txt %%DATADIR%%/dat/descript/pt/commands.txt %%DATADIR%%/dat/descript/pt/gods.txt %%DATADIR%%/dat/descript/pt/items.txt @@ -272,16 +364,27 @@ %%DATADIR%%/dat/descript/ru/commands.txt %%DATADIR%%/dat/descript/ru/features.txt %%DATADIR%%/dat/descript/ru/gods.txt +%%DATADIR%%/dat/descript/ru/hints.txt %%DATADIR%%/dat/descript/ru/items.txt %%DATADIR%%/dat/descript/ru/monsters.txt %%DATADIR%%/dat/descript/ru/quotes.txt %%DATADIR%%/dat/descript/ru/skills.txt %%DATADIR%%/dat/descript/ru/species.txt +%%DATADIR%%/dat/descript/ru/spells.txt +%%DATADIR%%/dat/descript/ru/tutorial.txt %%DATADIR%%/dat/descript/ru/unident.txt %%DATADIR%%/dat/descript/ru/unrand.txt %%DATADIR%%/dat/descript/skills.txt %%DATADIR%%/dat/descript/species.txt %%DATADIR%%/dat/descript/spells.txt +%%DATADIR%%/dat/descript/tr/ability.txt +%%DATADIR%%/dat/descript/tr/cards.txt +%%DATADIR%%/dat/descript/tr/commands.txt +%%DATADIR%%/dat/descript/tr/gods.txt +%%DATADIR%%/dat/descript/tr/items.txt +%%DATADIR%%/dat/descript/tr/tutorial.txt +%%DATADIR%%/dat/descript/tr/unident.txt +%%DATADIR%%/dat/descript/tr/unrand.txt %%DATADIR%%/dat/descript/tutorial.txt %%DATADIR%%/dat/descript/unident.txt %%DATADIR%%/dat/descript/unrand.txt @@ -292,19 +395,44 @@ %%DATADIR%%/dat/descript/zh/commands.txt %%DATADIR%%/dat/descript/zh/features.txt %%DATADIR%%/dat/descript/zh/gods.txt +%%DATADIR%%/dat/descript/zh/hints.txt %%DATADIR%%/dat/descript/zh/items.txt %%DATADIR%%/dat/descript/zh/monsters.txt %%DATADIR%%/dat/descript/zh/skills.txt %%DATADIR%%/dat/descript/zh/species.txt +%%DATADIR%%/dat/descript/zh/spells.txt +%%DATADIR%%/dat/descript/zh/tutorial.txt %%DATADIR%%/dat/descript/zh/unident.txt +%%DATADIR%%/dat/descript/zh/unrand.txt %%DATADIR%%/dat/dlua/debug.lua %%DATADIR%%/dat/dlua/dungeon.lua %%DATADIR%%/dat/dlua/fnwrap.lua %%DATADIR%%/dat/dlua/init.lua %%DATADIR%%/dat/dlua/iter.lua +%%DATADIR%%/dat/dlua/layout/hyper.lua +%%DATADIR%%/dat/dlua/layout/hyper_caves.lua +%%DATADIR%%/dat/dlua/layout/hyper_city.lua +%%DATADIR%%/dat/dlua/layout/hyper_debug.lua +%%DATADIR%%/dat/dlua/layout/hyper_decor.lua +%%DATADIR%%/dat/dlua/layout/hyper_fort.lua +%%DATADIR%%/dat/dlua/layout/hyper_paint.lua +%%DATADIR%%/dat/dlua/layout/hyper_place.lua +%%DATADIR%%/dat/dlua/layout/hyper_rooms.lua +%%DATADIR%%/dat/dlua/layout/hyper_shapes.lua +%%DATADIR%%/dat/dlua/layout/hyper_strategy.lua +%%DATADIR%%/dat/dlua/layout/hyper_usage.lua +%%DATADIR%%/dat/dlua/layout/layout.lua +%%DATADIR%%/dat/dlua/layout/omnigrid.lua +%%DATADIR%%/dat/dlua/layout/procedural.lua +%%DATADIR%%/dat/dlua/layout/procedural_complex.lua +%%DATADIR%%/dat/dlua/layout/procedural_primitives.lua +%%DATADIR%%/dat/dlua/layout/procedural_transform.lua +%%DATADIR%%/dat/dlua/layout/rooms_primitive.lua +%%DATADIR%%/dat/dlua/layout/theme.lua +%%DATADIR%%/dat/dlua/layout/vector.lua +%%DATADIR%%/dat/dlua/layout/zonify.lua %%DATADIR%%/dat/dlua/lm_1way.lua %%DATADIR%%/dat/dlua/lm_door.lua -%%DATADIR%%/dat/dlua/lm_flags.lua %%DATADIR%%/dat/dlua/lm_fog.lua %%DATADIR%%/dat/dlua/lm_items.lua %%DATADIR%%/dat/dlua/lm_mon_prop.lua @@ -322,6 +450,7 @@ %%DATADIR%%/dat/dlua/macro.lua %%DATADIR%%/dat/dlua/mapinit.lua %%DATADIR%%/dat/dlua/point.lua +%%DATADIR%%/dat/dlua/profiler.lua %%DATADIR%%/dat/dlua/sanity.lua %%DATADIR%%/dat/dlua/sprint.lua %%DATADIR%%/dat/dlua/stress.lua @@ -330,20 +459,43 @@ %%DATADIR%%/dat/dlua/tutorial.lua %%DATADIR%%/dat/dlua/userbase.lua %%DATADIR%%/dat/dlua/util.lua +%%DATADIR%%/dat/dlua/v_debug.lua +%%DATADIR%%/dat/dlua/v_layouts.lua +%%DATADIR%%/dat/dlua/v_paint.lua +%%DATADIR%%/dat/dlua/v_rooms.lua +%%DATADIR%%/dat/dlua/v_shapes.lua %%DATADIR%%/dat/dlua/ziggurat.lua -%%DATADIR%%/dat/lua/autofight.lua -%%DATADIR%%/dat/lua/gearset.lua -%%DATADIR%%/dat/lua/kills.lua -%%DATADIR%%/dat/lua/runrest.lua -%%DATADIR%%/dat/lua/stash.lua -%%DATADIR%%/dat/lua/trapwalk.lua -%%DATADIR%%/dat/lua/wield.lua +%%SDL%%%%DATADIR%%/dat/tiles/feat.png +%%SDL%%%%DATADIR%%/dat/tiles/floor.png +%%SDL%%%%DATADIR%%/dat/tiles/gui.png +%%SDL%%%%DATADIR%%/dat/tiles/icons.png +%%SDL%%%%DATADIR%%/dat/tiles/logo.png +%%SDL%%%%DATADIR%%/dat/tiles/main.png +%%SDL%%%%DATADIR%%/dat/tiles/player.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-32x32.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-512x512.png +%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-win32.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_dragon.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_evil_mage.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_invasion.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_kitchen_duty.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_summoner.png +%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_undead_warrior.png +%%SDL%%%%DATADIR%%/dat/tiles/title_firemage.png +%%SDL%%%%DATADIR%%/dat/tiles/title_omndra_zot_demon.png +%%SDL%%%%DATADIR%%/dat/tiles/title_pooryurik_knight.png +%%SDL%%%%DATADIR%%/dat/tiles/title_psiweapon_kiku.png +%%SDL%%%%DATADIR%%/dat/tiles/title_shadyamish_octm.png +%%SDL%%%%DATADIR%%/dat/tiles/title_white_noise_entering_the_dungeon.png +%%SDL%%%%DATADIR%%/dat/tiles/title_white_noise_grabbing_the_orb.png +%%SDL%%%%DATADIR%%/dat/tiles/wall.png %%DATADIR%%/docs/CREDITS.txt %%DATADIR%%/docs/aptitudes.txt %%DATADIR%%/docs/arena.txt %%DATADIR%%/docs/changelog.txt %%DATADIR%%/docs/crawl_manual.txt %%DATADIR%%/docs/develop/IRC.txt +%%DATADIR%%/docs/develop/android.txt %%DATADIR%%/docs/develop/coding_conventions.txt %%DATADIR%%/docs/develop/gdb_tips.txt %%DATADIR%%/docs/develop/levels/advanced.txt @@ -359,19 +511,22 @@ %%DATADIR%%/docs/develop/spells.txt %%DATADIR%%/docs/develop/testing.txt %%DATADIR%%/docs/develop/tiles_creation.txt +%%DATADIR%%/docs/develop/translation.txt %%DATADIR%%/docs/fight_simulator.txt %%DATADIR%%/docs/key_changes.txt %%DATADIR%%/docs/keybind.txt +%%DATADIR%%/docs/license/cc0.txt %%DATADIR%%/docs/license/lgpl.txt %%DATADIR%%/docs/license/libpng-LICENSE.txt %%DATADIR%%/docs/license/lualicense.txt %%DATADIR%%/docs/license/pcre_license.txt +%%DATADIR%%/docs/license/worley.txt %%DATADIR%%/docs/macros_guide.txt %%DATADIR%%/docs/options_guide.txt %%DATADIR%%/docs/quickstart.txt %%DATADIR%%/docs/ssh_guide.txt %%DATADIR%%/docs/tiles_help.txt -%%DATADIR%%/docs/translation.txt +%%DATADIR%%/settings/0.12_monster_glyphs.txt %%DATADIR%%/settings/0.9_monster_glyphs.txt %%DATADIR%%/settings/034_command_keys.txt %%DATADIR%%/settings/034_monster_glyphs.txt @@ -380,84 +535,55 @@ %%DATADIR%%/settings/071_monster_glyphs.txt %%DATADIR%%/settings/080_monster_glyphs.txt %%DATADIR%%/settings/advanced_optioneering.txt -%%DATADIR%%/settings/autopickup_exceptions.txt %%DATADIR%%/settings/dvorak_command_keys.txt -%%DATADIR%%/settings/food_colouring.txt %%DATADIR%%/settings/init.txt -%%DATADIR%%/settings/menu_colours.txt -%%DATADIR%%/settings/messages.txt %%DATADIR%%/settings/no_vi_command_keys.txt -%%DATADIR%%/settings/runrest_messages.txt -%%DATADIR%%/settings/standard_colours.txt -%%DATADIR%%/settings/tiles_options.txt -%%SDL%%%%DATADIR%%/dat/tiles/feat.png -%%SDL%%%%DATADIR%%/dat/tiles/floor.png -%%SDL%%%%DATADIR%%/dat/tiles/gui.png -%%SDL%%%%DATADIR%%/dat/tiles/icons.png -%%SDL%%%%DATADIR%%/dat/tiles/logo.png -%%SDL%%%%DATADIR%%/dat/tiles/main.png -%%SDL%%%%DATADIR%%/dat/tiles/player.png -%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-32x32.png -%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-512x512.png -%%SDL%%%%DATADIR%%/dat/tiles/stone_soup_icon-win32.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_dragon.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_evil_mage.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_invasion.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_kitchen_duty.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_summoner.png -%%SDL%%%%DATADIR%%/dat/tiles/title_denzi_undead_warrior.png -%%SDL%%%%DATADIR%%/dat/tiles/title_firemage.png -%%SDL%%%%DATADIR%%/dat/tiles/title_omndra_zot_demon.png -%%SDL%%%%DATADIR%%/dat/tiles/title_pooryurik_knight.png -%%SDL%%%%DATADIR%%/dat/tiles/title_shadyamish_octm.png -%%SDL%%%%DATADIR%%/dat/tiles/title_white_noise_entering_the_dungeon.png -%%SDL%%%%DATADIR%%/dat/tiles/title_white_noise_grabbing_the_orb.png -%%SDL%%%%DATADIR%%/dat/tiles/wall.png -%%SDL%%@dirrm %%DATADIR%%/dat/tiles -@dirrm %%DATADIR%%/settings -@dirrm %%DATADIR%%/docs/license -@dirrm %%DATADIR%%/docs/develop/levels -@dirrm %%DATADIR%%/docs/develop -@dirrm %%DATADIR%%/docs -@dirrm %%DATADIR%%/dat/lua -@dirrm %%DATADIR%%/dat/dlua -@dirrm %%DATADIR%%/dat/descript/zh -@dirrm %%DATADIR%%/dat/descript/ru -@dirrm %%DATADIR%%/dat/descript/pt -@dirrm %%DATADIR%%/dat/descript/pl -@dirrm %%DATADIR%%/dat/descript/lv -@dirrm %%DATADIR%%/dat/descript/lt -@dirrm %%DATADIR%%/dat/descript/ko -@dirrm %%DATADIR%%/dat/descript/it -@dirrm %%DATADIR%%/dat/descript/hu -@dirrm %%DATADIR%%/dat/descript/fr -@dirrm %%DATADIR%%/dat/descript/fi -@dirrm %%DATADIR%%/dat/descript/es -@dirrm %%DATADIR%%/dat/descript/el -@dirrm %%DATADIR%%/dat/descript/de -@dirrm %%DATADIR%%/dat/descript/da -@dirrm %%DATADIR%%/dat/descript/cs -@dirrm %%DATADIR%%/dat/descript -@dirrm %%DATADIR%%/dat/des/zotdef -@dirrm %%DATADIR%%/dat/des/variable -@dirrm %%DATADIR%%/dat/des/tutorial -@dirrm %%DATADIR%%/dat/des/traps -@dirrm %%DATADIR%%/dat/des/sprint -@dirrm %%DATADIR%%/dat/des/serial -@dirrm %%DATADIR%%/dat/des/portals -@dirrm %%DATADIR%%/dat/des/entry -@dirrm %%DATADIR%%/dat/des/builder -@dirrm %%DATADIR%%/dat/des/branches -@dirrm %%DATADIR%%/dat/des/altar -@dirrm %%DATADIR%%/dat/des -@dirrm %%DATADIR%%/dat/defaults -@dirrm %%DATADIR%%/dat/database/pl -@dirrm %%DATADIR%%/dat/database/el -@dirrm %%DATADIR%%/dat/database -@dirrm %%DATADIR%%/dat/clua -@dirrm %%DATADIR%%/dat -@dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.crawlrc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry %%DATADIR%%/settings +@dirrmtry %%DATADIR%%/docs/license +@dirrmtry %%DATADIR%%/docs/develop/levels +@dirrmtry %%DATADIR%%/docs/develop +@dirrmtry %%DATADIR%%/docs +%%SDL%%@dirrmtry %%DATADIR%%/dat/tiles +@dirrmtry %%DATADIR%%/dat/dlua/layout +@dirrmtry %%DATADIR%%/dat/dlua +@dirrmtry %%DATADIR%%/dat/descript/zh +@dirrmtry %%DATADIR%%/dat/descript/tr +@dirrmtry %%DATADIR%%/dat/descript/ru +@dirrmtry %%DATADIR%%/dat/descript/pt +@dirrmtry %%DATADIR%%/dat/descript/pl +@dirrmtry %%DATADIR%%/dat/descript/nl +@dirrmtry %%DATADIR%%/dat/descript/lv +@dirrmtry %%DATADIR%%/dat/descript/lt +@dirrmtry %%DATADIR%%/dat/descript/ko +@dirrmtry %%DATADIR%%/dat/descript/ja +@dirrmtry %%DATADIR%%/dat/descript/it +@dirrmtry %%DATADIR%%/dat/descript/hu +@dirrmtry %%DATADIR%%/dat/descript/fr +@dirrmtry %%DATADIR%%/dat/descript/fi +@dirrmtry %%DATADIR%%/dat/descript/es +@dirrmtry %%DATADIR%%/dat/descript/el +@dirrmtry %%DATADIR%%/dat/descript/de +@dirrmtry %%DATADIR%%/dat/descript/da +@dirrmtry %%DATADIR%%/dat/descript/cs +@dirrmtry %%DATADIR%%/dat/descript +@dirrmtry %%DATADIR%%/dat/des/zotdef +@dirrmtry %%DATADIR%%/dat/des/variable +@dirrmtry %%DATADIR%%/dat/des/tutorial +@dirrmtry %%DATADIR%%/dat/des/traps +@dirrmtry %%DATADIR%%/dat/des/sprint +@dirrmtry %%DATADIR%%/dat/des/serial +@dirrmtry %%DATADIR%%/dat/des/portals +@dirrmtry %%DATADIR%%/dat/des/entry +@dirrmtry %%DATADIR%%/dat/des/builder +@dirrmtry %%DATADIR%%/dat/des/branches +@dirrmtry %%DATADIR%%/dat/des/altar +@dirrmtry %%DATADIR%%/dat/des +@dirrmtry %%DATADIR%%/dat/defaults +@dirrmtry %%DATADIR%%/dat/database/pl +@dirrmtry %%DATADIR%%/dat/database/el +@dirrmtry %%DATADIR%%/dat/database +@dirrmtry %%DATADIR%%/dat/clua +@dirrmtry %%DATADIR%%/dat +@dirrmtry %%DATADIR%% +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% --- games__stonesoup__0.11.1-0.13.0__stage.diff ends here --- --- games__stonesoup-sdl__0.11.1-0.13.0__stage.diff begins here --- diff -urN games/stonesoup-sdl.orig/Makefile games/stonesoup-sdl/Makefile --- games/stonesoup-sdl.orig/Makefile 2013-10-11 22:41:50.661891660 +0200 +++ games/stonesoup-sdl/Makefile 2013-10-11 22:42:38.672889098 +0200 @@ -5,5 +5,4 @@ MASTERDIR= ${.CURDIR}/../stonesoup -NO_STAGE= yes .include "${MASTERDIR}/Makefile" --- games__stonesoup-sdl__0.11.1-0.13.0__stage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 21:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 296DFF52 for ; Fri, 11 Oct 2013 21:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EED2A2684 for ; Fri, 11 Oct 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BLo1Yr030504 for ; Fri, 11 Oct 2013 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BLo1hq030503; Fri, 11 Oct 2013 21:50:01 GMT (envelope-from gnats) Date: Fri, 11 Oct 2013 21:50:01 GMT Message-Id: <201310112150.r9BLo1hq030503@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Tobias Rehbein Subject: Re: ports/182467: [maintainer-update] update games/stonesoup to version 0.12.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 21:50:02 -0000 The following reply was made to PR ports/182467; it has been noted by GNATS. From: Tobias Rehbein To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182467: [maintainer-update] update games/stonesoup to version 0.12.3 Date: Fri, 11 Oct 2013 23:31:56 +0200 Please close this port as it has been obsoleted by ports/182913. Regards, Tobias From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 22:15:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 563F69E1; Fri, 11 Oct 2013 22:15:11 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B6E227FD; Fri, 11 Oct 2013 22:15:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BMFBo7036918; Fri, 11 Oct 2013 22:15:11 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BMFAgB036917; Fri, 11 Oct 2013 22:15:10 GMT (envelope-from ak) Date: Fri, 11 Oct 2013 22:15:10 GMT Message-Id: <201310112215.r9BMFAgB036917@freefall.freebsd.org> To: tobias.rehbein@web.de, ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182467: [maintainer-update] update games/stonesoup to version 0.12.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 22:15:11 -0000 Synopsis: [maintainer-update] update games/stonesoup to version 0.12.3 State-Changed-From-To: open->closed State-Changed-By: ak State-Changed-When: Fri Oct 11 22:15:10 UTC 2013 State-Changed-Why: Superseded by ports/182913 http://www.freebsd.org/cgi/query-pr.cgi?pr=182467 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 22:57:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BBDC4C5; Fri, 11 Oct 2013 22:57:41 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0116C29C3; Fri, 11 Oct 2013 22:57:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BMvevD044019; Fri, 11 Oct 2013 22:57:40 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BMveGJ044018; Fri, 11 Oct 2013 22:57:40 GMT (envelope-from ak) Date: Fri, 11 Oct 2013 22:57:40 GMT Message-Id: <201310112257.r9BMveGJ044018@freefall.freebsd.org> To: uwe.pierau@tu-clausthal.de, ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/182316: drop maintainership for www/mysqlphp2postgres and textproc/lacheck X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 22:57:41 -0000 Synopsis: drop maintainership for www/mysqlphp2postgres and textproc/lacheck Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Fri Oct 11 22:57:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182316 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 23:06:25 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A540634; Fri, 11 Oct 2013 23:06:25 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00BA22A21; Fri, 11 Oct 2013 23:06:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BN6OBq046296; Fri, 11 Oct 2013 23:06:24 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BN6OD1046295; Fri, 11 Oct 2013 23:06:24 GMT (envelope-from ak) Date: Fri, 11 Oct 2013 23:06:24 GMT Message-Id: <201310112306.r9BN6OD1046295@freefall.freebsd.org> To: kamikaze@bsdforen.de, c.kworr@gmail.com, ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/173858: sysutils/bsdadminscripts installs pkg_libchk that doesn't play nicely with PKGNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 23:06:25 -0000 Synopsis: sysutils/bsdadminscripts installs pkg_libchk that doesn't play nicely with PKGNG State-Changed-From-To: feedback->closed State-Changed-By: ak State-Changed-When: Fri Oct 11 23:06:23 UTC 2013 State-Changed-Why: Fixed in ports/174387. Thanks for your submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=173858 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 23:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7C3FCB0 for ; Fri, 11 Oct 2013 23:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EA9A2C03 for ; Fri, 11 Oct 2013 23:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BNo0u1026937 for ; Fri, 11 Oct 2013 23:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BNo0hO026936; Fri, 11 Oct 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 23:50:00 GMT Resent-Message-Id: <201310112350.r9BNo0hO026936@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, "Kenta S." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 469FCC3A for ; Fri, 11 Oct 2013 23:40:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35A802BA6 for ; Fri, 11 Oct 2013 23:40:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9BNeBPR003057 for ; Fri, 11 Oct 2013 23:40:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9BNeBfL003053; Fri, 11 Oct 2013 23:40:11 GMT (envelope-from nobody) Message-Id: <201310112340.r9BNeBfL003053@oldred.freebsd.org> Date: Fri, 11 Oct 2013 23:40:11 GMT From: "Kenta S." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182915: net/proxychains - multiple issues X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 23:50:00 -0000 >Number: 182915 >Category: ports >Synopsis: net/proxychains - multiple issues >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 Oct 11 23:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta S. >Release: 10-STABLE >Organization: >Environment: >Description: I tried to use proxychains with Tor to scan my webserver "example" $ proxychains nmap -sV -PN example -p 80 ProxyChains-3.1 (http://proxychains.sf.net) Starting Nmap 6.40 ( http://nmap.org ) at 2013-10-11 19:32 EDT |DNS-request| example /usr/local/bin/proxyresolv: dig: not found |DNS-response|: example is not exist |DNS-request| example /usr/local/bin/proxyresolv: dig: not found |DNS-response|: example is not exist Failed to resolve "example". WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 0.52 seconds It no longer works since we removed BIND, so I had to specify the IP instead of the hostname. There's also some embarrassingly broken English in the command output that should be fixed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 00:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86B67D5C for ; Sat, 12 Oct 2013 00:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8992C6A for ; Sat, 12 Oct 2013 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9C001Kq028797 for ; Sat, 12 Oct 2013 00:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9C000Tc028749; Sat, 12 Oct 2013 00:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 00:00:00 GMT Resent-Message-Id: <201310120000.r9C000Tc028749@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, Kimo Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47BCCCF0 for ; Fri, 11 Oct 2013 23:51:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 364AB2C34 for ; Fri, 11 Oct 2013 23:51:42 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9BNpg9i080293 for ; Fri, 11 Oct 2013 23:51:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9BNpg1R080288; Fri, 11 Oct 2013 23:51:42 GMT (envelope-from nobody) Message-Id: <201310112351.r9BNpg1R080288@oldred.freebsd.org> Date: Fri, 11 Oct 2013 23:51:42 GMT From: Kimo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182916: [PATCH] devel/php-xdebug: Install as Zend extension X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 00:00:01 -0000 >Number: 182916 >Category: ports >Synopsis: [PATCH] devel/php-xdebug: Install as Zend extension >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 Oct 12 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kimo >Release: >Organization: >Environment: >Description: xdebug needs to be configured as a Zend extension rather than a normal php extension to avoid: PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 This patch changes the port from a normal php extension to a Zend extension. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 330106) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= xdebug PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- @@ -15,8 +16,8 @@ CONFIGURE_ARGS= --enable-xdebug USE_PHP= yes -USE_PHPEXT= yes USE_PHPIZE= yes +USE_ZENDEXT= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 00:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8DDF7D8B; Sat, 12 Oct 2013 00:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6558F2C6C; Sat, 12 Oct 2013 00:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9C008iJ030391; Sat, 12 Oct 2013 00:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9C008vS030390; Sat, 12 Oct 2013 00:00:08 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 00:00:08 GMT Message-Id: <201310120000.r9C008vS030390@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182916: [PATCH] devel/php-xdebug: Install as Zend extension X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 00:00:08 -0000 Synopsis: [PATCH] devel/php-xdebug: Install as Zend extension Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 00:00:08 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182916 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 08:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E621DE8 for ; Sat, 12 Oct 2013 08:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B962820C1 for ; Sat, 12 Oct 2013 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9C8U1FK060439 for ; Sat, 12 Oct 2013 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9C8U1Lg060438; Sat, 12 Oct 2013 08:30:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 08:30:01 GMT Message-Id: <201310120830.r9C8U1Lg060438@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Scot Hetzel Subject: Re: ports/182283: audio/akode*: Fix build with Clang and newer versions of GCC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Scot Hetzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 08:30:02 -0000 The following reply was made to PR ports/182283; it has been noted by GNATS. From: Scot Hetzel To: bug-followup@freebsd.org Cc: Subject: Re: ports/182283: audio/akode*: Fix build with Clang and newer versions of GCC Date: Sat, 12 Oct 2013 03:28:48 -0500 On Thu, Sep 26, 2013 at 1:53 AM, Scot Hetzel wrote: > Here is the final patch: > > - Fix build with clang by avoiding shadowing in template definitions > (Obtained from NetBSD's pkgsrc) > - Add missing includes for , to allow akode to > build with newer versions of GCC. > - Fix OPTIONS_DEFAULT as it had the XIPH option misspelled > - Use a central patch directory for all akode* ports > (PATCHDIR=${MASTERSITE}/../akode/files) > - Simplify the akode-plugins-* ports by removing the > do-{build,install} targets from the ports Makefile > -- The do-{build,install} targets did the same thing as the ones in > the bsd.port.mk > -- This should allow the ports to use the new staging area (NO_STAGE > could be removed from the Makefiles) > - fix several portlint errors in the ports > Could some one apply this patch to the akode ports as it resolves several build errors detected by pkg-fallout with gcc46 and clang: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-ffmpeg-2.0.2_4,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-jack-2.0.2,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-mpc-2.0.2,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-mpeg-2.0.2,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-oss-2.0.2,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-pulseaudio-2.0.2_5.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-resampler-2.0.2,1.log http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-10_05h56m46s/logs/akode-plugins-xiph-2.0.2_5,1.log From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8F4364A for ; Sat, 12 Oct 2013 10:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4D892651 for ; Sat, 12 Oct 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CAe0f9085705 for ; Sat, 12 Oct 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CAe0Rr085703; Sat, 12 Oct 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 10:40:00 GMT Resent-Message-Id: <201310121040.r9CAe0Rr085703@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CDFD557E for ; Sat, 12 Oct 2013 10:30:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB652619 for ; Sat, 12 Oct 2013 10:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CAUL9h084042 for ; Sat, 12 Oct 2013 10:30:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CAULve084039 for FreeBSD-gnats-submit@freebsd.org; Sat, 12 Oct 2013 10:30:21 GMT (envelope-from bdrewery) Received: (qmail 43866 invoked from network); 12 Oct 2013 05:30:19 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 12 Oct 2013 05:30:19 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Sat, 12 Oct 2013 05:30:17 -0500 Message-Id: <201310121030.r9CAULve084039@freefall.freebsd.org> Date: Sat, 12 Oct 2013 05:30:17 -0500 From: Bryan Drewery To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182919: [PATCH] Portlint port standard updates and maintainership to portmgr Cc: portmgr@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 10:40:00 -0000 >Number: 182919 >Category: ports >Synopsis: [PATCH] Portlint port standard updates and maintainership to portmgr >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 Oct 12 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE-p5 i386 >Organization: >Environment: >Description: portlint is a critical tool for port development. We have been making a lot of changes lately that portlint fails to properly find or recommend. The recent ports/181359 one that recommended USES=gmake to use USES=${GMAKE} and USE_GMAKE was especially wrong. We need more people to be able to approve or work on getting updates into portlint faster. - Support staging - Remove indefinite article from COMMENT - Pass maintainership to portmgr >How-To-Repeat: >Fix: --- portlint-updates-portmgr.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 330124) +++ Makefile (working copy) @@ -7,8 +7,8 @@ CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= marcus@FreeBSD.org -COMMENT= A verifier for FreeBSD port directory +MAINTAINER= portmgr@FreeBSD.org +COMMENT= Verifier for FreeBSD port directory NO_BUILD= yes WRKSRC= ${WRKDIR}/src @@ -17,15 +17,16 @@ USE_PERL5= run SRC= ${.CURDIR}/src -MAN1= portlint.1 -PLIST_FILES= bin/portlint +PLIST_FILES= bin/portlint \ + man/man1/portlint.1.gz -.if !defined(NOPORTEXAMPLES) +.include + +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_FILES+= %%EXAMPLESDIR%%/portlintgrep PLIST_DIRS= %%EXAMPLESDIR%% .endif -NO_STAGE= yes do-fetch: @${DO_NADA} @@ -38,11 +39,15 @@ post-patch: ${WRKSRC}/portlintgrep.pl do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint - ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) - ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${BINMODE} -d ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep + ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl \ + ${STAGEDIR}${PREFIX}/bin/portlint + ${INSTALL_MAN} ${WRKSRC}/portlint.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 +.if ${PORT_OPTIONS:MEXAMPLES} + ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m ${BINMODE} -d \ + ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl \ + ${STAGEDIR}${EXAMPLESDIR}/portlintgrep .endif .include --- portlint-updates-portmgr.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 11:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37A39C44 for ; Sat, 12 Oct 2013 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 249B5280B for ; Sat, 12 Oct 2013 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CBK14P093927 for ; Sat, 12 Oct 2013 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CBK1cT093926; Sat, 12 Oct 2013 11:20:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 11:20:01 GMT Message-Id: <201310121120.r9CBK1cT093926@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Miroslav Lachman <000.fbsd@quip.cz> List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:20:02 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Miroslav Lachman <000.fbsd@quip.cz> To: Michael Gmelin Cc: "bug-followup@FreeBSD.org" , Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Sat, 12 Oct 2013 13:19:34 +0200 Michael Gmelin wrote: > > >> On 11 Oct 2013, at 18:41, Miroslav Lachman<000.fbsd@quip.cz> wrote: >> >> Michael Gmelin wrote: >>> >>> >>>> On 11 Oct 2013, at 16:56, Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>> >>>> Michael Gmelin wrote: >>>>> On Wed, 02 Oct 2013 21:55:29 +0200 >>>>> Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>>>> >>>>>> I will test your patch in a few days. I am too busy with my $WORK now. >>>>>> >>>>>> Miroslav Lachman >>>>> >>>>> Did you have a chance to test the patch yet? >>>>> >>>>> Michael >>>> >>>> I tried it right now, but I have a problem. mariadb55-server cannot be built on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. >>>> >>>> I always get this error even with original (not patched) version: >>>> >>>> Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/work/mariadb55-server-5.5.33a.tbz' >>>> tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or directory >>>> tar: Error exit delayed from previous errors. >>>> pkg_create: make_dist: tar command failed with code 256 >>>> >>>> I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.4 production server, so I don't know why it failed on 9.2-RC4. >> >> I am not able to find a proper fix of the problem with auth_pam.so, so I just delete it from pkg-plist. MariaDB works without it. >> >> Tests I did: >> >> 1) start MariaDB with /usr/local/etc/my.cnf >> works >> 2) start MariaDB with /etc/my.cnf >> failed to start [intended] >> 3) check my_print_defaults --help >> it still prints /etc/ and /etc/mysql/ as right locations for my.cnf >> [wrong] >> >> And I have a comment to (2). It prints the error message to a logfile, but user is not informed about any error with 'service' command. >> I think it should be printed to the users console. >> >> I did: >> >> root@sm-reserve ~/# service mysql-server onestart >> Starting mysql. >> >> As you can see, 'service' command said "Starting mysql." and no error was shown, which is really bad. I thought it started with /etc/my.cnf and later found in a logfile, that MariaDB start failed: >> >> root@sm-reserve ~/# tail -f /var/db/mysql/sm-reserve.codelab.cz.err >> >> 131011 18:18:23 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql >> error: Config file /etc/my.cnf in invalid location, please move to or merge with /usr/local/etc/my.cnf >> Fatal error in defaults handling. Program aborted >> 131011 18:18:23 mysqld_safe mysqld from pid file /var/db/mysql/sm-reserve.codelab.cz.pid ended >> >> Maybe it is not related to your patch but why 'service' (rc script mysql-server) is silent in the case of a failed start? >> >> Miroslav Lachman > > Afaik service mysql always has been silent about errors (eg innodb log file sizes don't match etc) due to the way the daemon is started, this should be the same with mysql55. I remember missing a warning about innodb not working many years ago since it was buried in MySQL error log > > So improving this - also for the MySQL port - would be great, but might be outside of the scope of this PR. So how about this patch to rc.d/mysql-server: --- /usr/local/etc/rc.d/mysql-server.orig 2013-10-11 18:09:34.000000000 +0200 +++ /usr/local/etc/rc.d/mysql-server 2013-10-12 13:12:59.000000000 +0200 @@ -52,6 +52,11 @@ mysql_prestart() { + if [ -f "/etc/my.cnf" -o -f "/etc/mysql/my.cnf" ]; then + echo "Please move existing my.cnf file from /etc to /usr/local/etc" + return 1 + fi + And are you able to fix my_print_defaults --help to not print /etc/ and /etc/mysql/ as default options directories? Miroslav From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 11:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9621E95 for ; Sat, 12 Oct 2013 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B66792884 for ; Sat, 12 Oct 2013 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CBU1HU096002 for ; Sat, 12 Oct 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CBU1SA096001; Sat, 12 Oct 2013 11:30:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 11:30:01 GMT Message-Id: <201310121130.r9CBU1SA096001@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Michael Gmelin Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Michael Gmelin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:30:02 -0000 The following reply was made to PR ports/182547; it has been noted by GNATS. From: Michael Gmelin To: Miroslav Lachman <000.fbsd@quip.cz> Cc: "bug-followup@FreeBSD.org" , Alexandr Kovalenko Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client) Date: Sat, 12 Oct 2013 13:22:33 +0200 > On 12 Oct 2013, at 13:19, Miroslav Lachman <000.fbsd@quip.cz> wrote: >=20 > Michael Gmelin wrote: >>=20 >>=20 >>> On 11 Oct 2013, at 18:41, Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>=20 >>> Michael Gmelin wrote: >>>>=20 >>>>=20 >>>>> On 11 Oct 2013, at 16:56, Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>>>=20 >>>>> Michael Gmelin wrote: >>>>>> On Wed, 02 Oct 2013 21:55:29 +0200 >>>>>> Miroslav Lachman<000.fbsd@quip.cz> wrote: >>>>>>>=20 >>>>>>> I will test your patch in a few days. I am too busy with my $WORK no= w. >>>>>>>=20 >>>>>>> Miroslav Lachman >>>>>>=20 >>>>>> Did you have a chance to test the patch yet? >>>>>>=20 >>>>>> Michael >>>>>=20 >>>>> I tried it right now, but I have a problem. mariadb55-server cannot be= built on my test machine FreeBSD 9.2-RC4 amd64 GENERIC. >>>>>=20 >>>>> I always get this error even with original (not patched) version: >>>>>=20 >>>>> Creating bzip'd tar ball in '/usr/ports/databases/mariadb55-server/wor= k/mariadb55-server-5.5.33a.tbz' >>>>> tar: lib/mysql/plugin/auth_pam.so: Cannot stat: No such file or direct= ory >>>>> tar: Error exit delayed from previous errors. >>>>> pkg_create: make_dist: tar command failed with code 256 >>>>>=20 >>>>> I'll investigate it later. I have mariadb55-server-5.5.33a built on 8.= 4 production server, so I don't know why it failed on 9.2-RC4. >>>=20 >>> I am not able to find a proper fix of the problem with auth_pam.so, so I= just delete it from pkg-plist. MariaDB works without it. >>>=20 >>> Tests I did: >>>=20 >>> 1) start MariaDB with /usr/local/etc/my.cnf >>> works >>> 2) start MariaDB with /etc/my.cnf >>> failed to start [intended] >>> 3) check my_print_defaults --help >>> it still prints /etc/ and /etc/mysql/ as right locations for my.cnf >>> [wrong] >>>=20 >>> And I have a comment to (2). It prints the error message to a logfile, b= ut user is not informed about any error with 'service' command. >>> I think it should be printed to the users console. >>>=20 >>> I did: >>>=20 >>> root@sm-reserve ~/# service mysql-server onestart >>> Starting mysql. >>>=20 >>> As you can see, 'service' command said "Starting mysql." and no error wa= s shown, which is really bad. I thought it started with /etc/my.cnf and late= r found in a logfile, that MariaDB start failed: >>>=20 >>> root@sm-reserve ~/# tail -f /var/db/mysql/sm-reserve.codelab.cz.err >>>=20 >>> 131011 18:18:23 mysqld_safe Starting mysqld daemon with databases from /= var/db/mysql >>> error: Config file /etc/my.cnf in invalid location, please move to or me= rge with /usr/local/etc/my.cnf >>> Fatal error in defaults handling. Program aborted >>> 131011 18:18:23 mysqld_safe mysqld from pid file /var/db/mysql/sm-reserv= e.codelab.cz.pid ended >>>=20 >>> Maybe it is not related to your patch but why 'service' (rc script mysql= -server) is silent in the case of a failed start? >>>=20 >>> Miroslav Lachman >>=20 >> Afaik service mysql always has been silent about errors (eg innodb log fi= le sizes don't match etc) due to the way the daemon is started, this should b= e the same with mysql55. I remember missing a warning about innodb not worki= ng many years ago since it was buried in MySQL error log >>=20 >> So improving this - also for the MySQL port - would be great, but might b= e outside of the scope of this PR. >=20 > So how about this patch to rc.d/mysql-server: >=20 > --- /usr/local/etc/rc.d/mysql-server.orig 2013-10-11 18:09:34.000000000 +0= 200 > +++ /usr/local/etc/rc.d/mysql-server 2013-10-12 13:12:59.000000000 +020= 0 > @@ -52,6 +52,11 @@ >=20 > mysql_prestart() > { > + if [ -f "/etc/my.cnf" -o -f "/etc/mysql/my.cnf" ]; then > + echo "Please move existing my.cnf file from /etc to /usr/local/et= c" > + return 1 > + fi > + Maybe make it two checks, so it reports the correct file locations? >=20 > And are you able to fix my_print_defaults --help to not print /etc/ and /e= tc/mysql/ as default options directories? >=20 Should be possible, I will prepare a patch early next week. Michael= From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 11:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C251D4BE for ; Sat, 12 Oct 2013 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3E262973 for ; Sat, 12 Oct 2013 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CBo225099496 for ; Sat, 12 Oct 2013 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CBo2Qi099495; Sat, 12 Oct 2013 11:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 11:50:02 GMT Resent-Message-Id: <201310121150.r9CBo2Qi099495@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB5EF40A for ; Sat, 12 Oct 2013 11:49:07 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAAAD2965; Sat, 12 Oct 2013 11:49:07 +0000 (UTC) Received: from nemysis4now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id r9CBn4Vs099379; Sat, 12 Oct 2013 11:49:05 GMT (envelope-from nemysis@FreeBSD.org) Received: by nemysis4now (sSMTP sendmail emulation); Sat, 12 Oct 2013 13:49:03 +0200 Message-Id: <201310121149.r9CBn4Vs099379@freefall.freebsd.org> Date: Sat, 12 Oct 2013 13:49:03 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 Cc: mwm@mired.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:50:02 -0000 >Number: 182922 >Category: ports >Synopsis: [PATCH] www/py27-beautifulsoup32: update to 3.2.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: Sat Oct 12 11:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.2-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD nemysis4now 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #0: Mon Sep 23 16:26:45 UTC 2013 >Description: - Update to 3.2.1 - Fix download, change master sites Port maintainer (mwm@mired.org) is cc'd. Generated and tested manually, tested with stage and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20131012112400-51760/ >Fix: --- py27-beautifulsoup32-3.2.1.patch begins here --- diff -ruN /usr/ports/www/py-beautifulsoup32/Makefile ./Makefile --- /usr/ports/www/py-beautifulsoup32/Makefile 2013-10-03 10:51:17.000000000 +0200 +++ ./Makefile 2013-10-12 13:18:50.000000000 +0200 @@ -2,10 +2,9 @@ # $FreeBSD: head/www/py-beautifulsoup32/Makefile 329129 2013-10-02 23:38:51Z wg $ PORTNAME= beautifulsoup -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/ +MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 32 DISTNAME= BeautifulSoup-${PORTVERSION} @@ -19,5 +18,4 @@ CONFLICTS= py[0-9]*-beautifulsoup-3.0.* -NO_STAGE= yes .include diff -ruN /usr/ports/www/py-beautifulsoup32/distinfo ./distinfo --- /usr/ports/www/py-beautifulsoup32/distinfo 2013-09-13 02:56:16.000000000 +0200 +++ ./distinfo 2013-10-12 13:17:48.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (BeautifulSoup-3.2.0.tar.gz) = a0ea3377a1055bf2e17594c0808414afb65e11f25ce8998f1ed3e9b871de6ff6 -SIZE (BeautifulSoup-3.2.0.tar.gz) = 31056 +SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db +SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224 --- py27-beautifulsoup32-3.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 11:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 634444BA for ; Sat, 12 Oct 2013 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3731B2971 for ; Sat, 12 Oct 2013 11:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CBo1H8099483 for ; Sat, 12 Oct 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CBo1nj099482; Sat, 12 Oct 2013 11:50:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 11:50:01 GMT Message-Id: <201310121150.r9CBo1nj099482@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mikhail Tsatsenko Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mikhail Tsatsenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:50:02 -0000 The following reply was made to PR ports/182752; it has been noted by GNATS. From: Mikhail Tsatsenko To: bug-followup@FreeBSD.org, fbsd-ports@opsec.eu Cc: Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Date: Sat, 12 Oct 2013 15:46:48 +0400 To submitter: what is the reason for making using gettext unconditional? -- Mikhail From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 11:50:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 202BE537; Sat, 12 Oct 2013 11:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA0AC2977; Sat, 12 Oct 2013 11:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CBoEfM099568; Sat, 12 Oct 2013 11:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CBoEu4099567; Sat, 12 Oct 2013 11:50:14 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 11:50:14 GMT Message-Id: <201310121150.r9CBoEu4099567@freefall.freebsd.org> To: nemysis@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:50:15 -0000 Synopsis: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Oct 12 11:50:14 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182922 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 12:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9216D654 for ; Sat, 12 Oct 2013 12:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 685AE29EE for ; Sat, 12 Oct 2013 12:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CC02xs001501 for ; Sat, 12 Oct 2013 12:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CC027d001500; Sat, 12 Oct 2013 12:00:02 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 12:00:02 GMT Message-Id: <201310121200.r9CC027d001500@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kurt Jaeger Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 12:00:03 -0000 The following reply was made to PR ports/182752; it has been noted by GNATS. From: Kurt Jaeger To: Mikhail Tsatsenko Cc: bug-followup@FreeBSD.org, fbsd-ports@opsec.eu Subject: Re: ports/182752: [patch update] net/ndisc6 compile fix for 10-ALPHA4, add stage support Date: Sat, 12 Oct 2013 13:51:46 +0200 Hi! > To submitter: what is the reason for making using gettext unconditional? To make it compile and run ? I'm not religous about which lib is linked or not, but it should compile and run 8-} -- pi@opsec.eu +49 171 3101372 7 years to go ! From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 12:00:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2F5E6EF for ; Sat, 12 Oct 2013 12:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1F2729EF for ; Sat, 12 Oct 2013 12:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CC04PM001510 for ; Sat, 12 Oct 2013 12:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CC04C3001509; Sat, 12 Oct 2013 12:00:04 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 12:00:04 GMT Message-Id: <201310121200.r9CC04C3001509@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 12 Oct 2013 12:00:04 -0000 The following reply was made to PR ports/182922; it has been noted by GNATS. From: Edwin Groothuis To: mwm@mired.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 Date: Sat, 12 Oct 2013 11:50:13 UT Maintainer of www/py-beautifulsoup32, Please note that PR ports/182922 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/182922 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 13:26:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B47547A8; Sat, 12 Oct 2013 13:26:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89B1D2D6F; Sat, 12 Oct 2013 13:26:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CDQnul025195; Sat, 12 Oct 2013 13:26:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CDQnsA025194; Sat, 12 Oct 2013 13:26:49 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 13:26:49 GMT Message-Id: <201310121326.r9CDQnsA025194@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182919: [PATCH] [ports-mgmt/portlint] port standard updates and maintainership to portmgr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 13:26:49 -0000 Synopsis: [PATCH] [ports-mgmt/portlint] port standard updates and maintainership to portmgr Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 13:26:49 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182919 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 14:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D335527E for ; Sat, 12 Oct 2013 14:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BAEB2FCE for ; Sat, 12 Oct 2013 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CEU0F2037049 for ; Sat, 12 Oct 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CEU0t7037048; Sat, 12 Oct 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 14:30:00 GMT Resent-Message-Id: <201310121430.r9CEU0t7037048@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, dt71 Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E8159163 for ; Sat, 12 Oct 2013 14:26:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D40562FB8 for ; Sat, 12 Oct 2013 14:26:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CEQSrL060943 for ; Sat, 12 Oct 2013 14:26:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CEQSN7060939; Sat, 12 Oct 2013 14:26:28 GMT (envelope-from nobody) Message-Id: <201310121426.r9CEQSN7060939@oldred.freebsd.org> Date: Sat, 12 Oct 2013 14:26:28 GMT From: dt71 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182923: some ports still require WITH_PKGNG=1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 14:30:00 -0000 >Number: 182923 >Category: ports >Synopsis: some ports still require WITH_PKGNG=1 >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 Oct 12 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: dt71 >Release: -CURRENT >Organization: >Environment: FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r256311M: Fri Oct 11 16:42:56 CEST 2013 root@:/usr/obj/usr/src/sys/CUSTOM i386 >Description: pkgng should be default package management tool on both -CURRENT and 11.0-RELEASE. This means that people who do not want to use pkgng should add WITHOUT_PKGNG=1 to /etc/make.conf (as opposed to: people who do want to use pkgng should add WITH_PKGNG=1). Yet, there are still a few ports that use ".if defined(WITH_PKGNG)" checks in the relevant Makefile; for example, if the system uses pkgng (pkg2ng has been run, or vice versa), then the ports-mgmt/pkg_cutleaves port will not work (the program will not find any packages installed) unless WITH_PKGNG=1 is specified. It is time to change this behavior, ie., the Makefiles in each port directory should be altered to use ".if defined(WITHOUT_PKGNG)" or similar checks. >How-To-Repeat: 1. Use pkgng. 2. Remove the WITH_PKGNG=1 setting from /etc/make.conf, if present. 3. Build and (re)install ports-mgmt/pkg_cutleaves. 4. Run pkg_cutleaves; notice that the program doesn't find any ports installed. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D84EA462 for ; Sat, 12 Oct 2013 14:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5CC6206A for ; Sat, 12 Oct 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CEe0kh038750 for ; Sat, 12 Oct 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CEe0HW038749; Sat, 12 Oct 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 14:40:00 GMT Resent-Message-Id: <201310121440.r9CEe0HW038749@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, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DA72410 for ; Sat, 12 Oct 2013 14:33:45 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BAED2027 for ; Sat, 12 Oct 2013 14:33:45 +0000 (UTC) Received: from cpe-72-182-93-216.austin.res.rr.com ([72.182.93.216]:20471 helo=borg.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VV0GE-0000gJ-KM for FreeBSD-gnats-submit@freebsd.org; Sat, 12 Oct 2013 09:33:44 -0500 Received: from ler by borg.lerctr.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VV0GD-000K1p-Jp for FreeBSD-gnats-submit@freebsd.org; Sat, 12 Oct 2013 09:33:41 -0500 Message-Id: Date: Sat, 12 Oct 2013 09:33:41 -0500 From: Larry Rosenman Sender: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182924: [MAINTAINER] sysutils/lsof: Support FreeBSD 11-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 14:40:01 -0000 >Number: 182924 >Category: ports >Synopsis: [MAINTAINER] sysutils/lsof: Support FreeBSD 11-CURRENT >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 Oct 12 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #73 r256317: Fri Oct 11 12:20:40 CDT >Description: Support HEAD being FreeBSD 11-CURRENT Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- lsof-4.88.e,8.patch begins here --- diff -ruN ../lsofCVS/Makefile ./Makefile --- ../lsofCVS/Makefile 2013-03-25 08:32:21.829945614 -0500 +++ ./Makefile 2013-10-12 09:31:23.057928172 -0500 @@ -1,8 +1,8 @@ # Created by: David O'Brien -# $FreeBSD: head/sysutils/lsof/Makefile 314936 2013-03-22 15:06:11Z rea $ +# $FreeBSD: head/sysutils/lsof/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= lsof -DISTVERSION= 4.88B +DISTVERSION= 4.88E PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -37,6 +37,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes +NO_STAGE= yes .include .if ${ARCH} == "arm" @@ -63,7 +64,7 @@ ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ exit 1 ; \ fi ; \ - ${CAT} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ ) @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) .endif diff -ruN ../lsofCVS/distinfo ./distinfo --- ../lsofCVS/distinfo 2013-03-25 08:32:21.829945614 -0500 +++ ./distinfo 2013-10-12 09:31:30.392927785 -0500 @@ -1,2 +1,2 @@ -SHA256 (lsof_4.88B.freebsd.tar.bz2) = c6aa74b5a8291d7dca19f13cbcf07dcdee089ef393cc9180a5c3622dc84c6cc2 -SIZE (lsof_4.88B.freebsd.tar.bz2) = 481140 +SHA256 (lsof_4.88E.freebsd.tar.bz2) = 5997afd404aa82dc19354909cbaf93441217c39bb4ba1712a8da83dd0290671f +SIZE (lsof_4.88E.freebsd.tar.bz2) = 482158 --- lsof-4.88.e,8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 14:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCE714EF for ; Sat, 12 Oct 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8F1220BF for ; Sat, 12 Oct 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CEo1UH040505 for ; Sat, 12 Oct 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CEo1up040504; Sat, 12 Oct 2013 14:50:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 14:50:01 GMT Message-Id: <201310121450.r9CEo1up040504@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Larry Rosenman Subject: ports/182924 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 14:50:01 -0000 The following reply was made to PR ports/182924; it has been noted by GNATS. From: Larry Rosenman To: bug-followup@freebsd.org Cc: Subject: ports/182924 Date: Sat, 12 Oct 2013 09:45:40 -0500 (CDT) Here is the correct diff.... ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports/sysutils/lsof/Makefile ./Makefile --- /usr/ports/sysutils/lsof/Makefile 2013-09-20 19:02:35.483682895 -0500 +++ ./Makefile 2013-10-12 09:31:23.057928172 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/sysutils/lsof/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= lsof -DISTVERSION= 4.88D +DISTVERSION= 4.88E PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ diff -ruN /usr/ports/sysutils/lsof/distinfo ./distinfo --- /usr/ports/sysutils/lsof/distinfo 2013-04-07 17:39:30.363773015 -0500 +++ ./distinfo 2013-10-12 09:31:30.392927785 -0500 @@ -1,2 +1,2 @@ -SHA256 (lsof_4.88D.freebsd.tar.bz2) = b9b55bd0b7ea8f1607016b664e3b8ddaf1cd45668f2a7bfc0049872e60509ecf -SIZE (lsof_4.88D.freebsd.tar.bz2) = 481813 +SHA256 (lsof_4.88E.freebsd.tar.bz2) = 5997afd404aa82dc19354909cbaf93441217c39bb4ba1712a8da83dd0290671f +SIZE (lsof_4.88E.freebsd.tar.bz2) = 482158 ===> Done -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23794A47 for ; Sat, 12 Oct 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E018521B2 for ; Sat, 12 Oct 2013 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFA0iN044350 for ; Sat, 12 Oct 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFA00c044349; Sat, 12 Oct 2013 15:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 15:10:00 GMT Resent-Message-Id: <201310121510.r9CFA00c044349@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, Justin Hibbits Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 88A9E7BB for ; Sat, 12 Oct 2013 15:03:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B3CE2161 for ; Sat, 12 Oct 2013 15:03:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CF3Ae5071752 for ; Sat, 12 Oct 2013 15:03:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CF3Aa3071745; Sat, 12 Oct 2013 15:03:10 GMT (envelope-from nobody) Message-Id: <201310121503.r9CF3Aa3071745@oldred.freebsd.org> Date: Sat, 12 Oct 2013 15:03:10 GMT From: Justin Hibbits To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182926: databases/virtuoso does compile and run on powerpc/powerpc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:10:01 -0000 >Number: 182926 >Category: ports >Synopsis: databases/virtuoso does compile and run on powerpc/powerpc64 >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 Oct 12 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Justin Hibbits >Release: -CURRENT >Organization: >Environment: >Description: databases/virtuoso is ONLY_FOR_ARCH i386, amd64, and sparc64. It builds and runs just fine on powerpc and powerpc64. I think the ONLY_FOR_ARCH line can be removed from the makefile, it should build fine on all architectures, I don't see any architecture specific code. >How-To-Repeat: >Fix: Add powerpc and powerpc64 to ONLY_FOR_ARCH line, or remove the line entirely. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9D78A42 for ; Sat, 12 Oct 2013 15:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98D1B21B0 for ; Sat, 12 Oct 2013 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFA0ee044286 for ; Sat, 12 Oct 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFA0uH044285; Sat, 12 Oct 2013 15:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 15:10:00 GMT Resent-Message-Id: <201310121510.r9CFA0uH044285@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, Michael Moll Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 096BEA2D for ; Sat, 12 Oct 2013 15:08:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBF5521A3 for ; Sat, 12 Oct 2013 15:08:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CF89F1006183 for ; Sat, 12 Oct 2013 15:08:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CF89Vm006176; Sat, 12 Oct 2013 15:08:09 GMT (envelope-from nobody) Message-Id: <201310121508.r9CF89Vm006176@oldred.freebsd.org> Date: Sat, 12 Oct 2013 15:08:09 GMT From: Michael Moll To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182925: accessibility/redshift port broken on 10-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:10:00 -0000 >Number: 182925 >Category: ports >Synopsis: accessibility/redshift port broken on 10-STABLE >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 Oct 12 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Moll >Release: 10-STABLE >Organization: >Environment: FreeBSD emperor.kvedulv.de 10.0-ALPHA6 FreeBSD 10.0-ALPHA6 #0 r256299: Thu Oct 10 23:51:23 CEST 2013 mmoll@emperor.kvedulv.de:/usr/obj/svn/base/stable/10/sys/EMPEROR amd64 >Description: I updated my workstation to 10 and reinstalled all ports. The redshift port seems to have problems with pkgng. It builds fine but the line RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 Is leading to... ===> Installing for redshift-1.7_1 ===> redshift-1.7_1 depends on file: /gtk-2.0/gtk/__init__.py - not found ===> Verifying install for /gtk-2.0/gtk/__init__.py in /usr/ports/x11-toolkits/py-gtk2 [...] py-gtk2 is already installed on the system, so this fails. To get thingsgoing, I commented RUN_DEPENDS+ out, then redshift installs (and works) but: ===> Registering installation for redshift-1.7_1 pkg-static: lstat(/usr/local/lib/python2.6/site-packages/gtk_redshift/__init__.py): No such file or directory pkg-static: lstat(/usr/local/lib/python2.6/site-packages/gtk_redshift/__init__.pyc): No such file or directory pkg-static: lstat(/usr/local/lib/python2.6/site-packages/gtk_redshift/__init__.pyo): No such file or directory [...] >How-To-Repeat: On a system with FreeBSD 10 do: cd /usr/ports/accessibility/redshift make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:10:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D28F7A73; Sat, 12 Oct 2013 15:10:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA0A121B4; Sat, 12 Oct 2013 15:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFA8il044432; Sat, 12 Oct 2013 15:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFA8cE044431; Sat, 12 Oct 2013 15:10:08 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 15:10:08 GMT Message-Id: <201310121510.r9CFA8cE044431@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, feld@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182925: accessibility/redshift port broken on 10-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:10:08 -0000 Synopsis: accessibility/redshift port broken on 10-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->feld Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 15:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182925 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:10:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40A1BAA3; Sat, 12 Oct 2013 15:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1896721B6; Sat, 12 Oct 2013 15:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFAEJp044513; Sat, 12 Oct 2013 15:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFAEfk044512; Sat, 12 Oct 2013 15:10:14 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 15:10:14 GMT Message-Id: <201310121510.r9CFAEfk044512@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182926: databases/virtuoso does compile and run on powerpc/powerpc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:10:15 -0000 Synopsis: databases/virtuoso does compile and run on powerpc/powerpc64 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 15:10:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182926 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:23:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72CC0112; Sat, 12 Oct 2013 15:23:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46702225A; Sat, 12 Oct 2013 15:23:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFN7Hi048949; Sat, 12 Oct 2013 15:23:07 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFN709048948; Sat, 12 Oct 2013 15:23:07 GMT (envelope-from sunpoet) Date: Sat, 12 Oct 2013 15:23:07 GMT Message-Id: <201310121523.r9CFN709048948@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182924: [MAINTAINER] sysutils/lsof: Support FreeBSD 11-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:23:07 -0000 Synopsis: [MAINTAINER] sysutils/lsof: Support FreeBSD 11-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Oct 12 15:23:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182924 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A644519D for ; Sat, 12 Oct 2013 15:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 864AB227E for ; Sat, 12 Oct 2013 15:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFU0W4049115 for ; Sat, 12 Oct 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFU0YV049113; Sat, 12 Oct 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 15:30:00 GMT Resent-Message-Id: <201310121530.r9CFU0YV049113@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, Birger Schacht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDAD8195 for ; Sat, 12 Oct 2013 15:29:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91DE52278 for ; Sat, 12 Oct 2013 15:29:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CFT49v073296 for ; Sat, 12 Oct 2013 15:29:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CFT4e9073292; Sat, 12 Oct 2013 15:29:04 GMT (envelope-from nobody) Message-Id: <201310121529.r9CFT4e9073292@oldred.freebsd.org> Date: Sat, 12 Oct 2013 15:29:04 GMT From: Birger Schacht To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182927: LDFLAGS missing in databases/php53-sqlite3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:30:00 -0000 >Number: 182927 >Category: ports >Synopsis: LDFLAGS missing in databases/php53-sqlite3 >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 Oct 12 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Birger Schacht >Release: FreeBSD 9.2-RELEASE >Organization: TU Wien >Environment: FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The configure script of php53-sqlite3 is figuring out options by compiling c snipplets and testing for options of the sqlite library. For example: (from work/php-5.3.27/ext/sqlite3/config.log:) configure:4663: checking for sqlite3_load_extension in -lsqlite3 configure:4688: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c -lsqlite3 >&5 /usr/bin/ld: cannot find -lsqlite3 configure:4688: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sqlite3_load_extension (); | int | main () | { | return sqlite3_load_extension (); | ; | return 0; | } configure:4697: result: no The result of these tests is always negative, because the sqlite3 shared library isn't found (which is installed) >How-To-Repeat: compile php53-sqlite3 >Fix: add LDFLAGS+= -L${LOCALBASE}/lib to the lang/php53/Makefile.ext in the sqlite3 block: .if ${PHP_MODNAME} == "sqlite3" USE_SQLITE= yes CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib .endif so the c snipplets can be compiled and deliver the correct options: configure:4663: checking for sqlite3_load_extension in -lsqlite3 configure:4688: cc -o conftest -O2 -pipe -fno-strict-aliasing -L/usr/local/lib conftest.c -lsqlite3 >&5 configure:4688: $? = 0 configure:4697: result: yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B64831DD; Sat, 12 Oct 2013 15:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA2D228A; Sat, 12 Oct 2013 15:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFU8KT049251; Sat, 12 Oct 2013 15:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFU8El049250; Sat, 12 Oct 2013 15:30:08 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 15:30:08 GMT Message-Id: <201310121530.r9CFU8El049250@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182927: LDFLAGS missing in databases/php53-sqlite3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:30:08 -0000 Synopsis: LDFLAGS missing in databases/php53-sqlite3 Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 15:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182927 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 15:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD3E93D5 for ; Sat, 12 Oct 2013 15:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0902315 for ; Sat, 12 Oct 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFe0Qf050916 for ; Sat, 12 Oct 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CFe0sr050915; Sat, 12 Oct 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 15:40:00 GMT Resent-Message-Id: <201310121540.r9CFe0sr050915@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, Yamagi Burmeister Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C0F73BA for ; Sat, 12 Oct 2013 15:38:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2852305 for ; Sat, 12 Oct 2013 15:38:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CFcLCZ097719 for ; Sat, 12 Oct 2013 15:38:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CFcLU5097718; Sat, 12 Oct 2013 15:38:21 GMT (envelope-from nobody) Message-Id: <201310121538.r9CFcLU5097718@oldred.freebsd.org> Date: Sat, 12 Oct 2013 15:38:21 GMT From: Yamagi Burmeister To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182928: [PATCH] Add stagedir support to x11/tint and cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 15:40:00 -0000 >Number: 182928 >Category: ports >Synopsis: [PATCH] Add stagedir support to x11/tint and cleanup >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 Oct 12 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yamagi Burmeister >Release: >Organization: >Environment: >Description: This patch adds stagedir support to x11/tint. Additionally some crude regarding plist generation were removed. No version pump since it's a no-op change for all who have installed the port. >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11/tint/Makefile tint/Makefile --- /usr/ports/x11/tint/Makefile 2013-09-21 01:43:19.000000000 +0200 +++ tint/Makefile 2013-10-12 17:31:51.616864730 +0200 @@ -20,32 +20,23 @@ CMAKE_ARGS= -DENABLE_BATTERY:BOOL=ON -DMANDIR:PATH=man -PLIST_FILES= bin/tint2 \ - share/tint2/default_icon.png -PLIST_DIRS= share/tint2 - OPTIONS_DEFINE= PYCONF DOCS EXAMPLES OPTIONS_DEFAULT= PYCONF PYCONF_DESC= Configuration editing tool (req. python) MAN1= tint2.1 -PORTDOCS= AUTHORS ChangeLog README - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYCONF} USE_PYTHON= yes USE_GNOME= gtk20 pygtk2 CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=ON -PLIST_FILES+= bin/tint2conf bin/tintwizard.py \ - share/applications/tint2conf.desktop \ - share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg -PLIST_DIRSTRY= share/applications PYCONF_SRC= ${WRKSRC}/src/tint2conf +PLIST_SUB+= PYCONF="" .else CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=OFF +PLIST_SUB+= PYCONF="@comment " .endif .if ${PORT_OPTIONS:MPYCONF} @@ -55,35 +46,29 @@ > ${PYCONF_SRC}/tintwizard.py .endif +EXAMPLES = icon_and_text_1.tint2rc icon_and_text_2.tint2rc icon_and_text_3.tint2rc icon_and_text_4.tint2rc icon_only_1.tint2rc icon_only_2.tint2rc icon_only_3.tint2rc icon_only_4.tint2rc icon_only_6.tint2rc icon_only_7.tint2rc text_only_1.tint2rc text_only_2.tint2rc text_only_3.tint2rc text_only_4.tint2rc text_only_5.tint2rc text_only_6.tint2rc tint2rc +DOCS = AUTHORS ChangeLog README + do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/tint2 ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/tint2 - @${INSTALL_DATA} ${WRKSRC}/default_icon.png ${PREFIX}/share/tint2 + @${INSTALL_PROGRAM} ${WRKSRC}/tint2 ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/share/tint2 + @${INSTALL_DATA} ${WRKSRC}/default_icon.png ${STAGEDIR}${PREFIX}/share/tint2 @${INSTALL_MAN} ${WRKSRC}/doc/tint2.1 ${MANPREFIX}/man/man1 -.if ${PORT_OPTIONS:MPYCONF} - @${INSTALL_PROGRAM} ${PYCONF_SRC}/tint2conf ${PREFIX}/bin - @${INSTALL_SCRIPT} ${PYCONF_SRC}/tintwizard.py ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/applications - @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.desktop ${PREFIX}/share/applications - @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.png ${PREFIX}/share/pixmaps - @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.svg ${PREFIX}/share/pixmaps -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @for f in ${RCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/sample/$${f} ${EXAMPLESDIR}; \ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @for f in ${DOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/$${f} ${STAGEDIR}${DOCSDIR}; \ done -RCS= icon_and_text_1.tint2rc icon_and_text_2.tint2rc icon_and_text_3.tint2rc icon_and_text_4.tint2rc icon_only_1.tint2rc icon_only_2.tint2rc icon_only_3.tint2rc icon_only_4.tint2rc icon_only_6.tint2rc icon_only_7.tint2rc text_only_1.tint2rc text_only_2.tint2rc text_only_3.tint2rc text_only_4.tint2rc text_only_5.tint2rc text_only_6.tint2rc tint2rc -.for f in ${RCS} -PLIST_FILES+= ${EXAMPLESDIR_REL}/${f} -.endfor -PLIST_DIRS+= ${EXAMPLESDIR_REL} + @for f in ${EXAMPLES}; do \ + ${INSTALL_DATA} ${WRKSRC}/sample/$${f} ${STAGEDIR}${EXAMPLESDIR}; \ + done +.if ${PORT_OPTIONS:MPYCONF} + @${INSTALL_PROGRAM} ${PYCONF_SRC}/tint2conf ${STAGEDIR}${PREFIX}/bin + @${INSTALL_SCRIPT} ${PYCONF_SRC}/tintwizard.py ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications + @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.desktop ${STAGEDIR}${PREFIX}/share/applications + @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.png ${STAGEDIR}${PREFIX}/share/pixmaps + @${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.svg ${STAGEDIR}${PREFIX}/share/pixmaps .endif .include diff -ruN /usr/ports/x11/tint/pkg-plist tint/pkg-plist --- /usr/ports/x11/tint/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ tint/pkg-plist 2013-10-12 17:28:00.838864046 +0200 @@ -0,0 +1,31 @@ +bin/tint2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_and_text_1.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_and_text_2.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_and_text_3.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_and_text_4.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_1.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_2.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_3.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_4.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_6.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_only_7.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_1.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_2.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_3.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_4.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_5.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_only_6.tint2rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tint2rc +%%DATADIR%%/default_icon.png +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +@dirrmtry %%DATADIR%% +%%PYCONF%%bin/tint2conf +%%PYCONF%%bin/tintwizard.py +%%PYCONF%%share/applications/tint2conf.desktop +%%PYCONF%%share/pixmaps/tint2conf.png +%%PYCONF%%share/pixmaps/tint2conf.svg +%%PYCONF%%@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF42EDAA for ; Sat, 12 Oct 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C63F2858 for ; Sat, 12 Oct 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHe1HI074934 for ; Sat, 12 Oct 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CHe1R1074933; Sat, 12 Oct 2013 17:40:01 GMT (envelope-from gnats) Date: Sat, 12 Oct 2013 17:40:01 GMT Message-Id: <201310121740.r9CHe1R1074933@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182215: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Oct 2013 17:40:01 -0000 The following reply was made to PR ports/182215; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182215: commit references a PR Date: Sat, 12 Oct 2013 17:30:18 +0000 (UTC) Author: feld Date: Sat Oct 12 17:30:09 2013 New Revision: 330152 URL: http://svnweb.freebsd.org/changeset/ports/330152 Log: - Fix mumble not detecting celt libraries - New LIBDEPENDS format - Remove old message regarding FreeBSD 7.x - STAGE clean - Compiles with clang, supports FreeBSD 10 PR: ports/182215 Approved by: swills (mentor) Added: head/audio/mumble/files/patch-src__mumble__OSS.cpp (contents, props changed) head/audio/mumble/files/patch-src__mumble__VoiceRecorderDialog.cpp (contents, props changed) Deleted: head/audio/mumble/pkg-message Modified: head/audio/mumble/Makefile head/audio/mumble/pkg-plist Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Sat Oct 12 17:17:31 2013 (r330151) +++ head/audio/mumble/Makefile Sat Oct 12 17:30:09 2013 (r330152) @@ -3,22 +3,21 @@ PORTNAME= mumble PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} MAINTAINER= marius@nuenneri.ch COMMENT= A voice chat software primarily intended for use while gaming -LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex \ - sndfile:${PORTSDIR}/audio/libsndfile \ - boost_iostreams:${PORTSDIR}/devel/boost-libs \ - boost_python:${PORTSDIR}/devel/boost-python-libs \ - protoc:${PORTSDIR}/devel/protobuf \ - opus:${PORTSDIR}/audio/opus +LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ + libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ + libprotoc.so:${PORTSDIR}/devel/protobuf \ + libopus.so:${PORTSDIR}/audio/opus USES= gmake pkgconfig -NO_STAGE= yes USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build qmake_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run @@ -26,6 +25,7 @@ USE_QT4= gui svg iconengines_run xml sql USE_XORG= ice HAS_CONFIGURE= yes INSTALLS_ICONS= yes +MAKE_JOBS_UNSAFE=yes CONFIG= no-server no-alsa no-speechd no-bundled-speex no-bundled-opus no-update \ bundled-celt no-g15 no-portaudio no-pulseaudio no-xevie no-embed-qt-translations @@ -34,8 +34,6 @@ OPTIONS_DEFINE= DBUS BONJOUR OPTIONS_DEFAULT= DBUS BONJOUR_DESC= Bonjour support -MAN1= mumble.1 - .include .if ! ${PORT_OPTIONS:MDBUS} @@ -57,22 +55,22 @@ do-configure: cd ${WRKSRC} && ${SETENV} QMAKESPEC=${QMAKESPEC} ${QMAKE} PREFIX=${PREFIX} main.pro "CONFIG+=${CONFIG}" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/release/mumble ${PREFIX}/bin - ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${PREFIX}/lib/libcelt-mumble.so.0.11.0 - ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${PREFIX}/lib/libcelt-mumble.so.0.7.0 - ${INSTALL_LIB} ${WRKSRC}/release/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1.2.4 - ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so - ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1 - ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1.2 - ${MKDIR} ${PREFIX}/share/services - ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.protocol ${PREFIX}/share/services - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.desktop ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/mumble.xpm ${PREFIX}/share/pixmaps - ${MKDIR} ${PREFIX}/share/icons/hicolor/128x128/apps ${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_DATA} ${WRKSRC}/icons/mumble.osx.png ${PREFIX}/share/icons/hicolor/128x128/apps - @${MV} ${PREFIX}/share/icons/hicolor/128x128/apps/mumble.osx.png ${PREFIX}/share/icons/hicolor/128x128/apps/mumble.png - ${INSTALL_DATA} ${WRKSRC}/icons/mumble.svg ${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_MAN} ${WRKSRC}/man/mumble.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/release/mumble ${STAGEDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${STAGEDIR}${PREFIX}/lib/libcelt-mumble.so.0.11.0 + ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${STAGEDIR}${PREFIX}/lib/libcelt-mumble.so.0.7.0 + ${INSTALL_LIB} ${WRKSRC}/release/libmumble.so.1.2.4 ${STAGEDIR}${PREFIX}/lib/libmumble.so.1.2.4 + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${STAGEDIR}${PREFIX}/lib/libmumble.so + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${STAGEDIR}${PREFIX}/lib/libmumble.so.1 + ${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${STAGEDIR}${PREFIX}/lib/libmumble.so.1.2 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/services + ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.protocol ${STAGEDIR}${PREFIX}/share/services + ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/icons/mumble.xpm ${STAGEDIR}${PREFIX}/share/pixmaps + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/icons/mumble.osx.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps + @${MV} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/mumble.osx.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/mumble.png + ${INSTALL_DATA} ${WRKSRC}/icons/mumble.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_MAN} ${WRKSRC}/man/mumble.1 ${STAGEDIR}${MANPREFIX}/man/man1/mumble.1 .include Added: head/audio/mumble/files/patch-src__mumble__OSS.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mumble/files/patch-src__mumble__OSS.cpp Sat Oct 12 17:30:09 2013 (r330152) @@ -0,0 +1,38 @@ +--- ./src/mumble/OSS.cpp.orig 2013-06-01 21:16:31.000000000 +0000 ++++ ./src/mumble/OSS.cpp 2013-10-12 02:38:45.443221514 +0000 +@@ -221,20 +221,23 @@ + ival = AFMT_S16_NE; + if ((ioctl(fd, SNDCTL_DSP_SETFMT, &ival) == -1) || (ival != AFMT_S16_NE)) { + qWarning("OSSInput: Failed to set sound format"); +- goto out; ++ close(fd); ++ return; + } + + ival = 1; + if ((ioctl(fd, SNDCTL_DSP_CHANNELS, &ival) == -1)) { + qWarning("OSSInput: Failed to set mono mode"); +- goto out; ++ close(fd); ++ return; + } + iMicChannels = ival; + + ival = SAMPLE_RATE; + if (ioctl(fd, SNDCTL_DSP_SPEED, &ival) == -1) { + qWarning("OSSInput: Failed to set speed"); +- goto out; ++ close(fd); ++ return; + } + iMicFreq = ival; + +@@ -258,8 +261,6 @@ + qWarning("OSSInput: Releasing."); + ioctl(fd, SNDCTL_DSP_RESET, NULL); + +-out: +- close(fd); + } + + OSSOutput::OSSOutput() { Added: head/audio/mumble/files/patch-src__mumble__VoiceRecorderDialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mumble/files/patch-src__mumble__VoiceRecorderDialog.cpp Sat Oct 12 17:30:09 2013 (r330152) @@ -0,0 +1,11 @@ +--- ./src/mumble/VoiceRecorderDialog.cpp.orig 2013-06-01 21:16:32.000000000 +0000 ++++ ./src/mumble/VoiceRecorderDialog.cpp 2013-10-12 02:38:45.441221500 +0000 +@@ -38,7 +38,7 @@ + #include "ServerHandler.h" + #include "VoiceRecorder.h" + +-VoiceRecorderDialog::VoiceRecorderDialog(QWidget *p = NULL) : QDialog(p), qtTimer(new QTimer(this)) { ++VoiceRecorderDialog::VoiceRecorderDialog(QWidget *p) : QDialog(p), qtTimer(new QTimer(this)) { + qtTimer->setObjectName(QLatin1String("qtTimer")); + qtTimer->setInterval(200); + setupUi(this); Modified: head/audio/mumble/pkg-plist ============================================================================== --- head/audio/mumble/pkg-plist Sat Oct 12 17:17:31 2013 (r330151) +++ head/audio/mumble/pkg-plist Sat Oct 12 17:30:09 2013 (r330152) @@ -5,16 +5,17 @@ lib/libmumble.so lib/libmumble.so.1 lib/libmumble.so.1.2 lib/libmumble.so.1.2.4 +man/man1/mumble.1.gz share/applications/mumble.desktop -share/services/mumble.protocol share/icons/hicolor/128x128/apps/mumble.png share/icons/hicolor/scalable/apps/mumble.svg share/pixmaps/mumble.xpm -@dirrmtry share/applications +share/services/mumble.protocol @dirrmtry share/services -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor @dirrmtry share/icons +@dirrmtry share/applications _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 17:45:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E94042A1; Sat, 12 Oct 2013 17:45:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD97328CE; Sat, 12 Oct 2013 17:45:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHjE9b076744; Sat, 12 Oct 2013 17:45:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CHjDG2076743; Sat, 12 Oct 2013 17:45:13 GMT (envelope-from linimon) Date: Sat, 12 Oct 2013 17:45:13 GMT Message-Id: <201310121745.r9CHjDG2076743@freefall.freebsd.org> To: jmohacsi@bsd.hu, fbsd-ports@opsec.eu, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:45:15 -0000 Synopsis: [patch update] net/findmtu add stage support, fix build on 10a4 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Oct 12 17:44:59 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=182811 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 17:46:33 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 398594E5; Sat, 12 Oct 2013 17:46:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECB628DE; Sat, 12 Oct 2013 17:46:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHkWg2076888; Sat, 12 Oct 2013 17:46:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CHkWGQ076887; Sat, 12 Oct 2013 17:46:32 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 17:46:32 GMT Message-Id: <201310121746.r9CHkWGQ076887@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182899: devel/glib20 wont compile because of iconv.h problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:46:33 -0000 Synopsis: devel/glib20 wont compile because of iconv.h problems Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 17:46:32 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182899 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 17:59:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAD77CC5; Sat, 12 Oct 2013 17:59:51 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B036E2971; Sat, 12 Oct 2013 17:59:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHxplE079248; Sat, 12 Oct 2013 17:59:51 GMT (envelope-from nemysis@freefall.freebsd.org) Received: (from nemysis@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CHxp1d079247; Sat, 12 Oct 2013 17:59:51 GMT (envelope-from nemysis) Date: Sat, 12 Oct 2013 17:59:51 GMT Message-Id: <201310121759.r9CHxp1d079247@freefall.freebsd.org> To: mwm@mired.org, nemysis@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nemysis@FreeBSD.org From: nemysis@FreeBSD.org Subject: Re: ports/182922: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:59:51 -0000 Synopsis: [PATCH] www/py27-beautifulsoup32: update to 3.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->nemysis Responsible-Changed-By: nemysis Responsible-Changed-When: Sat Oct 12 17:59:51 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182922 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 18:05:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0EA3E1C; Sat, 12 Oct 2013 18:05:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A607329C8; Sat, 12 Oct 2013 18:05:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CI56gE081549; Sat, 12 Oct 2013 18:05:06 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CI56EK081548; Sat, 12 Oct 2013 18:05:06 GMT (envelope-from sunpoet) Date: Sat, 12 Oct 2013 18:05:06 GMT Message-Id: <201310121805.r9CI56EK081548@freefall.freebsd.org> To: jmohacsi@bsd.hu, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/182811: [patch update] net/findmtu add stage support, fix build on 10a4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 18:05:06 -0000 Synopsis: [patch update] net/findmtu add stage support, fix build on 10a4 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Oct 12 18:05:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182811 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 18:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E805A4E5 for ; Sat, 12 Oct 2013 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C65792A57 for ; Sat, 12 Oct 2013 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CIK2YD088575 for ; Sat, 12 Oct 2013 18:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CIK25N088574; Sat, 12 Oct 2013 18:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 18:20:02 GMT Resent-Message-Id: <201310121820.r9CIK25N088574@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, Alexey Degtyarev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D7DA2C3 for ; Sat, 12 Oct 2013 18:14:32 +0000 (UTC) (envelope-from alexey@home.renatasystems.org) Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0486D2A2B for ; Sat, 12 Oct 2013 18:14:30 +0000 (UTC) Received: from home.renatasystems.org (localhost [127.0.0.1]) by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r9CIERoL057189 for ; Sat, 12 Oct 2013 22:14:27 +0400 (MSK) (envelope-from alexey@home.renatasystems.org) Received: (from alexey@localhost) by home.renatasystems.org (8.14.5/8.14.5/Submit) id r9CIEMZJ057188; Sat, 12 Oct 2013 22:14:22 +0400 (MSK) (envelope-from alexey) Message-Id: <201310121814.r9CIEMZJ057188@home.renatasystems.org> Date: Sat, 12 Oct 2013 22:14:22 +0400 (MSK) From: Alexey Degtyarev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182932: [maintainer-update] devel/py-botocore - update to 0.19.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexey Degtyarev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 18:20:03 -0000 >Number: 182932 >Category: ports >Synopsis: [maintainer-update] devel/py-botocore - update to 0.19.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: Sat Oct 12 18:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Degtyarev >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This will update devel/py-botocore to latest version: 0.19.0. >How-To-Repeat: >Fix: --- py-botocore-0.19.0.diff begins here --- Index: py-botocore/distinfo =================================================================== --- py-botocore/distinfo (revision 330136) +++ py-botocore/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.17.0.tar.gz) = 7509f3a5aff5985b18d497aedfa0080eeeca501c9416aa4ae9b88ae3f762d9d5 -SIZE (botocore-0.17.0.tar.gz) = 906121 +SHA256 (botocore-0.19.0.tar.gz) = 550afc369f4e45a02f276feae6235d7ccd76f49140d7619f1eef133bb383ec52 +SIZE (botocore-0.19.0.tar.gz) = 920647 Index: py-botocore/Makefile =================================================================== --- py-botocore/Makefile (revision 330136) +++ py-botocore/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.17.0 +PORTVERSION= 0.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- py-botocore-0.19.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 18:20:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76226511; Sat, 12 Oct 2013 18:20:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C54E2A58; Sat, 12 Oct 2013 18:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CIKBGT088657; Sat, 12 Oct 2013 18:20:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CIKBIg088656; Sat, 12 Oct 2013 18:20:11 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 18:20:11 GMT Message-Id: <201310121820.r9CIKBIg088656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182932: [maintainer-update] devel/py-botocore - update to 0.19.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 18:20:11 -0000 Synopsis: [maintainer-update] devel/py-botocore - update to 0.19.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 18:20:10 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182932 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25428E03 for ; Sat, 12 Oct 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 038BF2B2C for ; Sat, 12 Oct 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CIe0lf092107 for ; Sat, 12 Oct 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CIe0PM092106; Sat, 12 Oct 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 18:40:00 GMT Resent-Message-Id: <201310121840.r9CIe0PM092106@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, Alexey Degtyarev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 337DF977 for ; Sat, 12 Oct 2013 18:31:37 +0000 (UTC) (envelope-from alexey@home.renatasystems.org) Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8F552AFD for ; Sat, 12 Oct 2013 18:31:36 +0000 (UTC) Received: from home.renatasystems.org (localhost [127.0.0.1]) by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r9CIDBj0057059 for ; Sat, 12 Oct 2013 22:13:12 +0400 (MSK) (envelope-from alexey@home.renatasystems.org) Received: (from alexey@localhost) by home.renatasystems.org (8.14.5/8.14.5/Submit) id r9CID66s057058; Sat, 12 Oct 2013 22:13:06 +0400 (MSK) (envelope-from alexey) Message-Id: <201310121813.r9CID66s057058@home.renatasystems.org> Date: Sat, 12 Oct 2013 22:13:06 +0400 (MSK) From: Alexey Degtyarev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182933: [maintainer-update] devel/py-jmespath - update to 0.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexey Degtyarev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 18:40:01 -0000 >Number: 182933 >Category: ports >Synopsis: [maintainer-update] devel/py-jmespath - update to 0.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: Sat Oct 12 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Degtyarev >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This will update devel/py-jmespath to latest version: 0.0.3. >How-To-Repeat: >Fix: --- py-jmespath-0.0.3.diff begins here --- Index: py-jmespath/distinfo =================================================================== --- py-jmespath/distinfo (revision 330136) +++ py-jmespath/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (jmespath-0.0.2.tar.gz) = 3ce34292993eff87d66e160496c74520e0938c3fce01c55220b98cb5ab976b19 -SIZE (jmespath-0.0.2.tar.gz) = 7325 +SHA256 (jmespath-0.0.3.tar.gz) = d9a6ff1b7bec5f8f255eb0b0b33ec4824c9ca8fa0cb10ac8070527caf98659b4 +SIZE (jmespath-0.0.3.tar.gz) = 8955 Index: py-jmespath/pkg-plist =================================================================== --- py-jmespath/pkg-plist (revision 330136) +++ py-jmespath/pkg-plist (working copy) @@ -1,34 +1,2 @@ -%%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/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/ast.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/ast.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/ast.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/lexer.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/lexer.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/lexer.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/parser.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/parser.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath/parser.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_ast.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_ast.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_ast.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_compliance.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_compliance.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_compliance.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_parser.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_parser.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/test_parser.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jmespath -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +bin/jp +%%PYTHON_SITELIBDIR%%/jmespath-0.0.3-py2.7.egg Index: py-jmespath/Makefile =================================================================== --- py-jmespath/Makefile (revision 330136) +++ py-jmespath/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- py-jmespath-0.0.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 18:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75F35E32; Sat, 12 Oct 2013 18:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AF2A2B2E; Sat, 12 Oct 2013 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CIe8RE092191; Sat, 12 Oct 2013 18:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CIe8EU092190; Sat, 12 Oct 2013 18:40:08 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 18:40:08 GMT Message-Id: <201310121840.r9CIe8EU092190@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182933: [maintainer-update] devel/py-jmespath - update to 0.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 18:40:09 -0000 Synopsis: [maintainer-update] devel/py-jmespath - update to 0.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 18:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182933 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 20:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E90CF22 for ; Sat, 12 Oct 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCCD2F34 for ; Sat, 12 Oct 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CKK0xP012149 for ; Sat, 12 Oct 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CKK00i012148; Sat, 12 Oct 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 20:20:00 GMT Resent-Message-Id: <201310122020.r9CKK00i012148@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:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5469AE36 for ; Sat, 12 Oct 2013 20:15:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28A172F2A for ; Sat, 12 Oct 2013 20:15:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CKFV8w022084 for ; Sat, 12 Oct 2013 20:15:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CKFVRH022081; Sat, 12 Oct 2013 20:15:31 GMT (envelope-from nobody) Message-Id: <201310122015.r9CKFVRH022081@oldred.freebsd.org> Date: Sat, 12 Oct 2013 20:15:31 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182934: [UPDATE] devel/py-xmltodict to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 20:20:00 -0000 >Number: 182934 >Category: ports >Synopsis: [UPDATE] devel/py-xmltodict to 0.8.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: Sat Oct 12 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 0.8.1 - Add PYTHON_PY3K_PLIST_HACK macro - Support STAGEDIR - Add patch which prevents to download another release 'distribute' >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 330182) +++ Makefile (copie de travail) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltodict -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYTHON_PY3K_PLIST_HACK= yes -NO_STAGE= yes -.include - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include Index: distinfo =================================================================== --- distinfo (révision 330182) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (xmltodict-0.7.0.tar.gz) = 3868de239d2e487402eef15ab733ad8eea9c06f31422845571557b0b91f84dd7 -SIZE (xmltodict-0.7.0.tar.gz) = 12193 +SHA256 (xmltodict-0.8.1.tar.gz) = d02e6320413b9c2c5b26e21fe670cb461e2be5af384201de74cff4ea14219a63 +SIZE (xmltodict-0.8.1.tar.gz) = 30348 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (révision 0) +++ files/patch-setup.py (copie de travail) @@ -0,0 +1,21 @@ +Use 'distribute' package provides by ports tree. + +--- ./setup.py.orig 2013-10-11 00:08:24.000000000 +0000 ++++ ./setup.py 2013-10-12 21:59:11.000000000 +0000 +@@ -1,8 +1,6 @@ + #!/usr/bin/env python +-from distribute_setup import use_setuptools +-use_setuptools() + +-from setuptools import setup ++from distutils.core import setup + import xmltodict + + setup(name='xmltodict', +@@ -30,5 +28,5 @@ + 'Topic :: Text Processing :: Markup :: XML', + ], + py_modules=['xmltodict'], +- setup_requires=['nose>=1.0', 'coverage'], ++ #setup_requires=['nose>=1.0', 'coverage'], + ) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 20:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAFAFF4E; Sat, 12 Oct 2013 20:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B03EE2F5B; Sat, 12 Oct 2013 20:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CKK9aj012285; Sat, 12 Oct 2013 20:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CKK9wX012284; Sat, 12 Oct 2013 20:20:09 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 20:20:09 GMT Message-Id: <201310122020.r9CKK9wX012284@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182934: [UPDATE] devel/py-xmltodict to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 20:20:09 -0000 Synopsis: [UPDATE] devel/py-xmltodict to 0.8.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 20:20:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182934 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 23:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29302CDF for ; Sat, 12 Oct 2013 23:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 079F225C6 for ; Sat, 12 Oct 2013 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CNK1BN046957 for ; Sat, 12 Oct 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CNK10a046956; Sat, 12 Oct 2013 23:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 23:20:01 GMT Resent-Message-Id: <201310122320.r9CNK10a046956@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, Yoshifumi Nishida Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 752A5BED for ; Sat, 12 Oct 2013 23:17:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6313925B7 for ; Sat, 12 Oct 2013 23:17:41 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CNHei7088587 for ; Sat, 12 Oct 2013 23:17:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CNHegC088586; Sat, 12 Oct 2013 23:17:40 GMT (envelope-from nobody) Message-Id: <201310122317.r9CNHegC088586@oldred.freebsd.org> Date: Sat, 12 Oct 2013 23:17:40 GMT From: Yoshifumi Nishida To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182938: bug fix for building tcpillust X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 23:20:02 -0000 >Number: 182938 >Category: ports >Synopsis: bug fix for building tcpillust >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 Oct 12 23:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yoshifumi Nishida >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: FreeBSD nodea.freebsd10.all-ip.emulab.net 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r254898: Mon Aug 26 17:35:52 MDT 2013 root@node.freebsd10-node.testbed.emulab.net:/usr/obj/repos/src/sys/TESTBED-GENERIC-POLLING-NODEBUG i386 >Description: users cannot build tcpillust from ports >How-To-Repeat: try to build tcpillust from ports >Fix: use the following patch Patch attached with submission follows: *** Makefile.orig Sat Oct 12 17:13:56 2013 --- Makefile Sat Oct 12 17:06:56 2013 *************** *** 34,40 **** -I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/} .endfor ${CC} ${CFLAGS} -L/lib -L/usr/lib -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \ ! -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpillust ${PREFIX}/bin --- 34,40 ---- -I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/} .endfor ${CC} ${CFLAGS} -L/lib -L/usr/lib -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \ ! -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap -lX11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpillust ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 23:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35E8A1E6 for ; Sat, 12 Oct 2013 23:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F03632681 for ; Sat, 12 Oct 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CNe0I1050381 for ; Sat, 12 Oct 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CNe0Xg050380; Sat, 12 Oct 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 23:40:00 GMT Resent-Message-Id: <201310122340.r9CNe0Xg050380@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, Tassilo Philipp Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F2FA1D2 for ; Sat, 12 Oct 2013 23:38:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D0812676 for ; Sat, 12 Oct 2013 23:38:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CNcMfa021482 for ; Sat, 12 Oct 2013 23:38:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CNcMWQ021481; Sat, 12 Oct 2013 23:38:22 GMT (envelope-from nobody) Message-Id: <201310122338.r9CNcMWQ021481@oldred.freebsd.org> Date: Sat, 12 Oct 2013 23:38:22 GMT From: Tassilo Philipp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182939: [maintainer-update] clang fix for devel/psptoolchain-gdb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 23:40:01 -0000 >Number: 182939 >Category: ports >Synopsis: [maintainer-update] clang fix for devel/psptoolchain-gdb >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 Oct 12 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tassilo Philipp >Release: 9.1-RELEASE >Organization: >Environment: >Description: Linker flag for clang build - seems like INLINE doesn't work, ignoring multiple defs should be safe, here >How-To-Repeat: Build port with following in /etc/make.conf: CC=clang CXX=clang++ CPP=clang-cpp >Fix: Apply following patch to devel/psptoolchain-gdb/Makefile: --- ./Makefile.orig 2013-10-12 18:23:39.000000000 -0500 +++ ./Makefile 2013-10-12 18:24:09.000000000 -0500 @@ -24,6 +24,8 @@ --disable-install-libiberty \ --mandir=${PREFIX}/man +LDFLAGS+= -Wl,--allow-multiple-definition + MAN1= psp-gdb.1 \ psp-gdbtui.1 \ psp-run.1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 23:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE64A212; Sat, 12 Oct 2013 23:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B523126A7; Sat, 12 Oct 2013 23:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CNe9CP052013; Sat, 12 Oct 2013 23:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CNe9ja052012; Sat, 12 Oct 2013 23:40:09 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 23:40:09 GMT Message-Id: <201310122340.r9CNe9ja052012@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182939: [maintainer-update] clang fix for devel/psptoolchain-gdb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 23:40:09 -0000 Synopsis: [maintainer-update] clang fix for devel/psptoolchain-gdb Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Oct 12 23:40:09 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182939